section.top-sec {
    margin-top: 30px;
}
section {
    padding: 20px 0;
}
section {
    content: "";
    clear: both;
    display: block;
}
.container {
    max-width: 93%;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    margin: 0 -10px;
    padding-bottom: 0;
}
.span_12 {
    width: 100%;
}
.col {
    display: block;
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.clr:after, .col:after, .container:after, .group:after, .row:after {
    display: table;
    content: "";
    clear: both;
}
.main-banner-content h1.tobeCenter {
    text-align: center;
    font-size: 22px;
}
h1, .h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #3399cc;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}
.main-banner-content h1, .main-banner-content h2, .main-banner-content h3 {
    line-height: 1.5em;
}
.main-banner-content h1, .main-banner-content h2, .main-banner-content h3 {
    font-size: 15px;
    color: #000;
    margin: 6px 0;
}
.main-banner-content h1 {
    font-size: 18px;
    color: #142659;
    line-height: 1.4;
}
.main-banner-content p {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    line-height: 22px;
}
.span_8 {
    width: 66.6666666667% !important;
}
.span_4 {
    width: 33.3333333333% !important;
}
.col {
    display: block;
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
a, a:hover {
    -webkit-transition: color 0.3sease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3sease-in;
}
a {
    color: #142659;
}
.main-banner img {
    width: 100%;
}
img {
    display: block;
    max-width: 100%;
    min-width: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.clr:after, .col:after, .container:after, .group:after, .row:after {
    display: table;
    content: "";
    clear: both;
}
.author-name h6 {
    font-size: 12px;
    color: #666;
    margin-top: 26px;
    position: relative;
}
.author-name h6::before {
    content: "";
    position: absolute;
    background: #ebebeb;
    width: 100%;
    height: 1px;
    top: -12px;
}
.author-name h6::after {
    content: "";
    position: absolute;
    background: #ebebeb;
    width: 100%;
    height: 1px;
    bottom: -12px;
    left: 0;
}
.main-banner-content p {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    line-height: 22px;
}
.main-banner-content p span.read-more {
    color: #14255b;
}


@media only screen and (max-width: 1199px) {
    .row {
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    section.top-sec .col {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .col {
        margin-bottom: 10px;
    }
}