/*breadcrumb*/
.vd-breadcrumb {
    background-image: url(../images/back-header-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
}

/*Nội dung chi tiết tin xe*/
.vd-wrapper {
    padding: 3rem 0 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vd-wrapper .vd-col-l {
    flex-basis: 58%;
}

.vd-wrapper .vd-col-r {
    flex-basis: 40%;
}

.vd-wrapper .vd-col-b {
    flex-basis: 100%;
    margin-top: 3rem;
}

/*Ảnh xe*/
#vd-main-photo {
    display: inline-block;
    margin-bottom: 1.5rem;
    width: 100%;
}

#vd-main-photo img {
    height: 439px;
    border-radius: 5px;
}

.vd-col-l .vd-list-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: auto;
}

.vd-col-l .vd-list-img:after {
    content: '';
    flex-basis: 24%;
}

.vd-col-l .vd-list-img .vd-item {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
    flex: 0 0 24%;
}

.vd-col-l .vd-list-img .vd-item:last-child {
    margin-right: 0;
}

.vd-col-l .vd-list-img .vd-photo-list img {
    height: 120px;
    border-radius: 5px;
}

/*thông số xe*/
.vd-col-r .vd-price {
    margin: 1.5rem 0 2rem;
    font-size: 2.1rem;
    color: var(--vdYellow);
	display: inline-block;
}

.vd-col-r .vd-box {
    background: var(--vdBgCars);
    padding: 1.5rem;
    border-radius: 5px;
}

.vd-col-r .vd-box .vd-info {
    border-bottom: 1px solid var(--vdGray);
}

.vd-col-r .vd-box .vd-info .vd-item {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px dotted grdarkslateblueey;
    padding-bottom: 0.6em;
}

.vd-col-r .vd-info .vd-item label {
    flex-basis: 30%;
}

.vd-col-r .vd-box h3 {
    margin-top: 1.5rem;
}

.vd-col-r .vd-hotline {
    background: var(--tqYellow);
    padding: 1rem;
    display: inline-block;
    border-radius: 5px;
    color: var(--tqBlack);
    font-weight: bold;
    font-family: 'openSansBold', sans-serif;
    width: 100%;
    text-align: center;
    margin: 1rem 0 1.5rem;
    font-size: 2rem;
}

.vd-col-r .vd-hotline:hover {
    background: var(--tqYellowHover);
}

.vd-col-r .vd-address {
    text-transform: capitalize;
}

h1.name-pro-vd {
    border: none;
    padding-left: 0;
}

.breadcrumb-vd {
    color: var(--vdWhite);
    text-transform: uppercase;
    font-size: 1.2em;
}

.vd-content {
    color: var(--vdWhite);
}

/*mô tả*/
.vd-col-b h3 {
    margin-bottom: 1rem;
}

/*tính phí*/
.vd-box-salon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem 0;
    width: 100%;
    padding: 1rem 5rem;
    border-radius: 5px;
    background: var(--vdBgCars);
}

.vd-box-salon .vd-name-transfer-fee, .vd-box-salon .vd-box-installment {
    flex-basis: 48%;
}

.vd-box-salon .vd-title-page {
    margin-bottom: 1rem;
}

.vd-box-salon .vd-title-page h2 {
    color: #ffb129;
}

/*vay ngân hang*/
.vd-installment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vd-installment .vd-item {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vd-installment .vd-item label {
    color: var(--tqWhite);
    flex-basis: 30%;
    text-align: left;
}

.vd-installment .vd-item label i {
    color: var(--tqWhite);
}

.vd-icon-f {
    margin-right: 0.5rem;
    color: var(--tqWhite);
}

.vd-installment .vd-item .vd-icon {
    color: var(--tqYellow);
}

.vd-installment .vd-item .car-price {
    cursor: no-drop;
}

.vd-installment .vd-item input {
    border-radius: 5px;
    border: none;
    height: 40px;
    background: var(--tqWhite);
    padding-left: 1rem;
    flex-basis: 70%;
    outline: none;
}

.vd-installment .vd-item select {
    border-radius: 5px;
    border: none;
    height: 40px;
    padding-left: 1rem;
    flex-basis: 70%;
    outline: none;
	color: var(--vdBlack);
}

select option {
	color: var(--vdBlack);
}

.vd-installment .vd-btn-send {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.vd-installment .vd-btn-send label {
    flex-basis: 30%;
}

.vd-btn-send {
    background: #B8865E;
    margin: 10px 10px 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: white;
    border-radius: 4px;
    display: block;
}

.vd-btn-send:hover {
    background: #a06e46;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.vd-btn-send a {
	display: inline-block;
    padding: 8px 45px;
}


.vd-rs-installment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #ffb129;
    padding: 1rem 1rem 0;
    border-radius: 5px;
}

.vd-rs-installment .vd-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.vd-rs-installment .vd-item label {
    color: var(--tqWhite);
    font-weight: 600;
}

.vd-rs-installment .vd-item span {
    color: var(--tqYellow);
    font-weight: 600;
}

/*phí sang tên*/
.vd-name-transfer-fee .vd-box-transfer {
    border: 1px solid var(--vdGray);
    padding: 1.5rem;
    border-radius: 5px;
}

.vd-name-transfer-fee .vd-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px dotted #ccc;
}

.vd-name-transfer-fee .vd-box .vd-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.vd-name-transfer-fee .vd-box .vd-item label {
    color: var(--vdWhite);
}

.vd-name-transfer-fee .vd-box .vd-item span {
    color: var(--vdWhite);
}

.gia-xe-co-bien {
    color: var(--vdYellow) !important;
}

.vd-name-transfer-fee .vd-choose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 100%;
}

.vd-name-transfer-fee .vd-choose p {
    color: var(--tqWhite);
}

.vd-name-transfer-fee .vd-choose select {
    height: 40px;
    border-radius: 5px;
    width: 230px;
    border: none;
    outline: none;
    color: var(--vdBlack);
}

.vd-name-transfer-fee .vd-note {
    text-align: left;
    font-style: italic;
    color: #888;
    padding: 1rem 0 0.9rem;
}

/*xe khác*/
.vd-wrapper .vd-other-cars {
    width: 100%;
}

.vd-wrapper .vd-other-cars .vd-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vd-wrapper .vd-other-cars .vd-box:after {
    content: '';
    flex-basis: 23.5%;
}

.vd-other-cars .vd-item {
    flex-basis: 23.5%;
    margin-bottom: 1rem;
}

.vd-other-cars .vd-item a {
    display: block;
    overflow: hidden;
    color: #fff;
}

.vd-other-cars .vd-item:last-child {
    margin-bottom: 0;
}

.vd-other-cars .vd-item img {
    height: 196px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.vd-other-cars .vd-item img:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.vd-other-cars .vd-item .vd-box-car {
    padding: 1rem 1rem 0.5rem;
    background: var(--vdBgCars);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.vd-box-car .vd-prepay {
    padding: 0.2rem 0 0.5rem;
    color: var(--vdGray);
}

.vd-box-car .vd-info {
    padding-top: 0.5rem;
    border-top: 1px solid var(--tqBorder);
    color: var(--vdGray);
}

.vd-box-car .vd-info span {
    color: var(--vdGray);
    display: inline-block;
    margin-bottom: 0.5rem;
}

.vd-gia01 li.prepay {
    font-size: 0.9em;

}

.vd-gia01 .vd-gia02 {
    font-size: 1.1em;
}

.vd-tt-phu li {
    font-size: 0.9em !important;
}

@media only screen and (max-width: 1270px) {
    .vd-wrapper {
        padding: 1.5rem 1.5rem 3rem;
    }

    /*tính phí*/
    .vd-box-salon {
        padding: 1rem 1.5rem;
    }

    .vd-name-transfer-fee .vd-choose select {
        width: 180px;
    }

    .vd-installment .vd-item label {
        flex-basis: 40%;
    }

    .vd-installment .vd-item input, .vd-installment .vd-item select {
        flex-basis: 60%;
    }
}

@media only screen and (max-width: 1240px) {
    .vd-gia01 li {
        flex-basis: 100% !important;

    }

    .vd-gia01 li.prepay {
        text-align: start !important;
    }

    .vd-car {
        height: 52px;
    }
}

@media only screen and (max-width: 1024px) {
    .vd-wrapper .vd-col-l {
        flex-basis: 100%;
        margin-bottom: 1.5rem;
    }

    .vd-wrapper .vd-col-r {
        flex-basis: 100%;
    }

    /*ảnh xe*/
    #vd-main-photo img {
        height: 600px;
    }

    .vd-col-l .vd-list-img .vd-photo-list img {
        height: 157px;
    }

    /*thông số xe*/
    .vd-col-r .vd-price {
        margin: 1rem 0 1.5rem;
    }

    /*xe khác*/
    .vd-other-cars .vd-item img {
        height: 156px;
    }
}

@media only screen and (max-width: 1024px) {
    /*tính phí*/
    .vd-name-transfer-fee .vd-choose select {
        width: 130px;
    }

}

@media only screen and (max-width: 965px) {
    .vd-tt-phu li {
        flex-basis: 100% !important;
        margin-bottom: 0.5em;
    }

}

@media only screen and (max-width: 768px) {
    .vd-wrapper {
        padding: 1.5rem 1rem;
    }

    /*ảnh xe*/
    #vd-main-photo img {
        height: 498px;
    }

    .vd-col-l .vd-list-img .vd-photo-list img {
        height: 119px;
    }

    /*mô tả xe*/
    .vd-wrapper .vd-col-b {
        margin-top: 1.5rem;
    }

    /*tính phí*/
    .vd-box-salon {
        margin: 1.5rem 0;
        height: 940px;
    }

    .vd-box-salon .vd-name-transfer-fee, .vd-box-salon .vd-box-installment {
        flex-basis: 100%;
    }

    .vd-box-salon .vd-name-transfer-fee {
        margin-top: 1.5rem;
    }

    .vd-installment .vd-item label {
        flex-basis: 30%;
    }

    .vd-installment .vd-item input, .vd-installment .vd-item select {
        flex-basis: 70%;
    }

    .vd-name-transfer-fee .vd-choose select {
        width: 180px;
    }

    /*xe khác*/
    .vd-other-cars .vd-item {
        flex-basis: 49%;
    }

    .vd-other-cars .vd-item img {
        height: 256px;
    }

    .vd-gia01 li {
        flex-basis: 49% !important;

    }

    .vd-gia01 li.prepay {
        text-align: end !important;
    }

    .vd-tt-phu li {
        flex-basis: 32% !important;
    }
}

@media only screen and (max-width: 640px) {
    /*ảnh xe*/
    #vd-main-photo img {
        height: 413px;
    }

    .vd-col-l .vd-list-img .vd-photo-list img {
        height: 99px;
    }

    /*xe khác*/
    .vd-other-cars .vd-item img {
        height: 202px;
    }
}

@media only screen and (max-width: 576px) {
    .vd-wrapper .vd-col-l {
        margin-bottom: 0.5rem;
    }

    /*ảnh xe*/
    #vd-main-photo {
        margin-bottom: 1rem;
    }

    #vd-main-photo img {
        height: 370px;
    }

    .vd-col-l .vd-list-img .vd-photo-list img {
        height: 89px;
    }

    .vd-col-l .vd-list-img {
        flex-wrap: wrap;
        overflow-x: hidden;
    }

    .vd-col-l .vd-list-img .vd-item {
        flex-basis: 24%;
        margin-right: 0;
    }

    /*thông số xe*/
    .vd-col-r .vd-box .vd-info .vd-item {
        justify-content: space-between;
    }

    .vd-col-r .vd-info .vd-item label {
        flex-basis: auto;
    }

    .vd-installment {
        padding: 0 1rem;
    }

    /*tính phí*/
    .vd-box-salon {
        padding: 1rem 0.5rem;
    }

    .vd-name-transfer-fee .vd-choose select {
        width: 130px;
    }

    .vd-installment .vd-item label {
        flex: 1;
    }

    .vd-installment .vd-item input, .vd-installment .vd-item select {
        flex: 1;
    }

    /*xe khác*/
    .vd-other-cars .vd-item img {
        height: 190px;
    }

    .vd-other-cars .vd-info span, .vd-other-cars .vd-prepay {
        font-size: 1.3rem;
    }

    .vd-gia01 li {
        flex-basis: 100% !important;

    }

    .vd-gia01 li.prepay {
        text-align: start !important;
    }
}

@media only screen and (max-width: 480px) {
    /*ảnh xe*/
    #vd-main-photo img {
        height: 306px;
    }

    .vd-col-l .vd-list-img .vd-photo-list img {
        height: 74px;
    }

    /*xe khác*/
    .vd-other-cars .vd-item img {
        height: 150px;
    }

    .vd-tt-phu li {
        flex-basis: 100% !important;
    }
}

@media only screen and (max-width: 420px) {
    /*ảnh xe*/
    #vd-main-photo img {
        height: 267px;
    }

    .vd-col-l .vd-list-img .vd-photo-list img {
        height: 64px;
    }

    /*xe khác*/
    .vd-other-cars .vd-item img {
        height: 131px;
    }

    .vd-installment .vd-btn-send {
        flex-basis: 100%;
        display: block;
        text-align: center;
        align-items: center;
    }

    h1.name-pro-vd {
        font-size: 1.2em;
        line-height: 1.3em;
        height: 30px;
    }

    .vd-col-r .vd-price {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 375px) {
    /*ảnh xe*/
    #vd-main-photo img {
        height: 236px;
    }

    .vd-col-l .vd-list-img .vd-photo-list img {
        height: 57px;
    }

    /*thông số*/
    .vd-col-r .vd-box {
        padding: 1.5rem 0.5rem;
    }

    .vd-col-r .vd-hotline {
        padding: 1rem 0.5rem;
    }

    /*xe khác*/
    .vd-other-cars .vd-item img {
        height: 121px;
    }

}

@media only screen and (max-width: 360px) {
    /*tính phí*/
    .vd-name-transfer-fee .vd-box-transfer {
        padding: 1.5rem 1rem;
    }

    .vd-name-transfer-fee .vd-choose select {
        width: 105px;
    }

    .vd-other-cars .vd-item {
        flex-basis: 100%;
    }

    .vd-tt-phu li {
        flex-basis: 32% !important;
    }

    .vd-car {
        height: auto !important;
    }
}

@media only screen and (max-width: 320px) {
    /*ảnh xe*/
    #vd-main-photo img {
        height: 200px;
    }

    .vd-col-l .vd-list-img .vd-photo-list img {
        height: 57px;
    }

    /*xe khác*/
    .vd-other-cars .vd-item {
        flex-basis: 100%;
    }

    .vd-other-cars .vd-item img {
        height: 200px;
    }
}