nav {
    position: relative;
    border-bottom: 1px solid var(--xaBlue);
}

.nghnhan-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
   padding: 1.5rem 0 3rem;
}

.nghnhan-wrapper .nghnhan-col-l {
    flex-basis: 68%;
}

.nghnhan-wrapper .nghnhan-col-r {
    flex-basis: 28%;
}

.nghnhan-wrapper .nghnhan-col-b {
    flex-basis: 68%;
}

.nghnhan-wrapper .nghnhan-col-l .nghnhan-title-car {
    
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price-box
{
    margin-bottom: 1em;
    border: 1px dotted #ccc;
    padding: 0.5em;
    border-radius: 8px;
}
/*danh sách ảnh xe*/
.nghnhan-box-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#nghnhan-main-photo {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
}

img
{
    border-radius: 4px;
}
#nghnhan-main-photo img {
    height: 500px;
    
}

.nghnhan-box-img .nghnhan-list-img {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow-x: auto;
}

.nghnhan-box-img .nghnhan-list-img:after {
    content: '';
    flex-basis: 24%;
}

.nghnhan-list-img .nghnhan-item {
    margin-bottom: 0.5rem;
    margin-right: 1.5rem;
    flex: 0 0 25%;
}

.nghnhan-list-img .nghnhan-item:last-child {
    margin-right: 0;
}

.nghnhan-list-img .nghnhan-item .nghnhan-photo-list {
    display: inline-block;
    width: 100%;
}

.nghnhan-list-img .nghnhan-item .nghnhan-photo-list img {
    height: 150px;
    border-radius: 4px;
}

/*thông tin xe*/
.nghnhan-box-info-car {
    padding: 0 1em;
    background: #e9e9e9;
    border-radius: 0 0 4px 4px;
}

.nghnhan-price-car {
    font-size: 2.0rem;
    line-height: 2.4rem;
    font-weight: bold;
    color: var(--red);
}

.nghnhan-box-info-car .nghnhan-info-car {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 0;
}

.nghnhan-box-info-car .nghnhan-info-car .nghnhan-item {
    flex-basis: 48%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 0;
   
}


.nghnhan-box-info-car .nghnhan-info-car .nghnhan-item span {
    font-weight: bold;
}

/*thông tin salon*/
.nghnhan-box-info-salon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .6em;
    background: #e0dddd;
    padding: 1.5rem;
    border-radius: 4px 4px 0 0;
}

.nghnhan-box-info-salon p {
    margin-top: 1rem;
}

.nghnhan-box-info-salon .nghnhan-info-hotline {
    background: var(--red);
    color: var(--xaWhite);
    padding: 1.5rem;
    font-size: 1.6rem;
    border-radius: 6px;
}

.nghnhan-box-info-salon .nghnhan-info-hotline:hover {
    color: var(--yellow-color);
}

.nghnhan-info-hotline b {
    color: var(--xaWhite);
    -webkit-text-fill-color: var(--xaWhite);
    font-size: 2.1rem;
}

/*nội dung tin xe*/
.nghnhan-car-description {
    padding: 1.5rem 0;
}

.nghnhan-car-description p {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

/*phí sang tên*/
.nghnhan-name-transfer-fee .nghnhan-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nghnhan-name-transfer-fee .nghnhan-box .nghnhan-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.nghnhan-name-transfer-fee .nghnhan-pdb .nghnhan-choose {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nghnhan-name-transfer-fee .nghnhan-pdb .nghnhan-choose select {
    width: 130px;
    border: 1px solid #ccc;
}

.nghnhan-name-transfer-fee .nghnhan-cacu .gia-xe-co-bien{
    color: var(--red);
    font-weight: bold;
}

.nghnhan-name-transfer-fee .nghnhan-note {
    text-align: center;
    font-style: italic;
    color: var(--xaGrayNote);
    border-bottom: 1px solid var(--xaGrayListCars);
    padding-bottom: 1rem;
}

/*vay trả góp*/
.nghnhan-box-installment {
    margin-top: 3rem;
}

.nghnhan-installment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nghnhan-installment .nghnhan-item {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nghnhan-installment .nghnhan-item:last-child {
    margin-bottom: 0;
}

.nghnhan-installment .nghnhan-item label {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.nghnhan-installment .nghnhan-item  input,  .nghnhan-installment .nghnhan-item  select {
    width: 50%;
    height: 40px;
    outline: none;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.nghnhan-installment .nghnhan-item .nghnhan-icon {
    color: var(--red);
}

.nghnhan-installment .nghnhan-item .car-price {
    cursor: no-drop;
}

.nghnhan-installment .nghnhan-btn-send {
    text-align: left;
    flex-basis: auto;
    margin-top: 5px;
}

.nghnhan-installment input[type="text"][disabled] {
    font-weight: bold;
}

.nghnhan-installment .nghnhan-btn-send {
    text-align: right;
    width: 100%;
}

.nghnhan-installment .nghnhan-btn-send a {
    display: inline-block;
    text-transform: uppercase;
    color: var(--xaWhite);
    background: var(--red);
    font-weight: bold;
    padding: 6px 30px;
    border-radius: 4px;
}

.nghnhan-installment .nghnhan-btn-send a:hover {
    color: black;
}

.nghnhan-rs-installment {
    
    border-radius: 4px;
    padding: 0.5rem 1.5rem;
    margin-top: 2rem;
    background: #e9e9e9 url(../images/trang-chu/transparent-bg.png) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.nghnhan-rs-installment .nghnhan-item {
    padding: 1rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nghnhan-rs-installment .nghnhan-item label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.nghnhan-rs-installment .nghnhan-item span {
    color: var(--red);
    font-weight: bold;
}

/*xem thêm xe*/
.nghnhan-car-new {
    margin-top: 2rem;
}

.nghnhan-other-cars .nghnhan-item {
    display: flex;
   align-items: flex-start;
   justify-content: space-between;
   flex-wrap: wrap;
   flex-basis: 49%;
   margin-bottom: 3rem;
   position: relative;
   border-radius: 4px;
   padding: 0.5em;
   box-shadow: 1px 2px 3px #888;
}

.nghnhan-other-cars .nghnhan-item .nghnhan-box-img {
    width: 35%;
}

.nghnhan-other-cars .nghnhan-item .nghnhan-box-info {
    width: 63%;
}

.nghnhan-other-cars .nghnhan-item .nghnhan-box-img img {
    height: 190px;
    
}

 .nghnhan-box-info .nghnhan-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.2em;
}
 .nghnhan-box-info .nghnhan-item-info {
    flex-basis: 24%;
    margin-bottom: 0.8rem;
    color: black;
    font-size: 0.95em;
    border: 1px solid #cfcfcf;
    text-align: center;
    border-radius: 4px;
    padding: 0.5em 0;
}
 .nghnhan-box-info .nghnhan-item-info span
{
    display: block;
    line-height: 1.5em;
}

 .nghnhan-box-info .nghnhan-item-info i {
    color: var(--red);
    margin-right: 0.3rem;
    font-size: 1.2em;
}


.nghnhan-other-cars .nghnhan-box-info .nghnhan-box-price {
    color: black;
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: baseline;
}

.nghnhan-price {
    display: inline-block;
    padding: 0.5rem 0.7rem;
    text-align: center;
    font-size: 1.2em;
    background: var(--red);
    color: var(--yellow-color);
    margin-bottom: 0.5em;
    border-radius: 4px;
}

.fas-title
{
    font-size: .9em;
}

@media only screen and (max-width: 1230px) {
    .nghnhan-wrapper {
        padding: 1.5rem;
    }

    /*thông tin xe*/
    .nghnhan-box-info .nghnhan-price-car {
        font-size: 2.1rem;
        padding: 1.5rem 0;
    }

    .nghnhan-box-info .nghnhan-info-car .nghnhan-item label {
        flex-basis: 40%;
    }

    /*thông tin salon*/
    .nghnhan-box-info-salon .nghnhan-info-hotline {
        font-size: 1.8rem;
    }

    .nghnhan-info-hotline b {
        font-size: 2.1rem;
    }

    /*xem thêm xe*/
    .nghnhan-car-new {
        margin-top: 0.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .nghnhan-wrapper .nghnhan-col-l {
        flex-basis: 100%;
    }

    .nghnhan-wrapper .nghnhan-col-b {
        flex-basis: 100%;
    }

    /*cột phải*/
    .nghnhan-wrapper .nghnhan-col-r {
        flex-basis: 100%;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .nghnhan-wrapper .nghnhan-col-r .nghnhan-name-transfer-fee {
        flex-basis: 48%;
    }

    .nghnhan-wrapper .nghnhan-col-r .nghnhan-box-installment {
        flex-basis: 48%;
    }

    .nghnhan-wrapper .nghnhan-col-r .nghnhan-qc {
        flex-basis: 100%;
    }

    .nghnhan-box-installment {
        margin-top: 1.5rem;
    }

    /*xem thêm xe*/
    .nghnhan-other-cars .nghnhan-item .nghnhan-box-img img {
        height: 232px;
    }
    /*khoảng cách tiêu đề với ảnh QC*/
    .nghnhan-car-new
    {
        margin-top: 2.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .nghnhan-wrapper {
        padding: 1.5rem 1rem;
    }

    .nghnhan-wrapper .nghnhan-col-l .nghnhan-title-car {
        margin-bottom: 1rem;
    }

    /*danh sách ảnh xe*/
    #nghnhan-main-photo img {
        height: 492px;
    }

    .nghnhan-list-img .nghnhan-item .nghnhan-photo-list img {
        height: 123px;
    }

    /*thông tin xe*/
    .nghnhan-other-cars .nghnhan-item .nghnhan-box-img {
        width: 40%;
    }

    .nghnhan-other-cars .nghnhan-item .nghnhan-box-info {
        width: 58%;
    }

    .nghnhan-other-cars .nghnhan-item .nghnhan-box-img img {
        height: 197px;
    }

    /*thông tin salon*/
    .nghnhan-box-info-salon ul {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    .nghnhan-box-info-salon .nghnhan-info-hotline {
        font-size: 1.6rem;
        padding: 1rem;
    }

    .nghnhan-info-hotline b {
        font-size: 1.8rem;
    }
    /*ẩn header*/
    header
    {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    /*danh sách ảnh xe*/
    #nghnhan-main-photo img {
        height: 406px;
    }

    .nghnhan-list-img .nghnhan-item .nghnhan-photo-list img {
        height: 102px;
    }

    /*xem thêm xe*/
    .nghnhan-other-cars .nghnhan-item .nghnhan-box-img img {
        height: 163px;
    }

    .nghnhan-other-cars .nghnhan-box-price .nghnhan-price {
        padding: 0.5rem 1rem;
    }

    .nghnhan-other-cars .nghnhan-box-info .nghnhan-info {
        margin-top: 2.5rem;
    }

    .nghnhan-other-cars .nghnhan-box-info .nghnhan-item-info {
        margin-bottom: 1rem;
    }

    /*cột phải*/
    .nghnhan-wrapper .nghnhan-col-r .nghnhan-name-transfer-fee {
        flex-basis: 100%;
        margin-top: 1.5em;
    }

    .nghnhan-wrapper .nghnhan-col-r .nghnhan-box-installment {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 576px) {
    /*danh sách ảnh xe*/
    .nghnhan-box-img {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #nghnhan-main-photo {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    #nghnhan-main-photo img {
        height: 364px;
    }

    .nghnhan-list-img .nghnhan-item .nghnhan-photo-list img {
        height: 88px;
    }

    .nghnhan-box-img .nghnhan-list-img {
        flex-basis: 100%;
        flex-wrap: wrap;
    }

    .nghnhan-list-img .nghnhan-item {
        flex: none;
        flex-basis: 24%;
        margin-right: 0;
    }

    .nghnhan-box-img .nghnhan-list-img {
        overflow: hidden;
    }

    /*thông tin salon*/
    .nghnhan-box-info-salon {
        padding: 1rem
    }

    /*thông tin xe*/
    .nghnhan-box-info-car {
        margin-top: 0.5em;
    }

    .nghnhan-box-info-car .nghnhan-info-car .nghnhan-item {
        flex-basis: 100%;
    }

    .nghnhan-box-info-car .nghnhan-info-car .nghnhan-item {
        justify-content: flex-start;
    }

    .nghnhan-box-info-car .nghnhan-info-car .nghnhan-item label {
        flex-basis: 50%;
    }

    .nghnhan-box-info {
        margin-top: 0;
    }

    .nghnhan-box-info .nghnhan-info-car .nghnhan-item {
        flex-basis: 100%;
    }

    .nghnhan-box-info-car .nghnhan-info-car .nghnhan-item:last-child {
        border: none;
        padding-bottom: 0;
    }

    /*xem thêm xe*/
    
    .nghnhan-other-cars .nghnhan-item .nghnhan-box-img {
        width: 100%;
    }

    .nghnhan-other-cars .nghnhan-item {
        
        padding: 1rem;
       margin-bottom: 1.5rem;
    }

    .nghnhan-other-cars .nghnhan-item .nghnhan-box-img img {
        height: auto;
    }

    .nghnhan-other-cars .nghnhan-item .nghnhan-box-info {
        width: 100%;
        padding-top: 1rem;
    }

    .nghnhan-other-cars .nghnhan-box-info .nghnhan-info {
        margin: 2rem 0 0.5rem;
    }

    .nghnhan-other-cars .nghnhan-box-price .nghnhan-price {
        position: static;
    }

    .nghnhan-other-cars .nghnhan-box-price .nghnhan-prepay {
        position: static;
    }
}

@media only screen and (max-width: 480px) {
    .nghnhan-wrapper .nghnhan-col-r {
        margin-top: 0;
    }

    /*danh sách ảnh xe*/
    #nghnhan-main-photo img {
        height: 300px;
    }

    .nghnhan-list-img .nghnhan-item .nghnhan-photo-list img {
        height: 73px;
    }
}

@media only screen and (max-width: 420px) {
    /*danh sách ảnh xe*/
    #nghnhan-main-photo img {
        height: 266px;
    }

    .nghnhan-list-img .nghnhan-item .nghnhan-photo-list img {
        height: 64px;
    }

    /*thông tin salon*/
    .nghnhan-box-info-salon .nghnhan-info-hotline {
        font-size: 1.6rem;
    }

    .nghnhan-info-hotline b {
        font-size: 1.8rem;
    }
    .nghnhan-installment .nghnhan-btn-send a
    {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    /*danh sách ảnh xe*/
    #nghnhan-main-photo img {
        height: 237px;
    }

    .nghnhan-list-img .nghnhan-item .nghnhan-photo-list img {
        height: 57px;
    }
}

@media only screen and (max-width: 360px) {
    /*thông tin xe*/
    .nghnhan-info-hotline b {
        font-size: 1.6rem;
    }

    /*xem thêm xe*/
    .nghnhan-other-car .nghnhan-info-car .nghnhan-item-info i {
        line-height: 1.8rem;
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .nghnhan-other-car .nghnhan-info-car .nghnhan-item-info {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }

    .nghnhan-other-cars .nghnhan-box-info .nghnhan-item-info {
        flex-basis: 49%;
    }
}

