/* =========================================================
   PRIVACY POLICY - HERO
   FULL WIDTH
========================================================= */


/* =========================================================
   1. SECTION FULL WIDTH
========================================================= */

section.section.privacy-policy-hero {
    position: relative !important;

    width: 100vw !important;
    max-width: 100vw !important;

    left: 50% !important;

    margin-left: -50vw !important;
    margin-right: -50vw !important;

    padding: 0 !important;

    background:
        linear-gradient(
            135deg,
            #fffdfb 0%,
            #fbf6f5 48%,
            #f8eff1 100%
        ) !important;

    border-bottom: 1px solid #eadfe1;

    overflow: hidden !important;
}


/* tránh thanh cuộn ngang */

html,
body {
    overflow-x: hidden;
}


/* =========================================================
   2. BACKGROUND
========================================================= */

.privacy-policy-hero > .section-bg {
    width: 100% !important;
    max-width: none !important;

    left: 0 !important;
    right: 0 !important;

    background:
        radial-gradient(
            circle at 14% 38%,
            rgba(123, 17, 40, .08) 0%,
            rgba(123, 17, 40, .03) 28%,
            transparent 55%
        ),
        radial-gradient(
            circle at 88% 30%,
            rgba(200, 162, 75, .10) 0%,
            rgba(200, 162, 75, .03) 30%,
            transparent 55%
        ) !important;
}


/* =========================================================
   3. ĐIỂM NHẤN GOLD PHÍA TRÊN
========================================================= */

section.section.privacy-policy-hero::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    z-index: 4;

    width: 90px;
    height: 3px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b,
            #7b1128
        );

    border-radius: 0 0 4px 4px;
}


/* =========================================================
   4. SECTION CONTENT
========================================================= */

.privacy-policy-hero > .section-content {
    position: relative !important;
    z-index: 2 !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    padding: 62px 15px 58px !important;
}


/* =========================================================
   5. ROW - GIỮ NỘI DUNG CĂN GIỮA
========================================================= */

.privacy-policy-hero
> .section-content
> .privacy-policy-hero-row {
    width: min(calc(100% - 30px), 1230px) !important;
    max-width: 1230px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* reset khoảng trống Flatsome */

.privacy-policy-hero
.privacy-policy-hero-row
> .col {
    padding-bottom: 0 !important;
}


.privacy-policy-hero
.privacy-policy-hero-row
> .col
> .col-inner {
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   6. HERO CONTENT
========================================================= */

.privacy-policy-hero-content {
    width: 100%;
    max-width: 820px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================================
   7. BREADCRUMB
========================================================= */

.privacy-policy-breadcrumb {
    margin: 0 0 12px;

    color: #9a7b42;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* =========================================================
   8. TITLE
========================================================= */

.privacy-policy-hero-content h1 {
    margin: 0 !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: clamp(32px, 3vw, 42px) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;

    letter-spacing: -.4px !important;

    text-transform: none !important;
}


/* =========================================================
   9. DECOR
========================================================= */

.privacy-policy-decor {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    width: 180px;

    margin: 15px auto 14px;

    color: #c8a24b;

    font-size: 15px;
    line-height: 1;
}


.privacy-policy-decor::before,
.privacy-policy-decor::after {
    content: "";

    display: block;

    width: 58px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24b
        );
}


.privacy-policy-decor::after {
    background:
        linear-gradient(
            90deg,
            #c8a24b,
            transparent
        );
}


/* =========================================================
   10. DESCRIPTION
========================================================= */

.privacy-policy-hero-content > p {
    max-width: 680px;

    margin: 0 auto !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 849px) {

    .privacy-policy-hero > .section-content {
        padding: 50px 18px 46px !important;
    }


    .privacy-policy-hero
    > .section-content
    > .privacy-policy-hero-row {
        width: calc(100% - 24px) !important;
    }


    .privacy-policy-hero-content h1 {
        font-size: 32px !important;
    }


    .privacy-policy-hero-content > p {
        font-size: 14px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {

    .privacy-policy-hero > .section-content {
        padding: 40px 15px 36px !important;
    }


    .privacy-policy-hero
    > .section-content
    > .privacy-policy-hero-row {
        width: calc(100% - 20px) !important;
    }


    .privacy-policy-breadcrumb {
        margin-bottom: 9px;

        font-size: 9.5px;
        letter-spacing: .7px;
    }


    .privacy-policy-hero-content h1 {
        font-size: 27px !important;
        line-height: 1.2 !important;
    }


    .privacy-policy-decor {
        width: 145px;

        margin-top: 12px;
        margin-bottom: 11px;
    }


    .privacy-policy-decor::before,
    .privacy-policy-decor::after {
        width: 45px;
    }


    .privacy-policy-hero-content > p {
        max-width: 350px;

        font-size: 13px !important;
        line-height: 1.6 !important;
    }

}

/* =========================================================
   PRIVACY POLICY - OVERVIEW
========================================================= */


/* =========================================================
   1. SECTION
========================================================= */

section.section.privacy-policy-overview {
    position: relative !important;

    margin: 0 !important;

    padding-top: 56px !important;
    padding-bottom: 56px !important;

    background: #ffffff !important;

    overflow: hidden;
}


/* background trang trí rất nhẹ */

.privacy-policy-overview > .section-bg {
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(123, 17, 40, .035) 0%,
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(200, 162, 75, .045) 0%,
            transparent 30%
        ) !important;
}


/* =========================================================
   2. CONTAINER
========================================================= */

.privacy-policy-overview
> .section-content
> .privacy-policy-container {
    width: min(calc(100% - 30px), 1180px) !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* reset Flatsome */

.privacy-policy-overview
> .section-content
> .privacy-policy-container
> .col {
    padding-bottom: 0 !important;
}


.privacy-policy-overview
> .section-content
> .privacy-policy-container
> .col
> .col-inner {
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   3. CONTENT
========================================================= */

.privacy-policy-overview-content {
    width: 100%;
}


/* =========================================================
   4. HEADING
========================================================= */

.privacy-policy-overview .privacy-policy-heading {
    width: 100%;
    max-width: 780px;

    margin: 0 auto 34px;

    text-align: center;
}


.privacy-policy-overview .privacy-policy-heading-title {
    margin: 0 !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   5. DECOR
========================================================= */

.privacy-policy-overview .privacy-policy-heading-decor {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    width: 170px;

    margin: 12px auto;

    color: #c8a24b;

    font-size: 13px;
    line-height: 1;
}


.privacy-policy-overview
.privacy-policy-heading-decor::before,
.privacy-policy-overview
.privacy-policy-heading-decor::after {
    content: "";

    width: 54px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24b
        );
}


.privacy-policy-overview
.privacy-policy-heading-decor::after {
    background:
        linear-gradient(
            90deg,
            #c8a24b,
            transparent
        );
}


/* =========================================================
   6. INTRO
========================================================= */

.privacy-policy-overview .privacy-policy-intro {
    max-width: 700px;

    margin: 0 auto !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   7. GRID 3 CARD
========================================================= */

.privacy-policy-summary-grid {
    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap: 20px;

    width: 100%;
}


/* =========================================================
   8. CARD
========================================================= */

.privacy-summary-card {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-height: 230px;

    padding: 29px 24px 27px;

    text-align: center;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fcfaf9 100%
        );

    border: 1px solid #eadfe1;
    border-radius: 10px;

    box-shadow:
        0 4px 16px rgba(71, 20, 32, .05);

    overflow: hidden;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}


/* thanh nhấn phía trên */

.privacy-summary-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 56px;
    height: 3px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    border-radius: 0 0 4px 4px;
}


/* hover */

.privacy-summary-card:hover {
    transform: translateY(-4px);

    border-color: rgba(123, 17, 40, .28);

    box-shadow:
        0 10px 24px rgba(71, 20, 32, .09);
}


/* =========================================================
   9. ICON
========================================================= */

.privacy-summary-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 60px;

    margin: 0 0 17px;

    background:
        linear-gradient(
            135deg,
            #fffaf0 0%,
            #f6e8c3 100%
        );

    border: 1px solid rgba(200, 162, 75, .48);
    border-radius: 50%;

    box-shadow:
        0 4px 12px rgba(173, 130, 35, .07);
}


.privacy-summary-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #b58926;
    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        stroke .22s ease,
        transform .22s ease;
}


.privacy-summary-card:hover
.privacy-summary-icon svg {
    stroke: #7b1128;

    transform: scale(1.06);
}


/* =========================================================
   10. TITLE CARD
========================================================= */

.privacy-summary-title {
    margin: 0 0 9px !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   11. TEXT CARD
========================================================= */

.privacy-summary-text {
    max-width: 300px;

    margin: 0 auto !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   12. ICON HOVER
========================================================= */

.privacy-summary-card:hover
.privacy-summary-icon {
    background:
        linear-gradient(
            135deg,
            #fff8e8 0%,
            #f3dfaa 100%
        );

    border-color: rgba(123, 17, 40, .20);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 849px) {

    section.section.privacy-policy-overview {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }


    .privacy-policy-overview
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 24px) !important;
    }


    .privacy-policy-overview .privacy-policy-heading {
        margin-bottom: 28px;
    }


    .privacy-policy-overview
    .privacy-policy-heading-title {
        font-size: 24px !important;
    }


    .privacy-policy-summary-grid {
        gap: 14px;
    }


    .privacy-summary-card {
        min-height: 220px;

        padding: 25px 18px 23px;
    }


    .privacy-summary-icon {
        width: 54px;
        height: 54px;

        margin-bottom: 14px;
    }


    .privacy-summary-icon svg {
        width: 26px;
        height: 26px;
    }


    .privacy-summary-title {
        font-size: 16px !important;
    }


    .privacy-summary-text {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {

    section.section.privacy-policy-overview {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }


    .privacy-policy-overview
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 20px) !important;
    }


    .privacy-policy-overview .privacy-policy-heading {
        margin-bottom: 22px;
    }


    .privacy-policy-overview
    .privacy-policy-heading-title {
        font-size: 22px !important;
    }


    .privacy-policy-overview .privacy-policy-intro {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    .privacy-policy-summary-grid {
        grid-template-columns: 1fr !important;

        gap: 12px;
    }


    .privacy-summary-card {
        min-height: 0;

        padding: 22px 18px;
    }


    .privacy-summary-icon {
        width: 52px;
        height: 52px;

        margin-bottom: 13px;
    }


    .privacy-summary-icon svg {
        width: 25px;
        height: 25px;
    }


    .privacy-summary-title {
        margin-bottom: 7px !important;

        font-size: 16px !important;
    }


    .privacy-summary-text {
        max-width: 340px;

        font-size: 13px !important;
        line-height: 1.6 !important;
    }

}

/* =========================================================
   PRIVACY POLICY - COLLECTION
========================================================= */


/* =========================================================
   1. SECTION
========================================================= */

section.section.privacy-policy-collection {
    position: relative !important;

    margin: 0 !important;

    padding-top: 56px !important;
    padding-bottom: 56px !important;

    background:
        linear-gradient(
            180deg,
            #faf8f5 0%,
            #fffdfb 100%
        ) !important;

    overflow: hidden;
}


/* background trang trí nhẹ */

.privacy-policy-collection > .section-bg {
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(123, 17, 40, .045) 0%,
            transparent 32%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(200, 162, 75, .055) 0%,
            transparent 30%
        ) !important;
}


/* =========================================================
   2. CONTAINER
========================================================= */

.privacy-policy-collection
> .section-content
> .privacy-policy-container {
    width: min(calc(100% - 30px), 1180px) !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* reset Flatsome */

.privacy-policy-collection
> .section-content
> .privacy-policy-container
> .col {
    padding-bottom: 0 !important;
}


.privacy-policy-collection
> .section-content
> .privacy-policy-container
> .col
> .col-inner {
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   3. CONTENT
========================================================= */

.privacy-policy-collection-content {
    width: 100%;
}


/* =========================================================
   4. HEADING
========================================================= */

.privacy-policy-collection .privacy-policy-heading {
    width: 100%;
    max-width: 780px;

    margin: 0 auto 36px;

    text-align: center;
}


.privacy-policy-collection .privacy-policy-heading-title {
    margin: 0 !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   5. DECOR
========================================================= */

.privacy-policy-collection .privacy-policy-heading-decor {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    width: 170px;

    margin: 12px auto;

    color: #c8a24b;

    font-size: 13px;
    line-height: 1;
}


.privacy-policy-collection
.privacy-policy-heading-decor::before,
.privacy-policy-collection
.privacy-policy-heading-decor::after {
    content: "";

    width: 54px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24b
        );
}


.privacy-policy-collection
.privacy-policy-heading-decor::after {
    background:
        linear-gradient(
            90deg,
            #c8a24b,
            transparent
        );
}


/* =========================================================
   6. INTRO
========================================================= */

.privacy-policy-collection .privacy-policy-intro {
    max-width: 700px;

    margin: 0 auto !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   7. COLLECTION LIST
========================================================= */

.privacy-collection-list {
    display: flex;
    flex-direction: column;

    gap: 16px;

    width: 100%;
}


/* =========================================================
   8. COLLECTION ITEM
========================================================= */

.privacy-collection-item {
    position: relative;

    display: grid;

    grid-template-columns:
        92px
        minmax(0, 1fr);

    width: 100%;

    background: #ffffff;

    border: 1px solid #eadfe1;
    border-radius: 10px;

    box-shadow:
        0 3px 14px rgba(71, 20, 32, .045);

    overflow: hidden;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}


/* thanh nhấn phía trên */

.privacy-collection-item::before {
    content: "";

    position: absolute;

    top: 0;
    left: 92px;

    width: 56px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    border-radius: 0 0 4px 4px;
}


/* hover */

.privacy-collection-item:hover {
    transform: translateY(-2px);

    border-color: rgba(123, 17, 40, .25);

    box-shadow:
        0 8px 22px rgba(71, 20, 32, .075);
}


/* =========================================================
   9. NUMBER
========================================================= */

.privacy-collection-number {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding-top: 28px;

    color: #7b1128;

    background:
        linear-gradient(
            180deg,
            #fbf5f5 0%,
            #fffafa 100%
        );

    border-right: 1px solid #eadfe1;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 27px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: -1px;

    transition:
        color .22s ease,
        background .22s ease;
}


.privacy-collection-item:hover
.privacy-collection-number {
    color: #a77a1f;

    background:
        linear-gradient(
            180deg,
            #fff9ec 0%,
            #fffdf7 100%
        );
}


/* =========================================================
   10. CONTENT
========================================================= */

.privacy-collection-content {
    min-width: 0;

    padding: 26px 30px 28px;
}


/* =========================================================
   11. TITLE
========================================================= */

.privacy-collection-title {
    margin: 0 0 8px !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   12. TEXT
========================================================= */

.privacy-collection-text {
    margin: 0 0 14px !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   13. DETAIL LIST
========================================================= */

.privacy-collection-detail-list {
    display: grid;

    gap: 8px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.privacy-collection-detail-list li {
    position: relative;

    margin: 0 !important;

    padding: 0 0 0 21px !important;

    color: #444;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}


/* dấu check gold */

.privacy-collection-detail-list li::before {
    content: "✓";

    position: absolute;

    top: 0;
    left: 0;

    color: #b58926;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   14. ACCENT DƯỚI ITEM
========================================================= */

.privacy-collection-item::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    transition: width .22s ease;
}


.privacy-collection-item:hover::after {
    width: 30%;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 849px) {

    section.section.privacy-policy-collection {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }


    .privacy-policy-collection
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 24px) !important;
    }


    .privacy-policy-collection .privacy-policy-heading {
        margin-bottom: 28px;
    }


    .privacy-policy-collection
    .privacy-policy-heading-title {
        font-size: 24px !important;
    }


    .privacy-collection-item {
        grid-template-columns:
            78px
            minmax(0, 1fr);
    }


    .privacy-collection-item::before {
        left: 78px;
    }


    .privacy-collection-number {
        padding-top: 25px;

        font-size: 24px;
    }


    .privacy-collection-content {
        padding: 23px 24px 25px;
    }


    .privacy-collection-title {
        font-size: 17px !important;
    }


    .privacy-collection-text,
    .privacy-collection-detail-list li {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {

    section.section.privacy-policy-collection {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }


    .privacy-policy-collection
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 20px) !important;
    }


    .privacy-policy-collection .privacy-policy-heading {
        margin-bottom: 22px;
    }


    .privacy-policy-collection
    .privacy-policy-heading-title {
        font-size: 22px !important;
    }


    .privacy-policy-collection
    .privacy-policy-intro {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    .privacy-collection-list {
        gap: 12px;
    }


    /* card chuyển block */

    .privacy-collection-item {
        display: block;

        border-radius: 8px;
    }


    /* line trên full card */

    .privacy-collection-item::before {
        top: 0;
        left: 0;

        width: 100%;
        height: 2px;

        border-radius: 0;
    }


    /* số thành badge */

    .privacy-collection-number {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: auto;

        margin: 18px 0 0 18px;

        padding: 7px 10px;

        background: #fbf3f4;

        border: 1px solid #eadfe1;
        border-radius: 5px;

        font-size: 17px;
        letter-spacing: 0;
    }


    .privacy-collection-content {
        padding: 14px 18px 20px;
    }


    .privacy-collection-title {
        margin-bottom: 7px !important;

        font-size: 16px !important;
    }


    .privacy-collection-text {
        margin-bottom: 12px !important;

        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    .privacy-collection-detail-list {
        gap: 7px;
    }


    .privacy-collection-detail-list li {
        padding-left: 19px !important;

        font-size: 13px !important;
        line-height: 1.55;
    }

}

/* =========================================================
   PRIVACY POLICY - PURPOSE
========================================================= */


/* =========================================================
   1. SECTION
========================================================= */

section.section.privacy-policy-purpose {
    position: relative !important;

    margin: 0 !important;

    padding-top: 56px !important;
    padding-bottom: 56px !important;

    background: #ffffff !important;

    overflow: hidden;
}


/* background trang trí nhẹ */

.privacy-policy-purpose > .section-bg {
    background:
        radial-gradient(
            circle at 10% 18%,
            rgba(123, 17, 40, .03) 0%,
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 82%,
            rgba(200, 162, 75, .045) 0%,
            transparent 30%
        ) !important;
}


/* =========================================================
   2. CONTAINER
========================================================= */

.privacy-policy-purpose
> .section-content
> .privacy-policy-container {
    width: min(calc(100% - 30px), 1180px) !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* reset Flatsome */

.privacy-policy-purpose
> .section-content
> .privacy-policy-container
> .col {
    padding-bottom: 0 !important;
}


.privacy-policy-purpose
> .section-content
> .privacy-policy-container
> .col
> .col-inner {
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   3. CONTENT
========================================================= */

.privacy-policy-purpose-content {
    width: 100%;
}


/* =========================================================
   4. HEADING
========================================================= */

.privacy-policy-purpose .privacy-policy-heading {
    width: 100%;
    max-width: 780px;

    margin: 0 auto 36px;

    text-align: center;
}


.privacy-policy-purpose .privacy-policy-heading-title {
    margin: 0 !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   5. DECOR
========================================================= */

.privacy-policy-purpose .privacy-policy-heading-decor {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    width: 170px;

    margin: 12px auto;

    color: #c8a24b;

    font-size: 13px;
    line-height: 1;
}


.privacy-policy-purpose
.privacy-policy-heading-decor::before,
.privacy-policy-purpose
.privacy-policy-heading-decor::after {
    content: "";

    width: 54px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24b
        );
}


.privacy-policy-purpose
.privacy-policy-heading-decor::after {
    background:
        linear-gradient(
            90deg,
            #c8a24b,
            transparent
        );
}


/* =========================================================
   6. INTRO
========================================================= */

.privacy-policy-purpose .privacy-policy-intro {
    max-width: 700px;

    margin: 0 auto !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   7. GRID 4 CARD
========================================================= */

.privacy-purpose-grid {
    display: grid !important;

    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

    gap: 20px;

    width: 100%;

    align-items: stretch;
}


/* =========================================================
   8. CARD
========================================================= */

.privacy-purpose-card {
    position: relative;

    display: grid;

    grid-template-columns:
        68px
        minmax(0, 1fr);

    gap: 18px;

    height: 100%;
    min-height: 285px;

    padding: 27px 27px 29px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fcfaf9 100%
        );

    border: 1px solid #eadfe1;
    border-radius: 10px;

    box-shadow:
        0 4px 16px rgba(71, 20, 32, .05);

    overflow: hidden;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}


/* accent trên */

.privacy-purpose-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 27px;

    width: 58px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    border-radius: 0 0 4px 4px;
}


/* hover */

.privacy-purpose-card:hover {
    transform: translateY(-3px);

    border-color: rgba(123, 17, 40, .26);

    box-shadow:
        0 10px 24px rgba(71, 20, 32, .085);
}


/* =========================================================
   9. ICON
========================================================= */

.privacy-purpose-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-top: 2px;

    background:
        linear-gradient(
            135deg,
            #fffaf0 0%,
            #f6e8c3 100%
        );

    border: 1px solid rgba(200, 162, 75, .5);
    border-radius: 50%;

    box-shadow:
        0 4px 12px rgba(173, 130, 35, .08);

    transition:
        background .22s ease,
        border-color .22s ease;
}


.privacy-purpose-icon svg {
    width: 28px;
    height: 28px;

    fill: none;

    stroke: #b58926;
    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        stroke .22s ease,
        transform .22s ease;
}


.privacy-purpose-card:hover
.privacy-purpose-icon {
    background:
        linear-gradient(
            135deg,
            #fff8e8 0%,
            #f3dfaa 100%
        );

    border-color: rgba(123, 17, 40, .20);
}


.privacy-purpose-card:hover
.privacy-purpose-icon svg {
    stroke: #7b1128;

    transform: scale(1.06);
}


/* =========================================================
   10. CONTENT
========================================================= */

.privacy-purpose-content {
    min-width: 0;
}


/* =========================================================
   11. TITLE
========================================================= */

.privacy-purpose-title {
    margin: 0 0 8px !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   12. TEXT
========================================================= */

.privacy-purpose-text {
    margin: 0 0 14px !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   13. LIST
========================================================= */

.privacy-purpose-list {
    display: grid;

    gap: 8px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.privacy-purpose-list li {
    position: relative;

    margin: 0 !important;

    padding: 0 0 0 21px !important;

    color: #444;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.55;
}


/* check gold */

.privacy-purpose-list li::before {
    content: "✓";

    position: absolute;

    top: 0;
    left: 0;

    color: #b58926;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   14. ACCENT DƯỚI CARD
========================================================= */

.privacy-purpose-card::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    transition: width .22s ease;
}


.privacy-purpose-card:hover::after {
    width: 36%;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 849px) {

    section.section.privacy-policy-purpose {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }


    .privacy-policy-purpose
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 24px) !important;
    }


    .privacy-policy-purpose .privacy-policy-heading {
        margin-bottom: 28px;
    }


    .privacy-policy-purpose
    .privacy-policy-heading-title {
        font-size: 24px !important;
    }


    .privacy-purpose-grid {
        gap: 14px;
    }


    .privacy-purpose-card {
        grid-template-columns:
            58px
            minmax(0, 1fr);

        gap: 14px;

        min-height: 300px;

        padding: 23px 20px 25px;
    }


    .privacy-purpose-card::before {
        left: 20px;

        width: 52px;
    }


    .privacy-purpose-icon {
        width: 52px;
        height: 52px;
    }


    .privacy-purpose-icon svg {
        width: 25px;
        height: 25px;
    }


    .privacy-purpose-title {
        font-size: 17px !important;
    }


    .privacy-purpose-text,
    .privacy-purpose-list li {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {

    section.section.privacy-policy-purpose {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }


    .privacy-policy-purpose
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 20px) !important;
    }


    .privacy-policy-purpose .privacy-policy-heading {
        margin-bottom: 22px;
    }


    .privacy-policy-purpose
    .privacy-policy-heading-title {
        font-size: 22px !important;
    }


    .privacy-policy-purpose
    .privacy-policy-intro {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    /* 1 card / hàng */

    .privacy-purpose-grid {
        grid-template-columns: 1fr !important;

        gap: 12px;
    }


    .privacy-purpose-card {
        display: block;

        min-height: 0;

        padding: 20px 18px 22px;

        border-radius: 8px;
    }


    .privacy-purpose-card::before {
        left: 18px;

        width: 48px;
    }


    .privacy-purpose-icon {
        width: 48px;
        height: 48px;

        margin: 0 0 13px;
    }


    .privacy-purpose-icon svg {
        width: 23px;
        height: 23px;
    }


    .privacy-purpose-title {
        margin-bottom: 7px !important;

        font-size: 16px !important;
    }


    .privacy-purpose-text {
        margin-bottom: 12px !important;

        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    .privacy-purpose-list {
        gap: 7px;
    }


    .privacy-purpose-list li {
        padding-left: 19px !important;

        font-size: 13px !important;
        line-height: 1.55;
    }

}

/* =========================================================
   PRIVACY POLICY - COOKIES
========================================================= */


/* =========================================================
   1. SECTION
========================================================= */

section.section.privacy-policy-cookies {
    position: relative !important;

    margin: 0 !important;

    padding-top: 52px !important;
    padding-bottom: 52px !important;

    background:
        linear-gradient(
            180deg,
            #faf8f5 0%,
            #fffdfb 100%
        ) !important;

    overflow: hidden;
}


/* background trang trí nhẹ */

.privacy-policy-cookies > .section-bg {
    background:
        radial-gradient(
            circle at 8% 20%,
            rgba(123, 17, 40, .04) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 80%,
            rgba(200, 162, 75, .055) 0%,
            transparent 30%
        ) !important;
}


/* =========================================================
   2. CONTAINER
========================================================= */

.privacy-policy-cookies
> .section-content
> .privacy-policy-container {
    width: min(calc(100% - 30px), 1180px) !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* reset Flatsome */

.privacy-policy-cookies
> .section-content
> .privacy-policy-container
> .col {
    padding-bottom: 0 !important;
}


.privacy-policy-cookies
> .section-content
> .privacy-policy-container
> .col
> .col-inner {
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   3. COOKIES BOX
========================================================= */

.privacy-cookies-box {
    position: relative;

    display: grid;

    grid-template-columns:
        78px
        minmax(0, 1fr);

    gap: 22px;

    width: 100%;

    padding: 30px 32px 32px;

    background: #ffffff;

    border: 1px solid #eadfe1;
    border-radius: 10px;

    box-shadow:
        0 4px 16px rgba(71, 20, 32, .05);

    overflow: hidden;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}


/* accent phía trên */

.privacy-cookies-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 30px;

    width: 62px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    border-radius: 0 0 4px 4px;
}


/* hover */

.privacy-cookies-box:hover {
    transform: translateY(-2px);

    border-color: rgba(123, 17, 40, .24);

    box-shadow:
        0 8px 22px rgba(71, 20, 32, .075);
}


/* =========================================================
   4. ICON
========================================================= */

.privacy-cookies-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    margin-top: 2px;

    background:
        linear-gradient(
            135deg,
            #fffaf0 0%,
            #f6e8c3 100%
        );

    border: 1px solid rgba(200, 162, 75, .5);
    border-radius: 50%;

    box-shadow:
        0 4px 12px rgba(173, 130, 35, .08);
}


/* SVG */

.privacy-cookies-icon svg {
    width: 30px;
    height: 30px;

    fill: none;

    stroke: #b58926;
    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        stroke .22s ease,
        transform .22s ease;
}


.privacy-cookies-box:hover
.privacy-cookies-icon svg {
    stroke: #7b1128;

    transform: scale(1.06);
}


/* =========================================================
   5. CONTENT
========================================================= */

.privacy-cookies-content {
    min-width: 0;
}


/* =========================================================
   6. TITLE
========================================================= */

.privacy-cookies-title {
    margin: 0 0 10px !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   7. DESCRIPTION
========================================================= */

.privacy-cookies-text {
    max-width: 900px;

    margin: 0 0 16px !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   8. LIST
========================================================= */

.privacy-cookies-list {
    display: grid;

    gap: 10px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.privacy-cookies-list li {
    position: relative;

    margin: 0 !important;

    padding: 0 0 0 22px !important;

    color: #444;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.6;
}


/* check gold */

.privacy-cookies-list li::before {
    content: "✓";

    position: absolute;

    top: 0;
    left: 0;

    color: #b58926;

    font-size: 12px;
    font-weight: 700;
}


/* phần strong */

.privacy-cookies-list li strong {
    color: #7b1128;

    font-weight: 700;
}


/* =========================================================
   9. NOTE
========================================================= */

.privacy-cookies-note {
    display: flex;
    align-items: flex-start;

    gap: 11px;

    margin-top: 20px;

    padding: 14px 16px;

    background:
        linear-gradient(
            135deg,
            #fffaf0 0%,
            #fbf3df 100%
        );

    border: 1px solid rgba(200, 162, 75, .35);
    border-left: 3px solid #c8a24b;

    border-radius: 7px;
}


/* icon note */

.privacy-cookies-note-icon {
    flex: 0 0 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    background: rgba(200, 162, 75, .12);

    border: 1px solid rgba(200, 162, 75, .28);
    border-radius: 50%;
}


.privacy-cookies-note-icon svg {
    width: 17px;
    height: 17px;

    fill: none;

    stroke: #b58926;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* note text */

.privacy-cookies-note p {
    margin: 3px 0 0 !important;

    color: #5e5544 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}


/* =========================================================
   10. ACCENT DƯỚI BOX
========================================================= */

.privacy-cookies-box::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    transition: width .22s ease;
}


.privacy-cookies-box:hover::after {
    width: 32%;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 849px) {

    section.section.privacy-policy-cookies {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }


    .privacy-policy-cookies
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 24px) !important;
    }


    .privacy-cookies-box {
        grid-template-columns:
            64px
            minmax(0, 1fr);

        gap: 17px;

        padding: 24px 24px 26px;
    }


    .privacy-cookies-box::before {
        left: 24px;

        width: 54px;
    }


    .privacy-cookies-icon {
        width: 54px;
        height: 54px;
    }


    .privacy-cookies-icon svg {
        width: 26px;
        height: 26px;
    }


    .privacy-cookies-title {
        font-size: 19px !important;
    }


    .privacy-cookies-text,
    .privacy-cookies-list li {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {

    section.section.privacy-policy-cookies {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }


    .privacy-policy-cookies
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 20px) !important;
    }


    .privacy-cookies-box {
        display: block;

        padding: 20px 18px 22px;

        border-radius: 8px;
    }


    .privacy-cookies-box::before {
        left: 18px;

        width: 48px;
    }


    .privacy-cookies-icon {
        width: 48px;
        height: 48px;

        margin: 0 0 13px;
    }


    .privacy-cookies-icon svg {
        width: 23px;
        height: 23px;
    }


    .privacy-cookies-title {
        margin-bottom: 8px !important;

        font-size: 17px !important;
        line-height: 1.35 !important;
    }


    .privacy-cookies-text {
        margin-bottom: 13px !important;

        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    .privacy-cookies-list {
        gap: 8px;
    }


    .privacy-cookies-list li {
        padding-left: 19px !important;

        font-size: 13px !important;
        line-height: 1.55;
    }


    /* note mobile */

    .privacy-cookies-note {
        gap: 9px;

        margin-top: 16px;

        padding: 12px 13px;
    }


    .privacy-cookies-note-icon {
        flex-basis: 29px;

        width: 29px;
        height: 29px;
    }


    .privacy-cookies-note-icon svg {
        width: 15px;
        height: 15px;
    }


    .privacy-cookies-note p {
        margin-top: 2px !important;

        font-size: 12.5px !important;
        line-height: 1.5 !important;
    }

}

/* =========================================================
   PRIVACY POLICY - SECURITY
========================================================= */


/* =========================================================
   1. SECTION
========================================================= */

section.section.privacy-policy-security {
    position: relative !important;

    margin: 0 !important;

    padding-top: 56px !important;
    padding-bottom: 56px !important;

    background: #ffffff !important;

    overflow: hidden;
}


/* background trang trí nhẹ */

.privacy-policy-security > .section-bg {
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(123, 17, 40, .03) 0%,
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(200, 162, 75, .045) 0%,
            transparent 30%
        ) !important;
}


/* =========================================================
   2. CONTAINER
========================================================= */

.privacy-policy-security
> .section-content
> .privacy-policy-container {
    width: min(calc(100% - 30px), 1180px) !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* reset Flatsome */

.privacy-policy-security
> .section-content
> .privacy-policy-container
> .col {
    padding-bottom: 0 !important;
}


.privacy-policy-security
> .section-content
> .privacy-policy-container
> .col
> .col-inner {
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   3. CONTENT
========================================================= */

.privacy-policy-security-content {
    width: 100%;
}


/* =========================================================
   4. HEADING
========================================================= */

.privacy-policy-security .privacy-policy-heading {
    width: 100%;
    max-width: 780px;

    margin: 0 auto 36px;

    text-align: center;
}


.privacy-policy-security .privacy-policy-heading-title {
    margin: 0 !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   5. DECOR
========================================================= */

.privacy-policy-security .privacy-policy-heading-decor {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    width: 170px;

    margin: 12px auto;

    color: #c8a24b;

    font-size: 13px;
    line-height: 1;
}


.privacy-policy-security
.privacy-policy-heading-decor::before,
.privacy-policy-security
.privacy-policy-heading-decor::after {
    content: "";

    width: 54px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24b
        );
}


.privacy-policy-security
.privacy-policy-heading-decor::after {
    background:
        linear-gradient(
            90deg,
            #c8a24b,
            transparent
        );
}


/* =========================================================
   6. INTRO
========================================================= */

.privacy-policy-security .privacy-policy-intro {
    max-width: 700px;

    margin: 0 auto !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   7. GRID 2 CARD
========================================================= */

.privacy-security-grid {
    display: grid !important;

    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;

    gap: 20px;

    width: 100%;

    align-items: stretch;
}


/* =========================================================
   8. CARD
========================================================= */

.privacy-security-card {
    position: relative;

    display: grid;

    grid-template-columns:
        72px
        minmax(0, 1fr);

    gap: 20px;

    height: 100%;
    min-height: 400px;

    padding: 28px 28px 30px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fcfaf9 100%
        );

    border: 1px solid #eadfe1;
    border-radius: 10px;

    box-shadow:
        0 4px 16px rgba(71, 20, 32, .05);

    overflow: hidden;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}


/* accent phía trên */

.privacy-security-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 28px;

    width: 60px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    border-radius: 0 0 4px 4px;
}


/* hover */

.privacy-security-card:hover {
    transform: translateY(-3px);

    border-color: rgba(123, 17, 40, .26);

    box-shadow:
        0 10px 24px rgba(71, 20, 32, .085);
}


/* =========================================================
   9. ICON
========================================================= */

.privacy-security-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    margin-top: 2px;

    background:
        linear-gradient(
            135deg,
            #fffaf0 0%,
            #f6e8c3 100%
        );

    border: 1px solid rgba(200, 162, 75, .5);
    border-radius: 50%;

    box-shadow:
        0 4px 12px rgba(173, 130, 35, .08);
}


/* SVG */

.privacy-security-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #b58926;
    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        stroke .22s ease,
        transform .22s ease;
}


.privacy-security-card:hover
.privacy-security-icon svg {
    stroke: #7b1128;

    transform: scale(1.06);
}


/* =========================================================
   10. CARD CONTENT
========================================================= */

.privacy-security-card-content {
    min-width: 0;
}


/* =========================================================
   11. TITLE
========================================================= */

.privacy-security-title {
    margin: 0 0 9px !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   12. TEXT
========================================================= */

.privacy-security-text {
    margin: 0 0 15px !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   13. LIST
========================================================= */

.privacy-security-list {
    display: grid;

    gap: 9px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.privacy-security-list li {
    position: relative;

    margin: 0 !important;

    padding: 0 0 0 21px !important;

    color: #444;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.58;
}


/* check gold */

.privacy-security-list li::before {
    content: "✓";

    position: absolute;

    top: 0;
    left: 0;

    color: #b58926;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   14. ACCENT DƯỚI CARD
========================================================= */

.privacy-security-card::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    transition: width .22s ease;
}


.privacy-security-card:hover::after {
    width: 40%;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 849px) {

    section.section.privacy-policy-security {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }


    .privacy-policy-security
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 24px) !important;
    }


    .privacy-policy-security
    .privacy-policy-heading {
        margin-bottom: 28px;
    }


    .privacy-policy-security
    .privacy-policy-heading-title {
        font-size: 24px !important;
    }


    .privacy-security-grid {
        gap: 14px;
    }


    .privacy-security-card {
        grid-template-columns:
            58px
            minmax(0, 1fr);

        gap: 15px;

        min-height: 420px;

        padding: 24px 20px 26px;
    }


    .privacy-security-card::before {
        left: 20px;

        width: 54px;
    }


    .privacy-security-icon {
        width: 54px;
        height: 54px;
    }


    .privacy-security-icon svg {
        width: 26px;
        height: 26px;
    }


    .privacy-security-title {
        font-size: 17px !important;
    }


    .privacy-security-text,
    .privacy-security-list li {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {

    section.section.privacy-policy-security {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }


    .privacy-policy-security
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 20px) !important;
    }


    .privacy-policy-security
    .privacy-policy-heading {
        margin-bottom: 22px;
    }


    .privacy-policy-security
    .privacy-policy-heading-title {
        font-size: 22px !important;
    }


    .privacy-policy-security
    .privacy-policy-intro {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    /* 1 card mỗi hàng */

    .privacy-security-grid {
        grid-template-columns: 1fr !important;

        gap: 12px;
    }


    .privacy-security-card {
        display: block;

        min-height: 0;

        padding: 20px 18px 22px;

        border-radius: 8px;
    }


    .privacy-security-card::before {
        left: 18px;

        width: 48px;
    }


    .privacy-security-icon {
        width: 48px;
        height: 48px;

        margin: 0 0 13px;
    }


    .privacy-security-icon svg {
        width: 23px;
        height: 23px;
    }


    .privacy-security-title {
        margin-bottom: 7px !important;

        font-size: 16px !important;
    }


    .privacy-security-text {
        margin-bottom: 12px !important;

        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    .privacy-security-list {
        gap: 8px;
    }


    .privacy-security-list li {
        padding-left: 19px !important;

        font-size: 13px !important;
        line-height: 1.55;
    }

}

/* =========================================================
   PRIVACY POLICY - SHARING
========================================================= */


/* =========================================================
   1. SECTION
========================================================= */

section.section.privacy-policy-sharing {
    position: relative !important;

    margin: 0 !important;

    padding-top: 52px !important;
    padding-bottom: 52px !important;

    background:
        linear-gradient(
            180deg,
            #faf8f5 0%,
            #fffdfb 100%
        ) !important;

    overflow: hidden;
}


/* background trang trí nhẹ */

.privacy-policy-sharing > .section-bg {
    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(123, 17, 40, .04) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 82%,
            rgba(200, 162, 75, .055) 0%,
            transparent 30%
        ) !important;
}


/* =========================================================
   2. CONTAINER
========================================================= */

.privacy-policy-sharing
> .section-content
> .privacy-policy-container {
    width: min(calc(100% - 30px), 1180px) !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* reset Flatsome */

.privacy-policy-sharing
> .section-content
> .privacy-policy-container
> .col {
    padding-bottom: 0 !important;
}


.privacy-policy-sharing
> .section-content
> .privacy-policy-container
> .col
> .col-inner {
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   3. SHARING BOX
========================================================= */

.privacy-sharing-box {
    position: relative;

    display: grid;

    grid-template-columns:
        78px
        minmax(0, 1fr);

    gap: 22px;

    width: 100%;

    padding: 30px 32px 32px;

    background: #ffffff;

    border: 1px solid #eadfe1;
    border-radius: 10px;

    box-shadow:
        0 4px 16px rgba(71, 20, 32, .05);

    overflow: hidden;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}


/* thanh nhấn phía trên */

.privacy-sharing-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 30px;

    width: 62px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    border-radius: 0 0 4px 4px;
}


/* hover */

.privacy-sharing-box:hover {
    transform: translateY(-2px);

    border-color: rgba(123, 17, 40, .24);

    box-shadow:
        0 8px 22px rgba(71, 20, 32, .075);
}


/* =========================================================
   4. ICON
========================================================= */

.privacy-sharing-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    margin-top: 2px;

    background:
        linear-gradient(
            135deg,
            #fffaf0 0%,
            #f6e8c3 100%
        );

    border: 1px solid rgba(200, 162, 75, .5);
    border-radius: 50%;

    box-shadow:
        0 4px 12px rgba(173, 130, 35, .08);
}


/* SVG */

.privacy-sharing-icon svg {
    width: 30px;
    height: 30px;

    fill: none;

    stroke: #b58926;
    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        stroke .22s ease,
        transform .22s ease;
}


.privacy-sharing-box:hover
.privacy-sharing-icon svg {
    stroke: #7b1128;

    transform: scale(1.06);
}


/* =========================================================
   5. CONTENT
========================================================= */

.privacy-sharing-content {
    min-width: 0;
}


/* =========================================================
   6. TITLE
========================================================= */

.privacy-sharing-title {
    margin: 0 0 10px !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   7. TEXT
========================================================= */

.privacy-sharing-text {
    max-width: 900px;

    margin: 0 0 16px !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   8. LIST
========================================================= */

.privacy-sharing-list {
    display: grid;

    gap: 10px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.privacy-sharing-list li {
    position: relative;

    margin: 0 !important;

    padding: 0 0 0 22px !important;

    color: #444;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.6;
}


/* dấu check gold */

.privacy-sharing-list li::before {
    content: "✓";

    position: absolute;

    top: 0;
    left: 0;

    color: #b58926;

    font-size: 12px;
    font-weight: 700;
}


/* strong trong list */

.privacy-sharing-list li strong {
    color: #7b1128;

    font-weight: 700;
}


/* =========================================================
   9. NOTE
========================================================= */

.privacy-sharing-note {
    display: flex;
    align-items: flex-start;

    gap: 11px;

    margin-top: 20px;

    padding: 14px 16px;

    background:
        linear-gradient(
            135deg,
            #fffaf0 0%,
            #fbf3df 100%
        );

    border: 1px solid rgba(200, 162, 75, .35);
    border-left: 3px solid #c8a24b;

    border-radius: 7px;
}


/* note icon */

.privacy-sharing-note-icon {
    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    background: rgba(200, 162, 75, .12);

    border: 1px solid rgba(200, 162, 75, .30);
    border-radius: 50%;
}


.privacy-sharing-note-icon svg {
    width: 18px;
    height: 18px;

    fill: none;

    stroke: #b58926;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* note text */

.privacy-sharing-note p {
    margin: 3px 0 0 !important;

    color: #5e5544 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}


/* =========================================================
   10. ACCENT DƯỚI BOX
========================================================= */

.privacy-sharing-box::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    transition: width .22s ease;
}


.privacy-sharing-box:hover::after {
    width: 32%;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 849px) {

    section.section.privacy-policy-sharing {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }


    .privacy-policy-sharing
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 24px) !important;
    }


    .privacy-sharing-box {
        grid-template-columns:
            64px
            minmax(0, 1fr);

        gap: 17px;

        padding: 24px 24px 26px;
    }


    .privacy-sharing-box::before {
        left: 24px;

        width: 54px;
    }


    .privacy-sharing-icon {
        width: 54px;
        height: 54px;
    }


    .privacy-sharing-icon svg {
        width: 26px;
        height: 26px;
    }


    .privacy-sharing-title {
        font-size: 19px !important;
    }


    .privacy-sharing-text,
    .privacy-sharing-list li {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {

    section.section.privacy-policy-sharing {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }


    .privacy-policy-sharing
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 20px) !important;
    }


    .privacy-sharing-box {
        display: block;

        padding: 20px 18px 22px;

        border-radius: 8px;
    }


    .privacy-sharing-box::before {
        left: 18px;

        width: 48px;
    }


    .privacy-sharing-icon {
        width: 48px;
        height: 48px;

        margin: 0 0 13px;
    }


    .privacy-sharing-icon svg {
        width: 23px;
        height: 23px;
    }


    .privacy-sharing-title {
        margin-bottom: 8px !important;

        font-size: 17px !important;
        line-height: 1.35 !important;
    }


    .privacy-sharing-text {
        margin-bottom: 13px !important;

        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    .privacy-sharing-list {
        gap: 8px;
    }


    .privacy-sharing-list li {
        padding-left: 19px !important;

        font-size: 13px !important;
        line-height: 1.55;
    }


    /* note mobile */

    .privacy-sharing-note {
        gap: 9px;

        margin-top: 16px;

        padding: 12px 13px;
    }


    .privacy-sharing-note-icon {
        flex-basis: 30px;

        width: 30px;
        height: 30px;
    }


    .privacy-sharing-note-icon svg {
        width: 16px;
        height: 16px;
    }


    .privacy-sharing-note p {
        margin-top: 2px !important;

        font-size: 12.5px !important;
        line-height: 1.5 !important;
    }

}

/* =========================================================
   PRIVACY POLICY - RIGHTS
========================================================= */


/* =========================================================
   1. SECTION
========================================================= */

section.section.privacy-policy-rights {
    position: relative !important;

    margin: 0 !important;

    padding-top: 56px !important;
    padding-bottom: 56px !important;

    background: #ffffff !important;

    overflow: hidden;
}


/* background trang trí nhẹ */

.privacy-policy-rights > .section-bg {
    background:
        radial-gradient(
            circle at 10% 18%,
            rgba(123, 17, 40, .03) 0%,
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 82%,
            rgba(200, 162, 75, .045) 0%,
            transparent 30%
        ) !important;
}


/* =========================================================
   2. CONTAINER
========================================================= */

.privacy-policy-rights
> .section-content
> .privacy-policy-container {
    width: min(calc(100% - 30px), 1180px) !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* reset Flatsome */

.privacy-policy-rights
> .section-content
> .privacy-policy-container
> .col {
    padding-bottom: 0 !important;
}


.privacy-policy-rights
> .section-content
> .privacy-policy-container
> .col
> .col-inner {
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   3. CONTENT
========================================================= */

.privacy-policy-rights-content {
    width: 100%;
}


/* =========================================================
   4. HEADING
========================================================= */

.privacy-policy-rights .privacy-policy-heading {
    width: 100%;
    max-width: 780px;

    margin: 0 auto 36px;

    text-align: center;
}


.privacy-policy-rights .privacy-policy-heading-title {
    margin: 0 !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   5. DECOR
========================================================= */

.privacy-policy-rights .privacy-policy-heading-decor {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    width: 170px;

    margin: 12px auto;

    color: #c8a24b;

    font-size: 13px;
    line-height: 1;
}


.privacy-policy-rights
.privacy-policy-heading-decor::before,
.privacy-policy-rights
.privacy-policy-heading-decor::after {
    content: "";

    width: 54px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24b
        );
}


.privacy-policy-rights
.privacy-policy-heading-decor::after {
    background:
        linear-gradient(
            90deg,
            #c8a24b,
            transparent
        );
}


/* =========================================================
   6. INTRO
========================================================= */

.privacy-policy-rights .privacy-policy-intro {
    max-width: 700px;

    margin: 0 auto !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   7. RIGHTS LIST
========================================================= */

.privacy-rights-list {
    display: flex;
    flex-direction: column;

    gap: 16px;

    width: 100%;
}


/* =========================================================
   8. RIGHT ITEM
========================================================= */

.privacy-right-item {
    position: relative;

    display: grid;

    grid-template-columns:
        92px
        minmax(0, 1fr);

    width: 100%;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fcfaf9 100%
        );

    border: 1px solid #eadfe1;
    border-radius: 10px;

    box-shadow:
        0 3px 14px rgba(71, 20, 32, .045);

    overflow: hidden;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}


/* thanh nhấn trên */

.privacy-right-item::before {
    content: "";

    position: absolute;

    top: 0;
    left: 92px;

    width: 56px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    border-radius: 0 0 4px 4px;
}


/* hover */

.privacy-right-item:hover {
    transform: translateY(-2px);

    border-color: rgba(123, 17, 40, .25);

    box-shadow:
        0 8px 22px rgba(71, 20, 32, .075);
}


/* =========================================================
   9. NUMBER
========================================================= */

.privacy-right-number {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding-top: 28px;

    color: #7b1128;

    background:
        linear-gradient(
            180deg,
            #fbf5f5 0%,
            #fffafa 100%
        );

    border-right: 1px solid #eadfe1;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 27px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: -1px;

    transition:
        color .22s ease,
        background .22s ease;
}


.privacy-right-item:hover
.privacy-right-number {
    color: #a77a1f;

    background:
        linear-gradient(
            180deg,
            #fff9ec 0%,
            #fffdf7 100%
        );
}


/* =========================================================
   10. CONTENT
========================================================= */

.privacy-right-content {
    min-width: 0;

    padding: 26px 30px 28px;
}


/* =========================================================
   11. TITLE
========================================================= */

.privacy-right-title {
    margin: 0 0 8px !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   12. TEXT
========================================================= */

.privacy-right-text {
    margin: 0 0 14px !important;

    color: #666 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   13. DETAIL LIST
========================================================= */

.privacy-right-detail-list {
    display: grid;

    gap: 8px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.privacy-right-detail-list li {
    position: relative;

    margin: 0 !important;

    padding: 0 0 0 21px !important;

    color: #444;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}


/* check gold */

.privacy-right-detail-list li::before {
    content: "✓";

    position: absolute;

    top: 0;
    left: 0;

    color: #b58926;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   14. ACCENT DƯỚI ITEM
========================================================= */

.privacy-right-item::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    transition: width .22s ease;
}


.privacy-right-item:hover::after {
    width: 30%;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 849px) {

    section.section.privacy-policy-rights {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }


    .privacy-policy-rights
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 24px) !important;
    }


    .privacy-policy-rights
    .privacy-policy-heading {
        margin-bottom: 28px;
    }


    .privacy-policy-rights
    .privacy-policy-heading-title {
        font-size: 24px !important;
    }


    .privacy-right-item {
        grid-template-columns:
            78px
            minmax(0, 1fr);
    }


    .privacy-right-item::before {
        left: 78px;
    }


    .privacy-right-number {
        padding-top: 25px;

        font-size: 24px;
    }


    .privacy-right-content {
        padding: 23px 24px 25px;
    }


    .privacy-right-title {
        font-size: 17px !important;
    }


    .privacy-right-text,
    .privacy-right-detail-list li {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {

    section.section.privacy-policy-rights {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }


    .privacy-policy-rights
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 20px) !important;
    }


    .privacy-policy-rights
    .privacy-policy-heading {
        margin-bottom: 22px;
    }


    .privacy-policy-rights
    .privacy-policy-heading-title {
        font-size: 22px !important;
    }


    .privacy-policy-rights
    .privacy-policy-intro {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    .privacy-rights-list {
        gap: 12px;
    }


    /* item chuyển block */

    .privacy-right-item {
        display: block;

        border-radius: 8px;
    }


    /* line trên full width */

    .privacy-right-item::before {
        top: 0;
        left: 0;

        width: 100%;
        height: 2px;

        border-radius: 0;
    }


    /* số chuyển thành badge */

    .privacy-right-number {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        width: auto;

        margin: 18px 0 0 18px;

        padding: 7px 10px;

        background: #fbf3f4;

        border: 1px solid #eadfe1;
        border-radius: 5px;

        font-size: 17px;
        letter-spacing: 0;
    }


    .privacy-right-content {
        padding: 14px 18px 20px;
    }


    .privacy-right-title {
        margin-bottom: 7px !important;

        font-size: 16px !important;
    }


    .privacy-right-text {
        margin-bottom: 12px !important;

        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    .privacy-right-detail-list {
        gap: 7px;
    }


    .privacy-right-detail-list li {
        padding-left: 19px !important;

        font-size: 13px !important;
        line-height: 1.55;
    }

}

/* =========================================================
   PRIVACY POLICY - UPDATE
========================================================= */


/* =========================================================
   1. SECTION
========================================================= */

section.section.privacy-policy-update {
    position: relative !important;

    margin: 0 !important;

    padding-top: 50px !important;
    padding-bottom: 50px !important;

    background:
        linear-gradient(
            180deg,
            #faf8f5 0%,
            #fffdfb 100%
        ) !important;

    overflow: hidden;
}


/* background trang trí nhẹ */

.privacy-policy-update > .section-bg {
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(123, 17, 40, .035) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(200, 162, 75, .05) 0%,
            transparent 30%
        ) !important;
}


/* =========================================================
   2. CONTAINER
========================================================= */

.privacy-policy-update
> .section-content
> .privacy-policy-container {
    width: min(calc(100% - 30px), 1180px) !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* reset Flatsome */

.privacy-policy-update
> .section-content
> .privacy-policy-container
> .col {
    padding-bottom: 0 !important;
}


.privacy-policy-update
> .section-content
> .privacy-policy-container
> .col
> .col-inner {
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   3. UPDATE BOX
========================================================= */

.privacy-update-box {
    position: relative;

    display: grid;

    grid-template-columns:
        78px
        minmax(0, 1fr);

    gap: 22px;

    width: 100%;

    padding: 30px 32px 32px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fffdf8 100%
        );

    border: 1px solid #eadfca;
    border-left: 4px solid #c8a24b;

    border-radius: 10px;

    box-shadow:
        0 4px 16px rgba(71, 20, 32, .05);

    overflow: hidden;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}


/* thanh nhấn phía trên */

.privacy-update-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 28px;

    width: 62px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    border-radius: 0 0 4px 4px;
}


/* hover */

.privacy-update-box:hover {
    transform: translateY(-2px);

    border-color: #dfcfad;
    border-left-color: #b98d2a;

    box-shadow:
        0 8px 22px rgba(71, 20, 32, .075);
}


/* =========================================================
   4. ICON
========================================================= */

.privacy-update-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    margin-top: 2px;

    background:
        linear-gradient(
            135deg,
            #fff8e8 0%,
            #f4e3b9 100%
        );

    border: 1px solid rgba(200, 162, 75, .55);
    border-radius: 50%;

    box-shadow:
        0 4px 12px rgba(173, 130, 35, .08);
}


/* SVG */

.privacy-update-icon svg {
    width: 30px;
    height: 30px;

    fill: none;

    stroke: #b58926;
    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        stroke .22s ease,
        transform .22s ease;
}


.privacy-update-box:hover
.privacy-update-icon svg {
    stroke: #7b1128;

    transform: rotate(8deg) scale(1.05);
}


/* =========================================================
   5. CONTENT
========================================================= */

.privacy-update-content {
    min-width: 0;
}


/* =========================================================
   6. TITLE
========================================================= */

.privacy-update-title {
    margin: 0 0 10px !important;

    color: #7b1128 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    letter-spacing: 0 !important;

    text-transform: none !important;
}


/* =========================================================
   7. TEXT
========================================================= */

.privacy-update-text {
    max-width: 900px;

    margin: 0 0 16px !important;

    color: #5f5f5f !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   8. LIST
========================================================= */

.privacy-update-list {
    display: grid;

    gap: 9px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.privacy-update-list li {
    position: relative;

    margin: 0 !important;

    padding: 0 0 0 22px !important;

    color: #444;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.6;
}


/* check gold */

.privacy-update-list li::before {
    content: "✓";

    position: absolute;

    top: 0;
    left: 0;

    color: #b58926;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   9. NOTE
========================================================= */

.privacy-update-note {
    display: flex;
    align-items: flex-start;

    gap: 11px;

    margin-top: 20px;

    padding: 14px 16px;

    background:
        linear-gradient(
            135deg,
            #fffaf0 0%,
            #fbf3df 100%
        );

    border: 1px solid rgba(200, 162, 75, .35);
    border-left: 3px solid #c8a24b;

    border-radius: 7px;
}


/* note icon */

.privacy-update-note-icon {
    flex: 0 0 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    background: rgba(200, 162, 75, .12);

    border: 1px solid rgba(200, 162, 75, .28);
    border-radius: 50%;
}


.privacy-update-note-icon svg {
    width: 17px;
    height: 17px;

    fill: none;

    stroke: #b58926;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* note text */

.privacy-update-note p {
    margin: 3px 0 0 !important;

    color: #5e5544 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}


/* =========================================================
   10. ACCENT DƯỚI BOX
========================================================= */

.privacy-update-box::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            #7b1128,
            #c8a24b
        );

    transition: width .22s ease;
}


.privacy-update-box:hover::after {
    width: 35%;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 849px) {

    section.section.privacy-policy-update {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }


    .privacy-policy-update
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 24px) !important;
    }


    .privacy-update-box {
        grid-template-columns:
            64px
            minmax(0, 1fr);

        gap: 17px;

        padding: 24px 24px 26px;
    }


    .privacy-update-box::before {
        left: 24px;

        width: 54px;
    }


    .privacy-update-icon {
        width: 54px;
        height: 54px;
    }


    .privacy-update-icon svg {
        width: 26px;
        height: 26px;
    }


    .privacy-update-title {
        font-size: 19px !important;
    }


    .privacy-update-text,
    .privacy-update-list li {
        font-size: 13px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {

    section.section.privacy-policy-update {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }


    .privacy-policy-update
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 20px) !important;
    }


    .privacy-update-box {
        display: block;

        padding: 20px 18px 22px;

        border-left-width: 3px;
        border-radius: 8px;
    }


    .privacy-update-box::before {
        left: 18px;

        width: 48px;
    }


    .privacy-update-icon {
        width: 48px;
        height: 48px;

        margin: 0 0 13px;
    }


    .privacy-update-icon svg {
        width: 23px;
        height: 23px;
    }


    .privacy-update-title {
        margin-bottom: 8px !important;

        font-size: 17px !important;
        line-height: 1.35 !important;
    }


    .privacy-update-text {
        margin-bottom: 13px !important;

        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    .privacy-update-list {
        gap: 8px;
    }


    .privacy-update-list li {
        padding-left: 19px !important;

        font-size: 13px !important;
        line-height: 1.55;
    }


    /* note mobile */

    .privacy-update-note {
        gap: 9px;

        margin-top: 16px;

        padding: 12px 13px;
    }


    .privacy-update-note-icon {
        flex-basis: 29px;

        width: 29px;
        height: 29px;
    }


    .privacy-update-note-icon svg {
        width: 15px;
        height: 15px;
    }


    .privacy-update-note p {
        margin-top: 2px !important;

        font-size: 12.5px !important;
        line-height: 1.5 !important;
    }

}

/* =========================================================
   PRIVACY POLICY - CONTACT
========================================================= */


/* =========================================================
   1. SECTION
========================================================= */

section.section.privacy-policy-contact {
    position: relative !important;

    margin: 0 !important;

    padding-top: 54px !important;
    padding-bottom: 54px !important;

    background:
        linear-gradient(
            120deg,
            #4b0817 0%,
            #650d22 48%,
            #3b0712 100%
        ) !important;

    overflow: hidden !important;
}


/* background trang trí nhẹ */

.privacy-policy-contact > .section-bg {
    background:
        radial-gradient(
            circle at 8% 25%,
            rgba(200, 162, 75, .13) 0%,
            rgba(200, 162, 75, .035) 28%,
            transparent 50%
        ),
        radial-gradient(
            circle at 90% 75%,
            rgba(255, 255, 255, .055) 0%,
            transparent 35%
        ) !important;
}


/* đường gold phía trên */

section.section.privacy-policy-contact::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;
    z-index: 3;

    width: 110px;
    height: 3px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24b,
            transparent
        );
}


/* =========================================================
   2. CONTAINER
========================================================= */

.privacy-policy-contact
> .section-content
> .privacy-policy-container {
    width: min(calc(100% - 30px), 1180px) !important;
    max-width: 1180px !important;

    margin-left: auto !important;
    margin-right: auto !important;
}


/* reset Flatsome */

.privacy-policy-contact
> .section-content
> .privacy-policy-container
> .col {
    padding-bottom: 0 !important;
}


.privacy-policy-contact
> .section-content
> .privacy-policy-container
> .col
> .col-inner {
    padding: 0 !important;

    background: transparent !important;
}


/* =========================================================
   3. CONTACT BOX
========================================================= */

.privacy-policy-contact-box {
    position: relative;

    display: grid;

    grid-template-columns:
        92px
        minmax(0, 1fr);

    gap: 28px;

    width: 100%;
    max-width: 1080px;

    margin: 0 auto;

    padding: 34px 38px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, .065) 0%,
            rgba(255, 255, 255, .025) 100%
        );

    border: 1px solid rgba(200, 162, 75, .28);
    border-radius: 12px;

    box-shadow:
        0 14px 34px rgba(0, 0, 0, .14);

    overflow: hidden;
}


/* ánh sáng gold nhẹ */

.privacy-policy-contact-box::before {
    content: "";

    position: absolute;

    top: -120px;
    left: -100px;

    width: 300px;
    height: 300px;

    background:
        radial-gradient(
            circle,
            rgba(200, 162, 75, .12) 0%,
            transparent 68%
        );

    pointer-events: none;
}


/* line gold dưới */

.privacy-policy-contact-box::after {
    content: "";

    position: absolute;

    bottom: 0;
    left: 50%;

    width: 120px;
    height: 2px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a24b,
            transparent
        );
}


/* =========================================================
   4. ICON CHÍNH
========================================================= */

.privacy-policy-contact-icon {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 78px;
    height: 78px;

    margin-top: 3px;

    background:
        linear-gradient(
            135deg,
            #d7b968 0%,
            #b88a28 100%
        );

    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;

    box-shadow:
        0 7px 20px rgba(0, 0, 0, .16);
}


.privacy-policy-contact-icon svg {
    width: 35px;
    height: 35px;

    fill: none;

    stroke: #4f0a19;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   5. CONTENT
========================================================= */

.privacy-policy-contact-content {
    position: relative;
    z-index: 2;

    min-width: 0;
}


/* =========================================================
   6. LABEL
========================================================= */

.privacy-policy-contact-label {
    display: inline-block;

    margin: 0 0 7px;

    color: #d9ba67;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: 1.3px;

    text-transform: uppercase;
}


/* =========================================================
   7. TITLE
========================================================= */

.privacy-policy-contact-title {
    margin: 0 0 10px !important;

    color: #ffffff !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    letter-spacing: -.2px !important;

    text-transform: none !important;
}


/* =========================================================
   8. DESCRIPTION
========================================================= */

.privacy-policy-contact-text {
    max-width: 760px;

    margin: 0 0 22px !important;

    color: rgba(255, 255, 255, .82) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;

    letter-spacing: 0 !important;
}


/* =========================================================
   9. CONTACT DETAILS
========================================================= */

.privacy-policy-contact-details {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;

    max-width: 680px;

    margin: 0 0 18px;
}


/* =========================================================
   10. CONTACT ITEM
========================================================= */

.privacy-policy-contact-item {
    display: flex !important;
    align-items: center;

    gap: 12px;

    min-height: 68px;

    padding: 12px 15px;

    color: #ffffff !important;

    background: rgba(255, 255, 255, .055);

    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease;
}


.privacy-policy-contact-item:hover {
    transform: translateY(-2px);

    color: #ffffff !important;

    background: rgba(255, 255, 255, .085);

    border-color: rgba(200, 162, 75, .40);
}


/* =========================================================
   11. ICON NHỎ
========================================================= */

.privacy-policy-contact-item-icon {
    flex: 0 0 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    background: rgba(200, 162, 75, .12);

    border: 1px solid rgba(200, 162, 75, .30);
    border-radius: 50%;
}


.privacy-policy-contact-item-icon svg {
    width: 19px;
    height: 19px;

    fill: none;

    stroke: #d4b35c;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   12. CONTACT ITEM CONTENT
========================================================= */

.privacy-policy-contact-item-content {
    min-width: 0;
}


.privacy-policy-contact-item-content span {
    display: block;

    margin: 0 0 3px;

    color: rgba(255, 255, 255, .62);

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
}


.privacy-policy-contact-item-content strong {
    display: block;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;

    word-break: break-word;
}


/* =========================================================
   13. NOTE
========================================================= */

.privacy-policy-contact-note {
    display: flex;
    align-items: flex-start;

    gap: 10px;

    max-width: 680px;

    margin: 0 0 20px;

    padding: 13px 15px;

    background: rgba(255, 255, 255, .045);

    border: 1px solid rgba(200, 162, 75, .20);
    border-left: 3px solid #c8a24b;

    border-radius: 7px;
}


/* note icon */

.privacy-policy-contact-note-icon {
    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    background: rgba(200, 162, 75, .10);

    border: 1px solid rgba(200, 162, 75, .25);
    border-radius: 50%;
}


.privacy-policy-contact-note-icon svg {
    width: 16px;
    height: 16px;

    fill: none;

    stroke: #d4b35c;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.privacy-policy-contact-note p {
    margin: 3px 0 0 !important;

    color: rgba(255, 255, 255, .74) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 12.5px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}


/* =========================================================
   14. ACTIONS
========================================================= */

.privacy-policy-contact-actions {
    margin: 0;
}


/* =========================================================
   15. BUTTON
========================================================= */

.privacy-policy-contact-button {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 0 24px !important;

    color: #4e0918 !important;

    background:
        linear-gradient(
            135deg,
            #d7b968 0%,
            #c49a3b 100%
        ) !important;

    border: 1px solid #d8bd76 !important;
    border-radius: 6px !important;

    box-shadow:
        0 5px 14px rgba(0, 0, 0, .13);

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    letter-spacing: .2px;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


/* mũi tên */

.privacy-policy-contact-button::after {
    content: "→";

    margin-left: 9px;

    font-size: 16px;
    line-height: 1;
}


.privacy-policy-contact-button:hover {
    color: #4e0918 !important;

    background:
        linear-gradient(
            135deg,
            #e0c77f 0%,
            #cea64c 100%
        ) !important;

    transform: translateY(-2px);

    box-shadow:
        0 8px 18px rgba(0, 0, 0, .18);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 849px) {

    section.section.privacy-policy-contact {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }


    .privacy-policy-contact
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 24px) !important;
    }


    .privacy-policy-contact-box {
        grid-template-columns:
            72px
            minmax(0, 1fr);

        gap: 20px;

        padding: 28px;
    }


    .privacy-policy-contact-icon {
        width: 64px;
        height: 64px;
    }


    .privacy-policy-contact-icon svg {
        width: 29px;
        height: 29px;
    }


    .privacy-policy-contact-title {
        font-size: 24px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {

    section.section.privacy-policy-contact {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }


    .privacy-policy-contact
    > .section-content
    > .privacy-policy-container {
        width: calc(100% - 20px) !important;
    }


    .privacy-policy-contact-box {
        display: block;

        padding: 22px 18px 24px;

        border-radius: 9px;

        text-align: center;
    }


    .privacy-policy-contact-icon {
        width: 58px;
        height: 58px;

        margin: 0 auto 15px;
    }


    .privacy-policy-contact-icon svg {
        width: 27px;
        height: 27px;
    }


    .privacy-policy-contact-label {
        font-size: 10px;

        letter-spacing: 1px;
    }


    .privacy-policy-contact-title {
        margin-bottom: 8px !important;

        font-size: 22px !important;
    }


    .privacy-policy-contact-text {
        margin-bottom: 18px !important;

        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    /* Hotline + Email chuyển thành 1 cột */

    .privacy-policy-contact-details {
        grid-template-columns: 1fr;

        gap: 9px;

        max-width: none;

        margin-bottom: 15px;

        text-align: left;
    }


    .privacy-policy-contact-item {
        min-height: 62px;

        padding: 10px 13px;
    }


    .privacy-policy-contact-item-icon {
        flex-basis: 36px;

        width: 36px;
        height: 36px;
    }


    .privacy-policy-contact-item-icon svg {
        width: 18px;
        height: 18px;
    }


    .privacy-policy-contact-item-content strong {
        font-size: 13px;
    }


    /* note */

    .privacy-policy-contact-note {
        max-width: none;

        margin-bottom: 17px;

        padding: 11px 12px;

        text-align: left;
    }


    .privacy-policy-contact-note-icon {
        flex-basis: 28px;

        width: 28px;
        height: 28px;
    }


    .privacy-policy-contact-note p {
        margin-top: 1px !important;

        font-size: 12px !important;
        line-height: 1.5 !important;
    }


    /* button full width */

    .privacy-policy-contact-button {
        width: 100% !important;

        min-height: 44px;
    }

}