body {
    font-family: Microsoft JhengHei;
    font-size: 16px;
    line-height: 150%;
}
.input-group-addon{
    background-color: red;
    border: red solid 1px;
}
.form-section .form-control {
    border: 1px solid red;
    background:rgba(0,0,0,0);
}
.organization-information ul {
    list-style: none;
    padding-left: 0;
}
.organization-information ul p{
    font-size: 16px;
}
.blood-animate {
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.top-banner {
    background-image: url("../images/contact-bananer-l.jpg");
    background-position: center bottom;
}
@media screen and (max-width: 1200px) {
    .top-banner {
        background-image: url("../images/contact-bananer-m.jpg");
    }
}
@media screen and (max-width: 760px) {
    .top-banner {
        background-image: url("../images/contact-banner.jpg");
    }
}

