.container {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
}
/* banner */
.banner-wrapper {
    justify-self: center;
    display: flex;
    padding: 40px 40px 0px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.banner-wrapper .banner {
    display: flex;
    width: 1840px;
    padding: 50px 200px;
    align-items: baseline;
    gap: 100px;
    border-radius: 25px;
    background: var(--background-bg-primary, #042f65);
    position: relative;
}
.banner h2 {
    color: var(--text-heading-inverted, #fff);
    /* H4/Bold */
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;

    font-weight: 700;
    line-height: 40px; /* 133.333% */
}
.banner .banner-navigate {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
    border-radius: 20px 20px 0px 0px;
    background: #f6f9fb;
    position: absolute;
    bottom: 0;
    right: 219.5px;
}
.banner .banner-navigate a {
    color: var(--text-disable, #93969d);
    /* BodySmall/Medium */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}
.breadcrumb-wrapper {
    display: none;
}
.breadcrumb-wrapper .breadCrumb-navigate a {
    color: var(--text-disable, #93969d);
    /* CaptionLarge/CaptionSmall/Regular */
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.breadcrumb-wrapper .breadCrumb-navigate a:last-child {
    color: var(--text-heading-secondary, #2b313f);
    /* CaptionLarge/CaptionSmall/Regular */
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.banner-navigate::after {
    content: "";
    width: 20px;
    height: 40px;
    transform: rotate(0deg);
    border-radius: 0px 0px 20px 0px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 20px 0px 0px #f6f9fb;
    position: absolute;
    bottom: 0;
    left: -20px;
}
.banner-navigate::before {
    content: "";
    width: 20px;
    height: 40px;
    transform: rotate(0deg);
    border-radius: 0px 0px 0px 20px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 20px 0px 0px #f6f9fb;
    position: absolute;
    bottom: 0;
    right: -20px;
}
.banner .banner-navigate a:last-child {
    color: var(--text-heading-secondary, #2b313f);
    /* BodySmall/Medium */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}
.product-wrapper {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.product-wrapper .product-content {
    display: flex;
    width: 1840px;
    padding: 40px 200px;
    /* gap: 100px; */
    border-radius: 15px;
    background: var(--background-bg-primary, #fff);
}
.product-content .content {
    display: flex;
    width: 654px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
}
.content .content-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}
.content-title .content-title-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.content-title .content-title-header p {
    color: var(--text-heading-secondary, #2b313f);
    /* BodySmall/Medium */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}
.content-title .content-title-header h1 {
    color: var(--text-heading-primary, #0e1525);
    /* H1/Semibold */
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 72px */
}
.content-title p {
    color: black;
    /* Subheadline/Regular */
    font-family: Manrope;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.content-title p span {
    color: var(--text-body, #4f5460);
    text-align: justify;
    /* Subheadline/Bold */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    line-height: 28px; /* 140% */
}
.content-title ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.content-title ul li p {
    color: var(--text-body, #4f5460);
    /* Subheadline/Regular */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}
.content-title ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.content-title ul li img {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}
.content .content-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}
.content .content-btn .btn-wrapper button:first-child {
    display: flex;
    height: 60px;
    padding: 20px 40px;
    justify-content: center;
    border: none;
    outline: none;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    background: var(
        --Button,
        linear-gradient(83deg, #0a77ff 23.35%, #5ca5ff 105.14%)
    );
}
.content .content-btn .btn-wrapper button:first-child span {
    color: var(--text-heading-inverted, #fff);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    text-transform: uppercase;
}
.content .content-btn .btn-wrapper button:last-child {
    display: flex;
    height: 60px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    border: 1px solid var(--border-border-dark, #0e1525);
    background: #fff;
}
.content-btn .btn-wrapper button:last-child span {
    color: var(--text-heading-primary, #0e1525);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    text-transform: uppercase;
}
.btn-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.content .content-btn button span {
    color: var(--background-bg-primary, #fff);
    text-align: center;
    /* BodySmall/Semibold */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}
.content-btn .share {
    display: flex;
    align-items: center;
    gap: 16px;
}
.content-btn .share p {
    color: var(--text-placeholder, #626771);
    text-align: center;
    /* BodySmall/Semibold */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
}
.share .share-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}
.share .share-icon button {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10.5px 10px 9.5px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 1px solid var(--border-border-secondary, #f1f1f2);
    background: var(--background-bg-primary, #fff);
    /* Shadow xs */
    box-shadow: 0px 1px 2px 0px rgba(18, 26, 43, 0.05);
}
.share .share-icon button img {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
}
.product-content .content-image {
    width: 686px;
    height: 472px;
    flex-shrink: 0;
    position: relative;
}
.product-content .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-image .content-image-btn {
    min-width: 187px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 10px;
    right: 25px;
}
.content-image .content-image-btn button {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 14px;
    border: 1px solid var(--border-border-secondary, #dbdcde);
    background: transparent;
}
.content-image .content-image-btn button img {
    width: 10.67px;
    height: 12px;
    flex-shrink: 0;
}
.content-image .content-image-btn p {
    color: var(--text-placeholder, #626771);
    text-align: right;
    /* Subheadline/Semibold */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
}
.content-image .content-image-slide {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.content-image .content-image-slide img {
    width: 12px;
    height: 18px;
    flex-shrink: 0;
    cursor: pointer;
}
/* noi bat */
.outstanding-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.outstanding {
    display: flex;
    flex-direction: column;
    width: 1840px;
    padding: 80px 200px;
    align-items: center;
    gap: 56px;
}
.outstanding-wrapper .outstanding-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.outstanding-title p {
    color: var(--text-heading-secondary, #2b313f);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
}
.outstanding-title h1 {
    color: var(--text-heading-primary, #0e1525);
    text-align: center;
    /* H2/Semibold */
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
}
.outstanding-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.outstanding-content .list-outstanding {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    row-gap: 40px;
    column-gap: 32px;
    align-self: stretch;
}
.list-outstanding .item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}
.list-outstanding .item > p {
    text-align: right;
    -webkit-text-stroke: 1px #0a77ff;
    color: white; /* Giữ màu chữ */
    font-family: Manrope;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 89.6px */
    transform: rotate(-90deg);
}
.item .item-title {
    display: flex;
    width: 320px;
    min-height: 90px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.item .item-title h2 {
    color: var(--text-heading-secondary, #2b313f);
    /* Subheadline/Bold */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}
.item .item-title p {
    color: var(--text-placeholder, #93969d);
    text-align: justify;
    /* CaptionLarge/Medium */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    align-self: stretch;
}
.list-product-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.list-product-wrapper .product {
    display: flex;
    width: 1840px;
    flex-direction: column;
    padding: 80px 200px;
    align-items: center;
    justify-content: center;
    gap: 56px;
}
.list-product-wrapper .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.list-product-wrapper .title p {
    color: var(--text-heading-secondary, #2b313f);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
}
.list-product-wrapper .title h1 {
    color: var(--text-heading-primary, #0e1525);
    text-align: center;
    /* H2/Semibold */
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
}
.list-product-wrapper .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.list .list-product {
    display: flex;
    height: 444px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}
.list-product .product-card {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 20px;
    border: 1px solid var(--border-border-secondary, #dbdcde);
    background: #fff;
    position: relative;
    overflow: hidden;
}
.product-card .card-header {
    display: flex;
    height: 240px;
    padding: 12px 16px;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    border-radius: 20px;
    background: var(--blue-blue-900, #053673);
    background-image: url(../assets/image/card1.png);
    background-color: lightgray;
    background-size: cover;
    background-repeat: no-repeat;
}
.card-header .hot {
    display: flex;
    padding: 0px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    background: #f14f44;
}
.card-header .hot span {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 200% */
    text-transform: uppercase;
}
.card-header .heart {
    display: flex;
    padding: 13px 14px;
    align-items: center;
    gap: 10px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
}
.product-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 0px 24px 10px 24px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 180px; /* Ban đầu nhỏ */
    transition: height 0.4s ease-in-out;
    overflow: hidden;
}
/* Khi hover vào .product-card, .card-body mở rộng */
.product-card:hover .card-body {
    height: 100%;
    justify-content: flex-start;
    padding: 24px;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    background-image: url(../assets/icons/Group.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    /* Hiệu ứng mượt mà */
    animation: fadeInSlideUp 0.5s ease-in-out;
}
@keyframes fadeInSlideUp {
    from {
        opacity: 0;
        background-position: bottom -20px right -20px; /* Bắt đầu thấp hơn */
    }
    to {
        opacity: 1;
        background-position: bottom right; /* Kết thúc đúng vị trí */
    }
}
.product-card:hover .card-body-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}
.product-card:hover .line {
    display: block;
}
.product-card .card-body-list {
    display: none;
}
.product-card .card-body-list li img {
    width: 18px;
    height: 18px;
    aspect-ratio: 1/1;
}
.product-card .card-body-list li p {
    color: var(--text-body, #4f5460);
    /* CaptionLarge/Regular */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.card-body .line {
    height: 1px;
    align-self: stretch;
    background: var(--border-border-secondary, #dbdcde);
    display: none;
}
.card-body ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}
.card-body ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.card-body .card-body-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    align-self: stretch;
}
.card-body-header > p {
    overflow: hidden;
    color: var(--text-heading-primary, #0e1525);
    text-overflow: ellipsis;
    white-space: nowrap;
    /* Subheadline/Semibold */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
}
.card-body-header .star {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.card-body-header .star .space {
    width: 1px;
    height: 16px;
    background: var(--icon-icons-septenary, #dbdcde);
}
.card-body-header .star > div {
    display: flex;
    align-items: center;
    gap: 2px;
}
.card-body-header .star > div p {
    color: var(--text-heading-secondary, #2b313f);
    /* CaptionLarge/Semibold */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}
.card-body-header .star p:last-child {
    color: var(--text-body, #4f5460);
    /* CaptionLarge/Semibold */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}
.card-body-header .star p:last-child span {
    color: var(--text-body, #4f5460);
    /* CaptionLarge/Medium */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.card-body .card-body-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}
.card-body .card-body-price > p {
    color: var(--text-placeholder, #626771);
    /* CaptionLarge/Regular */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration-line: line-through;
}
.card-body-price .price {
    display: flex;
    align-items: center;
    gap: 6px;
}
.card-body-price .price p {
    color: var(--text-heading-primary, #0e1525);
    /* H5/Bold */
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
.card-body-price .price span {
    color: var(--text-body, #4f5460);
    /* BodySmall/Regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.faq {
    display: flex;
    width: 1840px;
    padding: 80px 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
}
.faq-wrapper .faq-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.faq-header p {
    color: var(--text-placeholder, #626771);
    /* BodySmall/Regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.faq-header h1 {
    color: var(--text-heading-primary, #0e1525);
    /* H2/Semibold */
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
}
.faq-wrapper .faq-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    padding: 0px;
}
.faq-body .faq-item {
    width: 100%;
    display: flex;
    padding: 28px 0px;
    align-items: flex-start;
    gap: 64px;
    overflow: hidden;
    border-top: 1px solid var(--border-border-secondary, #dbdcde);
    border-bottom: 1px solid var(--border-border-secondary, #dbdcde);
    cursor: pointer;
}
.faq-body .faq-item > p {
    color: var(--text-heading-secondary, #2b313f);
    text-align: right;
    /* H5/Semibold */
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}
.faq-body .faq-item .item-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.faq-body .faq-item .item-title p {
    color: var(--text-heading-secondary, #2b313f);
    /* Subheadline/Regular */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    display: none;
}
.faq-body .faq-item .item-title .item-title-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
}
.faq-body .faq-item .item-title .item-title-header h2 {
    color: var(--text-heading-secondary, #2b313f);
    /* H5/Semibold */
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    width: 90%;
}
.faq-body .faq-item .item-title .item-title-header img {
    width: 12.005px;
    height: 11.868px;
    cursor: pointer;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
.faq-active {
    transform: rotate(0deg) !important;
}
.content-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-title li {
    background: #f8f9fa;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 6px;
    border-left: 4px solid #007bff;
    transition: all 0.3s ease;
}

.content-title li:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.content .content-btn .btn-wrapper button:hover {
    background-color: var(--color-blue) !important;
    transform: scale(1.05); /* Phóng to nhẹ */
    color: white;
    transition: all 0.3s ease-in-out;
    border: 1px solid white !important;
}
.container-wrapper {
    width: var(--width-container);
    display: block;
    margin: auto;
}
.container-wrapper-customer {
    display: block;
    margin: auto;
    margin-top: 40px;
}
.detail-btn-header .button-delete{
    background: linear-gradient(83deg, #0A77FF 23.35%, #5CA5FF 105.14%);
    padding: 20px 40px;
    color: #ffffff;
    border-radius: 40px;
    margin-right: 6px;
}
.detail-btn-header .trial-btn{
    border: 1px solid var(--border-border-secondary, #DBDCDE);
    padding: 20px 40px;
    background-color: #ffffff;
    border-radius: 40px;

}

/* responsive */
/* container 1600px - 1919px*/
@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .container {
        width: 1280px;
        max-width: 100%;
        margin: 0 auto;
    }
    .banner-wrapper .banner {
        width: 1520px;
        padding: 38px 120px;
    }
    /* về sản phẩm */
    .product-wrapper .product-content {
        width: 1520px;
        padding: 80px 120px;
        gap: 100px;
        border-radius: 16px;
    }
    .product-content .content {
        width: 574px;
        gap: 32px;
    }

    .product-content .content-image {
        width: 606px;
        height: 416px;
        flex-shrink: 0;
        position: relative;
    }
    .content-image .content-image-btn p {
        font-size: 18px;
    }
    /* noi bat */
    .outstanding {
        width: 1520px;
        padding: 80px 120px;
        gap: 46px;
    }
    .outstanding-content .list-outstanding {
        gap: 40px;
    }
    .item .item-title {
        width: 302px;
    }
    /* Goi san pham bao gom  */
    .list-product-wrapper .product {
        width: 1520px;
        gap: 46px;
        padding: 80px 120px;
    }
    .list-product-wrapper .list {
        gap: 32px;
    }
    .list .list-product {
        gap: 20px;
    }
    .list-product .product-card {
        width: 304px;
        height: 430px;
        padding-bottom: 20px;
        gap: 20px;
    }
    .product-card .card-header {
        height: 224.492px;
        padding: 12px 16px;
    }
    /* faq */
    .faq-wrapper .faq {
        width: 1520px;
        padding: 80px 160px;
        gap: 46px;
    }
}
/* container 1440px - 1599px*/
@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .container {
        width: 1120px;
        max-width: 100%;
        margin: 0 auto;
    }
    /* banner */
    .banner-wrapper .banner {
        width: 1360px;
        padding: 36px 80px;
    }
    .banner h2 {
        font-size: 24px;
        line-height: 32px; /* 133.333% */
    }
    .banner .banner-navigate {
        right: 64px;
    }
    .banner .banner-navigate a {
        color: var(--text-disable, #93969d);
        /* BodySmall/Medium */
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 137.5% */
    }
    /* về sản phẩm */
    .product-wrapper .product-content {
        width: 1360px;
        padding: 80px 120px;
        /* gap: 80px; */
    }
    .product-content .content {
        width: 422px;
        gap: 32px;
    }
    .product-content .content-image {
        width: 538px;
        height: 370px;
        flex-shrink: 0;
        position: relative;
    }
    .content-image .content-image-btn p {
        font-size: 16px;
        line-height: 22px;
    }
    .content-title .content-title-header h1 {
        font-size: 48px;
        line-height: 120%;
    }
    .content-title p {
        font-size: 18px;
        line-height: 24px;
    }
    .content-title p span {
        font-size: 18px;
        line-height: 24px; /* 140% */
    }
    .content-title ul li p {
        font-size: 18px;
        line-height: 24px; /* 140% */
    }
    .content-image .content-image-btn {
        bottom: 5px;
        right: 0px;
    }
    /* noi bat */
    .outstanding-wrapper .outstanding {
        width: 1360px;
        padding: 60px 120px;
        gap: 46px;
    }
    .outstanding-title h1 {
        font-size: 36px;
        line-height: 44px; /* 57.6px */
    }
    .item .item-title {
        width: 249px;
        flex: 1 0 0;
    }
    /* Goi san pham bao gom  */
    .list-product-wrapper .product {
        width: 1360px;
        gap: 46px;
        padding: 60px 120px;
    }
    .list-product-wrapper .title p {
        line-height: 22px; /* 20.8px */
    }
    .list-product-wrapper .title h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .list-product-wrapper .list {
        gap: 28px;
    }
    .list .list-product {
        height: 394px;
        gap: 16px;
    }
    .list-product .product-card {
        padding-bottom: 12px;
    }
    .product-card .card-header {
        height: 198px;
    }
    /* faq */
    .faq-wrapper .faq {
        width: 1360px;
        padding: 80px 120px;
        gap: 46px;
    }
    .faq-header h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .faq-body .faq-item {
        padding: 24px 0px;
    }
    .faq-body .faq-item .item-title .item-title-header h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .faq-body .faq-item .item-title p {
        font-size: 16px;
        line-height: 22px;
    }
}
/* container 1280px - 1439px*/
@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .container {
        width: 1120px;
        max-width: 100%;
        margin: 0 auto;
    }
    /* banner */
    .banner-wrapper .banner {
        width: 1200px;
        padding: 36px 40px;
    }
    .banner h2 {
        font-size: 24px;
        line-height: 32px; /* 133.333% */
    }
    .banner .banner-navigate {
        right: 74.5px;
    }
    .banner .banner-navigate a {
        font-size: 14px;
        line-height: 20px;
    }
    .banner .banner-navigate a:last-child {
        font-size: 14px;
        line-height: 20px;
    }
    /* về sản phẩm */
    .product-wrapper .product-content {
        width: 1200px;
        padding: 60px 80px;
        /* gap: 80px; */
    }
    .product-content .content {
        width: 430px;
        gap: 32px;
    }
    .product-content .content-image {
        width: 530px;
        height: 364px;
        flex-shrink: 0;
        position: relative;
    }
    .content-image .content-image-btn p {
        font-size: 16px;
        line-height: 22px;
    }
    .content-title .content-title-header h1 {
        font-size: 48px;
        line-height: 120%;
    }
    .content-title p {
        font-size: 18px;
        line-height: 24px;
    }
    .content-title p span {
        font-size: 18px;
        line-height: 24px; /* 140% */
    }
    .content-title ul li p {
        font-size: 18px;
        line-height: 24px; /* 140% */
    }
    .content-image .content-image-btn {
        bottom: 5px;
        right: 0px;
    }
    /* nổi bật */
    .outstanding-wrapper .outstanding {
        width: 1200px;
        padding: 60px 40px;
        gap: 46px;
    }
    .outstanding-content .list-outstanding {
        justify-content: center;
    }
    .outstanding-title h1 {
        font-size: 36px;
        line-height: 44px; /* 57.6px */
    }
    .item .item-title {
        width: 272px;
        flex: 1 0 0;
    }
    .item .item-title h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .item .item-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .list-outstanding .item > p {
        font-size: 60px;
        line-height: 120%;
    }
    /* gói sản phẩm */
    .list-product-wrapper .product {
        width: 1200px;
        gap: 46px;
        padding: 60px 40px;
    }
    .list-product-wrapper .title p {
        font-size: 16px;
        line-height: 22px; /* 20.8px */
    }
    .list-product-wrapper .title h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .list-product-wrapper .list {
        gap: 28px;
    }
    .list .list-product {
        height: 394px;
        gap: 16px;
    }
    .list-product .product-card {
        padding-bottom: 12px;
    }
    .product-card .card-header {
        height: 198px;
    }

    /* faq */
    .faq-wrapper .faq {
        width: 1200px;
        padding: 60px 40px;
        gap: 32px;
    }
    .faq-header h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .faq-body .faq-item .item-title .item-title-header h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .faq-body .faq-item .item-title p {
        font-size: 16px;
        line-height: 22px;
    }
}
/* container 1024px - 1279px*/
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .container {
        width: 944px;
        max-width: 100%;
        margin: 0 auto;
    }
    /* banner */
    .banner-wrapper .banner {
        width: 944px;
        padding: 36px 40px;
    }
    .banner h2 {
        font-size: 20px;
        line-height: 28px; /* 133.333% */
    }
    .banner .banner-navigate {
        right: 46px;
    }
    .banner .banner-navigate a {
        font-size: 12px;
        line-height: 18px;
    }
    .banner .banner-navigate a:last-child {
        font-size: 12px;
        line-height: 18px;
    }
    /* về sản phẩm */
    .product-wrapper .product-content {
        width: 944px;
        padding: 36px 40px;
        /* gap: 80px; */
    }
    .product-content .content {
        width: 349px;
        gap: 20px;
    }
    .product-content .content-image {
        width: 436px;
        height: 300px;
        flex-shrink: 0;
        position: relative;
    }
    .content-image .content-image-btn p {
        font-size: 12px;
        line-height: 18px;
    }
    .content-title .content-title-header h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .content-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .content-title p span {
        font-size: 14px;
        line-height: 20px;
    }
    .content-title ul li p {
        font-size: 14px;
        line-height: 20px; /* 140% */
    }
    .content-image .content-image-btn {
        bottom: 0px;
        right: 10px;
    }
    .content-image .content-image-btn {
        min-width: 115px;
    }
    .content-image .content-image-btn button {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
    .content-image .content-image-btn button img {
        width: 6.097px;
        height: 6.857px;
        flex-shrink: 0;
    }
    /* noi bat */
    .outstanding-wrapper .outstanding {
        width: 944px;
        padding: 40px 40px;
        gap: 24px;
    }
    .outstanding-content .list-outstanding {
        justify-content: center;
    }
    .outstanding-wrapper .outstanding-title {
        gap: 8px;
    }
    .outstanding-title h1 {
        font-size: 24px;
        line-height: 32px; /* 57.6px */
    }
    .item .item-title {
        width: 228px;
        flex: 1 0 0;
    }
    .item .item-title h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .item .item-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .list-outstanding .item > p {
        font-size: 48px;
        line-height: 120%;
    }
    .outstanding-content {
        gap: 32px;
    }
    /* gói sản phẩm */
    .list-product-wrapper .product {
        width: 944px;
        gap: 32px;
        padding: 40px 0px;
    }
    .list-product-wrapper .title p {
        font-size: 16px;
        line-height: 22px; /* 20.8px */
    }
    .list-product-wrapper .title h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .list-product-wrapper .list {
        gap: 28px;
    }
    .list .list-product {
        height: 334px;
        gap: 12px;
    }
    .list-product .product-card {
        padding-bottom: 16px;
        gap: 16px;
    }
    .product-card .card-header {
        height: 168px;
    }
    .list-product-wrapper .title {
        gap: 8px;
    }
    .card-body-header > p {
        font-size: 16px;
        line-height: 22px;
    }
    .product-card .card-body {
        padding: 0px 16px;
        gap: 12px;
        height: 134px;
        bottom: 10px;
    }
    .card-header .hot {
        padding: 0px 8px;
    }
    .card-header .hot span {
        line-height: 20px;
        font-size: 14px;
    }
    .card-header .heart {
        display: none;
    }
    .card-body-price .price p {
        font-size: 20px;
        line-height: 28px;
    }
    .card-body-header .star p:last-child span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .product-card:hover .card-body {
        padding: 16px;
    }
    /* faq */
    .faq-wrapper .faq {
        width: 944px;
        padding: 40px 0px;
        gap: 24px;
    }
    .faq-header h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .faq-body .faq-item .item-title .item-title-header h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .faq-body .faq-item .item-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .faq-body .faq-item {
        padding: 20px 0;
        gap: 48px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 720px; /* Đặt max-width thay vì width cố định */
        width: 90%; /* Giúp container linh hoạt hơn trên các màn hình nhỏ hơn */
        margin: 0 auto; /* Căn giữa */
        box-sizing: border-box;
    }
    /* banner */
    .banner-wrapper .banner {
        width: 720px;
        padding: 32px 24px;
        border: 1px solid black;
    }
    .banner h2 {
        font-size: 18px;
        line-height: 24px; /* 133.333% */
    }
    .banner .banner-navigate {
        display: none;
    }
    .breadcrumb-wrapper {
        display: flex;
        padding: 24px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .breadCrumb {
        width: 720px;
    }
    .breadCrumb .breadCrumb-navigate {
        display: flex;
        align-items: baseline;
        gap: 4px;
        align-self: stretch;
        border-radius: 20px 20px 0px 0px;
        background: #f6f9fb;
    }
    /* về sản phẩm */
    .product-wrapper .product-content {
        width: 720px;
        padding: 40px 24px;
        gap: 40px;
    }
    .product-content .content {
        width: 300px;
        gap: 16px;
    }
    .content-title .content-title-header {
        gap: 4px;
    }
    .content .content-title {
        gap: 12px;
    }
    .content .content-btn {
        gap: 12px;
    }
    .product-content .content-image {
        width: 332px;
        height: 230px;
        flex-shrink: 0;
        position: relative;
    }
    .content-image .content-image-btn p {
        font-size: 12px;
        line-height: 18px;
    }
    .content-title .content-title-header h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .content-title p {
        font-size: 12px;
        line-height: 18px;
    }
    .content-title p span {
        font-size: 12px;
        line-height: 18px;
    }
    .content-title ul li p {
        font-size: 12px;
        line-height: 18px;
    }
    .content-image .content-image-btn {
        bottom: 0px;
        right: 10px;
    }
    .content-image .content-image-btn {
        min-width: 113px;
        gap: 10px;
    }
    .content-image .content-image-btn button {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
    .content-image .content-image-btn button img {
        width: 6.097px;
        height: 6.857px;
        flex-shrink: 0;
    }
    .content-image .content-image-btn {
        right: 0px;
    }
    .content .content-btn .btn-wrapper button:first-child {
        height: 40px;
        padding: 10px 28px;
        outline: none;
        border: none;
    }
    .content .content-btn .btn-wrapper button:first-child span {
        color: var(--text-heading-inverted, #fff);
        text-align: center;
        font-family: Manrope;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
        text-transform: uppercase;
    }
    .content .content-btn .btn-wrapper button:last-child {
        height: 40px;
        padding: 10px 28px;
    }
    .content .content-btn .btn-wrapper button:last-child span {
        color: var(--text-heading-primary, #0e1525);
        text-align: center;
        font-family: Manrope;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
        text-transform: uppercase;
    }

    .content-btn .share p {
        font-size: 12px;
        line-height: 18px;
    }
    .share .share-icon button {
        width: 32px;
        height: 32px;
        padding: 7.636px 7.273px 6.909px 7.273px;
    }
    .share .share-icon button img {
        width: 17.455px;
        height: 17.455px;
        flex-shrink: 0;
        aspect-ratio: 17.45/17.45;
    }
    .product-wrapper {
        padding: 0;
    }
    /* nổi bật */
    .outstanding-wrapper .outstanding {
        width: 720px;
        padding: 40px 24px;
        gap: 24px;
    }
    .outstanding-content .list-outstanding {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .outstanding-wrapper .outstanding-title {
        gap: 4px;
    }
    .outstanding-title h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .outstanding-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .list-outstanding .item > p {
        font-size: 36px;
        line-height: 44px;
    }
    .item .item-title h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .item .item-title p {
        font-size: 12px;
        line-height: 18px;
    }
    .item .item-title {
        gap: 2px;
        flex: 1 0 0;
        min-height: auto;
    }
    .list-outstanding .item {
        width: 324px;
    }
    /* gói sản phẩm bao gồm */
    .list-product-wrapper .product {
        width: 720px;
        gap: 24px;
        padding: 40px 0px;
    }
    .list-product-wrapper .title p {
        font-size: 14px;
        line-height: 20px; /* 20.8px */
    }
    .list-product-wrapper .title h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .list-product-wrapper .title {
        gap: 8px;
    }

    .list-product-wrapper .list {
        gap: 24px;
    }
    .list .list-product {
        height: 326px;
        gap: 12px;
    }
    .list-product .product-card {
        padding-bottom: 12px;
        gap: 12px;
    }
    .product-card .card-header {
        height: 171px;
        padding: 12px 16px;
    }
    .card-body-header > p {
        font-size: 14px;
        line-height: 20px;
    }
    .product-card .card-body {
        padding: 0px 12px;
        gap: 12px;
        height: 126px;
        bottom: 10px;
    }
    .card-header .hot {
        padding: 0px 8px;
    }
    .card-header .hot span {
        line-height: 20px;
        font-size: 14px;
    }
    .card-header .heart {
        display: none;
    }
    .card-body-price .price p {
        font-size: 18px;
        line-height: 24px;
    }
    .card-body-header .star p:last-child span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .product-card:hover .card-body {
        padding: 18px;
    }
    .list-product .product-card:last-child {
        display: none;
    }
    /* faq */
    .faq-wrapper .faq {
        width: 720px;
        padding: 40px 0px;
        gap: 24px;
    }
    .faq-header h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .faq-body .faq-item .item-title .item-title-header h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .faq-body .faq-item .item-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .faq-body .faq-item {
        padding: 16px 0;
        gap: 40px; 
    }
    .detail-btn-header .button-delete,
    .detail-btn-header .trial-btn{
        padding: 18px 30px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 24px;
    }
    /* banner */
    .banner-wrapper {
        padding: 40px 0px 0px 0px;
    }
    .banner-wrapper .banner {
        width: 100%;
        padding: 32px 24px;
    }
    .banner h2 {
        font-size: 18px;
        line-height: 24px; /* 133.333% */
    }
    .banner .banner-navigate {
        display: none;
    }
    .breadcrumb-wrapper {
        display: flex;
        padding: 16px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }
    .breadCrumb {
        width: 100%;
    }
    .breadCrumb .breadCrumb-navigate {
        display: flex;
        align-items: baseline;
        gap: 4px;
        align-self: stretch;
        border-radius: 20px 20px 0px 0px;
        background: #f6f9fb;
    }
    /* về sản phẩm */
    .product-wrapper {
        padding-top: 10px;
    }
    .product-wrapper .product-content {
        width: 100%;
        flex-direction: column;
        padding: 24px;
        gap: 32px;
    }
    .product-content .content {
        width: 100%;
        gap: 16px;
    }
    .content-title .content-title-header {
        gap: 4px;
    }
    .content .content-title {
        gap: 12px;
    }
    .content .content-btn {
        gap: 12px;
    }
    .product-content .content-image {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }
    .content-title .content-title-header h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .content-title p {
        font-size: 12px;
        line-height: 18px;
    }
    .content-title ul {
        gap: 6px;
    }
    .content-title ul li p {
        font-size: 12px;
        line-height: 18px;
    }
    .content .content-btn .btn-wrapper button:first-child {
        height: 40px;
        padding: 10px 28px;
        gap: 4px;
    }
    .content .content-btn .btn-wrapper button:first-child span {
        font-size: 12px;
        line-height: 18px;
    }
    .content .content-btn .btn-wrapper button:last-child {
        height: 40px;
        padding: 10px 28px;
        gap: 4px;
    }
    .content .content-btn .btn-wrapper button:last-child span {
        font-size: 12px;
        line-height: 18px;
    }
    .content-btn .share {
        gap: 8px;
    }
    .content-btn .share p {
        font-size: 12px;
        line-height: 18px;
    }
    .share .share-icon button {
        width: 32px;
        height: 32px;
    }
    .share .share-icon button img {
        width: 17.455px;
        height: 17.455px;
        flex-shrink: 0;
        aspect-ratio: 17.45/17.45;
    }
    .content-image .content-image-btn {
        min-width: 108px;
        right: 10px;
        bottom: 0;
        gap: 6px;
    }
    .content-image .content-image-btn p {
        font-size: 12px;
        line-height: 18px;
    }
    .content-image .content-image-btn button {
        width: 16px;
        height: 16px;
    }
    .content-image .content-image-btn button img {
        width: 6.097px;
        height: 6.857px;
    }
    /* nổi bật */
    .outstanding-wrapper .outstanding {
        width: 100%;
        padding: 40px 24px;
        gap: 24px;
    }
    .outstanding-content .list-outstanding {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
        column-gap: 16px;
        flex: 1 0 0;
    }
    .item .item-title {
        width: 100%;
    }
    .outstanding-wrapper .outstanding-title {
        gap: 4px;
    }
    .outstanding-title h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .outstanding-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .list-outstanding .item > p {
        font-size: 36px;
        line-height: 44px;
        transform: rotate(0deg);
    }
    .item .item-title h2 {
        font-size: 14px;
        line-height: 20px;
        min-height: 40px;
    }
    .item .item-title p {
        font-size: 12px;
        line-height: 18px;
    }
    .item .item-title {
        gap: 2px;
        flex: 1 0 0;
        min-height: auto;
    }
    .list-outstanding .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 6px;
        flex: 1 0 0;
    }
    /* gói sản phẩm bao gồm */
    .list-product-wrapper .product {
        width: 100%;
        gap: 24px;
        padding: 40px 0px;
    }
    .list-product-wrapper .title p {
        font-size: 14px;
        line-height: 20px; /* 20.8px */
    }
    .list-product-wrapper .title h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .list-product-wrapper .title {
        gap: 4px;
    }

    .list-product-wrapper .list {
        gap: 24px;
    }
    .list .list-product {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        row-gap: 16px;
        column-gap: 12px;
    }
    .list-product .product-card {
        padding-bottom: 12px;
        gap: 8px;
        height: 264px;
    }
    .product-card .card-header {
        height: 121px;
        padding: 12px 16px;
    }
    .card-body-header > p {
        font-size: 14px;
        line-height: 20px;
    }
    .product-card .card-body {
        padding: 0px 12px;
        gap: 12px;
        height: 126px;
        bottom: 10px;
    }
    .card-header .hot {
        padding: 0px 8px;
    }
    .card-header .hot span {
        line-height: 20px;
        font-size: 14px;
    }
    .card-header .heart {
        display: none;
    }
    .card-body-price .price p {
        font-size: 16px;
        line-height: 22px;
    }
    .card-body-price .price span {
        font-size: 14px;
        line-height: 20px;
    }
    .card-body-header .star p:last-child span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .product-card:hover .card-body {
        padding: 16px;
        gap: 8px;
    }
    /* faq */
    .faq-wrapper .faq {
        width: 100%;
        padding: 40px 0px;
        gap: 24px;
    }
    .faq-header h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .faq-body .faq-item .item-title .item-title-header h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .faq-body .faq-item .item-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .faq-body .faq-item {
        padding: 16px 0;
        gap: 24px;
    }
    .content-title p span{
        font-size: 16px;
    }
    .overviewProd .list_gallery img {
        height: auto;
    }
}
@media (max-width: 520px) {
    .content-title ul li{
        font-size: 14px;
    }
    .detail-btn-header .button-delete,
    .detail-btn-header .trial-btn{
        padding: 16px 24px;
    }
    .product-wrapper .product-content {
        padding: 18px;
    }
}
