.swiper_home_banner{

    overflow: hidden;

}

.swiper_home_banner li.swiper-slide{

    height: 840px;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    padding-bottom: 2rem;

}

.swiper_home_banner li.swiper-slide:after{

    /* content: ""; */

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    background: url('../img/black-over.png') no-repeat center/cover;

}

.swiper_home_banner li .content{

    position: relative;

    z-index: 9;

}

.home_banner .swiper_home_banner h1, .home_banner .swiper_home_banner strong{

    font-size: 63px;

    display: block;

    font-weight: 900;

    color: white;

    line-height: 1.3;

    max-width: 600px;

    text-transform: capitalize;

}

.home_banner .swiper_home_banner .content{

    width: 100%;

}

.home_banner .swiper_home_banner .swiper-slide{

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

}

.swiper_home_banner li .button_arrow{

    margin-top: 40px;

}



.home_category{

    background-color: #e4ecf2;

}

.swiper_category li.swiper-slide{

    height: 224px;

    background-color: transparent;

    text-align: center;

    transition: all 0.3s;

    transition: all 0.3s;

    width: 237px;

}

.swiper_category li.swiper-slide a{

    display: flex;

    align-self: center;

    flex-direction: column;

    width: 100%;

    height: 100%;

    justify-content: center;

    padding: 0 1.5rem;

    padding-top: 0rem;

}

.swiper_category li.swiper-slide .img{

    width: 63px;

    height: 63px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 32px;

}

.swiper_category li.swiper-slide .img img{

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.swiper_category li.swiper-slide p{

    font-size: 20px;

    line-height: 25px;

    color: var(--title_color);

    font-weight: 700;

    min-height: 50px;

}

/* .swiper_category li.swiper-slide.active{

    background-color: var(--subtheme_color);

}

.swiper_category li.swiper-slide.active a>*{

    filter: brightness(100);

} */

.swiper_category li.swiper-slide:hover{

    background-color: var(--subtheme_color);

}

.swiper_category li.swiper-slide:hover a>*{

    color: #fff;

}

.swiper_category li.swiper-slide a>*{

    transition: all 0.3s;

}

.home_category{

    overflow: hidden;

}

.home_solutions{

    padding: 145px 0 210px;

    position: relative;

    overflow: hidden;

}



.home_solutions>img{

    width: 820px;

    position: absolute;

    right: -440px;

    top: -490px;

    transition: all 2s;

}

.home_solutions img.cirlce2{

    width: 850px;

    top: unset;

    right: unset;

    position: absolute;

    left: -380px;

    bottom: -600px;

}

.home_solutions .main{

    margin-top: 65px;

}

.home_solutions .main ul{

    gap: 20px;

    display: grid;

    grid-template-columns: repeat(3,1fr);

}

.home_solutions .main ul li .img{

    height: 375px;

    position: relative;

    overflow: hidden;

}

.home_solutions .main ul li{

    border-radius: 12px;

    overflow: hidden;

    background-image: linear-gradient(to bottom,#dadada,#fff);

}

.home_solutions .main ul li .img img{

    width: 100%;

    height: 100%;

    transition: all 0.3s;

    object-fit: cover;

}

.home_solutions .main ul li .img a{

    display: block;

    color: white;

    text-align: center;

    background-color: var(--theme_color);

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    padding: 22px 0;

    font-size: 23px;

    font-weight: 600;

}

.home_solutions .main ul li .sub_links{

    background-color: transparent;

    padding: 22px 39px;

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 17px 50px;

}

.home_solutions .main ul li:hover .img img{

    transform: scale(1.1);

}

.home_solutions .main ul li .sub_links a{

    font-size: 18px;

    color: #7c7c7c;

    transition: all 0.3s;

}

.home_solutions .main ul li .sub_links a strong{

    font-weight: 400;

    color: var(--title_color);

}

.home_solutions .main ul li .sub_links a:hover{

    color: var(--theme_color);

    text-decoration: underline;

}





.home_application {

    padding: 70px 0 105px;

    overflow: hidden;

    background: #e4ecf2;

  }

  .home_application .head {

    color: #fff;

  }

  .home_application .main {

    margin-top: 62px;

    position: relative;

  }

  .home_application .main .imgs {

    width: 70%;

    min-width: 70%;

    height: 588px;

    overflow: hidden;

    border-radius: 10px;

    position: relative;

  }

  .home_application .main .imgs li {

    position: absolute;

    left: 0;

    top: 0;

    transition: all 0.3s;

    opacity: 0;

    pointer-events: none;

    width: 100%;

    height: 100%;

  }

  .home_application .main .imgs li.active {

    opacity: 1;

    pointer-events: all;

  }

  .home_application .main .imgs li img {

    width: 100%;

    height: 100%;

    object-fit: cover;

  }

  .home_application .main .nav {

    flex: 1;

  }

  .home_application .main .nav li {

    display: flex;

    align-items: center;

    padding: 1rem 60px 1rem 40px;

    cursor: pointer;

    gap: 20px;

    transition: all 0.4s;

    min-height: 96px;

    position: relative;

    z-index: 2;

  }

  .home_application .main .nav li::after {

    content: '';

    display: block;

    width: 100%;

    height: 100%;

    background-color: var(--subtheme_color);

    background-size: auto 100%;

    position: absolute;

    right: 0;

    top: 0;

    opacity: 0;

    transition: all 0.3s;

    z-index: -1;

    border-radius: 12px;

  }

  .home_application .main .nav li i {

    display: block;

    width: 43px;

    min-width: 43px;

    aspect-ratio: 1/1;

    background: no-repeat center / contain;

  }

  .home_application .main .nav li p {

    font-size: 18px;

    flex: 1;

    transition: all 0.3s;

    color: #707070;

    font-weight: 600;

  }

  .home_application .main .nav li.active p{

    color: white;

  }

  .home_application .main .nav li span {

    display: block;

    width: 15px;

    min-width: 15px;

    height: 15px;

    margin-left: auto;

    background: url(../img/plus.svg) no-repeat center / contain;

  }

  .home_application .main .nav li.active {

    padding-left: 0;

    gap: 30px;

  }

  .home_application .main .nav li.active::after {

    opacity: 1;

    width: 110%;

  }

  .home_application .main .nav li.active i,

  .home_application .main .nav li.active span {

    filter: brightness(20);

  }

  .home_application .main .texts {

    background-color: var(--theme_color);

    border-radius: 8px;

    position: absolute;

    overflow: hidden;

    left: -2.5%;

    bottom: -2.639%;

    width: 38.5%;

  }

  .home_application .main .texts .home_application_swiper .swiper-slide {

    height: auto;

  }

  .home_application .main .texts .home_application_swiper .swiper-slide a {

    height: 100%;

    display: block;

    color: #fff;

    padding: 34px 34px;

  }

  .home_application .main .texts .home_application_swiper .swiper-slide a:hover span::after {

    transform: translateX(5px);

  }

  .home_application .main .texts .home_application_swiper .swiper-slide h3 {

    font-size: 26px;

    font-weight: 600;

  }

  .home_application .main .texts .home_application_swiper .swiper-slide p {

    opacity: 0.85;

    font-size: 14px;

    line-height: 23px;

    font-weight: 300;

    margin-top: 10px;

  }

  .home_application .main .texts .home_application_swiper .swiper-slide span {

    margin-top: 1rem;

    display: flex;

    align-items: center;

    font-size: 15px;

    font-weight: 500;

    gap: 6px;

    width: max-content;

    border-bottom: 1px solid #fff;

    padding-bottom: 7px;

  }

  .home_application .main .texts .home_application_swiper .swiper-slide span::after {

    content: '';

    display: block;

    width: 15px;

    height: 10px;

    background: url(../img/arrow-white.svg) no-repeat center / contain;

    transition: all 0.3s;

  }

  .home_blog{

    padding: 130px 0 170px;

    position: relative;

    overflow: hidden;

  }

  



  .home_blog .nav{

    margin: 40px 0;

  }

  .home_blog .nav ul{

    display: flex;

    gap: 1rem;

    justify-content: center;

  }

  .home_blog .nav ul li{

    padding: 12px 25px;

    border-radius: 7px;



    cursor: pointer;

    font-weight: 600;

  }

  .home_blog .nav ul li.active{

    background-color: var(--theme_color);

    color: white;

  }

  .home_blog .main .home_blog_con{

    height: 744px;

    border-radius: 12px;

    overflow: hidden;

  }

  .home_blog .main .home_blog_con>div{

    height: 100%;

  }

  .home_blog .main .left{

    width: 50%;

    height: 100%;

  }

  .home_blog .main .right{

    width: 50%;

    height: 100%;

  }

  .home_blog .main .left .blog-item{

    height: 100%;

  }

  .home_blog .main .blog-item{

    position: relative;

  }

  .home_blog .main .blog-item .img img{

    width: 100%;

    height: 100%;

    display: block;

    

    transition: all 3s;

    object-fit: cover;

  }

  .home_blog .main .blog-item .date{

    padding: 15px 28px;

    border-radius: 4px;

    position: absolute;

    left: 55px;

    text-align: center;

    top: 30px;

    color: white;

    background-color: var(--subtheme_color);

  }

  .home_blog .main .blog-item .date span:nth-of-type(1){

    font-size: 36px;

    line-height: 43px;

    font-weight: 700;

    display: block;

  }

  .home_blog .main .blog-item .date span:nth-of-type(2){

    font-size: 20px;

  }

  .home_blog .main .left .blog-item .infos{

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    padding: 70px 50px ;

    color: white;

    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));

    transform: translateY(100%);

    transition: all 0.3s;

  } 

  .home_blog .main .left .blog-item:hover .infos{

    transform: translateY(0);

  }

  .home_blog .main .left .blog-item:hover .img img{

    transform: scale(1.05);

  }

  .home_blog .main .blog-item .img{

    height: 100%;

    overflow: hidden;

  }

  .home_blog .main .left .blog-item .infos span{

    font-size: 15px;

  }

  .home_blog .main .left .blog-item .infos strong{

    display: block;

    font-size: 29px;

    line-height: 46px;

    margin-top: 0.5rem;

  }

  .home_blog .main .right .infos{

    padding: 83px 50px;

    background-color: #e4ecf2;

  }

  .home_blog .main .right ul{

    display: flex;

    flex-direction: column;

    height: 100%;

  }

  .home_blog .main .right .left{

    height: auto;

  }

  .home_blog .main .right .img{

    height: 100%;

    position: relative;

  }

  .home_blog .main .right .img img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all 0.3s;

    display: block;

  }

  .home_blog .main .right .infos{

    height: 100%;

  }

  .home_blog .main .right ul li:nth-of-type(1){

    height: 50%;

    overflow: hidden;

  }

  .home_blog .main .right li{

    height: 25%;

    background-color: var(--theme_color);

    transition: all 0.3s;

  }

  .home_blog .main .right li:hover{

    background-color: #2068ce;

  }

  .home_blog .main .right li a{

    color: white;

    height: 100%;

    overflow: hidden;

    display: block;

  }

  .home_blog .main .right li:nth-of-type(1) .infos > span span:nth-of-type(1){

    font-size: 16px;

    color: var(--theme_color);

    font-weight: 600;

  }

  .home_blog .main .right .right{

    height: auto;

  }

  .home_blog .main .right li:nth-of-type(1) .infos > span span{

    color: #595959;

    font-size: 16px;

  }

  .home_blog .main .right li:nth-of-type(1) .infos > span{

    margin-bottom: 1rem;

    display: block;

  }

  .home_blog .main .right li:nth-of-type(1) .infos strong{

    font-size: 22px;

    line-height: 32px;

    font-weight: 900;

    display: block;

    color: var(--title_color);

    margin-bottom: 1rem;



    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;



  }

  .home_blog .main .right li:nth-of-type(1) .infos p{

    color: #3f3f3f;

    line-height: 22px;

    margin-bottom: 23px;

  }

  .home_blog .main .right li:nth-of-type(1) .infos .arrow{

    color: var(--theme_color);

    font-weight: 600;

    font-size: 17px;

    display: inline-block;

    padding-right: 17px;

    position: relative;

  }

  .home_blog .main .right li:nth-of-type(1) .infos .arrow:after{

    content: "";

    position: absolute;

    width: 12px;

    height: 10px;

    background: url('../img/arrow-blue.svg') no-repeat center/contain;

    right: 0;

    top: 7px;

  }

  .home_blog .main .right li:nth-of-type(1) .date{

    left: unset;

    right: 37px;

  }

  .home_blog .main .right li.item a{

    display: flex;

    padding: 75px 43px 0;

  }

  .home_blog .main .right li.item strong{

    width: 85%;

    font-size: 22px;

    line-height: 37px;

    font-weight: 600;



    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

  }

  .home_blog .main .right li.item .date{

    width: 15%;

    text-align: center;

  }

  .home_blog .main .right li.item .date span{

    font-size: 36px;

    font-weight: 700;

    display: block;

  }

  .home_blog .main .right li.item .date span:nth-of-type(2){

    font-size: 20px;

    font-weight: 400;

  }

  .home_blog .main .right ul li.item:nth-of-type(3) a{

    padding-top: 35px;

  }



  .home_blog>img{

    transition: all 4s;

  }

  .home_blog .main .right ul li:nth-of-type(1):hover .img img{

    transform: scale(1.1);

  }



  