.copyRight-ctn {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #DADADA;
    background: #081739;
}

.phone-icon {
    width: 22px;
    height: 22px;
    background-size: 24px;
    margin-right: 13px;
}

.email-icon {
    width: 22px;
    height: 22px;
    background-size: 24px;
    margin-right: 13px;
}

.address-icon {
    width: 22px;
    height: 22px;
    background-size: 24px;
    margin-right: 13px;
}

.footer-content-item-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 400;
    color: #969696;
}
.footer-right .footer-content-item-item:hover {
    opacity: 0.8;
}

.footer-content-item-title {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.footer-wrapper {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}


.footer-wrapper .footer-title .footer-text {
    padding: 20px 0 80px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.footer-main-ctn {
    position: relative;
    background-color: rgb(14, 45, 107);
}

.footer-main {
    width: 1200px;
    margin: 0 auto;
    padding: 66px 0 90px;
    display: flex;
    justify-content: space-between;
}

.footer-wrapper .logo {
    color: #fff;
    font-size: 20px;
}
