@font-face {
    font-family: "Manrope-ExtraLight";
    src: url("Manrope-ExtraLight.eot");
    src: url("Manrope-ExtraLight.eot?#iefix") format("embedded-opentype"), url("Manrope-ExtraLight.woff2") format("woff2"),
        url("Manrope-ExtraLight.woff") format("woff"), url("Manrope-ExtraLight.ttf") format("truetype"),
        url("Manrope-ExtraLight.svg#Manrope-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-Bold";
    src: url("Manrope-Bold.eot");
    src: url("Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("Manrope-Bold.woff2") format("woff2"),
        url("Manrope-Bold.woff") format("woff"), url("Manrope-Bold.ttf") format("truetype"),
        url("Manrope-Bold.svg#Manrope-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-Light";
    src: url("Manrope-Light.eot");
    src: url("Manrope-Light.eot?#iefix") format("embedded-opentype"), url("Manrope-Light.woff2") format("woff2"),
        url("Manrope-Light.woff") format("woff"), url("Manrope-Light.ttf") format("truetype"),
        url("Manrope-Light.svg#Manrope-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-Medium";
    src: url("Manrope-Medium.eot");
    src: url("Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("Manrope-Medium.woff2") format("woff2"),
        url("Manrope-Medium.woff") format("woff"), url("Manrope-Medium.ttf") format("truetype"),
        url("Manrope-Medium.svg#Manrope-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-ExtraBold";
    src: url("Manrope-ExtraBold.eot");
    src: url("Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("Manrope-ExtraBold.woff2") format("woff2"),
        url("Manrope-ExtraBold.woff") format("woff"), url("Manrope-ExtraBold.ttf") format("truetype"),
        url("Manrope-ExtraBold.svg#Manrope-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-SemiBold";
    src: url("Manrope-SemiBold.eot");
    src: url("Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("Manrope-SemiBold.woff2") format("woff2"),
        url("Manrope-SemiBold.woff") format("woff"), url("Manrope-SemiBold.ttf") format("truetype"),
        url("Manrope-SemiBold.svg#Manrope-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-ExtraLight_1";
    src: url("Manrope-ExtraLight_1.eot");
    src: url("Manrope-ExtraLight_1.eot?#iefix") format("embedded-opentype"), url("Manrope-ExtraLight_1.woff2") format("woff2"),
        url("Manrope-ExtraLight_1.woff") format("woff"), url("Manrope-ExtraLight_1.ttf") format("truetype"),
        url("Manrope-ExtraLight_1.svg#Manrope-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope-Regular";
    src: url("Manrope-Regular.eot");
    src: url("Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("Manrope-Regular.woff2") format("woff2"),
        url("Manrope-Regular.woff") format("woff"), url("Manrope-Regular.ttf") format("truetype"),
        url("Manrope-Regular.svg#Manrope-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.section .article .content .news.other a picture {
    height: 16vw;
}
@media (max-width: 1400px) and (min-width: 992px) {
    .section .article .content .news.news1 .row > div {
        -webkit-box-flex: 0;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}
@-webkit-keyframes burst {
    0% {
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes burst {
    0% {
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.section .article .content .news.videos a picture {
    height: 19vw;
    position: relative;
}
.section .article .content .news.videos a picture img {
    transform: scale(1.5) !important;
}
.section .article .content .news.videos a picture .playIco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .section .article .content .news.videos a picture .playIco {
        width: 68px;
        height: 68px;
    }
}
.section .article .content .news.videos a picture .playIco:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    opacity: 0.4;
    margin: 0;
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear;
}
@media only screen and (max-width: 767px) {
    .section .article .content .news.videos a picture .playIco:before {
        width: 68px;
        height: 68px;
    }
}
.section .article .content .news.videos a picture .playIco:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    opacity: 0.4;
    margin: -25px;
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear;
}
@media only screen and (max-width: 767px) {
    .section .article .content .news.videos a picture .playIco:after {
        width: 80px;
        margin: -6px;
        height: 80px;
    }
}
.section .article .content .news.videos a picture .playIco i {
    font-size: 45px;
    color: #292929;
    display: block;
}
@media only screen and (max-width: 767px) {
    .section .article .content .news.videos a picture .playIco i {
        font-size: 25px;
    }
}
.section .article .content .news.videos a b {
    font-size: 38px;
    line-height: 45px;
    height: 107px;
}
@media (max-width: 1600px) {
    .section .article .content .news.videos a b {
        font-size: 27px;
        line-height: 32px;
        height: auto;
    }
}
@media (max-width: 1366px) {
    .section .article .content .news.videos a b {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .section .article .content .news.videos a b {
        font-size: 20px;
        line-height: 25px;
        height: auto;
    }
}
.section .article .content .news a {
    display: block;
    color: #292929;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.section .article .content .news a picture {
    display: block;
    overflow: hidden;
    height: 20vw;
    max-height: 275px;
}
@media only screen and (max-width: 992px) {
    .section .article .content .news a picture {
        height: 300px !important;
    }
}
.section .article .content .news a picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.section .article .content .news a b {
    font: 20px/25px "Manrope-SemiBold";
    position: relative;
    padding-top: 15px;
    margin-top: 20px;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
}
@media (max-width: 1600px) {
    .section .article .content .news a b {
        font-size: 17px;
        line-height: 22px;
        height: 59px;
    }
}
.section .article .content .news a b:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #283583;
    height: 4px;
    width: 60px;
    transition: 0.3s;
}
@media only screen and (max-width: 767px) {
    .section .article .content .news a b:before {
        width: 30px;
    }
}
.section .article .content .news a em {
    font: 15px "Manrope-SemiBold";
    color: #b7b7b7;
    display: block;
    margin-top: 15px;
}
@media (max-width: 1366px) {
    .section .article .content .news a em {
        font-size: 15px;
    }
}
.section .article .content .news a:hover picture img {
    animation: hov 0.5s ease-in-out;
}
.section .article .content .news a:hover b:before {
    width: 50%;
}
