.d-dark-bg {
    background-color: #222
}
.d-ldark-bg {
    background-color: #2F3037
}
.cta-item p {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    margin-bottom: 15px;
    line-height: 24px;
}
.cta-item .cta-title {
    font-size: 16px;
    /*letter-spacing: -0.45px;*/
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}
.copy-right-area p span {
    color: #fcbe00;
    display: inline-block;
}
.footer__bottom-content {
    border-top: 1px solid #FFF1A;
}
.footer__bottom-content-2 {
    border-top: 0;
}
.footer__bottom-2 {
    border-top: 1px solid #FFF1A;
}
.footer__links p {
    margin-bottom: 0
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px),(max-width: 575px) {
    .footer__links p br {
        display: none
    }
}
.footer__links p a {
    color: #999;
    font-size: 14px;
    padding: 0 10px;
    position: relative
}
.footer__links p a::before {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
    transform: translateX(80%);
    color: #999;
    /*top: -3px*/
}
.footer__links p a:hover {
    color: #fcbe00
}
.footer__links p a:last-child::before {
    display: none
}
.footer__links-d p a::before {
    content: "|"
}
.footer__links-d p a:hover {
    color: #16bcdc
}
.social-icon a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #666;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-right: 6px;
    margin-bottom: 10px
}

.social-icon a:last-child {
    margin-right: 0
}

.social-icon a:hover {
    background-color: #fcbe00;
    color: #222
}

.social-icon .facebook {
    background-color: #3b5998
}

.social-icon .twitter {
    background-color: #1da1f2
}

.social-icon .youtube {
    background-color: #cd201f
}

.social-icon .linkedin {
    background-color: #0077b5
}

.social-icon .rss {
    background-color: #f26522
}

.social-icon .wechat {
    background-color: #15b551
}

.social-icon .weibo {
    background-color: #ee390a
}

.social-icon-2 a:hover {
    background-color: #16bcdc;
    color: #fff
}