@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter/Inter-Bold.ttf');
    font-weight: 700;
}

.bx-video-detail {
    display: grid;
    grid-template-columns: 780px auto;
    gap: 30px;
    background: #f5f5f5;
}

.bx-video-image {
    position: relative;
}

.bx-video-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px 25px 25px 0px;
    height: 440px;
    overflow: auto;
}

.bx-video-info .video-title {
    font-family: 'Inter-Bold',sans-serif;
    font-size: 22px;
}

.article-detail-date {
    color: #aaaaaa;
    font-size: 13px;
    position: relative;
}

.video-author {
    color: #0f79d5;
    display: flex;
    justify-content: end;
    font-family: 'NotoSans-Bold', sans-serif;
}

.video-desc.article-desc {
    font-size: 16px;
    color: #333333;
    overflow: auto;
    max-height: 138px;
    -webkit-line-clamp: inherit;
}

.video-play .jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-video-cover  {
    width: 100%;
}

.video-list .video-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.videoWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}
    
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}