/*company_02*/
#company_02 {
    position: relative;
}
#company_02 .img_wrp {
    position: relative;
    z-index: 5;
}
#company_02 .mr_item {
	position: relative;
    padding-left: 100px;
}
#company_02 .mr_item.box-right {
    padding-left: 0px;
    padding-right: 100px;
}
#company_02 .mr_item .mr_txt {
    border: 1px solid #ddd;
    padding: 30px;
    padding-left: 140px;
}
#company_02 .mr_item .mr_txt.mr_txt01 {
    background: url(../img/mr_item01.png) 20px center no-repeat;
    background-color: #fff;
}
#company_02 .mr_item .mr_txt.mr_txt02 {
    background: url(../img/mr_item02.png) 20px center no-repeat;
    background-color: #fff;
}
#company_02 .mr_item .mr_txt.mr_txt03 {
    background: url(../img/mr_item03.png) 20px center no-repeat;
    background-color: #fff;
}
#company_02 .mr_item .mr_txt.mr_txt04 {
    background: url(../img/mr_item04.png) 20px center no-repeat;
    background-color: #fff;
}
#company_02 .mr_item .mr_txt h4 {
	font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 15px;
}
#company_02 .mr_item .mr_txt ul li {
	color: #333;
    font-size: 17px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: -1px;
    position: relative;
    padding-left: 10px;
}
#company_02 .mr_item .mr_txt ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    background-color: #5f6062;
}
#company_02 .lined_center {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ed1c24;
    z-index: 3;
    top: 0px;
    left: 570px;
}
@media (min-width:991px) and (max-width:1200px) {
    #company_02 .lined_center {
        left: 470px;
    }
}
@media (min-width:991px){
    #company_02 .mr_item{
        background: url(../img/item_bg.png) left center no-repeat;
        margin: 30px 0;
    }
    #company_02 .mr_item.box-right {
        background: url(../img/item_r_bg.png) right center no-repeat;
    }
    #company_02 .mr_item .mr_txt {
        min-height: 175px;
        border-radius: 0px 10px 0px 10px;
    }
	#company_02 > li {
		margin-bottom: 80px !important;
	}
	#company_02 > li:last-child {
		margin-bottom: 0px !important;
	}
}
@media (max-width:992px){
    #company_02 .img_wrp {
        margin-bottom: 15px;
    }
    #company_02 .img_wrp img {
        width: 140px;
    }
	#company_02 .mr_item {
		position: relative;
		padding: 0;
        margin-bottom: 15px;
		background-color: #fff;
        padding: 0px !important;
	}
    #company_02 .mr_item .mr_txt {
        background-size: 70px !important;
        background-position: 15px center !important;
        padding: 20px;
        padding-left: 100px;
    }
	#company_02 .mr_item .mr_txt h4 {
		font-size: 15px;
	}
    #company_02 .mr_item .mr_txt ul li {
		font-size: 13px;        
    }
    #company_02 .lined_center {
        z-index: -1;
        width: 100%;
        left: 0;
        background-color: transparent;
        text-align: center;
    }
    #company_02 .lined_center:after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 1px;
        background-color: #ed1c24;
    }
}