/* Menu */
.mt20 {margin-top: 20px;}

#header .list-inline{
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #c1c1c1;
}

#header .relative-section {
    display: flex;
    align-items: center;
}

#menu-main ul li:last-child {
    margin-right: 0;
}

.product-feature {
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
}

.product-feature:hover {
    transform: scale(1.1);
}

.home-redirect {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0 32px;
    position: relative;
    z-index: 1;
}

.home-redirect--item {
    margin: 8px;
    max-width: calc(25% - 16px);
    color: #333;
    width: calc(25% - 16px);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    transition: transform 0.4s ease-out;
    transform: scale(1);
}

.home-redirect--item h3 {
    top: 0;
    font-size: 18px;
    line-height: calc(24 / 18);
    padding: 12px 0 0;
    text-align: center;
    color: currentColor;
    width: 100%;
    font-weight: 400;
    margin: 0;
}

.home-redirect--item:hover {
    color: #EA1D25;
    transform: scale(1.05);
}

.price-insurance {
    display: none;
    margin-top: 10px;
    font-size: 13px;
    font-style: italic;
}

.home-redirect--item svg {
    fill: #333;
    width: 48px;
    height: 48px;
    margin-top: 8px;
}

.home-redirect--item svg,
.home-redirect--item g {
    fill: #333;
}

.home-redirect--item:hover svg,
.home-redirect--item:hover g {
    fill: #EA1D25
}

.box-icon-home {
    display: inline-block;
    margin: 0;
    position: relative;
}

.new-sticky {
    position: absolute;
    left: calc(100% + 12.5px);
    top: 0;
    padding: 2px 8px;
    border-radius: 57px;
    font-size: 13px;
    line-height: calc(16 / 13);
    background-color: #EA1D25;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
}

.home-redirect--item a {
    display: block;
    height: 100%;
    position: relative;
    color: currentColor;
    width: 100%;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-redirect--item img {
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: -1;
}

.home-title-block {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.item-product-banner {
    position: relative;
}
.item-product-banner img {
    width: 100%;
}
.product-banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.detail-product-banner {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 35px 0;
    margin-left: 0;
    padding-left: 10%;
}
.item-product-banner:nth-child(2n) .detail-product-banner {
    margin-left: auto;
}
.bg-goivay {
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background-image: url('./../images/goivay.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0px 20px 6px;
    margin: 0 auto;
}
.title-goivay {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #ea1d25;
    line-height: 1.3;
    margin-bottom: 8px;
    margin-top: 8px;
}
.des-goivay {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: calc(22 / 16);
    margin-bottom: 16px;
}
.link-goivay-box {
    display: inline-flex;
}
.link-goivay {
    padding: 8px 30px;
    border: 1px solid #ea1d25;
    color: #ea1d25;
    margin-top: 16px;
    text-transform: uppercase;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
}
.link-goivay:hover {
    color: #fff;
    background-color: #ea1d25;
}

/* Benefit */
.benefits-info, .benefits-info .sma-title {
    color: #333;
}
.benefits-info ul li p {
    color: #333;
}
.benefits-info ul li p b {
    color: #ea1d25;
}

/* Custom home news */
.home-news {
    background-image: none;
    background-color: #fff;
}
.home-news-tab-right {
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 30px;
    text-align: right;
}
.home-news .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.home-news-tab {
    margin-top: -70px;
}
.nav-tabs .nav-item {
    background: none;
}
.home-news-tab .nav-tabs .nav-link {
    padding: 10px 20px;
    min-width: auto;
    border: none !important;
    font-size: 16px;
    color: #212529;
}

.home-news-tab .nav-tabs .nav-link.active,
.home-news-tab .nav-tabs .nav-link:hover {
    color: #EA1D25;
}

.home-news-tab .nav-tabs .nav-item:not(:last-child):before {
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    width: 1px;
    height: 22px;
    background-color: #D4D4D4;
}

.home-news-tab .nav-tabs .nav-item {
    position: relative;
}

.home-news-tab .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 0;
}

.home-news-tab .nav-tabs .nav-link:hover {
    color: #EA1D25;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    border: unset;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
}

.news-it {
    margin-bottom: 0;
}

.news-it .news-it-bg {
    position: relative;
    box-shadow: none;
    height: 100%;
}

.news-feature.image-fit {
    height: auto;
    position: relative;
    padding-bottom: 72%;
}

.news-feature.image-fit img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

.news-it .news-info {
    background-color: transparent;
    width: 100%;
    padding: 16px 0;
    z-index: 1;
}
.news-it .news-info h3 {
    color: #212529;
    font-size: 16px;
    line-height: calc(22 / 16);
}

.news-it .news-info h3 a {
    color: #212529;
}

.news-it .news-info .news-date {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.news-it .news-info p {
    color: #212529;
    margin-bottom: 0;
}
.home-see-all {
    text-align: center;
    margin-top: 14px;
}
.home-see-all a {
    color: #333;
    font-size: 16px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 40px;
    border: 1px solid #999;
    display: inline-block;
}

.home-see-all a:hover {
    color: #EA1D25;
    border: 1px solid #EA1D25;
}

.product-info p {
    text-align: left;
}

.product-it .product-des h3 {
    font-size: 14px;
    margin-top: 10px;
}

.product-it {
    padding: 0 5px;
    cursor: pointer;
}

.product-it .product-feature a {
    height: auto;
    margin-bottom: 10px;
}

.product-slider .slick-arrow{
    height: 14px;
}

.home-product-detail {
    background-image: url('./../images/bg-product.png');
    min-height: 460px;
    margin-top: 20px;
    padding-top: 150px;
}
@keyframes carshow {
    from {bottom: 0; right: -50px;}
    to {bottom: -75px; right: 0;}
}
.img-product-bottom {
    position: relative;
    right: 0;
    /* bottom: -75px; */
    /* animation-name: carshow; */
    animation-duration: 2s;
}

.img-product-bottom img {
    width: 100%;
}
.product-it.active-now h3 {
    color: #e60021;
}
.product-modal h3{
    font-weight: 600;
    font-size: 26px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.product-modal h3:before {
    content: "";
    border-bottom: 2px solid #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product-modal p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
}
.product-modal p span {
    color: #e60021;
    font-weight: 700;
    font-size: 16px;
}
.box-takecare {
    margin-top: 20px;
}
.page-title-2.page-title {
    background-color: #e60021;
    padding: 15px 0;
}
.page-title-2.page-title h1 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}
.page-title-link .sma-btn {
    font-size: 12px;
}

.pd-info-item .sma-title-border.sma-title-center-list {
    color: #262626;
}
.pd-info-item .sma-title-border::after {
    background-color: #e60021;
}
.pd-info-item {
    padding: 20px 25px;
}
.pd-des-item ul {
    padding-left: 30px;
}

.pd-function {
    margin-top: 60px;
}

.pd-function-des .th-truyen-thong{
    font-size: 14px;
}
.pd-function-des .th-truyen-thong span:last-child{
    flex: 1;
}
.pt-truyen-thong .left-pt {
    font-size: 13px;
    text-transform: uppercase;
    top: 35px;
    font-weight: 700;
}
.pt-truyen-thong .left-pt span:last-child {
    color: #fff;
    margin-right: 30%;
}
.pt-truyen-thong .center-pt {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}

.pt-truyen-thong .center-pt span {
    border: 1px solid #e60021;
    border-radius: 20px;
    font-size: 13px;
    padding: 10px;
}
.title-sp {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.pd-advantages {
    font-size: 13px;
    margin-top: 15px;
}
.pd-advantages span{
    font-weight: 700;
    text-transform: uppercase;
}
.pd-advantages ul{
    list-style: none;
    list-style-position: inside;
}
.pd-advantages li{
    padding-left: 15px;
    position: relative;
}
.pd-advantages li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    height: 5px;
    width: 5px;
    background-color: #e60021;
}
.pd-advantages p {
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
}
.sp-truyen-thong .left-tt {
    top: 3px;
    left: 15px;
}
.sp-truyen-thong .center-tt {
    left: 175px;
    top: 42px;
}
.sp-truyen-thong .center-tt.center-tt-50-50 {
    left: 146px;
}
.sp-truyen-thong .center-tt span {
    color: #fff;
    margin-top: 18px;
}
.th-truyen-thong {
    width: 100%;
}
.sp-truyen-thong {
    margin-top: -15px;
}
.sp-truyen-thong .right-tt span{
    margin-top: 52px;
}
.sp-truyen-thong .right-tt {
    top: 55px;
    right: 60px;
    color: #fff;
}
.sp-truyen-thong .center-tt span:nth-child(2n) {
    color: #262626;
}

.sp-50 {
    margin-top: 10px;
}

.sp-truyen-thong .left-tt-50 {
    left: 22px;
}

.sp-truyen-thong .left-tt-50 span {
    margin-top: 35px;
}

.sp-truyen-thong .center-tt-50 {
    top: 18px;
}

.sp-truyen-thong .right-tt-50 {
    top: 36px;
    width: 125px;
}

.sp-truyen-thong .right-tt-50 span i {
    margin-right: 55px;
    font-style: normal;
}
.sp-truyen-thong .right-tt-50 span {
    margin-top: 0px;
    display: flex;
}

.pt-truyen-thong-50 .left-pt {
    transform: translateX(20%);
}

.sp-ez {
    margin-top: 20px;
}

.sp-truyen-thong .left-tt-ez {
    left: 28px;
}

.sp-ez .left-tt-ez span {
    margin-top: 43px;
}

.sp-truyen-thong .center-tt-ez {
    top: -18px;
}

.sp-truyen-thong .right-tt-ez {
    width: 170px;
    right: 30px;
    top: -22px;
}

.sp-truyen-thong .right-tt-ez span:nth-child(2) {
    margin-top: 8px;
    color: #e60021;
    font-weight: 700;
}

.pt-truyen-thong .left-pt-balloon span:nth-child(2) {
    color: #fff;
    margin-left: 0;
}

.sp-truyen-thong .left-tt-balloon {
    top: -35px;
}
.sp-truyen-thong .center-tt-balloon {
    left: 145px;
    top: 8px;
}
.sp-truyen-thong .right-tt-balloon {
    top: 20px;
    right: 160px;
}

.custom-th-balloon {
    width: 30%;
}

.pt-truyen-thong .left-pt-balloon span:last-child {
    color: #000;
    margin-right: 5%;
}

.sp-truyen-thong .last-tt-balloon {
    right: 11px;
    top: 108px;
    color: #000;
    font-size: 10px;
}


.bg-video {
    padding-top: 56.25%;
    position: relative;
}

.c-video {
    position: absolute;
    left: 0;
    height: 100%;
    top: 50%;
    width: 100%;
    overflow: hidden;
    background-color: #191919;
    transform: translateY(-50%);
}

.bg-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.single-banner {
    padding: 145px 0 110px;
    color: #fff;
}
.event-content-large {
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
}
.event-content-normal {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    color: #fff; 
}
.event-content-normal span {
    font-weight: 700;
    font-size: 35px;
    color: #ffff00;
}
.event-content-small {
    color: #fff;
    padding: 7px 10px;
    color: #fff;
    background-color: #c32026;
    font-size: 16px;
    margin-bottom: 15px;
}
.event-content-link {
    margin-bottom: 20px;
}
.event-content-link a {
    color: #fff;
    font-weight: 500;
}
.box-arr {
    display: inline-block;
    background-color: #e5e5e5;
    padding: 5px 10px;
}
.single-title-block {
    margin-bottom: 0;
}
.product-single-info {
    margin-bottom: 30px;
}
.product-single-info .list-custom {
    margin-bottom: 2px;
    text-transform: uppercase;
}
.product-single-info .brand-list .box-arr {
    position: relative;
}
.product-single-info .brand-list .box-arr span{
    font-weight: 700;
    margin-right: 20px;
}
.product-single-info .brand-list .box-arr::before {
    position: absolute;
    content: "";
    right: -34px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 34px solid transparent;
    border-top: 0px solid transparent;
    border-left: 34px solid #e5e5e5;
}

.product-single-info .list-custom a {
    padding: 0 10px;
    position: relative;
    color: #000;
}
.product-single-info .list-custom a.active {
    font-weight: 700;
    color: #eb0a1e;
}
.product-single-info .list-custom a:not(:last-child):after {
    position: absolute;
    content: "";
    right: 0;
    top: 2px;
    width: 1px;
    height: 14px;
    background-color: #949494;
}
.product-single-info .style-list {
    display: flex;
    align-items: center;
}
.box-arr-style {
    flex: 1;
    background-color: #e5e5e5;
    padding: 7px 10px;
    padding-left: 30px;
}
.style-list-title {
    padding: 7px 20px;
    background: #eb0a1e;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.style-list-title::before {
    position: absolute;
    content: "";
    right: -38px;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 38px solid transparent;
    border-top: 0px solid transparent;
    border-left: 38px solid #eb0a1e;
}
.product-slider-single {
    box-shadow: 0 4px 0 rgba(228, 228, 228, 0.6);
    padding-bottom: 10px;
}
.product-slider-single .product-it {
    padding: 0 20px;
}
.product-slider-single .product-it .product-des h4 {
    font-size: 16px;
}

.list-related-product {
    display: flex;
}
.item-related-product {
    width: calc(25% - 14px);
    margin: 0 7px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.item-related-product > img {
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
}
.item-related-product:hover > img {
    transform: scale(1.1);
}
.content-item-related {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 95%;
    padding: 20px 20px 30px;
    position: relative;
    top: -30px;
    flex: 1;
}
.content-item-related h4 {
    font-size: 20px;
}
.content-item-related h4 a {
    color: #262626;
}
.content-item-related h4 a:hover {
    color: #eb0a1e;
}
.res-item-related {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.res-item-related img {
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}
.res-item-related:hover img {
    transform: scale(1.3);
}

/* Single */

.custom-box-single {
    margin-top: 55px;
}
.single-tab-step .nav-tabs .nav-link {
    padding: 12px 20px;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    text-align: center;
}
.single-tab-step .nav-tabs .nav-item {
    width: calc(100% / 3);
    position: relative;
    font-weight: 700;
}
.single-tab-step .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e60021;
    visibility: hidden;
    bottom: -1px;
    left: 0;
    transition: visibility 0.4s ease-in-out;
}
.single-tab-step .nav-tabs .nav-item.active {
    color: #e60021;
}
.single-tab-step .nav-tabs .nav-link.active::before {
    visibility: visible;
}
.single-tab-step .nav-tabs {
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: row;
}
.title-form-custom {
    text-transform: uppercase;
    font-size: 14px;
    color: #c32026;
    width: 100%;
    margin-top: 25px;
}
.custom-list-flex .item-inline {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.custom-list-flex .item-inline label {
    font-size: 13px;
    font-weight: 700;
}
.custom-list-flex .item-inline label input:checked ~ .color-car-radio::before {
    width: 34px;
    height: 34px;
    left: 1px;
    top: 1px;
    position: absolute;
    content: "";
    box-shadow: 0 0 7px;
    box-shadow: 0 0 7px #000;
    border-radius: 50%;
}
.custom-list-flex .item-inline input,
.custom-list-flex .item-inline option, 
.custom-list-flex .item-inline select {
    font-size: 13px;
    color: #333333;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px;
}
.w-30 {
    width: calc(100% / 3);
    padding: 0 20px;
}
.w-60 {
    width: 50%;
    padding: 0 20px;
}
.w-100 {
    width: 100%;
    padding: 0 20px;
}
.total-price-custom p span {
    margin-left: 30px;
    font-size: 24px;
    line-height: 1;
}
.total-price-custom p {
    padding: 13px 20px;
    background-color: #fce6ef;
    display: inline-flex;
    border-radius: 8px;
    border: 1px solid #e0d7db;
    margin-bottom: 0;
    align-items: center;
}
.custom-list-flex .total-price-custom {
    flex-direction: row;
}

.sidebar-tab {
    border: 1px solid #e60021;
    border-radius: 10px;
    padding: 15px 0;
    display: none;
}

.custom-price-color {
    margin-top: 30px;
}
.custom-price-color p {
    font-size: 18px;
}

.custom-list-flex {
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.mb20 {
    margin-bottom: 20px;
}

.item-financial-solutions {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.item-financial-solutions label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-weight: 400 !important;
}
.item-financial-solutions input,
.bottom-item input {
    margin-right: 10px;
}
.item-title-solution {
    min-width: 135px;
    font-weight: 700;
    font-size: 14px;
}
.item-phu-kien {
    /* position: relative; */
    padding: 10px;
}
.img-phu-kien {
    width: 100%;
    padding-bottom: 62.5%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-phu-kien img {
    width: 100%;
    visibility: hidden;
    position: absolute;
}
.content-phu-kien {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.price-phu-kien {
    margin-bottom: 0;
    margin-top: 10px;
}
.title-phu-kien {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 35px;
}
.box-phu-kien > p {
    font-size: 13px;
    margin-top: 5px;
}

.list_color_car {
    margin-bottom: 45px;
}

.list_color_car input {
    display: none;
}
.list_color_car label {
    margin-bottom: 0;
}
.bottom-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    flex-wrap: wrap;
}
.bottom-item > span {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
}
.bottom-item label {
    margin-bottom: 0;
}
.box-radio {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.color-car-radio {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 2px;
    cursor: pointer;
}

.color-car-radio span {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #eeeeee;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: ease .3s;
}

.color-car-radio span:hover {
    padding: 10px;
}

.pay-money {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.replace-date  {
    padding: 2px 20px;
    border: 1px solid #9e9e9e;
    margin-bottom: 4px;
    margin-top: 5px;
    display: inline-flex;
    border-radius: 4px;
    font-size: 13px;
}

.sma-btn-next {
    box-shadow: none;
    margin-left: auto;
    border: none;
    cursor: pointer;
}

.size-primary {
    font-size: 13px;
}

.calculate-loan {
    margin-top: 60px;
    background-size: cover;
}

.calculate-loan .sma-title-border {
    text-align: left;
    padding: 0;
    color: #333;
}
.calculate-loan .sma-title-border::after {
    width: 0;
}
.cal-loan-list {
    display: flex;
    flex-direction: column;
}
.cal-loan-it {
    width: 100%;
    align-items: center;
    padding-right: 0;
    margin-bottom: 50px;
}
.cal-loan-it:first-child::before {
    display: none;
}
.title-loan-custom {
    display: flex;
    align-items: center;
}
.cal-loan-des {
    background-color: rgba(255, 255, 255, 0.75);
}
h3.title-block-vay {
    font-size: 13px;
    padding-top: 25px;
}
.cal-loan-des h4 span{
    position: relative;
    z-index: 1;
}
.cal-loan-des h4 {
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    padding-left: 41px;
    position: relative;
}
.cal-loan-des h4::before {
    content: url('./../images/dn.png');
    position: absolute;
    z-index: 0;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}
.cal-loan-des ul li {
    margin-bottom: 10px;
}

.cal-loan-des ul li::before {
    content: url('../images/tick.png');
    width: 1.8em;
}
.w-25 {
    width: 25%;
}
.w-37 {
    width: calc(75% / 2);
}

.color-car-radio-none {
    border: 1px solid #c32026;
    background-color: #fff !important;
    position: relative;
}
.color-car-radio-none::before {
    position: absolute;
    content: url('./../images/check1.png');
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.title-sidebar {
    font-size: 16px;
    color: #c32026;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin: 0;
    text-transform: uppercase;
}
.bottom-sidebar {
    padding: 15px;
    font-size: 13px;
    padding-bottom: 0;
}
.bottom-sidebar p {
    color: #333;
    font-size: 13px;
    margin-bottom: 15px;
}
.sma-btn-register {
    padding: 10px 20px;
    border-radius: 12px;
}
.text-title-block-sidebar {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700;
}
.item-tt-tai-chinh {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.under-line {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
}

/* Header menu */
.c-nav__sub-menu--box img {
    display: none;
}
#menu-main ul li ul {
    transform: scaleY(1);
}
.menu-top-bar-container .menu-item {
    position: relative;
}
.menu-top-bar-container .menu-item:hover .sub-menu {
    transform: scaleY(1);
}
.menu-top-bar-container .sub-menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transition: transform 0.4s ease-in-out;
    transform-origin: 50% 0;
    width: 100%;
    z-index: 2;
}
.menu-top-bar-container .sub-menu li {
    margin: 10px 0px;
}
.menu-top-bar-container .sub-menu li a:before {
    display: none;
}

.header-link a {
    display: inherit;
    margin: 0 20px;
}

.header-link {
    display: flex;
    align-items: center;
}
.note-sidebar {
    font-size: 14px;
    font-style: italic;
    color: #333;
    margin-top: 5px;
}

.box-warning-step {
    background-color: #f4f4f4;
    color: #333;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.box-warning-step p {
    margin-bottom: 0;
    padding-left: 20px;
}
.box-warning-step span {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    width: 100%;
}
.item-list-plan img{
    max-height: 168px;
}
.item-list-plan .col-md-5 {
    text-align: center;
}
.item-list-plan {
    padding: 20px 5px;
    border: 1px solid #333;
    border-radius: 8px;
    margin-top: 25px;
}
.item-list-plan:hover {
    border: 1px solid #c32026;
}

.item-list-plan .title-form-custom  {
    margin-top: 0;
}

.slogen-product {
    margin-bottom: 15px;
}
.title-price-step {
    margin-bottom: 5px;
    font-size: 12px;
}
.box-price-step {
    display: block;
    padding: 3px 15px;
    color: #c32026;
    border: 1px solid #ddd;
    background-color: #fce6ef;
    border-radius: 8px;
}

.action-step2 {
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.action-step2 span {
    background-color: #cc0000;
    color: #fff;
    padding: 8px 20px;
    width: calc(50% - 8px);
    border-radius: 8px;
    margin: 0;
    font-size: 12px;
}

.popup-custom-est .close {
    width: auto;
    display: inline-block;
}

.box-ez-show {
    display: flex;
}

.ez-show-first {
    margin-right: 16px;
    flex: 1;
}
.input-price-ez {
    margin-top: 5px;
}
.input-price-ez input {
    width: 100%;
    padding: 0 10px;
}
.balloon-show-first {
    margin-right: 16px;
}
.balloon-show-first select {
    min-width: 140px;
    padding: 0 10px;
}
.balloon-show-last {
    flex: 1;
}
.cta-disable {
    background-color: #686767 !important;
    pointer-events: none;
}

.item-inline .ip-price {
    position: relative;
}
.item-inline .price-vnd {
    position: absolute;
    width: 35px;
    right: 0;
}
.agency-form.agency-form-custom {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -15px;
}

.place-append .radio-contact-it .contact-it {
    padding-right: 25px;
}
.place-append .form-check {
    padding-left: 10px;
}
.place-append .radio-contact-it .contact-it {
    margin: 7.5px 0;
}
.place-append .radio-contact-it {
    padding: 0 7.5px;
}
.place-append .radio-bg .checkbox {
    width: 25px;
    height: 25px;
}
.place-append .radio-bg .custom-checkbox input:checked ~ .checkbox {
    border: 8px solid #eb0a1e;
}
.custom-btn-search-form {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 13px 0 20px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    margin-left: 0;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    font-weight: 700;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 10%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #dc2b26;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dc2b26;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dc2b26;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.bottom-search-price {
    margin-top: 25px;
}

.title-car-search span {
    border: 1px solid #999;
    padding: 5px 20px;
    border-radius: 12px;
    color: #c32026;
    background: rgba(220, 43, 38, 0.2);
    font-size: 17px;
    display: inline-block;
}
.des-car-search span, p.note-search-price {
    color: #c32026;
    font-size: 15px;
    font-weight: 700;
}
.note-sidebar-step2 {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
}

.sidebar-tab-secondary {
    display: none;
}
.sidebar-tab-active {
    display: block;
}

.page-title-sticky {
    position: sticky;
    top: 90px;
    z-index: 1;
}
.bottom-search-price .slick-prev{
    left: 0px;
}
.bottom-search-price .slick-next{
    right: 0px;
}
.block-info-vay {
    display: flex;
    flex-wrap: wrap;
}
.item-info-vay {
    width: calc(100% / 3);
    margin-bottom: 5px;
    font-size: 14px;
}
.progress1 {
    background: linear-gradient(to right, #dc2b26 0%, #dc2b26 0%, #ddd 0%, #ddd 90%);
    border: none !important;
    border-radius: 8px;
    height: 5px;
    width: 100%;
    padding: 0 !important;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    margin-top: 15px;
}

.progress1::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #434343;
}

.box-update-question.question {
    background-color: #fff;
    color: #333;
}
.box-update-question .question-title .sma-title-border {
    color: #333;
}
.box-update-question .question-title .sma-title-border::after {
    background-color: #333;
}
.update-question .agency-form-bg{
    font-size: 14px;
    line-height: 1.6;
}
.agency-form-bg li{
    margin-bottom: 10px;
    cursor: pointer;
}
.agency-form-bg li:hover {
    color: #eb0a1e;
}
.js-reset-question {
    cursor: pointer;
}
.box-search-question .ip-question{
    flex: 1;
    border: 1px solid #dfdfdf;
    padding: 5px 20px;
    border-radius: 25px;    
}
.box-search-question .btn-apply{
    margin-left: 20px;
    border: 1px solid #eb0a1e;
    border-radius: 25px;
    padding: 7px 30px;
    color: #fff;
    font-size: 14px;
    background: #eb0a1e;
}
.box-search-question {
    width: 100%;
    margin-bottom: 20px;
}
.form-question-new {
    display: flex;
    align-items: center;

}
.update-question {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
.update-question .agency-form{
    padding: 0;
    padding-right: 20px;
    margin: 10px 20px;
}
.update-question .support-question {
    width: 30%;
    background: #f4f7f8;
}
.update-question .question-list {
    width: 70%;
    padding-left: 20px;
    max-height: 85vh;
    height: auto;
    margin-top: 0;
    border: 1px solid #dde6e8;
    padding: 10px 20px;
    overflow: auto;
}
.update-question .accordion-public-1 .btn-link,
.update-question .accordion-public-1 .card-body-des p {
    color: #333;
}
.update-question .contact-form-bg {
    background: transparent;
}
.register-loan-box .ld-form-padding {
    padding: 0 5%;
}
.register-loan-box .support-contact {
    background-color: #fff;
}

.active-faq {
    color: #eb0a1e;
}
.arrow-accordion {
    border: solid black;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: 3px;
}

.accordion-up {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform 0.4s ease-in-out;
}

.btn-link[aria-expanded="true"] .accordion-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.sp-truyen-thong-fleet {
    margin-top: 0;
}

.center-tt.center-tt-fleet {
    top: 23px;
    left: 240px;
}

.left-tt.left-tt-fleet {
    left: 136px;
    top: 23px;
    font-size: 14px;
}

.center-tt.center-tt-fleet span {
    margin-top: 5px;
    color: #212529;
}

.right-tt.right-tt-fleet {
    top: 29px;
    right: 77px;
}
.right-tt.right-tt-fleet span {
    margin-top: 33px;
    color: #eb0a1e;
}
.center-tt.center-tt-fleet span:last-child {
    margin-top: 74px;
}
.right-tt.right-tt-fleet span:last-child {
    margin-top: 99px;
}
.left-pt.left-pt-fleet {
    top: 55px;
    font-size: 13px;
    text-transform: unset;
}
.left-pt.left-pt-fleet span:last-child {
    margin-right: 0;
    color: #212529;
}
.center-pt.center-pt-fleet {
    bottom: 54px;
    position: absolute;
}
.center-pt.center-pt-fleet span {
    border: none;
    padding: 0;
}
.pd-item.pd-item-lofleet {
    margin-bottom: -55px;
}
.fixed-action {
    z-index: 22;
}
.slick-slide img {
    width: 100%;
}
.hinh_mau_xe_ld {
    text-align: center;
}

@media (min-width: 1150px) {
    .sp-truyen-thong .center-tt.center-tt-50-50 {
        left: 130px;
    }
}
@media (min-width: 1025px) {
    .c-nav__sub-menu--box img {
        display: unset;
    }
    .c-nav__sub-menu--box {
        display: flex;
        position: fixed;
        width: 100vw;
        left: 0;
        top: 78px;
        padding-top: 20px;
        height: 290px;
        background-color: #fff;
        justify-content: space-between;
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition: transform 0.4s ease-in-out;
    }
    .js-sub-menu:hover .c-nav__sub-menu--box {
        transform: scaleY(1);
    }
    .c-nav__sub-menu {
        position: relative;
        padding-left: 20%;
        /* column-count: 2; */
    }
    .c-nav__sub-menu .c-nav__sub-menu{
        padding-left: 0;
        column-count: 1;
    }
    .c-nav__sub-menu--box > .c-nav__sub-menu {
        display: flex;
        justify-content: space-around;
    }
    .c-nav__sub-menu--box > .c-nav__sub-menu::before {
        position: absolute;
        content: "";
        right: -99px;
        top: 0;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 100px solid transparent;
        border-top: 271px solid #fff;
    }
    #menu-main ul li ul {
        padding-top: 12px;
        transform-origin: unset;
        position: relative;
        top: unset;
        width: unset;
        left: unset;
        transform: unset;
        flex: 1;
    }
}