.timeline {
    position: relative;
    padding: 100px 0;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline2 {
    position: relative;
    padding: 100px 0 180px 0;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline:before {
    content: " ";
    position: absolute;
    top: 140px;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: 8.4px;
    z-index: -5;
    background: -webkit-linear-gradient(#445088, #445088, white);
    background: -o-linear-gradient(#445088, #445088, white);
    background: -moz-linear-gradient(#445088, #445088, white);
    background: linear-gradient(to #445088, #445088, white);
}

.timeline2:before {
    content: " ";
    position: absolute;
    top: -150px;
    bottom: 7%;
    left: 50%;
    width: 2px;
    margin-left: 8.4px;
    z-index: -5;
    background: -webkit-linear-gradient(white, #445088, #854852, #865e65, #854852, #854852, white);
    background: -o-linear-gradient(white, #445088, #854852, #854852, #854852, #854852, white);
    background: -moz-linear-gradient(white, #445088, #854852, #854852, #854852, #854852, white);
    background: linear-gradient(to white, #445088, #854852, #854852, #854852, #854852, white);
}

.timeline>.timeline-item,
.timeline2>.timeline-item {
    position: relative;
    margin-bottom: 80px;
}

.timeline>.timeline-item:after,
.timeline>.timeline-item:before,
.timeline2>.timeline-item:after,
.timeline2>.timeline-item:before {
    content: " ";
    display: table;
}

.timeline>.timeline-item:after,
.timeline2>.timeline-item:after {
    clear: both;
}

.timeline-panel p {
    font-size: medium;
}

.timeline-panel h5 {
    font-size: large;
    color: #2A294F;
}

.timeline-panel font {
    font-size: medium;
    color: #2A294F;
}

.timeline-panel .reward {
    margin-bottom: .7rem;
}

.timeline-panel .reward img {
    margin-top: 0;
    width: 40px;
}

.timeline>.timeline-item>.timeline-panel,
.timeline2>.timeline-item>.timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 0px;
}

.timeline>.timeline-item>.timeline-panel:before,
.timeline2>.timeline-item>.timeline-panel:before {
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -8px;
    border-color: transparent #e9ecef;
    border-style: solid;
    border-width: 8px 0 8px 8px;
}

.timeline>.timeline-item>.timeline-panel:after,
.timeline2>.timeline-item>.timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -7px;
    border-color: transparent #fff;
    border-style: solid;
    border-width: 7px 0 7px 7px;
}

.timeline>.timeline-item>.timeline-badge,
.timeline2>.timeline-item>.timeline-badge {
    z-index: 10;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 70px;
    height: 81px;
    margin-left: -25px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 70px;
    color: #fff;
    overflow: hidden;
}

.timeline2>.timeline-item>.timeline-badge-end {
    z-index: 10;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -25px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 70px;
    color: #fff;
    overflow: hidden;
    background-image: url(..//WEB-DW/company/history/com_history_year_bg_end.png);
    background-size: 100% 100%;
}

.timeline>.timeline-item.timeline-inverted>.timeline-panel,
.timeline2>.timeline-item.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>.timeline-item.timeline-inverted>.timeline-panel:before,
.timeline2>.timeline-item.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -8px;
    border-right-width: 8px;
    border-left-width: 0;
}

.timeline>.timeline-item.timeline-inverted>.timeline-panel:after,
.timeline2>.timeline-item.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -7px;
    border-right-width: 7px;
    border-left-width: 0;
}

.timeline-badge.dark {
    background-image: url(..//WEB-DW/company/history/com_history_year_bg_dark.png);
    background-size: 100% 100%;
}

.timeline-badge.darkred {
    background-image: url(..//WEB-DW/company/history/com_history_year_bg_darkred.png);
    background-size: 100% 100%;
}

.timeline-badge.red {
    background-image: url(..//WEB-DW/company/history/com_history_year_bg_red.png);
    background-size: 100% 100%;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body .row {
    margin: 0;
}

.timeline-left:before {
    left: 30px;
}

.timeline-left>.timeline-item>.timeline-badge {
    left: 30px;
}

.timeline-left>.timeline-item>.timeline-badge-end {
    left: 30px;
}

.timeline-left>.timeline-item>.timeline-panel {
    width: calc(100% - 80px);
}

.timeline-body .watermark {
    display: none;
}

.timeline-body .col-md-3 img {
    margin-bottom: 30px;
    max-width: 85%;
}

.timeline-body .small img {
    margin: 8px 0;
}

.timeline-body .small p {
    font-size: medium;
}

.timeline-body .small b p {
    margin-bottom: 0;
    font-size: 15px;
}

.timeline-item .watermark_year {
    position: absolute;
    z-index: -9;
    left: 0;
    top: -15%;
    width: 50vw;
}

@media (min-width:576px) {
    .timeline-item .watermark_year {
        top: -15%;
        width: 30vw;
    }
    .timeline>.timeline-item>.timeline-panel,
    .timeline2>.timeline-item>.timeline-panel {
        padding: 20px;
    }
}

@media (min-width:768px) {
    .timeline-panel p {
        font-size: large;
    }
    .timeline-body .watermark {
        position: absolute;
        z-index: -99;
        right: 50px;
        top: 0px;
        max-width: 400px;
        display: block;
    }
    .timeline-item .watermark_year {
        top: -40%;
        width: 30vw;
    }
    .timeline-panel h5 {
        font-size: larger;
    }
    .timeline-panel font {
        font-size: large;
    }
}

@media (min-width:992px) {
    .timeline-item .watermark_year {
        top: -40%;
        width: 25vw;
    }
}

@media (min-width:1200px) {
    .timeline-item .watermark_year {
        left: -5%;
        top: -40%;
        width: 20vw;
    }
}

@media (min-width:1500px) {
    .timeline-item .watermark_year {
        left: -15%;
        top: -40%;
        width: 20vw;
    }
}