.banner {
    width: 100%;
}

.banner-swiper {
    width: 100%;
    height: 100vh;
}

.banner-swiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-swiper .swiper-slide .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
}

.banner-content-title {
    color: #000;
    font-family: Impact;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.banner-content-desc {
    color: #000;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-content-infor {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 48px;
}

.banner-content-box {
    border-left: 4px solid #9ACCCD;
    padding: 0 12px;
}

.banner-content-label {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 2px;
}

.banner-content-text {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-swiper .banner-swiper-pagination {
    position: absolute;
    z-index: 10;
    bottom: 42px;
    left: 50%;
    right: unset;
    top: unset;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    width: max-content;
}

.banner-swiper .banner-swiper-pagination .swiper-pagination-bullet {
    border-radius: 100px;
    background: #FFF;
    width: 60px;
    height: 8px;
    opacity: 1;
    transition: all 0.5s;
}

.banner-swiper .banner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 100px;
    background: #9ACCCD;
}

.banner-commit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    padding: 16px 0;
}

.banner-commit-item {
    max-width: 300px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.banner-commit-item img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.banner-commit-item p {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner-desc {
    margin-top: 40px;
    margin-bottom: 80px;
    width: 1038px;
}

.banner-desc p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*  */
.introduce {
    background: #F4F4F4;
    padding: 80px 0;
}

.introduce-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 40px;
}

.introduce-item {
    position: relative;
    padding: 39px 57px 39px 92px;
    height: 574px;
    width: 100%;
}

.introduce-item.introduce-item-v1 {
    padding: 39px 57px 39px 58px;
}

.introduce-item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.introduce-item-img-hover {
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.introduce-item-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
    gap: 20px;
}

.introduce-item-v1 .introduce-item-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.introduce-item-content-label {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.introduce-item-v1 .introduce-item-content-title {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.introduce-item-content-title {
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.introduce-item-v1 .introduce-item-content-desc {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.introduce-item-v1 .introduce-item-content-desc {
    font-size: 16px;
}

.introduce-item:hover .introduce-item-img {
    opacity: 0;
}

.introduce-item:hover .introduce-item-img-hover {
    opacity: 1;
}

.introduce-item-v1 {
    width: calc(50% - 50px / 2);
}

.featuredcategories {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 80px;
}

.featuredcategories-title {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.featuredcategories-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 38px;
    width: 100%;
}

.featuredcategories-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: calc(25% - 29px);
}

.featuredcategories-item-img {
    position: relative;
    height: 368px;
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
}

.featuredcategories-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 1s;
}

.featuredcategories-item-img1 {
    opacity: 1;
}

.featuredcategories-item-img2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.featuredcategories-item:hover .featuredcategories-item-img1 {
    opacity: 0;
}

.featuredcategories-item:hover .featuredcategories-item-img2 {
    opacity: 1;
}

.featuredcategories-item-label {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*  */
.bestselling {
    margin-top: 105px;
    display: flex;
    gap: 80px;
}

.bestselling-heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 221px;
}

.bestselling-heading-title {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bestselling-heading-desc {
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bestselling-heading-btn {
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #6C6C6C;
}

.bestselling-heading-btn svg {
    width: 16px;
    height: 16px;
}

.bestselling-slide {
    flex: 1 0 0;
    width: calc(100% - 221px - 32px - 32px);
    display: flex;
}

.bestselling-list {
    width: 100%;
}

.bestselling-slide .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bestselling-swiper-title {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0 10px;
}

.bestselling-swiper-price {
    color: #FF1F1F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bestselling-swiper-price span {
    color: #FF1F1F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.bestselling-swiper-color {
    margin-top: 12px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bestselling-swiper-color-item {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 100%;
    cursor: pointer;
}

.bestselling-swiper-addtocart {
    display: flex;
    height: 52px;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #00D3D7;
    cursor: pointer;
}

.bestselling-swiper-addtocart span {
    color: #00D3D7;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bestselling-swiper-addtocart svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.bestselling-thumnail-slide {
    width: 100%;
    height: 224px;
    border-radius: 20px;
    background: #DFDFDF;
    overflow: hidden;
    display: flex;
}

.bestselling-thumnail-slide .mySwiper {
    width: 50px;
    padding: 16px 9px;
    flex-shrink: 0;
}

.bestselling-thumnail-slide .mySwiper .swiper-slide img {
    height: 32px;
    aspect-ratio: 1/1;
    border-radius: 4px;
    cursor: pointer;
}

.bestselling-thumnail-slide .mySwiper2 {
    flex: 1 0 0;
    height: 100%;
}

.bestselling-thumnail-slide .mySwiper2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bestselling-swiper-button-next,
.bestselling-swiper-button-prev {
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-top: 80px;
    flex-shrink: 0;
}

/*  */
.productintroduction {
    position: relative;
    background: #FFF;
    height: 457px;
}

.productintroduction-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productintroduction-content {
    position: absolute;
    left: 146px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.productintroduction-content-title {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.productintroduction-content-desc {
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.poster {
    padding: 85px 0;
    background: #F4F4F4;
}

.poster .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 50px;
    row-gap: 40px;
}

.poster-item {
    width: calc(50% - 50px / 2);
    border-radius: 28px;
    height: 414px;
    position: relative;
    overflow: hidden;
}

.poster-item-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 28px;
}

.poster-item .btn-1 {
    position: absolute;
    z-index: 10;
    bottom: 42px;
    left: 38px;
    border-radius: 100px;
    background: #9BCCCD;
    padding: 16px 20px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.poster-imgfooter {
    margin-top: 80px;
    object-fit: cover;
    width: 100%;
    height: 658px;
}

/*  */
.expert {
    padding-bottom: 80px;
    background: #F4F4F4;
}

.expert-heading {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.expert-swiper {
    padding: 0 122px;
}

.expert-swiper .swiper-slide {
    width: 561px;
}

.expert-item {
    border-radius: 28px;
    background: #FFF;
    display: flex;
    min-height: 354px;
    padding-right: 27px;
    align-items: center;
    gap: 27px;
}

.expert-item-avt {
    border-radius: 28px;
    width: 280px;
    height: 354px;
    object-fit: cover;
}

.expert-item-right-title {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.expert-item-right-label {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 40px;
}

.expert-item-right-desc {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*  */
.feedback {
    background: #F4F4F4;
    padding-bottom: 80px;
}

.feedback-heading {
    width: 100%;
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.feedback-desc {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 560px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.feedback-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.feedback-rate svg {
    width: 17.49px;
    height: 16.872px;
}

.feedback-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.feedback-item {
    width: calc(20% - 10px);
    min-height: 305px;
    border-radius: 28px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
}

.feedback-item-rate {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 28px;
}

.feedback-item-rate svg {
    width: 13.992px;
    height: 13.498px;
}

.feedback-item-desc {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 129px;
    margin-bottom: 28px;
}

.feedback-item-name {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.feedback-item-servicetype {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.feedback-item-avt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
    width: 37.417px;
    height: 37.417px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    object-fit: cover;
}

/*  */
.certification {
    background: #F4F4F4;
    padding-bottom: 70px;
}

.certification .container {
    display: flex;
    min-height: 532px;
    border-radius: 28px;
    background: #FFF;
    overflow: hidden;
}

.certification-left {
    position: relative;
    width: 616px;
}

.certification-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certification-left-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.certification-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    flex: 1 0 0;
    padding-left: 91px;
    padding-right: 111px;
    padding-top: 78px;
    padding-bottom: 78px;
    column-gap: 40px;
    row-gap: 36px;
}

/*  */
.partner {
    position: relative;
    min-height: 451px;
}

.partner-imgbg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-wrapper {
    position: relative;
    z-index: 10;
}

.partner-heading {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
    padding-top: 80px;
    width: 100%;
    text-align: center;
}

.partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 44px;
    column-gap: 75px;
    padding-bottom: 80px;
    padding: 0 99px 0px 114px;
}

.partner-list img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.partner-list img:first-child {
    padding-left: 50px;
}

.partner-list img:nth-child(3) {
    padding-right: 50px;
}

.productintroduction-imgmb,
.introduce-item-img-hovermb,
.banner-swiper-imgmb {
    display: none;
}

@media (max-width: 768px) {

    .feedback-desc,
    .banner-desc {
        width: 100%;
    }

    .banner-swiper .swiper-slide .container {
        padding: 16px;
        background: #00000003;
    }

    .banner-content-title {
        font-size: 32px;
    }

    .banner-content-desc {
        font-size: 24px;
    }

    .banner-content-infor {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .banner-swiper-content .btn-1 {
        margin: 0 auto;
    }

    .banner-swiper-img {
        display: none;
    }

    .banner-swiper-imgmb {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*  */
    .banner-commit {
        gap: 20px;
        padding: 32px 0;
    }

    .banner-desc {
        padding: 0 16px;
    }

    /*  */
    .introduce-item-v1 {
        width: 100%;
    }

    .introduce-item:hover .introduce-item-img {
        opacity: 1;
    }

    .introduce-item-img-hover {
        display: none;
    }

    .introduce-item-img-hovermb {
        display: block;
        width: 100%;
        object-fit: cover;
    }

    .introduce-item {
        padding: 24px;
    }

    .introduce-item.introduce-item-v2 {
        height: 274px;
    }

    .introduce-item-v2 .introduce-item-content-title {
        font-size: 24px;
    }

    /*  */
    .featuredcategories-list {
        gap: 20px;
        padding: 0 16px;
    }

    .featuredcategories-item {
        width: calc(50% - 20px / 2);
        gap: 8px;
    }

    .featuredcategories-item-img {
        height: 240px;
    }

    /*  */
    .bestselling-heading {
        width: 100%;
        padding: 0 16px;
    }

    .bestselling-slide {
        width: 100%;
    }

    .bestselling-list {
        /* width: calc(100% - 32px - 32px); */
        width: 100%;
    }

    .bestselling-swiper {
        padding: 0 32px;
    }

    .bestselling-swiper-button-next {
        position: absolute;
        right: 0;
    }

    .bestselling-swiper-button-prev {
        position: absolute;
        left: 0;
    }

    /*  */
    .productintroduction-content {
        left: 24px;
        width: calc(73% - 16px - 16px);
        top: 24px;
        transform: translateY(0);
    }

    .productintroduction-img {
        display: none;
    }

    .productintroduction-imgmb {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*  */
    .poster .container {
        padding: 0 16px;
    }

    .poster-item {
        width: 100%;
        height: 214px;
    }

    .poster-item .btn-1 {
        bottom: 10px;
        left: 16px;
    }

    .poster-imgfooter {
        height: 170px;
    }

    /*  */
    .expert-heading {
        width: 100%;
        padding: 0 16px;
    }

    .expert-swiper {
        padding: 0 16px;
    }

    .expert-item {
        flex-direction: column;
        padding-right: 0;
    }

    .expert-item-right {
        padding: 0 16px;
        padding-bottom: 24px;
    }

    .expert-item-right-label {
        margin-bottom: 20px;
    }

    .expert-item-right-title {
        text-align: center;
    }

    /*  */
    .feedback-item {
        width: calc(50% - 10px);
    }

    .bestselling {
        flex-direction: column;
    }

    .feedback-heading {
        padding: 0 16px;
    }

    .feedback-desc {
        padding: 0 16px;
    }

    .feedback-list {
        row-gap: 30px;
        padding: 0 16px;
    }

    .certification .container {
        height: auto;
        flex-direction: column;
    }

    .certification-left {
        width: 100%;
    }

    .certification-right {
        padding-left: 16px;
        padding-right: 16px;
    }

    /*  */
    .partner-list {
        padding: 0 16px;
        align-items: center;
        justify-content: center;
    }

    .partner-list img:first-child {
        padding-left: 0;
    }

    .partner-list img:nth-child(3) {
        padding-right: 0;
    }
}