footer {
    color: #ffffff;
    width: 100%;
    height: auto;
    background-color: #00324d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top : 15px solid #3ac5c5;
    line-height: 1.25;
    padding: 3%;
}

.f-wrap {
    flex-wrap: wrap;
}

.footer_logo {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
}

.footer_logo .logo_row {
    width: 55%;
}

.footer_logo_label {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #666;
    margin-bottom: 10px;
}

.footer_logo_img img {
    height: 80px;
    width: auto;
}

.choose-bt {
    width: 285px;
    height: 50px;
    border: solid 1px #ffffff;
    background-color: transparent;
    margin-left: 2%;
    margin-bottom: 1%;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    /* font-family: STHeitiSC;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff; */
}

.mg-t {
    margin-top: 1%;
}

.footer-detail {
    font-family: Prompt;
    font-size: 20px;
    /* font-weight: 300; */
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

@media only screen and (max-width: 1366px) {
    .footer_logo .logo_row {
        width: 70%;
    }
}

@media only screen and (max-width: 1200px) {
    .footer_logo .logo_row {
        width: 85%;
    }
}

@media only screen and (max-width: 991px) {
    .footer_logo_img img {
        height: 55px;
    }
}

@media only screen and (max-width: 500px) {
    .footer_logo_label {
        font-size: 8px;
    }

    .footer_logo_img img {
        height: 35px !important;
    }

    .footer-detail {
        font-size: 10px;
    }
}
