.banner {

    position: relative;
    height: 870px;
    overflow: hidden;
    margin-top: 87px;
}

.banner img {
    aspect-ratio: 16/9;
    height: 870px;
}


.banner .wrapper {

    position: relative;

}



.banner .text {

    position: relative;

    z-index: 9;

    max-width: 520px;

    padding-top: 22.5%;

}



.banner .text h1 {

    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 40px;

    line-height: 50px;

    color: #212121;

}

.banner .Contact{
  
  position: absolute;
    width: 210px;
    height: 62px;
    top: 50%;
    left: 20%;
    font-size: 17px;
    z-index: 1;
    font-weight: 600;
    background-color: #000000;
}

.banner .Contact a{
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center
}
.banner .Contact a:hover{
  color: #000000;
  background-color: #FFFFFF;
}



@media screen and (max-width: 767px) {

    .banner .text {

        padding-top: 32.5%;

    }



    .banner .text h1 {

        font-size: 35px;

    }

}



.banner .text ul {

    padding-left: 20px;

}



.banner .text ul li {

    list-style: disc;

    position: relative;

    padding-left: 12px;

    color: #8c832e;

    font-size: 14px;

}







.banner .wrapper .white-small {

    position: absolute;

    top: 28%;

    left: 48%;

    z-index: 4;

    width: 72px;

    height: 72px;

    background-color: #fff;

    border-radius: 50%;

}



.banner .wrapper .white-middle {

    position: absolute;

    top: 99.1%;

    left: 26.35%;

    z-index: 4;

    width: 145px;

    height: 145px;

    background-color: #fff;

    border-radius: 50%;



}



.banner .product {

    position: absolute;

    left: 42.35%;

    top: 26.5%;

    z-index: 11;

}



@media (max-width:767px) {



    .banner .product {

        position: relative;

        left: 0;

        max-width: 490px;

        margin: auto;

    }
    .banner .Contact{
      position: absolute;
      width: 100px;
      height: 30px;
      top: 60%;
      left: 10%;
      font-size: 13px;
      z-index: 1;
      font-weight: 600;
      background-color: #000000;
      
    }
    
    .banner .Contact a{
      display: block;
      width: 100%;
      height: 100%;
      color: #FFFFFF;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center
    }

}



.banner .middle-circle {

    position: absolute;

    top: 42.3%;

    left: 39.5%;

    z-index: 10;

}



.banner .white-big {

    position: relative;

    z-index: 4;

    width: 510px;

    height: 510px;

    background-color: #fff;

    border-radius: 50%;

}



@media screen and (max-width: 570px) {

    .banner .white-big {

        width: 400px;

        height: 400px;

    }

}



.banner .go-down {

    position: absolute;

    top: 55%;

    right: 0;

    z-index: 99;

    width: 50px;

    height: 50px;

    margin-right: -25px;

    border-radius: 50%;

    background-color: #212121;

    text-align: center;

    -webkit-box-shadow: 0px 18px 38px 0px rgba(0, 0, 0, 0.5);

    box-shadow: 0px 18px 38px 0px rgba(0, 0, 0, 0.5);

    cursor: pointer;

    padding-top: 6px;

}



@media screen and (max-width: 500px) {

    .banner .white-big {

        width: 300px;

        height: 300px;

    }
    .banner .Contact{
      position: absolute;
      width: 90px;
      height: 25px;
      top: 60%;
      left: 10%;
      font-size: 10px;
      z-index: 1;
      font-weight: 600;
      background-color: #000000;
      
    }
    
    .banner .Contact a{
      display: block;
      width: 100%;
      height: 100%;
      color: #FFFFFF;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center
    }

}

.banner .blue {

    position: absolute;

    top: -30px;

    left: 49.5%;

    z-index: 2;

    width: 1477px;

    height: 1405px;

    background-color: #274fff;

    border-radius: 50%;

}



.banner .logo-name {

    position: absolute;

    top: 28%;

    left: 18%;

    z-index: 3;

    font-family: faricy-new-web, sans-serif;

    font-weight: 700;

    font-style: normal;

    font-size: 299px;

    line-height: 299px;

    color: rgba(50, 89, 255, 0.65);

}



@media screen and (max-width: 767px) {

    .banner {

        height: auto;

    }

}







@media screen and (max-width: 767px) {

    .banner .middle-circle {

        top: 50%;

        left: 50%;

        -webkit-transform: translateX(-50%);

        -ms-transform: translateX(-50%);

        transform: translateX(-50%);

    }

}



@media screen and (max-width: 570px) {

    .banner .middle-circle {

        top: 56%;

    }

}



.banner .text ul li:not(:last-child) {

    margin-bottom: 10px;

}



.products {

    margin: 150px 0 120px;

}



@media (max-width:767px) {

    .products {

        margin: 80px 0 80px;

    }

}



.products .title {

    padding: 0 10px;

    text-align: center;

}



.products .title h2 {

    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 40px;

    line-height: 50px;

    color: #212121;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}



@media (max-width:600px) {

    .products .title h2 {

        font-size: 26px;

    }



}



.products .nav-list {

    /* padding: 50px 220px; */

    display: flex;


}



.products .nav-list .nav-list-item {

    display: inline-block;

    font-family: faricy-new-web, sans-serif;

    font-weight: 400;

    font-style: normal;

    font-size: 16px;

    line-height: 22px;

    color: #808080;

    padding-bottom: 8px;

    border-bottom: solid 2px transparent;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    text-align: center;

    margin-bottom: 13px;

    cursor: pointer;

}



.products .nav-list .nav-list-item:hover,

.products .nav-list .nav-list-item.active {

    border-bottom: solid 2px #212121;

    color: #212121;

}



.pro-item {

    transition: all .5s ease-out;

    padding: 0 10px 45px
}



.pro-item img {

    width: 100%;

    max-width: 380px;

    max-height: 403px;

    overflow: hidden;

    aspect-ratio: 328/347;

}



.pro-item a {

    text-align: center;

    padding: 0 10px 45px;

    color: #212121;

    font-size: 16px;

    text-decoration: none;

}



.pro-item a:hover {

    box-shadow: 0 5px 35px 10px rgba(109, 108, 108, 0.199);

}



.certify {

    padding: 50px 0;

    background-color: #f2f4f7;

}







.certify .img-box {
    margin-top: 35px;

}



.certify .img-box img {
    margin: 0 5px;
    width: 50%;
    height: 125px;
    aspect-ratio: 16/9;
    object-fit: contain;
}

@media (max-width:767px) {

    .certify {

        padding: 60px 0;

    }

    .certify .img-box img {

        margin: 0 5px;

        width: 43%;

    }

}

.certify h3 {

    font-size: 30px;

    line-height: 30px;

    padding-left: 10px;

    text-align: center;

}



.desing {

    padding: 60px 0;

}



.desing ul li {

    position: relative;

    display: flex;

    justify-content: space-between;

    align-items: center;

    font-family: faricy-new-web, sans-serif;

    font-weight: 400;

    font-style: normal;

    font-size: 14px;

    line-height: 22px;

    color: #808080;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;





}



.desing ul li span {

    position: absolute;

    left: 0;

    border-radius: 50%;

    width: 20px;

    height: 20px;

}



.desing ul li:not(:last-child) {

    margin-bottom: 75px;

}



.desing .info h2 {

    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 40px;

    line-height: 50px;

    color: #212121;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    margin-bottom: 25px;



}



@media (max-width:767px) {

    .desing .info h2 {

        font-size: 26px;

        line-height: 1.3;

    }

}



.desing .info {

    max-width: 500px;

    width: 42%;

    padding-left: 80px;

    padding-right: 10px;

    padding-top: 10px;

}



@media (max-width:600px) {

    .desing .info {

        width: 100%;

        padding: 0 20px;

    }

}



.desing .info p {

    font-family: faricy-new-web, sans-serif;

    font-weight: 400;

    font-style: normal;

    font-size: 14px;

    line-height: 22px;

    color: #808080;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}



.desing .info p a {

    color: #2440ab;

    text-decoration: underline;

}



.desing .info .btn a {
    min-width: 100px;
    color: #2440ab;

    background-color: #ffffff;

    -webkit-box-shadow: 0px 5px 20px 0px rgba(39, 79, 255, 0.15);

    box-shadow: 0px 5px 20px 0px rgba(39, 79, 255, 0.15);

    border: solid 1px #eeeeee;

    border-radius: 35px;

    padding: 14px 30px;

}



.desing .info .btn a {

    display: inline-block;

    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 18px;

    line-height: 30px;

    transition: all 0.3s;

}



.desing .info .btn a:hover {

    background-color: #f2f2f2;

}



@media (max-width:800px) {

    .desing ul li {

        float: left;

        width: 45%;

        margin-bottom: 35px !important;

    }



    .desing .attr-list {}

}



.my-button-prev,

.my-button-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 45px;

    height: 45px;

    line-height: 45px;

    box-shadow: 0px 5px 20px 0px rgba(39, 79, 255, 0.15);

    border-radius: 50%;

    text-align: center;

    color: #2440ab;

    z-index: 8;

    background-color: #fff;

}



.my-button-prev {

    left: 0
}



.my-button-next {

    right: 0;

}



.price {

    position: relative;

    padding-top: 35px;
    padding-bottom: 35px;

}



.price::before {

    position: absolute;

    top: 0px;

    left: 0;

    z-index: -1;

    display: block;

    content: '';

    width: 100%;

    height: 100%;

    background-color: #26b868;

}



@media screen and (max-width: 1000px) {

    .price::before {

        top: 0;

    }

}



.price .left {}



.price #price-swiper {

    position: relative;

    z-index: 2;

    max-width: 970px;

    width: 55%;

    max-height: 900px;

    overflow: hidden;

}



.price-button-prev,

.price-button-next {

    position: absolute;

    left: 0;

    top: 0;

    width: 100px;

    height: 120px;

    background-color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: 9;

}





.price-button-next {

    transform: translateX(100%);

    border-left: 1px solid #eeeeee;



}



.price-button-prev i,

.price-button-next i {

    font-size: 40px;



}



@media (max-width:767px) {

    .price {

        margin-bottom: 60px;

        padding-bottom: 60px;

    }

    .price-button-prev,

    .price-button-next {

        width: 50px;

        height: 50px;

    }



    .price-button-prev i,

    .price-button-next i {

        font-size: 20px;



    }

}


.price .left h2 {

    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 35px;

    line-height: 45px;

    color: #212121;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    color: #fff;

    margin-bottom: 20px;

}

.price .price-img {
    width: auto;
    height: 700px;
}


@media (max-width:767px) {

    .price .left h2 {

        font-size: 26px;

        line-height: 1.3;

    }

    .price .price-img {
        width: 100%;
        height: 100%;
    }

}



.price .left p {

    font-family: faricy-new-web, sans-serif;

    font-weight: 400;

    font-style: normal;

    font-size: 14px;

    line-height: 22px;

    color: #fff;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;
    margin-bottom: 5px;


}



.guarantee {

    margin-bottom: 45px;

}

.guarantee .guarantee-img {
    width: auto;
    height: 650px;
}

.text h2 {

    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 35px;

    line-height: 50px;

    color: #212121;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}





.text p {

    font-family: faricy-new-web, sans-serif;

    font-weight: 400;

    font-style: normal;

    font-size: 14px;

    line-height: 22px;

    color: #808080;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}



.guarantee .text-box {

    display: flex;

    align-items: center;

}



.guarantee .text {
    padding-top: 110px;
    width: 65%;

    padding-left: 145px;

}

.guarantee .text article p {
    margin-bottom: 5px;
}

@media (max-width:767px) {

    .guarantee .text {

        width: 65%;

        padding: 0 10px;

        flex: 1;

        padding-bottom: 30px;

    }

    .guarantee .guarantee-img {
        width: 100% !important;
        height: 100% !important;
    }
}




.btn a {

    display: inline-block;

    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 18px;

    line-height: 30px;

}



.service {

    position: relative;

    padding: 40px 0;

}



.service::before {

    position: absolute;

    top: 0;

    right: 0;

    z-index: -1;

    display: block;

    content: '';

    width: 50%;

    height: 100%;

    background-color: #70d6ff;

}



.service ul li {

    display: flex;

    align-items: flex-start;

    margin-bottom: 20px;

    padding-right: 60px;

}



.service ul li p {

    margin-left: 20px;

    margin-bottom: 0;

    font-size: 16px;

}

.service img {
    width: auto;
    height: 600px;
}

@media (max-width:700px) {

    .service {

        padding: 40px 0;

    }



    .service ul li p {

        font-size: 14px;

    }



    .service ul li {

        margin-bottom: 20px;

        padding-right: 20px;

    }

    .service img {
        width: 100% !important;
        height: 100% !important;
    }
}



.service ul li .bi-check-circle {

    width: 16px;

    height: 16px;

    font-size: 16px;

    color: #31bb65;

}



.advantage {

    margin: 120px 0 100px;

}



.advantage h2 {



    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 40px;

    line-height: 50px;

    color: #212121;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    text-align: center;

}



.advantage .icon {

    position: absolute;

    top: -35px;

    left: 50%;

    transform: translateX(-50%);

}



@media (max-width:700px) {

    .advantage {

        margin: 80px 0 70px;

    }

}



.advantage .advantage-content {

    margin-top: 85px;

}



.advantage .advantage-item {

    position: relative;

    margin: 10px 0px;

    padding: 0 25px;

    padding-top: 110px;

    padding-bottom: 40px;

    background-color: #f4f4f4;

}



.advantage .advantage-item h3 {

    text-align: center;

    margin: 5px 0 15px;

}



.text h3 {

    font-family: faricy-new-web, sans-serif;

    font-weight: 500;

    font-style: normal;

    font-size: 20px;

    line-height: 22px;

    color: #212121;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}



.brand {

    padding: 80px 0;

    background-color: #f2f4f7;

    overflow: hidden;

}



.brand .wrapper {

    padding-left: 55px;

    padding-right: 35px;



}



.brand .title {

    padding-left: 15px;
    margin-bottom: 30px;
}



.brand .text h2 {

    font-weight: 600;

}

.brand .swiper-wrapper {

    align-items: center;

}

.brand .text-content p {
    color: #808080;
}

@media (max-width:700px) {

    .brand {

        padding: 75px 0;

    }



    .brand .wrapper {

        padding-left: 10px;

        padding-right: 10px;



    }



    .text h2 {

        font-weight: 600;

        font-size: 26px;

        line-height: 1.3;

    }

}



.brand .title .line {

    width: 116px;

    height: 1px;

    background: #1c0e07;

    margin-bottom: 40px;

}



.brand .text h4 {

    font-weight: 600;

    font-style: normal;

    font-size: 16px;

    line-height: 24px;

    color: #212121;

    margin-top: 20px;

}



.brand .swiper-slide {

    margin-top: 30px;

}



.brand-button-prev,

.brand-button-next {

    width: 45px;

    height: 45px;

    line-height: 45px;

    box-shadow: 0px 5px 20px 0px rgba(39, 79, 255, 0.15);

    border-radius: 50%;

    text-align: center;

    color: #2440ab;

    z-index: 8;

    margin-right: 20px;

}



.certify-item {

    padding-right: 50px !important;

}



.logo-bullet {

    display: inline-block;

    width: 10px;

    height: 10px;

    border: 1px solid #949494;

    border-radius: 50%;

    margin: 0 4px;

}



.logo-bullet-active {

    background-color: #3d3d3d;

    border: 1px solid #3d3d3d;

    margin-right: 20px;



}





.logo-slider .logo-pagination span {

    margin-top: 20px;

    position: relative;

    left: 50%;

    transform: translateX(-50%);

    transition: all .3s ease-out;

}

.logo-slider .swiper-slide {

    width: auto !important;

}

@media (max-width:700px) {





    .contact .btn {

        justify-content: flex-end;

    }

    .banner .go-down {

        z-index: 99999;

    }

    .certify-item {

        padding-right: 0 !important;

    }

}

.pro-swiper {

    display: none;

}

@media (max-width:1280px) {
    .guarantee .guarantee-img {
        height: 550px
    }

    .guarantee .text {
        width: 85%;
    }

    .service img {
        height: 550px
    }

    .text h2,
    .price .left h2 {
        font-size: 27px;
    }

}