
.bossgoo-index-application28{
    margin-top: 100px;
    margin-bottom: 40px;
}

.bossgoo-index-application28 .title{
    /* font-family: Lato; */
	font-size: 40px;
	font-weight: bold;
	color: var(--themeColor);
    text-align: center;
}

/* .bossgoo-index-application28 .title::after{
    content:"";
    display: block;   
    margin: 0 auto;
    top: 0;
    width: 60px;
    height: 2px;
	background-color: var(--themeColor);
} */

.bossgoo-index-application28 .applicationSwiper{
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox{
    width: 100%;
    height: 0;
    margin-bottom: 100%;
}

.bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox .show{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox .titleOne{
    position: absolute;
    width: 90%;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    /* font-family: Lato-Bold; */
	font-size: 25px;
	color: #fdfdfd;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
    text-align: center;
}

.bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox .text{
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    /* font-family: Lato-Regular; */
	font-size: 16px;
    text-align: center;
    line-height: 1.5;
	color: #ffffff;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox:hover .show{
    opacity: .85;
    z-index: 9;
    transition: all .3s;
}

.bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox:hover .titleOne{
    opacity: 1;
    z-index: 10;
    transition: all .3s;
}

.bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox:hover .text{
    opacity: 1;
    z-index: 10;
    transition: all .3s;
}

.bossgoo-index-application28 .applicationSwiper  .swiper-button-next,
.bossgoo-index-application28 .applicationSwiper  .swiper-button-prev{
    width: 35px;
	height: 43px;
	background-color: #e8ca21;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bossgoo-index-application28 .applicationSwiper  .swiper-button-next i,
.bossgoo-index-application28 .applicationSwiper  .swiper-button-prev i{
     font-size: 28px;
     color: #ffffff;
}

.bossgoo-index-application28 .applicationSwiper  .swiper-button-prev{
    left: 0;
}

.bossgoo-index-application28 .applicationSwiper  .swiper-button-next{
    right: 0;
}

@media only screen and (max-width:1040px) {
    .bossgoo-index-application28 .title{
        line-height: 1.5;
    }
    
    .bossgoo-index-application28{
        padding: 0 10px;
    }

    .bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox .text{
        display: none;
    }

    .bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox .titleOne{
        top: 50%;
    }
}

@media only screen and (max-width:767px) {
    .bossgoo-index-application28 .title{
        font-size: 22px;
        line-height: 2;
    }

    .bossgoo-index-application28 .applicationSwiper .swiper-slide .imgBox .titleOne{
        font-size: 18px;
    }
    
    .bossgoo-index-application28 .title::after{
        width: 30px;
    }

    .bossgoo-index-application28{
        margin-top: 60px;
    }

    .bossgoo-index-application28 .applicationSwiper{
        margin-top: 20px;
    }

    .bossgoo-index-application28 .applicationSwiper .swiper-button-next, .bossgoo-index-application28 .applicationSwiper .swiper-button-prev{
        width: 18px;
        height: 25px;
    }

    .bossgoo-index-application28 .applicationSwiper  .swiper-button-next i,
    .bossgoo-index-application28 .applicationSwiper  .swiper-button-prev i{
     font-size: 20px;
}
}