body {
    background: var(--color-primary);
}
.s-header-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
}
.s-header-2 .s_top, .s-header-2 .s_bot {
    background: transparent;
}
/* BEGIN s-slide-8 */
.s-slide-8 .nivoSlider .s_caption {
    display: block;
}
.s-slide-8 .b-nslide-ratio {
    z-index: 0;
}
.s-slide-8 .b-nslide-ratio::before {
    padding-bottom: calc(50% + 2.08px);
}
.s-slide-8 .s_caption {
    color: #fff;
    width: 80%;
    padding: 0 0 50px 50px;
    z-index: 999;
    display: none;
    position: absolute;
    top: 65%;
    left: 70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.s-slide-8 .s_caption::before, .s-slide-8 .s_caption::after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
}
.s-slide-8 .s_caption::before {
    left: 30px;
    width: 1px;
    height: 100%;
}
.s-slide-8 .s_caption::after {
    bottom: 30px;
    left: 0;
    width: 50%;
    height: 1px;
}
.s-slide-8 .s_caption h2, .s-slide-8 .s_caption p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.s-slide-8 .s_caption h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
    /* text-shadow: 1px 1px 0 var(--color-secondary); */
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.s-slide-8 .s_caption p {
    font-size: 19px;
    margin-bottom: 0;
    text-shadow: 1px 1px 0 #000;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@media (max-width: 991px) {
    .s-slide-8 .s_caption {
        left: 30px;
        width: 70%;
    }
    .s-slide-8 .s_caption h2 {
        font-size: 30px;
        line-height: 1;
    }
    .s-slide-8 .s_caption p {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .s-slide-8 .s_caption {
        display: none;
    }
}
/* END s-slide-8 */
.s-car {
    padding: 65px 0;
}
.s-number {
    padding: 60px 0 20px;
}
.s-banner {
    position: relative;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.s-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(0deg, #121212BF 0%, #121212BF 50%);
}
.s-banner .top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, rgba(26, 44, 50, 0.83) 55%, rgba(26, 44, 50, 1) 80%, rgba(26, 44, 50, 1) 99%);
}
.s-banner .s-thumb {
    position: absolute;
    z-index: 2;
    width: 70%;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s-process .s-heading-2 {
    margin-bottom: 30px;
}
.s-process .tab-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: max-content;
    margin: auto;
    margin-bottom: 40px;
    border-radius: 25px;
    position: relative
}

.s-process .tab-menu .tab-item{
    width: 100%;
    padding: 10px 40px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: var(--color-primary);
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.s-process .tab-menu .tab-item.active{
    /* background: var(--color-secondary); */
    color: #fff;
}
.tab-bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: calc(50% - 0px);
  height: calc(100% - 0px);
  background: var(--color-secondary);
  border-radius: 30px;
  z-index: 1;
}
.s-testimonials {
        padding: 80px 0 60px;
        background: #1b2629;
}
.s-testimonials .item{
    margin: 0 10px;
}
.s-testimonials .slick-dots {
  width: 100%;
}
.s-testimonials .slick-dots li.slick-active {
  /* border: 1px solid #fff; */
}
.s-testimonials .slick-dots li.slick-active button {
  background-color: var(--color-secondary);
}
.s-testimonials .slick-dots li button {
  font-size: 4px;
  margin: 5px;
  color: transparent;
  background-color: #aaa;
  border-radius: 0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
}
.s-testimonials .heading-3 {
    padding-top: 15px;
}
.s-testimonials .heading-3 .title-1{
    color: #fff;
    text-transform: uppercase;
    font-size: 33px;
    font-family: 'Roboto Slab';
}

/* begin card 99 */
.b-card-99 {
    box-shadow: 0px 4px 16px 0px #211C191A;
    border-radius: 24px;
    padding: 20px 20px 23px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    background: #fff;
}
.b-card-99 .b_info {
    gap: 16px;
    display: flex
}
.b-card-99 .b_thumb {
    width: 50px;
    height: 50px;
}
.b-card-99 .b_thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-card-99 .b_quote {
    position: absolute;
    right: 24px;
    width: 28px;
}
.b-card-99 .b_student-info .name {
    font-size: 20px;
    line-height: 32px;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0;
}
.b-card-99 .b_student-info .stars span {
    color: #F87614;
}
.b-card-99 .b_student-info .l-stars{
        font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
}
.b-card-99 .b_student-info .l-stars::before {
    content: '|';
    font-family: Averta;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    margin-right: 8px;
}
.b-card-99 .b_content .desc {
    color: #363230;
    font-size: 15px;
    line-height: 23px;
    margin: 15px 0 24px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b-card-99 .b_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.b-card-99 .btn-detail {
    color: #4195F1;
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 700;
}
.b-card-99 .btn-detail i {
    margin-left: 12px;
    margin-right: 5px;
}
@media screen and (max-width: 479px) {
    .b-card-99 .b_student-info .name {
        font-size: 15px;
    }
    .b-card-99 .b_info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .b-card-99 .b_cta img {
        display: none;
    }
    .b-card-99 .b_student-info .l-stars {
        justify-content: center;
    }
    .b-card-99 .b_student-info .l-stars::before {
        display: none;
    }
}
/* end b-card-99 */
@media screen and (max-width: 992px){
    .s-sale-car .s-sale {
        top: unset;
        z-index: 1;
    }
    .buy-car, .sell-car {
        padding: 15px 10px 3px;
    }
    .s-sale-car {
        margin: 30px 0;
        height: auto;
    }
    .s-sale-car .list-brand {
        justify-content: center;
    }
    .s-car {
        padding: 30px 0;
    }
    .s-testimonials .heading-3 .title-1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .s-testimonials {
        padding: 30px 0 30px;
    }
    .s-testimonials .heading-3{
        text-align: center;
    }
}
@media screen and (max-width: 575px) {
    .s-slide-8 .nivoSlider .s_caption {
        display: none;
    }
    .s-banner {
        position: relative;
        height: 275px;
    }
}