/*process*/
.hc_process{padding:60px 0;position:relative;overflow:hidden;}
.hc_process .pb_tit{text-transform:capitalize;text-align:center;}
.hc_process .hcsp_ul{padding-top:20px;}
.hc_process .hcsp_ul .hcsp_li{background:var(--backgroundColor);margin-top:30px;}
.hc_process .hcsp_ul .hcsp_li:nth-child(even){
	-webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.hc_process .hcsp_ul .hcsp_li .hcsp_left{width:50%;}
.hc_process .hcsp_ul .hcsp_li .hcsp_left .hcsp_img{width:100%;height:100%;position:relative;}
.hc_process .hcsp_ul .hcsp_li .hcsp_right{width:50%;min-height:371px;padding:40px;}
.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p{}
.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p{font-size:16px;line-height:2;color:var(--fontColor);}
.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p:first-child{font-size:34px;line-height:normal;font-weight:bold;color:var(--logoColor);}
.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p:nth-child(2){font-size:24px;font-weight:bold;margin:15px 0;color:var(--titleColor);}

@media screen and (max-width:1519px){
	.hc_process{padding:40px 0;}
	.hc_process .hcsp_ul{padding-top:12px;}
	.hc_process .hcsp_ul .hcsp_li{margin-top:25px;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right{min-height:337px;padding:32px;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p{font-size:15px;line-height:1.8;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p:first-child{font-size:30px;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p:nth-child(2){font-size:22px;margin:12px 0;}
}

@media screen and (max-width:1359px){
	.hc_process{padding:30px 0;}
	.hc_process .hcsp_ul{padding-top:10px;}
	.hc_process .hcsp_ul .hcsp_li{margin-top:20px;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right{min-height:279px;padding:26px;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p{font-size:14px;line-height:1.65;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p:first-child{font-size:26px;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p:nth-child(2){font-size:20px;margin:10px 0;}
}

@media screen and (max-width:1023px){
	.hc_process{padding:25px 0;}
	.hc_process .hcsp_ul{padding-top:6px;}
	.hc_process .hcsp_ul .hcsp_li{margin-top:15px;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right{min-height:207px;padding:20px;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p:first-child{font-size:22px;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right .hcsp_p p:nth-child(2){font-size:18px;margin:8px 0;}
}

@media screen and (max-width:767px){
	.hc_process{padding:25px 0;}
	.hc_process .hcsp_ul{padding-top:6px;}
	.hc_process .hcsp_ul .hcsp_li{margin-top:15px;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_left{width:100%;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_left .hcsp_img{height:auto;padding-bottom:56.21%;}
	.hc_process .hcsp_ul .hcsp_li .hcsp_right{min-height:auto;padding:12px;width:100%;}
}
