#footer {
    height: 432px;
    width: 100%;
    /* background-color: #4b90ea; */
}

.bottom_color {
    background-color: #014db4;
    height: 20px;
    width: 100%;
}

.footer_top {
    display: flex;
    font-size: 22px;
    color: #010101;
    font-weight: bold;
    width: 1180px;
    margin: auto;
    height: 60px;
    padding-top: 10px;
    background: url("../images/links.png") no-repeat center center;
    background-position-x: 50%;
    background-position-y: 38%;
    background-size: auto;
}

.special_img_box {
    width: 100%;
    height: 180px;
    background-color: #fdf1ec;
    margin-top: 60px;
}

.special_img_box img {
    display: block;
    margin: auto;
    /*padding-top: 35px;*/
}

.friendship {
    margin-left: 20px;
}

.footer_top p a {
    display: inline-block;
    font-size: 16px;
    color: black;
    font-weight: 300;
    margin-left: 20px;
    width: 110px;
    text-align: center;
}

.footer_bottom_information {
    width: 100%;
    height: 270px;
    background-color: #e9000f;
}

.footer_bottom_information_box {
    width: 1180px;
    margin: auto;
    padding-top: 25px;
}

.footer_bottom_name1 {
    display: flex;
    justify-content: center;
}

.footer_bottom_name1 div {
    display: inline-block;
    color: #ffffff;
    margin-left: 40px;
    font-size: 16px;
    margin-bottom: 10px;
}