
nav {
    position: relative;
    background: #fff;
    border-bottom: 2px solid var(--red-color);
}

.thy-title {
    padding: 1.5rem 0;
}

.thy-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.thy-wrapper .thy-col-l {
    flex-basis: 70%;
}

.thy-wrapper .thy-col-r {
    flex-basis: 28%;
}

.thy-wrapper .thy-col-l .thy-title-car {
    color: var(--vtyellow);
    margin: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.thy-wrapper .thy-col-l .thy-title-car span
{
    color: var(--red-color);
    font-size: 2rem;
}

.thy-box-car-detail {
    
    border-radius: 4px;
}

/*danh sách ảnh xe*/
.thy-box-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#thy-main-photo {
    flex-basis: 70%;
}

#thy-main-photo img {
    height: 420px;
    border-radius: 4px;
}

.thy-box-img .thy-list-img {
    flex-basis: 29%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thy-box-img .thy-list-img:after {
    content: '';
    flex-basis: 24%;
}

.thy-list-img .thy-item {
    flex-basis: 49%;
   margin-bottom: 5px;
}

.thy-list-img .thy-item:last-child {
    margin-bottom: 0;
}

.thy-list-img .thy-item:nth-child(2) img {
    border-top-right-radius: 4px;
}

.thy-list-img .thy-item .thy-photo-list img {
    height: 80px;
    border-radius: 4px;
}

.thy-box-info-salon
{
    padding: 1em;
    border: 1px dotted var(--vtyellow);
    padding-left: 0;
    border-radius: 4px;
}
.thy-vt
{
    
    
    padding-top: 2em;
}
/*thông tin xe*/
.thy-box-info {
    margin-top: -0.5rem;
}

.thy-box-info .thy-price-car {
    padding: 1rem 0;
    font-size: 2.6rem;
    font-weight: bold;
    color: var(--red-color);
    text-align: center;
    margin-top: 0.4em;
    width: 35%;
    background: #333;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

.thy-box-info .thy-info-car {
    background: #e9e9e9;
    margin-top: .5em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem;
    border-radius: 4px;
}

.thy-box-info .thy-info-car .thy-item {
    flex-basis: 49%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.thy-box-info .thy-info-car .thy-item label {
    flex-basis: 35%;
}


/*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-color);
    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-color);
    font-weight: bold;
    padding: 6px 30px;
    border-radius: 4px;
}

.installment .btn-send a:hover {
    background: var(--red-colorHover);
}

.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-color);
    font-weight: bold;
}


.btn-grad {
    background: var(--red-color);
}

.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;
}

.btn-grad:hover {
    
    color: #000000 !important;
    text-decoration: none;
}
/*thông tin salon*/
.thy-box-info-salon ul {
    padding: 0 1.5rem;
}

.thy-box-info-salon p {
    margin-top: 1rem;
}

.thy-box-info-salon .thy-info-hotline {
    background: var(--alRed);
    color: var(--alWhite);
    padding: 1.5rem 0;
    font-size: 2.1rem;
    text-align: center;
}

.thy-info-hotline b {
    color: var(--alWhite);
    -webkit-text-fill-color: var(--alWhite);
    font-size: 2.6rem;
}

/*nội dung tin xe*/
.thy-car-description {
    padding: 1.5rem;
}

.thy-car-description p {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

/*tính phí sang tên*/
.thy-box-name-transfer-fee {
    margin-top: 1rem;
}

.thy-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;
}

.thy-name-transfer-fee .thy-box {
    flex-basis: 100%;
}

.thy-name-transfer-fee .thy-box-img {
    flex-basis: 49%;
}

.thy-name-transfer-fee .thy-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.thy-name-transfer-fee .thy-item:last-child {
    margin-bottom: 0;
}

.thy-name-transfer-fee .thy-row {
    flex-basis: 58%;
}
.thy-row span, .thy-row label, .font-fix
{
    font-size: 0.9em !important;
}
.thy-name-transfer-fee .thy-pdb .thy-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.thy-name-transfer-fee .thy-row input {
    margin-right: 0.5rem;
    position: relative;
    top: 1px;
}

.thy-name-transfer-fee .thy-choose {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thy-name-transfer-fee .thy-choose select {
    height: 30px;
    width: 100px;
    color: var(--vtWhite);
    font-size: 0.9em;
}

.thy-name-transfer-fee .thy-cacu {
    border-top: 1px solid #fff;
    padding-top: 1.5rem;
}

.thy-name-transfer-fee .thy-cacu label {
    font-weight: bold;
}

.thy-name-transfer-fee .thy-cacu span {
    font-weight: bold;
    color: var(--red-color);
    font-size: 0.9em;
}

/*xe cùng khoảng giá*/
.thy-box-other-car {
    margin-top: 1rem;
}

.thy-other-car {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thy-other-car .thy-item {
    flex-basis: 24%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px #888;
}

.thy-other-car .thy-item a {
    
    width: 100%;
    font-size: 1.2em;
}
.thy-other-car .thy-item a:hover
{
   
    text-decoration: underline;
}
.thy-other-car .thy-item a .thy-img-car {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 230px;
}

.thy-other-car .thy-box-price {
    
    margin: 1rem;
}

.thy-other-car .thy-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);
}

.thy-other-car .thy-info-car {
    margin-top: 1em;
    padding: 0.5rem 1rem 0;
    flex-basis: 42%;
}
.addon-price {
    flex-basis: 56%;
    text-align: right;
    padding-right: 1em;
    margin-bottom: 0;
    margin-top: 6em;
    font-weight: bold;
}
.price-ok {
    font-size: 1.3em;
    color: var(--red-color);
    margin-top: 0.5em;
}
.tra-truoc-h {
    padding-left: 0.8em;
    padding-right: 0.8em;
    font-style: italic;
    font-weight: bold;
}

.text-custom-red {
    color: var(--red-color);
    font-size: 2rem;
}

.thy-other-car .thy-info-car .thy-item-info {
    flex-basis: 49%;
    
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.material-icons-outlined
{
    font-size: 1em !important;
    color: var(--red-color);
    padding-right: 0.2em;
}
.thy-other-car .thy-info-car .thy-item-info i {
    color: var(--alGrayInfoCars);
    margin-right: 0.2rem;
}

.thy-item-info img {
    width: 15px;
    height: 15px;
    object-fit: cover;
    verticthy-align: middle;
}

/*breadcrumb*/
.bg-detail
{
    background: none;
}
.breadcrumb-content
{
    width: 1200px;
    margin: 0 auto;
    
}


/*tin tức*/
.thy-wrapper .thy-col-r .thy-box-news {
    margin-bottom: 1rem;
}

.thy-col-r .thy-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thy-news .thy-item {
    flex-basis: 100%;
    border-bottom: 1px solid var(--alGray);
    padding: 1.5rem 0;
    color: var(--alBlack);
}

.thy-news .thy-item:last-child {
    border-bottom: none;
}

.thy-box-news .thy-item a {
    color: var(--alBlack);
    font-weight: 600;
}

/*xe đã bán*/
.xe-da-ban
{
        font-size: 1.4em;
        padding: 0.5em 0.8em;
        margin-bottom: 1em;
        margin-top: 1em;
        border-radius: 5px;
        display: block;
        width: 25%;
        color: var(--red-color);
        background: #fff;
        text-align: center;
        text-transform: uppercase;
        box-shadow: 0 1px 3px #888;
}

@media only screen and (max-width: 1230px) {
    .thy-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }

    /*thông tin xe*/
    .thy-box-info .thy-price-car {
        font-size: 2.1rem;
        padding: 1.5rem 0;
    }

    .thy-box-info .thy-info-car .thy-item label {
        flex-basis: 40%;
    }

    /*thông tin salon*/
    .thy-box-info-salon .thy-info-hotline {
        font-size: 1.8rem;
    }

    .thy-info-hotline b {
        font-size: 2.1rem;
    }

    /*phí sang tên*/
    

    .thy-name-transfer-fee .thy-choose {
        flex-basis: 85%;
    }

    .thy-name-transfer-fee .thy-item {
        justify-content: space-between;
    }

    .thy-name-transfer-fee .thy-choose {
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 1200px)
{
    .breadcrumb-content
    {
        width: 100%;
    }
}


@media only screen and (max-width: 1024px) {
    .thy-wrapper .thy-col-l {
        flex-basis: 100%;
    }

    .thy-wrapper .thy-col-r {
        margin-top: 1rem;
        flex-basis: 100%;
        
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .thy-wrapper .thy-col-r .thy-box-news {
        flex-basis: 48%;
    }

    .thy-wrapper .thy-col-r .thy-qc {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .thy-other-car .thy-item a .thy-img-car {
        height: 212px;
    }
}
@media only screen and (max-width: 991px)
{
    .thy-other-car .thy-item
    {
        flex-basis: 32%;
    }
    .thy-other-car li:last-child {
       
		display:none;
    }
    .car-cut
    {
        display: none;
    }
    .thy-box-other-car
    {
        width: 100%;
    }
    .price-prod
    {
        margin-top: 1.2em;
    }
}
@media only screen and (max-width: 850px)
{
    .thy-other-car .thy-item a {
        /* display: inline-block; */
        width: 100%;
        display: table;
        height: 54px;
    }
   
}

@media only screen and (max-width: 816px)
{
   
    .thy-other-car .thy-info-car
    {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    
    .thy-list-cars .thy-info-car, .addon-price {
        flex-basis: 100%;
    }
    .thy-item-info {
        flex-basis: 49% !important;
    }
    .addon-price {
        text-align: left;
        padding-left: 0.8em;
        margin-top: 1em;
        padding-bottom: 1em;
    }
}


@media only screen and (max-width: 768px) {
    .thy-wrapper {
        padding: 0 1rem 1.5rem;
    }

    /*danh sách ảnh xe*/
    #thy-main-photo img {
        height: 348px;
    }

    .thy-list-img .thy-item .thy-photo-list img {
        height: 66px;
    }

    /*thông tin xe*/
    .thy-box-info .thy-info-car .thy-item label {
        flex-basis: 50%;
    }

    /*phí sang tên*/
    .thy-box-name-transfer-fee {
        margin-top: 0;
    }

    .thy-name-transfer-fee .thy-box-img {
        display: none;
    }

    .thy-name-transfer-fee .thy-box {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    

    .thy-other-car .thy-item a .thy-img-car {
        height: 158px;
    }

    /*tin tức*/
    .thy-news .thy-item {
        padding: 1rem 0;
    }
    .thy-other-car .thy-info-car .thy-item-info
    {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 640px) {
    /*danh sách ảnh xe*/
    #thy-main-photo img {
        height: 289px;
    }

    .thy-list-img .thy-item .thy-photo-list img {
        height: 54px;
    }

    /*xe cùng khoảng giá*/
    .thy-other-car .thy-item a .thy-img-car {
        height: 132px;
    }
    .thy-box-info .thy-price-car
    {
        width: 40%;
    }
}


@media only screen and (max-width: 576px) {
    /*danh sách ảnh xe*/
    .thy-box-img {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #thy-main-photo {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    #thy-main-photo img {
        height: 370px;
        border-top-left-radius: 0;
    }

    .thy-list-img .thy-item .thy-photo-list img {
        height: 89px;
    }

    .thy-list-img .thy-item:nth-child(2) img {
        border-top-right-radius: 0;
    }

    .thy-box-img .thy-list-img {
        flex-basis: 100%;
    }

    .thy-list-img .thy-item {
        flex-basis: 24%;
    }

    /*thông tin xe*/
    .thy-box-info {
        margin-top: 0;
    }

    .thy-box-info .thy-info-car .thy-item {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .thy-other-car .thy-item {
        flex-basis: 49%;
        margin-bottom: 1rem;
        border-radius: 4px;
    }
    .thy-other-car li:nth-last-child(2) {
       
		display:none;
    }

    .thy-other-car .thy-item:last-child {
        margin-bottom: 0;
    }

    .thy-other-car .thy-item a .thy-img-car {
        height: 181px;
    }
    .thy-other-car .thy-info-car .thy-item-info
    {
        flex-basis: 49%;
    }
    .car-cut
    {
        display: block;
    }
    .thy-box-info .thy-price-car
    {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .thy-wrapper .thy-col-r {
        margin-top: 0;
    }

    /*danh sách ảnh xe*/
    #thy-main-photo img {
        height: 306px;
    }

    .thy-list-img .thy-item .thy-photo-list img {
        height: 74px;
    }

    /*xe cùng khoảng giá*/
    .thy-other-car .thy-item a .thy-img-car {
        height: 150px;
    }

    /*tin tức*/
    .thy-wrapper .thy-col-r .thy-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }
    .thy-box-info .thy-price-car
    {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    /*danh sách ảnh xe*/
    #thy-main-photo img {
        height: 266px;
    }

    .thy-list-img .thy-item .thy-photo-list img {
        height: 64px;
    }

    /*thông tin salon*/
    .thy-box-info-salon .thy-info-hotline {
        font-size: 1.6rem;
    }

    .thy-info-hotline b {
        font-size: 1.8rem;
    }

    /*xe cùng khoảng giá*/
    .thy-other-car .thy-item a .thy-img-car {
        height: 130px;
    }

    .thy-other-car .thy-box-price {
        margin: 0.5rem;
    }

    .thy-other-car .thy-info-car {
        padding: 0.5rem 0.5rem 0;
    }

    .thy-other-car .thy-info-car .thy-item-info {
        line-height: 2.0rem;
        font-size: 1.3rem;
    }

    .thy-other-car .thy-info-car .thy-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)
{
    .thy-other-car .thy-item
    {
        flex-basis: 100%;
    }
    .thy-other-car .thy-item a .thy-img-car
    {
        height: 220px;
    }
    .tieu-de-xe
    {
        height: auto;
        margin-left: 0.5em;
    }
    .thy-other-car .thy-item a
    {
        height: auto;
    }
    .thy-other-car .thy-info-car
    {
        padding-left: 0.8em;
        border-radius: 0 0 4px 4px;
    }
    .price-buy, .prepay-prod
    {
        flex-basis: 49%;
    }
    .prepay-prod
    {
        margin-top: 0;
        text-align: end;
    }
}

@media only screen and (max-width: 375px) {
    /*danh sách ảnh xe*/
    #thy-main-photo img {
        height: 237px;
    }

    .thy-list-img .thy-item .thy-photo-list img {
        height: 57px;
    }

    /*xe cùng khoảng giá*/
    
}

@media only screen and (max-width: 360px) {
    /*thông tin xe*/
    .thy-info-hotline b {
        font-size: 1.6rem;
    }

    /*phí trước bạ*/
    .thy-name-transfer-fee {
        padding: 1.5rem 0.5rem;
    }

    /*danh sách xe đang bán*/
    .thy-other-car .thy-info-car .thy-item-info i {
        line-height: 1.8rem;
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .thy-other-car .thy-info-car .thy-item-info {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
}

