.bg_breadcrumb {
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    background: #f9f9f9 url(../images/bg-line.png) repeat;
    padding: 12px 0;
    margin: 0px 0px 10px 0px;
}
.breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
}
.cards {
    padding: 30px 0;
}
.cards.-alt{
    background-color: #fff;
}
.cards .header {
    text-align: center;
}
.cards .header .title {
    font-size: 30px;
    font-weight: bold;
}
.cards .header .info {
    font-size: 16px;
    color: #888;
    padding-top: 10px;
    padding-bottom: 30px;
}
.cards .items {
    margin-right: -3.3%;
    padding: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cards .items .item {
    width: 30.3%;
    margin-right: 3%;
    background-color: #fafafa;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.cards.-alt .items .item {
    background-color: #fff;
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border-radius: 15px;
}
.cards .items .item .image {
    position: relative;
    height: 0px;
    padding-bottom: 51%;
}
.cards .items .item .main {
    padding: 15px;
}
.cards .items .item .image .inner {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    display: block;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.cards .items .item .image .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.cards .items .item .main {
    padding: 15px;
}
.cards .items .item .main .title, .cards .items .item .main .title a {
    font-size: 15px;
    font-weight: 500;
    color: #1c70ce;
}
.cards .items .item .main .title, .cards .items .item .main .title a {
    font-size: 17px;
    font-weight: bold;
    color: #1c70ce;
}
.xdot, .ap-xdot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.cards .items .item .main .content {
    font-size: 15px;
    color: #666;
    padding-top: 6px;
}
.cards .items .item .main .subtitle {
    font-size: 11px;
    color: #999;
    padding-top: 10px;
}
.cards .items .item .main .subtitle a {
    font-size: 15px;
    color: #0263E0;
}
.cards .cfooter {
    text-align: center;
    padding-top: 20px;
}
.cards .cfooter .more {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.nav {
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline !important;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.cards .items .subtitle a{
    position: relative;
    display: inline-block;
    padding: 6px 0px;
}
.cards .items .subtitle a:after {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #0263E0;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.6s 0.1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.6s 0.1s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: right;
    opacity: 1;
    content: '';
    left: 0;
}
.cards .items .subtitle a:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: left;
}
@media (max-width:768px) {
    .cards.-alt .items .item{
        width: 47%;
    }
}
@media (max-width:576px) {
    .cards.-alt .items .item{
        width: 100%;
    }
}