@charset "UTF-8";

/*====================================
 *
 * Responsive Home Container
 *
 * =================================*/
.s-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}



/*====================================
  *
  * Product Page
  *
  * =================================*/
@media (max-width: 390px) {
  .s-container {
    max-width: calc(100vw - 32px);
  }
}

@media (min-width: 391px) {
  .s-container {
    max-width: calc(100vw - 64px);
  }
}

/* @media (max-width: 430px) {
  .s-container {
    max-width: 375px;
  }
} */

@media (min-width: 431px) {
  .s-container {
    max-width: calc(100vw - 64px);
  }
}


@media (min-width: 576px) {
  .s-container {
    max-width: calc(100vw - 64px);
  }
}

@media (min-width: 672px) {
  .s-container {
    max-width: calc(100vw - 64px);
  }
}

@media (min-width: 768px) {
  .s-container {
    max-width: calc(100vw - 64px);
  }
}

@media (min-width: 992px) {
  .s-container {
    max-width: calc(100vw - 64px);
  }
}

@media (min-width: 1024px) {
  .s-container {
    max-width: calc(100vw - 64px);
  }

  .s-container-workflow {
    max-width: calc(100vw - 64px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .s-home-banner-container {
    display: flex;
    position: relative;
    max-width: calc(100vw - 128px);
  }

  .s-container-pricing {
    max-width: calc(100vw - 64px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 56px;
  }

}

@media (min-width: 1440px) {
  .s-container {
    max-width: 1240px;
  }

  .s-home-banner-container {
    max-width: 1240px;
    display: flex;
    position: relative;
  }

  .s-container-workflow {
    max-width: 1240px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .s-container-pricing {
    max-width: 1240px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 68px;
  }

  .s-featured .s-container {
    max-width: calc(100vw - 256px);
  }
}


/*====================================
 *
 * Responsive Home Page
 *
 * =================================*/
@media (max-width: 1920px) {}

@media (max-width: 1680px) {}

@media (max-width: 1344px) {}

@media (min-width: 1281px) {}

@media (max-width: 1280px) {}

@media (min-width: 992px) {}

@media (max-width: 1299px) and (min-width: 1025px) {

  /*====================================
 *
 * Home Banner New
 *
 * =================================*/
  .s-home-banner {
    height: 520px;
    background: #00354E;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
  }

  .s-home-banner .home-banner-left {
    color: #FFFFFF;
    padding: 110px 0 0 50px;
    z-index: 10;
    width: 50%;
  }

  .s-home-banner .home-banner-left .banner-title1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    white-space: nowrap;
  }

  .s-home-banner .home-banner-left .banner-title2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    color: #FFF;
  }

  .s-home-banner .home-banner-left .banner-title2 span {
    color: #5DD3D3;
    position: relative;
  }

  .s-home-banner .home-banner-left .banner-title2 span svg {
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: 100%;
  }

  .s-home-banner .home-banner-left .banner-description {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .s-home-banner .home-banner-right {
    z-index: 10;
  }

  .s-home-banner .home-banner-right img {
    width: 480px;
    aspect-ratio: 1.05;
    position: absolute;
    top: bottom;
    right: 0;
  }

  .s-home-banner .effect-home-banner-left::after {
    content: "";
    top: -40%;
    left: 5%;
    width: 291px;
    height: 291px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  .s-home-banner .effect-home-banner-left::before {
    content: "";
    bottom: -15%;
    left: -4%;
    width: 160px;
    height: 160px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  .s-home-banner .effect-home-banner-right::after {
    content: "";
    top: 0%;
    right: 0%;
    width: 270px;
    height: 270px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
    transform: translate(50%, -50%);
  }

  .s-home-banner .effect-home-banner-right::before {
    content: "";
    bottom: -31%;
    right: 30%;
    width: 250px;
    height: 250px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }
}

@media (max-width: 1024px) and (min-width: 769px) {

  /*====================================
 *
 * Home Banner New
 *
 * =================================*/
  .s-home-banner {
    height: 620px;
    background: #00354E;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
  }

  .s-home-banner .home-banner-left {
    color: #FFFFFF;
    padding: 110px 0 0 50px;
    z-index: 10;
    width: 50%;
  }

  .s-home-banner .home-banner-left .banner-title1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    white-space: nowrap;
  }

  .s-home-banner .home-banner-left .banner-title2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    color: #FFF;
  }

  .s-home-banner .home-banner-left .banner-title2 span {
    color: #5DD3D3;
    position: relative;
  }

  .s-home-banner .home-banner-left .banner-title2 span svg {
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: 100%;
  }

  .s-home-banner .home-banner-left .banner-description {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .s-home-banner .home-banner-right {
    z-index: 10;
  }

  .s-home-banner .home-banner-right img {
    width: 480px;
    aspect-ratio: 1.05;
    position: absolute;
    top: bottom;
    right: 0px;
  }

  .s-home-banner .effect-home-banner-left::after {
    content: "";
    top: -40%;
    left: 5%;
    width: 291px;
    height: 291px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  .s-home-banner .effect-home-banner-left::before {
    content: "";
    bottom: -15%;
    left: -4%;
    width: 160px;
    height: 160px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  .s-home-banner .effect-home-banner-right::after {
    content: "";
    top: 0%;
    right: 0%;
    width: 270px;
    height: 270px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
    transform: translate(50%, -50%);
  }

  .s-home-banner .effect-home-banner-right::before {
    content: "";
    bottom: -31%;
    right: 30%;
    width: 250px;
    height: 250px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  /*====================================
 *
 * Order Workflow New
 *
 * =================================*/
  .s-order-workflow {
    padding: 48px 0 112px 0;
    background: #00354E;
    /* height: 978px; */
  }

  .s-order-workflow .title span svg {
    width: 130px;
    position: absolute;
    bottom: -10px;
    left: 0;
  }

  .s-order-workflow .s-order-workflow-scroll {
    overflow: auto;
  }

  .s-order-workflow .title {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    text-align: center;
  }

  /*====================================
*
* Products New
*
* =================================*/
  .s-products {
    padding: 44px 0 48px;
    background: #F4F5F6;
    height: 100%;
  }


  .s-products .s-container {
    max-width: calc(100vw - 64px);
  }

  .s-products .s-products-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #00354E;
    text-transform: none;
    text-align: center;
    margin-bottom: 33px;
    padding: 0 32px;
  }

  .s-products-row {
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 195px);
    gap: 8px;
    /* justify-content: center; */
  }

  .s-products-row .item {
    width: 100%;
    max-width: 195px;
    height: 304px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
  }

  .s-products-row .item img {
    width: 100%;
    max-width: 195px;
    aspect-ratio: 1;
    object-fit: cover;
  }

  /*====================================
 *
 * Pricing New
 *
 * =================================*/
  .s-pricing {
    color: #fff;
    padding: 56px 0 0 0;
    background: #00354E;
    height: 540px;
    position: relative;
    overflow: hidden;
  }

  .s-pricing::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 161.75px;
    height: 193.14px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(35%, -25%) rotate(-48deg);
  }

  .s-pricing::before {
    position: absolute;
    content: '';
    bottom: 0%;
    left: -5%;
    width: 156.5px;
    height: 186.87px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(-40%, 11%) rotate(-48deg);
  }

  .s-pricing .s-pricing-scroll {
    overflow: auto;
  }

  .s-pricing .s-pricing-scroll::-webkit-scrollbar {
    width: 0px;
    display: none;
  }

  .s-pricing .title {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    text-align: center;
    padding: 0 30px;
  }

  .s-pricing .title span:nth-child(1) svg {
    position: absolute;
    bottom: -4px;
    left: -6px;
    width: 48px;
  }

  .s-pricing .title span:nth-child(2) svg {
    position: absolute;
    bottom: -10px;
    left: -4px;
    width: 100px;
  }

  .s-container-pricing {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin: 54px 0 0 0;
  }

  /*LEFT*/
  .s-pricing-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin: 0;
  }

  .s-pricing-left .product-pricing {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0px;
    padding-left: unset;
    width: unset;
  }

  .product-pricing .product-name {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
  }

  .product-pricing .product-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #FFFFFF;
  }

  .product-pricing .product-price-sale {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #FCC88A;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .product-pricing .product-price {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-decoration-line: line-through;
    color: #B1B5C4;
    margin: 0px;
  }

  .s-pricing-left .img-product-pricing {
    width: 286px;
    height: 180px;
    position: relative;
    margin: auto;
  }

  .s-pricing-left .img-product-pricing svg {
    display: none;
  }

  /*RIGHT*/
  .s-pricing-scroll .s-pricing-ul {
    position: relative;
    width: 100%;
    min-width: 489px;
    height: 351px;
    display: grid;
    grid-template-columns: 150px 194px 155px;
    justify-content: center;
    filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.05));
    z-index: 10;
  }

  .s-pricing-ul .li {
    color: #353945;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
  }

  .s-pricing-ul .li li {
    list-style: none;
    height: 54px;
  }

  .s-pricing-ul .li li p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 0px;
  }

  .s-pricing-ul .li:first-child ul {
    padding: 0 0 0 32px;
  }

  .s-pricing-ul .li:first-child h3 {
    color: #141416;
    justify-content: start;
    padding: 0 0 0 16px;
    border-radius: 14px 0 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }

  .s-pricing-ul .li:first-child ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding: 0 35px 0 16px;
  }


  .s-pricing-ul .li:first-child ul li span {
    color: #141416;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }

  .s-pricing-ul .li h3 {
    height: 58px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #141416;
    margin-bottom: unset;
  }

  .s-pricing-ul .li:last-child h3 {
    border-radius: 0 14px 0 0;
  }

  .s-pricing-ul .li:first-child ul li:last-child {
    border-radius: 0 0 0 14px;
  }

  .s-pricing-ul .li:last-child ul li:last-child {
    border-radius: 0 0 14px 0;
  }

  .s-pricing-ul .li:first-child ul {
    padding: 0 0 0 32px;
  }

  .s-pricing-ul .li:nth-child(n+1) ul {
    margin: 0px;
    padding: 0px;
  }

  .s-pricing-ul .li:last-child ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .s-pricing-ul .li:last-child ul li span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #353945;
  }

  /*Pricing Selected*/
  .s-pricing-scroll .pricing_selected {
    height: 348px;
    background: #FFF;
    border-radius: 14px;
    z-index: 11;
    box-shadow: 0px 4.51446px 27.0867px rgba(0, 0, 0, 0.08);
  }

  .pricing_selected h3 {
    height: 68px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #00354E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
  }

  .pricing_selected h3 svg {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 16px;
    height: 16px;
  }

  .pricing_selected ul {
    padding: 0px;
    margin: 0px;
  }

  .pricing_selected ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 54px;
    color: #1EB0B1;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }

  .pricing_selected ul li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 65px;
    color: #EF7474;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0 0 14px 14px;
  }

  .pricing_selected ul li span {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color: #353945;
  }

  .pricing_selected ul li p {
    color: #353945;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    margin: 0px;
  }

  /*====================*/
  .s-order-workflow .order-workflow-card {
    border-radius: 25px;
    background: #FFF;
    max-width: 360px;
    min-width: 360px;
    height: 710px;
    padding: 44px 24px;
  }

  .s-order-workflow .order-workflow-card:first-child {
    margin-left: 50px;
  }

  .s-order-workflow .order-workflow-card:last-child {
    margin-right: 50px;
  }

  .s-order-workflow #s-order-workflow-prev,
  .s-order-workflow #s-order-workflow-next {
    display: none !important;
  }

  /*====================================
 *
 * Featured New
 *
 * =================================*/
  .s-featured {
    padding: 56px 0 52px;
  }

  .s-featured-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
  }

  /*====================================
 *
 * Newsletter New
 *
 * =================================*/
  .s-newsletter {
    background: #F4F5F6;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .s-newsletter .row {
    gap: 48px;
  }

  .s-newsletter .right img {
    /* max-height: 320px; */
    max-width: 722px;
    cursor: pointer;
  }

  .s-newsletter .left {
    display: flex;
    justify-content: center;
  }

  .s-newsletter .left .content {
    height: 320px;
    width: 100%;
    max-width: 442px;
    padding: 24px 56px 0 56px;
    color: #353945;
    background: #FFF;
    border-radius: 8px;
  }

  .s-newsletter .left .content .title {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
  }

  .s-newsletter .left .content .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    width: 223px;
  }

  /* =============================
  *
  *
  * Detail Product Page 
  *
  *
 ===============================*/
  .s-detail-product {
    background-color: #F4F5F6;
    padding-top: 24px;
  }

  .s-detail-product .s-detail-product-container {
    /* max-width: 100%; */
    max-width: 960px;
  }

  .s-detail-product .s-detail-product-container .s-detail-product-breadcrumbs {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #777E91;
  }

  .s-detail-product .s-detail-product-container .infor_basic {
    column-gap: 55px;
    display: flex;
    padding-top: 18px;
  }

  .s-detail-product .infor_basic .picture_parent {
    display: flex;
    width: 100%;
    justify-content: space-between;
    column-gap: 20px;
  }

  .s-detail-product .infor_basic .picture_parent .picture_review {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
    overflow-y: scroll;
  }

  .s-detail-product .infor_basic .picture_parent .picture_review .picture_review_item {
    width: 85px;
    height: 85px;
    object-fit: contain;
  }

  .picture .picture_list {
    width: 85px;
  }

  .picture_list_scroll .picture_current {
    position: relative;
  }

  .picture_list_scroll .picture_current img {
    position: relative;
    width: 360px;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .picture_list_scroll .picture_current .tag_img_left {
    background: #353945;
    opacity: 0.1;
    position: absolute;
    top: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    left: 12px;
  }

  .picture_list_scroll .picture_current .tag_img_right {
    background: #353945;
    opacity: 0.1;
    position: absolute;
    top: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: rotate(-180deg);
    right: 12px;
  }

  .s-detail-product .detail_basic {
    width: 100%;
  }

  .s-detail-product .detail_basic .product_name {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #252C32;
  }

  .s-detail-product .detail_basic .product_code_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    color: #777E91;
  }

  .s-detail-product .detail_basic .repo .cost_discount {
    margin-top: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #EF7474;
  }

  .s-detail-product .detail_basic .repo .cost {
    margin-top: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-decoration-line: line-through;
    color: #353945;
  }

  .s-detail-product .detail_basic .volume .volume_title {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252C32;
    margin-top: 24px;
  }

  .s-detail-product .detail_basic .volume .volume_title .ruler {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #777E91;
  }

  .s-detail-product .detail_basic .volume .volume_list {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    color: #353945;
    gap: 8px;
  }

  .s-detail-product .detail_basic .volume .volume_list .volume_list_item {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 8px;
    border: 1px solid transparent;
    background: rgb(255, 255, 255);
    color: black;
  }

  .disabled-option {
    border: 1px solid transparent !important;
    background: rgb(230, 232, 236) !important;
    color: rgb(111, 111, 111) !important;
  }

  .actived-option {
    border: 1px solid #5dd3d3 !important;
  }

  .s-detail-product .detail_basic .volume .volume_list .volume_list_item .pic_color {
    height: 30px;
    width: 30px;
    margin-right: 8px;
  }

  .s-detail-product .detail_basic .volume .volume_list .volume_list_item .pic_color img {
    object-fit: contain;
  }

  .s-detail-product .detail_basic .quantity {
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252C32;
  }

  .s-detail-product .detail_basic .quantity .adjust {
    margin-top: 8px;
    display: flex;
  }

  .s-detail-product .detail_basic .quantity .adjust .btn_quantity {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .s-detail-product .detail_basic .quantity .adjust input {
    width: 64px;
    height: 40px;
    color: #353945;
    background: #F4F5F6;
    border: unset;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .s-detail-product .detail_basic .quantity .adjust input::-webkit-outer-spin-button,
  .s-detail-product .detail_basic .quantity .adjust input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  .s-detail-product .detail_basic .quantity .adjust input[type=number] {
    --moz-appearance: textfield;
  }

  .s-detail-product .detail_basic .button_group {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }

  .s-detail-product .detail_basic .button_group .btn_buy_product {
    width: 100%;
    height: 48px;
    background: #1EB0B1;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
  }

  .s-detail-product .detail_basic .button_group .btn_add_cart {
    width: 100%;
    height: 48px;
    border: 1.5px solid #1EB0B1;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1EB0B1;
  }

  .s-detail-product .detail_basic .condition_terms {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    color: #353945;
  }

  .s-detail-product .detail_basic .condition_terms .condition_term_item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .s-detail-product .infor_detail {
    width: calc(100vw - 32px);
    margin: 48px auto 0 auto;
  }

  .s-detail-product .infor_detail .title_infor {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #353945;
    margin-bottom: 28px;
  }

  .s-detail-product .detail_product_footer .s-featured {
    padding: 88px 0;
  }

  .s-detail-product .detail_product_footer .suggest_products {
    padding: 44px 0 56px;
  }

  .s-detail-product .detail_product_footer .suggest_products .suggest_product_title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #353945;
    text-align: center;
  }

  .s-detail-product .detail_product_footer .suggest_products .s-products-row {
    margin-top: 48px;
  }
}

@media (max-width: 768px) and (min-width: 480px) {
  .main-menu .container {
    /* display: none; */
  }

  /*====================================
 *
 * Home Banner New
 *
 * =================================*/

  .s-home-banner {
    height: 620px;
    background: #00354E;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .s-home-banner .home-banner-left {
    color: #FFFFFF;
    padding: 40px 0 0 50px;
    z-index: 10;
    width: 100%;
  }

  .s-home-banner .home-banner-left .banner-title1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    white-space: nowrap;
  }

  .s-home-banner .home-banner-left .banner-title2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    color: #FFF;
  }

  .s-home-banner .home-banner-left .banner-title2 span {
    color: #5DD3D3;
    position: relative;
  }

  .s-home-banner .home-banner-left .banner-title2 span svg {
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: 100%;
  }

  .s-home-banner .home-banner-left .banner-description {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .s-home-banner .home-banner-right {
    z-index: 10;
    width: 100%;
  }

  .s-home-banner .home-banner-right img {
    width: 380px;
    aspect-ratio: 1.05;
    position: absolute;
    bottom: 0;
    right: 0px;
  }

  .s-home-banner .effect-home-banner-left::after {
    content: "";
    top: -25%;
    left: 5%;
    width: 291px;
    height: 291px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  .s-home-banner .effect-home-banner-left::before {
    content: "";
    bottom: -10%;
    left: -4%;
    width: 160px;
    height: 160px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  .s-home-banner .effect-home-banner-right::after {
    content: "";
    top: 0%;
    right: 0%;
    width: 270px;
    height: 270px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
    transform: translate(50%, -50%);
  }


  .s-home-banner .effect-home-banner-right::before {
    content: "";
    bottom: -25%;
    right: 30%;
    width: 250px;
    height: 250px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  /*====================================
 *
 * Order Workflow New
 *
 * =================================*/
  .s-order-workflow {
    padding: 48px 0 78px 0;
    background: #00354E;
    /* height: 978px; */
  }

  .s-order-workflow .title span svg {
    width: 130px;
    position: absolute;
    bottom: -10px;
    left: 0;
  }

  .s-order-workflow::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 213px;
    height: 255px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(35%, -25%) rotate(-48deg);
  }

  .s-order-workflow::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 213px;
    height: 255px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(-55%, 33%) rotate(-48deg);
  }

  .s-order-workflow .s-order-workflow-scroll {
    overflow: auto;
  }

  .s-order-workflow .title {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    text-align: center;
  }

  .s-order-workflow .order-workflow-card {
    border-radius: 25px;
    background: #FFF;
    max-width: 360px;
    min-width: 360px;
    height: 710px;
    padding: 44px 24px;
  }

  .s-order-workflow .order-workflow-card:first-child {
    margin-left: 32px;
  }

  .s-order-workflow .order-workflow-card:last-child {
    margin-right: 32px;
  }

  .s-order-workflow #s-order-workflow-prev,
  .s-order-workflow #s-order-workflow-next {
    display: none !important;
  }

  /*====================================
 *
 * Products New
 *
 * =================================*/
  .s-products {
    padding: 44px 0 48px;
    background: #F4F5F6;
    height: 100%;
  }

  .s-products .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-products .s-products-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #00354E;
    text-transform: none;
    text-align: center;
    margin-bottom: 33px;
    padding: 0 32px;
  }

  .s-products-row {
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 195px);
    gap: 8px;
    /* justify-content: center; */
  }

  .s-products-row .item {
    width: 100%;
    max-width: 195px;
    height: 304px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
  }

  .s-products-row .item img {
    width: 100%;
    max-width: 195px;
    aspect-ratio: 1;
    object-fit: cover;
  }


  /*====================================
 *
 * Pricing New
 *
 * =================================*/
  .s-pricing {
    color: #fff;
    padding: 56px 0 0 0;
    background: #00354E;
    height: 1048px;
    position: relative;
    overflow: hidden;
  }

  .s-pricing::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 161.75px;
    height: 193.14px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(35%, -25%) rotate(-48deg);
  }

  .s-pricing::before {
    position: absolute;
    content: '';
    bottom: 60%;
    left: 0;
    width: 156.5px;
    height: 186.87px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(-40%, 11%) rotate(-48deg);
  }

  .s-pricing .s-pricing-scroll {
    overflow: auto;
  }

  .s-pricing .s-pricing-scroll::-webkit-scrollbar {
    width: 0px;
    display: none;
  }

  .s-pricing .title {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    text-align: center;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
  }

  .s-pricing .title span:nth-child(1) svg {
    position: absolute;
    bottom: -4px;
    left: -6px;
    width: 48px;
  }

  .s-pricing .title span:nth-child(2) svg {
    position: absolute;
    bottom: -10px;
    left: -4px;
    width: 100px;
  }

  .s-container-pricing {
    display: flex;
    justify-content: center;
    flex-direction: column;
    column-gap: 0px;
  }

  /*LEFT*/
  .s-pricing-left {
    width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 44px 48px 0 48px;
    margin: auto;
  }

  .s-pricing-left .product-pricing {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0px;
    padding-left: unset;
    width: unset;
  }

  .product-pricing .product-name {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
  }

  .product-pricing .product-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #FFFFFF;
  }

  .product-pricing .product-price-sale {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #FCC88A;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .product-pricing .product-price {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-decoration-line: line-through;
    color: #B1B5C4;
    margin: 0px;
  }

  .s-pricing-left .img-product-pricing {
    width: 286px;
    height: 180px;
    position: relative;
    margin: auto;
  }

  .s-pricing-left .img-product-pricing svg {
    display: none;
  }

  /*RIGHT*/
  .s-pricing-scroll .s-pricing-ul {
    position: relative;
    width: 100%;
    min-width: 720px;
    height: 508px;
    display: grid;
    grid-template-columns: 235px 260px 210px;
    justify-content: center;
    filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.05));
    z-index: 10;
    margin: 40px 0 0 0;
  }

  .s-pricing-ul .li {
    color: #353945;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }

  .s-pricing-ul .li li {
    list-style: none;
    height: 80px;
  }

  .s-pricing-ul .li li p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
  }

  .s-pricing-ul .li:first-child ul {
    padding: 0 0 0 32px;
  }

  .s-pricing-ul .li:first-child h3 {
    color: #141416;
    justify-content: start;
    padding: 0 0 0 32px;
    border-radius: 22px 0 0 0;
  }

  .s-pricing-ul .li:first-child ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding: 0 55px 0 32px;
  }

  .s-pricing-ul .li:first-child ul li span {
    color: #141416;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
  }

  .s-pricing-ul .li h3 {
    height: 84px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #141416;
    margin-bottom: unset;
  }

  .s-pricing-ul .li:last-child h3 {
    border-radius: 0 22px 0 0;
  }

  .s-pricing-ul .li:first-child ul li:last-child {
    border-radius: 0 0 0 22px;
  }

  .s-pricing-ul .li:last-child ul li:last-child {
    border-radius: 0 0 22px 0;
  }

  .s-pricing-ul .li ul li:nth-child(even) {
    background: #FFF;
  }

  .s-pricing-ul .li ul li:nth-child(odd) {
    background: #f4f5f6;
  }

  .s-pricing-ul .li:first-child ul {
    padding: 0 0 0 32px;
  }

  .s-pricing-ul .li:nth-child(n+1) ul {
    margin: 0px;
    padding: 0px;
  }

  .s-pricing-ul .li:last-child ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .s-pricing-ul .li:last-child ul li span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #353945;
  }

  /*Pricing Selected*/
  .s-pricing-scroll .pricing_selected {
    height: 506px;
    background: #FFF;
    border-radius: 20px;
    z-index: 11;
    box-shadow: 0px 4.51446px 27.0867px rgba(0, 0, 0, 0.08);
  }

  .pricing_selected h3 {
    height: 94px;
    font-style: normal;
    font-weight: 600;
    font-size: 31.1596px;
    line-height: 39px;
    color: #00354E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
  }

  .pricing_selected h3 svg {
    position: absolute;
    top: 20px;
    right: 25px;
  }

  .pricing_selected h3 span {
    background: repeating-linear-gradient(transparent, transparent 61.8%, #BDF1F1 61.9%, #BDF1F1 90%);
  }

  .pricing_selected ul {
    padding: 0px;
    margin: 0px;
  }

  .pricing_selected ul li:nth-child(even) {
    background: #FFF;
  }

  .pricing_selected ul li:nth-child(odd) {
    background: #f4f5f6;
  }

  .pricing_selected ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    color: #1EB0B1;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
  }

  .pricing_selected ul li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 92px;
    color: #EF7474;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    border-radius: 0 0 20px 20px;
  }

  .pricing_selected ul li span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #353945;
  }

  .pricing_selected ul li p {
    color: #353945;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
  }

  /**/

  .s-order-workflow .order-workflow-grid {
    min-width: 1188px;
    position: relative;
    transition: 0.5s linear;
  }

  .s-order-workflow .order-workflow-card {
    border-radius: 25px;
    background: #FFF;
    max-width: 360px;
    min-width: 360px;
    height: 710px;
    padding: 44px 24px;
  }

  .s-order-workflow .order-workflow-card:first-child {
    margin-left: 32px;
  }

  .s-order-workflow .order-workflow-card:last-child {
    margin-right: 32px;
  }

  /*====================================
 *
 * Featured New
 *
 * =================================*/
  .s-featured {
    padding: 56px 0 52px;
    position: relative;
    overflow: hidden;
  }

  .s-featured::after {
    content: "";
    position: absolute;
    width: 189px;
    height: 187px;
    top: -4%;
    left: 3%;
    background: radial-gradient(50% 50% at 50% 50%, #FFF1E7 0%, rgba(255, 243, 236, 0) 100%);
  }

  .s-featured::before {
    content: "";
    position: absolute;
    width: 331px;
    height: 331px;
    top: 35%;
    right: -50%;
    background: radial-gradient(50% 50% at 50% 50%, #FFECF6 0%, rgba(255, 247, 250, 0) 100%);
  }

  .s-featured-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    padding: 0 32px;
    margin-bottom: 32px;
  }

  .s-featured-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 36px;
  }

  .s-featured .li .title {
    display: grid;
    grid-template-columns: 64px 1fr;
  }

  .s-featured .li .title img {
    height: 64px;
    margin: auto;
  }

  .s-featured .li .title .h3-title {
    padding-left: 16px;
    text-align: left;
  }

  .s-featured .h3-title::after {
    content: "";
    display: block;
    width: 88px;
    height: 3px;
    background: #BDF1F1;
    margin: unset;
  }

  .s-featured .li .content {
    text-align: left;
  }

  /*====================================
 *
 * Brand New
 *
 * =================================*/
  /* .s-brand {height: 200px;
} */

  .s-brand .title {
    text-align: center;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #353945;
  }

  .s-partner {
    display: flex;
    gap: 0px;
    overflow: hidden;
  }

  .s-partner .li {
    /* width: 145px; */
    height: 78px;
    /* min-width: 145px; */
    min-height: 78px;
    position: relative;
  }

  .s-partner .li img {
    /* width: 145px; */
    height: 78px;
    /* max-width: 145px; */
    min-height: 78px;
  }

  .s-partner .li::before {
    content: "";
    width: 45px;
    height: 1px;
    background: #B1B5C4;
    transform: rotate(90deg);
    position: absolute;
    left: -23px;
    top: 38px;
  }

  /*====================================
 *
 * Newsletter New
 *
 * =================================*/
  .s-newsletter {
    background: #F4F5F6;
  }

  .s-newsletter .row {
    gap: 48px;
  }

  .s-newsletter .right img {
    /* max-height: 240px; */
    width: 100%;
    cursor: pointer;
  }

  .s-newsletter .left {
    display: flex;
    justify-content: center;
  }


  .s-newsletter .left .content {
    max-width: 442px;
    width: 100%;
    height: 240px;
    padding: 24px 56px;
  }

  .s-newsletter .left .content .title {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
  }

  .s-newsletter .left .content .text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #353945;
    width: 100%;
  }

  .s-newsletter .left .content .form-control,
  .s-newsletter .left .content button {
    height: 42px;
  }

  /*====================================
 *
 * Community New 
 *
 * =================================*/
  .s-community {
    background: #00354E;
    padding: 56px 0;
    position: relative;
    overflow: hidden;
  }

  .s-community::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 352px;
    height: 352px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
    transform: translate(48%, -40%);
  }

  .s-community::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 163px;
    height: 366px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(-30%, 75%) rotate(-71.33deg);
  }

  /*====================================
 *
 * Testinomial New 
 *
 * =================================*/
  .s-testinomial {
    padding: 56px 0 10px 0;
    color: #353945;
    background: #FFF;
    overflow: hidden;
  }

  .s-testinomial::after {
    position: absolute;
    content: "";
    bottom: 35%;
    right: -34%;
    width: 274px;
    height: 274px;
    background: radial-gradient(50% 50% at 50% 50%, #FFECF6 0%, rgba(255, 247, 250, 0) 100%);
  }

  .s-testinomial::before {
    position: absolute;
    content: "";
    bottom: -11%;
    left: -21%;
    width: 224px;
    height: 224px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF1E7 0%, rgba(255, 243, 236, 0) 100%);
  }

  /* =============================
  *
  *
  * Detail Product Page 
  *
  *
 ===============================*/
  .s-detail-product {
    background-color: #F4F5F6;
  }

  .s-detail-product .s-detail-product-container .s-detail-product-breadcrumbs {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #777E91;
    padding: 0 32px;
  }

  .s-detail-product .s-detail-product-container {
    max-width: 100%;
  }

  .s-detail-product .s-detail-product-container .infor_basic {
    column-gap: 32px;
    display: flex;
    flex-direction: column;
  }

  .s-detail-product .infor_basic .picture_parent {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    column-gap: 20px;
  }

  .s-detail-product .infor_basic .picture_parent .picture_review {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-self: stretch;
    overflow-x: scroll;
    margin-top: 16px;
    padding: 0 16px;
    height: unset;
  }

  .s-detail-product .infor_basic .picture_parent .picture_review .picture_review_item {
    width: 71px;
    height: 71px;
    object-fit: contain;
  }

  .s-detail-product .infor_basic .picture_parent .picture_list_scroll {
    width: 100%;
    max-width: unset;
    max-height: unset;
  }

  .picture_list_scroll .picture_current {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .picture_list_scroll .picture_current img {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .s-detail-product .detail_basic {
    width: 100%;
    margin-top: 32px;
    padding: 0 16px;
  }

  .s-detail-product .detail_basic .product_name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #252C32;
  }

  .s-detail-product .detail_basic .product_code_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: start;
    color: #777E91;
  }

  .s-detail-product .detail_basic .repo {
    margin-top: 24px;
    display: flex;
    align-items: center;
    column-gap: 16px;
  }

  .s-detail-product .detail_basic .repo .cost_discount {
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #EF7474;
  }

  .s-detail-product .detail_basic .repo .cost {
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #353945;
  }

  .s-detail-product .detail_basic .volume .volume_title {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252C32;
    margin-top: 24px;
  }

  .s-detail-product .detail_basic .volume .volume_title .ruler {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #777E91;
  }

  .s-detail-product .detail_basic .volume .volume_list {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    color: #353945;
    gap: 8px;
  }

  .s-detail-product .detail_basic .volume .volume_list .volume_list_item {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 8px;
  }

  .s-detail-product .detail_basic .quantity {
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252C32;
  }

  .s-detail-product .detail_basic .quantity .adjust {
    margin-top: 8px;
    display: flex;
  }

  .s-detail-product .detail_basic .quantity .adjust .btn_quantity {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .s-detail-product .detail_basic .quantity .adjust input {
    width: 64px;
    height: 40px;
    color: #353945;
    background: #F4F5F6;
    border: unset;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .s-detail-product .detail_basic .button_group {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }

  .s-detail-product .detail_basic .button_group .btn_buy_product {
    width: 100%;
    height: 48px;
    background: #1EB0B1;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
  }

  .s-detail-product .detail_basic .button_group .btn_add_cart {
    width: 100%;
    height: 48px;
    border: 1.5px solid #1EB0B1;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1EB0B1;
  }

  .s-detail-product .detail_basic .condition_terms {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    color: #353945;
  }

  .s-detail-product .detail_basic .condition_terms .condition_term_item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .s-detail-product .infor_detail {
    width: calc(100vw - 32px);
    margin: 48px auto 0 auto;
  }

  .s-detail-product .infor_detail .title_infor {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #353945;
    margin-bottom: 28px;
  }

  .s-detail-product .detail_product_footer .s-featured {
    padding: 44px 0 86px 0;
  }

  .s-detail-product .detail_product_footer .suggest_products {
    padding: 56px 0 44px;
  }

  .s-detail-product .detail_product_footer .suggest_products .suggest_product_title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #353945;
    text-align: center;
  }

  .s-detail-product .detail_product_footer .suggest_products .s-products-row {
    margin-top: 44px;
  }

  /*====================================
 *
 * Product Page
 *
 * =================================*/
  .s-product-page {
    padding: 0 0 56px;
    background: #F4F5F6;
    height: 100%;
  }

  .s-product-page .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-product-page-categories .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #00354E;
    margin: 24px 0;
    text-align: center;
  }

  .s-product-page-categories .li {
    display: grid;
    grid-template-columns: repeat(auto-fit, 80px);
    margin-bottom: 38px;
    gap: 26px;
  }

  .s-product-page-categories .li .item {
    height: 80px;
    text-align: center;
    background: #FFFFFF;
    border: 1.5px solid #FFF;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .s-product-page-categories .li .item img {
    height: 40px;
    width: 40px;
    margin-bottom: 4px;
  }

  .s-product-page-categories .li .item span {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #777E91;
  }

  .s-product-page-categories .li .selected {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    border: 1.5px solid #5DD3D3;
    color: #1EB0B1;
  }

  .s-product-page-categories .li .selected span {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #1EB0B1;
  }

  .s-product-page-filter .sort_by_price {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }

  .s-product-page .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-product-page-row {
    /* margin-bottom: 64px; */
    display: grid;
    grid-template-columns: repeat(auto-fit, 195px);
    gap: 8px;
    justify-content: flex-start;
  }

  .s-product-page-row .item {
    width: 100%;
    max-width: 195px;
    height: 304px;
    background: #FFFFFF;
    cursor: pointer;
  }

  .s-product-page-row .item img {
    width: 100%;
    max-width: 195px;
    aspect-ratio: 1;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .main-menu::before {
    background: #F8AF3F;
  }

  .main-menu .container {
    /* display: none; */
  }

  /*====================================
 *
 * Home Banner New
 *
 * =================================*/
  .s-home-banner {
    height: 500px;
    background: #00354E;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .s-home-banner .home-banner-left {
    color: #FFFFFF;
    padding: 40px 0 0 50px;
    z-index: 10;
    width: 100%;
  }

  .s-home-banner .home-banner-left .banner-title1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
  }

  .s-home-banner .home-banner-left .banner-title1 span {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
  }

  .s-home-banner .home-banner-left .banner-title2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #FFF;
  }

  .s-home-banner .home-banner-left .banner-title2 span {
    color: #5DD3D3;
    position: relative;
  }

  .s-home-banner .home-banner-left .banner-title2 span svg {
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: 100%;
  }

  .s-home-banner .home-banner-left .banner-description {
    display: none;
  }

  .s-home-banner .home-banner-right {
    z-index: 10;
    width: 100%;
  }

  .s-home-banner .home-banner-right img {
    width: 380px;
    aspect-ratio: 1.05;
    position: absolute;
    bottom: 0;
    right: 0px;
  }

  .s-home-banner .effect-home-banner-left::after {
    content: "";
    top: 0%;
    left: 0%;
    width: 384.09px;
    height: 384.09px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
    transform: translate(-50%, -50%);
  }

  .s-home-banner .effect-home-banner-left::before {
    content: "";
    top: 37%;
    left: -50%;
    width: 467.51px;
    height: 467.51px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  .s-home-banner .effect-home-banner-right::after {
    content: "";
    top: 0%;
    right: 0%;
    width: 245.98px;
    height: 245.98px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
    transform: translate(50%, -50%);
  }


  .s-home-banner .effect-home-banner-right::before {
    content: "";
    bottom: 13%;
    right: -35%;
    width: 308.65px;
    height: 308.65px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  /*====================================
 *
 * Quotation New
 *
 * =================================*/
  .s-quotation {
    display: none;
  }

  /*====================================
 *
 * Order Workflow New
 *
 * =================================*/
  .s-order-workflow {
    padding: 48px 0 78px 0;
    background: #00354E;
    /* height: 978px; */
  }

  .s-order-workflow::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 213px;
    height: 255px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(35%, -25%) rotate(-48deg);
  }

  .s-order-workflow::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 213px;
    height: 255px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(-55%, 33%) rotate(-48deg);
  }

  .s-order-workflow .s-order-workflow-scroll {
    overflow: auto;
  }

  .s-order-workflow .title {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    text-align: center;
  }

  .s-order-workflow .order-workflow-card {
    border-radius: 25px;
    background: #FFF;
    max-width: 360px;
    min-width: 360px;
    height: 710px;
    padding: 44px 24px;
  }

  .s-order-workflow .order-workflow-card:first-child {
    margin-left: 32px;
  }

  .s-order-workflow .order-workflow-card:last-child {
    margin-right: 32px;
  }

  .s-order-workflow .order-workflow-grid {
    min-width: 1188px;
    position: relative;
    transition: 0.5s linear;
  }

  .s-order-workflow #s-order-workflow-prev {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(30, 176, 177, 0.2);
    top: 53%;
    left: 10px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
  }

  .s-order-workflow #s-order-workflow-next {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(30, 176, 177, 0.2);
    top: 53%;
    left: 87%;
    cursor: pointer;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*====================================
 *
 * Products New
 *
 * =================================*/
  .s-products {
    padding: 44px 0 48px;
    background: #F4F5F6;
    height: 100%;
  }

  .s-products .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-products .s-products-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #00354E;
    text-transform: none;
    text-align: center;
    margin-bottom: 33px;
    padding: 0 32px;
  }

  .s-products-row {
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 195px);
    gap: 8px;
    justify-content: center;
  }

  .s-products-row .item {
    width: 100%;
    max-width: 195px;
    height: 304px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
  }

  .s-products-row .item img {
    width: 100%;
    max-width: 195px;
    aspect-ratio: 1;
    object-fit: cover;
  }

  /*====================================
 *
 * Pricing New
 *
 * =================================*/
  .s-pricing {
    color: #fff;
    padding: 56px 0 0 0;
    background: #00354E;
    height: 911px;
    position: relative;
    overflow: hidden;
  }

  .s-pricing::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 161.75px;
    height: 193.14px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(35%, -25%) rotate(-48deg);
  }

  .s-pricing::before {
    position: absolute;
    content: '';
    bottom: 60%;
    left: 0;
    width: 156.5px;
    height: 186.87px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(-40%, 11%) rotate(-48deg);
  }

  .s-pricing .s-pricing-scroll {
    overflow: auto;
  }

  .s-pricing .s-pricing-scroll::-webkit-scrollbar {
    width: 0px;
    display: none;
  }

  .s-pricing .title {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    text-align: center;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
  }

  .s-pricing .title span:nth-child(1) svg {
    position: absolute;
    bottom: -4px;
    left: -6px;
    width: 48px;
  }

  .s-pricing .title span:nth-child(2) svg {
    position: absolute;
    bottom: -10px;
    left: -4px;
    width: 100px;
  }

  .s-container-pricing {
    display: flex;
    justify-content: center;
    flex-direction: column;
    column-gap: 0px;
  }

  /*LEFT*/
  .s-pricing-left {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 8px;
    padding: 44px 48px 0 48px;
    margin: 0;
  }

  .s-pricing-left .product-pricing {
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    align-items: end;
    gap: 0px;
    padding-left: unset;
    width: unset;
  }

  .product-pricing .product-name {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
  }

  .product-pricing .product-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #FFFFFF;
  }

  .product-pricing .product-price-sale {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #FCC88A;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .product-pricing .product-price {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-decoration-line: line-through;
    color: #B1B5C4;
    margin: 0px;
  }

  .s-pricing-left .img-product-pricing {
    width: 286px;
    height: 180px;
    position: relative;
    margin: auto;
  }

  .s-pricing-left .img-product-pricing svg {
    display: none;
  }

  /*RIGHT*/
  .s-pricing-scroll .s-pricing-ul {
    position: relative;
    width: 100%;
    min-width: 489px;
    height: 351px;
    display: grid;
    grid-template-columns: 150px 194px 155px;
    justify-content: center;
    filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.05));
    z-index: 10;
    margin: 40px 16px 0 16px;
  }

  .s-pricing-ul .li {
    color: #353945;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
  }

  .s-pricing-ul .li li {
    list-style: none;
    height: 54px;
  }

  .s-pricing-ul .li li p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 0px;
  }

  .s-pricing-ul .li:first-child ul {
    padding: 0 0 0 32px;
  }

  .s-pricing-ul .li:first-child h3 {
    color: #141416;
    justify-content: start;
    padding: 0 0 0 16px;
    border-radius: 14px 0 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }

  .s-pricing-ul .li:first-child ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding: 0 20px 0 16px;
  }

  .s-pricing-ul .li:first-child ul li span {
    color: #141416;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }

  .s-pricing-ul .li h3 {
    height: 58px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #141416;
    margin-bottom: unset;
  }

  .s-pricing-ul .li:last-child h3 {
    border-radius: 0 14px 0 0;
  }

  .s-pricing-ul .li:first-child ul li:last-child {
    border-radius: 0 0 0 14px;
  }

  .s-pricing-ul .li:last-child ul li:last-child {
    border-radius: 0 0 14px 0;
  }

  .s-pricing-ul .li:first-child ul {
    padding: 0 0 0 32px;
  }

  .s-pricing-ul .li:nth-child(n+1) ul {
    margin: 0px;
    padding: 0px;
  }

  .s-pricing-ul .li:last-child ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .s-pricing-ul .li:last-child ul li span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #353945;
  }

  /*Pricing Selected*/
  .s-pricing-scroll .pricing_selected {
    height: 348px;
    background: #FFF;
    border-radius: 14px;
    z-index: 11;
    box-shadow: 0px 4.51446px 27.0867px rgba(0, 0, 0, 0.08);
  }

  .pricing_selected h3 {
    height: 68px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #00354E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
  }

  .pricing_selected h3 svg {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 16px;
    height: 16px;
  }

  .pricing_selected ul {
    padding: 0px;
    margin: 0px;
  }

  .pricing_selected ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 54px;
    color: #1EB0B1;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }

  .pricing_selected ul li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 65px;
    color: #EF7474;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0 0 14px 14px;
  }

  .pricing_selected ul li span {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color: #353945;
  }

  .pricing_selected ul li p {
    color: #353945;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    margin: 0px;
  }

  /*====================================
 *
 * Featured New
 *
 * =================================*/
  .s-featured {
    padding: 56px 0 52px;
    position: relative;
    overflow: hidden;
  }

  .s-featured::after {
    content: "";
    position: absolute;
    width: 189px;
    height: 187px;
    top: -4%;
    left: 3%;
    background: radial-gradient(50% 50% at 50% 50%, #FFF1E7 0%, rgba(255, 243, 236, 0) 100%);
  }

  .s-featured::before {
    content: "";
    position: absolute;
    width: 331px;
    height: 331px;
    top: 35%;
    right: -50%;
    background: radial-gradient(50% 50% at 50% 50%, #FFECF6 0%, rgba(255, 247, 250, 0) 100%);
  }

  .s-featured-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    padding: 0 32px;
    margin-bottom: 32px;
  }

  .s-featured-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 36px;
  }

  .s-featured .li .title {
    display: grid;
    grid-template-columns: 64px 1fr;
  }

  .s-featured .li .title img {
    height: 64px;
    margin: auto;
  }

  .s-featured .li .title .h3-title {
    padding-left: 16px;
    text-align: left;
  }

  .s-featured .h3-title::after {
    content: "";
    display: block;
    width: 88px;
    height: 3px;
    background: #BDF1F1;
    margin: unset;
  }

  .s-featured .li .content {
    text-align: left;
  }

  /*====================================
 *
 * Newsletter New
 *
 * =================================*/
  .s-newsletter {
    background: #F4F5F6;
    height: 100%;
  }

  .s-newsletter .row {
    gap: 48px;
  }

  .s-newsletter .right img {
    /* max-height: 220px; */
    width: 100%;
    cursor: pointer;
  }

  .s-newsletter .left {
    display: flex;
    justify-content: center;
  }


  .s-newsletter .left .content {
    width: 100%;
    height: 280px;
    padding: 32px;
  }


  .s-newsletter .left .content .title {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
  }

  .s-newsletter .left .content .text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #353945;
  }

  /*====================================
 *
 * Community New 
 *
 * =================================*/
  .s-community {
    background: #00354E;
    padding: 56px 0;
    position: relative;
    overflow: hidden;
  }

  .s-community::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 352px;
    height: 352px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
    transform: translate(48%, -40%);
  }

  .s-community::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 163px;
    height: 366px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(-30%, 75%) rotate(-71.33deg);
  }

  .s-community-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }

  .s-community .title {
    color: #FFF;
    margin: 0px 0 44px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .s-community .title span svg {
    width: 115px;
    position: absolute;
    bottom: -15px;
    left: 0px;
  }

  .s-community .item img {
    max-width: 300px;
    z-index: 10;
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  .s-community .item a {
    width: 136px;
    height: 40px;
    border: 1.5px solid #1EB0B1;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #1EB0B1;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }

  .s-community .item svg {
    font-size: 14px;
    margin-right: 8px;
  }

  .s-community .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 16px 0px;
    text-align: center;
    /* white-space: nowrap; */
  }

  .s-testinomial {
    padding: 56px 0 10px 0;
    color: #353945;
    background: #FFF;
    overflow: hidden;
  }

  .s-testinomial::after {
    position: absolute;
    content: "";
    bottom: 35%;
    right: -34%;
    width: 274px;
    height: 274px;
    background: radial-gradient(50% 50% at 50% 50%, #FFECF6 0%, rgba(255, 247, 250, 0) 100%);
  }

  .s-testinomial::before {
    position: absolute;
    content: "";
    bottom: -11%;
    left: -21%;
    width: 224px;
    height: 224px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF1E7 0%, rgba(255, 243, 236, 0) 100%);
  }

  .s-testinomial .title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #353945;
    text-align: center;
    margin-bottom: 44px;
    padding: 0 32px;
    position: relative;
    z-index: 10;
  }

  .s-testinomial .s-reviews {
    height: 280px;
  }

  /*====================================
 *
 * Brand New
 *
 * =================================*/
  .s-brand {
    /* height: 200px; */
    margin-bottom: 36px;
  }

  .s-brand .title {
    text-align: center;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #353945;
  }

  .s-partner {
    display: flex;
    gap: 0px;
    overflow: hidden;
  }

  .s-partner .li {
    /* width: 91px; */
    height: 53px;
    /* min-width: 91px; */
    min-height: 53px;
    position: relative;
  }

  .s-partner .li img {
    width: 91px;
    height: 53px;
    max-width: 91px;
    min-height: 53px;
  }

  .s-partner .li::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #B1B5C4;
    transform: rotate(90deg);
    position: absolute;
    left: -15px;
    top: 25px;
  }

  /*====================================
 *
 * Product Page
 *
 * =================================*/
  .s-product-page {
    padding: 0 0 44px;
    background: #F4F5F6;
    height: 100%;
  }

  .s-product-page .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-product-page-categories .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #00354E;
    margin: 24px 0;
    text-align: center;
  }

  .s-product-page-categories .li {
    display: grid;
    grid-template-columns: repeat(auto-fit, 80px);
    margin-bottom: 38px;
    gap: 16px 26px;
  }

  .s-product-page-categories .li .item {
    height: 80px;
    text-align: center;
    background: #FFFFFF;
    border: 1.5px solid #FFF;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .s-product-page-categories .li .item img {
    height: 40px;
    width: 40px;
    margin-bottom: 4px;
  }

  .s-product-page-categories .li .item span {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #777E91;
  }

  .s-product-page-categories .li .selected {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    border: 1.5px solid #5DD3D3;
    color: #1EB0B1;
  }

  .s-product-page-categories .li .selected span {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #1EB0B1;
  }

  .s-product-page-filter .sort_by_price {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }

  .s-product-page .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-product-page-row {
    /* margin-bottom: 64px; */
    display: grid;
    grid-template-columns: repeat(auto-fit, 195px);
    gap: 8px;
    justify-content: center;
  }

  .s-product-page-row .item {
    width: 100%;
    max-width: 195px;
    height: 304px;
    background: #FFFFFF;
    cursor: pointer;
  }

  .s-product-page-row .item img {
    width: 100%;
    max-width: 195px;
    aspect-ratio: 1;
    object-fit: cover;
  }

  /* =============================
  *
  *
  * Detail Product Page 
  *
  *
 ===============================*/
  .s-detail-product {
    background-color: #F4F5F6;
  }

  .s-detail-product .s-detail-product-container .s-detail-product-breadcrumbs {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #777E91;
    padding: 0 32px;
  }

  .s-detail-product .s-detail-product-container {
    max-width: 100%;
  }

  .s-detail-product .s-detail-product-container .infor_basic {
    column-gap: 32px;
    display: flex;
    flex-direction: column;
  }

  .s-detail-product .infor_basic .picture_parent {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    column-gap: 20px;
  }

  .s-detail-product .infor_basic .picture_parent .picture_review {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-self: stretch;
    overflow-x: scroll;
    margin-top: 16px;
    padding: 0 16px;
    height: unset;
  }

  .s-detail-product .infor_basic .picture_parent .picture_review .picture_review_item {
    width: 71px;
    height: 71px;
    object-fit: contain;
  }


  .s-detail-product .detail_basic {
    width: 100%;
    margin-top: 32px;
    padding: 0 16px;
  }

  .s-detail-product .detail_basic .product_name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #252C32;
  }

  .s-detail-product .detail_basic .product_code_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: start;
    color: #777E91;
  }

  .s-detail-product .detail_basic .repo {
    margin-top: 24px;
    display: flex;
    align-items: center;
    column-gap: 16px;
  }

  .s-detail-product .detail_basic .repo .cost_discount {
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #EF7474;
  }

  .s-detail-product .detail_basic .repo .cost {
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #353945;
  }

  .s-detail-product .detail_basic .volume .volume_title {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252C32;
    margin-top: 24px;
  }

  .s-detail-product .detail_basic .volume .volume_title .ruler {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #777E91;
  }

  .s-detail-product .detail_basic .volume .volume_list {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    color: #353945;
    gap: 8px;
  }

  .s-detail-product .detail_basic .volume .volume_list .volume_list_item {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 8px;
  }

  .s-detail-product .detail_basic .quantity {
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252C32;
  }

  .s-detail-product .detail_basic .quantity .adjust {
    margin-top: 8px;
    display: flex;
  }

  .s-detail-product .detail_basic .quantity .adjust .btn_quantity {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .s-detail-product .detail_basic .quantity .adjust input {
    width: 64px;
    height: 40px;
    color: #353945;
    background: #F4F5F6;
    border: unset;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .s-detail-product .detail_basic .button_group {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }

  .s-detail-product .detail_basic .button_group .btn_buy_product {
    width: 100%;
    height: 48px;
    background: #1EB0B1;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
  }

  .s-detail-product .detail_basic .button_group .btn_add_cart {
    width: 100%;
    height: 48px;
    border: 1.5px solid #1EB0B1;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1EB0B1;
  }

  .s-detail-product .detail_basic .condition_terms {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    color: #353945;
  }

  .s-detail-product .detail_basic .condition_terms .condition_term_item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .s-detail-product .infor_detail {
    width: calc(100vw - 32px);
    margin: 48px auto 0 auto;
  }

  .s-detail-product .infor_detail .title_infor {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #353945;
    margin-bottom: 28px;
  }

  .s-detail-product .detail_product_footer .s-featured {
    padding: 44px 0 86px 0;
  }

  .s-detail-product .detail_product_footer .suggest_products {
    padding: 56px 0 44px;
  }

  .s-detail-product .detail_product_footer .suggest_products .suggest_product_title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #353945;
    text-align: center;
  }

  .s-detail-product .detail_product_footer .suggest_products .s-products-row {
    margin-top: 44px;
  }
}

@media (max-width: 431px) {
  .main-menu::before {
    background: #F8AF3F;
  }

  .main-menu .container {
    /* display: none; */
  }

  /*====================================
 *
 * Home Banner New
 *
 * =================================*/

  .s-home-banner {
    height: 500px;
    background: #00354E;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .s-home-banner .home-banner-left {
    color: #FFFFFF;
    padding: 50px 0 0 32px;
    z-index: 10;
    width: 100%;
  }

  .s-home-banner .home-banner-left .banner-title1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
  }

  .s-home-banner .home-banner-left .banner-title1 span {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
  }

  .s-home-banner .home-banner-left .banner-title2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #FFF;
  }

  .s-home-banner .home-banner-left .banner-title2 span {
    color: #5DD3D3;
    position: relative;
  }

  .s-home-banner .home-banner-left .banner-title2 span svg {
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: 100%;
  }

  .s-home-banner .home-banner-left .banner-description {
    display: none;
  }

  .s-home-banner .home-banner-right {
    z-index: 10;
    width: 100%;
  }

  .s-home-banner .home-banner-right img {
    width: 363px;
    aspect-ratio: 1.1;
    position: absolute;
    bottom: 0;
    right: 8px;
  }

  .s-home-banner .effect-home-banner-left::after {
    content: "";
    top: 0%;
    left: 0%;
    width: 384.09px;
    height: 384.09px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
    transform: translate(-50%, -50%);
  }

  .s-home-banner .effect-home-banner-left::before {
    content: "";
    top: 37%;
    left: -50%;
    width: 467.51px;
    height: 467.51px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  .s-home-banner .effect-home-banner-right::after {
    content: "";
    top: 0%;
    right: 0%;
    width: 245.98px;
    height: 245.98px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
    transform: translate(50%, -50%);
  }


  .s-home-banner .effect-home-banner-right::before {
    content: "";
    bottom: 13%;
    right: -35%;
    width: 308.65px;
    height: 308.65px;
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, rgba(122, 237, 238, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
  }

  /*====================================
 *
 * Quotation New
 *
 * =================================*/
  .s-quotation {
    display: none;
  }

  /*====================================
 *
 * Order Workflow New
 *
 * =================================*/
  .s-order-workflow {
    padding: 48px 0 102px 0;
    background: #00354E;
    /* height: 978px; */
  }

  .s-order-workflow::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 213px;
    height: 255px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(35%, -25%) rotate(-48deg);
  }

  .s-order-workflow::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 213px;
    height: 255px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(-55%, 33%) rotate(-48deg);
  }

  .s-order-workflow .s-order-workflow-scroll {
    overflow: auto;
  }

  .s-order-workflow .title {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    text-align: center;
  }

  .s-order-workflow .title span svg {
    width: 130px;
    position: absolute;
    bottom: -10px;
    left: 0;
  }

  .s-order-workflow .order-workflow-grid {
    min-width: 1176px;
    gap: 16px;
    position: relative;
    transition: 0.5s linear;
  }

  .s-order-workflow .order-workflow-card {
    border-radius: 25px;
    background: #FFF;
    max-width: 360px;
    min-width: 360px;
    height: 710px;
    padding: 44px 24px;
  }

  .s-order-workflow .order-workflow-card:first-child {
    margin-left: 32px;
  }

  .s-order-workflow .order-workflow-card:last-child {
    margin-right: 32px;
  }

  .s-order-workflow #s-order-workflow-prev {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(30, 176, 177, 0.2);
    top: 53%;
    left: 10px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
  }

  .s-order-workflow #s-order-workflow-next {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(30, 176, 177, 0.2);
    top: 53%;
    left: 87%;
    cursor: pointer;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*====================================
 *
 * Products New
 *
 * =================================*/
  .s-products {
    padding: 44px 0 48px;
    background: #F4F5F6;
    height: 100%;
  }

  .s-products .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-products .s-products-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #00354E;
    text-transform: none;
    text-align: center;
    margin-bottom: 33px;
    padding: 0 60px;
  }

  .s-products-categories .li span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #777E91;
    text-transform: uppercase;
    margin-right: 32px;
  }

  .s-products-categories .li .selected {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1EB0B1;
    margin-right: 32px;
    text-transform: uppercase;
  }

  .s-products-categories .li .sale::before {
    content: "";
    display: block;
    width: 6px;
    height: 5px;
    background: #EF7474;
    border-radius: 50%;
    float: right;
    transform: translateX(6px);
  }

  .s-products-row {
    margin-bottom: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-columns: repeat(auto-fit, 190px); */
    gap: 8px;
    justify-content: center;
  }

  .s-products-row .item {
    width: 100%;
    max-width: 195px;
    height: 304px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
  }

  .s-products-row .item img {
    width: 100%;
    max-width: 195px;
    aspect-ratio: 1;
    object-fit: cover;
  }

  .s-products-footer button {
    background: #1EB0B1;
    border-radius: 8px;
    color: #fff;
    width: 100%;
    max-width: 160px;
    height: 48px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
    white-space: nowrap;
  }

  /*====================================
 *
 * Pricing New
 *
 * =================================*/
  .s-pricing {
    color: #fff;
    padding: 56px 0 0 0;
    background: #00354E;
    height: 911px;
    position: relative;
    overflow: hidden;
  }

  .s-pricing::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 161.75px;
    height: 193.14px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(35%, -25%) rotate(-48deg);
  }

  .s-pricing::before {
    position: absolute;
    content: '';
    bottom: 60%;
    left: 0;
    width: 156.5px;
    height: 186.87px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(-40%, 11%) rotate(-48deg);
  }

  .s-pricing .s-pricing-scroll {
    overflow: auto;
  }

  .s-pricing .title {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    text-align: center;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
  }

  .s-pricing .title span:nth-child(1) svg {
    position: absolute;
    bottom: -4px;
    left: -6px;
    width: 48px;
  }

  .s-pricing .title span:nth-child(2) svg {
    position: absolute;
    bottom: -10px;
    left: -4px;
    width: 100px;
  }

  .s-container-pricing {
    display: flex;
    justify-content: center;
    flex-direction: column;
    column-gap: 0px;
  }

  /*LEFT*/
  .s-pricing-left {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 12px;
    padding: 44px 48px 0 48px;
    margin: 0;
  }

  .s-pricing-left .product-pricing {
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    align-items: end;
    gap: 0px;
    padding-left: unset;
    width: unset;
  }

  .product-pricing .product-name {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
  }

  .product-pricing .product-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #FFFFFF;
  }

  .product-pricing .product-price-sale {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #FCC88A;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .product-pricing .product-price {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-decoration-line: line-through;
    color: #B1B5C4;
    margin: 0px;
  }

  .s-pricing-left .img-product-pricing {
    width: 286px;
    height: 180px;
    position: relative;
    margin: auto;
  }

  .s-pricing-left .img-product-pricing svg {
    display: none;
  }

  /*RIGHT*/
  .s-pricing-scroll .s-pricing-ul {
    position: relative;
    width: 100%;
    max-width: 489px;
    min-width: 489px;
    height: 351px;
    display: grid;
    grid-template-columns: 150px 194px 155px;
    justify-content: center;
    filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.05));
    z-index: 10;
    margin: 40px 16px 0 16px;
  }

  .s-pricing-ul .li {
    color: #353945;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
  }

  .s-pricing-ul .li li {
    list-style: none;
    height: 54px;
  }

  .s-pricing-ul .li li p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 0px;
  }

  .s-pricing-ul .li:first-child ul {
    padding: 0 0 0 32px;
  }

  .s-pricing-ul .li:first-child h3 {
    color: #141416;
    justify-content: start;
    padding: 0 0 0 16px;
    border-radius: 14px 0 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }

  .s-pricing-ul .li:first-child ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding: 0 28px 0 16px;
  }

  .s-pricing-ul .li:first-child ul li span {
    color: #141416;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }

  .s-pricing-ul .li h3 {
    height: 58px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #141416;
    margin-bottom: unset;
  }

  .s-pricing-ul .li:last-child h3 {
    border-radius: 0 14px 0 0;
  }

  .s-pricing-ul .li:first-child ul li:last-child {
    border-radius: 0 0 0 14px;
  }

  .s-pricing-ul .li:last-child ul li:last-child {
    border-radius: 0 0 14px 0;
  }

  .s-pricing-ul .li:first-child ul {
    padding: 0 0 0 32px;
  }

  .s-pricing-ul .li:nth-child(n+1) ul {
    margin: 0px;
    padding: 0px;
  }

  .s-pricing-ul .li:last-child ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .s-pricing-ul .li:last-child ul li span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #353945;
  }

  /*Pricing Selected*/
  .s-pricing-scroll .pricing_selected {
    background: #FFF;
    border-radius: 14px;
    z-index: 11;
    box-shadow: 0px 4.51446px 27.0867px rgba(0, 0, 0, 0.08);
  }

  .pricing_selected h3 {
    height: 68px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #00354E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
  }

  .pricing_selected h3 svg {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 16px;
    height: 16px;
  }

  .pricing_selected ul {
    padding: 0px;
    margin: 0px;
  }

  .pricing_selected ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 54px;
    color: #1EB0B1;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }

  .pricing_selected ul li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 65px;
    color: #EF7474;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0 0 14px 14px;
  }

  .pricing_selected ul li span {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color: #353945;
  }

  .pricing_selected ul li p {
    color: #353945;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    margin: 0px;
  }

  /*====================================
 *
 * Featured New
 *
 * =================================*/
  .s-featured {
    padding: 56px 0 52px;
    position: relative;
    overflow: hidden;
  }

  .s-featured::after {
    content: "";
    position: absolute;
    width: 189px;
    height: 187px;
    top: -4%;
    left: 3%;
    background: radial-gradient(50% 50% at 50% 50%, #FFF1E7 0%, rgba(255, 243, 236, 0) 100%);
  }

  .s-featured::before {
    content: "";
    position: absolute;
    width: 331px;
    height: 331px;
    top: 35%;
    right: -50%;
    background: radial-gradient(50% 50% at 50% 50%, #FFECF6 0%, rgba(255, 247, 250, 0) 100%);
  }

  .s-featured-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    padding: 0 32px;
    margin-bottom: 32px;
  }

  .s-featured-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 36px;
  }

  .s-featured .li .title {
    display: grid;
    grid-template-columns: 64px 1fr;
  }

  .s-featured .li .title img {
    height: 64px;
    margin: auto;
  }

  .s-featured .li .title .h3-title {
    padding-left: 16px;
    text-align: left;
  }

  .s-featured .h3-title::after {
    content: "";
    display: block;
    width: 88px;
    height: 3px;
    background: #BDF1F1;
    margin: unset;
  }

  .s-featured .li .content {
    text-align: left;
  }

  /*====================================
 *
 * Newsletter New
 *
 * =================================*/
  .s-newsletter {
    background: #F4F5F6;
    height: 100%;
  }

  .s-newsletter .right img {
    /* max-height: 220px; */
    width: 100%;
    cursor: pointer;
  }

  .s-newsletter .right .img-vid {
    visibility: hidden;
    height: 0px;
  }

  .s-newsletter .right .img-vid-mobile {
    visibility: visible;
    height: 100%;
  }

  .s-newsletter .left .content {
    width: 100%;
    height: 280px;
    padding: 32px;
  }

  .s-newsletter .left .content .title {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
  }

  .s-newsletter .left .content .text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #353945;
  }

  /*====================================
 *
 * Community New 
 *
 * =================================*/
  .s-community {
    background: #00354E;
    padding: 56px 0;
    position: relative;
    overflow: hidden;
  }

  .s-community::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 352px;
    height: 352px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 157, 255, 0.3) 0%, rgba(0, 53, 78, 0.3) 80.34%);
    transform: translate(48%, -40%);
  }

  .s-community::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 163px;
    height: 366px;
    background: linear-gradient(343.93deg, #00354E 11.49%, #5DD3D3 89.08%);
    filter: blur(105px);
    transform: translate(-30%, 75%) rotate(-71.33deg);
  }

  .s-community-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }

  .s-community .title {
    color: #FFF;
    margin: 0px 0 44px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .s-community .title span svg {
    width: 115px;
    position: absolute;
    bottom: -15px;
    left: 0px;
  }

  .s-community .item img {
    max-width: 300px;
    z-index: 10;
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  .s-community .item a {
    width: 136px;
    height: 40px;
    border: 1.5px solid #1EB0B1;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #1EB0B1;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }

  .s-community .item svg {
    font-size: 14px;
    margin-right: 8px;
  }

  .s-community .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 16px 0px;
    text-align: center;
    /* white-space: nowrap; */
  }

  .s-testinomial {
    padding: 56px 0 10px 0;
    color: #353945;
    background: #FFF;
    overflow: hidden;
  }

  .s-testinomial::after {
    position: absolute;
    content: "";
    bottom: 35%;
    right: -34%;
    width: 274px;
    height: 274px;
    background: radial-gradient(50% 50% at 50% 50%, #FFECF6 0%, rgba(255, 247, 250, 0) 100%);
  }

  .s-testinomial::before {
    position: absolute;
    content: "";
    bottom: -11%;
    left: -21%;
    width: 224px;
    height: 224px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF1E7 0%, rgba(255, 243, 236, 0) 100%);
  }

  .s-testinomial .title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #353945;
    text-align: center;
    margin-bottom: 44px;
    padding: 0 32px;
    position: relative;
    z-index: 10;
  }

  .s-testinomial .li:first-child {
    margin: 0px 0px 0px 32px !important;
  }


  /*====================================
 *
 * Brand New
 *
 * =================================*/
  .s-brand {
    /* height: 200px; */
    margin-bottom: 36px;
  }

  .s-brand .title {
    text-align: center;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #353945;
    padding: 0 15px;
  }

  .s-partner {
    display: flex;
    gap: 0px;
    overflow: hidden;
  }

  .s-partner .li {
    /* width: 90px; */
    height: 55px;
    /* min-width: 90px; */
    min-height: 55px;
    position: relative;
  }

  .s-partner .li img {
    width: 91px;
    height: 53px;
    max-width: 91px;
    min-height: 55px;
  }

  .s-partner .li::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #B1B5C4;
    transform: rotate(90deg);
    position: absolute;
    left: -15px;
    top: 25px;
  }


  /*====================================
 *
 * Product Page
 *
 * =================================*/
  .s-product-page {
    padding: 0 0 44px;
    background: #F4F5F6;
    height: 100%;
  }

  .s-product-page .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-product-page-categories .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #00354E;
    margin: 24px 0;
    text-align: center;
  }

  .s-product-page-categories .li {
    display: grid;
    grid-template-columns: repeat(auto-fit, 75px);
    margin-bottom: 38px;
    gap: 16px 26px;
  }

  .s-product-page-categories .li .item {
    height: 75px;
    text-align: center;
    background: #FFFFFF;
    border: 1.5px solid #FFF;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .s-product-page-categories .li .item img {
    height: 40px;
    width: 40px;
    margin-bottom: 4px;
  }

  .s-product-page-categories .li .item span {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #777E91;
  }

  .s-product-page-categories .li .selected {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    border: 1.5px solid #5DD3D3;
    color: #1EB0B1;
  }

  .s-product-page-categories .li .selected span {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #1EB0B1;
  }

  .s-product-page-filter .sort_by_price {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }

  .s-product-page-row {
    /* margin-bottom: 64px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-columns: repeat(auto-fit, 170px); */
    gap: 8px;
    justify-content: flex-start;
  }

  .s-product-page-row .item {
    width: 100%;
    max-width: 195px;
    height: 304px;
    background: #FFFFFF;
    cursor: pointer;
  }

  .s-product-page-row .item img {
    width: 100%;
    max-width: 195px;
    aspect-ratio: 1;
    object-fit: cover;
  }

  /* =============================
  *
  *
  * Detail Product Page 
  *
  *
 ===============================*/
  .s-detail-product {
    background-color: #F4F5F6;
    padding-top: 18px;
  }

  .s-detail-product .s-detail-product-container {
    max-width: 100%;
  }

  .s-detail-product .s-detail-product-container .s-detail-product-breadcrumbs {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #777E91;
    padding: 0 32px;
  }

  .s-detail-product .s-detail-product-container .infor_basic {
    column-gap: 32px;
    display: flex;
    flex-direction: column;
    padding-top: 18px;
  }

  .s-detail-product .infor_basic .picture_parent {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    column-gap: 20px;
  }

  .s-detail-product .infor_basic .picture_parent .picture_review {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-self: stretch;
    overflow-x: scroll;
    margin-top: 8px;
    padding: 0 16px;
    height: unset;
  }

  .s-detail-product .infor_basic .picture_parent .picture_review .picture_review_item {
    width: 71px;
    height: 71px;
    object-fit: contain;
  }

  .picture_list_scroll .picture_current {
    position: relative;
  }

  .picture_list_scroll .picture_current img {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .s-detail-product .detail_basic {
    width: 100%;
    margin-top: 32px;
    padding: 0 16px;
  }

  .s-detail-product .detail_basic .product_name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #252C32;
  }

  .s-detail-product .detail_basic .product_code_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: start;
    color: #777E91;
  }

  .s-detail-product .detail_basic .repo {
    margin-top: 24px;
    display: flex;
    align-items: center;
    column-gap: 16px;
  }

  .s-detail-product .detail_basic .repo .cost_discount {
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #EF7474;
  }

  .s-detail-product .detail_basic .repo .cost {
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #353945;
  }

  .s-detail-product .detail_basic .volume .volume_title {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252C32;
    margin-top: 24px;
  }

  .s-detail-product .detail_basic .volume .volume_title .ruler {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #777E91;
  }

  .s-detail-product .detail_basic .volume .volume_list {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    color: #353945;
    gap: 8px;
  }

  .s-detail-product .detail_basic .volume .volume_list .volume_list_item {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 8px;
  }

  .s-detail-product .detail_basic .quantity {
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252C32;
  }

  .s-detail-product .detail_basic .quantity .adjust {
    margin-top: 8px;
    display: flex;
  }

  .s-detail-product .detail_basic .quantity .adjust .btn_quantity {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .s-detail-product .detail_basic .quantity .adjust input {
    width: 64px;
    height: 40px;
    color: #353945;
    background: #F4F5F6;
    border: unset;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .s-detail-product .detail_basic .button_group {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }

  .s-detail-product .detail_basic .button_group .btn_buy_product {
    width: 100%;
    height: 48px;
    background: #1EB0B1;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
  }

  .s-detail-product .detail_basic .button_group .btn_add_cart {
    width: 100%;
    height: 48px;
    border: 1.5px solid #1EB0B1;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1EB0B1;
  }

  .s-detail-product .detail_basic .condition_terms {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    color: #353945;
  }

  .s-detail-product .detail_basic .condition_terms .condition_term_item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .s-detail-product .infor_detail {
    width: calc(100vw - 32px);
    margin: 48px auto 0 auto;
  }

  .s-detail-product .infor_detail .title_infor {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #353945;
    margin-bottom: 28px;
  }

  .s-detail-product .detail_product_footer .s-featured {
    padding: 44px 0 86px 0;
  }

  .s-detail-product .detail_product_footer .suggest_products {
    padding: 56px 0 44px;
  }

  .s-detail-product .detail_product_footer .suggest_products .suggest_product_title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #353945;
    text-align: center;
  }

  .s-detail-product .detail_product_footer .suggest_products .s-products-row {
    margin: 44px 0;
  }

  .detail_product_footer .s-container {
    max-width: calc(100vw - 32px);
  }
}

@media (max-width: 415px) {

  /*====================================
  *
  * Product Page
  *
  * =================================*/
  .s-product-page .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-product-page-categories .li {
    display: grid;
    grid-template-columns: repeat(auto-fit, 75px);
    margin-bottom: 38px;
    gap: 16px 26px;
  }

  .s-product-page-categories .li .item {
    height: 75px;
  }
}

@media (max-width: 394px) {
  .main-menu::before {
    background: #F8AF3F;
  }

  /*====================================
 *
 * Product Page
 *
 * =================================*/
  .s-product-page .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-product-page-categories .li {
    display: grid;
    grid-template-columns: repeat(auto-fit, 75px);
    margin-bottom: 38px;
    gap: 16px 19px;
  }

  /*====================================
 *
 * Detail Page
 *
 * =================================*/
  .detail_product_footer .s-container {
    max-width: calc(100vw - 32px);
  }

  /*====================================
 *
 * Products New
 *
 * =================================*/
  .s-products {
    padding: 44px 0 48px;
    background: #F4F5F6;
    height: 100%;
  }

  .s-products .s-container {
    max-width: calc(100vw - 32px);
  }

  .s-products .s-products-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #00354E;
    text-transform: none;
    text-align: center;
    margin-bottom: 33px;
    padding: 0 32px;
  }

  .s-products-row {
    margin-bottom: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-columns: repeat(auto-fit, 170px); */
    gap: 8px;
    justify-content: center;
  }

  .s-products-row .item {
    width: 100%;
    max-width: 195px;
    height: 304px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
  }

  .s-products-row .item img {
    width: 100%;
    max-width: 195px;
    aspect-ratio: 1;
    object-fit: cover;
  }

  .s-products-footer button {
    background: #1EB0B1;
    border-radius: 8px;
    color: #fff;
    width: 100%;
    max-width: 170px;
    height: 48px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
    white-space: nowrap;
  }

  .s-featured-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    padding: 0 32px;
    margin-bottom: 32px;
  }

  /*RIGHT*/
  .s-pricing-scroll .s-pricing-ul {
    position: relative;
    width: 100%;
    max-width: 459px;
    min-width: 459px;
    height: 351px;
    display: grid;
    grid-template-columns: 140px 174px 145px;
    justify-content: center;
    filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.05));
    z-index: 10;
    margin: 40px 16px 0 16px;
  }

  .s-pricing-ul .li:nth-child(n + 1) ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
  }

  .s-pricing-ul .li:first-child ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding: 0 15px 0 16px;
  }

  .s-pricing-ul .li:first-child ul li span {
    color: #141416;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }

  .s-brand .title {
    text-align: center;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #353945;
    padding: 0px;
  }

  .s-order-workflow .order-workflow-grid {
    min-width: 1064px;
    position: relative;
    transition: 0.5s linear;
  }

  .s-order-workflow #s-order-workflow-prev {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(30, 176, 177, 0.2);
    top: 53%;
    left: 10px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
  }

  .s-order-workflow #s-order-workflow-next {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(30, 176, 177, 0.2);
    top: 53%;
    left: 87%;
    cursor: pointer;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .s-order-workflow .order-workflow-card {
    border-radius: 25px;
    background: #FFF;
    max-width: 320px;
    min-width: 320px;
    height: 710px;
    padding: 44px 14px;
  }

  .s-order-workflow .order-workflow-card .title {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 22px;
    row-gap: 24px;
  }

  .s-order-workflow .order-workflow-card .text1 .step {
    margin-top: 16px;
  }

  .s-order-workflow .order-workflow-card .text1 .step #step {
    display: flex;
    column-gap: 17px;
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #E6E8EC;
    align-items: center;
  }

  .s-order-workflow .order-workflow-card .text1 .step #step span:first-child {
    min-width: 76px;
    height: 30px;
  }

  .s-testinomial .title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #353945;
    text-align: center;
    margin-bottom: 28px;
    padding: 0 32px;
    position: relative;
    z-index: 10;
  }

  .s-testinomial .li:first-child {
    margin: 0px 0px 0px 25px !important;
  }

}

@media (max-width: 394px) {

  /*====================================
  *
  * Product Page
  *
  * =================================*/
  .s-product-page-categories .li {
    display: grid;
    grid-template-columns: repeat(auto-fit, 75px);
    margin-bottom: 38px;
    gap: 12px 12px;
  }
}