footer {
    background: url("../assets/images/common/background_footer.png") no-repeat right top;
    background-size: contain;
    background-color: #005096;
    overflow: hidden;
}

footer .footer-box {
    padding-top: 80px;
}

footer .footer-box .footer-top {
    height: 281px;
}

footer .footer-box .footer-top.row {
    margin-right: -10px;
    margin-left: -10px;
}

footer .footer-box .footer-top .col-xs-4 {
    padding-right: 10px;
    padding-left: 10px;
}

footer .footer-box .footer-top .col-xs-4:nth-child(3) {
    padding-left: 22px;
}

footer .footer-box .footer-top img {
    width: 206px;
    height: 45px;
}

footer .footer-box .footer-top ul {
    width: max-content;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

footer .footer-box .footer-top ul a {
    font-size: 20px;
    font-family: 'DM Sans-Bold';
    color: #FFFFFF;
    line-height: 23px;
}

footer .footer-box .footer-top ul a:hover {
    font-family: 'DM Sans-Bold';
    color: #ffc819;
}

footer .footer-box .footer-top ul li:not(:last-child) {
    margin-bottom: 20px;
}

footer .footer-box .footer-top .news-s .news-box {
    text-align: left;
}

footer .footer-box .footer-top .news-s .news-box:not(:last-child) {
    margin-bottom: 16px;
}

footer .footer-box .footer-top .news-s .name {
    font-size: 18px;
    font-family: 'DM Sans-Regular';
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 1px;
}

footer .footer-box .footer-top .news-s .nums{
    font-size: 24px;
    font-family: 'DM Sans-Bold';
    line-height: 28px;
}

footer .footer-box .footer-top .news-s .num-phone {
    color: #ffc819;
}

footer .footer-box .footer-top .news-s .num-email {
    color: #1EB9E1;
}

footer .footer-box .footer-top .news-s .num-email a:hover {
    position: relative;
    width: max-content;
    color: #1EB9E1;
    display: inline-block;
}

footer .footer-box .footer-top .news-s .num-email a:hover::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #1EB9E1;
}

footer .footer-box .footer-bottom {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-family: 'DM Sans-Regular';
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 26px;
    margin-bottom: 26px;
}

footer .footer-box .footer-bottom .bottom-txt {
    margin-bottom: 17px;
}
.num-email .footer-email-link:hover,.num-email .footer-email-link:active,.num-email .footer-email-link:link{
    color:#179FCF;
}
