.side-img-wrapper h2 {
    margin-bottom: 20px !important;
}

a[href*="cnzz"] {
    display: none;
}

#pages_header {
    background: url(/static/home/images/Commodities-Header.jpg) no-repeat center center transparent;
}

.bg-3 {
    background-image: url(/static/home/images/blue-simple-hero-pattern.svg);
    height: 100px;
    background-color: #0855b4;
    border-color: #0855b4;
}

.page-top-box .text-box {
    font-size: 45px;
    letter-spacing: -.02em;
    margin: -37px 0 0 10px;
}

.page-top-box .text-box span {
    padding: 0 10px;
    color: #000000;
    background-color: #fff;
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

.post-img-box {
    overflow: hidden;
}

.post-img {
    max-width: 100%;
    height: 185px;
}

.post-content-box {
    border-style: solid;
    border-color: #c8d2d2;
    border-width: 0 1px 1px 1px;
}

.bg-f0 {
    background-color: #f0f0f0;
    z-index: -1;
}

.position-absolute-a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.post-content-box .title,
.post-content-box .summary {
    color: #053c50;
}

.post-box:hover .post-img {
    transform: scale(1.1);
}

.post-box:hover .title {
    color: rgb(45, 186, 105);
}

.post-img,
.post-box .title {
    transition: all .2s ease-in-out;
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.pagination-box {
    padding-bottom: 75px;
}

.article-crumb-box {
    background-color: #ebf0f0;
}

.article-crumb-box ul {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.article-crumb-box ul {
    display: flex;
    list-style: none;
    font-size: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    color: #333;
}

.article-crumb-box ul li {
    padding: 8px 0;
}

.article-crumb-box ul li.arrow-right {
    padding-right: 5px;
    padding-left: 5px;
}

.article-body .info {
    padding: 8px 15px;
    background: #ebebeb;
    border-radius: 5px;
}

.article-body .info p {
    margin-bottom: 0;
    color: #8b8b8b;
}

.article-slider .card {
    border: 1px solid rgba(0,0,0,.125);
}