@media (max-width: 768px) {
    /* Áp dụng cho màn hình nhỏ hơn 768px */
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .product-item {
        /* width: 100% !important;
        margin-right: 10px !important; */
    }
}


/* container 0 -> 767px */

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


/* container 768px - 1023px*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 720px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* container 1024px - 1279px*/

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .container {
        width: 944px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* container 1280px - 1439px*/

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .container {
        width: 1120px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* container 1440px - 1599px*/

@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .container {
        width: 1120px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* container 1600px - 1919px*/

@media screen and (min-width: 1600px) {
    .container {
        width: 1280px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* container 1920px*/

@media screen and (min-width: 1920px) {
    .container {
        width: 1440px;
        max-width: 100%;
        margin: 0 auto;
    }
}


/* Giải thưởng Prize  */

.prize {
    margin-top: 80px;
    margin-bottom: 40px;
}

.prize-wrapper_title {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 16px;
}

.prize-subtitle {
    color: #626771;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.prize-title {
    font-family: Manrope;
    color: #0e1525;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.prize-list_item {
    padding-top: 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.prize-item {
    position: relative;
    border-radius: 25px;
    height: 546px;
    display: flex;
    align-items: end;
    width: 100%;
}

.prize-item:nth-child(1) {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 99.96%), url("../image/prize1.png") lightgray -306.619px -137.367px / 231.287% 120.307% no-repeat;
}

.prize-item:nth-child(2) {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 99.96%), url("../image/prize2.png") lightgray -306.619px -137.367px / 231.287% 120.307% no-repeat;
}

.prize-item:nth-child(3) {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 99.96%), url("../image/prize3.png") lightgray -306.619px -137.367px / 231.287% 120.307% no-repeat;
}

.prize-wrapper_button {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 30px;
    padding: 10px 10px 0px 10px;
    background: #f6f9fb;
    z-index: 10;
}

.prize-button {
    width: 49px;
    height: 49px;
    border-radius: 100%;
    border-radius: 24.5px;
    border: 1px solid #333;
    cursor: pointer;
}

.prize-border_btn_right {
    width: 20px;
    height: 40px;
    position: absolute;
    bottom: 58px;
    right: 0;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 20px 0px 0px #f6f9fb;
}

.prize-border_btn_left {
    width: 20px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 68px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 20px 0px 0px #f6f9fb;
}


/* Đối tác Partner */

.partner {
    margin: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner img {
    width: 183px;
    height: 60px;
}


/* Đánh giá */

.review_main1 {
    display: none;
}

.review {
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../images/home-banner_review.png") lightgray 50% / cover no-repeat;
    width: 100%;
    height: 932px;
}

.review_content {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review_tag {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.review_title1 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 16px 0 24px 0;
}

.review_title2 {
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.review_tag2 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.review_main {
    position: relative;
    margin-top: 160px;
    width: 948px;
    border-radius: 25px;
    background: #ffffff;
    padding: 40px 84px 89px;
    overflow: hidden;
}

.review_description {
    color: #0e1525;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 40px 0 12px 0;
}

.review_people {
    color: #4f5460;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.review_button {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 25px 0px 0px 0px;
    background: #0a77ff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 60px;
    z-index: 10;
}

.review_button button {
    width: 44px;
    background: #0a77ff;
    border: none;
    cursor: pointer;
}

.review-border_right {
    width: 20px;
    height: 40px;
    position: absolute;
    bottom: 60px;
    right: 0;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 20px 0px 0px #0a77ff;
}

.review-border_left {
    width: 20px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 136px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 20px 0px 0px #0a77ff;
}


/* Tin tức */

.news {
    margin-top: 80px;
    margin-bottom: 80px;
}

.news_header {
    display: flex;
    justify-content: space-between;
}

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

.news_subtitle {
    color: #93969D;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.news_title {
    color: #0e1525;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.news_viewall {
    background-image: url(./static/icons/mobifone_share.svg);
    color: #0e1525;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    background: #fff;
    padding: 0 24px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    gap: 11px;
    border-radius: 50px;
    height: 48px;
    border: 1px solid #0e1525;
    cursor: pointer;
}

.news_viewall:hover {
    border: white;
    background-color: #0a77ff;
    color: white;
}

.news_list {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.news_item {
    position: relative;
    padding: 24px;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

.news_date {
    position: absolute;
    right: 24px;
    top: 0;
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    border-radius: 0px 0px 12px 12px;
    background: #e34d4b;
}

.news_date_day {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
}

.news_date_month {
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

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

.news_tag span {
    color: #4f5460;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    padding: 2px 16px;
    border-radius: 50px;
    border: 1px solid #c3c5c9;
}

.news_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #0e1525;
    text-overflow: ellipsis;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.news_item img {
    width: 100%;
    height: 410px;
    border-radius: 14px;
    background-size: cover;
}

.news_pagination {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.news_pagination img {
    cursor: pointer;
}

.news_page {
    display: flex;
    align-items: center;
    gap: 24px;
}

.news_page {
    color: #d4d4d4;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.news_page .active {
    color: #0e1525;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}


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

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

.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: #93969D;
    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 {
    background: linear-gradient(266deg, var(--red-red-500, #ED1C24) 2.17%, var(--blue-blue-500, #0A77FF) 29.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* để Safari/Firefox hiểu */
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}


/* ---------- 1440px ---------- */

@media (max-width: 1440px) {
    .package-product_header_title h2 span {
        font-size: 36px !important;
    }
}


/* ---------- 1024px ---------- */

@media (max-width: 1024px) {
    .package-product_header_title h2 span {
        font-size: 24px !important;
    }
}


/* ---------- 768px ---------- */

@media (max-width: 768px) {
    .package-product_header_title h2 span {
        font-size: 20px !important;
    }
}

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

.package-product_header_category .slider {
    position: absolute;
    top: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.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: transparent !important;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.package-product_header_category button.active {
    color: #0a77ff;
    font-weight: 700;
    background: transparent;
    box-shadow: none;
    border-radius: 100px;
}

.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: none;
    color: #4f5460;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    cursor: pointer;
    background: #f6f9fb;
    position: relative;
}

.package-product_content_tabs button.active::before {
    content: "";
    width: 20px;
    height: 40px;
    transform: rotate(180deg);
    border-radius: 0px 0px 0px 20px;
    background: transparent;
    box-shadow: 0px 20px 0px 0px #ffffff;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 2;
}

.package-product_content_tabs button.active::after {
    content: "";
    width: 20px;
    height: 40px;
    transform: rotate(0deg);
    border-radius: 0px 0px 20px 0px;
    background: transparent;
    box-shadow: 0px 20px 0px 0px #ffffff;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 2;
}

.package-product_content_tabs button[data-index="1"].active::after {
    content: none;
}

.package-product_content_main[data-index="1"],
.package-product_content_main[data-index="4"] {
    border-top-left-radius: 0px;
}

.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: #ffffff;
}

.package-product_content_main {
    border-radius: 20px;
    background: #ffffff;
    border: none;
    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;
    margin: 0px 5px;
    max-width: 31.5%;
    flex-shrink: 0;
    box-sizing: border-box;
    text-align: center;
}

.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;
    background: #F7F7F7;
    border-radius: 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_cart .btn_primary::after,
.package-product_content_main_right_cart .btn_primary {
    border-radius: 60px;
    flex: 1;
    overflow: hidden;
    left: inherit;
    transform: initial;
}

.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;
    z-index: 1;
}

.ilus2 {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0
}


/* search */

.cp-header-bottom__right .search-bar .search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}

.cp-header-bottom__right .search-bar .search p {
    display: flex;
    padding: 3px 2.5px 2.042px 3px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.cp-header-bottom__right .search-bar .search input {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}

.cp-header-bottom__right .search-bar .search img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-popup-2 {
    position: absolute;
    right: 0;
    z-index: 99;
    display: none;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    background: var(--background-bg-primary, #fff);
    /* shadow bottom */
    box-shadow: 0px 10px 40px 0px rgba(17, 17, 17, 0.08);
}

.search-popup-2 .keyword {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.search-popup-2 .keyword h4 {
    color: var(--text-placeholder, #93969d);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
}

.search-popup-2 .keyword .content {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    flex-wrap: wrap;
}

.search-popup-2 .keyword .content .item {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    background: var(--neutral-neutral-200, #efefef);
}

.search-popup-2 .keyword .content .item p {
    color: var(--text-disable, #93969d);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.search-popup-2 .history {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.search-popup-2 .history .title-history {
    display: flex;
    width: 552px;
    justify-content: space-between;
    align-items: baseline;
}

.search-popup-2 .history .title-history h4 {
    color: var(--text-placeholder, #93969d);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
}

.search-popup-2 .history .title-history button {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--blue-blue-500, #0a77ff);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    background-color: white;
}

.search-popup-2 .history .body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.search-popup-2 .history .body .item-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
}

.search-popup-2 .history .body .item-history div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-popup-2 .history .body .item-history div span {
    display: flex;
    width: 18px;
    height: 18px;
    padding: 0.938px;
    justify-content: center;
    align-items: center;
}

.search-popup-2 .history .body .item-history div p {
    width: auto;
    padding: 0;
    color: var(--text-body, #4f5460);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.search-popup-2 .history .body .item-history button {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    outline: none;
    background: transparent;
}


/* Trạng thái ban đầu: input tìm kiếm ẩn */

.search-input {
    display: none !important;
    width: 100%;
    /* Đảm bảo input chiếm toàn bộ chiều rộng còn lại trong flex */
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
}


/* Trạng thái ban đầu: biểu tượng tìm kiếm hiển thị */

.active-input-search {
    display: flex;
    width: 600px !important;
    padding: 10px 24px;
    align-items: center;
    gap: 18px;
    border-radius: 36px;
    border: 1px solid var(--border-border-secondary, #dbdcde);
    backdrop-filter: blur(20px);
    position: relative;
}


/* Lớp để hiển thị phần tử */

.search-input.visible {
    display: block !important;
}


/* Lớp để ẩn phần tử */

.hidden {
    display: none !important;
}


/* Ẩn menu điều hướng khi cần */

.cp-header-bottom__center.hidden {
    display: none !important;
}

.search-input.visible {
    display: block !important;
    animation: fadeIn 0.3s ease;
}

.active-popup-1 {
    display: flex !important;
    animation: fadeIn 0.3s ease;
    position: absolute !important;
    z-index: 9999 !important;
    top: 63px;
    right: 0 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* banner  */

.bannerProduct,
.banner {
    display: flex;
    padding: 40px 20px 0px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-img {
    width: 100%;
}

.bannerProduct .banner-img img,
.banner .banner-img img {
    width: 100%;
    height: 640px !important;
    object-fit: cover;
    border-radius: 20px;
}

.banner .banner-button-wappper {
    display: flex;
    transform: rotate(90deg);
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    right: 73px;
    bottom: 0px;
}

.banner .banner-button {
    display: flex;
    transform: rotate(90deg);
    width: 61px;
    gap: 31px;
    padding: 38px 24px;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: -30px;
    right: 250px;
    border-radius: 20px 0px 0px 20px;
    background: #f6f9fb;
}

.banner-button::after {
    content: "";
    width: 20px;
    height: 40px;
    transform: rotate(-90deg);
    border-radius: 0px 0px 20px 0px;
    background: transparent;
    box-shadow: 0px 20px 0px 0px #f6f9fb;
    position: absolute;
    bottom: -30px;
    right: 14px;
}

.banner-button::before {
    content: "";
    width: 20px;
    height: 40px;
    transform: rotate(-90deg);
    border-radius: 0px 0px 0px 20px;
    background: transparent;
    box-shadow: 0px 20px 0px 0px #f6f9fb;
    position: absolute;
    top: -30px;
    left: 27px;
}

.banner .banner-button button {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.banner .banner-button .left {
    transform: rotate(-90deg);
}

.banner .banner-button .right {
    transform: rotate(90deg);
}

.banner .banner-button img {
    width: 9.67px;
    height: 13px;
}

.banner img {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    align-self: stretch;
    object-fit: cover;
}

.container-introduce {
    width: 100%;
}

.introduce-content-wapper {
    display: flex;
    padding: 40px 14px 0px 14px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.introduce-content {
    display: flex;
    width: 100%;
    padding: 100px 200px;
    align-items: center;
    gap: 100px;
    border-radius: 15px;
    background: white url(../icons/Line.png) no-repeat;
}

.content-title {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    flex-shrink: 0;
}

.content-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.content-header h1 {
    /* H1/Bold */
    font-family: Manrope;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 72px */
    background: var( --Button-Acent, linear-gradient(92deg, #0a77ff 1.96%, #5ca5ff 99.71%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-header span {
    color: var(--text-heading-primary, #0e1525);
    /* H1/Semibold */
    font-family: Manrope;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.content-header .content-header-url {
    color: var(--text-body, #0E1525);
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
}

.content-button {
    display: flex;
    align-items: center;
    gap: 16px;
}

.content-button button {
    display: flex;
    height: 60px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    border: none;
    background: var( --Button-Acent, linear-gradient(92deg, #0a77ff 1.96%, #5ca5ff 99.71%));
}

.content-button button:nth-child(2) {
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    border: none;
    background: #FFF;
    border: 1px solid #DBDCDE;
}

.content-button :first-child span {
    color: var(--text-heading-inverted, #fff);
    text-align: center;
    /* BodySmall/Semibold */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
}

.image-mobifone {
    height: 686px;
    width: 686px;
    border-radius: 25px;
    background-image: url(../images/mobifonesme.png);
    background-repeat: no-repeat;
    position: relative;
}

.image-mobifone1 {
    height: 686px;
    width: 540px;
    border-radius: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.image-mobifone_button {
    display: flex;
    width: 270px;
    height: 87px;
    padding: 29px 58px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 25px 0px 25px 0px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    right: 0;
    border: none;
}

.image-mobifone_button button {
    color: var(--text-heading-primary, #0e1525);
    text-align: center;
    /* Subheadline/Semibold */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    border: none;
    outline: none;
    background: transparent;
}

.image-mobifone_button .image-button {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 14px;
    border: 1px solid var(--border-border-secondary, #dbdcde);
    display: grid;
    place-items: center;
}

.image-mobifone_button button img {
    width: 10.67px;
    height: 12px;
    flex-shrink: 0;
}

.image-mobifone_button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 20px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 0px 0px 20px 0px;
    background: rgba(243, 237, 237, 0);
    box-shadow: 0px 20px 0px 0px #fff;
}

.image-mobifone_button::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    width: 20px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 0px 0px 20px 0px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 20px 0px 0px #fff;
}

.product-content {
    display: flex;
    padding: 80px 240px;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    align-self: stretch;
}

.product-content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.product-content .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-content .header button {
    display: flex;
    height: 48px;
    padding: 10px 24px;
    align-items: center;
    gap: 11px;
    border-radius: 9999px;
    color: var(--neutral-neutral-950, #0e1525);
    text-align: center;
    /* BodySmall/Medium */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

.product-content .list-product {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    align-self: stretch;
    border-radius: 9999px;
    overflow: hidden;
    background: var(--background-bg-tertiary, #f5f6f6);
}

.product-content .list-product button {
    display: flex;
    padding: 20px 23px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border: none;
    outline: none;
}

.product-content .list-product .active {
    display: flex;
    height: 60px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    background: var( --Button-Acent, linear-gradient(92deg, #0a77ff 1.96%, #5ca5ff 99.71%));
    color: white;
}

.product-group {
    display: flex;
}

.list-product-card {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 20px; */
}

.list-product-card .product-card {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 16px;
    border: 1px solid var(--border-border-secondary, #dbdcde);
    background: #fff;
}

.product-card .card-header {
    height: 200px;
    width: 100%;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.product-card .card-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(65 65 65 / 30%);
    border-radius: 16px;
    z-index: 1;
}

.product-card .card-header .hot {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    padding: 0px 14px;
    border-radius: 25px;
    background: #E34D4B;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
}

.product-card .card-header .favourite {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 36px;
    height: 36px;
    background: rgb(255 255 255 / 29%);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    /* display: flex;
    padding: 13px 14px;
    align-items: center;
    gap: 10px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08); */
}

.product-card .card-header .favourite.loved_it {
    background: #E34D4B !important;
}

.product-card .card-body {
    padding: 0px 20px;
}

.product-card .card-body .content-header>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--text-heading-primary, #0e1525);
    text-overflow: ellipsis;
    /* BodyLarge/Semibold */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 133.333% */
}

.card-body .content-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
}

.product-card .card-body .star {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
}

.product-card .card-body .star p {
    color: var(--text-body, #2B313F);
    /* CaptionLarge/Regular */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.card-body .content-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
}

.card-body .content-price>p {
    color: var(--text-disable, #93969d);
    /* 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 .content-price .price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.card-body .content-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 .card-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    background: none;
    align-self: anchor-center;
}

.card-body .card-footer .cart {
    display: flex;
    width: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 9999px;
    border: 1px solid var(--border-border-sematic-blue, #0a77ff);
}

.card-body .card-footer .btn {
    display: flex;
    padding: 14px 36px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    background: var( --Button-Acent, linear-gradient(92deg, #0a77ff 1.96%, #5ca5ff 99.71%));
    outline: none;
    border: none;
}

.card-body .card-footer .btn span {
    color: var(--text-heading-inverted, #fff);
    text-align: center;
    /* CaptionLarge/Semibold */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.search-box {
    display: none;
    /* Ẩn ô tìm kiếm khi bắt đầu */
    position: fixed;
    /* Đặt ô tìm kiếm cố định dưới cùng màn hình */
    bottom: 0;
    /* Đặt vị trí ở dưới cùng */
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-box input {
    border: 1px solid #ccc;
    outline: none;
    padding: 5px;
    width: 80%;
    /* Giới hạn chiều rộng của input */
}

.search-box button {
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

.search-box input:focus {
    border: 1px solid #00bcd4;
}

#search-icon {
    cursor: pointer;
}

.product-card_tag {
    font-size: 16px;
    color: var(--text-placeholder, #93969D);
    font-weight: 500;
    font-family: Manrope;
}

.product-card-title {
    font-size: 48px;
    color: var(--text-heading-primary, #0E1525);
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 40px;
    font-family: Manrope;
}

.prize-title {
    font-size: 38px;
    margin-bottom: 40px;
    margin-top: 16px
}

@media (max-width: 1700px) {
    .image-mobifone {
        width: 640px;
        height: 600px;
    }
    .introduce-content {
        padding: 100px 80px;
        gap: 120px;
    }
    /* .prize-item {
        height: 500px;
    } */
}

@media (max-width: 1600px) {
    .content-header h1 {
        font-size: 48px;
    }
    .content-header span {
        font-size: 48px;
    }
    .bannerProduct .banner-img img,
    .banner .banner-img img {
        height: 440px !important;
    }
}


/* Màn hình nhỏ hơn 1440px */

@media (max-width: 1440px) {
    .introduce-content {
        padding: 100px 40px;
        gap: 60px;
    }
    .image-mobifone {
        height: 540px;
    }
    .content-header h1 {
        font-size: 33px;
    }
    .content-header span {
        font-size: 36px;
    }
    /* .prize-item {
        height: 486px;
    } */
}

@media (max-width: 1280px) {
    .introduce-content {
        padding: 100px 40px;
        gap: 40px;
    }
    .image-mobifone {
        height: 400px;
        width: 540px;
        margin: 15px 10px;
        background-size: cover;
        background-position: center;
        flex: unset;
    }
    .review_main {
        width: 648px;
    }
    /* .prize-item {
        height: 386px;
    } */
    .prize-title {
        font-size: 38px;
    }
    .review {
        height: 832px;
    }
    .review_main {
        margin-top: 100px;
    }
    .bannerProduct .banner-img img,
    .banner .banner-img img {
        height: 340px !important;
    }
    .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%;
    }
    .item_product .content_prod article {
        font-size: 14px;
    }
    .package-product_content_main_left_item {
        max-width: 32%;
    }
}

@media (max-width: 1100px) {
    .image-mobifone {
        width: 440px;
    }
    .content-header h1 {
        font-size: 28px;
    }
    .content-header span {
        font-size: 25px;
    }
    .package-product_header_title h2 {
        font-size: 28px;
    }
    .prize {
        padding-top: 20px;
    }
    .review_description {
        font-size: 20px;
    }
    .standard_description p {
        font-size: 16px !important;
    }
    .content-button button {
        height: 50px;
    }
    .active-input-search {
        width: 520px !important;
    }
    .cp-header .cp-header-bottom .cp-header-bottom__right ul .search-bar .search {
        padding: 6px !important;
    }
    .search-input {
        font-size: 14px;
    }
    .btn {
        padding: 12px 8px;
    }
    .cp-header .cp-header-bottom .cp-header-bottom__right ul .search-bar .cart {
        padding: 0px;
    }
    .search-popup-2 .history .body .item-history div p,
    .search-popup-2 .history .title-history h4,
    .search-popup-2 .keyword h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .search-popup-2 .history .title-history {
        width: 100%;
    }
    .search-popup-2 .keyword .content .item {
        padding: 2px 10px;
    }
    .search-popup-2 .keyword .content .item p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 1024px) {
    .content-header h1 {
        font-size: 38px;
    }
    .cp-header-bottom__logo img {
        width: 80px;
    }
    .content-header span {
        font-size: 38px;
    }
    /* .prize-item {
        height: 406px;
    } */
    .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;
    }
}

@media (max-width: 890px) {
    .image-mobifone {
        height: 280px;
        width: 360px;
        margin: 15px 10px;
        background-size: cover;
        background-position: center;
        flex: unset;
    }
    .product-card .card-body {
        gap: 12px;
    }
    .review_description {
        font-size: 18px;
    }
    .bannerProduct .banner-img img,
    .banner .banner-img img {
        height: 240px !important;
    }
    .active-input-search {
        width: 380px !important;
    }
    .active-popup-1 {
        width: 100%;
    }
    .package-product_content_main_left_itemlist {
        width: 540px !important;
    }
}

@media (max-width: 810px) {
    .package-product_content_main_left_itemlist {
        width: 100% !important;
    }
    .introduce-content-wapper {
        /* margin-top: 140px; */
    }
}

@media (max-width: 690px) {
    .image-mobifone {
        height: 280px;
        width: 90%;
        margin: 15px 10px;
        background-size: cover;
        background-position: center;
        flex: unset;
    }
    .product-card .card-body {
        gap: 12px;
    }
    .review_description {
        font-size: 18px;
    }
}


/* ---------- 520px ---------- */

@media (max-width: 520px) {
    .bannerProduct .banner-img img,
    .banner .banner-img img {
        height: 120px !important;
    }
    .introduce-content-wapper {
        /* margin-top: 20px; */
    }
    .package-product_content_main_right_addcart {
        width: 50px;
        height: 50px;
    }
    .package-product_content_main_right_cart .btn_primary {
        padding: 8px 44px !important;
    }
    .cp-header .cp-header-bottom {
        padding: 15px 20px;
    }
    .package-product_content_main_left_item {
        max-width: 47%;
    }
    .prize-title {
        margin-bottom: 24px;
    }
}
