﻿.pb-0 {
    padding-bottom: 0 !important;
}

/* Gird flexbox */
.ab-gird-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.ab-gird-box .ab-gird-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}

.ab-thumb-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.ab-thumb-wrap .thumb-inner {
    max-width: 100%;
}

.ab-single-thumb .thumb-cover, .ab-thumb-wrap .thumb-inner .thumb-cover
    {
    display: block;
    height: 0;
    background-position: center top;
    background-size: cover;
    max-width: 100%;
}

.ab-single-thumb .thumb-in, .ab-thumb-wrap .thumb-inner .thumb-in {
    display: block;
    height: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.ab-single-thumb .thumb-in .image-thumb-blur, .ab-single-thumb .thumb-in .image-thumb-bg,
    .ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-blur, .ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-bg
    {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ab-single-thumb .thumb-in .image-thumb-blur, .ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-blur
    {
    -webkit-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='8',
        shadowopacity='0.0');
    filter: blur(8px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ab-single-thumb .thumb-in .image-thumb-bg, .ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-bg
    {
    background-color: #000;
    opacity: 0.2;
}

.ab-single-thumb .thumb-in img, .ab-thumb-wrap .thumb-inner .thumb-in img
    {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.ab-single-thumb .thumb-in.h img, .ab-thumb-wrap .thumb-inner .thumb-in.h img
    {
    width: 100%;
    height: auto;
}

.ab-single-thumb .thumb-in.v img, .ab-thumb-wrap .thumb-inner .thumb-in.v img
    {
    height: 100%;
    width: auto;
}

.ab-single-thumb .thumb-all, .ab-thumb-wrap .thumb-inner .thumb-all {
    max-width: 100%;
    height: auto;
}

/* Main */
.hidden {
    display: none;
}

/* Images center*/
.jcarousel-wrapper {
    margin: 0 auto 40px auto;
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 -5px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
}

.jcarousel li>div {
    margin: 0 5px;
}

.jcarousel-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

@media only screen and (max-width: 991.98px) {
    .ab-gird-box .ab-gird-item {
        width: 25% !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .ab-gird-box .ab-gird-item {
        width: 33.333333% !important;
    }
}

@media only screen and (max-width: 499.98px) {
    .ab-gird-box .ab-gird-item {
        width: 50% !important;
    }
}

.gutter-16>[class^=col] {
    padding: 0 8px;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.news-5__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-5__title {
    font-size: 14px;
    font-weight: 700;
    color: #00549b;
    margin: 8px 0;
}

.news-5__title>a {
    color: #00549b !important;
}

.news-5__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}

.news-5__frame img {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
}

.news-5__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.text-dark {
    color: #343a40 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.news-5__info {
    color: #999;
    font-size: 12px;
}

.news-5__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 10;
    background-color: rgba(0, 84, 155, .7);
    color: #fff;
    font-size: 10px;
}

.news-5__length {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 10;
    font-size: 12px;
    line-height: 18px;
    padding: 0 4px;
    border-radius: 2px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}

.post-title {
    font-size: 30px;
    font-weight: 700;
    color: #00549b;
    margin-bottom: 10px;
    line-height: 1.2;
}

.list__item:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 60px;
    margin-right: 8px;
}

.news__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.news__frame img {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
}

.news__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    max-height: 6em;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #00549b;
    margin-bottom: 4px;
    max-height: 80px;
}

.news__info {
    font-size: 10px;
    color: #999;
}
