/* container 1920px*/

.container {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.container-full {
    max-width: 100%;
    margin: 0 auto;
}


/* gói cước nôi bật */

.product-detail-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-detail-wrapper .product-detail-list {
    display: flex;
    width: 1440px;
    padding: 80px 0px;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    align-self: stretch;
    position: relative;
}

.product-detail-list .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.product-detail-list .header p {
    color: var(--text-placeholder, #626771);
    text-align: center;
    /* BodySmall/Medium */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.product-detail-list .header h2 {
    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 */
}

.product-detail-list .body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    align-self: stretch;
}

.product-detail-list .body .list {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}

.product-detail-list .list .product-card {
    display: flex;
    max-height: 571px;
    padding: 40px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex: 1 0 0;
    border-radius: 32px;
    border: 1px solid var(--border-border-secondary, #dbdcde);
    background: var(--text-heading-inverted, #fff);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
}

.text-white {
    color: #fff;
}

.product-detail-list .list .product-card-btn {
    display: flex;
    padding: 40px 48px;
    min-height: 633px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex: 1 0 0;
    border-radius: 32px;
    background: linear-gradient(21deg, #0a77ff 67.4%, #5ca5ff 96.37%);
}

.product-detail-list .list .product-card .product-card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.product-detail-list .list .product-card-btn .product-card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.product-detail-list .product-card-header .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.product-detail-list .product-card-header .title-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.product-detail-list .product-card-header .title-btn button {
    display: flex;
    padding: 6px 26px 8px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    background: var(--orange-orange-500, #e34d4b);
    border: none;
    outline: none;
}

.product-detail-list .product-card-header .title-btn button p {
    color: var(--text-heading-inverted, #fff);
    text-align: center;
    /* BodyLarge/Medium */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
}

.product-detail-list .product-card-header .title p:first-child {
    color: var(--text-heading-primary, #0e1525);
    /* H4/Semibold */
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 133.333% */
}

.product-detail-list .product-card-header .title p:last-child {
    color: rgba(0, 0, 0, 0.4);
    /* BodyLarge/Semibold */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 133.333% */
}

.product-detail-list .product-card-header ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.product-detail-list .product-card-header ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.product-detail-list .product-card-header ul li 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% */
}

.product-detail-list .product-card-header ul li img {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}

.product-detail-list .product-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.product-detail-list .product-card-body .price {
    display: flex;
    height: 35px;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

.product-detail-list .product-card-body p {
    color: var(--text-placeholder, #626771);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.product-detail-list .product-card-body p span {
    color: var(--text-placeholder, #626771);
    /* BodySmall/Bold */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.product-detail-list .product-card-body .price p {
    color: var(--text-heading-primary, #0e1525);
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 87.5% */
    letter-spacing: -2px;
}

.product-detail-list .product-card-body .price span {
    color: rgba(0, 0, 0, 0.4);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 25.2px */
}

.product-detail-list .product-card-footer {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-detail-list .product-card-footer button:first-child {
    display: flex;
    width: 52px;
    padding: 19px 18px 17px 18px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    aspect-ratio: 1/1;
    border-radius: 36px;
    border: 1px solid var(--blue-blue-500, #0a77ff);
    background: transparent;
}

.product-card-btn .product-card-footer button:first-child {
    display: flex;
    width: 52px;
    padding: 19px 18px 17px 18px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    aspect-ratio: 1/1;
    background: transparent;
    border-radius: 36px;
    border: 1px solid var(--text-heading-inverted, #fff);
}

.product-detail-list .product-card-btn .product-card-footer button:last-child {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: #fff;
}

.product-detail-list .product-card-btn .product-card-footer button:last-child p {
    color: var(--blue-blue-500, #0a77ff);
    text-align: center;
    /* BodyLarge/Medium */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
}

.product-detail-list .product-card-footer button:first-child img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.product-detail-list .product-card-footer button:last-child {
    display: flex;
    padding: 14px 24px;
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    background: var( --Button, linear-gradient(83deg, #0a77ff 23.35%, #5ca5ff 105.14%));
}

.product-detail-list .product-card-footer button:last-child p {
    color: var(--text-heading-inverted, #fff);
    text-align: center;
    /* BodyLarge/Medium */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
}

.product-detail-list .product-card-footer button:last-child img {
    width: 6px;
    height: 9px;
}

.product-detail-list .body .body-btn {
    display: none;
}

.product-detail-list .body .navigate {
    display: flex;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 28px;
    align-self: stretch;
}

.product-detail-list .body .navigate img {
    width: 24px;
    height: 24px;
}

.product-detail-list .body .navigate .navigate_page {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-detail-list .body .navigate .navigate_page span {
    color: var(--text-disable, #93969d);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.product-detail-list .body .navigate .navigate_page .active {
    color: var(--icon-icons-primary, #0e1525);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}


/* customer-425 */

.customer-425 {
    display: none;
}


/* customer */

.customer {
    display: flex;
    width: 100%;
    padding: 0px 40px 40px 40px;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.customer .customer-content {
    display: flex;
    width: 905px;
    height: 813px;
    padding: 80px 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    border-radius: 30px;
    background: var(--background-bg-primary, #fff);
    border: 1px solid #ccc;
}

.customer .customer-content .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.customer .customer-content .title p {
    color: var(--text-placeholder, #626771);
    /* BodySmall/Medium */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.customer .customer-content .title h2 {
    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 */
}

.customer-content .list-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.customer-content .list-content li {
    display: flex;
    padding: 20px 0px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-bottom: 1px solid var(--border-border-tertiary, #c3c5c9);
}

.customer-content .list-content li p {
    flex: 1 0 0;
    color: var(--text-heading-primary, #0e1525);
    /* Subheadline/Bold */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

.customer-content .list-content li img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
}

.customer .customer-img {
    display: flex;
    height: 813px;
    padding: 24px;
    justify-content: center;
    align-items: flex-end;
    border-radius: 30px;
    background: url(../image/Right.png) lightgray 50% / cover no-repeat;
    flex: 1 0 0;
}

.customer .customer-img .list-box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
}

.customer-img .box {
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 24px;
    background: var(--background-bg-primary, #fff);
    max-height: 156px;
    max-width: 202px;
}

.customer-img .box div {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 3px 6px;
    justify-content: center;
    align-items: center;
}

.customer-img .box div img {
    width: 24px;
    height: 30px;
    flex-shrink: 0;
}

.customer-img .box p {
    color: var(--text-heading-primary, #0e1525);
    /* BodyLarge/Bold */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
}


/* feedback */

.feedback-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px 40px 40px;
}

.feedback-content {
    display: flex;
    padding: 80px 200px 0px 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--background-Bg-dark, #001733);
    position: relative;
}

.feedback-content .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.feedback-content .title div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.feedback-content .title div:first-child p {
    color: var(--text-heading-inverted, #fff);
    text-align: center;
    /* BodySmall/Medium */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.feedback-content .title div:first-child h2 {
    color: var(--text-heading-inverted, #fff);
    text-align: center;
    /* H2/Semibold */
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 57.6px */
}

.feedback-content .title div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.feedback-content .title div:last-child p {
    color: var(--text-heading-inverted, #fff);
    text-align: center;
    /* H2/Bold */
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.6px */
}

.feedback-content .title div:last-child span {
    color: var(--neutral-neutral-400, #c3c5c9);
    text-align: center;
    /* Subheadline/Regular */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.feedback-content .feedback-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

.feedback-content .feedback-body .feedback-item {
    overflow: hidden;
}

.feedback-item .js-marquee-wrapper .js-marquee {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    width: 284px;
}

.feedback-body .feedback-item .feedback-card {
    display: flex;
    margin-bottom: 15px;
    padding: 36px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid var(--border-border-secondary, #dbdcde);
    background: var(--background-bg-primary, #fff);
}

.feedback-card .card-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.feedback-card .card-title h3 {
    color: var(--text-body, #4f5460);
    text-align: center;
    /* Subheadline/Bold */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
}

.feedback-card .card-title 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% */
}

.feedback-card 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% */
}

.feedback-content .feedback-overlay {
    width: 100%;
    height: 619px;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(0deg, #05253f 12.5%, rgba(5, 37, 63, 0) 100%);
}


/* Gói sản phẩm nổi bật */

.package-product {
    padding: 80px 0;
}

.package-product_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.package-product_header_title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.package-product_header_title span {
    color: #0e1525;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.package-product_header_title h2 {
    color: #0e1525;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 57.6px */
}

.package-product_header_title h2 span {
    color: #ed1c24;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.package-product_header_category {
    display: flex;
    padding: 2px;
    align-items: center;
    border: 1px solid #dbdcde;
    border-radius: 100px;
    overflow: hidden;
}

.package-product_header_category button {
    background: transparent !important;
}

.package-product_header_category button.active {
    padding: 16px 20px;
    color: #0a77ff;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
    background: #fff !important;
    border: none;
    border-radius: 100px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.package-product_header_category button {
    padding: 16px 20px;
    color: #93969d;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
    background: #fff;
    border: none;
    cursor: pointer;
}

.package-product_content {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
}

.package-product_content_tabs {
    display: flex;
    width: 270px;
    flex-direction: column;
}

.package-product_content_tabs button {
    display: flex;
    align-items: center;
    padding: 24px 40px;
    gap: 8px;
    border-radius: 20px;
    border: none;
    color: #4f5460;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    cursor: pointer;
    background: #f6f9fb;
}

.package-product_content_tabs button span {
    color: #ed1c24;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #fdeaea;
}

.package-product_content_tabs button.active {
    color: #0a77ff;
    border-radius: 20px 0px 0px 20px;
    background: #fff;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}

.package-product_content_main {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 24px 32px;
    flex: 1;
}

.package-product_content_main_left {
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: 24px;
    border-right: 1px solid #f5f6f6;
}

.package-product_content_main_left_banner {
    width: 100%;
    height: 257px;
    border-radius: 20px;
}

.package-product_content_main_left_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.package-product_content_main_left_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-product_content_main_left_title h2 {
    color: #0e1525;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
}

.package-product_content_main_left_button {
    display: flex;
    padding: 0 9.6px;
    border-radius: 18px;
    border: 0.4px solid #0e1525;
}

.package-product_content_main_left_button button {
    display: flex;
    width: 17.6px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    background: #fff;
    cursor: pointer;
}

.package-product_content_main_left_item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 12px;
    border-radius: 12px;
    border: 0.5px solid #dbdcde;
    background: #fff;
    cursor: pointer;
}

.package-product_content_main_left_item img {
    width: 100%;
    height: 110px;
    border-radius: 7px;
}

.package-product_content_main_left_item p {
    color: #0e1525;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.package-product_content_main_right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    width: 50%;
}

.package-product_content_main_right_title {
    color: #0e1525;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
}

.package-product_content_main_right_description {
    color: #626771;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
    padding: 8px 0;
}

.package-product_content_main_right_review {
    display: flex;
    align-items: center;
}

.package-product_content_main_right_review p {
    color: #4f5460;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    border-left: 1px solid #d9d9d9;
    padding-left: 8px;
    margin-left: 8px;
}

.package-product_content_main_right_review p span {
    font-weight: 600;
}

.package-product_content_main_right_price {
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
    background: linear-gradient(92deg, #0a77ff 1.96%, #5ca5ff 99.71%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-top: 20px;
}

.package-product_content_main_right_price2 {
    color: #93969d;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    text-decoration-line: strikethrough;
    text-decoration: line-through;
}

.package-product_content_main_right_subtext {
    color: #626771;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    margin-top: 8px;
}

.package-product_content_main_right_subtext span {
    font-weight: 700;
}

.package-product_content_main_right_endow p {
    color: #0e1525;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
}

.package-product_content_main_right_sales {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #d9d9d9;
    padding-top: 8px;
    margin-top: 8px;
}

.package-product_content_main_right_sale {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0e1525;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.package-product_content_main_right_support {
    margin-top: 16px;
    padding: 12px 16px;
}

.package-product_content_main_right_support div {
    display: flex;
    align-items: center;
}

.package-product_content_main_right_support span {
    margin: 8px;
    width: 4px;
    height: 4px;
    min-width: 4px;
    background: #4f5460;
    border-radius: 50px;
}

.package-product_content_main_right_support p {
    color: #4f5460;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.package-product_content_main_right_cart {
    display: flex;
    align-items: center;
    gap: 8px;
}

.package-product_content_main_right_addcart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #f5f6f6;
    border: none;
    cursor: pointer;
}

.package-product_content_main_right_buy {
    display: flex;
    height: 60px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 100px;
    background: linear-gradient(88deg, #0a77ff 20.54%, #5ca5ff 123.07%);
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
    border: none;
    cursor: pointer;
}

.package-product_hot {
    position: absolute;
    top: -25px;
    right: -12.8px;
    background-image: url("../icons/bgHot.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 44.8px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-product_hot span {
    color: #fff;
    font-family: Manrope;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.6px;
}

.package-product_wrapper {
    position: relative;
}

.ilus1 {
    position: absolute;
    left: 0;
    bottom: -200px;
}

.trialModal {
    padding: 40px 30px 40px 30px;
    border-radius: 3px;
    background-color: var(--color-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.trialModal .--titleContactForm {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
}

.trialModal .--subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}


/* container 1600px - 1919px*/

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .container {
        width: 1280px;
        max-width: 100%;
        margin: 0 auto;
    }
    .container-full {
        max-width: 100%;
        margin: 0 auto;
    }
    .product-detail-wrapper .product-detail-list {
        width: 100%;
        gap: 46px;
    }
    /* customer */
    .customer .customer-content {
        padding: 60px 80px;
    }
    .customer .customer-content {
        padding: 80px 120px;
        height: 670px;
    }
    .customer .customer-img {
        height: 670px;
    }
    .customer .customer-img .list-box {
        gap: 16px;
    }
    .customer-img .box {
        width: 162px;
        padding: 24px 32px;
        gap: 24px;
        min-height: 180px;
    }
    /* feedback */
    .feedback-content {
        padding: 80px 120px 0px 120px;
        gap: 46px;
    }
}


/* container 1440px - 1599px*/

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .container {
        width: 1120px;
        max-width: 100%;
        margin: 0 auto;
    }
    .container-full {
        max-width: 100%;
        margin: 0 auto;
    }
    .product-detail-wrapper .product-detail-list {
        width: 100%;
        gap: 46px;
        padding: 60px 0px;
    }
    /* customer */
    .customer .customer-content {
        padding: 60px 120px;
        height: 604px;
        gap: 46px;
    }
    .customer .customer-content .title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .customer-content .list-content li p {
        font-size: 18px;
        line-height: 24px;
    }
    .customer .customer-img {
        height: 604px;
        flex: 1 0 0;
    }
    .customer-img .box {
        padding: 18px 20px;
        width: 142px;
        gap: 20px;
        min-height: 158px;
    }
    .customer-img .box p {
        font-size: 16px;
        line-height: 22px;
    }
    /* feedback */
    .feedback-content {
        padding: 60px 120px 0px 120px;
        gap: 46px;
    }
    .feedback-content .title div:first-child h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .feedback-content .title div:last-child p {
        font-size: 36px;
        line-height: 44px;
    }
    .feedback-content .title div:last-child span {
        font-size: 18px;
        line-height: 24px;
    }
}


/* container 1280px - 1439px*/

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .container {
        width: 1120px;
        max-width: 100%;
        margin: 0 auto;
    }
    .container-full {
        max-width: 100%;
        margin: 0 auto;
    }
    .product-detail-wrapper .product-detail-list {
        width: 100%;
        gap: 46px;
        padding: 60px 0px;
    }
    .product-detail-list .body {
        gap: 32px;
    }
    .product-detail-list .body .list {
        gap: 28px;
    }
    .product-detail-list .list .product-card {
        padding: 36px 44px;
        gap: 40px;
    }
    .product-detail-list .list .product-card-btn {
        padding: 36px 44px;
        gap: 48px;
        min-height: 605px;
    }
    .product-detail-list .product-card-header .title p:first-child {
        font-size: 24px;
        line-height: 32px;
    }
    .product-detail-list .product-card-header .title p:last-child {
        font-size: 16px;
        line-height: 22px;
    }
    .product-detail-list .product-card-header ul li p {
        font-size: 18px;
        line-height: 24px;
    }
    .product-detail-list .product-card-body .price p {
        font-size: 30px;
        line-height: 40px;
    }
    .product-detail-list .product-card-body .price span {
        font-size: 16px;
        line-height: 22px;
    }
    /* customer */
    .customer .customer-content {
        padding: 60px 40px;
        height: 530px;
        gap: 46px;
    }
    .customer .customer-content .title h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .customer-content .list-content li p {
        font-size: 16px;
        line-height: 22px;
    }
    .customer .customer-img {
        height: 530px;
    }
    .customer-img .box {
        padding: 16px 18px;
        gap: 16px;
        min-height: 132px;
        width: 128px;
    }
    .customer-img .box p {
        font-size: 14px;
        line-height: 20px;
    }
    .customer-img .box div {
        width: 24px;
        height: 24px;
        padding: 2px 4px;
    }
    /* feedback */
    .feedback-content {
        padding: 60px 40px 0px 40px;
        gap: 46px;
    }
    .feedback-content .title div:first-child h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .feedback-content .title div:last-child p {
        font-size: 36px;
        line-height: 44px;
    }
    .feedback-content .title div:last-child span {
        font-size: 18px;
        line-height: 24px;
    }
}


/* container 1024px - 1279px*/

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .container {
        width: 944px;
        max-width: 100%;
        margin: 0 auto;
    }
    .container-full {
        max-width: 100%;
        margin: 0 auto;
    }
    .product-detail-wrapper .product-detail-list {
        width: 100%;
        gap: 24px;
        padding: 40px 0px;
    }
    .product-detail-list .body {
        gap: 32px;
    }
    .product-detail-list .body .list {
        gap: 28px;
    }
    .product-detail-list .list .product-card {
        padding: 28px 32px;
        gap: 32px;
    }
    .product-detail-list .list .product-card-btn {
        padding: 28px 32px;
        gap: 32px;
        min-height: 545px;
    }
    .product-detail-list .product-card-header .title p:first-child {
        font-size: 24px;
        line-height: 32px;
    }
    .product-detail-list .product-card-header .title p:last-child {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-list .product-card-header ul li p {
        font-size: 16px;
        line-height: 22px;
    }
    .product-detail-list .product-card-body .price p {
        font-size: 24px;
        line-height: 32px;
    }
    .product-detail-list .product-card-body .price span {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-list .list .product-card .product-card-header {
        gap: 32px;
    }
    /* customer */
    .customer .customer-content {
        padding: 40px;
        height: 410px;
        gap: 24px;
    }
    .customer .customer-content .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .customer-content .list-content li p {
        font-size: 16px;
        line-height: 22px;
    }
    .customer .customer-img {
        height: 410px;
    }
    .customer-img .box {
        padding: 12px;
        gap: 8px;
        min-height: 106px;
        width: 104px;
        border-radius: 20px;
    }
    .customer-img .box div img {
        width: 20px;
        height: 20px;
        padding: 1.667px 3.333px 1.666px 3.334px;
    }
    .customer .customer-img .list-box {
        gap: 8px;
    }
    .customer-img .box p {
        font-size: 12px;
        line-height: 18px;
    }
    .customer-img .box div {
        width: 20px;
        height: 20px;
        padding: 1px 3px 1px 3px;
    }
    /* feedback */
    .feedback-content {
        padding: 40px;
        gap: 24px;
        min-height: 1174px;
    }
    .feedback-content .title {
        gap: 16px;
    }
    .feedback-content .title div:first-child {
        gap: 8px;
    }
    .feedback-content .title div:first-child h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .feedback-content .title div:last-child p {
        font-size: 30px;
        line-height: 40px;
    }
    .feedback-content .title div:last-child span {
        font-size: 16px;
        line-height: 22px;
    }
}


/* container 768px - 1023px*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .feedback-content .feedback-body {
        grid-template-columns: repeat(3, 1fr);
    }
    .container {
        width: 720px;
        max-width: 100%;
        margin: 0 auto;
    }
    .container-full {
        max-width: 100%;
        margin: 0 auto;
    }
    .product-detail-wrapper .product-detail-list {
        width: 720px;
        gap: 24px;
        padding: 40px 0px;
    }
    .product-detail-list .body {
        gap: 32px;
    }
    .product-detail-list .body .list {
        gap: 12px;
    }
    .product-detail-list .list .product-card {
        padding: 20px 24px;
        gap: 20px;
        max-height: 429px;
    }
    .product-detail-list .list .product-card-btn {
        padding: 20px 24px;
        gap: 24px;
        min-height: 429px;
    }
    .product-detail-list .product-card-header .title p:first-child {
        font-size: 18px;
        line-height: 24px;
    }
    .product-detail-list .product-card-header .title p:last-child {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-list .product-card-header ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-list .product-card-body .price p {
        font-size: 20px;
        line-height: 28px;
    }
    .product-detail-list .product-card-body .price span {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-list .list .product-card .product-card-header {
        gap: 16px;
    }
    .product-detail-list .product-card-body p {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-list .product-card-footer button:first-child {
        width: 40px;
        padding: 13px 12px 11px 12px;
    }
    .product-detail-list .product-card-footer button:first-child img {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
    }
    .product-detail-list .product-card-footer button:last-child {
        width: 131px;
        height: 40px;
        padding: 10px 24px;
    }
    .product-detail-list .product-card-footer button:last-child p {
        font-size: 12px;
        line-height: 18px;
    }
    .product-detail-list .product-card-btn .product-card-footer button:last-child p {
        font-size: 12px;
        line-height: 18px;
    }
    .product-detail-list .product-card-header .title-btn button {
        padding: 0px 12px 2px 12px;
    }
    .product-detail-list .product-card-header .title-btn {
        gap: 12px;
    }
    .product-detail-list .list .product-card-btn .product-card-header {
        gap: 16px;
    }
    .product-detail-list .product-card-header .title-btn button p {
        font-size: 12px;
        line-height: 18px;
    }
    /* customer */
    .customer {
        gap: 12px;
    }
    .customer .customer-content {
        padding: 40px 24px;
        height: 318px;
        gap: 24px;
    }
    .customer .customer-content .title h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .customer-content .list-content li p {
        font-size: 14px;
        line-height: 20px;
    }
    .customer .customer-img {
        height: 318px;
        gap: 6px;
        border-radius: 16px;
        padding: 8px;
    }
    .customer .customer-img .list-box {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    .customer-img .box {
        padding: 8px 10px;
        gap: 8px;
        border-radius: 12px;
        flex-direction: row;
        height: 52px;
        min-width: 166px;
        justify-content: center;
        align-items: center;
    }
    .customer-img .box div img {
        width: 16px;
        height: 16px;
        padding: 1.333px 2.667px 1.334px 2.666px;
    }
    .customer-img .box p {
        font-size: 12px;
        line-height: 18px;
    }
    .customer-img .box div {
        width: 16px;
        height: 16px;
        padding: 1px 3px 1px 3px;
    }
    .customer-content .list-content li {
        padding: 12px 0px;
        gap: 8px;
    }
    /* feedback */
    .feedback-content {
        padding: 40px 24px 0px 24px;
        gap: 24px;
        min-height: 870px;
    }
    .feedback-content .title {
        gap: 12px;
    }
    .feedback-content .title div:first-child {
        gap: 4px;
    }
    .feedback-content .title div:first-child h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .feedback-content .title div:last-child p {
        font-size: 24px;
        line-height: 32px;
    }
    .feedback-content .title div:last-child span {
        font-size: 14px;
        line-height: 20px;
    }
    .feedback-content .feedback-body {
        gap: 12px;
    }
    .feedback-content .feedback-body .feedback-item:last-child {
        display: none;
    }
    .feedback-card .card-title h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .feedback-card .card-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .feedback-card p {
        font-size: 12px;
        line-height: 18px;
    }
    .feedback-body .feedback-item .feedback-card {
        padding: 24px 20px;
        gap: 8px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 24px;
    }
    .feedback-content .feedback-body {
        grid-template-columns: repeat(2, 1fr);
    }
    .feedback-content .feedback-body .feedback-item:nth-child(2),
    .feedback-content .feedback-body .feedback-item:nth-child(3) {
        display: none;
    }
    .container-full {
        max-width: 100%;
        margin: 0 auto;
    }
    .product-detail-wrapper .product-detail-list {
        display: flex;
        padding: 40px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        width: 100%;
        height: auto;
    }
    .product-detail-list .header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        align-self: stretch;
    }
    .product-detail-list .header p {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-list .header h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .product-detail-list .body .list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }
    .product-detail-list .list .product-card {
        display: flex;
        padding: 28px 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        border-radius: 32px;
        border: 1px solid var(--border-border-secondary, #dbdcde);
        background: var(--text-heading-inverted, #fff);
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
        max-height: 402px;
    }
    .product-detail-list .list .product-card-btn {
        display: flex;
        order: -1;
        padding: 28px 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        border-radius: 32px;
        background: linear-gradient(21deg, #0a77ff 67.4%, #5ca5ff 96.37%);
        min-height: 437px;
    }
    .product-detail-list .list .product-card-btn .product-card-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }
    .product-detail-list .product-card-header .title-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }
    .product-detail-list .product-card-header .title-btn button {
        padding: 2px 16px 4px 16px;
        gap: 10px;
    }
    .product-detail-list .product-card-header .title-btn button p {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-list .product-card-header .title p:first-child {
        font-size: 20px;
        line-height: 28px;
    }
    .product-detail-list .product-card-header .title {
        gap: 2px;
    }
    .product-detail-list .product-card-header .title p:last-child {
        font-size: 12px;
        line-height: 18px;
    }
    .product-detail-list .product-card-header ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-list .product-card-body .price p {
        font-size: 24px;
        line-height: 32px;
    }
    .product-detail-list .product-card-body .price span {
        font-size: 14px;
        line-height: 20px;
    }
    .product-detail-list .product-card-body {
        gap: 4px;
    }
    .product-detail-list .product-card-body p {
        font-size: 14px;
        line-height: 20px;
    }
    .product-card-btn .product-card-footer button:first-child {
        width: 40px;
        padding: 13px 12px 11px 12px;
    }
    .product-detail-list .product-card-btn .product-card-footer button:last-child {
        width: 131px;
        height: 40px;
        padding: 10px 24px;
        gap: 10px;
    }
    .product-detail-list .product-card-btn .product-card-footer button:last-child p {
        font-size: 12px;
        line-height: 18px;
    }
    .product-detail-list .product-card-footer button:first-child {
        width: 40px;
        padding: 13px 12px 11px 12px;
        border-radius: 36px;
    }
    .product-detail-list .product-card-footer button:last-child {
        width: 131px;
        height: 40px;
        padding: 10px 24px;
        gap: 10px;
    }
    .product-detail-list .product-card-footer button:last-child p {
        font-size: 12px;
        line-height: 18px;
    }
    .product-detail-list .list .product-card .product-card-header {
        gap: 16px;
    }
    .product-detail-list .body {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        align-self: stretch;
    }
    .product-detail-list .body .navigate {
        display: none;
    }
    .product-detail-list .body .body-btn {
        display: flex;
        width: 148.834px;
        height: 39.955px;
        padding: 9.989px 27.969px;
        justify-content: center;
        align-items: center;
        gap: 3.996px;
        border-radius: 9987.873px;
        border: 0.999px solid var(--border-border-dark, #0e1525);
        color: var(--text-heading-primary, #0e1525);
        text-align: center;
        font-family: Manrope;
        font-size: 11.987px;
        font-style: normal;
        font-weight: 600;
        line-height: 17.98px;
        /* 150% */
        text-transform: uppercase;
        background: transparent;
    }
    /* customer */
    .customer {
        display: none;
    }
    /* customer-425 */
    .customer-425 {
        display: flex;
        width: 100%;
        height: 578px;
        padding: 0px 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        background-image: url(../image/Right.png);
        background-color: lightgray;
        background-position: -162.121px -88.809px;
        background-size: 274.282% 115.365%;
        background-repeat: no-repeat;
        position: relative;
    }
    .customer-425 .overlay {
        width: 100%;
        height: 96px;
        position: absolute;
        right: 0;
        top: 0.045px;
        background: linear-gradient( 180deg, #f6f9fb 0%, rgba(246, 249, 251, 0.85) 57%, rgba(246, 249, 251, 0.6) 71.5%, rgba(246, 249, 251, 0) 100%);
    }
    .customer-425 .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        align-self: stretch;
        z-index: 999;
    }
    .customer-425 .title p {
        color: var(--text-placeholder, #626771);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
    }
    .customer-425 .title h2 {
        color: var(--text-heading-primary, #0e1525);
        text-align: center;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        /* 140% */
    }
    .customer-425 .body {
        display: flex;
        width: 391px;
        height: 502px;
        padding: 24px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        overflow: scroll;
    }
    .customer-425 .body .list-card {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .customer-425 .body .list-card .card {
        display: flex;
        width: 342px;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        border-radius: 30px;
        background: #fff;
    }
    .customer-425 .body .list-card .card>p {
        color: var(--text-heading-primary, #0e1525);
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 137.5% */
    }
    .customer-425 .body .list-card .card>div {
        width: 64px;
        height: 1px;
        background: var(--icon-icons-septenary, #dbdcde);
    }
    .customer-425 .body .list-card .card ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }
    .customer-425 .body .list-card .card ul li {
        display: flex;
        align-items: center;
        gap: 8px;
        align-self: stretch;
    }
    .customer-425 .body .list-card .card ul li img {
        width: 10.667px;
        height: 13.333px;
        flex-shrink: 0;
    }
    .customer-425 .body .list-card .card ul li p {
        color: var(--text-heading-primary, #0e1525);
        flex: 1 0 0;
        font-family: Manrope;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        /* 150% */
    }
    .customer-425 .body .navigate {
        display: flex;
        padding: 0px 24px;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .customer-425 .body .navigate span svg {
        width: 16px;
        height: 16px;
    }
    .customer-425 .body .navigate .navigate_page {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .customer-425 .body .navigate .navigate_page span {
        color: var(--text-disable, #93969d);
        /* CaptionLarge/Medium */
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
    }
    .customer-425 .body .navigate .navigate_page .active {
        color: var(--text-body-invertedinverted, #f5f6f6);
        /* CaptionLarge/Medium */
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
    }
    /* feedback */
    .feedback-wrapper {
        padding: 40px 24px 0px 24px;
        gap: 10px;
        align-items: flex-start;
    }
    .feedback-content {
        padding: 40px 24px 0px 24px;
        gap: 24px;
        border-radius: 20px;
    }
    .feedback-content .title div:first-child {
        gap: 4px;
    }
    .feedback-content .title div:first-child p {
        font-size: 14px;
        line-height: 20px;
    }
    .feedback-content .title div:first-child h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .feedback-content .title {
        gap: 12px;
    }
    .feedback-content .title div:last-child {
        gap: 8px;
    }
    .feedback-content .title div:last-child p {
        font-size: 24px;
        line-height: 32px;
    }
    .feedback-content .title div:last-child span {
        font-size: 14px;
        line-height: 20px;
    }
    .feedback-content .feedback-body .feedback-item:not(:first-child) {
        /* display: none; */
    }
    .feedback-body .feedback-item .feedback-card {
        padding: 24px 20px;
        gap: 8px;
    }
    .feedback-card .card-title h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .feedback-card .card-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .feedback-card p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 1280px) {
    .package-product_content_tabs button {
        font-size: 14px;
        padding: 14px 30px;
    }
    .package-product_content_main {
        flex-direction: column;
    }
    .package-product_content_main_left {
        width: 100%;
    }
    .package-product_content_main_right {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .package-product_content_tabs {
        width: 180px;
    }
    .package-product_content_tabs button {
        font-size: 14px;
        padding: 14px 16px;
        padding-right: 8px;
    }
    .package-product_content_main {
        padding: 21px;
    }
}