/**
 * Theme Name: WebHD
 * Theme URI: https://webhd.vn
 * Author: WEBHD team
 * Author URI: https://webhd.vn
 * Description: WEBHD Wordpress Theme.
 * Requires PHP: 7.4
 * Version: 0.23.05
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: hd
 */

.section.video-section {}
.section.video-section .video-container {
    position: relative;
}
.section.video-section .video-container .video-background {}
.section.video-section .video-container .video-background > img {}
.section.video-section .video-container .video-link {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section.video-section .video-container .video-link::before {
    content: '';
    border: 1px solid #fff;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 9px;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 90px;
    height: 50px;
    pointer-events: none;
}
.section.video-section .video-container .video-link::after {
    content: '\f04b';
    font-family: "Font Awesome 6 Pro", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    pointer-events: none;
}

.section.video-section .video-container .video-link:hover::before {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0s;
}

body {
    position: static !important;
}

body.admin-bar .inside-header,
body.admin-bar .sticky.is-stuck.is-at-top {
    top: 0 !important;
}

.off-canvas-content {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media print, screen and (max-width: 1023px) {
    .inside-header .header-inner .site-logo {
        margin-right: 60px;
    }
}

@media print, screen and (max-width: 639px) {
    .off-canvas-content {
        top: 17px;
    }
}
