*{  
    font-family: 'open sans', 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    height: 100%;
}
.center{
    width: 100%;
    margin: 0 auto;
}
.header{
    width: 100%;
    padding: 0 2%;
    height: 60px;
    background-color: #212343;
}
.center img{
    margin: 19px;
}
.container-banner{
    padding: 0 2%;
    width: 100%;
    height: 557px;
    background-image: url('../images/header_bg.png');
    background-size: cover;
    background-position: center;
}
.container-banner > .center{
    height: 100%;
}
.form{
    padding: 10px;
    position: relative;
    top: -15px;
    float: right;
    width: 400px;
    height: calc(100% + 30px);
    background-color: white;
    border: solid 8px rgba(120,120,120,0.5);
    background-clip: padding-box;
}
.form h2{
    font-weight: normal;
    font-size: 21px;
    color: #999999;
}
.input-container{
    margin-top: 20px;
}
.input-container span, .form p{
    display: inline-block;
    font-weight: bold;
    width: 100%;
    color: #bbbbbb;
    font-size: 17px;
}
.form p{
    margin: 20px 0;
}
.input-container input[type=text]{
    margin-top: 8px;
    width: 344px;
    height: 55px;
    border: 1px solid #ccc;
}
.input-submit-container{
    text-align: center;
}

.form input[type=submit]{
    display: inline-block;
    width: 280px;
    height: 56px;
    color: white;
    background-color: #363A6D;
    font-size: 25px;
    border-bottom: 5px solid #4A5097;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    cursor: pointer;
}
.form input[type=submit]:hover{
    background-color: #323665;
}
.container-list{
    padding: 30px;
    float: left;
    width: 519px;
    height: 270px;
    background-color: rgba(33,35,67,0.7);
    margin-top: 100px;
}
.container-list ul{
    list-style-position: inside;
}
.container-list ul li{
    color: white;
    margin-top: 18px;
}
.container-2{
    padding: 40px 2%;
    background-color: #DDDDDD;
    text-align: center;
}
.container-2 h2{
    font-weight: normal;
}
.container-2 p{
    display: inline-block;
    width: 100%;
    max-width: 768px;
    margin: 15px 0;
    text-align: justify;
}
.arrow{
    position: relative;
    top: 60px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url('../images/arrow.png');
    background-size: 100% 100%;
}
.section-1{
    padding: 90px 2%;

}
.section-1 h2{
    text-align: center;
    color: #462663;
    font-weight: normal;
}
.container-section{
    margin-top: 40px;
    text-align: center;
}
.container-single{
    float: left;
    width: 33.333%;
    padding: 30px;
}
.container-single img{
    width: 70px;
}
.container-single p{
    text-align: justify;
    padding: 10px 25px;
}
.footer{
    border-top: 2px solid #888888;
    padding: 20px 0;
    text-align: center;
    color: #888;
}
.clear{
    clear: both;
}
.center{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.footer p{
    margin-top: 8px;
}
@media screen and (max-width: 1024px) {
    .header{
        height: auto;
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
    .header img{
        margin: 0;
    }
    .container-banner{
    padding: 40px 2%;
    width: 100%;
    height: auto;
    text-align: center;
    }
    .form{
    max-width: 400px;
    padding: 10px;
    top: 0;
    float: right;
    width: 60%;
    height: 100%;
}
.container-list{
    padding: 30px 0;
    max-width: 500px;
    float: left;
    width: 40%;
    height: auto;
    background-color: rgba(33,35,67,0.7);
}
.input-container input[type=text]{
    width: 100%;
    height: 55px;
}

.form input[type=submit]{
    max-width: 280px;
    height: 56px;
    width: 100%;
   
}
}
@media screen and (max-width: 768px) {
    .container-list{
        margin-top: 0;
        float: none;
        display: inline-block;
        width: 100%;
    }
    .form{
        float: none;
        display: inline-block;
        width: 90%;
        margin-top: 30px;
    }
    .container-single{
    float: none;
    width: 100%;
    max-width: 600px;
    display: inline-block;
    padding: 30px;
}
.container-2{
    padding-right: 4%;
    padding-left: 4%;
}
}