﻿/* list */
.event-page {
    position: relative;
    display: block;
    padding: 120px 0;
}

.event-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.event-page__img-box {
    position: relative;
    display: block;
}

.event-page__img {
    position: relative;
    display: block;
    background: #e1e8ec;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.event-page__img img {
    height:270px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease,
        -webkit-transform 500ms ease;
}

.event-page__single:hover .event-page__img img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.event-page__content {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #eae5e3;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px;
    border-top: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.event-page__single:hover .event-page__content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
}

.event-page__title {
    font-size: 16px;
    line-height: 40px;
    line-height: 150%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.event-page__title a {
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.event-page__btn {
    background: #f7f4f2;
    padding: 5px 30px;
    font-size: 14px;
}

/* detail */

.news-details {
    position: relative;
    display: block;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
}

.news-details__img img {
    width: 100%;
    border-radius: 8px;
}

.news-details__date-box {
    position: absolute;
    bottom: -33px;
    right: 20px;
    height: 67px;
    width: 67px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.news-details__date-box p {
    margin: 0;
    line-height: 19px;
}

.news-details__content {
    position: relative;
    display: block;
    padding: 29px 0 0;
}

.news-details__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news-details__meta li+li {
    margin-left: 12px;
}

.news-details__meta li a {
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__meta li a:hover {
    color: var(--thm-primary);
}

.news-details__meta li a i {
    margin-right: 4px;
}

.news-details__title {
    font-size: 34px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 38px;
    margin-top: 5px;
}

.news-details__text-one {
    line-height: 36px;
}

.news-details__text-two {
    line-height: 36px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.news-details__text-three {
    line-height: 36px;
    margin: 0;
}

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #eae5e3;
    padding: 30px 0 30px;
    margin-top: 55px;
}

.news-details__bottom p {
    margin: 0;
}

.news-details__tags span {
    font-weight: 500;
}

.news-details__tags a {
    font-size: 16px;
}

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #56b4e5;
    color: #ffffff;
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__social-list a+a {
    margin-left: 10px;
}

.news-details__social-list a.clr-fb {
    background: #465fdd;
}

.news-details__social-list a.clr-dri {
    background: #d8423f;
}

.news-details__social-list a.clr-ins {
    background: #5374a0;
}

.remark p{text-indent: 0;}


.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 23px;
    font-weight: 500;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 20px 50px;
    background: #f7f4f2;
}

.sidebar__post .sidebar__title {
    padding-left: 30px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 29px;
    padding-right: 29px;
}

.sidebar__post-list li+li {
    margin-top: 28px;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image>img {
    width: 80px;
    border-radius: 8px;
}

.sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    font-weight: 500;
}

.sidebar__post-content .sidebar__post-content_meta {
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.sidebar__post-content .sidebar__post-content_meta i {
    margin-right: 2px;
}

.sidebar__post-content h3 a {
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}