.footer {
    border-top: 1px solid #dedede;
}
.footer .footer-wrap {
    max-width: 1400px;
    padding: 60px 5vw;
}
.footer .footer-wrap .link-wrap {
    display: flex;

}
.footer .footer-wrap .link-wrap > a {
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
}
.footer .footer-wrap .link-wrap > a:hover {
    font-weight: 700;
    text-decoration: underline;
}
.footer .footer-wrap .content {
    padding-top: 60px;
}
.footer .footer-wrap .content > img {}

.footer .footer-wrap .content > p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    padding-top: 24px;
    padding-bottom: 40px;
}

.footer .footer-wrap .content > span {
    font-weight: 400;
    font-size: 15px;
    color: #888;
}

@media all and (max-width: 1024px) {
    .footer .footer-wrap {padding: 70px 24px;}
    .footer .footer-wrap .link-wrap > a {margin-right: 26px;}
    .footer .footer-wrap .content {padding-top: 40px;}
    .footer .footer-wrap .content > p {font-size: 15px;}
}





/* byel */
.tes {
    width: 100% !important;
    
}

/* byel */

.smart-banner-bx-wrapper .bx-pager.bx-default-pager a {
    background-color: red;
}