body {
    background-color: transparent;
}
.box_bars .top-bar {
    height: 140px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0px 50px;
    position: fixed;
    transition: all 200ms;
}
.box_bars .top-bar.min {
    height: 35px;
}
.box_bars .link-top-site {
    display: block;
    font-size: 3em;
    letter-spacing: -4px;
    padding-left: 0px;
    transition: all 200ms;
}
.box_bars .top-bar.min .link-top-site {
    font-size: 1.5em;
    letter-spacing: normal;
}

a {
    text-decoration: none !important;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-content {
    padding: 190px 50px 76px;
}

.bread-crumb-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 10px;
}
.bread-crumb ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 0px;
}
.bread-crumb ul li {
    padding: 0px 5px;
}
.bread-crumb ul li:first-child {
    padding-left: 0px;
}
.bread-crumb ul li a {
    display: inline-block;
    text-decoration: none;
    color: #8f9092;
}
.bread-crumb ul li a::after {
    content: '>';
    font-size: 10px;
    margin-left: 10px;
}
.bread-crumb ul li span {
    font-weight: 600;
    color: #999;
}
.bread-crumb ul li a span {
    font-weight: 400;
}
.bread-crumb ul li a:hover span {
    color: #444;
}

.gallery-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.video-wrapper {
    padding-bottom: 24px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    height: 100%;
}
.video-wrapper .video-title, .video-wrapper .video-title h6 {
    font-size: 22px;
    line-height: 32px;
    color: rgb(80, 80, 80);
}
.video-wrapper .video-title {
    margin-bottom: 14px;
}

.video-thumbnail {
    display: block;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.164);
    border-radius: 6px;
    overflow: hidden;
}
.video-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.26);
}
.video-thumbnail img {
    border-radius: 6px;
}

.thumbnail-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.thumbnail-caption .play-icon, .thumbnail-caption strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 200ms;
}
.thumbnail-caption .play-icon path, .thumbnail-caption .play-icon polygon {
    fill: #fff;
}
.thumbnail-caption strong {
    opacity: 0;
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 800;
}
.video-thumbnail:hover .thumbnail-caption strong {
    opacity: 1;
}
.video-thumbnail:hover .thumbnail-caption .play-icon {
    opacity: 0;
}


@media only screen and (max-width: 1199px) {
    .video-thumbnail img {
        height: 256px;
    }
}
@media only screen and (max-width: 1100px) {
    .video-thumbnail img {
        height: 208px;
    }
    .video-wrapper .video-title, .video-wrapper .video-title h6 {
        font-size: 18px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .box_bars .top-bar {
        height: 35px;
        padding: 0px 10px;
    }
    .site-content {
        padding: 76px 0px 76px;
    }

    .bread-crumb ul li {
        font-size: 12px;
    }
    .bread-crumb ul li a::after {
        margin-left: 5px;
    }

    .gallery-wrapper {
        display: block;
    }
    .video-thumbnail img {
        height: 406px;
    }
    
    .video-wrapper .video-title, .video-wrapper .video-title h6 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .bread-crumb ul li:last-child::after {
        content: '...';
        position: absolute;
        bottom: 0px;
        left: -100%;
    }
    .bread-crumb ul li:last-child span {
        white-space: nowrap;
    }
    
    .video-thumbnail img {
        height: 390px;
    }
    
    .video-wrapper .video-title, .video-wrapper .video-title h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .thumbnail-caption strong {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .site-content {
        padding: 60px 0px 26px;
    }

    .bread-crumb-wrapper {
        flex-flow: row wrap;
    }
    .bread-crumb ul li {
        padding: 0px 2px;
    }
    .bread-crumb ul li a::after {
        margin-left: 2px;
    }
    
    .video-wrapper .video-title, .video-wrapper .video-title h6 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .video-thumbnail img {
        height: 290px;
    }
    .thumbnail-caption strong {
        font-size: 22px;
    }
}

@media only screen and (max-width: 500px) {
    .video-thumbnail img {
        height: 248px;
    }
    .video-wrapper .video-title, .video-wrapper .video-title h6 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }
    .thumbnail-caption strong {
        font-size: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .video-thumbnail img {
        height: 194px;
    }
}
@media only screen and (max-width: 350px) {
    .video-thumbnail img {
        height: 170px;
    }
}