

:root {
   
    --red-color: #1E69B8;
    --cpHeader:#f5f5f5;
    --cpWhite:#fff;
    --cpfooter:#73767A;
    --cpcarbg:#eee;
    --cpblack:#000;
    --color-222:#222;
    --red-color:#e10e20;
    --yellow-color:#eae019;
}

html {
    font-size: 63.5%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 2.2rem;
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

body
{
    font-family: 'Roboto', sans-serif;
}

header
{
    background: var(--cpHeader);
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.4rem;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.4rem;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.symaiauto-clear-fix {
    clear: both;
}

a {
    color: var(--kcbgmenu);
    cursor: pointer;
}

a:hover {
    color: var(--red-color);
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

select {
    height: 40px;
    border: 1px solid #c7c5c5;
    
}

.symaiauto-container {
    width: 1200px;
    margin: 0 auto;
}

.symaiauto-loading-img {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(33,33,33,.5);
    display: none;
}

.symaiauto-box-loading {
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.symaiauto-car, .symaiauto-new {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    color: var(--alBlack);
    font-weight: 700;
    
}

.symaiauto-price {
    font-family: 'Roboto', sans-serif;
    color: var(--alWhite);
    text-transform: capitalize;
    text-align: right;
    font-weight: 700;
}

.symaiauto-title {
    
    padding-bottom: 0.3em;
}

.symaiauto-title h2 {
    display: block;
    padding-bottom: 0.3rem;
    font-weight: bold;
    padding-bottom: 0.4em;
    margin-bottom: 10px;
}

.title-border {
    background: var(--kccolorlink);
    height: 5px;
    width: 100px;
    
    margin-bottom: 1.5em;
}

.year
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: var(--yellow-color);
    background: var(--red-color);
    padding: 0.7em;
    margin-top: 1.2em;
    border-radius: 0 0 5px 5px;
}
.year span
{
    flex-basis: 49%;
   
}
.gia-ban
{
    font-weight: bold;
    font-size: 1.2em;
    color: var(--yellow-color);
}
.tratruoc
{
    text-align: right;
}

.symaiauto-item a:hover
{
    color: var(--red-color);
   
}
.quang-cao
{
    margin-top: 1em;
}

/*các bước*/
.container {
    width: 1200px;
    margin: 0 auto;
}
.quy-trinh
{
    /*background-image: url(../images/quy-trinh-bg.jpg);*/
    background-size: cover;
    background-position: bottom;
   
}
.step {
    padding: 4rem 0;
    
    position: relative;
    z-index: 0;
}

.step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    display: block;
    z-index: -1;
}

.step h2 {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 4rem;
}

.step-list {
    margin: 3rem 0 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step-item {
    counter-increment: step;
    position: relative;
    flex-basis: 22%;
    text-align: center;
}

.step-item::before {
    content: counter(step, decimal-leading-zero);
    font-size: 80px;
    font-weight: 700;
    position: relative;
    color: var(--red-color);
}

/*
.step-item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #d01818 none;
}

*/

*, ::after, ::before {
    box-sizing: border-box;
}

.step-title {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin: 2rem 0;
    text-transform: capitalize;
}

/*tin tức trang chủ*/
.tin-thi-truong
{
    padding: 2em 1em;
    height: auto;
    background: rgb(245,245,245);
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(236,236,234,0.9867297260701156) 100%);
}

.news-list-col
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;
}
.news-list-col li
{
    flex-basis: 24%;
}
.news-list-col li h3
{
    display: block;
    height: 40px;
    overflow: hidden;
    margin-top: .5em;
    margin-bottom: 1em;
}
.news-list-col li p
{
    display: block;
    height: 67px;
    overflow: hidden;
}
.news-list-col li img
{
    border-radius: 5px;
    height: 200px;
}
.news-symaiauto-col
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
   
}

.news-symaiauto-col li
{
    flex-basis: 49%;
    margin-top: 1.2em;
}
.news-symaiauto-col li img
{
    height: 160px;
}
.news-symaiauto-col li h3
{
    text-transform: none;
    margin-top: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}


/*fix màu header fanpage & tiktok*/
.fix-hd h2
{
    color: var(--kccolorlink) !important;
}


.dangban
{
    margin-top: 2em;
}



/*phân trang*/

.symaiauto-pagination ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2.5rem;
}

.symaiauto-pagination ul li a {
    display: inline-block;
    text-align: center;
    color: var(--alBlack);
    width: 3.5rem;
    line-height: 3.5rem;
    margin: 0 0.5rem 0 0;
    background: var(--alGrayListCars);
    border-radius: 4px;
}

.symaiauto-pagination ul li a:hover {
    background: var(--alRed) !important;
    color: var(--alWhite);
}

.symaiauto-active-pag {
    background: var(--alRed) !important;
    color: var(--alWhite) !important;
    font-weight: 700;
}
.sub
{
    color: var(--kcWhite);
}

/*breadcrumb*/
.symaiauto-breadcrumb {
    padding: 1.5rem 0 0.5rem;
    text-transform: capitalize;
    border-bottom: 1px solid #e9e8e8;
}

.symaiauto-breadcrumb .fa-angle-right {
    margin: 0 3px;
    color: var(--alBreadcrumb);
}

/*tin tức trang chủ*/
.news-col
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-news
{
    flex-basis: 32%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding-bottom: 0.9em;
    margin-bottom: 1.5em;
    border-radius: 0 0 4px 4px;
    background-image: linear-gradient(#f8f4da, white, white);
}

.list-news h3
{
    margin-bottom: 1em;
    margin-top: 0.5em;
    height: 44px;
    overflow: hidden;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.photo
{
    position: relative;
    display: block;
    overflow: hidden;
}
.photo img
{
    opacity: 1;
    height: 210px;
    border-radius: 4px 4px 0 0;
    transform: scale(1);
    transition: .3s ease;
    overflow: hidden;
}
.photo img:hover
{
    transform: scale(1.1);
}
.time-news
{
    position: absolute;
    top: 4%;
    right: 4%;
    z-index: 99;
    background: var(--kcWhite);
    padding: 0.3em 0.8em;
    border-radius: 0 4px 0 4px;
}
.list-news p
{
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-height: 66px;
    height: 66px;
    overflow: hidden;
}
.tiktok-embed
{
    margin-top: 0 !important;
}

.box-tiktiok blockquote
{
    width: 100%;
}
.css-wa4z0i
{
    width: 100% !important;
    flex-basis: 100% !important;
    background: red;
}
.box-tiktiok
{
    width: 1200px;
    margin: 0 auto;
}
.tiktok-embed
{
    width: 100%;
}
/*giao xe cho khách*/
.giao-xe
{
    display: flex;
    height: 200px;
    overflow: hidden;
    justify-content: space-between;
}
.giao-xe img
{
    object-fit: cover;
    verticsymaiauto-align: middle;
    margin: 1em;
    width: 95%;
    height: 250px !important;
    overflow: hidden;
    border-radius: 4px;
}


/*nút gọi điện*/
.contact-box {
    position: fixed;
    bottom: 25px;
    z-index: 100;
    left: 5px;
}

@keyframes img-phone {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.kh-phone {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

@keyframes zoomEffect {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-box {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: rgba(255,0,0, .9);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: zoomEffect 1.3s infinite;
    animation: zoomEffect 1.3s infinite;
    opacity: .7;
    box-shadow: 0 0 0 0 #8B0016;
}

.img-phone {
    background-color: red;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: img-phone 1s infinite ease-in-out;
    animation: img-phone 1s infinite ease-in-out;
}

.img-phone a {
    display: block;
    line-height: 37px;
}

.img-phone img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/*chat zalo*/
.kh-zalo {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.kh-zalo .phone-box {
    box-shadow: 0 0 0 0 #0091ff;
    background-color: rgba(0,145,255,.9);
}

.kh-zalo .img-phone {
    background-color: #0091ff;
}

/*chat messenger fb*/
.kh-fbm {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.kh-fbm .phone-box {
    box-shadow: 0 0 0 0 #126bd1;
    background-color: rgba(18,107,209,.9);
}

.kh-fbm .img-phone {
    background-color: #126bd1;
}

.kh-fbm .img-phone img {
    max-height: 45px;
    max-width: 40px;
}

/*nút lên đầu trangr*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: var(--red-color);
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 8px;
    text-align: center;
    border-radius: 20px;
}
  

#myBtn:hover
{
    background-color: var(--color-222);
}

#myBtn i
{
    color: #fff;
    font-size: 18px;
}


/*giao diện cho mobile*/
@media only screen and (max-width: 1230px) {
    .symaiauto-container {
        width: 100%;
    }

    /*breadcrumb*/
    .symaiauto-breadcrumb {
        padding: 1.5rem 1.5rem 0.5rem;
    }
    .video-container
    {
        padding-left: 0.8em;
        padding-right: 0.8em;
        width: 100%;
    }
}
@media only screen and (max-width: 1200px)
{
    .container
    {
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }
    .tin-thi-truong .container
    {
        padding-left: 0;
        padding-right: 0;
    }
}

/*fix tin trang chủ*/
@media only screen and (max-width: 830px)
{
    .news-symaiauto-col li
    {
        flex-basis: 100% !important;
    }
    .symaiauto-fix2
    {
        display: none;
    }
    
}

@media only screen and (max-width: 768px) {
    /*breadcrumb*/
    .symaiauto-breadcrumb {
        padding: 1.5rem 1rem 0;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .symaiauto-title h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .symaiauto-title {
        padding: 1.5rem 0;
        padding-bottom: 0;
    }

    select {
        height: 35px;
    }
    header
    {
        display: none;
    }
    .list-news
    {
        flex-basis: 49%;
    }
    .step-item
    {
        flex-basis: 49%;
        margin-bottom: 4em;
    }
    .news-list-col li
    {
        flex-basis: 49%;
        margin-bottom: 2em;
    }
    .step-title
    {
        font-size: 1.6rem;
    }
    .list-fix
    {
        display: none;
    }
    .list-fix img
    {
        height: 300px;
    }
    .fix-video
    {
        display: none;
    }
    .symaiauto-box .symaiauto-item
    {
        flex-basis: 49%;
        padding-bottom: 1em;
    }
    .video
    {
        padding: 0;
    }
    .dangban
    {
        margin-top: 0;
    }
    /*ẩn video youtube*/
    .fix-video2
    {
        display: none;
    }
    .youtube-col
    {
        flex-basis: 49%;
    }
    .car-sell h1
    {
        margin-bottom: 0 !important;
    }
}



@media only screen and (max-width: 556px)
{
    .year span
    {
        flex-basis: 100%;
    }
    .tratruoc
    {
        text-align: left;
    }
}

@media only screen and (max-width: 500px)
{
    .symaiauto-box-price
    {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 480px)
{
    .list-news
    {
        flex-basis: 100%;
    }
    .list-fix
    {
        flex-grow: 0;
    }
    .list-fix img, .list-news img
    {
        height: 230px;
    }
    .list-news h3
    {
        height: auto;
    }
    .list-news h3 a
    {
        font-size: 1.1em;
    }
    .symaiauto-box-price
    {
        min-height: 44px;
    }
    .symaiauto-car b
    {
        font-size: 1em !important;
    }
    .fix-video
    {
        display: block;
    }
    .symaiauto-box .symaiauto-item
    {
        flex-basis: 100%;
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 420px)
{
    .symaiauto-list-cars .symaiauto-item
    {
        flex-basis: 100% !important;
    }
    .year span
    {
        flex-basis: 49%;
    }
    .tratruoc
    {
        text-align: right;
    }
    .symaiauto-list-cars .symaiauto-info-car .symaiauto-item-info
    {
        flex-basis: 32% !important;
    }
    /*hiện video youtube*/
    .fix-video2
    {
        display: block;
    }
    .youtube-col
    {
        flex-basis: 100%;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 389px)
{
    .symaiauto-list-cars .symaiauto-box-price
    {
        font-size: 1em;
        min-height: auto;

    }
    .symaiauto-list-cars .symaiauto-car
    {
        height: 26px !important;
    }
    .symaiauto-list-cars .symaiauto-item a
    {
        height: auto !important;
    }
    .list-news, .step-item, .news-list-col li
    {
        flex-basis: 100%;
    }
   
}




