html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
}
:root {
    --color-primary: #1a2c32;
    --color-secondary: #ff9501;
}
.bg-main {
    background: var(--color-primary);
}
.ht-mrb40 {
    margin-bottom: 40px;
}
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    max-width: 300px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
[class*="b-search-"]>input {
    width: 100%;
    color: inherit;
    font-size: 1em;
    padding: 0 5px 0 7px;
    line-height: normal;
    border: none;
    background-color: transparent;
}
[class*="b-search-"]>input::-webkit-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input::-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-ms-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input:focus {
    outline: none;
}
[class*="b-search-"]>button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    box-shadow: none;
    line-height: 0;
}
[class*="b-search-"]>button i {
    line-height: inherit;
}

/* BEGIN b-search-2 */
.b-search-2 {
    border: 1px solid #ddd;
}
.b-search-2>button {
    border-radius: 2px;
}
.b-search-2>button[class] {
    font-size: 0.924em;
    padding: 1em 0.584em 1em 0.584em;
    margin: 2px 2px 2px 0;
}
.b-search-2>button:not([class]) {
    color: inherit;
    padding: 1.077em 0.616em 1.077em 0.616em;
    background-color: transparent;
}

/* END b-search-2 */
/* Style chung s-header */
.hd-logo {
    line-height: 0;
}

.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}

a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em;
    text-transform: uppercase;
    border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* BEGIN s-header-2 */
.s-header-2 .s_top {
    color: #fff;
    line-height: 0;
    position: relative;
    z-index: 9999;
    padding: 10px 0;
    background-color: var(--color-primary);
    border-bottom: 1px solid #868686;
}
.s-header-2 .hd-contact {
    margin-right: auto;
}
.s-header-2 .hd-contact>li {
    display: inline-block;
}
.s-header-2 .hd-contact>li:not(:last-child) {
    margin-right: 15px;
}
.s-header-2 .hd-social {
    margin-right: 0;
}
.s-header-2 .hd-social a {
    color: inherit;
    border-color: inherit;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    font-size: 13px;
}
.s-header-2 .s_bot {
    position: relative;
    z-index: 111;
    background: var(--color-primary);
    color: #fff;
    padding: 20px 0;
}
.s-header-2 .hd-logo {
    font-size: 14px;
    padding: 0.715em 0 0.715em 0;
    margin-right: auto;
}
.s-header-2 .hd-logo>img {
    height: 20px;
}
.s-header-2 .hd-logo>div {
    margin-left: 10px;
    line-height: normal;
}
.s-header-2 .hd-logo>div>span {
    display: block;
    font-weight: bold;
}
.s-header-2 .hd-logo>div>span:first-child {
    font-size: 1em;
}
.s-header-2 .hd-logo>div>span:last-child {
    color: #666;
    font-size: 2.358em;
    font-style: italic;
}
.s-header-2 .hd-menu>ul>li {
    display: inline-block;
    position: relative;
}
.s-header-2 .hd-menu>ul>li>a {
    display: block;
    padding: 0px 10px;
    font-family: 'Roboto Slab';
    line-height: 35px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.s-header-2 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-2 .hd-menu>ul>li>ul {
    visibility: hidden;
    min-width: 200px;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
}
.s-header-2 .hd-menu>ul>li>ul::after {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    right: 8px;
}
.s-header-2 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-2 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 5px 30px 5px 15px;
}
.s-header-2 .hd-menu>ul>li>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.s-header-2 .hd-menu>ul>li>ul>li:hover a {
    color: var(--color-secondary);
}
.s-header-2 .hd-menu>ul>li.is-active>a {
    color: #fff;
    color: var(--color-secondary);
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>a {
    color: #fff;
    color: var(--color-secondary);
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>a:nth-last-child(2) {
    border-radius: 3px 3px 0 0;
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-2 .hd-search {
    position: relative;
    line-height: 0;
    margin-left: 20px;
}
.s-header-2 .hd-search>a {
    font-size: 22px;
}
.s-header-2 .hd-search>a i {
    font-size: 0.819em;
}
.s-header-2 .hd-search>form {
    display: none;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-2 .hd-search>form.is-active {
    display: -webkit-flex;
    display: flex;
}
/* .s-header-2 .hd-menu-small {
    display: flex;
    align-items: center;
    gap: 10px;
} */
.s-header-2 .hd-menu-small a {
    position: relative;
    display: inline-block;
    margin: 0 12px;
    border-right: 1px solid #ccc;
}
.s-header-2 .hd-menu-small a::after {
    content: "";
    display: block;
    position: absolute;
    right: -13px;
    top: -5px;
    background-color: #aaa;
    width: 1px;
    height: 11px;
}
.s-header-2 .hd-menu .btn-cta {
    background: var(--color-secondary);
    border-radius: 12px;
    padding: 3px 20px;
    margin-left: 12px;
}
@media screen and (max-width: 1259px) {
    .s-header-2 .hd-logo {
        font-size: 10px;
    }
}
@media screen and (max-width: 991px) {
    .s-header-2 .hd-menu {
        order: 1;
        margin-left: 15px;
        position: relative;
    }
    .s-header-2 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: var(--color-primary);
        font-size: 15px;
    }
    .s-header-2 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        background-color: #fff;
        box-shadow: 0 0px 10px 0px #ccc;
        position: absolute;
        top: 45px;
        right: 0;
    }
    .s-header-2 .hd-menu>ul>li {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .s-header-2 .hd-menu>ul>li>a {
        border-radius: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .s-header-2 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
    }
    .s-header-2 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
}
@media screen and (max-width: 479px) {
    .s-header-2 .hd-logo>div, .s-header-2 .hd-social {
        display: none;
    }
    .s-header-2 .hd-search>form {
        width: 205px;
    }
}

/* END s-header-2 */
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: var(--color-primary);
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: var(--color-primary);
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: var(--color-primary);
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}
.c-form-border textarea.c_input+.c_error span {
    position: absolute;
    width: max-content;
    right: 0;
    top: calc(100% + 1px);
}

/* END c-form-border */
.s-sale-car {
    padding: 0;
    position: relative;
    height: 200px;
}
.s-sale-car .list-brand {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.s-sale-car .list-brand li {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
}
.s-sale-car .list-brand li.active {
    border: 1px solid var(--color-secondary);
}
.s-sale-car .list-brand li:hover {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
}
.s-sale-car .list-brand li img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}
.s-sale-car .s-sale {
    padding: 15px 10px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    top: -150px;
    left: 0;
    z-index: 999;
    background: #ffffff;
    /* color: #fff; */
}
.b-search.c-form-border input {
    padding: 28px 12px 22px;
}
.buy-car, .sell-car {
    padding: 30px;
    position: relative;
}
.sell-car::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background: #6d6d6d;
}
.title-1 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: bold;
    color: var(--color-secondary);
}
/* BEGIN b-card-32 */
.b-card-32 {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #eff2f6;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: calc(100% - 30px);
}
.b-card-32 .b_thumb .b_status {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 14px;
    align-items: center;
}
.b-card-32 .b_thumb .b_tag {
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 10px; */
    color: #fff;
    background-color: var(--color-secondary);
    border-radius: 9px;
    padding: 6px 12px;
    font-weight: 500;
}
.b-card-32 .b_thumb .b_tag.temp-2 {
    background-color: #fff;
    outline: 2px solid #ff9501;
    color: var(--color-secondary);
}
.b-card-32 .b_thumb img {
    transition: all 2s;
}
.b-card-32:hover .b_thumb img {
    transform: scale(1.2);
}
.b-card-32 .b_content {
    margin: 10px 0 0px;
    text-align: center;
}
.b-card-32 .b_content .b_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    color: var(--color-primary);
}
.b-card-32 .b_content .b_cate {
    font-weight: normal;
    color: #6c6c6c;
    margin-bottom: 10px;
    width: 32%;
    text-align: center;
}
.b-card-32 .b_content .b_info {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin: 8px 10%;
    padding-top: 15px;
}
.b-card-32 .b_content .b_cate img {
    height: 25px;
    width: 25px;
    margin-bottom: 5px;
}
.b-card-32 .b_content .b_cate span {
    font-size: 13px;
    display: block;
}
.b-card-32 .b_content .b_price {
    font-size: 22px;
    color: var(--color-secondary);
    font-weight: bold;
    font-family: 'Roboto Slab';
    display: flex;
    justify-content: space-between;
    margin: 12px 10%;
    align-items: center;
}
.b-card-32 .b_content .b_price span:nth-child(2) {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: 400;
}
.b-card-32:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.25);
    background-color: #FFF;
}

/* BEGIN b-card-32 */
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: var(--color-primary);
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: var(--color-primary);
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: var(--color-primary);
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}
.c-form-border textarea.c_input+.c_error span {
    position: absolute;
    width: max-content;
    right: 0;
    top: calc(100% + 1px);
}

/* END c-form-border */
/* Style chung select */
.c-select {
    position: relative;
    border-radius: 5px;
}
.c-select.c-form>.c-icons {
    width: 12px;
}
.c-select.c-form>.c_input {
    padding: 0;
}
.c-select>.c_input {
    height: 36px;
    line-height: 36px;
    padding: 0 30px 0 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-select>.c-icons {
    height: 100%;
    width: 30px;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.c-select>.c-icons>i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.c-select .c_list {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-height: 217px;
    line-height: 20px;
    padding: 5px;
    background-color: #fff;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 10000;
    position: absolute;
    top: 35px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select.is-focused .c_list {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.c-select.is-focused>.c-icons i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%);
}

/* BEGIN c-select-single */
.c-select .c-radio {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select .c-radio:hover, .c-select .c-radio.is-selected {
    color: #fff;
    background-color: var(--color-secondary);
    box-shadow: 0 14px 26px -12px rgba(0, 85, 170, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 85, 170, 0.2);
}
.c-select .c-radio label {
    display: block;
    color: inherit;
    padding: 10px 0;
    color: var(--color-primary);
}
.c-select .c-radio label:hover {
    color: var(--color-primary);
}

/* END c-select-single */
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label>span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: var(--color-primary);
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: '';
    display: block;
    border-radius: 100%;
    background-color: var(--color-primary);
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type=radio] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type=radio]:checked~.c_tick {
    border-color: var(--color-primary);
    opacity: 1;
}
.c-radio input[type=radio]:checked~.c_tick::before {
    opacity: inherit;
}
.c-radio input[type=radio]:checked+.c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type=radio][disabled]~.c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type=radio][disabled]~.c_tick::before {
    opacity: inherit;
}

/* END c-radio */
.heading {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-secondary);
    font-family: 'Roboto Slab';
    margin-bottom: 30px;
}
/* BEGIN c-button-8 */
.c-button-8 {
  display: inline-block;
  font-size: 15px;
  padding: 0.5em 1.072em 0.5em 1.072em;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background-color: var(--color-secondary);
  /* text-transform: uppercase; */
  position: relative;
  -webkit-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.c-button-8 > i.fa {
  padding-left: 5px;
}
.c-button-8::after {
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
  -webkit-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
}
.c-button-8:hover {
  box-shadow: 0 14px 26px -12px rgba(34, 34, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(34, 34, 34, 0.2);
}
.c-button-8:hover::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

/* END c-button-8 */
.s-about .s-thumb-1, .s-about .s-thumb-2 {
    padding: 0;
}
.s-about .s-thumb-1 img, .s-about .s-thumb-2 img{
    border-radius: 12px;
    overflow: hidden;
}
.s-about .s-thumb-2 {
    margin-top: 40px;
}
.s-about .s-content {
    padding-top: 40px;
    padding-left: 30px;
}
.s-about .s-title {
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 15px 0px;
    font-size: 40px;
    font-family: 'Roboto Slab';
}
.s-about .s-desc {
    color: #FFFFFFA6;
    margin: 0px 0px 24px 0px;
    line-height: 1.6;
}
.name-company {
    position: relative;
    font-weight: 500;
    display: inline-block;
    font-family: 'Roboto Slab';
    padding: 6px 0 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    letter-spacing: 7px;
    color: #fff;
}
.name-company::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    background: var(--color-secondary);
    left: 0;
    bottom: 0;
}
.name-company::after {
    content: "";
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    width: 40%;
    height: 2px;
    background: var(--color-secondary);
}
.s-number {
    padding: 60px 0;
}
.b-card-69 {
    color: #fff;
    text-align: center;
}
.b-card-69 .b-icon {
    font-size: 35px;
    margin-bottom: 0;
    color: var(--color-secondary);
}
.b-card-69 .b-name {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 6px;
    font-family: 'Roboto Slab';
}
.b-card-69 .b-desc {
    color: #FFFFFFA6;
}
.s-process {
    padding: 60px 0;
}
.heading-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-family: 'Roboto Slab';
    margin-bottom: 20px;
}
.heading-desc {
    width: 80%;
    margin: 0 auto;
    color: #FFFFFFA6;
}
/* BEGIN b-card-38 */
.b-card-38 {
  display: block;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 30px;
}
.b-card-38::before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(26, 44, 50, 0.83) 54%, rgba(26, 44, 50, 0.92) 81%, rgba(26, 44, 50, 1) 99%);
}
.b-card-38 .b_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.b-card-38 .b_icon {
  width: 100%;
  font-size: 60px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  position: absolute;
  bottom: -100px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.b-card-38:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
/* .b-card-38:hover .b_title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
} */
.b-card-38:hover .b_icon {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.b-card-38 .b_number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Roboto Slab';
    padding: 3px 14px;
}
.b-card-38 .b_number::after {
   content: "";
   position: absolute;
   inset: 0;
   border-bottom-right-radius: 50%;
   background: #ff9501ad;
   transform: scale(1.3);
   z-index: -1;
}
.b-card-38 .b_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 2;
}
/* END b-card-38 */
/* BEGIN s-icon-2 */
.s-icon-2>a:first-child {
    opacity: 0;
    font-size: 20px;
    border: 1px solid #ccc;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-icon-2>a:first-child.is-show {
    opacity: 1;
    bottom: 180px;
    width: 48px;
    height: 48px;
}
.s-icon-2>a:last-child {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 111111;
    line-height: 0;
}
.s-icon-2>a:last-child span {
    font-size: 31px;
}
.s-icon-2>a:last-child span::before, .s-icon-2>a:last-child span::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: var(--color-primary);
    border-radius: 15px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-2>a:last-child span::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-2>a:last-child span img {
    position: absolute;
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* END s-icon-2 */
/* BEGIN s-footer-5 */
.s-footer-5 .s_top {
    padding: 20px 0;
    background: linear-gradient(#fff, rgba(0, 85, 170, 0.2));
}
.s-footer-5 .s_top a[rel="nofollow"] img {
    height: 50px;
}
.s-footer-5 .c-headline-4 {
    margin: 10px 0 15px;
}
.s-footer-5 .c-headline-4::after {
    margin-top: 5px;
}
.s-footer-5 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 13px;
    margin: 0 10px 10px 0;
}
.s-footer-5 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-5 .ft-menu li>h1 {
    font-size: 25px;
    font-weight: inherit;
    color: #fff;
}
.s-footer-5 .ft-menu li a {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.s-footer-5 .c-headline-4 .c_name {
    display: block;
}
.s-footer-5 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #ccc;
    margin-right: 5px;
}
.s-footer-5 .ft-menu li a:hover {
    color: var(--color-yellow);;
}
.s-footer-5 .ft-menu li>span {
    line-height: 20px;
}
.s-footer-5 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-5 .ft-menu li>span.fa::before {
    width: 15px;
    color: #ccc;
    text-align: center;
}
.s-footer-5 .ft-menu li span::before, .s-footer-5 a:hover {
    color: var(--color-yellow)!important;
}
.s-footer-5 .ft-social {
    line-height: 0;
    margin: 13px 0 10px;
}
.s-footer-5 .s_bot {
    background-color: var(--color-primary);
}
.s-footer-5 .ft-copyright {
    line-height: 40px;
}
.s-footer-5 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 111111;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-5 .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: var(--color-yellow);;
}
.s-footer-5 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: var(--color-yellow);;
    position: relative;
    left: -5px;
}
.s-footer-5 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-5 .s_top {
    position: relative;
    color: #fff;
}
.s-footer-5 .s_top::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #FF9501;
    background: linear-gradient(0deg, rgba(255, 149, 1, 0.17) 0%, rgb(255 149 1 / 54%) 31%, rgb(26 44 50 / 80%) 69%, rgb(26 44 50 / 84%) 89%, rgb(26 44 50 / 71%) 100%);
}
.s-footer-5 .ft-bct {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-footer-5 .ft-social a {
    border-color: inherit;
    border-radius: 6px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background-size: cover;
    color: #fff;
    background-color: var(--color-main);
    border: 2px solid;
}
.s-icon-2 .icon-social {
    position: fixed;
    right: 10px;
    border-radius: 12px;
    z-index: 111111;
    line-height: 0;
    display: block;
}
.s-icon-2 .icon-social .c-icon {
    width: 48px;
    height: 48px;
    /* border-radius: 22px; */
    /* overflow: hidden; */
}
.s-icon-2 .icon-social.map {
    bottom: 120px;
    background: #fff9ab;
    border-radius: 8px;
    overflow: hidden;
}
.s-icon-2 .icon-social.mess {
    bottom: 65px;
}
@media screen and (min-width: 1260px) {
    .s-footer-5 .ft-phone {
        display: none;
    }
}
.s-footer-5 .ft-backtop {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    background-color: var(--color-yellow);;
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-footer-5 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}
@media screen and (min-width: 768px) {
    .s-footer-5 .ft-info {
        position: relative;
        /* padding-left: 2%; */
    }
    .s-footer-5 .ft-info::before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(255, 0, 0, 0);
        background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    }
}
@media screen and (max-width: 1259px) {
    .s-footer-5 .align-items--center {
        display: none;
    }
}

/* END s-footer-5 */
.text--primary {
    color: var(--color-secondary);
}
.form-group label {
    display: inline-block;
    margin-bottom: 8px;
}
.sell-car .c-button-8{
    padding: 15px 40px;
    text-transform: none;
    font-weight: bold;
    width: 100%;
}
/* Style chung s-pagination */
[class*="s-pagination-"] {
  padding: 25px 0;
  font-size: 12px;
}
[class*="s-pagination-"]::after {
  content: '';
  display: table;
  clear: both;
}
[class*="s-pagination-"] > li {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ddd;
  line-height: 2.334em;
  width: 2.5em;
  height: 2.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[class*="s-pagination-"] > li > a {
  display: block;
  color: #999;
  font-weight: bold;
  text-align: center;
}
[class*="s-pagination-"] > li:hover {
  background-color: #eee;
  color: #999;
}
[class*="s-pagination-"] > li.active {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
[class*="s-pagination-"] > li.active > a {
  color: #fff;
}

/* BEGIN s-pagination-1 */
.s-pagination-1 > li {
  border-radius: 3px;
}

/* END s-pagination-1 */
.s-why {
    padding: 60px 0;
}
.s-why .s-heading-2{
    margin-bottom: 60px;
}
/* BEGIN b-card-29 */
.b-card-29 {
  position: relative;
  padding: 20px 10px 10px 20px;
  border-radius: 12px;
}
.b-card-29::before {
  content: '';
  border-top: 20px solid #e8eef3;
  border-left: 20px solid transparent;
  border-top-color: #ffb042;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.b-card-29::after {
  content: '';
  width: 20px;
  height: calc(100% - 50px);
  background-color: #ffb042;
  position: absolute;
  border-radius: 12px 0 0;
  top: 0;
  left: 0;
}
.b-card-29 .b_content {
  height: inherit;
  padding: 30px 13px 35px 11px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: relative;
  border-radius: 0 12px 12px 12px;
}
.b-card-29 .b_content::before {
  content: '';
  border-top: 20px solid transparent;
  border-left: 20px solid #e8eef3;
  border-left-color: #ffb042;
  position: absolute;
  right: 30px;
  bottom: 100%;
}
.b-card-29 .b_content:after {
  content: '';
  width: calc(100% - 50px);
  height: 20px;
  background-color: #ffb042;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.b-card-29 .b_content h3 {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: bold;
}
.b-card-29 .b_content p  {
    padding: 0 10px;
}
.b-card-29 .b_number {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 60px;
  line-height: 60px;
  border-radius: 10px;
  color: #fff;
  background-color: #05a;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.b-card-29 .b_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 8px;
}
.b-card-29 .b_title img {
    height: 34px;
    min-width: 30px;
    max-width: 34px;
}
/* END b-card-29 */
.banner-header {
    height: 300px;
    position: relative;
    background-image: url('/images/bgs/bg-about.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-header .s-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 90%;
}
.banner-header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    --background-overlay: '';
    background: linear-gradient(304deg, rgba(255, 149, 1, 0) 0%, rgba(255, 149, 1, 0.55) 25%, rgba(26, 44, 50, 0.94) 51%, rgba(26, 44, 50, 1) 89%, rgba(26, 44, 50, 1) 100%);
}
.banner-header .s-content .title {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}
.banner-header .s-content .desc {
    width: 80%;
}
.text--primary {
    color: var(--color-primay)!important;
}
/* BEGIN b-card-2 */
.b-card-2 {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
.b-card-2::after {
  content: '';
  display: table;
  clear: both;
}
.b-card-2 .b_thumb {
  float: left;
  min-width: 145px;
  max-width: 145px;
  margin-right: 15px;
  border-radius: 8px;
}
.b-card-2 .b_title {
  font-size: 14px;
  font-family: 'Merriweather';
  font-weight: bold;
  line-height: 1.45;
  padding-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.b-card-2 .b_title span {
  display: block;
}
.b-card-2 .b_desc {
  text-align: justify;
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 479px) {
  .b-card-2 .b_thumb {
    width: 145px;
  }
  .b-card-2 .b_title {
    font-size: 15px;
  }
}
.b-card-2:hover .b_title {
  color: var(--secondary-color);
}

/* END b-card-2 */
.s-sidebar-3 .s_heading {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    font-weight: bold;
    position: relative;
    background: linear-gradient(304deg, rgb(255 149 1 / 92%) 0%, rgb(255 149 1) 25%, rgba(26, 44, 50, 0.94) 51%, rgba(26, 44, 50, 1) 89%, rgba(26, 44, 50, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    display: inline-block;
}
.ht-ratio--60::before {
    padding-bottom: 60%;
}
.s-cta {
        background: var(--color-secondary);
        color: #fff;
        height: 200px;
        display: flex;
        align-items: center;
        position: relative;
        background-image: url('/images/bgs/bg-about.jpeg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
}
.s-cta .s-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}
.s-cta .s-content div {
        font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Slab';
}
.s-cta .s-content a{
    border-radius: 12px;
    padding: 10px 40px;
    border: 1px solid #fff;
    font-size: 16px;
    transition: all .4s;
}
.s-cta .s-content a:hover {
    background: var(--color-primary);
}
.s-cta::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: auto;
    position: absolute;
    top: 0;
    left: 0;
    --background-overlay: '';
    background: linear-gradient(304deg, rgba(255, 149, 1, 0) 0%, rgba(255, 149, 1, 0.55) 25%, rgba(26, 44, 50, 0.94) 51%, rgba(26, 44, 50, 1) 89%, rgba(26, 44, 50, 1) 100%);
    background: linear-gradient(304deg, rgba(255, 149, 1, 0) 0%, rgba(255, 149, 1, 0.55) 17%, rgba(255, 149, 1, 0.8) 51%, rgba(255, 149, 1, 1) 70%, rgba(26, 44, 50, 1) 100%);
}
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
  font-size: 14px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.s-breadcrumb-1 li:not(:first-child)::before {
  content: '\\';
  font-family: FontAwesome;
  font-size: 0.786em;
  margin: 0 0.637em;
  color: #888;
}
.s-breadcrumb-1 li:first-child a > i {
  font-size: 1.429em;
}
.s-breadcrumb-1 li a {
  font-weight: bold;
}
.s-breadcrumb-1 li a:hover {
  color: #f60;
}

/* END s-breadcrumb-1 */
.c-checkbox>label:hover {
    color: var(--color-secondary);
}
.c-checkbox input[type=checkbox]:checked+.c_tick .check {
    background-color: var(--color-secondary);
}
@media screen and (max-width: 992px){
    .s-header-2 .hd-contact {
        display: none;
    }
    .s-header-2 .hd-menu-small {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .s-header-2 .hd-menu>a[ht-trigger="hd-menu"] {
        color: #fff;
    }
    .s-header-2 .hd-menu>ul>li>a {
        color: var(--color-primary);
        font-size: 14px;
    }
    .s-header-2 .hd-menu .btn-cta {
        margin: 10px;
        text-align: center;
    }
    .heading-title {
        font-size: 24px;
    }
    .b-card-32 .b_content .b_cate span {
        font-size: 12px;
    }
    .b-card-32 .b_content .b_info {
        margin: 8px 0;
        padding-top: 15px;
    }
    .b-card-32 .b_thumb .b_tag {
        font-size: 12px;
    }
    .b-card-32 .b_content .b_price {
        flex-wrap: wrap;
        font-size: 20px;
        gap: 5px;
        justify-content: center;
    }
    .s-about .s-title {
        font-size: 35px;
    }
    .s-about .s-content {
        padding-top: 15px;
        padding-left: 0;
    }
    .b-card-69 .b-name {
        font-size: 32px;
    }
    .b-card-69 {
        margin-bottom: 20px;
    }
    .s-process {
        padding: 40px 0;
    }
    .heading-desc {
        width: 100%;
    }
    .s-cta .s-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .s-cta .s-content div {
        text-align: center;
        margin-bottom: 14px;
        font-size: 20px;
    }
    .banner-header .s-content .desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .banner-header .s-content .title {
        font-size: 31px;
    }
    .banner-header {
        height: 220px;
    }
    .banner-header .s-content {
        width: 100%;
    }
    .b-card-99 .b_student-info {
        width: 100%;
        text-align: center;
    }
}