

:root {
    --alBlack: #000000;
    --alBlackF: #242529;
    --white: #ffffff;
    --alBlue: #DEE8F4;
    --alBlueA: #2596cf;
    --alBlueHMb: #c6d7ec;
    --alGray: #F5F5F5;
    --alGrayListCars: #E1E1E1;
    --alGrayInfoCars: #555;
    --alBreadcrumb: #999;
    --red: #ED2028;
    --alRedHover: #bd0f15;
    --alListLink: #293241;
    --kcbackground:#262626;
     --kcbghome:#f8f4da;
    --kcbgmenu:#000;
    
}

html {
    font-size: 62.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: 'Mulish', sans-serif;
   
    text-decoration: none;
}
body
{
    background: #212121;
    font-family: 'Mulish', sans-serif;
}
header
{
    background: var(--kcbgmenu);
}
h1 {
    font-family: 'Mulish', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.4rem;
    color: #fff;
}

h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 2.4rem;
    color: #fff;
}

h3 {
    font-family: 'Mulish', sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
}
h1, h2
{
    position: relative;
    padding-left: 1.1rem;
}
h1::before, h2::before
{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background: var(--red);
    width: 4px;
    height: 16px;
}
.step h2::before
{
    background: none;
}
.svluxury-clear-fix {
    clear: both;
}

a {
    color: var(--kcbgmenu);
    cursor: pointer;
}

a:hover {
    color: var(--red);
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

select {
    height: 40px;
    border: 1px solid #c7c5c5;
    
}

.svluxury-container {
    width: 1200px;
    margin: 0 auto;
}

.svluxury-loading-img {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(33,33,33,.5);
    display: none;
}

.svluxury-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;
}

.svluxury-car, .svluxury-new {
    font-family: 'Mulish', sans-serif;
    text-transform: capitalize;
    
    font-weight: 700;
    font-size: 1em;
}

.svluxury-price {
    font-family: 'Mulish', sans-serif;
    color: var(--alWhite);
    text-transform: capitalize;
    text-align: right;
    font-weight: 700;
}

.svluxury-title {
    
    padding-bottom: 0.3em;
}

.svluxury-title h2 {
    display: inline-block;
    padding-bottom: 0.3rem;
    font-weight: bold;
}

.title-border {
    background: var(--red);
    height: 3px;
    width: 80px;
    margin-bottom: 1em;
}

.gia-home
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 2rem;
    text-align: center;
    color: var(--red);
    padding: .5em;
    font-weight: bold;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.gia-ban-01
{
    font-size: 1em;
    font-weight: bold;
}
.tra-truoc-01
{
    color: #333;
}

/*quy trình mua xe*/
.step {
    padding: 4rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)), transparent url(../images/white-background.jpg) center center/cover no-repeat fixed;
    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;
    color: #000;
    font-size: 2em;
}

.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: #000;
}

.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: 1.8rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin: 2rem 0;
    height: 52px;
    overflow: hidden;
   
}
.container {
    width: 1200px;
    margin: 0 auto;
}

/*fix màu header fanpage & tiktok*/
.fix-hd h2
{
    color: var(--kccolorlink) !important;
}

h2.news-home
{
    color: #fff !important;
}
.svluxury-des p
{
    color: #000 !important;
}
.dangban
{
    margin-top: 2em;
}



/*phân trang*/

.svluxury-pagination ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2.5rem;
}

.svluxury-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);
    
}

.svluxury-pagination ul li a:hover {
    background: var(--alRed) !important;
    color: var(--alWhite);
}

.svluxury-active-pag {
    background: var(--alRed) !important;
    color: var(--alWhite) !important;
    font-weight: 700;
}
.sub
{
    color: var(--kcWhite);
}
/*breadcrumb*/
.svluxury-breadcrumb {
    padding: 1.5rem 0 0.5rem;
    text-transform: capitalize;
    color: #fff;
}
.svluxury-breadcrumb a
{
    color: #fff;
}
.svluxury-breadcrumb a:hover
{
    color: var(--red);
}
.svluxury-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%;
    text-align: center;
    box-shadow: 0 2px 4px #000;
    padding-bottom: 0.9em;
    margin-bottom: 1.5em;
    background-image: linear-gradient(#f8f4da, white, white);
    border-radius: 5px;
}

.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;
}
.photo img
{
    opacity: 1;
    height: 230px;
    border-radius: 5px 5px 0 0;
   
}
.photo img:hover
{
    opacity: 0.8;
}
.time-news
{
    position: absolute;
    top: 0;
    right: 4%;
    z-index: 99;
    background-image: linear-gradient(to right, red , #ab030a);
    padding: 0.3em 0.8em;
    text-align: center;
    border-radius: 0 0 5px 5px;
   
}
.list-news p
{
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-height: 66px;
    height: 66px;
    overflow: hidden;
}
.date-tr
{
    display: block;font-size: 1.2em;color: #fff;
    text-transform: uppercase;
}
/*giao xe cho khách*/
.giao-xe
{
    display: flex;
    height: 200px;
    overflow: hidden;
    justify-content: space-between;
}
.giao-xe img
{
    object-fit: cover;
    vertical-align: middle;
    margin: 1em;
    width: 95%;
    height: 250px !important;
    overflow: hidden;
    
}


/*nút gọi điện*/
.contact-box {
    position: fixed;
    bottom: 5px;
    z-index: 100;
}

@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 #4971fe;
}

.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(--white);
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    
}
  
#myBtn:hover {
    background-color: #e5c231;
}

#myBtn i
{
    
    color: var(--red);
    font-size: 18px;
    
}


/*giao diện cho mobile*/
@media only screen and (max-width: 1230px) {
    .svluxury-container, .container {
        width: 100%;
    }

    /*breadcrumb*/
    .svluxury-breadcrumb {
        padding: 1.5rem 1.5rem 0.5rem;
    }
    .container
    {
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 768px) {
    /*breadcrumb*/
    .svluxury-breadcrumb {
        padding: 1.5rem 1rem 0;
    }

    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .svluxury-title h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .svluxury-title {
        padding: 1.5rem 0;
        padding-bottom: 0;
    }

    select {
        height: 35px;
    }
    header
    {
        display: none;
    }
    .list-news
    {
        flex-basis: 49%;
    }
    .list-fix
    {
        flex-grow: 3;
    }
    .list-fix img
    {
        height: 300px;
    }
    /*quy trinhf mua xe*/
    .step-item
    {
        flex-basis: 49%;
        margin-bottom: 4em;
    }
    
}
@media only screen and (max-width: 846px)
{
    .gia-ban-01, .tra-truoc-01
    {
        flex-basis: 100%;
        
    }
    .tra-truoc-01
    {
        margin-top: .5em;
    }
}
@media only screen and (max-width: 500px)
{
    .svluxury-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;
    }
    .svluxury-box-price
    {
        min-height: 44px;
    }
    .svluxury-car b
    {
        font-size: 1.1em;
    }
    .step h2
    {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 389px)
{
    .svluxury-list-cars .svluxury-box-price
    {
        font-size: 1em;
        min-height: auto;

    }
    .svluxury-list-cars .svluxury-car
    {
        height: 26px !important;
    }
    .svluxury-list-cars .svluxury-item a
    {
        height: auto !important;
    }
    .gia-ban-01, .tra-truoc-01
    {
        flex-basis: 49%;
        
    }
    .tra-truoc-01
    {
        margin-top: 0;
    }
    
    
}
@media only screen and (max-width: 360px)
{
    /*quy trinhf mua xe*/
.step-item
{
    flex-basis: 100%;
    margin-bottom: 4em;
}
.step-title
{
    height: auto;
}




