
nav {
    position: relative;
    border-bottom: 2px solid var(--xanh);
    background: rgb(199,251,228);
    background: linear-gradient(0deg, rgba(199,251,228,1) 0%, rgba(236,245,241,1) 28%, rgba(255,255,255,1) 100%);
}

.leduong-title {
    padding: .4rem 0;
}

.leduong-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    flex-direction: row-reverse;
}

.leduong-wrapper .leduong-col-l {
    flex-basis: 70%;
}

.leduong-wrapper .leduong-col-r {
    flex-basis: 28%;
}

.leduong-wrapper .leduong-col-l .leduong-title-car {
    
    margin: 1.5rem 0;
    display: flex;
    justify-content: space-between;
}

.leduong-box-car-detail {
    
    border-radius: 4px;
}

/*danh sách ảnh xe*/
.leduong-box-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#leduong-main-photo {
    flex-basis: 70%;
}

#leduong-main-photo img {
    height: 420px;
    border-radius: 4px;
}

.leduong-box-img .leduong-list-img {
    flex-basis: 29%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leduong-box-img .leduong-list-img:after {
    content: '';
    flex-basis: 24%;
}

.leduong-list-img .leduong-item {
    flex-basis: 49%;
    margin-bottom: 0.5rem;
}

.leduong-list-img .leduong-item:last-child {
    margin-bottom: 0;
}

.leduong-list-img .leduong-item:nth-child(2) img {
    border-top-right-radius: 4px;
}

.leduong-list-img .leduong-item .leduong-photo-list img {
    height: 80px;
    border-radius: 4px;
}

.leduong-box-info-salon
{
    padding: 1em;
    border: 1px dotted #6b6b69;
    padding-left: 0;
    border-radius: 4px;
}
.tt-vt
{
    
    
    padding-top: 2em;
}
.active-btn
{
    background:var(--Red);
}
.w3-black
{
    border-radius: 4px;
}

.ten-hang
{
    padding-left: 1rem;
    padding-top: .5em;
    text-transform: uppercase;
}
.leduong-car b {
    color: var(--vtbgmenu);
        
}
.leduong-item .leduong-car b:hover
{
    color: var(--Red) !important;
}
.price-ok
{
    background: var(--xanh);
    
    padding: 0.6em;
    border-radius: 0 0 4px 4px;
    font-size: 1.2em;
    font-weight: 700;
    color: var(--vtWhite);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.gia-ban2
{
    font-size: 1.2em;
}
.leduong-item-info span {
    color: var(--xanh);
    margin-right: 0.2rem;
    font-size: 1.2em;
}

.xe-da-ban
{
    background: var(--Red);
    color: Red;
    text-transform: uppercase;
    padding: 0.5em 1em;
    border-radius: 4px;
    font-weight: bold;
}
/*begin lớp background trên ảnh sản phẩm*/
.anh-sp
{
    position: relative;
}
.anh-sp:hover .overlay {
    width: 100%;
  }
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    background: var(--Red);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    opacity: 0.6;
}
.text {
    
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
  }
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
/*end lớp background trên ảnh sản phẩm*/

/*thông tin xe*/
.leduong-box-info {
    margin-top: -0.5rem;
}

.leduong-box-info .leduong-price-car {
    padding: 2rem 0;
    background: var(--vtbgmenu);
    font-size: 2.6rem;
    font-weight: bold;
    color: var(--vtyellow);
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.leduong-box-info .leduong-info-car {
    
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem;
    padding-left: 0;
}

.leduong-box-info .leduong-info-car .leduong-item {
    flex-basis: 49%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.leduong-box-info .leduong-info-car .leduong-item label {
    flex-basis: 35%;
}

.gia-ban
{
    font-size: 1em;
    font-weight: 700;
    color: var(--Red);
}

/*vay trả góp*/
.box-installment {
    margin-top: 20px;
    
    border-radius: 4px;
}

.installment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.installment .item {
    flex-basis: 49%;
    margin-bottom: 10px;
}

.installment .item:last-child {
    margin-bottom: 0;
}

.installment .item label {
    margin-bottom: 5px;
    display: inline-block;
}

.installment .item  input,  .installment .item  select {
    width: 100%;
    height: 35px;
    border: 1px solid #bcb8b8;
    outline: none;
    padding-left: 10px;
    background: var(--gray4);
    border-radius: 4px;
   
}

.installment .item .icon {
    color: var(--Red);
    font-weight: bold;
}

.installment .item .car-price {
    cursor: no-drop;
}

.installment .btn-send {
    text-align: left;
    flex-basis: auto;
    margin-top: 5px;
}

.installment input[type="text"][disabled] {
    font-weight: bold;
}

.installment .btn-send a {
    display: inline-block;
    text-transform: uppercase;
    color: var(--white);
    background: var(--Red);
    font-weight: bold;
    padding: 6px 30px;
    border-radius: 4px;
}

.installment .btn-send a:hover {
    background: var(--RedHover);
}

.rs-installment {
    border-radius: 4px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin: 15px 0 0;
}

.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-installment .item:last-child {
    border-bottom: none;
}

.rs-installment .item label {
    margin-bottom: 5px;
    font-weight: bold;
}

.rs-installment .item span {
    color: var(--Red);
    font-weight: bold;
}


/*thông tin salon*/
.leduong-box-info-salon ul {
    padding: 0 1.5rem;
}

.leduong-box-info-salon p {
    margin-top: 1rem;
}

.leduong-box-info-salon .leduong-info-hotline {
    background: var(--alRed);
    color: var(--alWhite);
    padding: 1.5rem 0;
    font-size: 2.1rem;
    text-align: center;
}

.leduong-info-hotline b {
    color: var(--alWhite);
    -webkit-text-fill-color: var(--alWhite);
    font-size: 2.6rem;
}

/*nội dung tin xe*/
.leduong-car-description {
    padding: 1.5rem;
    padding-left: 0;
}

.leduong-car-description p {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

.leduong-box-info
{
    background: #fff;
    padding: 0 1em;
    margin-top: 1em;
    border-radius: 5px;
    border: 1px solid #e8e4e4;
}
.material-icons-outlined
{
    font-size: 1em !important;
}
/*tính phí sang tên*/
.leduong-box-name-transfer-fee {
    margin-top: 1rem;
}

.leduong-name-transfer-fee {
    border: 1px solid #ccc;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 4px;
    background: #efefef;
}

.leduong-name-transfer-fee .leduong-box {
    flex-basis: 100%;
}

.leduong-name-transfer-fee .leduong-box-img {
    flex-basis: 49%;
}

.leduong-name-transfer-fee .leduong-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.leduong-name-transfer-fee .leduong-item:last-child {
    margin-bottom: 0;
}

.leduong-name-transfer-fee .leduong-row {
    flex-basis: 58%;
}
.leduong-row span, .leduong-row label, .font-fix
{
    font-size: 0.9em !important;
}
.leduong-name-transfer-fee .leduong-pdb .leduong-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.leduong-name-transfer-fee .leduong-row input {
    margin-right: 0.5rem;
    position: relative;
    top: 1px;
}

.leduong-name-transfer-fee .leduong-choose {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leduong-name-transfer-fee .leduong-choose select {
    height: 30px;
    width: 100px;
    
    font-size: 0.9em;
}

.leduong-name-transfer-fee .leduong-cacu {
    border-top: 1px solid #fff;
    padding-top: 1.5rem;
}

.leduong-name-transfer-fee .leduong-cacu label {
    font-weight: bold;
}

.leduong-name-transfer-fee .leduong-cacu span {
    font-weight: bold;
    color: var(--Red);
    font-size: 0.9em;
}

/*xe cùng khoảng giá*/
.leduong-box-other-car {
    margin-top: 1rem;
    flex-basis: 100%;
}

.leduong-other-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leduong-other-car .leduong-item {
    flex-basis: 32%;
    background: var(--alGrayListCars);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.leduong-other-car .leduong-item a {
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
}

.leduong-other-car .leduong-item a .leduong-img-car {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 230px;
}

.leduong-other-car .leduong-car {
    padding: 1rem 1rem 0;
    font-weight: 800;
    padding-top: .1em;
}

.leduong-other-car .leduong-box-price {
    
    margin: 1rem;
}

.leduong-other-car .leduong-price {
    display: inline-block;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
    background: #1f1f1f;
    background-image: linear-gradient(to right, black , #1f1f1f);
    padding: 0.4rem 1.6rem;
    color: var(--vtyellow);
}

.leduong-other-car .leduong-info-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.5rem 1rem 0;
    margin-top: 1em;
}

.leduong-other-car .leduong-info-car .leduong-item-info {
    flex-basis: 25%;
    color: var(--alGrayInfoCars);
    margin-bottom: 1rem;
    font-size: 0.9em;
    display: flex;
    align-items: center;
}

.leduong-other-car .leduong-info-car .leduong-item-info i {
    color: var(--alGrayInfoCars);
    margin-right: 0.2rem;
}

.leduong-item-info img {
    width: 13px;
    height: 13px;
    object-fit: cover;
    vertical-align: middle;
    margin-top: -3px;
}

/*chỉ cần trả trước*/
.leduong-box-price
{
    text-align: center;
    padding-bottom: 1em;
}

/*tin tức*/
.leduong-wrapper .leduong-col-r .leduong-box-news {
    margin-bottom: 1rem;
}

.leduong-col-r .leduong-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leduong-news .leduong-item {
    flex-basis: 100%;
    border-bottom: 1px solid var(--alGray);
    padding: 1.5rem 0;
    color: var(--alBlack);
}

.leduong-news .leduong-item:last-child {
    border-bottom: none;
}

.leduong-box-news .leduong-item a {
    color: var(--alBlack);
    font-weight: 600;
}

@media only screen and (max-width: 1230px) {
    .leduong-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }

    /*thông tin xe*/
    .leduong-box-info .leduong-price-car {
        font-size: 2.1rem;
        padding: 1.5rem 0;
    }

    .leduong-box-info .leduong-info-car .leduong-item label {
        flex-basis: 40%;
    }

    /*thông tin salon*/
    .leduong-box-info-salon .leduong-info-hotline {
        font-size: 1.8rem;
    }

    .leduong-info-hotline b {
        font-size: 2.1rem;
    }

    /*phí sang tên*/
    

    .leduong-name-transfer-fee .leduong-choose {
        flex-basis: 85%;
    }

    .leduong-name-transfer-fee .leduong-item {
        justify-content: space-between;
    }

    .leduong-name-transfer-fee .leduong-choose {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 1080px)
{
    .leduong-other-car .leduong-info-car .leduong-item-info
    {
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 1024px) {
    .leduong-wrapper .leduong-col-l {
        flex-basis: 100%;
    }

    .leduong-wrapper .leduong-col-r {
        margin-top: 1rem;
        flex-basis: 100%;
        
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .leduong-wrapper .leduong-col-r .leduong-box-news {
        flex-basis: 48%;
    }

    .leduong-wrapper .leduong-col-r .leduong-qc {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .leduong-other-car .leduong-item a .leduong-img-car {
        height: 212px;
    }
}
@media only screen and (max-width: 850px)
{
    .leduong-other-car .leduong-item a {
        /* display: inline-block; */
        width: 100%;
        display: table;
        height: 54px;
    }
}

@media only screen and (max-width: 768px) {
    .leduong-wrapper {
        padding: 0 1rem 1.5rem;
    }

    /*danh sách ảnh xe*/
    #leduong-main-photo img {
        height: 348px;
    }

    .leduong-list-img .leduong-item .leduong-photo-list img {
        height: 66px;
    }

    /*thông tin xe*/
    .leduong-box-info .leduong-info-car .leduong-item label {
        flex-basis: 50%;
    }

    /*phí sang tên*/
    .leduong-box-name-transfer-fee {
        margin-top: 0;
    }

    .leduong-name-transfer-fee .leduong-box-img {
        display: none;
    }

    .leduong-name-transfer-fee .leduong-box {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .leduong-box-other-car {
        margin-top: 0;
    }

    .leduong-other-car .leduong-item a .leduong-img-car {
        height: 200px;
    }

    /*tin tức*/
    .leduong-news .leduong-item {
        padding: 1rem 0;
    }
    .leduong-other-car .leduong-info-car .leduong-item-info
    {
        font-size: 0.9em;
    }
    .leduong-other-car .leduong-item
    {
        flex-basis: 49%;
    }
    .leduong-other-car .leduong-item:last-child{
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    /*danh sách ảnh xe*/
    #leduong-main-photo img {
        height: 289px;
    }

    .leduong-list-img .leduong-item .leduong-photo-list img {
        height: 54px;
    }

    /*xe cùng khoảng giá*/
    .leduong-other-car .leduong-item a .leduong-img-car {
        height: 190px;
    }
    .leduong-other-car .leduong-item
    {
        flex-basis: 49%;
        margin-bottom: 1em;
    }
}


@media only screen and (max-width: 576px) {
    /*danh sách ảnh xe*/
    .leduong-box-img {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #leduong-main-photo {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    #leduong-main-photo img {
        height: 370px;
        border-top-left-radius: 0;
    }

    .leduong-list-img .leduong-item .leduong-photo-list img {
        height: 89px;
    }

    .leduong-list-img .leduong-item:nth-child(2) img {
        border-top-right-radius: 0;
    }

    .leduong-box-img .leduong-list-img {
        flex-basis: 100%;
    }

    .leduong-list-img .leduong-item {
        flex-basis: 24%;
    }

    /*thông tin xe*/
    .leduong-box-info {
        margin-top: 0;
    }

    .leduong-box-info .leduong-info-car .leduong-item {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .leduong-other-car .leduong-item {
        flex-basis: 49%;
        margin-bottom: 1rem;
    }

    .leduong-other-car .leduong-item:last-child {
        margin-bottom: 0;
    }

    .leduong-other-car .leduong-item a .leduong-img-car {
        height: 181px;
    }
    .leduong-other-car .leduong-info-car .leduong-item-info
    {
        flex-basis: 49%;
    }
}

@media only screen and (max-width: 480px) {
    .leduong-wrapper .leduong-col-r {
        margin-top: 0;
    }

    /*danh sách ảnh xe*/
    #leduong-main-photo img {
        height: 306px;
    }

    .leduong-list-img .leduong-item .leduong-photo-list img {
        height: 74px;
    }

    /*xe cùng khoảng giá*/
    .leduong-other-car .leduong-item a .leduong-img-car {
        height: 150px;
    }

    /*tin tức*/
    .leduong-wrapper .leduong-col-r .leduong-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 420px) {
    /*danh sách ảnh xe*/
    #leduong-main-photo img {
        height: 266px;
    }

    .leduong-list-img .leduong-item .leduong-photo-list img {
        height: 64px;
    }

    /*thông tin salon*/
    .leduong-box-info-salon .leduong-info-hotline {
        font-size: 1.6rem;
    }

    .leduong-info-hotline b {
        font-size: 1.8rem;
    }

    /*xe cùng khoảng giá*/
    .leduong-other-car .leduong-item a .leduong-img-car {
        height: 240px;
    }

    .leduong-other-car .leduong-box-price {
        margin: 0.5rem;
    }

    .leduong-other-car .leduong-info-car {
        padding: 0.5rem 0.5rem 0;
    }

    .leduong-other-car .leduong-info-car .leduong-item-info {
        line-height: 2.0rem;
        font-size: 1.3rem;
    }

    .leduong-other-car .leduong-info-car .leduong-item-info i {
        line-height: 2.0rem;
        font-size: 1.3rem;
        margin-right: 0.1rem;
    }
    .tinh
    {
        width: 100%;
    }
    .leduong-other-car .leduong-item
    {
        flex-basis: 100%;
    }
    .leduong-other-car .leduong-info-car .leduong-item-info
    {
        flex-basis: 25%;
    }
    /*hiện xe số 3*/
    .xe-so-3
    {
        display: block;
    }
    .leduong-other-car .leduong-item:last-child{
        display: block;
    }
    .leduong-other-car .leduong-item a
    {
        height: auto;
    }
}

@media only screen and (max-width: 400px)
{
    .leduong-other-car .leduong-item
    {
        flex-basis: 100%;
    }
    .leduong-other-car .leduong-item a .leduong-img-car
    {
        height: 200px;
    }
}

@media only screen and (max-width: 375px) {
    /*danh sách ảnh xe*/
    #leduong-main-photo img {
        height: 237px;
    }

    .leduong-list-img .leduong-item .leduong-photo-list img {
        height: 57px;
    }

    /*xe cùng khoảng giá*/
    
}

@media only screen and (max-width: 360px) {
    /*thông tin xe*/
    .leduong-info-hotline b {
        font-size: 1.6rem;
    }

    /*phí trước bạ*/
    .leduong-name-transfer-fee {
        padding: 1.5rem 0.5rem;
    }

    /*danh sách xe đang bán*/
    .leduong-other-car .leduong-info-car .leduong-item-info i {
        line-height: 1.8rem;
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .leduong-other-car .leduong-info-car .leduong-item-info {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 350px)
{
    .leduong-other-car .leduong-info-car .leduong-item-info
    {
        flex-basis: 50%;
    }
}

