
.date {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
}
.title a h1:hover {
    color: #fe0000;
}
.button-round-big {
    height: 55px;
    padding: 10px 35px;
    background: #000;
    text-decoration: none;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
}
.button-white {
    background: transparent;
    margin-left: 20px;
    padding: 20px 0;
    border-radius: 0;
}
.button-round-big,
.button-round-big .icon {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.button-round-big span {
    float: right;
    line-height: 18px;
    color: #fff;
    font-size: 15px;
}
.button-white span {
    color: #8E9AA7;
}
.button-round-big .icon {
    display: flex;
    margin-right: 15px;
}
.button-round-big:hover .icon {
    transform: translateX(-5px);
}
.bordered-post {
    padding-bottom: .75rem;
}
.bordered-post:not(:last-child) {
    border-bottom: solid 1px rgba(51, 51, 51, 0.16);
}
.button-round-big .st0 {
    fill: none;
}
.hp_block .block_img+.post_block {
    margin-bottom: 1rem;
}
.widget_img {
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: 0 2px 4px 0 rgba(187, 187, 187, .5), 0 1px 0 0 rgba(178, 178, 178, .5);
}
.sidebar_block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.sidebar_block:not(:last-child) {
    margin-bottom: 1rem;
}
.tab-menu {
    display: flex;
    position: relative;
    background-color: #f5f5f5;
}
.tab-menu li {
    position: relative;
    color: #000;
    display: inline-block;
    padding: 15px 10px;
    z-index: 0;
    width: 100%;
    text-align: right;
    overflow: hidden;
    transition: all 0.3s ease 0.3s;
    transition-delay: 0.3s;
    font-weight: 700;
}
.tab-content>div {
    width: 100%;
    padding-top: .5rem;
}
.author {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.author a {
    color: #000;
}
.tab_inner .post_block {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px rgba(51, 51, 51, 0.16);
}
.slide__content {
    position: absolute;
    bottom: 45px;
    padding: 45px;
    background-color: rgb(37, 39, 55, 0.5);
}
.footer {
    color: #fff;
    position: relative;
}
.footer_featured {
    padding: 4rem 0;
    position: relative;
    background-color: #131313;
}
.footer_bg {
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: .1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_logo {
    width: 160px;
    flex: 0 0 auto;
}
.inner_featured_content {
    display: flex;
    align-items: flex-start;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    padding-right: 50px;
    margin-left: -1rem;
    margin-right: -1rem;
}
.footer-top>div {
    width: 33.333%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.footer-title {
    margin-bottom: 20px;
}
.footer-contact p {
    font-size: 16px;
    margin-bottom: 5px;
}
.footer-contact p:last-child {
    margin-bottom: 0;
}
.footerLink-list li {
    margin-bottom: 7px;
}
.footerLink-list li:last-child {
    margin-bottom: 0;
}
.mobile_logo {
    display: none
}
.footer_posts {
    margin-right: 50px;
}
.footer_posts ul li {
    margin-left: 1rem;
    margin-bottom: 20px;
    display: inline-block;
}
.footer_posts ul li a {
    color: #fff;
}
.bottom_footer {
    padding: 2rem 0;
    background-color: #000;
    color: #838383;
    font-size: 15px;
}
.footer_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_social ul li {
    display: inline-flex;
    margin-left: 15px;
    position: relative;
}
.footer_social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}
.footer_social ul li a:hover {
    background-color: #fff;
    color: #000;
}
.footer_social ul li:last-child {
    padding: 0;
    margin: 0;
}
.footer_social ul li a svg {
    width: 15px;
    height: 15px;
}
.playpause {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.video-block .playpause {
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
}
.video-reel .playpause {
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    width: 30px;
    height: 30px;
}
.align-btn {
    display: flex;
    justify-content: flex-end;
}
.btn {
    display: flex;
    align-items: center;
    color: #000;
}
.show-all {
    font-size: 16px;
    margin-top: 1rem;
    font-weight: 700;
}
.swiper-slide {
    height: auto;
}
.video_media {
    height: 22rem;
    position: relative;
    overflow: hidden;
}
.videos_swiper {
    display: flex;
}
.videos_swiper {
    padding-left: 12%;
}
.videos_swiper .swiper-button {
    top: 11em;
}
.page_view_content p {
    font-size: 16px;
}
pre {
    white-space: pre-wrap;
}
.section_swiper .swiper-button {
    top: -75px;
    width: auto;
    height: auto;
    background-color: transparent;
}
.hot_block {
    background-color: #f5f5f5;
    padding: 50px 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.img_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-reel {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.video_content {
    position: relative;
    color: #fff;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.video_text {
    margin-top: 1rem;
}

.hot_block p {
    margin-top: 10px;
    max-width: 75%;
    line-height: 1.7;
}

.video-block .playpause:after,
.video-block .playpause:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    opacity: 0;
}
@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    50% {
        opacity: .1
    }

    to {
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    50% {
        opacity: .1
    }

    to {
        opacity: 0
    }
}
.video-block .playpause:before {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.455, .03, .515, .955) -20s infinite;
    animation: pulse-ring 1.25s cubic-bezier(.455, .03, .515, .955) -20s infinite;
}

.video-block .playpause:after {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.455, .03, .515, .955) -1s infinite;
    animation: pulse-ring 1.25s cubic-bezier(.455, .03, .515, .955) -1s infinite;
}
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2em;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}
.lightbox:target {
    display: block;
}

.lightbox span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}