/* =====================================================
   BRANDINFO - 3 LỢI ÍCH WEBSITE BÁN HÀNG
   Màu xanh dương: #007FC0
   Màu xanh lá: #9ECB3B
   ===================================================== */

/* Vòng tròn chứa icon */
.brandinfo-benefit-card .icon-box-img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;

    margin: 0 auto 22px !important;
    padding: 13px !important;

    background:
        linear-gradient(145deg,
            rgba(0, 127, 192, 0.08),
            rgba(158, 203, 59, 0.20)) !important;

    border: 2px solid rgba(158, 203, 59, 0.48) !important;
    border-radius: 50% !important;

    box-sizing: border-box !important;

    box-shadow:
        0 10px 24px rgba(108, 153, 24, 0.16),
        inset 0 0 0 5px rgba(255, 255, 255, 0.60) !important;

    transform: none !important;
    transition: none !important;
}

/* Icon dạng ảnh PNG, WebP */
.brandinfo-benefit-card .icon-box-img img {
    display: block !important;

    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;

    margin: auto !important;

    object-fit: contain !important;

    opacity: 1 !important;

    filter:
        saturate(1.6) contrast(1.18) drop-shadow(0 3px 5px rgba(98, 139, 20, 0.18)) !important;

    background: transparent !important;

    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
}

/* Icon SVG */
.brandinfo-benefit-card .icon-box-img svg {
    display: block !important;

    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;

    color: #8fbd26 !important;
    fill: none !important;
    stroke: #8fbd26 !important;
    stroke-width: 1.8 !important;

    filter: drop-shadow(0 3px 4px rgba(98, 139, 20, 0.18)) !important;

    background: transparent !important;

    transform: none !important;
    transition: none !important;
}

.brandinfo-benefit-card .icon-box-img svg * {
    stroke: #8fbd26 !important;
}

/* Icon dạng font */
.brandinfo-benefit-card .icon-box-img i {
    color: #8fbd26 !important;
    font-size: 50px !important;
    line-height: 1 !important;

    text-shadow: 0 3px 5px rgba(98, 139, 20, 0.18);

    background: transparent !important;

    transform: none !important;
    transition: none !important;
}

/* Giữ nguyên icon khi hover */
.brandinfo-benefit-card:hover .icon-box-img {
    background:
        linear-gradient(145deg,
            rgba(0, 127, 192, 0.08),
            rgba(158, 203, 59, 0.20)) !important;

    border-color: rgba(158, 203, 59, 0.48) !important;

    box-shadow:
        0 10px 24px rgba(108, 153, 24, 0.16),
        inset 0 0 0 5px rgba(255, 255, 255, 0.60) !important;

    transform: none !important;
}

.brandinfo-benefit-card:hover .icon-box-img img {
    opacity: 1 !important;

    filter:
        saturate(1.6) contrast(1.18) drop-shadow(0 3px 5px rgba(98, 139, 20, 0.18)) !important;

    transform: none !important;
}

.brandinfo-benefit-card:hover .icon-box-img svg,
.brandinfo-benefit-card:hover .icon-box-img svg * {
    color: #8fbd26 !important;
    fill: none !important;
    stroke: #8fbd26 !important;

    transform: none !important;
}

.brandinfo-benefit-card:hover .icon-box-img i {
    color: #8fbd26 !important;
    transform: none !important;
}

/* Tablet */
@media screen and (max-width: 849px) {
    .brandinfo-benefit-card .icon-box-img {
        width: 78px !important;
        height: 78px !important;
        min-width: 78px !important;
        min-height: 78px !important;

        padding: 12px !important;
    }

    .brandinfo-benefit-card .icon-box-img img,
    .brandinfo-benefit-card .icon-box-img svg {
        width: 46px !important;
        height: 46px !important;
        max-width: 46px !important;
        max-height: 46px !important;
    }

    .brandinfo-benefit-card .icon-box-img i {
        font-size: 46px !important;
    }
}

/* Mobile */
@media screen and (max-width: 549px) {
    .brandinfo-benefit-card .icon-box-img {
        width: 70px !important;
        height: 70px !important;
        min-width: 70px !important;
        min-height: 70px !important;

        margin-bottom: 17px !important;
        padding: 10px !important;
    }

    .brandinfo-benefit-card .icon-box-img img,
    .brandinfo-benefit-card .icon-box-img svg {
        width: 42px !important;
        height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
    }

    .brandinfo-benefit-card .icon-box-img i {
        font-size: 42px !important;
    }
}


/* =========================================================
   BRANDINFO - KHÓ KHĂN KHI KHÔNG CÓ WEBSITE BÁN HÀNG

   Section:
   brandinfo-problems-section

   Cả 2 Row:
   brandinfo-problems-grid

   Icon Box:
   brandinfo-problem-card problem-card-01
   brandinfo-problem-card problem-card-02
   ...
   ========================================================= */


/* =========================================================
   SECTION
   ========================================================= */

.brandinfo-problems-section {
    --bi-blue: #007fc0;
    --bi-green: #9ecb3b;
    --bi-dark: #101735;
    --bi-text: #566875;
    --bi-icon-bg: #eef8ff;

    position: relative;
    overflow: hidden;
}


/* =========================================================
   ROW - CHUYỂN SANG GRID 3 CỘT BẰNG NHAU
   ========================================================= */

.brandinfo-problems-section .brandinfo-problems-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;

    width: 100% !important;
    max-width: 1200px !important;

    margin: 0 auto 20px !important;
    padding: 0 !important;

    column-gap: 28px !important;
    row-gap: 20px !important;
}

/* Hàng cuối không tạo khoảng trống lớn */
.brandinfo-problems-section .brandinfo-problems-grid:last-child {
    margin-bottom: 0 !important;
}


/* =========================================================
   COLUMN - XÓA KÍCH THƯỚC FLEX MẶC ĐỊNH CỦA FLATSOME
   ========================================================= */

.brandinfo-problems-section
.brandinfo-problems-grid
> .col {
    display: flex !important;
    align-items: stretch !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    flex: none !important;
    flex-basis: auto !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Col-inner phải cao bằng toàn bộ ô Grid */
.brandinfo-problems-section
.brandinfo-problems-grid
> .col
> .col-inner {
    display: flex !important;
    align-items: stretch !important;

    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   CARD
   ========================================================= */

.brandinfo-problems-section .brandinfo-problem-card {
    position: relative;
    z-index: 1;

    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 26px 26px 25px !important;

    overflow: hidden;
    text-align: left;

    background: rgba(255, 255, 255, 0.97);

    border: 1px solid rgba(0, 127, 192, 0.11);
    border-radius: 18px;

    box-sizing: border-box;

    box-shadow:
        0 10px 28px rgba(23, 65, 95, 0.08),
        0 2px 7px rgba(23, 65, 95, 0.04);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

/* Hover chỉ tác động tới card */
.brandinfo-problems-section .brandinfo-problem-card:hover {
    border-color: rgba(0, 127, 192, 0.25);

    box-shadow:
        0 18px 42px rgba(23, 65, 95, 0.13),
        0 4px 12px rgba(23, 65, 95, 0.06);

    transform: translateY(-5px);
}


/* =========================================================
   ICON
   KHÔNG ÉP WIDTH/HEIGHT
   KÍCH THƯỚC CHỈNH TRONG UX BUILDER
   ========================================================= */

.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-img {
    position: relative;
    z-index: 2;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    /* Width lấy từ Image Width trong UX Builder */
    aspect-ratio: 1 / 1;

    margin: 0 0 22px !important;
    padding: 10px !important;

    background: var(--bi-icon-bg) !important;
    background-color: var(--bi-icon-bg) !important;

    border: 0 !important;
    border-radius: 50% !important;

    box-sizing: border-box;

    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
}

/* Các lớp bên trong Flatsome */
.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-img
.icon,

.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-img
.icon-inner,

.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-img
a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    box-shadow: none !important;

    transform: none !important;
    transition: none !important;
}

/* Không đặt kích thước ảnh icon */
.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-img
img {
    display: block !important;

    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;

    margin: auto !important;

    object-fit: contain !important;

    opacity: 1 !important;
    filter: none !important;

    background: transparent !important;
    box-shadow: none !important;

    transform: none !important;
    transition: none !important;
}

/* SVG */
.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-img
svg {
    display: block !important;

    max-width: 100% !important;
    max-height: 100% !important;

    background: transparent !important;
    box-shadow: none !important;

    transform: none !important;
    transition: none !important;
}

/* Khóa icon không thay đổi khi hover */
.brandinfo-problems-section
.brandinfo-problem-card:hover
.icon-box-img {
    background: var(--bi-icon-bg) !important;
    background-color: var(--bi-icon-bg) !important;

    box-shadow: none !important;
    transform: none !important;
}

.brandinfo-problems-section
.brandinfo-problem-card:hover
.icon-box-img
.icon,

.brandinfo-problems-section
.brandinfo-problem-card:hover
.icon-box-img
.icon-inner,

.brandinfo-problems-section
.brandinfo-problem-card:hover
.icon-box-img
a {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    box-shadow: none !important;
    transform: none !important;
}

.brandinfo-problems-section
.brandinfo-problem-card:hover
.icon-box-img
img,

.brandinfo-problems-section
.brandinfo-problem-card:hover
.icon-box-img
svg {
    opacity: 1 !important;
    filter: none !important;

    background: transparent !important;
    box-shadow: none !important;

    transform: none !important;
}


/* =========================================================
   NỘI DUNG ICON BOX
   ========================================================= */

.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-text {
    position: relative;
    z-index: 2;

    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;

    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Tiêu đề */
.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-text
h3,

.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-text
h4,

.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-text
h5 {
    position: relative;

    margin: 0 0 17px !important;
    padding: 0 0 12px !important;

    color: var(--bi-dark);

    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

/* Gạch nhỏ dưới tiêu đề */
.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-text
h3::after,

.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-text
h4::after,

.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-text
h5::after {
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 38px;
    height: 3px;

    background: var(--problem-accent);
    border-radius: 99px;
}

/* Mô tả */
.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-text
p {
    margin: 0 !important;
    padding: 0 !important;

    color: var(--bi-text);

    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}


/* =========================================================
   SỐ THỨ TỰ GÓC PHẢI
   ========================================================= */

.brandinfo-problems-section
.brandinfo-problem-card::before {
    content: var(--problem-number);

    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;

    display: flex;
    align-items: flex-start;
    justify-content: flex-end;

    width: 74px;
    height: 68px;
    padding: 10px 10px 0 0;

    color: #ffffff;
    background: var(--problem-accent);

    border-radius: 0 18px 0 100%;

    box-sizing: border-box;

    font-size: 18px;
    line-height: 1;
    font-weight: 700;

    pointer-events: none;
}


/* =========================================================
   HỌA TIẾT CHẤM
   ========================================================= */

.brandinfo-problems-section
.brandinfo-problem-card::after {
    content: "";

    position: absolute;
    top: 69px;
    right: 15px;
    z-index: 1;

    width: 42px;
    height: 28px;

    color: var(--problem-accent);
    opacity: 0.36;

    background-image: radial-gradient(
        circle,
        currentColor 1.3px,
        transparent 1.5px
    );

    background-size: 7px 7px;

    pointer-events: none;
}


/* =========================================================
   HỌA TIẾT TRÒN Ở GÓC DƯỚI
   ========================================================= */

.brandinfo-problems-section
.brandinfo-problem-card
.icon-box-text::after {
    content: "";

    position: absolute;
    right: -58px;
    bottom: -60px;
    z-index: -1;

    width: 105px;
    height: 105px;

    background: var(--problem-soft);
    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   SỐ VÀ MÀU TỪNG CARD
   ========================================================= */

.brandinfo-problems-section .problem-card-01 {
    --problem-number: "01";
    --problem-accent: #078cd8;
    --problem-soft: rgba(0, 127, 192, 0.09);
}

.brandinfo-problems-section .problem-card-02 {
    --problem-number: "02";
    --problem-accent: #078cd8;
    --problem-soft: rgba(0, 127, 192, 0.09);
}

.brandinfo-problems-section .problem-card-03 {
    --problem-number: "03";
    --problem-accent: #8dcc00;
    --problem-soft: rgba(158, 203, 59, 0.15);
}

.brandinfo-problems-section .problem-card-04 {
    --problem-number: "04";
    --problem-accent: #8dcc00;
    --problem-soft: rgba(158, 203, 59, 0.15);
}

.brandinfo-problems-section .problem-card-05 {
    --problem-number: "05";
    --problem-accent: #078cd8;
    --problem-soft: rgba(0, 127, 192, 0.09);
}

.brandinfo-problems-section .problem-card-06 {
    --problem-number: "06";
    --problem-accent: #8dcc00;
    --problem-soft: rgba(158, 203, 59, 0.15);
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 849px) {
    .brandinfo-problems-section .brandinfo-problems-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 20px !important;
        row-gap: 20px !important;
    }

    .brandinfo-problems-section .brandinfo-problem-card {
        padding: 23px 22px 22px !important;
    }

    .brandinfo-problems-section
    .brandinfo-problem-card
    .icon-box-text
    h3,

    .brandinfo-problems-section
    .brandinfo-problem-card
    .icon-box-text
    h4,

    .brandinfo-problems-section
    .brandinfo-problem-card
    .icon-box-text
    h5 {
        font-size: 18px;
    }

    .brandinfo-problems-section
    .brandinfo-problem-card
    .icon-box-text
    p {
        font-size: 14px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 549px) {
    .brandinfo-problems-section .brandinfo-problems-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        row-gap: 16px !important;
        margin-bottom: 16px !important;
    }

    .brandinfo-problems-section .brandinfo-problem-card {
        padding: 22px 20px 24px !important;
        border-radius: 16px;
    }

    .brandinfo-problems-section
    .brandinfo-problem-card::before {
        border-radius: 0 16px 0 100%;
    }

    .brandinfo-problems-section
    .brandinfo-problem-card
    .icon-box-img {
        margin-bottom: 18px !important;
        padding: 8px !important;
    }

    .brandinfo-problems-section
    .brandinfo-problem-card
    .icon-box-text
    h3,

    .brandinfo-problems-section
    .brandinfo-problem-card
    .icon-box-text
    h4,

    .brandinfo-problems-section
    .brandinfo-problem-card
    .icon-box-text
    h5 {
        margin-bottom: 15px !important;
        font-size: 18px;
    }

    .brandinfo-problems-section
    .brandinfo-problem-card
    .icon-box-text
    p {
        font-size: 14px;
        line-height: 1.65;
    }
}

/* Đồng bộ riêng card số 4 với các card còn lại */
.brandinfo-problems-section .problem-card-04 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 26px !important;

    box-sizing: border-box !important;
}

/* Đưa icon về đúng vị trí */
.brandinfo-problems-section .problem-card-04 > .icon-box-img {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    flex: 0 0 auto !important;

    margin: 0 0 22px !important;
    padding-left: 0 !important;

    transform: none !important;
}

/* Đưa nội dung về đúng vị trí */
.brandinfo-problems-section .problem-card-04 > .icon-box-text {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: left !important;
    transform: none !important;
}

/* Đồng bộ tiêu đề */
.brandinfo-problems-section .problem-card-04 > .icon-box-text h3,
.brandinfo-problems-section .problem-card-04 > .icon-box-text h4,
.brandinfo-problems-section .problem-card-04 > .icon-box-text h5 {
    width: 100% !important;

    margin: 0 0 17px !important;
    padding: 0 0 12px !important;

    text-align: left !important;
}

/* Đồng bộ phần mô tả */
.brandinfo-problems-section .problem-card-04 > .icon-box-text p {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: left !important;
}



/* =========================================================
   BRANDINFO - SƠ ĐỒ LỢI ÍCH WEBSITE BÁN HÀNG

   Section: bi-benefits-section
   Row: bi-benefits-map

   Cột trái:
   bi-benefits-side bi-benefits-left

   Cột giữa:
   bi-benefits-center

   Cột phải:
   bi-benefits-side bi-benefits-right

   Icon Box:
   bi-benefit-point

   Image:
   bi-benefit-device
   ========================================================= */

/* =========================
   SECTION
   ========================= */

.bi-benefits-section {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(circle at 15% 45%,
            rgba(0, 127, 192, 0.09),
            transparent 30%),
        radial-gradient(circle at 87% 45%,
            rgba(158, 203, 59, 0.12),
            transparent 28%),
        linear-gradient(135deg,
            #ffffff 0%,
            #f5fbff 52%,
            #fbfff3 100%);
}

/* Họa tiết mờ */
.bi-benefits-section::before,
.bi-benefits-section::after {
    content: "";
    position: absolute;

    width: 360px;
    height: 360px;

    border: 1px solid rgba(0, 127, 192, 0.08);
    border-radius: 50%;

    pointer-events: none;
}

.bi-benefits-section::before {
    top: -210px;
    left: -170px;
}

.bi-benefits-section::after {
    right: -190px;
    bottom: -230px;

    border-color: rgba(158, 203, 59, 0.12);
}


/* =========================
   ROW NỘI DUNG
   ========================= */

.bi-benefits-map {
    position: relative;
    z-index: 1;

    align-items: center !important;

    width: 100%;
    max-width: 1320px !important;

    margin-right: auto !important;
    margin-left: auto !important;
}


/* =========================================================
   6 ĐƯỜNG NỐI TỪ ICON BOX ĐẾN HÌNH TRUNG TÂM
   ========================================================= */

.bi-benefits-map::before {
    content: "";

    position: absolute;
    top: 25px;
    right: 20px;
    bottom: 25px;
    left: 20px;
    z-index: 0;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 620' preserveAspectRatio='none'%3E%3Cg fill='none' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M260 95 C390 95 430 205 535 255' stroke='%23007FC0' stroke-dasharray='6 8'/%3E%3Cpath d='M260 310 C400 310 440 310 535 310' stroke='%239ECB3B' stroke-dasharray='6 8'/%3E%3Cpath d='M260 525 C390 525 430 415 535 365' stroke='%23007FC0' stroke-dasharray='6 8'/%3E%3Cpath d='M940 95 C810 95 770 205 665 255' stroke='%239ECB3B' stroke-dasharray='6 8'/%3E%3Cpath d='M940 310 C800 310 760 310 665 310' stroke='%23007FC0' stroke-dasharray='6 8'/%3E%3Cpath d='M940 525 C810 525 770 415 665 365' stroke='%239ECB3B' stroke-dasharray='6 8'/%3E%3C/g%3E%3Cg fill='%23ffffff' stroke-width='3'%3E%3Ccircle cx='260' cy='95' r='6' stroke='%23007FC0'/%3E%3Ccircle cx='260' cy='310' r='6' stroke='%239ECB3B'/%3E%3Ccircle cx='260' cy='525' r='6' stroke='%23007FC0'/%3E%3Ccircle cx='940' cy='95' r='6' stroke='%239ECB3B'/%3E%3Ccircle cx='940' cy='310' r='6' stroke='%23007FC0'/%3E%3Ccircle cx='940' cy='525' r='6' stroke='%239ECB3B'/%3E%3C/g%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

    opacity: 0.72;

    pointer-events: none;
}


/* Các cột phải nằm trên đường nối */
.bi-benefits-map>.col {
    position: relative;
    z-index: 2;
}


/* =========================
   CỘT CHỨA 3 LỢI ÍCH
   ========================= */

.bi-benefits-side>.col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 25px;
}


/* =========================
   TỪNG ICON BOX
   ========================= */

.bi-benefit-point.icon-box {
    position: relative;

    display: flex !important;
    align-items: center !important;

    gap: 17px;

    width: 100%;
    min-height: 125px;

    margin: 0 !important;
    padding: 17px 19px;

    background: rgba(255, 255, 255, 0.86);

    border: 1px solid rgba(0, 127, 192, 0.11);
    border-radius: 18px;

    box-shadow:
        0 10px 28px rgba(0, 77, 116, 0.07);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

/* Vạch màu nhỏ cạnh mỗi lợi ích */
.bi-benefit-point.icon-box::before {
    content: "";

    position: absolute;
    top: 20px;
    bottom: 20px;

    width: 3px;

    background: linear-gradient(180deg,
            #007fc0,
            #9ecb3b);

    border-radius: 99px;

    opacity: 0.75;
}

.bi-benefits-left .bi-benefit-point::before {
    right: 0;
}

.bi-benefits-right .bi-benefit-point::before {
    left: 0;
}


/* =========================
   ICON
   ========================= */

.bi-benefit-point .icon-box-img {
    display: flex !important;
    flex: 0 0 72px !important;
    align-items: center !important;
    justify-content: center !important;

    width: 72px !important;
    max-width: 72px !important;
    height: 72px !important;

    margin: 0 !important;
    padding: 13px !important;

    background:
        linear-gradient(145deg,
            rgba(0, 127, 192, 0.11),
            rgba(158, 203, 59, 0.12)) !important;

    border: 1px solid rgba(0, 127, 192, 0.12);
    border-radius: 50%;

    box-shadow:
        inset 0 0 0 5px rgba(255, 255, 255, 0.65);

    transform: none !important;
    transition: none !important;
}

.bi-benefit-point .icon-box-img img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    object-fit: contain;

    filter: none !important;
    transform: none !important;
    transition: none !important;
}

/* Không đổi nền icon khi hover */
.bi-benefit-point:hover .icon-box-img,
.bi-benefit-point:hover .icon-box-img img {
    background:
        linear-gradient(145deg,
            rgba(0, 127, 192, 0.11),
            rgba(158, 203, 59, 0.12)) !important;

    filter: none !important;
    transform: none !important;
}


/* =========================
   NỘI DUNG ICON BOX
   ========================= */

.bi-benefit-point .icon-box-text {
    flex: 1 1 auto;

    width: auto !important;
    min-width: 0;

    margin: 0 !important;
    padding: 0 !important;
}

.bi-benefit-point .icon-box-text h3 {
    margin: 0 0 7px !important;

    color: #007fc0;

    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.bi-benefit-point .icon-box-text p {
    margin: 0 !important;

    color: #53666f;

    font-size: 14.5px;
    line-height: 1.65;
    font-weight: 400;
}


/* =========================
   CỘT BÊN TRÁI
   ========================= */

.bi-benefits-left .bi-benefit-point {
    flex-direction: row-reverse !important;

    text-align: right;
}

.bi-benefits-left .bi-benefit-point .icon-box-text,
.bi-benefits-left .bi-benefit-point .icon-box-text h3,
.bi-benefits-left .bi-benefit-point .icon-box-text p {
    text-align: right !important;
}


/* =========================
   CỘT BÊN PHẢI
   ========================= */

.bi-benefits-right .bi-benefit-point {
    flex-direction: row !important;

    text-align: left;
}

.bi-benefits-right .bi-benefit-point .icon-box-text,
.bi-benefits-right .bi-benefit-point .icon-box-text h3,
.bi-benefits-right .bi-benefit-point .icon-box-text p {
    text-align: left !important;
}


/* =========================
   HOVER CARD
   ========================= */

.bi-benefit-point:hover {
    border-color: rgba(158, 203, 59, 0.48);

    box-shadow:
        0 18px 38px rgba(0, 92, 132, 0.13);

    transform: translateY(-5px);
}


/* =========================
   HÌNH LAPTOP VÀ ĐIỆN THOẠI
   ========================= */

.bi-benefits-center {
    position: relative;
}

.bi-benefits-center>.col-inner {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 540px;
    padding: 28px;

    background:
        radial-gradient(circle at center,
            rgba(0, 127, 192, 0.12),
            rgba(158, 203, 59, 0.06) 42%,
            transparent 70%);

    border-radius: 40px;
}

/* Vòng sáng phía sau thiết bị */
.bi-benefits-center>.col-inner::before,
.bi-benefits-center>.col-inner::after {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    border: 1px solid rgba(0, 127, 192, 0.12);
    border-radius: 50%;

    transform: translate(-50%, -50%);
    pointer-events: none;
}

.bi-benefits-center>.col-inner::before {
    width: 410px;
    height: 410px;
}

.bi-benefits-center>.col-inner::after {
    width: 500px;
    height: 500px;

    border-color: rgba(158, 203, 59, 0.13);
}

.bi-benefit-device {
    position: relative;
    z-index: 2;

    width: 100%;
}

.bi-benefit-device img {
    display: block;

    width: 100%;
    max-width: 520px;

    margin: 0 auto;

    filter: drop-shadow(0 24px 35px rgba(0, 76, 112, 0.17));

    transition: transform 0.35s ease;
}

.bi-benefit-device:hover img {
    transform: translateY(-5px);
}


/* =========================================================
   TABLET VÀ MOBILE
   ========================================================= */

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

    /* Ẩn đường nối vì các cột đã xuống hàng */
    .bi-benefits-map::before {
        display: none;
    }

    /* Đưa hình thiết bị lên trước */
    .bi-benefits-center {
        order: -1;
    }

    .bi-benefits-center>.col-inner {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .bi-benefits-center>.col-inner::before {
        width: 330px;
        height: 330px;
    }

    .bi-benefits-center>.col-inner::after {
        width: 400px;
        height: 400px;
    }

    .bi-benefits-side>.col-inner {
        gap: 16px;
    }

    /* Mobile và tablet đều căn trái */
    .bi-benefits-left .bi-benefit-point,
    .bi-benefits-right .bi-benefit-point {
        flex-direction: row !important;
        text-align: left;
    }

    .bi-benefits-left .bi-benefit-point::before,
    .bi-benefits-right .bi-benefit-point::before {
        right: auto;
        left: 0;
    }

    .bi-benefits-left .bi-benefit-point .icon-box-text,
    .bi-benefits-left .bi-benefit-point .icon-box-text h3,
    .bi-benefits-left .bi-benefit-point .icon-box-text p {
        text-align: left !important;
    }
}

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

    .bi-benefit-point.icon-box {
        min-height: auto;
        padding: 15px;
        border-radius: 15px;
    }

    .bi-benefit-point .icon-box-img {
        flex-basis: 60px !important;

        width: 60px !important;
        max-width: 60px !important;
        height: 60px !important;

        padding: 11px !important;
    }

    .bi-benefit-point .icon-box-text h3 {
        font-size: 17px;
    }

    .bi-benefit-point .icon-box-text p {
        font-size: 14px;
        line-height: 1.6;
    }

    .bi-benefits-center>.col-inner::before,
    .bi-benefits-center>.col-inner::after {
        display: none;
    }
}

/* Tiêu đề căn trái */
.bi-benefits-section .bi-benefit-point .icon-box-text h3 {
    text-align: left !important;
}

/* Nội dung căn đều hai bên */
.bi-benefits-section .bi-benefit-point .icon-box-text p {
    text-align: justify !important;
    text-align-last: left;
}

/* =====================================================
   TẮT HOÀN TOÀN HOVER ĐỔI MÀU ICON Ở SECTION LỢI ÍCH
   ===================================================== */

.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img,
.bi-benefits-section
.bi-benefit-point
.icon-box-img:hover {
    background:
        linear-gradient(
            145deg,
            rgba(0, 127, 192, 0.11),
            rgba(158, 203, 59, 0.12)
        ) !important;

    background-color: transparent !important;
    border-color: rgba(0, 127, 192, 0.12) !important;

    box-shadow:
        inset 0 0 0 5px rgba(255, 255, 255, 0.65) !important;

    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Khóa các lớp icon bên trong của Flatsome */
.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img .icon,

.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img .icon-inner,

.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img a,

.bi-benefits-section
.bi-benefit-point
.icon-box-img:hover .icon,

.bi-benefits-section
.bi-benefit-point
.icon-box-img:hover .icon-inner,

.bi-benefits-section
.bi-benefit-point
.icon-box-img:hover a {
    color: inherit !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    box-shadow: none !important;

    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Icon dạng ảnh PNG hoặc WebP */
.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img img,

.bi-benefits-section
.bi-benefit-point
.icon-box-img:hover img {
    opacity: 1 !important;
    visibility: visible !important;

    filter: none !important;
    mix-blend-mode: normal !important;

    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Icon dạng SVG */
.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img svg,

.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img svg *,

.bi-benefits-section
.bi-benefit-point
.icon-box-img:hover svg,

.bi-benefits-section
.bi-benefit-point
.icon-box-img:hover svg * {
    color: inherit !important;

    background: transparent !important;
    box-shadow: none !important;

    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Xóa lớp nền ảo nếu Flatsome tạo khi hover */
.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img::before,

.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img::after,

.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img .icon-inner::before,

.bi-benefits-section
.bi-benefit-point:hover
.icon-box-img .icon-inner::after {
    content: none !important;
    display: none !important;
}



/* =========================================================
   BRANDINFO - QUY TRÌNH THIẾT KẾ WEBSITE 6 BƯỚC
   Section class: bi-process-section
   Row class: bi-process-row
   ========================================================= */

.bi-process-section {
    --process-blue: #007fc0;
    --process-green: #9ecb3b;
    --process-dark: #16223e;
    --process-text: #5c6975;
    --process-line: rgba(0, 127, 192, 0.28);

    position: relative;
    overflow: hidden;

    background:
        radial-gradient(circle at 8% 25%,
            rgba(0, 127, 192, 0.07),
            transparent 28%),
        radial-gradient(circle at 92% 70%,
            rgba(158, 203, 59, 0.10),
            transparent 28%),
        #f8faf7;
}

/* =========================================================
   ROW 6 BƯỚC
   ========================================================= */

.bi-process-row {
    position: relative;

    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;

    width: 100%;
    max-width: 1440px !important;

    margin: 0 auto !important;
}

/* Đường ngang nối 6 bước */
.bi-process-row::before {
    content: "";

    position: absolute;
    top: 31px;
    right: 7%;
    left: 7%;
    z-index: 0;

    height: 2px;

    background: linear-gradient(90deg,
            rgba(0, 127, 192, 0.30),
            rgba(158, 203, 59, 0.45));

    pointer-events: none;
}

/* Đồng bộ các Column */
.bi-process-row>.col {
    position: relative;
    z-index: 1;

    display: flex !important;
    align-items: stretch !important;

    width: 16.666667% !important;
    max-width: 16.666667% !important;
    flex: 0 0 16.666667% !important;

    padding-bottom: 20px;
}

.bi-process-row>.col>.col-inner {
    display: flex !important;

    width: 100%;
    height: 100%;
}

/* Text element */
.bi-process-row .text {
    width: 100%;
    height: 100%;
}

/* =========================================================
   TỪNG BƯỚC
   ========================================================= */

.bi-process-item {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    text-align: center;
}

/* Số thứ tự */
.bi-process-number {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    margin: 0 auto 24px;

    color: var(--process-blue);
    background: #ffffff;

    border: 2px solid rgba(0, 127, 192, 0.32);
    border-radius: 50%;

    box-shadow:
        0 7px 18px rgba(0, 93, 138, 0.09);

    font-size: 18px;
    line-height: 1;
    font-weight: 700;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

/* Đường dọc từ số xuống card */
.bi-process-number::after {
    content: "";

    position: absolute;
    top: 60px;
    left: 50%;

    width: 2px;
    height: 26px;

    background: var(--process-line);

    transform: translateX(-50%);
}

/* =========================================================
   CARD NỘI DUNG
   ========================================================= */

.bi-process-card {
    position: relative;

    display: flex;
    flex: 1;
    flex-direction: column;

    width: 100%;
    min-height: 260px;

    padding: 34px 18px 24px;

    overflow: hidden;

    background: rgba(255, 255, 255, 0.96);

    border: 1px solid rgba(0, 127, 192, 0.13);
    border-radius: 17px;

    box-shadow:
        0 10px 26px rgba(20, 57, 81, 0.07);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

/* Thanh trang trí trên card */
.bi-process-card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 48px;
    height: 4px;

    background: linear-gradient(90deg,
            var(--process-blue),
            var(--process-green));

    border-radius: 0 0 8px 8px;

    transform: translateX(-50%);
    transition: width 0.3s ease;
}

/* Tiêu đề */
.bi-process-card h3 {
    margin: 0 0 16px !important;

    color: var(--process-dark);

    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;

    text-align: center;
}

/* Mô tả */
.bi-process-card p {
    margin: 0 !important;

    color: var(--process-text);

    font-size: 14.5px;
    line-height: 1.75;
    font-weight: 400;

    text-align: justify;
    text-align-last: center;
}

/* =========================================================
   HOVER
   ========================================================= */

.bi-process-item:hover .bi-process-number {
    color: #ffffff;

    background: var(--process-blue);
    border-color: var(--process-blue);

    transform: translateY(-4px);
}

.bi-process-item:hover .bi-process-card {
    border-color: rgba(158, 203, 59, 0.55);

    box-shadow:
        0 18px 38px rgba(20, 72, 99, 0.12);

    transform: translateY(-5px);
}

.bi-process-item:hover .bi-process-card::before {
    width: 90px;
}

/* Xen kẽ màu xanh lá */
.bi-process-row>.col:nth-child(even) .bi-process-number {
    color: #6e9f10;
    border-color: rgba(158, 203, 59, 0.50);
}

.bi-process-row>.col:nth-child(even) .bi-process-item:hover .bi-process-number {
    color: #ffffff;
    background: var(--process-green);
    border-color: var(--process-green);
}

/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1100px) {
    .bi-process-row {
        flex-wrap: wrap !important;
    }

    .bi-process-row::before {
        display: none;
    }

    .bi-process-row>.col {
        width: 33.333333% !important;
        max-width: 33.333333% !important;
        flex-basis: 33.333333% !important;
    }

    .bi-process-card {
        min-height: 230px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 549px) {
    .bi-process-row>.col {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;

        padding-bottom: 18px;
    }

    .bi-process-number {
        width: 56px;
        height: 56px;

        margin-bottom: 20px;

        font-size: 17px;
    }

    .bi-process-number::after {
        top: 54px;
        height: 22px;
    }

    .bi-process-card {
        min-height: auto;
        padding: 30px 20px 23px;

        border-radius: 15px;
    }

    .bi-process-card h3 {
        font-size: 17px;
    }

    .bi-process-card p {
        font-size: 14px;
        line-height: 1.7;
    }
}


/* =========================================================
   BRANDINFO - TRANG ĐIỀU HƯỚNG VỀ CHÚNG TÔI

   Section: brandinfo-about-gateway
   Row: brandinfo-about-gateway-row
   Column: brandinfo-about-gateway-col

   Icon Box: brandinfo-about-gateway-icon
   Image: brandinfo-about-gateway-image
   Text: brandinfo-about-gateway-text
   Button: brandinfo-about-gateway-btn
   ========================================================= */


/* =========================================================
   SECTION
   ========================================================= */

.brandinfo-about-gateway {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(0, 127, 192, 0.07),
            transparent 24%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(158, 203, 59, 0.09),
            transparent 24%
        ),
        #ffffff;
}


/* =========================================================
   ROW
   ========================================================= */

.brandinfo-about-gateway-row {
    position: relative;
    z-index: 2;

    align-items: stretch !important;

    max-width: 1250px !important;
    margin: 55px auto 0 !important;
}


/* =========================================================
   COLUMN
   ========================================================= */

.brandinfo-about-gateway-row > .col {
    display: flex !important;
    align-items: stretch !important;

    padding-bottom: 25px;
}

.brandinfo-about-gateway-row > .col > .col-inner {
    display: flex !important;

    width: 100%;
    height: 100%;

    padding: 0 !important;
}


/* =========================================================
   TOÀN BỘ ICON BOX CHÍNH LÀ CARD
   ========================================================= */

.brandinfo-about-gateway-icon {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;
    min-height: 500px;

    margin: 0 !important;
    padding: 65px 25px 28px !important;

    overflow: visible !important;
    text-align: center;

    background: rgba(255, 255, 255, 0.97);

    border: 1px solid rgba(0, 127, 192, 0.11);
    border-radius: 22px;

    box-shadow:
        0 12px 30px rgba(15, 61, 91, 0.09),
        0 3px 8px rgba(15, 61, 91, 0.04);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.brandinfo-about-gateway-icon:hover {
    border-color: rgba(158, 203, 59, 0.38);

    box-shadow:
        0 20px 42px rgba(15, 61, 91, 0.14),
        0 4px 10px rgba(15, 61, 91, 0.05);

    transform: translateY(-6px);
}


/* =========================================================
   ICON TRÒN NẰM NỔI TRÊN CARD
   ========================================================= */

.brandinfo-about-gateway-icon > .icon-box-img {
    position: absolute !important;
    top: -39px !important;
    left: 50% !important;
    z-index: 5;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 78px !important;
    height: 78px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 50% !important;

    box-shadow:
        0 9px 22px rgba(0, 91, 150, 0.16) !important;

    transform: translateX(-50%) !important;
}

/* Giữ nguyên màu sắc và chi tiết của ảnh icon */
.brandinfo-about-gateway-icon > .icon-box-img img {
    display: block !important;

    width: 78px !important;
    height: 78px !important;
    max-width: 78px !important;
    max-height: 78px !important;

    margin: 0 !important;

    object-fit: contain !important;

    opacity: 1 !important;
    filter: none !important;

    background: transparent !important;

    box-shadow: none !important;
    transform: none !important;
}

/* Không đổi màu icon khi hover */
.brandinfo-about-gateway-icon:hover > .icon-box-img,
.brandinfo-about-gateway-icon:hover > .icon-box-img img {
    opacity: 1 !important;
    filter: none !important;
    background: transparent !important;
    transform: translateX(-50%) !important;
}

.brandinfo-about-gateway-icon:hover > .icon-box-img img {
    transform: none !important;
}


/* =========================================================
   KHỐI CHỨA IMAGE, TEXT VÀ BUTTON
   ========================================================= */

.brandinfo-about-gateway-icon > .icon-box-text {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   ẢNH MINH HỌA
   ========================================================= */

.brandinfo-about-gateway-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 245px !important;

    margin: 0 0 20px !important;
}

.brandinfo-about-gateway-image .img-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;

    background: transparent !important;
}

.brandinfo-about-gateway-image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;
    max-width: 310px !important;
    max-height: 245px !important;

    margin: 0 auto !important;

    object-fit: contain !important;

    background: transparent !important;
}


/* =========================================================
   TEXT
   ========================================================= */

.brandinfo-about-gateway-text {
    width: 100% !important;
    min-height: 112px;

    margin: 0 0 20px !important;
    padding: 0 !important;

    text-align: center !important;
}

.brandinfo-about-gateway-text h3,
.brandinfo-about-gateway-text h4,
.brandinfo-about-gateway-text h5 {
    margin: 0 0 10px !important;

    color: #007fc0;

    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;

    text-align: center !important;
}

.brandinfo-about-gateway-text p {
    margin: 0 !important;

    color: #5f6d78;

    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;

    text-align: center !important;
}


/* =========================================================
   BUTTON
   ========================================================= */

.brandinfo-about-gateway-btn {
    margin: auto auto 0 !important;
    text-align: center !important;
}

.brandinfo-about-gateway-btn.button,
.brandinfo-about-gateway-btn .button {
    min-width: 145px;

    margin: 0 !important;
    padding: 10px 22px !important;

    color: #007fc0 !important;
    background: transparent !important;

    border: 2px solid #007fc0 !important;
    border-radius: 10px !important;

    box-shadow: none !important;

    font-size: 15px;
    line-height: 1.4 !important;
    font-weight: 700;
    text-transform: none !important;
}

.brandinfo-about-gateway-btn.button:hover,
.brandinfo-about-gateway-btn .button:hover {
    color: #ffffff !important;
    background: #007fc0 !important;
}


/* Nút card thứ hai màu xanh lá */
.brandinfo-about-gateway-row
> .col:nth-child(2)
.brandinfo-about-gateway-btn.button,

.brandinfo-about-gateway-row
> .col:nth-child(2)
.brandinfo-about-gateway-btn .button {
    color: #75b928 !important;
    border-color: #75b928 !important;
}

.brandinfo-about-gateway-row
> .col:nth-child(2)
.brandinfo-about-gateway-btn.button:hover,

.brandinfo-about-gateway-row
> .col:nth-child(2)
.brandinfo-about-gateway-btn .button:hover {
    color: #ffffff !important;
    background: #75b928 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 849px) {
    .brandinfo-about-gateway-row {
        margin-top: 45px !important;
    }

    .brandinfo-about-gateway-icon {
        min-height: 470px;
        padding: 60px 20px 24px !important;
    }

    .brandinfo-about-gateway-image {
        height: 220px !important;
    }

    .brandinfo-about-gateway-image img {
        max-height: 220px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 549px) {
    .brandinfo-about-gateway-row {
        margin-top: 35px !important;
    }

    .brandinfo-about-gateway-row > .col {
        padding-bottom: 55px;
    }

    .brandinfo-about-gateway-icon {
        min-height: auto;
        padding: 55px 18px 24px !important;

        border-radius: 18px;
    }

    .brandinfo-about-gateway-icon > .icon-box-img {
        top: -34px !important;

        width: 68px !important;
        height: 68px !important;
    }

    .brandinfo-about-gateway-icon > .icon-box-img img {
        width: 68px !important;
        height: 68px !important;
        max-width: 68px !important;
        max-height: 68px !important;
    }

    .brandinfo-about-gateway-image {
        height: 205px !important;
    }

    .brandinfo-about-gateway-image img {
        max-height: 205px !important;
    }

    .brandinfo-about-gateway-text {
        min-height: auto;
    }
}