#footer{
    width: 100%;
}
#header_footer{
    width: 100%;
    height: 115px;
    background-color: #009dde;
}
#content_footer{
    width: 80%;
    height: 100%;
    margin: auto;
}
#content-left, #content-right{
    width: 50%;
    height: 100%;
    float: left;
}
#content-first, 
#content-second{
    width: 100%;
    height: 50%;
}
#content-first h3{
    float: right;
    padding-top: 30px;
    color: #fff;
    word-spacing: 2px;
    font-size: 20px;
}
#content-second span{
    font-size: 16px;
    float: right;
    color: #fff;
    padding-top: 20px;
}
#btn_infor{
    margin-top: 40px;
    margin-left: 50px;
    padding: 10px 200px 10px 10px;
    border-radius: 5px;
    border: 0px;
    outline: none;
    position: absolute;
}
#btn_send{
    text-transform: uppercase;
    padding: 8px ;
    border-radius: 5px;
    background-color: #f9bb01;
    border: none;
    font-size: 13px;
    color: white;
    word-spacing: 2px;
    position: relative;
    top:42px;
    left: 350px;
}
#bottom_footer{
    width: 100%;
    height: 410px;
}
#widget{
    width: 80%;
    height: 410px;
    margin: auto;
}
.widget-footer{
    height: 410px;
    float: left;
    margin-right: 50px;
}
.wid-title {
    padding: 50px 50px 20px 0px;
    
}
.wid-content{
    padding: 10px 10px 10px 0px;
    line-height: 30px;
} 
.wid-content ul,
.wid-content ul li {
    margin-left: 15px;
    font-size: 15px;
    opacity: 0.7;
}
