html {
    --color-header: white;
    --colorModalMenu: #5fc653;
}

.nav-bar {
    background: url(header-bac.png);
}

.nav-bar .navbar {
    background-color: unset;
}

header .nav-bar {
    /* padding: 30px 0; */
}

header .site-title {
    margin: 0;
}

header .site-title a,
.site-heading .site-title a:hover {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
}

header p.site-description {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
}

p.site-description {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header .menu {
    background-color: white;
    padding: 20px 0;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

header .menu a {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    color: #777777;
}

/* header .navigation li ul {
    display: none;
    position: absolute;
    top: 100%;
    background: white;
    z-index: 200;
    padding: 0 10px 10px;
    margin: 0;
  } */


header .b-search {
    width: 100%;
    position: relative;
}

header .b-search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #cccccc;
    border-radius: 4px
}

header .b-search input[type=text]:focus {
    border-color: var(--color2)
}

header .b-search button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 15px;
    border: none;
    background: none;
    color: var(--color2);
    border-radius: 0 4px 4px 0
}

header .b-search button:hover {
    background: var(--color2);
    color: #fff
}

.brand .social {

    top: -25px;

}

.b-logo a img {
    max-width: 80%;
    margin-right: 15px;
}

.cat-news .card-tabs {
    padding-top: 0;

}

.latest-tabs .nav-tabs .nav-link.active {
    font-size: 18px;
    position: relative;
    z-index: 5;
    color: #fff;
    float: left;
    padding: 10px 20px;
    margin: 0;
    left: 5px;
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 18px;
    bottom: -10px;
}


.latest-tabs .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00aff2;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
    background-color: #81d742;
}

.latest-category-more {

    z-index: 3;
    color: #000;
    padding: 14px 14px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin-bottom: 8px;
    font-style: italic;
    position: relative;
    margin-left: 10px;
    /* top: 0;
    bottom: unset;
    left: 20%;
    right: unset; */
    margin-bottom: 0;
    bottom: -1px;
    left: unset;

}

.latest-category-more::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    right: -15px;
    bottom: 2px;
    background-color: #eaeaea;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}

.latest-tabs .tab-content {
    background-color: unset;
}

.card-header {
    background-color: unset;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 8px !important;
}

.articles-tabs .tab-content .tab-pane ul:first-child li:first-child>a {
    color: inherit;
    background-color: unset;
    padding: 0;
    ;
}

.articles-tabs .tab-content .tab-pane ul:first-child li:first-child>a {
    color: inherit !important;
}

.articles-tabs .tab-content .tab-pane li:first-child>a .crop-wrap {
    width: 100%;
}

.articles-tabs .tab-content .tab-pane li:first-child>a p {
    width: 100%;
    color: inherit;
    padding-left: 0;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.6;
}

.articles-tabs .tab-content .tab-pane li:first-child>a p strong {
    display: block;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    word-wrap: break-word;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.articles-tabs .tab-content .tab-pane li:first-child>a p span {
    font-style: italic;
}

.articles-tabs .tab-content .tab-pane li>a {
    margin-bottom: 0;
}

.articles-tabs .tab-content .tab-pane li p {
    padding-bottom: 0;
}

.latest-tabs .tab-content .tab-pane li+li>a {
    display: flex;
    align-items: start;
}

.latest-tabs .tab-content .tab-pane li+li>a .crop-wrap {
    height: 85px !important;
    width: 116px !important;
    margin: 0 15px;
    aspect-ratio: unset !important;
    background-size: cover;
}

.latest-tabs .tab-content .tab-pane li+li>a p {
    padding: 0;
    width: unset !important;
}

.latest-tabs .tab-content .tab-pane li+li>a p>span {
    display: block;
}

.latest-tabs .tab-content .tab-pane li .publication-date {
    display: inline-block;
    position: relative;
    z-index: 5;
    color: #fff;
    padding: 3px 15px;
    font-size: 12px;
    font-weight: 300;
    margin-left: 4px;
    font-style: italic;
}


.latest-tabs .tab-content .tab-pane li .publication-date::before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}

.articles-tabs .tab-content .tab-pane .first-left {
    overflow: hidden;
    display: block
}

.articles-tabs .tab-content .tab-pane .first-left > li {
    width: 50%;
}


@media (max-width:768px) {
    .articles-tabs .tab-content .tab-pane .first-left > li {
        width: 100%;
    }

}

.articles-tabs .tab-content .tab-pane .first-left > li:first-child {
    float: left;
}

footer .footer-logo img {
    height: unset !important;
    width: auto;
    max-height: 40px;
    border-radius: 5px;
    margin: 10px;
  }