
nav {
    position: relative;
    background: var(--red);
}

.tantien-title {
    padding: 1.5rem 0;
}

.tantien-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.tantien-wrapper .tantien-col-l {
    flex-basis: 70%;
}

.tantien-wrapper .tantien-col-r {
    flex-basis: 28%;
}

.tantien-wrapper .tantien-col-l .tantien-title-car {
    color: var(--vtyellow);
    margin: 1.5rem 0;
}

.tantien-box-car-detail {
    
    border-radius: 4px;
}

/*danh sách ảnh xe*/
.tantien-box-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#tantien-main-photo {
    flex-basis: 70%;
}

#tantien-main-photo img {
    height: 420px;
    border-radius: 4px;
}

.tantien-box-img .tantien-list-img {
    flex-basis: 29%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tantien-box-img .tantien-list-img:after {
    content: '';
    flex-basis: 24%;
}

.tantien-list-img .tantien-item {
    flex-basis: 49%;
   margin-bottom: 5px;
}

.tantien-list-img .tantien-item:last-child {
    margin-bottom: 0;
}

.tantien-list-img .tantien-item:nth-child(2) img {
    border-top-right-radius: 4px;
}

.tantien-list-img .tantien-item .tantien-photo-list img {
    height: 80px;
    border-radius: 4px;
}

.tantien-box-info-salon
{
    padding: 1em;
    border: 1px dotted var(--vtyellow);
    padding-left: 0;
    border-radius: 4px;
}
.tt-vt
{
    
    
    padding-top: 2em;
}
/*thông tin xe*/
.tantien-box-info {
    margin-top: -0.5rem;
}

.tantien-box-info .tantien-price-car {
    padding: 2rem 0;
    font-size: 2.6rem;
    font-weight: bold;
    color: var(--red);
    text-align: center;
    border-radius: 0 0 4px 4px;
  
}

.tantien-box-info .tantien-info-car {
    background: ghostwhite;
    margin-top: .5em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.tantien-box-info .tantien-info-car .tantien-item {
    flex-basis: 49%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.tantien-box-info .tantien-info-car .tantien-item label {
    flex-basis: 35%;
}

.gia-xe-chi-tiet
{
    display: block;
    background: var(--red);
    overflow: hidden;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 20px;
    width: 20%;
    padding: 0.5em 1em;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}
/*vay trả góp*/
.box-installment {
    margin-top: 20px;
    
    border-radius: 4px;
}

.installment {
    
}

.installment .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.installment .item:last-child {
    margin-bottom: 0;
}

.installment .item label {
    margin-bottom: 5px;
    display: inline-block;
    flex-basis: 34%;
}

.installment .item  input,  .installment .item  select {
    width: 65%;
    height: 35px;
    border: 1px solid #dedede;
    outline: none;
    padding-left: 10px;
    background: var(--gray4);
    border-radius: 4px;
    color: var(--vtWhite);
}

.installment .item .icon {
    color: var(--red);
    font-weight: bold;
}

.installment .item .car-price {
    cursor: no-drop;
    flex-basis: 65%;
}

.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 {
    background: ghostwhite;
    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;
}


.btn-grad {
    background: var(--red);
}

.btn-grad {
    margin: 0 auto;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 20px;
   
    display: block;
    cursor: pointer;
    box-shadow: 1px 2px 3px #888;
}

.btn-grad:hover {
    
    color: #000000 !important;
    text-decoration: none;
}
/*thông tin salon*/
.tantien-box-info-salon ul {
    padding: 0 1.5rem;
}

.tantien-box-info-salon p {
    margin-top: 1rem;
}

.tantien-box-info-salon .tantien-info-hotline {
    background: var(--alRed);
    color: var(--alWhite);
    padding: 1.5rem 0;
    font-size: 2.1rem;
    text-align: center;
}

.tantien-info-hotline b {
    color: var(--alWhite);
    -webkit-text-fill-color: var(--alWhite);
    font-size: 2.6rem;
}

/*nội dung tin xe*/
.tantien-car-description {
    padding: 1.5rem;
}

.tantien-car-description p {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

/*tính phí sang tên*/
.tantien-box-name-transfer-fee {
    margin-top: 1rem;
}

.tantien-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: ghostwhite;
}

.tantien-name-transfer-fee .tantien-box {
    flex-basis: 100%;
}

.tantien-name-transfer-fee .tantien-box-img {
    flex-basis: 49%;
}

.tantien-name-transfer-fee .tantien-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.tantien-name-transfer-fee .tantien-item:last-child {
    margin-bottom: 0;
}

.tantien-name-transfer-fee .tantien-row {
    flex-basis: 58%;
}
.tantien-row span, .tantien-row label, .font-fix
{
    font-size: 0.9em !important;
}
.tantien-name-transfer-fee .tantien-pdb .tantien-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.tantien-name-transfer-fee .tantien-row input {
    margin-right: 0.5rem;
    position: relative;
    top: 1px;
}

.tantien-name-transfer-fee .tantien-choose {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tantien-name-transfer-fee .tantien-choose select {
    height: 30px;
    width: 100px;
    color: var(--vtWhite);
    font-size: 0.9em;
}

.tantien-name-transfer-fee .tantien-cacu {
    border-top: 1px solid #fff;
    padding-top: 1.5rem;
}

.tantien-name-transfer-fee .tantien-cacu label {
    font-weight: bold;
}

.tantien-name-transfer-fee .tantien-cacu span {
    font-weight: bold;
    color: var(--red);
    font-size: 0.9em;
}

/*xe cùng khoảng giá*/
.tantien-box-other-car {
    margin-top: 1rem;
	width: 100%;
}

.tantien-other-car {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tantien-other-car .tantien-item {
    flex-basis: 24%;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 1px 2px 3px #888;
}

.tantien-other-car .tantien-item a {
    
    width: 100%;
}
.tantien-other-car .tantien-item a:hover
{
    color: var(--red);
}
.tantien-other-car .tantien-item a .tantien-img-car {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 230px;
}

.tantien-other-car .tantien-box-price {
    
    margin: 1rem;
}

.tantien-other-car .tantien-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);
}

.tantien-other-car .tantien-info-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.5rem 1rem 0;
}

.tantien-other-car .tantien-info-car .tantien-item-info {
    flex-basis: 49%;
    text-align: center;
    margin-bottom: 1rem;
    background: #E5EDE8;
    font-size: 1em;
    border-radius: 4px;
    padding-top: .3em;
    padding-bottom: .3em;
}
.material-icons-outlined
{
    font-size: 1em !important;
    color: var(--BlueA);
    padding-right: 0.2em;
}
.tantien-other-car .tantien-info-car .tantien-item-info i {
    color: var(--alGrayInfoCars);
    margin-right: 0.2rem;
}

.tantien-item-info img {
    width: 15px;
    height: 15px;
    object-fit: cover;
    vertical-align: middle;
}
.view {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
   
}
.detail-btn {
    background: var(--red);
    border-radius: 20px;
    padding: 0.4em 1em;
    color: #fff;
}
.detail-btn:hover
{
    color: #000 !important;
}

/*breadcrumb*/
.bg-detail
{
    background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), transparent url("../images/sp-chi-tiet/bg-car-detail.jpg") center center/cover no-repeat ;
    background-size: cover;
    background-position: right;
    height: 100px;
}
.breadcrumb-content
{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    margin-top: 25px;
}
.breadcrumb-content .home
{
    text-transform: uppercase;
    font-size: 1.2em;
}

/*tin tức*/
.tantien-wrapper .tantien-col-r .tantien-box-news {
    margin-bottom: 1rem;
}

.tantien-col-r .tantien-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tantien-news .tantien-item {
    flex-basis: 100%;
    border-bottom: 1px solid var(--alGray);
    padding: 1.5rem 0;
    color: var(--alBlack);
}

.tantien-news .tantien-item:last-child {
    border-bottom: none;
}

.tantien-box-news .tantien-item a {
    color: var(--alBlack);
    font-weight: 600;
}

/*xe đã bán*/
.xe-da-ban
{
    color: var(--red);
    font-weight: bold;
    font-size: 1.4em;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    padding: 0.5em 0.8em;
    margin-bottom: 1em;
    border-radius: 8px;
    display: block;
}
.da-ban2
{
    text-decoration: line-through;
    background: #cbc9c9;
    color: var(--red);
}
@media only screen and (max-width: 1230px) {
    .tantien-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }

    /*thông tin xe*/
    .tantien-box-info .tantien-price-car {
        font-size: 2.1rem;
        padding: 1.5rem 0;
    }

    .tantien-box-info .tantien-info-car .tantien-item label {
        flex-basis: 40%;
    }

    /*thông tin salon*/
    .tantien-box-info-salon .tantien-info-hotline {
        font-size: 1.8rem;
    }

    .tantien-info-hotline b {
        font-size: 2.1rem;
    }

    /*phí sang tên*/
    

    .tantien-name-transfer-fee .tantien-choose {
        flex-basis: 85%;
    }

    .tantien-name-transfer-fee .tantien-item {
        justify-content: space-between;
    }

    .tantien-name-transfer-fee .tantien-choose {
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 1200px)
{
    .breadcrumb-content
    {
        width: 100%;
    }
}


@media only screen and (max-width: 1024px) {
    .tantien-wrapper .tantien-col-l {
        flex-basis: 100%;
    }

    .tantien-wrapper .tantien-col-r {
        margin-top: 1rem;
        flex-basis: 100%;
        
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tantien-wrapper .tantien-col-r .tantien-box-news {
        flex-basis: 48%;
    }

    .tantien-wrapper .tantien-col-r .tantien-qc {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .tantien-other-car .tantien-item a .tantien-img-car {
        height: 212px;
    }
}
@media only screen and (max-width: 991px)
{
    .tantien-other-car .tantien-item
    {
        flex-basis: 32%;
    }
    .car-cut
    {
        display: none;
    }
    .tantien-box-other-car
    {
        width: 100%;
    }
    .tantien-other-car .tantien-item:last-child
    {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .tantien-wrapper {
        padding: 0 1rem 1.5rem;
    }

    /*danh sách ảnh xe*/
    #tantien-main-photo img {
        height: 348px;
    }

    .tantien-list-img .tantien-item .tantien-photo-list img {
        height: 66px;
    }

    /*thông tin xe*/
    .tantien-box-info .tantien-info-car .tantien-item label {
        flex-basis: 50%;
    }

    /*phí sang tên*/
    .tantien-box-name-transfer-fee {
        margin-top: 0;
    }

    .tantien-name-transfer-fee .tantien-box-img {
        display: none;
    }

    .tantien-name-transfer-fee .tantien-box {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .tantien-box-other-car {
        margin-top: 0;
    }

    .tantien-other-car .tantien-item a .tantien-img-car {
        height: 158px;
    }

    /*tin tức*/
    .tantien-news .tantien-item {
        padding: 1rem 0;
    }
    .tantien-other-car .tantien-info-car .tantien-item-info
    {
        font-size: 0.9em;
    }
    /*giá xe chi tiết*/
    .gia-xe-chi-tiet
    {
        width: 25%;
    }
}

@media only screen and (max-width: 640px) {
    /*danh sách ảnh xe*/
    #tantien-main-photo img {
        height: 289px;
    }

    .tantien-list-img .tantien-item .tantien-photo-list img {
        height: 54px;
    }

    /*xe cùng khoảng giá*/
    .tantien-other-car .tantien-item a .tantien-img-car {
        height: 132px;
    }
}


@media only screen and (max-width: 576px) {
    /*danh sách ảnh xe*/
    .tantien-box-img {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #tantien-main-photo {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    #tantien-main-photo img {
        height: 370px;
        border-top-left-radius: 0;
    }

    .tantien-list-img .tantien-item .tantien-photo-list img {
        height: 89px;
    }

    .tantien-list-img .tantien-item:nth-child(2) img {
        border-top-right-radius: 0;
    }

    .tantien-box-img .tantien-list-img {
        flex-basis: 100%;
    }

    .tantien-list-img .tantien-item {
        flex-basis: 24%;
    }

    /*thông tin xe*/
    .tantien-box-info {
        margin-top: 0;
    }

    .tantien-box-info .tantien-info-car .tantien-item {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .tantien-other-car .tantien-item {
        flex-basis: 49%;
        margin-bottom: 1rem;
        border-radius: 4px;
    }

    .tantien-other-car .tantien-item:last-child {
        margin-bottom: 0;
    }

    .tantien-other-car .tantien-item a .tantien-img-car {
        height: 181px;
    }
    .tantien-other-car .tantien-info-car .tantien-item-info
    {
        flex-basis: 49%;
    }
    .car-cut
    {
        display: block;
    }
    .gia-xe-chi-tiet
    {
        width: 30%;
    }
    .tantien-other-car .tantien-item:last-child
    {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .tantien-wrapper .tantien-col-r {
        margin-top: 0;
    }

    /*danh sách ảnh xe*/
    #tantien-main-photo img {
        height: 306px;
    }

    .tantien-list-img .tantien-item .tantien-photo-list img {
        height: 74px;
    }

    /*xe cùng khoảng giá*/
    .tantien-other-car .tantien-item a .tantien-img-car {
        height: 150px;
    }

    /*tin tức*/
    .tantien-wrapper .tantien-col-r .tantien-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }
    .gia-xe-chi-tiet
    {
        width: 39%;
    }
}

@media only screen and (max-width: 420px) {
    /*danh sách ảnh xe*/
    #tantien-main-photo img {
        height: 266px;
    }

    .tantien-list-img .tantien-item .tantien-photo-list img {
        height: 64px;
    }

    /*thông tin salon*/
    .tantien-box-info-salon .tantien-info-hotline {
        font-size: 1.6rem;
    }

    .tantien-info-hotline b {
        font-size: 1.8rem;
    }

    /*xe cùng khoảng giá*/
    .tantien-other-car .tantien-item a .tantien-img-car {
        height: 130px;
    }

    .tantien-other-car .tantien-car {
        padding: 0.5rem 0.5rem 0;
    }

    .tantien-other-car .tantien-box-price {
        margin: 0.5rem;
    }

    .tantien-other-car .tantien-info-car {
        padding: 0.5rem 0.5rem 0;
    }

    .tantien-other-car .tantien-info-car .tantien-item-info {
        line-height: 2.0rem;
        font-size: 1.3rem;
    }

    .tantien-other-car .tantien-info-car .tantien-item-info i {
        line-height: 2.0rem;
        font-size: 1.3rem;
        margin-right: 0.1rem;
    }
    .tinh
    {
        width: 100%;
    }
}

@media only screen and (max-width: 400px)
{
    .tantien-other-car .tantien-item
    {
        flex-basis: 100%;
    }
    .tantien-other-car .tantien-item a .tantien-img-car
    {
        height: 200px;
    }
    .tieu-de-xe
    {
        height: auto;
        margin-left: 0.5em;
    }
    .tantien-other-car .tantien-item a
    {
        height: auto;
    }
    .tantien-other-car .tantien-info-car
    {
        margin-left: 0.4em;
    }
    .price-buy, .prepay-prod
    {
        flex-basis: 49%;
    }
    .prepay-prod
    {
        margin-top: 0;
        text-align: end;
    }
    .price-buy
    {
        text-align: left;
    }
}

@media only screen and (max-width: 375px) {
    /*danh sách ảnh xe*/
    #tantien-main-photo img {
        height: 237px;
    }

    .tantien-list-img .tantien-item .tantien-photo-list img {
        height: 57px;
    }

    /* giá*/
    .gia-xe-chi-tiet
    {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    /*thông tin xe*/
    .tantien-info-hotline b {
        font-size: 1.6rem;
    }

    /*phí trước bạ*/
    .tantien-name-transfer-fee {
        padding: 1.5rem 0.5rem;
    }

    /*danh sách xe đang bán*/
    .tantien-other-car .tantien-info-car .tantien-item-info i {
        line-height: 1.8rem;
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .tantien-other-car .tantien-info-car .tantien-item-info {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
}

