body {
    font-family: 'Roboto', sans-serif;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
.nav-social {
    background-color: #301d6e;
    padding: 4px 0;
}
.nav-social ul {
    margin-bottom: 0;
    list-style: none;
}
.nav-social ul li {
    display: inline-block;
    padding: 0 6px;
}
.nav-social ul li a {
    color: #fff;
}

.nav-social li.divider-vertical::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    width: 1px;
    height: 22px;
    background-color: #fff;
}

@media (min-width: 320px) {
    .navbar .navbar-brand img {
        max-width: 250px;
        height: 29px;
    }
    .card-news-first{
        height: 200 !important;
    }
}

@media (min-width: 375px) {
    .navbar .navbar-brand img {
        max-width: 271px;
        height: 33px;
    }
}

@media (min-width: 425px) {
    .navbar .navbar-brand img {
        max-width: 300px;
        height: 40px;
    }
}

@media (min-width: 1024px) {
    .card-news-first{
        height: 425px !important;
    }
}



.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.navbar .navbar-nav .dropdown-menu {
    font-size: 14px;
    min-width: 250px;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
    white-space: normal;
    padding: 4px 16px;
}

.pt-nav-fixed {
    padding-top: 98px;
}

header .carousel .carousel-item .img{
    background-position: center center;
    background-size: cover;
    height: calc(75% - 56px);
}

.card-news {
    position: relative;
    background-position: center center;
    background-size: cover;
    height: 200px;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.card-news:before {
    content: "";
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 80%);
    width: calc(100% - 30px);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
    z-index: 1;
}

.text-sm {
    font-size: 80%;
}

.card-news .card-overlay {
    z-index: 2;
}

.card-news .card-overlay a {
    font-weight: 500;
    transition: 0.2s;
}

.card-news .card-overlay a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.breadcrumb {
    background-color: white;
    padding: 10px 0px;
    margin-bottom: 0;
    font-size: 80%;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);
    padding-top: 6px;
}

.card-other-news .media {
    border: 1px solid rgba(0,0,0,.1);
    border-bottom: 0;
    padding: 6px;
}

.card-other-news .media:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.card-other-news .media:last-child {
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.card-other-news .media a {
    font-size: 14px;
    color: inherit;
    transition: 0.2s;
}

.card-other-news .media img {
    border-radius: 2px;
}

.card-other-news .media a:hover {
    text-decoration: none;
    color: #007bff;
}

.embed-responsive-kontak::before {
    padding-top: 25%;
}

.label-jk {
    padding: 4px 8px;
    border-radius: 4px;
}

/* .thumbnail-video:before {
    content: "";
} */
.kontak-info i {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    padding: 12px 0;
}

.thumbnail-video {
    position: relative;
    height: auto;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.lb-data .lb-caption {
    font-size: 16px;
}

section img {
    display: block;
    max-width: 100%;
    height: auto;
}

footer {
    background-color: #f9f9f9;
}
.history {
    padding-left: 0;
    list-style: none;
}
.history .year{
    display: inline-block;
    background-color: #ddd;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 20px;
}
.history li {
    display: flex;
}
.history li .date{
    flex: 0 0 12%;
    width: auto;
    max-width: 100%;
    text-align: right;
}
.history li a{
    display: inline-block;
    color: #333;
    text-decoration: none;
    transition: .2s;
}
.history li a:hover{
    color: #007bff;
}
.history li .text{
    padding-left: 16px;
}
.history li .text .title{
    font-weight: bold;
    font-size: 20px;
}
.history li .text .description{
    text-align: justify;
}