.mv-pruduct {
    padding-bottom: 50px;
    overflow: hidden;
}

.mv-pruduct>.ctnr {
    max-width: 900px;
}

.mv-pruduct__ttl {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    font-size: clamp(40px, 10vw, 190px);
    line-height: 240px;
    text-transform: uppercase;
    font-family: "CorpoA", sans-serif;
    font-weight: bold;
    color: #C8C8C8;
    letter-spacing: 15px;
    white-space: nowrap;
    text-align: center;
}

.mv-pruduct__wbtn {
    gap: 20px;
}

.product-news {
    padding: 30px 0;
}

.mv-pruduct__slider {
    margin-bottom: 20px;
}

.sub-24 {
    font-size: 24px;
    line-height: 1.25;
}

.product-overview {
    padding: 30px 0;
}

.product-overview__heading {
    max-width: 900px;
    margin: 0 auto 30px;
}

.product-overview__desc {
    margin-top: 10px;
}

.product-overview__heading-ttl {
    font-size: 36px;
}

.product-overview__price strong {
    font-size: 24px;
}

/* Thông số xe */
.tso-xe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 24px 0 12px;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

.tso-xe-box {
    display: flex;
}

.tso-xe-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-top: 5px;
}

.tso-xe-text * {
    margin-bottom: 5px;
}

.slider-news .slider-news__item {
    margin-right: 30px;
    transition: all .5s;
}

.slider-news__item:not(.slick-current) {
    opacity: .5;
    transform: scale(.93);
}

.slider-news {
    overflow: hidden;
    padding-bottom: 45px;
}

.slider-news .slick-prev {
    left: 20px;
}

.slider-news .slick-next {
    right: 20px;
}

.slider-news__ttl {
    font-size: 18px;
    margin-bottom: 10px;
}

.slider-news .c-btn-01 {
    background: transparent;
    color: black;
    border: 1px solid black;
    margin-top: 10px;
    line-height: 1.3;
}

.slider-news .slick-list {
    margin-right: -30%;
}

.slider-news .slick-dots {
    bottom: 0;
}

.product-block1 {
    padding: 30px 0;
}

.block-tab__list-item {
    background-color: rgba(0, 0, 0, .04);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

.block-tab__list-item.is-active {
    background: white;
    border-top-color: black;
}

.block-tab__panels {
    border-top: 1px solid #ddd;
}

.block-tab__panel {
    padding: 20px;
    background: white;
    display: none;
}

.block-tab__panel.is-active {
    display: block;
}

.c-ttl__02 {
    margin-bottom: 30px
}

.c-ttl__02-small {
    font-size: 14px;
    color: #767676;
    font-weight: 400;
    margin-bottom: 5px;
}

.c-ttl__02-txt {
    border-left: 5px solid red;
    padding-left: 10px;
    font-weight: 400;
}

.info-product {
    gap: 20px 0;
}

.info-product__wrap {
    height: 100%;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.info-product__img {
    position: relative;
    line-height: 0;
    padding-top: calc((178 / 237) * 100%);
    display: block;
}

.info-product__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.info-product__ct {
    padding: 20px;
}

.info-product__ttl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-banner {
    padding: 30px 0;
}

.product-banner__img {
    margin-bottom: 10px;
}

.product-banner__desc {
    margin-bottom: 20px;
}

.product-preference {
    padding: 30px 0;
}

.preference-form {
    background-color: #fff;
    padding: 60px;
    border-radius: 8px;
    max-width: 980px;
    margin: 0 auto;
}

.preference-form__header {
    text-align: center;
    margin-bottom: 40px;
}

.preference-form__title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.preference-form__title-highlight {
    font-weight: 900;
}

.preference-form__description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 1200px;
    margin: 0 auto;
}

/* Form Group Block */
.form-group {
    margin-bottom: 20px;
}

.form-group__label {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-group__required {
    color: #000;
}

.form-group__input {
    width: 100%;
    padding: 9px 16px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fafafa;
    transition: all 0.3s ease;
    color: #333;
}

.form-group__input::placeholder {
    color: #999;
}

.form-group__input:focus {
    outline: none;
    border-color: #000;
    background-color: #fff;
}

.form-group__input:hover {
    border-color: #bbb;
}

/* Button Block */
.submit-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.submit-button__btn {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 33px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.submit-button__btn:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.submit-button__btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.product-column {
    gap: 20px 0;
}

.product-relate .slick-list {
    margin: 0 -10px;
    padding: 10px 0;
}

.product-relate__item {
    padding: 0 10px;
}

.box-product-details .block-tab {
    margin-top: 20px;
}

.product-relate .car-card:hover {
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, .25), 0 0px 8px rgba(0, 0, 0, .1);
}

/* product detail */
#main-product-detail {
    background: white;
}

.box-product-details {
    padding-top: 30px;
}

.product-image {}

.product-image__for-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #eee;
}

.product-image__for-item::before {
    content: "";
    padding-top: 75%;
    display: block;
}

.product-image__for-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-image__nav {
    margin-top: 10px;
}

.product-image__nav-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #eee;
}

.product-image__nav-item::before {
    content: "";
    padding-top: 100%;
    display: block;
}

.product-image__nav-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image__nav {
    /* margin-top: 15px; */
}

.product-image__nav .slick-slide {
    margin: 0 5px;
}

.product-image__nav .slick-list {
    margin: 0 -5px;
}

.product-info__action {
    gap: 10px 15px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

@media(max-width: 992px) {
    .preference-form {
        padding: 20px;
    }

    .preference-form__title {
        font-size: 24px;
    }

    .preference-form__header {
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .slider-news .slick-list {
        margin-right: -30px;
    }
}

@media(max-width: 575px) {
    .tso-xe {
        justify-content: flex-start;
        padding-left: 24px;
    }

    .tso-xe-box {
        margin-bottom: 10px;
    }
}