
nav {
    position: relative;
}

.symaiauto-title {
    margin-top: 0;
    padding-bottom: 0;
}

.symaiauto-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.symaiauto-wrapper .symaiauto-col-l {
    flex-basis: 70%;
}

.symaiauto-wrapper .symaiauto-col-r {
    flex-basis: 28%;
    margin-top: 0.7em;
}

.symaiauto-wrapper .symaiauto-col-l .symaiauto-title-car {
    
    margin: 1.5rem 0;
    font-weight: bold;
}

.w3-bar .w3-button
{
    font-weight: bold;
}

.gia-ban-2
{
    padding: 0.5em;
    margin: 1em 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--red-color);
   border-radius: 5px 5px 0 0;
}
.gia-ban-2 span
{
    flex-basis: 49%;
   
}
.tra-truoc2
{
    text-align: right;
}
.gia2a
{
    font-size: 1.3em;
    color: #fff;
    font-weight: bold;
}

/*danh sách ảnh xe*/
.symaiauto-box-img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#symaiauto-main-photo {
    flex-basis: 70%;
}

#symaiauto-main-photo img {
    height: 420px;
    border-radius: 5px;
}

.symaiauto-box-img .symaiauto-list-img {
    flex-basis: 29%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.symaiauto-box-img .symaiauto-list-img:after {
    content: '';
    flex-basis: 24%;
}

.symaiauto-list-img .symaiauto-item {
    flex-basis: 49%;
    margin-bottom: 0.5rem;
}

.symaiauto-list-img .symaiauto-item:last-child {
    margin-bottom: 0;
}

.symaiauto-list-img .symaiauto-item .symaiauto-photo-list img {
    height: 80px;
    border-radius: 5px; 
}

.symaiauto-box-info-salon
{
    padding: 1em;
    padding-left: 0;
   background: var(--cpGreen);
   color: #fff;
}
.tt-vt
{  
    padding-top: 2em;
}
.tt-vt h3
{
    font-weight: bold;
}

.active-btn
{
    background:var(--vtcolorlink);
}
.w3-black
{
   
    background-color: #c2c2be!important;
    color: #000 !important;
}
.w3-hover-black:hover
{
    background: var(--vtcolorlink) !important;
}

.w3-bar:hover .w3-button:hover
{
    background: var(--kccolorlink) !important;
}

.symaiauto-car
{
    display: inline-block;
    width: 100%;
    color: var(--vtcolorlink);
    
}
.symaiauto-car b {
    color: var(--vtbgmenu);
        
}
.symaiauto-item .symaiauto-car b:hover
{
    color: var(--vtcolorlink) !important;
}
.price-ok
{
    background: var(--vtcolorlink);
    text-align: center;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    border-radius: 0 0 4px 4px;
    font-size: 1.2em;
    font-weight: 700;
    color: var(--vtWhite);
}
/*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(--vtcolorlink);
    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*/
.gia-xe-co-bien
{
    color: var(--red-color);
}
/*thông tin xe*/
.symaiauto-box-info {
    padding: 0.6em;
    background: #e9e9e9;
    border-radius: 0 0 5px 5px;
}

.symaiauto-box-info .symaiauto-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;
}

.symaiauto-box-info .symaiauto-info-car {
    
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem;
    padding-left: 0;
}

.symaiauto-box-info .symaiauto-info-car .symaiauto-item {
    flex-basis: 49%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
}

.symaiauto-box-info .symaiauto-info-car .symaiauto-item label {
    flex-basis: 35%;
}

.gia-ban
{
    font-size: 1.3em;
    
}

ul.symaiauto-box
{
    flex-basis: 100%;
}
/*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;
}

.installment .item .icon {
    color: var(--red-color);
    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;
   
}

.installment .btn-send a:hover {
    background: var(--redHover);
}

.rs-installment {
    
    padding: 5px 15px;
    margin: 15px 0 0;
    background: cornsilk;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.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: #F09819;
}

.btn-grad {
    margin: 0 auto;
    
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    display: block;
    cursor: pointer;
}

.btn-grad a
{
    padding: 6px 25px;
    display: block;
}


.btn-grad:hover {
    background: var(--vtyellow);
    color: #000000 !important;
    text-decoration: none;
}
/*thông tin salon*/
.symaiauto-box-info-salon ul {
    padding: 0 1.5rem;
}

.symaiauto-box-info-salon p {
    margin-top: 1rem;
}

.symaiauto-box-info-salon .symaiauto-info-hotline {
    background: var(--alRed);
    color: var(--alWhite);
    padding: 1.5rem 0;
    font-size: 2.1rem;
    text-align: center;
}

.symaiauto-info-hotline b {
    color: var(--alWhite);
    -webkit-text-fill-color: var(--alWhite);
    font-size: 2.6rem;
}

/*nội dung tin xe*/
.symaiauto-car-description {
    padding: 1.5rem;
    padding-left: 0;
}

.symaiauto-car-description h3
{
    font-weight: bold;
}
.symaiauto-car-description p {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

/*tính phí sang tên*/
.symaiauto-box-name-transfer-fee {
    margin-top: 1rem;
}

.symaiauto-name-transfer-fee {
    
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f2f2f2;
    border-radius: 5px;
    
}

.symaiauto-name-transfer-fee .symaiauto-box {
    flex-basis: 100%;
}

.symaiauto-name-transfer-fee .symaiauto-box-img {
    flex-basis: 49%;
}

.symaiauto-name-transfer-fee .symaiauto-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.symaiauto-name-transfer-fee .symaiauto-item:last-child {
    margin-bottom: 0;
}

.symaiauto-name-transfer-fee .symaiauto-row {
    flex-basis: 58%;
}
.symaiauto-row span, .symaiauto-row label, .font-fix
{
    font-size: 0.9em !important;
}
.symaiauto-name-transfer-fee .symaiauto-pdb .symaiauto-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.symaiauto-name-transfer-fee .symaiauto-row input {
    margin-right: 0.5rem;
    position: relative;
    top: 1px;
}

.symaiauto-name-transfer-fee .symaiauto-choose {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.symaiauto-name-transfer-fee .symaiauto-choose select {
    height: 30px;
    width: 100px;
    font-size: 0.9em;
}

.symaiauto-name-transfer-fee .symaiauto-cacu {
    border-top: 1px solid #fff;
    padding-top: 1.5rem;
}

.symaiauto-name-transfer-fee .symaiauto-cacu label {
    font-weight: bold;
}

.symaiauto-name-transfer-fee .symaiauto-cacu span {
    font-weight: bold;
    
    font-size: 0.9em;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0;
}

.btn-grad:hover {
    background: #ff9900;
}

/*xe cùng khoảng giá*/
.symaiauto-box-other-car {
    margin-top: 3rem;
    flex-basis: 100%;
}

.symaiauto-other-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -8px;
}

.symaiauto-other-car .symaiauto-item {
    flex-basis: 32%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  
    background: var(--cpcarbg);
}

.symaiauto-other-car .symaiauto-item a {
    display: inline-block;
    width: 100%;
}
.symaiauto-other-car .symaiauto-item a:hover
{
    text-decoration: underline;
}

.symaiauto-other-car .symaiauto-item a .symaiauto-img-car {
    height: 230px;
    transform: scale(1);
    transition: .3s ease;
    border-radius: 5px 5px 0 0;
}

.symaiauto-other-car .symaiauto-item a .symaiauto-img-car:hover
{
    opacity: .8;
}
.symaiauto-other-car .symaiauto-car {
    padding: 1rem 0rem 0;
    font-weight: 800;
}
.symaiauto-car b {
    font-size: 1.3em !important;
}

.symaiauto-other-car .symaiauto-box-price {
    
    margin: 1rem;
}

.symaiauto-other-car .symaiauto-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);
}

.symaiauto-other-car .symaiauto-info-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.5rem 1rem 0;
    margin-top: 1em;
}

.symaiauto-other-car .symaiauto-info-car .symaiauto-item-info {
    flex-basis: 45%;
    display: flex;
    margin-bottom: 1rem;
    font-size: 0.9em;
}

.symaiauto-item-info span
{
    font-size: 1.1em;
    margin-top: 0.3em;
    padding-right: 0.2em;
    color: var(--red-color);
}
.symaiauto-item2
{
    margin-top: 0 !important;
    
}
.symaiauto-other-car .symaiauto-info-car .symaiauto-item-info i {
    color: var(--alGrayInfoCars);
    margin-right: 0.2rem;
}

.symaiauto-item-info img {
    width: 13px;
    height: 13px;
    object-fit: cover;
    vertical-align: middle;
    margin-top: -3px;
}

/*chỉ cần trả trước*/
.symaiauto-box-price
{
    text-align: center;
    padding-bottom: 1em;
}

/*tin tức*/
.symaiauto-wrapper .symaiauto-col-r .symaiauto-box-news {
    margin-bottom: 1rem;
}

.symaiauto-col-r .symaiauto-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.symaiauto-news .symaiauto-item {
    flex-basis: 100%;
    border-bottom: 1px solid var(--alGray);
    padding: 1.5rem 0;
    color: var(--alBlack);
}

.symaiauto-news .symaiauto-item:last-child {
    border-bottom: none;
}

.symaiauto-box-news .symaiauto-item a {
    color: var(--alBlack);
    font-weight: 600;
}

@media only screen and (max-width: 1230px) {
    .symaiauto-wrapper {
        padding: 0 1.5rem 1.5rem;
        margin-bottom: 0;
    }

    /*thông tin xe*/
    .symaiauto-box-info .symaiauto-price-car {
        font-size: 2.1rem;
        padding: 1.5rem 0;
    }

    .symaiauto-box-info .symaiauto-info-car .symaiauto-item label {
        flex-basis: 40%;
    }

    /*thông tin salon*/
    .symaiauto-box-info-salon .symaiauto-info-hotline {
        font-size: 1.8rem;
    }

    .symaiauto-info-hotline b {
        font-size: 2.1rem;
    }

    /*phí sang tên*/
    

    .symaiauto-name-transfer-fee .symaiauto-choose {
        flex-basis: 85%;
    }

    .symaiauto-name-transfer-fee .symaiauto-item {
        justify-content: space-between;
    }

    .symaiauto-name-transfer-fee .symaiauto-choose {
        flex-basis: 100%;
    }
    li.symaiauto-item .symaiauto-item2{
        height: 55px;
    }
}

@media only screen and (max-width: 1080px)
{
    .symaiauto-other-car .symaiauto-info-car .symaiauto-item-info
    {
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 1024px) {
    .symaiauto-wrapper .symaiauto-col-l {
        flex-basis: 100%;
    }

    .symaiauto-wrapper .symaiauto-col-r {
        margin-top: 1rem;
        flex-basis: 100%;
        
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .symaiauto-wrapper .symaiauto-col-r .symaiauto-box-news {
        flex-basis: 48%;
    }

    .symaiauto-wrapper .symaiauto-col-r .symaiauto-qc {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .symaiauto-other-car .symaiauto-item a .symaiauto-img-car {
        height: 212px;
    }
    .symaiauto-car b {
        font-size: 1.3em !important;
        line-height: 1.5em;
    }
    li.symaiauto-item .symaiauto-item2{
        height: 55px;
    }
}
@media only screen and (max-width: 870px)
{
    .symaiauto-item {
        
        margin-bottom: 1em;
       
    }
}


@media only screen and (max-width: 850px)
{
    .symaiauto-other-car .symaiauto-item a {
        /* display: inline-block; */
        width: 100%;
        display: table;
        height: 54px;
    }
}

@media only screen and (max-width: 768px) {
    .symaiauto-wrapper {
        padding: 0 1rem 1.5rem;
    }

    /*danh sách ảnh xe*/
    #symaiauto-main-photo img {
        height: 348px;
    }

    .symaiauto-list-img .symaiauto-item .symaiauto-photo-list img {
        height: 66px;
    }

    /*thông tin xe*/
    .symaiauto-box-info .symaiauto-info-car .symaiauto-item label {
        flex-basis: 50%;
    }

    /*phí sang tên*/
    .symaiauto-box-name-transfer-fee {
        margin-top: 0;
    }

    .symaiauto-name-transfer-fee .symaiauto-box-img {
        display: none;
    }

    .symaiauto-name-transfer-fee .symaiauto-box {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .symaiauto-box-other-car {
        margin-top: 1em;
    }

    .symaiauto-other-car .symaiauto-item a .symaiauto-img-car {
        height: 158px;
    }

    /*tin tức*/
    .symaiauto-news .symaiauto-item {
        padding: 1rem 0;
    }
    .symaiauto-other-car .symaiauto-info-car .symaiauto-item-info
    {
        font-size: 0.9em;
    }
    .symaiauto-title
    {
        padding-bottom: 0 !important;
    }
    .year span
    {
        flex-basis: 100% !important;
    }
    .tratruoc
    {
        text-align: left !important;
        margin-top: 0.6em !important;
    }
}

@media only screen and (max-width: 640px) {
    /*danh sách ảnh xe*/
    #symaiauto-main-photo img {
        height: 289px;
    }

    .symaiauto-list-img .symaiauto-item .symaiauto-photo-list img {
        height: 54px;
    }

    /*xe cùng khoảng giá*/
    .symaiauto-other-car .symaiauto-item a .symaiauto-img-car {
        height: 190px;
    }
    .symaiauto-other-car .symaiauto-item
    {
        flex-basis: 49%;
        margin-bottom: 1em;
    }
    /*ẩn xe thứ 3*/
    .symaiauto-other-car .symaiauto-item:nth-last-child(2)
    {
        display: none;
    }
    .fix02
    {
        display: none;
    }
}


@media only screen and (max-width: 576px) {
    /*danh sách ảnh xe*/
    .symaiauto-box-img {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #symaiauto-main-photo {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    #symaiauto-main-photo img {
        height: 370px;
        border-top-left-radius: 0;
    }

    .symaiauto-list-img .symaiauto-item .symaiauto-photo-list img {
        height: 89px;
    }

    .symaiauto-list-img .symaiauto-item:nth-child(2) img {
        border-top-right-radius: 0;
    }

    .symaiauto-box-img .symaiauto-list-img {
        flex-basis: 100%;
    }

    .symaiauto-list-img .symaiauto-item {
        flex-basis: 24%;
    }

    /*thông tin xe*/
    .symaiauto-box-info {
        margin-top: 0;
    }

    .symaiauto-box-info .symaiauto-info-car .symaiauto-item {
        flex-basis: 100%;
    }

    /*xe cùng khoảng giá*/
    .symaiauto-other-car .symaiauto-item {
        flex-basis: 49%;
        margin-bottom: 1rem;
    }

    .symaiauto-other-car .symaiauto-item:last-child {
        margin-bottom: 0;
    }

    .symaiauto-other-car .symaiauto-item a .symaiauto-img-car {
        height: 181px;
    }
    .symaiauto-other-car .symaiauto-info-car .symaiauto-item-info
    {
        flex-basis: 49%;
    }
    .symaiauto-box-price
    {
        height: 56px;
    }
    .gia-ban-2
    {
        margin-top: 0.3em !important;
    }
    
}

@media only screen and (max-width: 480px) {
   

    /*danh sách ảnh xe*/
    #symaiauto-main-photo img {
        height: 306px;
    }

    .symaiauto-list-img .symaiauto-item .symaiauto-photo-list img {
        height: 74px;
    }

    /*xe cùng khoảng giá*/
    .symaiauto-other-car .symaiauto-item a .symaiauto-img-car {
        height: 150px;
    }

    /*tin tức*/
    .symaiauto-wrapper .symaiauto-col-r .symaiauto-box-news {
        flex-basis: 100%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 420px) {
    /*danh sách ảnh xe*/
    #symaiauto-main-photo img {
        height: 266px;
    }

    .symaiauto-list-img .symaiauto-item .symaiauto-photo-list img {
        height: 64px;
    }

    /*thông tin salon*/
    .symaiauto-box-info-salon .symaiauto-info-hotline {
        font-size: 1.6rem;
    }

    .symaiauto-info-hotline b {
        font-size: 1.8rem;
    }

    /*xe cùng khoảng giá*/
    .symaiauto-other-car .symaiauto-item a .symaiauto-img-car {
        height: 240px;
    }

    .symaiauto-other-car .symaiauto-car {
        padding: 0.5rem 0rem 0;
    }

    .symaiauto-other-car .symaiauto-box-price {
        margin: 0.5rem;
    }

    .symaiauto-other-car .symaiauto-info-car {
        padding: 0.5rem 0.8rem 0;
    }

    .symaiauto-other-car .symaiauto-info-car .symaiauto-item-info {
        line-height: 2.0rem;
        font-size: 1.3rem;
    }

    .symaiauto-other-car .symaiauto-info-car .symaiauto-item-info i {
        line-height: 2.0rem;
        font-size: 1.3rem;
        margin-right: 0.1rem;
    }
    .tinh
    {
        width: 100%;
    }
    .symaiauto-other-car .symaiauto-item
    {
        flex-basis: 100%;
    }
    .symaiauto-other-car .symaiauto-info-car .symaiauto-item-info
    {
        flex-basis: 33%;
    }
    .symaiauto-other-car .symaiauto-item a, .symaiauto-box-price
    {
        height: auto;
        min-height: auto;
    }
    /*tab mô tả chi tiết*/
    .w3-container, .w3-panel
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .year span
    {
        flex-basis: 49% !important;
    }
    .tratruoc
    {
        text-align: right !important;
    }
    .symaiauto-other-car .symaiauto-info-car .symaiauto-item-info
    {
        flex-basis: 25%;
        display: flex;
    }
    .symaiauto-item-info span
    {
        margin-top: 0.2em;
    }
    /*hiện xe thứ 3*/
    .fix02
    {
        display: block;
    }
    .symaiauto-other-car .symaiauto-item:nth-last-child(2)
    {
        display: block;
    }
}

@media only screen and (max-width: 400px)
{
    .symaiauto-other-car .symaiauto-item
    {
        flex-basis: 100%;
    }
    .symaiauto-other-car .symaiauto-item a .symaiauto-img-car
    {
        height: 200px;
    }
}

@media only screen and (max-width: 375px) {
    /*danh sách ảnh xe*/
    #symaiauto-main-photo img {
        height: 237px;
    }

    .symaiauto-list-img .symaiauto-item .symaiauto-photo-list img {
        height: 57px;
    }

    /*xe cùng khoảng giá*/
    
}

@media only screen and (max-width: 360px) {
    /*thông tin xe*/
    .symaiauto-info-hotline b {
        font-size: 1.6rem;
    }

    /*phí trước bạ*/
    .symaiauto-name-transfer-fee {
        padding: 1.5rem 0.5rem;
    }

    /*danh sách xe đang bán*/
    .symaiauto-other-car .symaiauto-info-car .symaiauto-item-info i {
        line-height: 1.8rem;
        font-size: 1.3rem;
        margin-right: 0.1rem;
    }
    .symaiauto-item-info span
    {
        font-size: 1.3rem;
    }
    .symaiauto-other-car .symaiauto-info-car .symaiauto-item-info {
        line-height: 1.8rem;
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 350px)
{
    .symaiauto-other-car .symaiauto-info-car .symaiauto-item-info
    {
        flex-basis: 50%;
    }
}

