.footer-content {
    width: 100%;
    background: #0B2051;
    padding: 50px 20px 0;
}
.footer-title {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 26px;
    line-height: 1;
}
.product-title {
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 25px;
}
.product-section {
    display: flex;
    justify-content: space-between;
}
.product-section-title {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 13px;
}
.product-section-item {
    color: #969696;
    font-size: 14px;
    padding-bottom: 13px;
}
.copyright {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #DADADA;
    background: rgba(8, 23, 57, 1);
}
.footer-logo {
    display: inline-block;
    width: 100%;
    height: 39px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 14px;
}
.content-msg {
    font-size: 14px;
    color: #969696;
    line-height: 38px;
    padding-bottom: 36px;
}
.content-msg > div {
    line-height: 1;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
}
.phone-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 9px;
}

.email-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 9px;
}

.address-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 9px;
}
#backToTop {
    position: fixed;
    z-index: 13;
    right: 2%;
    top: 80%;
    width: 50px;
    height: 50px;
    background-image: url(../img/common/bktp.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-size: 18px 18px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1000);
    border: 1px solid #DCDBDC;

}

.reservation-icon {
    font-size: 14px;
    width: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 56px;
    position: fixed;
    bottom: 76px;
    right: 2%;
    top: 35%;
    color: #fff;
    background-image: url(../img/common/training.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    z-index: 99;
}

.reservation-icon:link, .reservation-icon:visited {
    color: #ffffff;
}
.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
