.timeline {
	margin-bottom: -41px;
	padding-bottom: 50px;
	padding-top: 30px;
	margin-top: -30px;
	position: relative;
}

.timeline:before {
	width: 6px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 0;
	background: #f2f2f2;
	content: "";
}

.rowp {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.timeline-entry {
	clear: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.timeline-entry .timeline-entry-container {
	min-height: 210px;
	background: #f9f9f9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.05);
	margin-right: 41px;
	position: relative;
}

.timeline-entry .timeline-entry-container:before {
    background: #145c92;
    right: -56px;
}
.timeline-entry .timeline-entry-container:before {
    width: 22px;
    height: 22px;
    background: #ccced2;
    border-radius: 50%;
    position: absolute;
    right: -46px;
    top: 50%;
    margin-top: -11px;
    content: "";
    border: 4px #fff solid;
}

.timeline-entry .image-wrapper {
    width: 130px;
    height: 210px;
    float: right;
}

.timeline-entry .image-wrapper img {
    width: 70px;
    height: 70px;
    margin-top: 55%;
    margin-left: 25%;
}
.img-circle {
    border-radius: 50%;
}

.timeline-entry .content {
    margin-right: 130px;
    margin-left: 20px;
    text-align: right;
}

.timeline-entry .content .cell-view {
    min-height: 130px;
    padding: 10px 0;
}
.timeline-entry .content .title {
    color: #145c92;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0 5px;
}

.timeline-entry .timeline-entry-container:after {
    width: 12px;
    height: 22px;
    background: url(https://www.mypage.vn/wp-content/themes/mypage/images/icon-106.png);
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -11px;
}
.timeline-entry .timeline-entry-container:after {
    background: url(https://www.mypage.vn/wp-content/themes/mypage/images/icon-107.png);
}