body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
    font-style: 16px;
    background: #C4C4C4;
}

ul {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1250px;
}

a:hover {
    text-decoration: none;
}

.top-banner {
    position: relative;
}

.top-banner img {
    width: 100%;
}

.banner-text {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 150px 0 150px;
}

.white-box {
    background-color: #EDEDED;
    padding: 40px 0 50px 0;
}

.title-img {
    margin-top: -240px;
}

.title-img img {
    width: 100%;
}

.btn-blue {
    background-color: #000066;
    color: #C1DCE8;
    font-weight: bold;
    font-size: 25px;
    border-radius: 0;
}

.btn-blue:hover {
    background-color: #C1DCE8;
    color: #000066;
}

.manage-remote-section .btn-blue {
    margin-top: 50px;
}

.topicsection {
    padding: 0 30px 50px 30px;
}

.topicsection ul {
    margin: 48px 0 0 0;
}

.topicsection ul li {
    list-style: none;
    height: 88px;
}

.topicsection ul li img {
    width: 100%;
}

.topics-view h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 36px;
    color: #7179AB;
    font-weight: bold;
    margin: 0;
    position: relative;
    bottom: -7px;
    left: 11px;
}

.topics-view img {
    width: 100%;
}

.topic-left li:nth-child(2) {
    margin-left: -20px;
    margin-right: 20px;
}

.topic-left li:nth-child(4) {
    margin-left: -20px;
    margin-right: 20px;
}

.topic-right li:nth-child(2) {
    margin-left: 15px;
    margin-right: -15px;
}

.topic-right li:nth-child(4) {
    margin-left: 15px;
    margin-right: -15px;
}

.manage-area-section {
    padding: 0 30px 50px 30px;
}

.manage-area-section h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 48px;
    color: #000066;
    font-weight: bold;
    padding: 0 0 0 50px;
    margin: 0 0 40px 0;
}

.manage-area-section ul {
    padding: 0 100px 0 100px;
    margin: 0 0 0 0;
}

.manage-area-section ul li {
    background-color: #ffff;
    padding: 20px;
    font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
    font-size: 32px;
    color: #000;
    list-style: none;
    font-style: italic;
    width: 73%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.3);
    line-height: 36px;
}

.manage-area-section ul li:nth-child(2) {
    width: 89%;
    margin-left: 100px;
    margin-top: -10px;
}

.manage-area-section ul li:nth-child(3) {
    width: 83%;
    margin-right: 100px;
    margin-top: -10px;
}

.manage-area-section ul li:nth-child(4) {
    width: 92%;
    margin-left: 90px;
    margin-top: -10px;
}

.manage-area-section ul li:nth-child(5) {
    width: 85%;
    margin-right: 100px;
    margin-top: -10px;
}

.manage-area-section ul li:nth-child(6) {
    width: 97%;
    margin-left: 90px;
    margin-top: -10px;
}

.manage-area-section ul li:nth-child(7) {
    width: 85%;
    margin-right: 100px;
    margin-top: -10px;
}

.manage-area-section ul li:nth-child(8) {
    width: 98%;
    margin-left: 90px;
    margin-top: -10px;
}

.manage-area-section ul li:nth-child(9) {
    width: 74%;
    margin-left: 226px;
    margin-top: -10px;
}

footer {
    background-color: #EDEDED;
}

footer p {
    font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
    font-size: 16px;
    color: #6B8099;
    padding: 20px 0 40px 0;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 1199px) {
    .manage-remote-section .btn-blue {
        font-size: 20px;
    }
}

@media only screen and (max-width:991px) {
    .manage-area-section ul li,
    .manage-area-section ul li:nth-child(2),
    .manage-area-section ul li:nth-child(3),
    .manage-area-section ul li:nth-child(4),
    .manage-area-section ul li:nth-child(5),
    .manage-area-section ul li:nth-child(6),
    .manage-area-section ul li:nth-child(7),
    .manage-area-section ul li:nth-child(8),
    .manage-area-section ul li:nth-child(9) {
        width: 100%;
        margin: 0;
    }
    .topicsection ul li {
        height: auto;
    }
    .manage-area-section ul {
        padding: 0 30px 0 30px;
    }
    .manage-area-section h2 {
        font-size: 30px;
    }
    .white-box {
        text-align: center;
    }
    .title-img {
        margin-top: -135px;
    }
}

@media only screen and (max-width:767px) {}