.parameter-block .container .parameter-content {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 0;
    width: 100%;
}

.parameter-block .container .parameter-header {
    margin-bottom: 16px;
}

.parameter-block .container .parameter-header img {

    max-width: 100%;
}

.parameter-block .container .parameter-content .parameter-list,
.parameter-block .container .parameter-content-desc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-content: space-between;
    width: 100%;
}

.parameter-block .container .parameter-content .parameter-list .parameter-item,
.parameter-block .container .parameter-content-desc .parameter-item {
    color: #3c3c3c;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    width: 100%;
}

.parameter-block .container .parameter-content .parameter-list .parameter-item span,
.parameter-block .container .parameter-content-desc .parameter-item span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.parameter-item label {
    font-weight: 400;
    font-size: 14px;
}

.parameter-block .container .parameter-content hr {
    border-top: 1px solid #84a3b6;
    margin: 0;
    width: 100%;
    opacity: 1;
}

.parameter-block .container .parameter-footer {
    display: flex;
    gap: 12px;
    justify-content: center;
    text-align: center;
}

.parameter-block .container .parameter-footer a {
    align-items: center;
    border-radius: 0;
    display: flex;
    flex: 1;
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    line-height: 15.06px;
    max-width: 204px;
    text-transform: uppercase;
}

.parameter-block .container .parameter-footer a {
    align-items: center;
    border-radius: 0;
    display: flex;
    flex: 1;
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    line-height: 15.06px;
    max-width: 204px;
    text-transform: uppercase;
}

.parameter-block .container .parameter-footer a#btn-brochure {
    background: #fff;
    border-color: #1464f4;
    border-radius: 3px;
    color: #1464f4;
    opacity: 1;
    text-decoration: none !important;
    border: solid 1px #1464f4;
}

.parameter-block .container .parameter-footer a.btn-datcoc {
    background-color: #1464f4;
    background-image: linear-gradient(90deg, #1464f4 0, #3062ec);
    border: 0;
    color: #fff;
}

.parameter-block .container .parameter-note .parameter-note-list {
    padding-left: 20px;
}

.car-price {
    margin-top: 20px;

}

.car-price span.text {
    font-weight: 400;
}

.car-price span bdi {
    color: #ed1c24;
}

.car-description h2.box-title {
    position: relative;
    padding-left: 50px;
}

.car-description h2.box-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    content: "\f1b9";
    font-family: fontawesome;
    font-size: 18px;
    padding: 7px 10px;
    background: #e60113;
    color: #fff;
}

.car-description h2.box-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    background: #e60113;
}

.product-khuyenmainoibat-content {
    padding: 5px 0px;
    margin-bottom: 20px;

}

.product-khuyenmainoibat-content ul {
    list-style: none;
    margin-left: 20px;
    padding-left: 0;
}

.product-khuyenmainoibat-content ul li {
    position: relative;
    padding-left: 20px;
}

.product-khuyenmainoibat-content ul li:before {
    content: "\f06b";
    position: absolute;
    height: 20px;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 20px;
    width: 20px;
    left: -13px;
    top: 4px;
    color: #D0081D;
}

#contact_form_pop {
    text-align: center;
    max-width: 700px;
}

#contact_form_pop .box-head {
    text-align: center;
    margin-bottom: 10px;
}

#contact_form_pop .box-head p {
    font-style: italic;
}

#contact_form_pop .btn-calnow {
    background-color: #e60113 !important;
}

/* 09/06/2025 */
.pb_header {
    display: flex;
    gap: 30px;
}

.pb_box {
    border: 1px solid #8a8a8a;
    padding: 30px;
    width: 100%;
}

.infomation-wrap {
    margin-top: 40px;
}

.infomation-wrap .page-title {
    margin-bottom: 30px;
}

.infomation-wrap .product-price {
    font-size: 28px;
    font-weight: 500;
}

.infomation-wrap .product-price .currency {
    font-size: 16px;
    font-weight: 500;
}
.product-compair{
    margin-bottom: 50px;
}
.product-compair table {
    /* border: 1px solid #dcdcdc; */
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08), inset 0 0 0 1px rgba(255, 255, 255, .5);
}

.product-compair table tr th {
    background: #f6f6f6;
    color: #000;

    /* border-width: 1px 1px 1px 1px; */
    /* border-style: solid; */
    /* border-color: #dcdcdc; */
}

.product-compair table tr th:not(:last-child),
.tkt-slctr-tbl-wrap-dv table th {
    /* border-width: 1px 1px 0 0; */
    /* border-style: solid; */
    /* border-color: #dcdcdc; */
    padding: 20px;
    text-align: left;
    color: #000;

}

.product-compair tr td,
.tkt-slctr-tbl-wrap-dv tr td {
    /* border: 1px solid #dcdcdc; */

    padding: 15px 20px;
    color: #000;
    font-size: 16px;
}

.product-compair tr td:not(:last-child) {
    /* border-width: 1px 1px 0 0;
        border-style: solid; */
    /* border-color: #dcdcdc; */
}

.product-compair tr:nth-child(even),
.tkt-slctr-tbl-wrap-dv tr:nth-child(even) {
    background: #f6f6f6;
}

@media screen and (max-width:600px) {

    .parameter-block .container .parameter-content .parameter-list,
    .parameter-block .container .parameter-content-desc {
        grid-template-columns: repeat(2, 1fr);
    }

    .parameter-block .container .parameter-content .parameter-list .parameter-item span,
    .parameter-block .container .parameter-content-desc .parameter-item span {
        font-size: 16px;
    }
    .pb_header{
        flex-direction: column;
    }
}