.wrap {
    position: relative;
    width: 100%;
    float: left
}

.nav ul li a {
    padding: 10px 10px;
}

.header .search .btn {
    background: #3598db url(../images/icon-search-white.png) 10px 50% no-repeat
}

.header .search .btn:hover {
    background: #ffa800 url(../images/icon-search-white.png) 10px 50% no-repeat
}

.new-post ul li a {
    background: transparent url(../images/dotted_19.jpg) 0 16px no-repeat;
}

.pane-top ul li a {
    background: transparent url(../images/dotted_19.jpg) 0 10px no-repeat;
}

.pane-2 .ct-p2 ul li a {
    background: transparent url(../images/dotted_19.jpg) 0 50% no-repeat;
}

.pen-categories .ct-p3 ul li a {
    background: transparent url(../images/dotted_19.jpg) 0 10px no-repeat;
}

.col-detail .link-fl ul li a {
    background: transparent url(../images/dotted_19.jpg) 0 10px no-repeat;
}

.pen-related ul li a {
    background: transparent url(../images/dotted_19.jpg) 0 10px no-repeat;
}

.news-follow ul li a img {
    height: 100px;
}

a.btn-load {
    background: #3f9cd2;
    border: 1px solid #ddd;
    padding: 10px 20px;
    color: #fff;
}

a.btn-load:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.footer .categories .col-lg-3 {
    margin: 15px 0;
}

.footer .categories .col-lg-3 h4 {
    font-size: 16px;
}

.footer .categories .col-lg-3 ul {
    margin: 0;
    padding: 0;
}

.footer .categories .col-lg-3 ul li {
    list-style: none;
}

.footer .categories .col-lg-3 ul li a {
    color: #595959;
    line-height: 28px;
    font-size: 14px;
}

.content-dt figcaption {
    margin: 5px 0 15px 0;
    font-size: 12px;
    color: #555;
    text-align: center;
    display: none;
}

.content-dt img {
    display: none !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.dropdown-menu {
    position: absolute;
    display: none;
    top: auto;
}

.categories .tab-list ul li a.active {
    border-bottom: 3px solid #f60;
    color: #f60;
    text-decoration: none;
}

.share a {
    width: 100%;
    border-radius: 0;
    height: 40px;
    line-height: 2;
}

.share i {
    margin-top: 8px;
}

.top-nav ul li a.ed:hover {
    text-decoration: none;
    background: #192a46 !important;
    color: #fff !important;
}

.col-ads .banner-ads {
    margin-top: 0;
}

.categories .tab-list ul li a.title {
    max-width: 750px;
    word-break: break-word;
}

.interested ul li a img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 25px;
    display: none;
    background: #e6e6e6 !important;
}

.back-to-top:hover {
    background: #ffa800 !important;
}

