nav {
    position: relative;
    border-bottom: 2px solid var(--red-color);
}

.xecumolao-title {
    padding-top: 0;
    padding-bottom: 1.5rem;
}

.xecumolao-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.xecumolao-wrapper .xecumolao-col-l {
    flex-basis: 70%;
}

.xecumolao-wrapper .xecumolao-col-r {
    flex-basis: 28%;
}

.xecumolao-wrapper .xecumolao-col-l .xecumolao-title-car {
   
    margin: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.xecumolao-box-car-detail {
    background: var(--alGray);
    border-radius: 4px;
}

.detail-gia
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1em;
    align-items: center;
}
.detail-gia span
{
    flex-basis: 49%;
}
.gia-xe-al
{
    color: var(--red-color);
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
.da-ban-detail
{
    font-size: 2.2rem;
    font-weight: bold;
    color: red;
    text-transform: uppercase;
}
/*danh sách ảnh xe*/
.xecumolao-box-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#xecumolao-main-photo {
    flex-basis: 70%;
}

#xecumolao-main-photo img {
    height: 420px;
    border-top-left-radius: 4px;
}

.xecumolao-box-img .xecumolao-list-img {
    flex-basis: 29%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xecumolao-box-img .xecumolao-list-img:after {
    content: '';
    flex-basis: 24%;
}

.xecumolao-list-img .xecumolao-item {
    flex-basis: 49%;
    margin-bottom: 0.5rem;
}

.xecumolao-list-img .xecumolao-item:last-child {
    margin-bottom: 0;
}

.xecumolao-list-img .xecumolao-item:nth-child(2) img {
    border-top-right-radius: 4px;
}

.xecumolao-list-img .xecumolao-item .xecumolao-photo-list img {
    height: 80px;
}

/*thông tin xe*/
.xecumolao-box-info {
    margin-top: -0.5rem;
}

.xecumolao-box-info .xecumolao-price-car {
    padding: 2rem 0;
    background: var(--alBlue);
    font-size: 2.6rem;
    font-weight: bold;
    color: var(--alRed);
    text-align: center;
}

.xecumolao-box-info .xecumolao-info-car {
    background: var(--alGray);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem;
}

.xecumolao-box-info .xecumolao-info-car .xecumolao-item {
    flex-basis: 49%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.xecumolao-box-info .xecumolao-info-car .xecumolao-item label {
    flex-basis: 35%;
}

/*thông tin salon*/
.xecumolao-box-info-salon ul {
    padding: 0 1.5rem;
}

.xecumolao-box-info-salon p {
    margin-top: 1rem;
}

.xecumolao-box-info-salon .xecumolao-info-hotline {
    background: var(--red-color);
    color: var(--white);
    padding: 1.5rem 0;
    font-size: 2.1rem;
    text-align: center;
}

.xecumolao-info-hotline b {
    color: var(--white);
    -webkit-text-fill-color: var(--white);
    font-size: 2.6rem;
}

/*nội dung tin xe*/
.xecumolao-car-description {
    padding: 1.5rem;
}

.xecumolao-car-description p {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

/*tính phí sang tên*/
.xecumolao-box-name-transfer-fee {
    margin-top: 1rem;
}

.xecumolao-name-transfer-fee {
    background: #ebedef;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 4px;
}

.xecumolao-name-transfer-fee .xecumolao-box {
    flex-basis: 49%;
}

.tinh-vay-tra-gop
{
    flex-basis: 49%;
}


.btn-grad
{
    background: var(--red-color);
    border-radius: 20px;
    padding: 0.5em 1em;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
}
.rs-installment {
    padding: 5px 15px;
    margin: 15px 0 0;
    border: 1px solid var(--red-color);
    border-radius: 4px;
}
.rs-installment .item {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dotted var(--gray);
    color: #000;
}
.rs-price-installment, .lai-hang-thang, .rs-pay-monthly, .btn-grad:hover
{
    color: red;
}
.xecumolao-name-transfer-fee .xecumolao-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.installment .item
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 1em;
}
.installment .item label
{
    flex-basis: 30%;
}
.installment .item input, .installment .item select
{
    flex-basis: 69%;
}
.xecumolao-name-transfer-fee .xecumolao-item:last-child {
    margin-bottom: 0;
}

.xecumolao-name-transfer-fee .xecumolao-row {
    flex-basis: 50%;
}

.xecumolao-name-transfer-fee .xecumolao-pdb .xecumolao-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.xecumolao-name-transfer-fee .xecumolao-row input {
    margin-right: 0.5rem;
    position: relative;
    top: 1px;
}

.xecumolao-name-transfer-fee .xecumolao-choose {
    flex-basis: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xecumolao-name-transfer-fee .xecumolao-choose select {
    height: 30px;
    width: 100px;
}

.xecumolao-name-transfer-fee .xecumolao-cacu {
    border-top: 1px solid #fff;
    padding-top: 1.5rem;
}

.xecumolao-name-transfer-fee .xecumolao-cacu label {
    font-weight: bold;
}

.xecumolao-name-transfer-fee .xecumolao-cacu span {
    font-weight: bold;
    color: var(--alRed);
}

/*xe cùng khoảng giá*/
.xecumolao-box-other-car {
    margin-top: 2.5rem;
}

.xecumolao-other-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xecumolao-other-car .xecumolao-item {
    flex-basis: 32%;
    background: var(--alGrayListCars);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.xecumolao-other-car .xecumolao-item a {
    display: inline-block;
    width: 100%;
}

.xecumolao-other-car .xecumolao-item a .xecumolao-img-car {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 179px;
}

.xecumolao-other-car .xecumolao-box-price {
    margin: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xecumolao-box-price .xecumolao-price {
    display: inline-block;
    border: 1px dotted var(--red-color);
    color: var(--white);
    padding: 0.4rem 0.5rem;
    border-radius: 20px;
    background: var(--red-color);
}

.xecumolao-other-car .xecumolao-info-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.9rem 1rem 0;
    border-top: 1px solid #c5c5c5;
    margin-top: 1em;
}

.xecumolao-other-car .xecumolao-info-car .xecumolao-item-info {
    flex-basis: 49%;
    color: var(--alGrayInfoCars);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.xecumolao-other-car .xecumolao-info-car .xecumolao-item-info i, .xecumolao-other-car .xecumolao-info-car .xecumolao-item-info span {
    color: var(--red-color);
    margin-right: 0.2rem;
}

.location
{
    padding: 0.5em;
    font-size: .9em;
    background: darkgoldenrod;
    color: #fff;
    border-radius: 0 0 5px 5px;
    text-align: center;
}
.location span
{
    color: #fff;
}
/*tin tức*/
.xecumolao-wrapper .xecumolao-col-r .xecumolao-box-news {
    margin-bottom: 1rem;
}

.xecumolao-col-r .xecumolao-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xecumolao-news .xecumolao-item {
    flex-basis: 100%;
    border-bottom: 1px solid var(--alGray);
    padding: 1.5rem 0;
    color: var(--alBlack);
}

.xecumolao-news .xecumolao-item:last-child {
    border-bottom: none;
}

.xecumolao-box-news .xecumolao-item a {
    color: var(--alBlack);
    font-weight: 600;
}

.xecumolao-box-news .xecumolao-item a:hover
{
    color: var(--red-color);
}
.xecumolao-qc img
{
    border-radius: 4px;
}

/*giao diện cho Mobile*/
@media only screen and (max-width: 1230px) {
    .xecumolao-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }

    /*thông tin xe*/
    .xecumolao-box-info .xecumolao-price-car {
        font-size: 2.1rem;
        padding: 1.5rem 0;
    }

    .xecumolao-box-info .xecumolao-info-car .xecumolao-item label {
        flex-basis: 40%;
    }

    /*thông tin salon*/
    .xecumolao-box-info-salon .xecumolao-info-hotline {
        font-size: 1.8rem;
    }

    .xecumolao-info-hotline b {
        font-size: 2.1rem;
    }

    /*phí sang tên*/
    .xecumolao-name-transfer-fee .xecumolao-row {
        flex-basis: 60%;
    }

    .xecumolao-name-transfer-fee .xecumolao-choose {
        flex-basis: 85%;
    }

    .xecumolao-name-transfer-fee .xecumolao-item {
        justify-content: space-between;
    }

    .xecumolao-name-transfer-fee .xecumolao-choose {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .xecumolao-wrapper .xecumolao-col-l {
        flex-basis: 100%;
    }

    .xecumolao-wrapper .xecumolao-col-r {
        margin-top: 2.5rem;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .xecumolao-wrapper .xecumolao-col-r .xecumolao-box-news {
        flex-basis: 48%;
    }

    .xecumolao-wrapper .xecumolao-col-r .xecumolao-qc {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .xecumolao-other-car .xecumolao-item a .xecumolao-img-car {
        height: 212px;
    }
}

@media only screen and (max-width: 810px) 
{
    .tra-truoc-al
    {
        flex-basis: 100%;
        margin-top: 0.6em;
    }
}


@media only screen and (max-width: 768px) {
    .xecumolao-wrapper {
        padding: 0 1rem 1.5rem;
    }

    /*danh sách ảnh xe*/
    #xecumolao-main-photo img {
        height: 348px;
    }

    .xecumolao-list-img .xecumolao-item .xecumolao-photo-list img {
        height: 66px;
    }

    /*thông tin xe*/
    .xecumolao-box-info .xecumolao-info-car .xecumolao-item label {
        flex-basis: 50%;
    }

    /*phí sang tên*/
    .xecumolao-box-name-transfer-fee {
        margin-top: 0;
    }

    .xecumolao-name-transfer-fee .xecumolao-box-img {
        display: none;
    }

    .xecumolao-name-transfer-fee .xecumolao-box {
        flex-basis: 100%;
    }

    
    .xecumolao-other-car .xecumolao-item a .xecumolao-img-car {
        height: 158px;
    }

    /*tin tức*/
    .xecumolao-news .xecumolao-item {
        padding: 1rem 0;
    }

    .tinh-vay-tra-gop
    {
        flex-basis: 100%;
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 640px) {
    /*danh sách ảnh xe*/
    #xecumolao-main-photo img {
        height: 289px;
    }

    .xecumolao-list-img .xecumolao-item .xecumolao-photo-list img {
        height: 54px;
    }

    /*xe cùng khoảng giá*/
    .xecumolao-other-car .xecumolao-item a .xecumolao-img-car {
        height: 132px;
    }
    .xecumolao-other-car .xecumolao-item
    {
        flex-basis: 49%;
    }
    /*ẩn xe số 3*/
	  .xecumolao-other-car .xecumolao-item:nth-last-child(2){
      
        display:none;
      
    }
    .xe-so3
    {
        display: none;
    }
    .tra-truoc-al {
        flex-basis: auto;
        margin-top: 0;
    }
}


@media only screen and (max-width: 576px) {
    /*danh sách ảnh xe*/
    .xecumolao-box-img {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #xecumolao-main-photo {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    #xecumolao-main-photo img {
        height: 370px;
        border-top-left-radius: 0;
    }

    .xecumolao-list-img .xecumolao-item .xecumolao-photo-list img {
        height: 89px;
    }

    .xecumolao-list-img .xecumolao-item:nth-child(2) img {
        border-top-right-radius: 0;
    }

    .xecumolao-box-img .xecumolao-list-img {
        flex-basis: 100%;
    }

    .xecumolao-list-img .xecumolao-item {
        flex-basis: 24%;
    }

    /*thông tin xe*/
    .xecumolao-box-info {
        margin-top: 0;
    }

    .xecumolao-box-info .xecumolao-info-car .xecumolao-item {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .xecumolao-other-car .xecumolao-item {
        flex-basis: 49%;
        margin-bottom: 1rem;
    }

    .xecumolao-other-car .xecumolao-item:last-child {
        margin-bottom: 0;
    }

    .xecumolao-other-car .xecumolao-item a .xecumolao-img-car {
        height: 181px;
    }
}
@media only screen and (max-width: 520px)
{
    .tra-truoc-al {
        flex-basis: 100%;
        margin-top: 0.6em;
    }
}
@media only screen and (max-width: 480px) {
    
    /*danh sách ảnh xe*/
    #xecumolao-main-photo img {
        height: 306px;
    }

    .xecumolao-list-img .xecumolao-item .xecumolao-photo-list img {
        height: 74px;
    }

    /*xe cùng khoảng giá*/
    .xecumolao-other-car .xecumolao-item a .xecumolao-img-car {
        height: 150px;
    }

    /*tin tức*/
    .xecumolao-wrapper .xecumolao-col-r .xecumolao-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }
    
    /*đánh giá xe*/
    .danh-gia-xe
    {
        margin-top: 2em;
        margin-bottom: 1em !important;
    }
}

@media only screen and (max-width: 420px) {
    /*danh sách ảnh xe*/
    #xecumolao-main-photo img {
        height: 266px;
    }

    .xecumolao-list-img .xecumolao-item .xecumolao-photo-list img {
        height: 64px;
    }

    /*thông tin salon*/
    .xecumolao-box-info-salon .xecumolao-info-hotline {
        font-size: 1.6rem;
    }

    .xecumolao-info-hotline b {
        font-size: 1.8rem;
    }

    /*xe cùng khoảng giá*/
    .xecumolao-other-car .xecumolao-item a .xecumolao-img-car {
        height: 130px;
    }


    .xecumolao-other-car .xecumolao-box-price {
        margin: 0.5rem;
    }

    .xecumolao-other-car .xecumolao-info-car {
        padding: 0.5rem 0.5rem 0;
    }

    .xecumolao-other-car .xecumolao-info-car .xecumolao-item-info {
        line-height: 2.0rem;
        font-size: 1.3rem;
    }

    .xecumolao-other-car .xecumolao-info-car .xecumolao-item-info i {
        line-height: 2.0rem;
        font-size: 1.3rem;
        margin-right: 0.1rem;
    }
}

@media only screen and (max-width: 375px) {
    /*danh sách ảnh xe*/
    #xecumolao-main-photo img {
        height: 237px;
    }

    .xecumolao-list-img .xecumolao-item .xecumolao-photo-list img {
        height: 57px;
    }

    /*xe cùng khoảng giá*/
    .xecumolao-other-car .xecumolao-item a .xecumolao-img-car {
        height: 116px;
    }
}

@media only screen and (max-width: 360px) {
    /*thông tin xe*/
    .xecumolao-info-hotline b {
        font-size: 1.6rem;
    }

    /*phí trước bạ*/
    .xecumolao-name-transfer-fee {
        padding: 1.5rem 0.5rem;
    }

    /*danh sách xe đang bán*/
    .xecumolao-other-car .xecumolao-info-car .xecumolao-item-info i {
        line-height: 1.8rem;
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .xecumolao-other-car .xecumolao-info-car .xecumolao-item-info {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
    /*tính vay trả góp*/
    .installment .item input, .installment .item select
    {
        flex-basis: 60% !important;
    }
    .installment .item label
    {
        flex-basis: 39%;
    }
}
@media only screen and (max-width: 330px) 
{
    .xecumolao-other-car .xecumolao-item
    {
        flex-basis: 100%;
    }
    
    /*hiện xe số 3*/
	  .xecumolao-other-car .xecumolao-item:nth-last-child(2){
      
        display:block;
      
    }
    .xe-so3
    {
        display: block;
    }
    .tra-truoc-al
    {
        flex-basis: auto;
        margin-top: 0;
    }
    .car-home-tieu-de
    {
        height: auto;
    }
    .xecumolao-other-car .xecumolao-item a .xecumolao-img-car
    {
        height: 160px;
    }
}




