/*** End ****/

.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

span.price-from {
    display: none;
}

.processing {
    opacity: 0.5 !important;
    position: relative;
    pointer-events: none !important;
}

.processing::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.hide-sitename {
    visibility: hidden;
    height: 0;
    width: 0;
}

#wp-admin-bar-wp-logo img {
    max-width: 100%;
    height: 100%;
}

.mona-empty {
    color: white;
}

.ez-toc-debug-messages {
    display: none;
}

.breadcrumb .breadcrumb-list .breadcrumb-item {
    text-transform: uppercase;
}

.policy_title {
    color: var(--color-pri);
}

.wpcf7-not-valid-tip {
    top: 4rem;
}

.wpcf7-submit.has-spinner {
    display: none;
}

.pd-item_img {
    /* background-color: unset; */
}

.btn:hover {
    color: #fff;
}

@media screen and (max-width: 767.98px) {
    .hm-oem_banner-content {
        align-items: center;
    }

    .hm-oem_banner-content .hm-oem_banner-desc,
    .hm-oem_banner-content .hm-oem_banner-title {
        text-align: center;
    }

}

.certi-outcome_desc {
    text-align: center;
}

.pd-related_item img {
    object-fit: cover !important;
}

.ws-info_item.ws-info_item--empty-thumb {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    gap: 0;
    min-width: 6.5rem;
    padding: 0.75rem 0.85rem 0.65rem;
    border: 1px solid rgba(43, 55, 137, 0.12);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 0 rgba(43, 55, 137, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ws-info_item.ws-info_item--empty-thumb:hover {
    border-color: rgba(43, 55, 137, 0.2);
    box-shadow: 0 2px 8px rgba(43, 55, 137, 0.06);
    background: rgba(43, 55, 137, 0.02);
}

.ws-info_item.ws-info_item--empty-thumb .ws-info_item-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    row-gap: 0.35rem;
}

.ws-info_item.ws-info_item--empty-thumb .ws-info_item-media img {
    display: block;
    flex-shrink: 0;
    margin: 0 auto;
    max-width: 52%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ws-info_item.ws-info_item--empty-thumb .ws-info_item-temp-note {
    display: block;
    margin: 0;
    padding: 0 0.125rem;
    width: 100%;
    max-width: 7.5rem;
    font-size: 0.625rem;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(43, 55, 137, 0.38);
    text-align: center;
}

/* Header: chọn catalogue — 2 nút btn-third cân bằng, căn giữa */
.popup-catalogue-pick .popup-download_inner {
    padding: 2rem 2.4rem;
}

.popup-catalogue-pick_title {
    margin: 0 0 0.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.popup-catalogue-pick_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1rem 1.2rem;
    margin-top: 2rem;
}

.popup-catalogue-pick_list .btn {
    flex: 1 1 12rem;
    max-width: 20rem;
    min-width: 0;
    justify-content: center;
}

body.single-product .table-resp {
    tr:has(td[rowspan="2"])+tr>td {
        background-color: transparent !important;
        color: var(--color-text-2) !important;
        font-weight: 400 !important;
    }
}

body.archive .ws-info_item {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-radius: unset;
    overflow: unset;
    aspect-ratio: unset;
}

body.archive .ws-info_item h3 {
    color: var(--color-text);
    font-family: var(--font-heading);
    font-weight: 800;
    line-height: 133.333%;
    margin-bottom: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.666em;
    text-align: center;
    align-content: center;
}

body.archive .ws-info_item img {
    border-radius: var(--radius-l);
}

.rmk-homeabus video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.archive .ws-info_inner {
    flex-direction: column;
}

body.archive .ws-info_inner .ws-info_right,
body.archive .ws-info_inner .ws-info_left {
    width: 100%;
}

body.archive .ws-info_inner .ws-info_right .ws-info_list {
    max-width: 100%;
    margin-left: unset;
    --num: 4;
    --cg: 3.2rem;
    --rg: 4rem;
}

@media screen and (max-width: 991.98px) {
    body.archive .ws-info_inner .ws-info_right .ws-info_list {
        --cg: 1.6rem;
        --rg: 2.4rem;
        --num: 3;
    }
}

@media screen and (max-width: 767.98px) {
    body.archive .ws-info_inner .ws-info_right .ws-info_list {
        --num: 2;
    }
}

.homepage .ic_play,
.homepage .ic_play::before,
.homepage .ic_play::after {
    display: none;
}

.l-headline_list {
    --num: 4.6;
}

@media screen and (max-width: 991.98px) {
    .l-headline_list {
        --num: 2;
    }
}