.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;
}
/* 
 */
.lstQuality .item{
    margin-bottom: 80px;
    position: relative;
}
.lstQuality .item:last-child{
    margin-bottom: 0;
}
.lstQuality .item::before{
    content: '';
    position: absolute;
    bottom: -65px;
    height: 50px;
    width: 1px;
    background-color: #c81828;
    left: calc(50% + 20px);
}
.lstQuality .item:last-child::before{
    display: none;
}
.lstQuality .item .title{
    font-size: 24px;
    font-weight: 900;
    line-height: 35px;
    color: #c81828;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lstQuality .item .caption{
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}
.lstQuality .item .tend{
    font-size: 15px;
} 
.lstQuality .item{
    display: flex;  
}
.lstQuality .item .thumb, .lstQuality .item .decs{
    width: 50%;
}
.lstQuality .item .thumb{
    margin-top: 50px;
}
.lstQuality .item .thumb img{
    width: 100%;
}
.lstQuality .item:nth-child(even) .decs{
    order: 2;
    padding-left: 20px;
}
/* .listCn .thumb{
    max-width: 370px;
    margin: 0 auto;
} */
.BoxCnPage .boxTitle{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #c81828;
    text-transform: uppercase;
}
.BoxCnPage .boxContent{
    padding: 50px 0;
    background-color: #f1f1f1;
}

.lstQuality .item:nth-child(odd) .thumb{
    padding-left: 20px;
}
.listCnItem{
	position: relative;
}
.listCnItem .listCn{
	height: 580px;
	overflow: hidden;
	position: relative;
	perspective: 1200px;
}
.listCnItem .listCn .item{
    /* top: 30px!important; */
    /* -webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; */
}
.listCnItem .listCn .item.current{
    /* top: 0px!important; */
    /* -webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear; */
}
.listCnItem .listCn .item img{
    width: 100%;
}
.listCnItem .arrow,.sliderMb .listCn .slick-arrow{
	width:35px;
	height:35px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/* color:#ffffff; */
    text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
    border: 1px solid #b60303;
    border-radius: 0;
    width: 30px;
    height: 30px;
}
.listCnItem .arrow::before, .sliderMb .listCn .slick-arrow::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 45px;
    line-height: 68px;
    text-rendering: auto;
    color: #ffff;
    color: #b60303;
    font-size: 20px;
}
.listCnItem .arrow.prev{
	left:-50px;	
}
.listCnItem .arrow.prev::before, .sliderMb .listCn .slick-prev::before{
    content: "\f104";
}
.listCnItem .arrow.next{
	right:-50px;
	
}
.listCnItem .arrow.next::before, .sliderMb .listCn .slick-next::before{
    content: "\f105";
}
@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;
    }
    .lstQuality .item{
        display: block;
    }
    .lstQuality .item .thumb, .lstQuality .item .decs{
        width: 100%;
    }
    .lstQuality .item:nth-child(odd) .thumb, .lstQuality .item:nth-child(even) .decs{
        padding-left: 0;
    }
    .lstQuality .item::before{
        left: calc(50% + 0px);
    }
}
@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;
    }
}