/*#region common*/
.page-template-new-feature-page .td-page-content {
    padding: 60px 0 0;
}

.feature-page {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #172b4d;
    background-size: cover;
    background-position: center;
}

.ratio-16-10 {
    aspect-ratio: 16 / 10;
}

.feature-page a,
.feature-page a:hover {
    color: #172b4d;
}

.post-title {
    display: block;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
}

.post-excerpt {
    line-height: 1.57;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.post-meta-item,
.post-meta .td-post-views {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 21px;
}

.post-meta .td-icon-views {
    background: url(/sites/new-feature/feature-page/ic-view.svg) no-repeat center;
    width: 16px;
    height: 17px;
}

.post-meta .td-icon-views::before {
    content: "";
}

.img-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.1) 0%, rgba(102, 102, 102, 0.02) 49.86%);
}

.feature-page .play-video-item {
    position: relative;
    cursor: pointer;
}

.feature-page .button-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
}

.feature-page .button-play img {
    width: 20px;
    height: 28px;
	border-radius: unset;
}

.feature-page .play-video-item:hover .button-play {
    transform: scale(1.1) translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.popup-video-item .pvi-content-item {
    max-width: 1000px;
}

@media (min-width: 1200px) {
    .feature-page .container {
        width: 1200px;
    }
}

@media (max-width: 767px) {
    .feature-page .button-play {
        width: 32px;
        height: 32px;
    }

    .feature-page .button-play img {
       width: 10px;
        height: 14px;
    }
}

/*#endregion*/

/*#region Banner*/
.feature-banner {
    padding: 86px 0 64px;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-banner-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.25;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .feature-banner-title {
        font-size: 32px;
    }
}

/*#endregion*/

/*#region Spotlight*/
.spotlight-posts {
    padding: 40px 0;
    background-color: #F8F8F8;
}


.spotlight-wrap {
    display: flex;
    gap: 24px;
}

.spotlight-right,
.spotlight-left {
    flex: 1;
}

.spotlight-left .post-excerpt {
    -webkit-line-clamp: 2;
}

.spotlight-left-thumb img,
.spotlight-right-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spotlight-left {
    overflow: hidden;
}

.spotlight-left .post-title {
    font-size: 20px;
}

.spotlight-left-thumb {
    position: relative;
    display: block;
    border-radius: 16px;
    /* height: 358px; */
    aspect-ratio: 16/10;
    overflow: hidden;
}

.spotlight-left-content {
    display: flex;
    gap: 12px;
    padding: 16px 0;
}

.spotlight-left-icon {
    flex-shrink: 0;
}

.spotlight-right-item {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.spotlight-right-thumb {
    position: relative;
    flex-shrink: 0;
    display: block;
    width: 220px;
    /* height: 138px; */
    height: fit-content;
    aspect-ratio: 16/10;
    border-radius: 8px;
    overflow: hidden;
}

.spotlight-right .button-play {
    width: 32px;
    height: 32px;
    right: 12px;
    bottom: 12px;
}

.spotlight-right .button-play img {
    width: 10px;
    height: 14px;
}

@media (min-width: 980px) {
    .spotlight-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 979px) {
    .spotlight-wrap {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .spotlight-posts {
        padding: 30px 0;
    }

    .spotlight-right-item {
        flex-direction: column;
        gap: 12px;
    }

    .spotlight-left-thumb,
    .spotlight-right-thumb {
        width: 100%;
    }

    .spotlight-left .post-title {
        font-size: 16px;
    }
}

/*#endregion*/

/*#region New Posts*/
.new-posts {
    padding: 56px 0;
}

.other-post-item {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.other-posts .other-post-item:last-child {
    margin-bottom: 0;

}

.other-posts-hidden {
    display: none;
    margin-top: 60px;
}

.other-post-text {
    flex: 1;
}

.other-post-thumb {
    flex: 1;
    display: block;
    width: 100%;
    height: fit-content;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px 0 0 16px;
}

.other-posts .other-post-item:nth-child(odd),
.other-posts-hidden .other-post-item:nth-child(even) {
    flex-direction: row-reverse;
}

.other-posts .other-post-item:nth-child(odd) .other-post-thumb,
.other-posts-hidden .other-post-item:nth-child(even) .other-post-thumb {
    padding: 0 16px 16px 0;
}

.other-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 0;
}

.other-posts .other-post-item:nth-child(odd) .other-post-thumb img,
.other-posts-hidden .other-post-item:nth-child(even) .other-post-thumb img {
    border-radius: 0 0 16px 0;
}

.new-posts .post-title {
    font-size: 24px;
    color: #111111;
    margin-bottom: 8px;
}

.new-posts .post-excerpt {
    margin-top: 12px;
    font-size: 16px;
    color: #111111;
}

.show-more {
    display: block;
    width: fit-content;
    padding: 4px;
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.show-more img {
    rotate: 90deg;
}

@media (max-width: 979px) {
    .new-posts {
        padding: 40px 0;
    }

    .other-post-item {
        gap: 24px;
        margin-bottom: 40px;
    }

    .new-posts .post-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .other-post-item,
    .other-posts .other-post-item:nth-child(odd),
    .other-posts-hidden .other-post-item:nth-child(even) {
        flex-direction: column;
    }

    .other-post-thumb {
        flex: unset;
    }

    .new-posts .post-title {
        font-size: 16px;
    }

    .new-posts .post-excerpt {
        font-size: 14px;
    }

    .other-post-item {
        margin-bottom: 30px;
    }

    .other-posts-hidden {
        margin-top: 30px;
    }
}

/*endregion*/