/* --- CÀI ĐẶT CHUNG VÀ BIẾN --- */
:root {
    --primary-font: 'Inter', sans-serif;
    --text-color: #000;
    --background-color: #ffffff;
    --primary-red: #E40000;
    /* Giả định màu đỏ cho các nút */
}

body {
    margin: 0;
    font-family: var(--primary-font);
    /* Màu nền nhẹ cho toàn trang */
}

h1,
h2 {
    text-align: center;
    color: #1a2c4e;
    /* Màu xanh đậm cho tiêu đề */
}

h1 {
    font-size: 48px;
    margin-bottom: 40px;
}

h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- CONTAINER CHÍNH --- */
.data-container {
    width: 1440px;
    min-height: auto;
    position: relative;
    margin: 0 auto;
    background-color: var(--background-color);
    padding: 0 50px;
    box-sizing: border-box;
    overflow: visible;
}

/* --- KHUNG BỌC TIÊU ĐỀ PAM/PIM --- */
.frame-a-wrapper {
    width: 1346.08px;
    /* height: 962.18px; */
    margin: 120px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    box-sizing: border-box;
}

.frame-a-content {
    width: 1346.08px;
    height: 876.18px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.frame-a-content-top {
    position: relative;
    display: flex;
    align-items: center;
    height: 356.07px;
}
.frame-a-content-top-img {
    width: 669px;
    height: 214.503px;
    object-fit: cover;
    position: static;
    margin-left: 107.08px;
    margin-right: 181px;
}
.frame-a-content-bottom {
    width: 1346.08px;
    height: 488.12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 51px;
}
.frame-a-content-bottom-img-left {
    width: 587.076px;
    height: 488px;
    object-fit: cover;
    flex-shrink: 0;
    margin-left: 0;
}
.frame-a-content-bottom-img-right {
    width: 708px;
    height: 488.118px;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 0;
}

.frame-a-content-top-img-right {
    width: 282px;
    height: 356.067px;
    object-fit: cover;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 0;
}

/* --- HEADER & CONTACT --- */
.header-menu-placeholder {
    height: 80px;
    background-color: #ddd;
    text-align: center;
    line-height: 80px;
}

.top-contact-bar {
    background-color: var(--background-color);
    color: var(--text-color);
    padding: 8px 20px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 491px;
    height: 39px;
    margin-left: 17px;
    margin-bottom: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-item img {
    width: 20px;
    height: 16px;
    object-fit: contain;
}

.contact-item:last-child img {
    width: 16px;
}

/* --- KHUNG A (Tiêu đề) & KHUNG B/C (Hình ảnh) --- */
.frame-a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 0;
}

.frame-a1 h1 {
    height: 54px;
    flex-shrink: 0;
    align-self: stretch;
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 54px */
}

.frame-d1 h2 {
    height: 54px;
    flex-shrink: 0;
    align-self: stretch;
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 54px */
}

.frame-b2 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.frame-b8 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 1132px;
    height: 356.0667px;
    justify-content: center;
    align-items: center;
    margin-left: 97px;
}

.frame-c3 {
    width: 708px;
    height: 488.118px;
}

.frame-c2 {
    width: 587.076px;
    height: 488px;
}
.b21-image{
    margin-left: 100px;
}
.b22-image{
    margin-left: 160px;
}
.frame-b21 {
    width: 282px;
    height: 356.067px;
}

.frame-b22 {
    width: 669px;
    height: 214.503px;
}

/* --- KHUNG D (Giới thiệu giải pháp) --- */
.frame-d {
    margin-top: 50px;
}

.frame-d2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.frame-d21 {
    flex: 1.2;
    /* Cho phần text rộng hơn */
}

.d21-text {
    display: flex;
    width: 659px;
    height: 363px;
    flex-direction: column;
    justify-content: center;
    color: #000;
    margin-left: 160px;
    text-align: justify;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    /* 40px */
}

.frame-d22 {
    width: 433px;
    height: 383px;
}

.frame-d22 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- KHUNG E (Nhóm khách hàng) - PHIÊN BẢN ĐÃ SỬA THEO HÌNH ẢNH --- */
.frame-e {
    margin-top: 80px;
    margin-bottom: 80px;
}

.frame-e1 h2 {
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 54px */
    height: 54px;
    align-self: stretch;
}

.frame-e h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #212529;
}

.frame-ee2 {
    display: flex;
    justify-content: center;
    /* Căn giữa các card */
    gap: 32px;
    /* Khoảng cách chính xác giữa các card */
}

.frame-e2-card {
    border-radius: 20px;
    background: #F1F1F1;
    display: flex;
    width: 263px;
    height: 357px;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.frame-e2-card:hover {
    transform: translateY(-8px);
    /* Nhấc card lên một chút */
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.08);
    /* Tăng bóng đổ khi hover */
}

.e2-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.e2-icon-wrapper {
    margin-top: 20px;
    width: 111px;
    height: 111px;
    background-color: #FFFFFF;
    /* Nền trắng cho icon */
    border-radius: 24px;
    /* Bo góc của ô chứa icon */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    /* Khoảng cách từ icon đến tiêu đề */
    flex-shrink: 0;
}

.e2-inner-img {
    width: 90px;
    /* Kích thước của icon màu đen bên trong */
    height: 90px;
}

.e2-inner-label {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-self: stretch;
    margin-bottom: 24px;
    width: 225px;
    height: 24px;
}

.e2-inner-desc {
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 225px;
    height: 94px;

}




.frame-e2-card:hover {
    background: #e53935;
}

.frame-e2-card:hover .e2-inner-label,
.frame-e2-card:hover .e2-inner-desc {
    color: #fff;
}

.frame-e2-card:hover .e2-inner-desc {
    font-style: italic;
}

/* --- KHUNG F (Giải pháp phân phối) --- */
.frame-f-box {
    width: 1112px;
    height: 190px;
    background: #fff;
    /* border: 2px solid #E53935; */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0 auto;
    overflow: hidden;
}
.frame-f-box img {
    min-width: 100%;
    min-height: 100%;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.frame-f1 h2 {
    height: 54px;
    align-self: stretch;
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 54px */
}

/* Tổng thể khung G */
.frame-g {
    position: relative;
    /* Cần thiết để định vị các mũi tên */
    padding: 40px 60px;
    /* Thêm khoảng đệm để mũi tên không bị dính sát lề */
    border-radius: 8px;
    overflow: hidden;
}

.frame-g3>div {
    display: grid;
    width: 299.46px;
    height: 407.96px;
    padding-bottom: 25.012px;
    row-gap: 8.68px;
    column-gap: 20px;
    grid-template-rows: 330px 44.27px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    border-radius: 43.4px 0px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: none;
    border: none;
}

/* Tiêu đề */
.frame-g1 {
    text-align: center;
    margin-bottom: 30px;
}

.frame-g1 h2 {
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 54px */
    height: 54px;
    align-self: stretch;
}

/* Các mũi tên */
.g-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.g-arrow:hover {
    background-color: transparent;
}

.g-arrow:hover svg path {
    fill: #7D7D7D;
}

.g-arrow-left {
    left: 100px;
}

.g-arrow-right {
    right: 100px;
}

.g-arrow-img {
    display: block;
}



/* Container cho các dịch vụ */
.frame-g2 {
    display: flex;
    justify-content: center;
}

/* Dùng chung cho cả 2 nhóm dịch vụ */
#initial-services,
#alt-services {
    display: flex;
    justify-content: space-around;
    /* Căn đều các mục */
    align-items: flex-start;
    gap: 20px;
    /* Khoảng cách giữa các mục */
    width: 100%;
}

/* Kiểu cho từng mục dịch vụ (g31, g32, ...) */
.frame-g31,
.frame-g32,
.frame-g33,
.frame-g34,
.frame-g35,
.frame-g36 {
    text-align: center;
    flex: 1;
    /* Để các mục có chiều rộng bằng nhau */
    max-width: 300px;
    height: 408px;
    /* Giới hạn chiều rộng tối đa */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.g3-image {
    width: 299.46px;
    height: 330px;
    border-radius: 43.4px 0px;
}

.g3-label {
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    width: 261px;
}

/* --- KHUNG H (Thông tin giá) --- */
/* style.css */

.frame-h {
    width: 1250px;
    height: 561px;
    border-radius: 20px;
    border: 5px solid #D72323;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.frame-h1 h2 {
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 54px */
    height: 54px;
    align-self: stretch;
}

.frame-h2 {
    margin-top: 10px;
    display: flex;
    margin-left: 25px;
}

.frame-h21 {
    margin-bottom: 15px;
}

.frame-h211 {
    color: #D72323;

    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
    align-self: stretch;
    height: 36px;
}

.frame-h212 {
    color: #000;

    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 54px */
    align-self: stretch;
    width: 554px;
}

.frame-h4 {
    margin-left: 130px;
    margin-top: 20px;
}

.frame-h4 .h4-text {
    color: #D72323;

    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 60px */
}

.frame-h5 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 130px;
}

.frame-h5-1 {
    margin-top: 52px;
}

.frame-h5-2 {
    margin-top: 18px;
}

.h5-icon {
    width: 19.463px;
    height: 21.309px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h5-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: Inter, sans-serif;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
}

.frame-h6 {
    border-radius: 60px;
    background: #F1F1F1;
    box-shadow: 2px 4px 7.3px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    width: 315px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.frame-h6 .h6-text {
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.frame-h3-group {
    margin-top: 20px;
    margin-left: 30px;
    width: 550px; /* Thêm chiều rộng cố định */
    text-align: left; /* Căn trái toàn bộ nội dung */
}

.frame-h3-group>div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    text-align: left; /* Đảm bảo các dòng con cũng căn trái */
}

.h3-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.h3-text {
    color: #000;
    text-align: left; /* Căn trái chữ khi xuống hàng */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    /* 24px */

}

.frame-h6:hover {
    background: #D72323;
}

.frame-h6:hover .h6-text {
    color: #fff;
}

.frame-h6 a.h6-text {
    text-decoration: none !important;
}


/*====================================================================Phần 2*/
.solutions {
    width: 1241px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solutions-header {
    display: flex;
    gap: 40px;
    margin: 32px 0;
}

.dropdown-btn {
    width: 220px;
    height: 43px;
    font-size: 16px;
    background: #d9d9d9;
    color: #000;
    border: none;
    border-radius: 60px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: Inter, sans-serif;
    gap: 8px;
    padding: 0 16px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Mặc định căn giữa */
    gap: 8px;
    width: 220px;
    padding: 0 16px;
    transition: justify-content 0.3s;
}

.dropdown-btn.space-between {
    justify-content: space-between !important;
}

.dropdown-btn:focus {
    outline: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    max-height: 190px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s, opacity 0.3s, visibility 0.3s;
    pointer-events: auto;
}

.dropdown-menu.hide {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-item {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 10px;
    font-family: Inter, sans-serif;
    background: transparent;
    color: #000;
    border-bottom: none;
    border-radius: 0;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: background 0.3s, color 0.3s, border-radius 0.3s;
}

.dropdown-item:hover {
    background: #D72323;
    color: #fff;
    border-radius: 8px;
}

.dropdown-item::after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}

.dropdown-item:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.solutions-title {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.solutions-title h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

/* Card dọc */
.solution-list-vertical {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
}

/* Đảm bảo tất cả phần tử con trong thẻ dọc phần 2 dùng box-sizing: border-box */
.solution-list-vertical * {
    box-sizing: border-box;
}

.solution-vertical-card {
    position: relative;
    width: 128.81px;
    height: 562.04px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #e0e0e0;
}

.solution-vertical-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s;
    display: block;
}

.solution-vertical-card.active {
    width: 447.2px;
}

.solution-vertical-card.active .vertical-overlay {
    opacity: 1;
    pointer-events: auto;
}

.solution-vertical-card.active .vertical-title {
    opacity: 0;
    right: -50px;
}

.solution-vertical-card .vertical-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: mixed;
    position: absolute;
    right: 48px;
    left: auto;
    bottom: 48px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    opacity: 1;
    transition:
        opacity 0.3s,
        right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    will-change: opacity, right, transform;
    white-space: nowrap;
}

.solution-vertical-card:not(.active) .vertical-title {
    opacity: 1;
    right: 48px;
}

.solution-vertical-card:hover:not(.active) .vertical-title {
    opacity: 0;
    right: -50px;
}

.solution-vertical-card:hover .vertical-overlay {
    opacity: 1;
    pointer-events: auto;
}

/* Vertical line */
.solution-vertical-card::before {
    content: '';
    position: absolute;
    background-color: white;
    width: 2px;
    height: 150px;
    bottom: 48px;
    right: 40px;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}

.solution-vertical-card:nth-child(1)::before {
    height: 101px;
}

.solution-vertical-card:nth-child(2)::before {
    height: 190px;
}

.solution-vertical-card:nth-child(3)::before {
    height: 147px;
}

.solution-vertical-card:nth-child(4)::before {
    height: 106px;
}

.solution-vertical-card:nth-child(5)::before {
    height: 147px;
}

.solution-vertical-card:nth-child(6)::before {
    height: 189px;
}

.solution-vertical-card:hover::before,
.solution-vertical-card.active::before {
    opacity: 0;
}

.vertical-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    width: 447.2px;
    padding: 85.55px 34.4px;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    opacity: 0;
    z-index: 3;
    flex-direction: column;
    pointer-events: none;
    transition: opacity 0.3s;
}

.vertical-overlay-line {
    width: 404.83px;
    max-width: 100%;
    height: 2px;
    background: #fff;
    margin: 0 0 16px 0;
    align-self: flex-start;
    border-radius: 1px;
    display: block;
    opacity: 1;
}

.vertical-overlay h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 12px !important;
    color: #fff;
    font-family: Inter, sans-serif;
}

.vertical-overlay p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    color: #fff;
    font-family: Inter, sans-serif;
    word-break: break-word;
    /* NGĂN TRÀN */
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.vertical-overlay .explore-more-btn {
    margin-bottom: 0 !important;
}

.explore-more-btn,
.explore-more-btn *,
.explore-more-btn:visited {
    text-decoration: none !important;
}

.explore-more-btn {
    height: 37.84px;
    border-radius: 85.14px;
    border: 0.86px solid #D9D9D9;
    display: flex;
    padding: 8.6px 17.2px;
    justify-content: center;
    align-items: center;
    gap: 3.44px;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: none;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.explore-more-btn span {
    font-size: 14px;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    display: inline;
    width: auto;
    height: auto;
    line-height: 1;
}

.explore-more-btn-text {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 12.04px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18.06px */
    margin-right: 3.44px;
}
.explore-more-btn-icon {
    width: 20.64px;
    height: 20.64px;
    aspect-ratio: 20.64/20.64;
    display: inline-block;
}

.vertical-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6.4em;
    /* 4 dòng x 1.6em (line-height) */
}

.frame-b-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 20px;
}
.b-row-img {
    width: 587px;
    height: 488px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-top: -50px;
}

.app2-inner-wrapper {
    margin-top: -700px;
}

.frame-g31:hover,
.frame-g32:hover,
.frame-g33:hover,
.frame-g34:hover,
.frame-g35:hover,
.frame-g36:hover {
    background: #D72323;
    transition: background 0.3s;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.frame-g31 .g3-label,
.frame-g32 .g3-label,
.frame-g33 .g3-label,
.frame-g34 .g3-label,
.frame-g35 .g3-label,
.frame-g36 .g3-label {
    padding-top: 20px;
    transition: color 0.3s;
}

.frame-g31:hover .g3-label,
.frame-g32:hover .g3-label,
.frame-g33:hover .g3-label,
.frame-g34:hover .g3-label,
.frame-g35:hover .g3-label,
.frame-g36:hover .g3-label {
    color: #fff;
}

.frame-g3-card {
    text-align: center;
    flex: 1;
    max-width: 300px;
    height: 408px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    transition: background 0.3s;
}
.frame-g3-card .g3-label {
    padding-top: 20px;
    transition: color 0.3s;
}
.frame-g3-card:hover {
    background: #D72323;
}
.frame-g3-card:hover .g3-label {
    color: #fff;
}

.frame-c3 img {
    margin-top: 60px; /* Hoặc chỉnh giá trị này để xích xuống vừa ý */
}