.video-wrap {
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: solid 1px #728581;
}

.block-video {
    margin-bottom: 15px;
}

.block-video .title-block {
    border-bottom: 0;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 25px;
}

.block-video .title-block span {
    border-bottom: 0;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
    color: #ab7549;
}

.item-video {
    margin-bottom: 16px;
    cursor: pointer;
    transition: .3s;
}

.item-video:hover {
    color: var(--color-3);
}

.item-video .wrap-img {
    padding-bottom: 60%;
}

.item-video .wrap-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 38%);
	z-index: 1;
}

.item-video .name {
    font-size: 16px;
    margin-top: 6px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.item-video #icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 55px;
    height: 55px;
    padding: 0;
    background: unset;
    border-radius: 50%;
}

.modal-video {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal-video .modal-content {
    background: #FFF;
    padding: 10px;
    width: 90%;
    max-width: 800px;
    position: relative;
    border-radius: 6px;
    line-height: 1;
}

.close-modal {
    position: absolute;
    right: 12px;
    top: -40px;
    font-size: 32px;
    cursor: pointer;
    color: white;
}
.box_video {
    text-align: center;
    margin-bottom: 20px;
}
.box_video h3 {
    text-align: left;
}

.box_video .image {
    position: relative;
    margin-bottom: 10px;
}
.box_video .image a {
    display: flex;
}
.box_video .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
.box_video .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.box_video .image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 55px;
    height: 55px;
    padding: 0;
    background: unset;
    border-radius: 50%;
}
.box_video h3 a {
    font-size: 18px;
    font-weight: 500;
}
.video_home {
    padding: 50px 0;
    background: #c1c5c8;
    border-top: solid 1px #728581;
    border-bottom: solid 1px #728581;
}
.video_home .title_news h2 {
    color: #14332d;
}
.video_home .box_video h3 a {
    color: #14332d;
}
.video_blog .news-home {
    background: #c1c5c8;
    padding: 50px 0;
}
.video_blog .title_news h2 {
    color: #14332d;
}
.video_blog .item-news-home.left .name {
    color: #14332d;
}









@media (max-width: 768px) {
    .item-video #icon-video {
        width: 60px;
        height: 60px;
        padding: 9px;
    }

    .item-video .name {
        font-size: 16px;
        font-weight: 500;
    }
}