/* GENERAL */
.section-divider-top {
	position: absolute;
	top: -120px;
	left: 0;
	width: 3px;
	height: 350px;
	background: #1c5ea1;
}

/*-- main content--*/
.content-wrapper {
    overflow: hidden;
    padding: 208px 0 0 0;
}
main {
    margin: 0;
}
.main-content {
    position: relative;
    padding: 0 40px;
    overflow: hidden;
}
.main-content .bg-net-1 {
    top: 0;
    left: 0;
    width: 50%;
    height: 200px;
}
.main-content .bg-net-2 {
    bottom: 0;
    right: 0;
    width: 60%;
    height: 200px;
}
.main-content .section-divider-top {
    top: -50px;
}
.main-content main {
    float: left;
    width: 80%;
}
.main-content aside {
    float: left;
    width: 20%;
    margin-top: 350px;
    margin-bottom: 350px;
}
@media screen and (max-width:768px) {
    .content-wrapper {
        padding-top: 140px;
    }
    .main-content {
        padding: 0;
    }
    .main-content .inner {
        padding: 0;
    }
    .section-divider-left, .section-divider-right {
        width: 70%;
        margin-left: -20px;
        height: 3px;
    }
    .main-content .bg-net-1 {
        top: 0;
        left: 0;
        width: 65%;
        height: 100px;
    }
    .main-content .bg-net-2 {
        bottom: 0;
        right: 0;
        width: 65%;
        height: 150px;
    }
}

.information-content {
    position: relative;
    margin-bottom: 125px;
    padding: 135px 100px 0;
}
.information-content .text-date {
    margin-bottom: 0;
    color: #88b4e0;
    font-size: 14px;
    font-weight: bold;
}
.information-content h2 {
    margin: 15px 0 65px;
    color: #1c5ea1;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}
.information-content p {
    line-height: 2;
    margin-bottom: 30px;
}
.information-content ul {
    margin-bottom: 30px;
}
.information-content ul li {
    margin-bottom: 0.5rem;
    list-style: inside disc;
}
.information-content img {
    max-width: 100%;
}
@media screen and (max-width:768px) {
    .information-content {
        padding: 20px;
        margin-bottom: 0;
    }
    .information-content h2 {
        clear: both;
        margin: 10px 0 30px;
        font-size: 24px;
    }
    .information-content p {
        margin-bottom: 20px;
    }
    .information-content .text-date {
        margin-bottom: 0;
    }
    .information-content ul li {
        font-size: 14px;
    }
}

/*-- aside--*/
.side-menu p {
    padding: 30px 40px;
    background: #1c5ea1;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
}
.side-menu {
    background: #fff;
    background: #cfe1f3;
}
.date-menu {
    padding: 24px 30px;
}
.date-menu li a {
    display: block;
    padding: 16px 10px;
    color: #000;
    text-decoration: none;
}
.date-menu li ul li {
    margin-left: 20px;
}
.date-menu li ul li a {
    margin-right: 10px;
    background: url('../img/information/ico-arrow-right.png') no-repeat center right;
}
.year {
    font-weight: bold;
}
li a.active {
    color: #1c5ea1;
    font-weight: bold;
}
li a.disabled {
    cursor: default;
    color: #999;
}
.year-sign {
    float: right;
    font-weight: 600;
    font-size: 170%;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 0.5;
}
@media screen and (max-width:1024px) {
    .main-content main {
        width: 75%;
    }
    .main-content aside {
        width: 25%;
    }
}
@media screen and (max-width:768px) {
    .main-content {
        flex-direction: column;
    }
    .main-content main {
        width: 100%;
    }
    .main-content aside {
        margin-top: 0;
        width: 100%;
        padding: 20px;
        margin-bottom: 150px;
    }
    .main-content {
        padding-bottom: 10%;
    }
}