/**
  Video
 */

.overlap_video {
   /* margin-bottom: -50px; */
    z-index: 9;
}

.video_box {
    position: relative;
    margin-top: 20px;
}

.radius_box_10, .radius_box_10::before {
    border-radius: 10px;
}

.overflow_hide {
    overflow: hidden;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.overlay_bg2::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.radius_box_10, .radius_box_10::before {
    border-radius: 10px;
}

.video_play {
    position: absolute;
    right: 0;
    display: table;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.video_play span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    color: #fff;
}

.video_play img {
    max-width: 100px;
}

.video_box img {
    width: 100%;
}

.bounce_img {
    -webkit-animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
    animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
}

/**
emed youtubr
 */

.embed-youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.embed-youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}

.embed-youtube .embed-youtube-play {
    width: 68px;
    height: 48px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.embed-youtube .embed-youtube-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.embed-youtube img,
.embed-youtube .embed-youtube-play {
    cursor: pointer;
}

.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    position: absolute;
}

.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.embed-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}

.w-20 {
    width: 20% !important;
}

.w-15 {
    width: 15% !important;
}
@media (max-width: 990px) {
    #temp-wk-table .table th:nth-child(1),
    #temp-wk-table .table td:nth-child(1) {
        display: none;
    }
}
@media (max-width: 500px) {
    #temp-wk-table .table th:nth-child(1),
    #temp-wk-table .table td:nth-child(1),
    #temp-wk-table .table th:nth-child(3),
    #temp-wk-table .table td:nth-child(3) {
        display: none;
    }
}