	
	.sectionBox{
		margin-bottom: 0;
	}
	.customer{
		
	}
	.customer .wrap_item{
		border: 1px solid #ddd;
		margin-bottom: 30px;
		position: relative;
	}
	.customer .wrap_item:before{
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: 50%;
        right: 50%;
        content: '';
        pointer-events: none;
        border-top: 1px solid #3454d1;
        border-bottom: 1px solid #3454d1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .customer .wrap_item:hover:before{
        left: -1px;
        right: -1px;
    }
    .customer .wrap_item:after{
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 50%;
        top: 50%;
        content: '';
        pointer-events: none;
        border-left: 1px solid #3454d1;
        border-right: 1px solid #3454d1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .customer .wrap_item:hover:after{
        top: -1px;
        bottom: -1px;
    }
	.customer .i-img{
		padding-top: 65.85%;
		position: relative;
		overflow: hidden;
	} 
	.customer .i-img span{
		display: block;
		pointer-events: none;
		position: absolute;
		left: 10px;
		bottom: 10px;
		width: 28px;
		height: 27px;
	}
	.customer .i-img img{
		position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
	}
	.customer .wrap_item:hover .i-img img{
		-webkit-transform: translate(-50%,-50%) scale(1.06);
        -moz-transform: translate(-50%,-50%) scale(1.06);
        -o-transform: translate(-50%,-50%) scale(1.06);
        -ms-transform: translate(-50%,-50%) scale(1.06);
        transform: translate(-50%,-50%) scale(1.06);
	}
	.customer .i-title{
		padding: 15px 25px;
	}
	.customer .i-title h3 a{
		display: block;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		text-transform: uppercase;
		font-weight: 700;
		color: #333;
		text-align: center;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	.customer .wrap_item:hover .i-title h3 a{
		color: #3454d1;
	}

	.wrapCornPostionFix{
		padding-left: 150px;
	}
	.detail{

	}
	.detail .kh{
		font-size: 16px;
		line-height: 24px;
		color: #666;
		text-transform: uppercase;
		margin-bottom: 8px;
	}
	.detail h1{
		font-size: 24px;
		line-height: 34px;
		color: #3454d1;
		font-weight: 600;
		margin-bottom: 20px;
		padding-bottom: 10px;
		position: relative;
	}
	.detail h1:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		background: #eb232b;
		height: 1px;
		width: 40px;
	}
	.detail strong{
		margin-bottom: 10px;
		display: block;
	}

	.the_content{
		margin-bottom: 30px;
	}
	.the_content .i-img {
		margin: 0 -1px 15px;
	}
	.the_content .i-img .item{
		width: 33.33%;
		float: left;
		padding: 0 1px;
	}
	.the_content .i-img2 {
		margin: 0 -1px 15px;
	}
	.the_content .i-img2 .item{
		width: 50%;
		float: left;
		padding: 0 1px;
	}
	.box_sidebar{
		background: #f5f5f5;
		padding: 15px;
	}
	.box_sidebar .title{
		font-size: 16px;
		line-height: 24px;
		color: #eb232b;
		font-weight: 600;
		text-transform: uppercase;
		padding-bottom: 5px;
		margin-bottom: 15px;
		position: relative;
	}
	.box_sidebar .title:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 40px;
		height: 1px;
		background: #eb232b;
	}
	.w_item{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }
    .w_item .i-image{
        overflow: hidden;
        margin-bottom: 10px;
    }
    .w_item .i-image a{
        display: block;
        padding-top: 66.666667%;
        position: relative;
    }
    .w_item .i-image img{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .w_item:hover .i-image img{
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -o-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
    }
    .w_item span{
    	display: block;
    	font-size: 14px;
    	line-height: 20px;
    	color: #666;
    	margin-bottom: 5px;
    }
    .w_item .i-title a{
        font-size: 14px;
        line-height: 24px;
        color: #3454d1;
        display: block;
        font-weight: 700;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .w_item:hover .i-title a{
       color: #eb232b;
    }
    .content_sidebar .w_item:last-child{
    	border-bottom: 0;
    	padding-bottom: 0;
    }

    @media screen and (max-width: 1368px){
        .customer .wrap_item{
            margin-bottom: 15px;
        }
        .customer .i-img{
            padding-top: 55.85%;
        }
    }

    @media screen and (max-width: 1024px){
        .customer .i-title h3 a{
            height: 80px;
        }
        .customer{
        	padding-top: 0;
        	margin: 30px 0;
        	height: auto;
        	overflow-y: initial;
        }
        .customer .row {
        	margin: 0 -5px;
        }
        .customer .row .col-lg-4{
        	padding: 0 5px;
        }
        .customer .wrap_item{
        	margin-bottom: 15px;
        }
        .detail{
        	margin-bottom: 40px;
        }
        .detail .row .col-lg-3{
        	display: none;
        }
        .detail .row .col-lg-9{
        	width: 100%;
        }
        .wrapCornPostionFix{
        	padding-left: 85px;
        }
        .customer .i-img{
            padding-top: 55.85%;
        }
    }

    @media screen and (max-width: 767px){
    	.the_content .i-img,.the_content .i-img2{
    		margin: 0 0 15px;
    	}
    	.the_content .i-img .item,.the_content .i-img2 .item{
    		width: 100%;
    		padding: 0;
    		margin-bottom: 2px;
    	}
    	.the_content .i-img .item img,.the_content .i-img2 .item img{
    		width: 100%;
    	}
    }