<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cartype-title{
    font-family: 'Prompt';
font-style: normal;
font-weight: 227px;
font-size: 54px;
line-height: 14px;
/* or 88% */

text-align: center;

/* Main Color */

color: #396D61;
}

.km-text{
    
}


.Car-card-CarSearch{
   width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.center-container{
    min-width: 210px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 36px;
    margin-top: 30px;
}
.rec-cars-wrapper .detail{
    padding: 9px 12px 0px 12px;
}
.detail .car-name{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    height: 44px;
}
.title-n-btn{
    max-width: 400px;
    height: auto;
}

.fa-angle-left:before{
    visibility: hidden;
}



.center-box{
    display: flex;
    justify-content: center;
}

.free{
    display: flex;
    justify-content: center;
    background: #079461;
    border-radius: 15px;
}

.divider{
    height: 1px;
    border: 1px solid #EFF0F7;
    transform: rotate(-180deg);
    margin-top: 8px;
}

.bottom-detail .car-info{
    display: flex;
   justify-content: flex-start;
   gap: 25px;
}

.detail .car-info .warranty{
    display: flex;
    justify-content: center;
    background: #294540;
    border-radius: 20px;
    width: 64px;
    height: 20px;
    text-align: center;
}

.sp-deal{
    width: 69px;
    max-height: 20px;
    display: flex;
    justify-content: center;
    background: #D32030;
    border-radius: 20px;
}
.Car-img-preview{
    width: 288px;
    height: 216px;
}
.Car-card-CarSearch .rec-cars-wrapper{
    width: 288px;
    height: 512px;
    background: #FFFFFF;
    box-shadow: 10px 32px 72px rgba(51, 51, 51, 0.12);
    border-radius: 10px;
}



.price-wrapper{
    display: flex;
    margin-top: 10px;
    gap: 10px;
    justify-content:flex-start;
    height: 36px;
    
}
.price-wrapper .green{
    font-weight: 600;
font-size: 24px;
line-height: 36px;
text-align: right;

color: #207062;
}
.price-wrapper .true-price{
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    color: #D32030;
}

.price-wrapper .discount{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    text-decoration-line: line-through;
    color: #D4D4D4;
    margin-top: 12px;
}
.vat-text{
    font-weight: 400;
font-size: 10px;
line-height: 15px;

color: #58585B;
}
.view-all-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    gap: 10px;

    width: 134px;
    height: 48px;

    box-shadow: 0px 0px 10px rgba(40, 119, 85, 0.5);
    border-radius: 30px;
}
.rec-cars .img-preview img{
    height: 400px;
    width: 288px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rec-cars .detail {
    padding: 9px 12px 10px 12px;
    height: 138px;
}

.detail .TagAndShare{
    display: grid;
    margin-bottom: 5px;
    grid-template-columns:208px  auto;
    height: 20px;
}

.detail .TagAndShare .top-icon{
       width: 100%;
    height: 34px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
 .bottom-detail{
    border: 1px solid #EFF0F7;
    border-width: 1px 0px 0px 0px;
    padding: 9px 12px 10px 12px;
    margin-top: 10px;
}

.tag-outer-wrapper{
    display: flex;
    overflow-x: scroll;
    width: 100%;
   overflow-y: hidden;
}

.tag-outer-wrapper::-webkit-scrollbar {
  display: none;
}
  
.bottom-detail .car-info &gt;div {
    display: flex;
    gap: 4px;
    font-weight: 500;
font-size: 9px;
line-height: 14px;

align-items: center;

/* Main Color */

color: #396D61
}

.no-wrap{
    white-space: nowrap;
}

.car-info .province{
    display: inline-flex;
    width: auto;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
}

.car-compare-container {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #EFF0F7;
    display: flex;
    flex-direction: column;
    height: 57px;
    justify-content: center;
}

.car-compare-wrapper{
    padding-top: 5px;
    display: flex;
    padding-left: 9px;
    padding-right: 6px;
    gap: 23px;
    padding-bottom: 6px;
}

.car-compare-wrapper .car-compare{
  display: flex;
  gap: 4px;
  font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    align-items: center;
    color: #58585B;
    white-space: nowrap;
}

.car-compare .checkbox{
    width: 18.67px !important;
    height: 18.67px !important;
}
.car-compare .checkbox::before{
    width: 16.67px !important;
    height: 16.67px !important;
}

.car-compare .checkbox::after{
    left: 3px !important;
    top: 5px !important;
    width: 11px !important;
    height: 3px !important;
}

.car-compare-wrapper .instalment{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #5B5B5C;
    white-space: nowrap;
    justify-content: flex-end;
    width: 100%;
}

.instalment .bath{
    margin-left: 6px;
    margin-right: 2px;
}

.instalment .more-infor{
    height: 13px;
    width: 13px;
}
.kinto-one-wrapper-button-card{
    display: flex;
    padding-left: 6px;
    padding-right: 6px;
    background: linear-gradient(90.51deg, rgba(18, 157, 174, 0.7) -0.11%, #00708D 101.41%);
    height: 25px;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
}

.kinto-one-wrapper-button-card .kintoone-img{
    width: 74px;
    height: 19px;
}

.kinto-one-wrapper-button-card .price-text{
    font-weight: 400;
font-size: 12px;
line-height: 18px;
display: flex;
align-items: center;
text-align: right;

color: #FFFFFF;
}

.kinto-one-wrapper-button-card .more-infor{
    width: 13px;
    height: 13px;
    margin-left: 2px;
    margin-bottom: 5px;
}
.bottom-action-wrapper{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 5px;
    margin-top: 8px;
    padding-left: 6px;
    padding-right: 8px;
}

.bottom-action-wrapper .appointment{
    border: 1px solid #1B7062;
border-radius: 5px;
width: 88px;
height: 35px;
display: flex;
align-items: center;
padding: 8px;
gap: 6px;
justify-content: center;
color: #1B7062;
}

.bottom-action-wrapper .appointment img{
    margin-top: 3px;
}
.bottom-action-wrapper .appointment .title{
    white-space: nowrap;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
height: 19px;
}
.bottom-action-wrapper .chat{
    border: 1px solid #1B7062;
border-radius: 5px;
width: 88px;
height: 35px;
display: flex;
align-items: center;
padding: 8px;
gap: 4px;
justify-content: center;
color: #1B7062;
font-size: 13px;
}

.bottom-action-wrapper .chat img{
    width: 13.15px;
    height: 13px;
    margin-top: 5px;
}
.bottom-action-wrapper .phone-more{
   background: #1B7062;
border: 1px solid #1B7062;
border-radius: 5px;
width: 88px;
height: 35px;
display: flex;
align-items: center;
padding: 8px;
gap: 4px;
justify-content: center;
color: #ffff;
font-size: 13px;
}

.bottom-action-wrapper .phone-more img{
    width: 15.17px;
    height: 15px;
    margin-top: 5px;
}

.bottom-action-wrapper .phone .title{

}
/*Apply tablet landscape*/
@media screen and (orientation:landscape) and (min-device-width: 768px) and (max-device-width: 1200px){
    .RangSilder{
    padding-right: 20px;
    }
}
.detail .TagAndShare .top-icon{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
   
}
.TagAndShare .top-icon .wish-icon{
    margin-bottom: 2px;
}
.TagAndShare .top-icon img{
    width: 22px;
    height: 22px;
}

.one-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }
    
@media screen and (orientation:portrait) and  (max-width:834px){
    .rec-title-font{
    font-weight: 600;
font-size: 32px;
line-height: 48px;
white-space: nowrap;
color: #FFFFFF;
margin-left: 25px;
    }
    
}

/* Ipad Pro Portrait */
@media screen and (orientation:portrait) and  (max-width:820px){
    
}
/* Ipad Pro 11" Landscape */
@media screen and (orientation:landscape) and (max-width:1194px){

}
/* Mobile" portrait */
 @media screen and (orientation: portrait) and (max-width:515px){

 }
/* Mobile" Landscape */
 @media screen and (orientation:landscape) and (max-height:428px) and (max-width:926px){
     
 }

.default-balloon{
    width: 253px;
    height: 304px;
   
}

.kinto-balloon {
    width: 253px;
    height: 362px;
}

.tippy-tooltip.light-theme{
     border-radius: 10px !important;
}
</pre></body></html>