.partnerHome{
    background-color: #f1f1f1;
    padding: 60px 0 70px 0;
    margin: 20px 0 40px 0;
}
.listpartner .slick-list{
	margin: 0 -15px;
}
.listpartner .slick-slide {
	padding: 0 15px;
}
.listpartner .slick-arrow{
	border: 1px solid #b60303;
	border-radius: 0;
	width: 30px;
	height: 30px;
}
.listpartner .slick-arrow::before{
	color: #b60303;
	font-size: 20px;
}
.listpartner  .slick-prev{
	left: -50px;
}
.listpartner  .slick-next{
	right: -50px;
}
.listpartner .thumb a{
	display: block;
    position: relative;
    padding-bottom: 120px;
    height: 0;
    background-color: #fff;
}
.listpartner .thumb a::before{
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #b60303;
    border-bottom: solid 1px #b60303;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1
}
.listpartner .thumb a:hover::before{
	left: 0;
    right: 0;
}
.listpartner .thumb a::after{
	content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #b60303;
    border-right: solid 1px #b60303;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.listpartner .thumb a:hover::after{
	top: 0;
    bottom: 0;
}
.listpartner .thumb a img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
	max-height: 90%;
	image-rendering: pixelated;
}
.listService .item{
    margin-bottom: 50px;
}
.listService .item_1{
    position: relative;
    padding-right: 150px;
    padding-bottom: 110px;
}
.listService .item:nth-child(even) .item_1{
    padding-right: 0;
    padding-left: 150px;
}
.listService .item_1 .thumb{
    
}
.listService .item_1 .thumb img{
    width: 100%;
}
.listService .item_1 .numb{
    font-size: 150px;
    line-height: 150px;
    position: absolute;
    top: 40px;
    right:200px;
    font-family: 'Baloo Thambi';
    color: rgba(255,255,255, 0.7);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255, 0.7);
}
.listService .item:nth-child(even) .item_1 .numb{
    right:initial;
    left: 200px;
}
.listService .item_1 .decs{
    position: absolute;
    right: 80px;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    background-color: #c81828;
    color: #fff;
    padding: 40px 20px;
}
.listService .item:nth-child(even) .item_1 .decs{
    left: 80px;
    right: initial;
}
.listService .item_1 .decs h3{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.listService .item_1 .decs h3 a{
    color: #fff;
}
.listService .item_1 .decs .tend{
    margin-bottom: 40px;
    max-height: 70px;
    overflow: hidden;
}
@media all and (max-width: 1024px){
    .listService .item:nth-child(even) .item_1 .numb{
        right: 50px;
        left: initial;
    }
    .listService .item_1 .numb{
        left: 50px;
        right: initial;
    }
}
@media all and (max-width: 991px){
    .listpartner .slick-prev{
		left: -10px
	}
	.listpartner .slick-next{
		right: -10px;
	}
	.listpartner .slick-list{
		margin: 0 -5px;
	}
	.listpartner .slick-slide {
		padding: 0 5px;
    }
    .partnerHome{
        padding: 40px 0;
    }
}
@media all and (max-width: 768px){
    .listService{
        padding: 0;
    }
    .listService .item{
        margin-bottom: 0;
    }
    .listService .item_1, .listService .item:nth-child(even) .item_1{
        padding: 0;
    }
    .listService .item_1 .numb{
        display: none;
    }
    .listService .item_1 .decs{
        position: static;
        max-width: 100%;
    }
    .listService .item_1 .decs .tend{
        margin-bottom: 20px;
    }
    .listService .item_1 .decs h3{
        font-size: 24px;
        line-height: 36px;
    }
}