nav {
    position: relative;
}

.at62-title {
    padding-top: 0;
    padding-bottom: 0.3em;
    margin-top: 1.1em;
}

.at62-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.at62-wrapper .at62-col-l {
    flex-basis: 70%;
}

.at62-wrapper .at62-col-r {
    flex-basis: 28%;
}

.at62-wrapper .at62-col-l .at62-title-car {
   
    margin: 1.5rem 0;
}

.at62-box-car-detail {
    background: var(--alGray);
    border-radius: 4px;
}

.detail-gia
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1em;
    align-items: center;
}
.detail-gia span
{
    flex-basis: 49%;
}
.gia-xe-al
{
    background: var(--alyellow);
    padding: 0.5em 1em;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
.da-ban-detail
{
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--mau-tim);
    text-transform: uppercase;
    display: contents;
}
/*danh sách ảnh xe*/
.at62-box-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#at62-main-photo {
    flex-basis: 70%;
}

#at62-main-photo img {
    height: 420px;
   border-radius: 5px;
}

.at62-box-img .at62-list-img {
    flex-basis: 29%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.at62-box-img .at62-list-img:after {
    content: '';
    flex-basis: 24%;
}

.at62-list-img .at62-item {
    flex-basis: 49%;
    margin-bottom: 0.5rem;
}

.at62-list-img .at62-item:last-child {
    margin-bottom: 0;
}



.at62-list-img .at62-item .at62-photo-list img {
    height: 80px;
    border-radius: 5px;
}

/*thông tin xe*/


.at62-box-info .at62-price-car {
    padding: 2rem 0;
    background: var(--alBlue);
    font-size: 2.6rem;
    font-weight: bold;
    color: var(--alRed);
    text-align: center;
}

.at62-box-info .at62-info-car {
    background: var(--alGray);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem;
}

.at62-box-info .at62-info-car .at62-item {
    flex-basis: 49%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.at62-box-info .at62-info-car .at62-item label {
    flex-basis: 35%;
}

/*thông tin salon*/
.at62-box-info-salon ul {
    padding: 0 1.5rem;
}

.at62-box-info-salon p {
    margin-top: 1rem;
    color: var(--alBlack);
}

.at62-box-info-salon .at62-info-hotline {
    background: var(--alBlack);
    color: var(--alWhite);
    padding: 1.5rem 0;
    font-size: 2.1rem;
    text-align: center;
}

.at62-info-hotline b {
    color: var(--alWhite);
    -webkit-text-fill-color: var(--alWhite);
    font-size: 2.6rem;
}

/*nội dung tin xe*/
.at62-car-description {
    padding: 1.5rem;
    border-top: 1px solid #d6d6d6;
}

.at62-car-description p {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

/*tính phí sang tên*/
.at62-box-name-transfer-fee {
    margin-top: 1rem;
}

.at62-name-transfer-fee {
   margin-top: 3rem;
   margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 4px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.at62-name-transfer-fee .at62-box {
    flex-basis: 49%;
}

.tinh-vay-tra-gop
{
    flex-basis: 49%;
}

img
{
    border-radius: 5px;
}
/*giá xe*/
.at62-box-info-salon
{
    background: burlywood;
    text-align: center;
    padding: 1rem;
    border-radius: 5px 5px 0 0;
}

.btn-grad
{
    background: var(--mau-tim);
    
    padding: 0.5em 1em;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn-grad:hover
{
    color: red;
}
.rs-installment {
    padding: 5px 15px;
    margin: 15px 0 0;
    background: antiquewhite;
    border-radius: 5px;
    box-shadow: 0 1px 2px #999;
}
.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-price-installment, .lai-hang-thang, .rs-pay-monthly
{
    color: var(--mau-tim);
}
.at62-name-transfer-fee .at62-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.installment .item
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 1em;
}
.installment .item label
{
    flex-basis: 30%;
}
.installment .item input, .installment .item select
{
    flex-basis: 69%;
    color: var(--alBlack);
}
.at62-name-transfer-fee .at62-item:last-child {
    margin-bottom: 0;
}

.at62-name-transfer-fee .at62-row {
    flex-basis: 50%;
}

.at62-name-transfer-fee .at62-pdb .at62-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.at62-name-transfer-fee .at62-row input {
    margin-right: 0.5rem;
    position: relative;
    top: 1px;
}

.at62-name-transfer-fee .at62-choose {
    flex-basis: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.at62-name-transfer-fee .at62-choose select {
    height: 30px;
    width: 100px;
}

.at62-name-transfer-fee .at62-cacu {
    border-top: 1px solid #fff;
    padding-top: 1.5rem;
}

.at62-name-transfer-fee .at62-cacu label {
    font-weight: bold;
}

.at62-name-transfer-fee .at62-cacu span {
    font-weight: bold;
    color: var(--mau-tim);
}

.at62-text, .at62-box-info .at62-info-car .at62-item label, .at62-item span, .at62-car-description p, .installment .item label, .at62-row label, .item label
{
    color: var(--alBlack);
}

/*gạch dưới H1, h2*/
.colored-separator
{
    font-size: 0;
    
}
.colored-separator .first-long, .colored-separator .last-short {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 5px;
    background: rgb(255, 60, 172);
    border-radius: 2px;
    
}
.colored-separator .first-long {
    margin-right: 3px;
}
.stm-base-background-color {
    background-color: #ccc;
}
.colored-separator .last-short {
    width: 60px;
    background-color: var(--mau-tim);
}

/*xe cùng khoảng giá*/
.at62-box-other-car {
    margin-top: 2.5rem;
}

.at62-other-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.at62-other-car .at62-item {
    flex-basis: 32%;
    box-shadow: 1px 2px 3px #999;
    border-radius: 5px;
}

.at62-other-car .at62-item a {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 1.1em;
}

.at62-other-car .at62-item a .at62-img-car {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 179px;
}

.at62-other-car .at62-box-price {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    
}

.at62-box-price .at62-price {
    display: inline-block;
    font-size: 1.3em;
    padding: 0.4rem 0.5rem;
    border-radius: 4px;
    color: var(--mau-tim);
}

.tra-truoc-al {
    font-size: 0.9em;
    margin-right: 0.5em;
    
}

.at62-other-car .at62-info-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.5rem 1rem 0;
}

.at62-other-car .at62-info-car .at62-item-info {
    flex-basis: 49%;
    color: var(--alGrayInfoCars);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.at62-other-car .at62-info-car .at62-item-info i {
    color: var(--alGrayInfoCars);
    margin-right: 0.2rem;
}
.thong-so-phu span
{
    color: #fff;
}
/*cột tin tức bên phải*/
.at62-wrapper .at62-col-r .at62-box-news {
    margin-bottom: 2rem;
}

.at62-col-r .at62-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 0.5em;
}

.at62-news .at62-item {
    flex-basis: 100%;
    border-bottom: 1px solid var(--alGray);
    color: var(--alBlack);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.at62-news .at62-item span
{
    flex-basis: 30%;
}
.at62-news .at62-item h3
{
    flex-basis: 68%;
    text-transform: capitalize;
    font-weight: bold;
    padding-top: 0;
    margin-top: -6px;
}

.at62-news .at62-item:last-child {
    border-bottom: none;
}

.at62-box-news .at62-item a {
    color: var(--alBlack);
    font-weight: 600;
}

.at62-box-news .at62-item a:hover
{
    _0text-decoration: underline;
	color:var(--mau-tim);
}

option
{
    color: var(--alBlack);
}
/*giao diện cho Mobile*/
@media only screen and (max-width: 1230px) {
    .at62-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }

    /*thông tin xe*/
    .at62-box-info .at62-price-car {
        font-size: 2.1rem;
        padding: 1.5rem 0;
    }

    .at62-box-info .at62-info-car .at62-item label {
        flex-basis: 40%;
    }

    /*thông tin salon*/
    .at62-box-info-salon .at62-info-hotline {
        font-size: 1.8rem;
    }

    .at62-info-hotline b {
        font-size: 2.1rem;
    }

    /*phí sang tên*/
    .at62-name-transfer-fee .at62-row {
        flex-basis: 60%;
    }

    .at62-name-transfer-fee .at62-choose {
        flex-basis: 85%;
    }

    .at62-name-transfer-fee .at62-item {
        justify-content: space-between;
    }

    .at62-name-transfer-fee .at62-choose {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .at62-wrapper .at62-col-l {
        flex-basis: 100%;
    }

    .at62-wrapper .at62-col-r {
        margin-top: 2.5rem;
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .at62-wrapper .at62-col-r .at62-box-news {
        flex-basis: 100%;
    }

    .at62-wrapper .at62-col-r .at62-qc {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .at62-other-car .at62-item a .at62-img-car {
        height: 212px;
    }
}

@media only screen and (max-width: 810px) 
{
    .tra-truoc-al
    {
        flex-basis: 100%;
        margin-top: 0.6em;
    }
}


@media only screen and (max-width: 768px) {
    .at62-wrapper {
        padding: 0 1rem 1.5rem;
    }

    /*danh sách ảnh xe*/
    #at62-main-photo img {
        height: 348px;
    }

    .at62-list-img .at62-item .at62-photo-list img {
        height: 66px;
    }

    /*thông tin xe*/
    .at62-box-info .at62-info-car .at62-item label {
        flex-basis: 50%;
    }

    /*phí sang tên*/
    .at62-box-name-transfer-fee {
        margin-top: 0;
    }

    .at62-name-transfer-fee .at62-box-img {
        display: none;
    }

    .at62-name-transfer-fee ul.at62-box {
        flex-basis: 100% !important;
    }

    
    .at62-other-car .at62-item a .at62-img-car {
        height: 158px;
    }

    /*tin tức*/
    .at62-news .at62-item {
        padding: 1rem 0;
    }

    .tinh-vay-tra-gop
    {
        flex-basis: 100%;
        margin-top: 3rem;
    }
    .at62-name-transfer-fee
    {
        border-bottom: none;
    }
}

@media only screen and (max-width: 640px) {
    /*danh sách ảnh xe*/
    #at62-main-photo img {
        height: 289px;
    }

    .at62-list-img .at62-item .at62-photo-list img {
        height: 54px;
    }

    /*xe cùng khoảng giá*/
    .at62-other-car .at62-item a .at62-img-car {
        height: 132px;
    }
    .at62-other-car .at62-item
    {
        flex-basis: 49%;
    }
    /*ẩn xe số 3*/
	 .at62-other-car li.at62-item:last-child {
       
		display:none;
    }

    .xe-so3
    {
        display: none;
    }
    .tra-truoc-al {
        flex-basis: auto;
        margin-top: 0;
    }
}


@media only screen and (max-width: 576px) {
    /*danh sách ảnh xe*/
    .at62-box-img {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #at62-main-photo {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    #at62-main-photo img {
        height: 370px;
        border-top-left-radius: 0;
    }

    .at62-list-img .at62-item .at62-photo-list img {
        height: 89px;
    }

    .at62-list-img .at62-item:nth-child(2) img {
        border-top-right-radius: 0;
    }

    .at62-box-img .at62-list-img {
        flex-basis: 100%;
    }

    .at62-list-img .at62-item {
        flex-basis: 24%;
    }

    /*thông tin xe*/
    .at62-box-info {
        margin-top: 0;
    }

    .at62-box-info .at62-info-car .at62-item {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .at62-other-car .at62-item {
        flex-basis: 49%;
        margin-bottom: 1rem;
    }

    .at62-other-car .at62-item:last-child {
        margin-bottom: 0;
    }

    .at62-other-car .at62-item a .at62-img-car {
        height: 181px;
    }
}
@media only screen and (max-width: 524px)
{
    .tra-truoc-al {
        flex-basis: 100%;
        margin-top: 0.6em;
        margin-left: 0.6em;
    }
}

@media only screen and (max-width: 480px) {
    
    /*danh sách ảnh xe*/
    #at62-main-photo img {
        height: 306px;
    }
    .at62-qc
    {
        margin-top: 1.5em;
    }
    .at62-list-img .at62-item .at62-photo-list img {
        height: 74px;
    }

    /*xe cùng khoảng giá*/
    .at62-other-car .at62-item a .at62-img-car {
        height: 150px;
    }

    /*tin tức*/
    .at62-wrapper .at62-col-r .at62-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }
    
    /*đánh giá xe*/
    .danh-gia-xe
    {
        margin-top: 2em;
        margin-bottom: 1em !important;
    }
    .da-ban-detail
    {
        display: block !important;
        margin-bottom: 0.6em !important;
    }
}

@media only screen and (max-width: 420px) {
    /*danh sách ảnh xe*/
    #at62-main-photo img {
        height: 266px;
    }

    .at62-list-img .at62-item .at62-photo-list img {
        height: 64px;
    }

    /*thông tin salon*/
    .at62-box-info-salon .at62-info-hotline {
        font-size: 1.6rem;
    }

    .at62-info-hotline b {
        font-size: 1.8rem;
    }

    /*xe cùng khoảng giá*/
    .at62-other-car .at62-item a .at62-img-car {
        height: 210px;
    }

    .car-home-tieu-de
    {
        height: auto;
    }

    .at62-other-car .at62-box-price {
        margin: 0.5rem;
    }

    .at62-other-car .at62-info-car {
        padding: 0.5rem 0.5rem 0;
    }

    .at62-other-car .at62-info-car .at62-item-info {
        line-height: 2.0rem;
        font-size: 1.3rem;
    }

    .at62-other-car .at62-info-car .at62-item-info i {
        line-height: 2.0rem;
        font-size: 1.3rem;
        margin-right: 0.1rem;
    }
    .at62-other-car .at62-item
    {
        flex-basis: 100%;
    }
	 .at62-other-car li.at62-item:last-child {
       
		display:block;
    }
    .tra-truoc-al
    {
        flex-basis: 49%;
        margin-top: 0;
        text-align: end;
    }
    .xe-so3
    {
        display: block;
    }
}

@media only screen and (max-width: 375px) {
    /*danh sách ảnh xe*/
    #at62-main-photo img {
        height: 237px;
    }

    .at62-list-img .at62-item .at62-photo-list img {
        height: 57px;
    }

    
}

@media only screen and (max-width: 360px) {
    /*thông tin xe*/
    .at62-info-hotline b {
        font-size: 1.6rem;
    }

    /*phí trước bạ*/
    .at62-name-transfer-fee {
        padding: 1.5rem 0.5rem;
    }

    /*danh sách xe đang bán*/
    .at62-other-car .at62-info-car .at62-item-info i {
        line-height: 1.8rem;
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .at62-other-car .at62-info-car .at62-item-info {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
    /*tính vay trả góp*/
    .installment .item input, .installment .item select
    {
        flex-basis: 60% !important;
    }
    .installment .item label
    {
        flex-basis: 39%;
    }
}
@media only screen and (max-width: 330px) 
{
    .at62-other-car .at62-item
    {
        flex-basis: 100%;
    }
    
    /*hiện xe số 3*/
    .xe-so3
    {
        display: block;
    }
    .tra-truoc-al
    {
        flex-basis: auto;
        margin-top: 0;
    }
    .car-home-tieu-de
    {
        height: auto;
    }
    .at62-other-car .at62-item a .at62-img-car
    {
        height: 160px;
    }
}




