*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

html,body{
    height: 100%;
}

.clear{
    clear: both;
}

.center{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

header{
    width: 100%;
    padding: 0 2%;
    height: 60px;
    background-color: #212343;
}

header img{
    margin: 15px;
}

.container-banner{
    width: 100%;
    padding: 0 2%;
    height: 557px;
    background-image: url(../img/header_bg.png);
    background-size: cover;
    background-position: center;
}

.container-banner > .center{
    height: 100%;
}

.form{
    padding: 10px;
    width: 400px;
    height: calc(100% + 30px);
    float: right;
    position: relative;
    top: -15px;
    border-width: 12px;
    background-color: white;
    border: 8px solid rgba(120,120,120,0.5);
    background-clip:padding-box ;
}

.form h2{
    font-weight: normal;
    color: #999;
    font-size: 21px;
}

.input-container{
    margin-top: 20px;
}

.input-container span{
display: inline-block;
width: 100%;
color: #BBB;
font-size: 17px;
}

.form p{
    display: inline-block;
    width: 100%;
    color: #bbb;
    font-size: 17px;
    margin: 20px 0;
}

.input-container input{
    margin-top: 8px;
    width: 344px;
    height: 55px;
    border: 1px solid #ccc;
}

.form .input-submit-container{
    text-align: center;
}

.form input[type=submit]{
    border:0;
    color: white;
    font-size: 25px;
    width: 280px;
    height: 56px;
    display: inline-block;
    background-color: #363a6d; 
    border-bottom: 5px solid #4a5097;
    cursor: pointer;
}

.form input[type=submit]:hover{
background-color: #4a5097 ;
}

.container-list{
padding: 30px;
margin-top: 100px;
float: left;
width: 519px;
height: 270px;
background-color: rgba(33, 35, 67, 0.7);
}

.container-list ul{
    list-style-position: inside;
}
.container-list ul li{
    margin-top: 18px;
    color: white;
}

.container2{
    padding: 40px 2%;
    background-color: #ddd;
    text-align: center;
}

.container2 h2{
    font-weight: normal;
}

.container2 p{
    width: 100%;
    max-width: 768px;
    margin: 15px 0;
    display: inline-block;
    text-align: justify;
}

.arrow{
    position: relative;
    top: 60px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow.png);
    background-size: 100%;
}

.section1{
    padding: 90px 2%;
}

.section1 h2{
    text-align: center;
    color: #462663;
    font-weight: normal;
}

.container-section{
    margin-top: 40px;
    text-align: center;
}

.container-single{
    float: left;
    width: 33.3%;
    padding: 30px;
}

.container-single p{
    display: inline-block;
    text-align: justify;
    padding: 10px 25px;
}

.container-single img{
    width: 70px;
}

footer{
    border-top: 4px solid #888;
    padding: 10px;
    text-align: center;
    color: #888;
}

footer p{
    padding: 10px;
}

@media screen and (max-width: 1024px){
    header{
        height: auto;
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }

    header img{
        margin: 0;
    }
    .container-list{
        padding: 30px 0;
        float: left;
        width: 40%;
        margin-top: 0;
        max-width: 500px;
        height: auto;
    }
    
    .container-banner{
        width: 100%;
        padding: 40px 2%;
        height: auto;
        text-align: center;
    }
    .container-banner{
        width: 100%;
        padding: 40px 2%;
        height: auto;
        text-align: center;
    }

    .form{
        margin-top: 30px;
        max-width: 400px;
        padding: 10px;
        width: 60%;
        height: 100%;
        float: right;
        top: 0;
    }

    .input-container input{
        width: 100%;
        height: 55px;
    }

    .form input[type=submit]{
        max-width: 280px;
        width: 100%;
        height: 56px;

    }
}

@media screen and (max-width: 768px){
    .container-list2{
        padding-right: 4%;
        padding-left: 4%;
    }
    .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;
        display: inline-block;
        width: 100%;
        max-width: 600px;
        padding:30px
    }
}
