/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,400;0,600;0,700;0,800;0,900;1,700&display=swap');

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* ============================================
   TikTok Shop - Mobile-Locked Viewport
   ============================================ */

body.tiktokshop-page {
    background-color: #EDF3F8 !important;
}

body.tiktokshop-page #wrapper {
    max-width: 425px !important;
    margin: 0 auto !important;
    background-color: #fff !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    min-height: 100vh;
    overflow-x: hidden;
}

body.tiktokshop-page #main {
    padding: 0 !important;
    margin: 0 !important;
}

body.tiktokshop-page .container,
body.tiktokshop-page .row-inner,
body.tiktokshop-page .section-content {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.tiktokshop-page .row {
    max-width: 100% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

body.tiktokshop-page .col {
    max-width: 100% !important;
    flex-basis: 100% !important;
}

body.tiktokshop-page .section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.tiktokshop-page .page-title {
    display: none !important;
}

/* ============================================
   Slider with Thumbnails (Swiper)
   ============================================ */

.tts-slider-wrap {
    overflow: hidden;
}

.tts-slider-wrap .tts-main-swiper {
    width: 100%;
    position: relative;
}

.tts-slider-wrap .tts-main-swiper img {
    width: 100%;
    height: auto;
    display: block;
}

/* Main slider arrows — exact oxiclean values */
.tts-slider-wrap .tts-main-swiper .swiper-button-next,
.tts-slider-wrap .tts-main-swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
    background: rgba(255,255,255,.2);
    border-radius: 4px;
    color: #fff;
    text-shadow: black 0 0 2px;
}

.tts-slider-wrap .tts-main-swiper .swiper-button-next:hover,
.tts-slider-wrap .tts-main-swiper .swiper-button-prev:hover {
    background: rgba(0,0,0,.5);
}

.tts-slider-wrap .tts-main-swiper .swiper-button-next::after,
.tts-slider-wrap .tts-main-swiper .swiper-button-prev::after {
    font-size: 14px;
}

/* Pagination dots */
.tts-slider-wrap .tts-main-swiper .swiper-pagination-bullet-active {
    background: #FE2C55;
}

/* Thumbnail wrapper with arrows */
.tts-slider-wrap .tts-thumb-swiper {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.tts-slider-wrap .tts-thumb-swiper .swiper-slide {
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.tts-slider-wrap .tts-thumb-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    transition: background 0.3s;
    pointer-events: none;
}

.tts-slider-wrap .tts-thumb-swiper .swiper-slide-thumb-active::after {
    background: transparent;
}

.tts-slider-wrap .tts-thumb-swiper .swiper-slide:hover::after {
    background: rgba(0,0,0,0.3);
}

.tts-slider-wrap .tts-thumb-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Thumbnail prev/next arrows — exact oxiclean values */
.tts-thumb-prev,
.tts-thumb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #fff;
    text-shadow: black 0 0 2px;
    background: rgba(255,255,255,.2);
    border-radius: 4px;
    border: none;
    padding: 0;
}

.tts-thumb-prev { left: 5px; }
.tts-thumb-next { right: 5px; }

.tts-thumb-prev:hover,
.tts-thumb-next:hover {
    background: rgba(0,0,0,.5);
}

.tts-thumb-prev.swiper-button-disabled,
.tts-thumb-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

/* ============================================
   xc-price Block — BEM
   ============================================ */

.xc-price {
    position: relative;
    text-align: center;
    padding: 50px 15px 20px;
    border: 2px solid rgba(112, 0, 2, 0.3);
    border-radius: 20px;
    margin-top: 40px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Neutralize Flatsome wpautop */
.xc-price p { display: contents; margin: 0; padding: 0; }
.xc-price br { display: none; }

.xc-price__header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #9a1a1c 0%, #700002 100%);
    color: #700002;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 14px 20px;
    border-radius: 12px;
    line-height: 1.3;
    width: 90%;
    box-sizing: border-box;
    -webkit-text-stroke: 0.5px #fff;
    text-shadow: 0 0 2px rgba(255,255,255,0.3);
}

.xc-price__highlight {
    color: #f5a623;
    font-size: 22px;
    font-weight: 900;
    -webkit-text-stroke: 0.5px #fff;
}

.xc-price__sub-title {
    color: #700002;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 12px;
    -webkit-text-stroke: 0.5px #fff;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
}

/* Price row: left group | sale price | ribbon */
.xc-price__body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: nowrap;
}

.xc-price__left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    flex-shrink: 0;
}

.xc-price__old {
    color: #700002;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    text-decoration: line-through;
    display: block;
    -webkit-text-stroke: 0.8px #fff;
    text-shadow:
        1px 1px 0 #fff,
        -1px -1px 0 #fff,
        2px 2px 3px rgba(0,0,0,0.15);
}

.xc-price__label {
    color: #700002;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    display: block;
    -webkit-text-stroke: 0.5px #fff;
    text-shadow:
        1px 1px 0 #fff,
        -1px -1px 0 #fff;
}

.xc-price__sale {
    color: #700002;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 36px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    -webkit-text-stroke: 1.5px #fff;
    text-shadow:
        2px 2px 0 #fff,
        -1px -1px 0 #fff,
        3px 3px 5px rgba(0,0,0,0.15);
}

/* Ribbon savings badge — vertical flag */
.xc-price__savings {
    position: relative;
    display: inline-block;
    background: linear-gradient(180deg, #9a1a1c 0%, #700002 100%);
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
    padding: 8px 10px 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 4px 4px 0 0;
    flex-shrink: 0;
    max-width: 70px;
    margin-left: auto;
}

.xc-price__savings::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 100%;
    height: 0;
    border-left: 27.5px solid #700002;
    border-right: 27.5px solid #700002;
    border-bottom: 10px solid transparent;
}

.xc-price__countdown-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.xc-price__countdown-label {
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    line-height: 1.3;
    font-style: italic;
    -webkit-text-stroke: 0.3px rgba(112,0,2,0.3);
}

/* Countdown Loop — [ux_countdown_loop] */
.xc-price__countdown {
    display: inline-flex;
    gap: 8px;
}

.xc-price__countdown-item {
    background: #700002;
    color: #fff;
    border-radius: 10px;
    min-width: 55px;
    padding: 8px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xc-price__countdown-num {
    font-family: 'Baloo Bhaina', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}

.xc-price__countdown-text {
    font-size: 11px;
    display: block;
    margin-top: 2px;
}

/* ============================================
   xc-cong-nghe Block — BEM
   ============================================ */

/* Neutralize Flatsome wpautop */
.xc-cong-nghe p { display: contents; margin: 0; padding: 0; }
.xc-cong-nghe br { display: none; }

.xc-cong-nghe__title {
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 20px;
    -webkit-text-stroke: 1px #700002;
    text-shadow:
        2px 2px 0 rgba(112, 0, 2, 0.4),
        0 0 5px rgba(0,0,0,0.2);
    letter-spacing: 1px;
}

.xc-cong-nghe__sub-title {
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 20px;
    -webkit-text-stroke: 0.5px #700002;
    text-shadow:
        1px 1px 0 rgba(112, 0, 2, 0.3);
    letter-spacing: 0.5px;
}

.xc-cong-nghe__list {
    padding: 15px 20px;
}

.xc-cong-nghe__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xc-cong-nghe__list ul li {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 8px 0 8px 30px;
    position: relative;
    line-height: 1.4;
    margin-left: 0 !important;
}

.xc-cong-nghe__list ul li::before {
    content: '✿';
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 16px;
    color: #8B4513;
}

.xc-cong-nghe__list ul li strong {
    font-weight: 800;
    color: #fff;
}

/* ============================================
   xc-uu-diem Block — BEM
   ============================================ */

/* Row thông tin sản phẩm */
.row-thong-tin .img-inner {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.row-thong-tin .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-thong-tin .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.row-thong-tin .xc-cong-nghe__sub-title {
    text-align: left;
    margin-bottom: 5px;
    font-size: 13px;
    white-space: nowrap;
}

.row-thong-tin .xc-cong-nghe__list {
    padding: 5px 0;
}

.row-thong-tin .xc-cong-nghe__list ul li {
    font-size: 12px;
    padding: 4px 0 4px 25px;
}

.xc-uu-diem__title {
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 20px;
    -webkit-text-stroke: 1px #700002;
    text-shadow:
        2px 2px 0 rgba(112, 0, 2, 0.4),
        0 0 5px rgba(0,0,0,0.2);
    letter-spacing: 1px;
}

/* ============================================
   xc-diem-manh Block
   ============================================ */
.row-diem-manh .box-diem-manh h3 {
    color: #fff !important;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.row-diem-manh .box-diem-manh p {
    color: #fff !important;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 12px;
    opacity: 0.9;
}

/* ============================================
   xc-dat-hang Block — BEM
   ============================================ */
.xc-dat-hang__title {
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 20px;
    -webkit-text-stroke: 1px #700002;
    text-shadow:
        2px 2px 0 rgba(112, 0, 2, 0.4),
        0 0 5px rgba(0,0,0,0.2);
    letter-spacing: 1px;
}

/* Form styling */
.xc-dat-hang__form {
    font-family: 'Be Vietnam Pro', sans-serif;
    padding: 0 10px;
}

.xc-dat-hang__form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
}

.xc-dat-hang__form input[type="text"],
.xc-dat-hang__form input[type="tel"],
.xc-dat-hang__form input[type="email"],
.xc-dat-hang__form select,
.xc-dat-hang__form select.wpcf7-select,
.xc-dat-hang__form .wpcf7-form-control.wpcf7-select {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1.5px solid rgba(112, 0, 2, 0.3) !important;
    border-radius: 10px !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 13px !important;
    background: #fff !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: border-color 0.2s;
    color: #333 !important;
    opacity: 1 !important;
    -webkit-appearance: menulist !important;
    appearance: menulist !important;
    height: auto !important;
    line-height: normal !important;
}
.xc-dat-hang__form textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1.5px solid rgba(112, 0, 2, 0.3) !important;
    border-radius: 10px !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 13px !important;
    background: #fff !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: border-color 0.2s;
}

.xc-dat-hang__form input:focus,
.xc-dat-hang__form select:focus,
.xc-dat-hang__form textarea:focus {
    border-color: #700002 !important;
}

.xc-dat-hang__form .address-row {
    display: flex;
    gap: 6px;
}

.xc-dat-hang__form .address-row p {
    display: contents;
    margin: 0;
}

.xc-dat-hang__form .address-row br {
    display: none;
}

.xc-dat-hang__form .address-row .wpcf7-form-control-wrap {
    flex: 1;
    margin-bottom: 0;
}

.xc-dat-hang__form .address-row select {
    flex: 1;
}

.xc-dat-hang__form .xc-dat-hang__products-label {
    font-size: 13px;
    font-weight: 700;
    color: #700002;
    margin-bottom: 0;
    display: block;
    background: #fff;
    padding: 10px 14px 0;
    border-radius: 10px 10px 0 0;
}

.xc-dat-hang__form .wpcf7-checkbox {
    background: #fff;
    padding: 6px 14px 10px;
    border-radius: 0 0 10px 10px;
    display: block;
}

.xc-dat-hang__form .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 4px 0;
    font-size: 13px;
    color: #700002;
}

.xc-dat-hang__form .xc-dat-hang__note {
    font-size: 11px;
    color: #700002;
    font-style: italic;
    text-align: center;
    margin: 10px 0;
    line-height: 1.4;
    background: #fff;
    border-radius: 10px;
    padding: 10px 14px;
}

.xc-dat-hang__form input[type="submit"] {
    width: 100% !important;
    padding: 14px !important;
    background: #700002 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    letter-spacing: 1px !important;
    transition: background 0.2s !important;
}

.xc-dat-hang__form input[type="submit"]:hover {
    background: #9a1a1c !important;
}

/* ============================================
   xc-footer Block — BEM
   ============================================ */

/* Neutralize Flatsome wpautop */
.xc-footer p { display: contents; margin: 0; padding: 0; }
.xc-footer br { display: none; }

.xc-footer {
    background: #550001;
    color: #d9d4d4;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding: 20px 15px;
    margin-top: 20px;
}

.xc-footer__title {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.xc-footer__company-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.xc-footer__company-list li {
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 0;
    margin-left: 0 !important;
}

.xc-footer__company-list li strong {
    color: #fff;
}

.xc-footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.xc-footer__social a img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 6px;
    transition: transform 0.2s;
}

.xc-footer__social a img:hover {
    transform: scale(1.15);
}

.xc-footer__gov {
    text-align: center;
}

.xc-footer__gov img {
    max-width: 130px;
    height: auto;
}

@media (max-width: 425px) {
    body.tiktokshop-page {
        background-color: #fff !important;
    }
    body.tiktokshop-page #wrapper {
        box-shadow: none;
        max-width: 100% !important;
    }
}

/* Force columns side-by-side on tiktokshop page — all ratios */
body.tiktokshop-page .row .col.large-1 { max-width: 8.333% !important; flex-basis: 8.333% !important; }
body.tiktokshop-page .row .col.large-2 { max-width: 16.666% !important; flex-basis: 16.666% !important; }
body.tiktokshop-page .row .col.large-3 { max-width: 25% !important; flex-basis: 25% !important; }
body.tiktokshop-page .row .col.large-4 { max-width: 33.333% !important; flex-basis: 33.333% !important; }
body.tiktokshop-page .row .col.large-5 { max-width: 41.666% !important; flex-basis: 41.666% !important; }
body.tiktokshop-page .row .col.large-6 { max-width: 50% !important; flex-basis: 50% !important; }
body.tiktokshop-page .row .col.large-7 { max-width: 58.333% !important; flex-basis: 58.333% !important; }
body.tiktokshop-page .row .col.large-8 { max-width: 66.666% !important; flex-basis: 66.666% !important; }
body.tiktokshop-page .row .col.large-9 { max-width: 75% !important; flex-basis: 75% !important; }
body.tiktokshop-page .row .col.large-10 { max-width: 83.333% !important; flex-basis: 83.333% !important; }
body.tiktokshop-page .row .col.large-11 { max-width: 91.666% !important; flex-basis: 91.666% !important; }
body.tiktokshop-page .row .col.large-12 { max-width: 100% !important; flex-basis: 100% !important; }

/* ============================================
   xc-float-contact — Fixed floating contact
   ============================================ */
.xc-float-contact {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.xc-float-contact__item {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.2s;
    cursor: pointer;
}

.xc-float-contact__item:hover {
    transform: scale(1.15);
}

.xc-float-contact__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

body.tiktokshop-page .xc-float-contact {
    right: calc((100% - 420px) / 2 + 8px);
}

/* ============================================
   xc-float-cta — Fixed CTA "Mua ngay"
   ============================================ */
.xc-float-cta {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: inline-block;
    padding: 14px 40px;
    background: rgb(112, 0, 2);
    color: rgb(112, 0, 2);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    border: 2px solid #f5a623;
    border-radius: 50px;
    cursor: pointer;
    -webkit-text-stroke: 1px #fff;
    text-shadow:
        1px 1px 0 #fff,
        -1px -1px 0 #fff,
        0 0 6px rgba(255,255,255,0.5);
    box-shadow:
        0 4px 15px rgba(112, 0, 2, 0.4),
        0 0 0 0 rgba(112, 0, 2, 0.5);
    animation: xc-pulse 1.8s ease-in-out infinite;
}

.xc-float-cta:hover {
    background: #9a1a1c;
    color: #9a1a1c;
    animation: none;
    transform: translateX(-50%) scale(1.08);
}

.xc-float-cta:link,
.xc-float-cta:visited {
    color: rgb(112, 0, 2);
}

@keyframes xc-pulse {
    0%   { transform: translateX(-50%) scale(1);    box-shadow: 0 4px 15px rgba(112,0,2,0.4), 0 0 0 0 rgba(112,0,2,0.5); }
    50%  { transform: translateX(-50%) scale(1.1);  box-shadow: 0 6px 25px rgba(112,0,2,0.5), 0 0 0 12px rgba(112,0,2,0); }
    100% { transform: translateX(-50%) scale(1);    box-shadow: 0 4px 15px rgba(112,0,2,0.4), 0 0 0 0 rgba(112,0,2,0); }
}

/* ============================================
   box-hoa-giai — Icon boxes with lotus icon
   ============================================ */
.box-hoa-giai {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    padding: 6px 10px !important;
    text-align: center;
}

.box-hoa-giai::before {
    content: '';
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 8c-2 6-6 12-6 18s4 10 6 12c2-2 6-6 6-12s-4-12-6-18z' fill='rgba(255,255,255,0.9)'/%3E%3Cpath d='M32 38c-4-2-14-6-20-4 4 6 12 10 20 10s16-4 20-10c-6-2-16 2-20 4z' fill='rgba(255,255,255,0.85)'/%3E%3Cpath d='M12 34c-6-2-10 0-10 0s2 8 10 12c-2-4-2-8 0-12z' fill='rgba(255,255,255,0.7)'/%3E%3Cpath d='M52 34c6-2 10 0 10 0s-2 8-10 12c2-4 2-8 0-12z' fill='rgba(255,255,255,0.7)'/%3E%3Cpath d='M20 30c-4-8-10-10-10-10s-2 8 4 14c0-2 2-4 6-4z' fill='rgba(255,255,255,0.6)'/%3E%3Cpath d='M44 30c4-8 10-10 10-10s2 8-4 14c0-2-2-4-6-4z' fill='rgba(255,255,255,0.6)'/%3E%3Cellipse cx='32' cy='48' rx='3' ry='6' fill='rgba(255,255,255,0.5)'/%3E%3C/svg%3E") center / contain no-repeat;
}

.box-hoa-giai .icon-box-text p {
    color: #fff !important;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

/* ============================================
   box-khoi-nguon — Image boxes with rounded corners
   ============================================ */
.box-khoi-nguon .box-image img {
    border-radius: 12px;
}

.box-khoi-nguon .box-text p {
    color: #fff !important;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
}