.x-header .head-link,.no-data{
    color: #2b3241;
}
.x-header .lang.btn1 {
    background: url(../images/menu14.png) no-repeat center;
    background-size: contain;
    color: #ffffff;
}

 .search-mod .search-tap.btn1 {
    background: url(../images/menu8.png) no-repeat center;
    background-size: contain;
    color: #ffffff;
}
.x-header .menu-btn.btn1 .line::before,.x-header .menu-btn.btn1 .line::after,.x-header .menu-btn.btn1 .line {
    background-color: #ffffff;
}
.x-header .menu-btn.btn1{
    background: url(../images/menu4.png) no-repeat center;
    background-size: contain;
    color: #ffffff;
}


.x-footer .bottom {
    position: relative
}

.x-footer .bottom::after {
    background: url(../images/bar1.png) no-repeat top center;
    background-size: cover;
    top: -22%;
    bottom: 0
}


.x-footer .bottom::after {
    background: url(../images/bar1.png) no-repeat top center;
    background-size: cover
}
.x-footer .top{
    background-color: #475b87;
}
.x-footer .item .t1{
    /*color: #c08a82;*/
}
.pages li{
    border-color: #475b87;
    color: #2b3241;
}
.pages li:hover,.pages li.page-active{
    border-color: #475b87;
    background-color: #475b87;
}
.pages .paging-jump,.pages .paging-btn{
    border-color: #475b87;
}
@media (max-width: 768px) {
    .x-footer .bottom::after{
        top: -12%;
    }
}