/*====================================
# kv
==================================== */
.globalKv {
    background-image: url(../img/cybersecGlobal/globalkv_2.jpg);
}

.globalKv .inner-kv-stitle {
    color: #fff;
    background-color: transparent;
    text-shadow: 0px 0px 5px #333333;
}

.global-kv {
    position: relative;
    overflow: visible;
    background-color: #dfdfdf;
    background-size: cover;
    overflow: hidden;
    padding-top: 0;
    max-height: 750px;
}

.global-kv-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.global-kv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-kv .kv-txt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    /* background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%); */
    text-align: center;
}

.global-kv-content .kv-txt::before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
}

.global-kv-content h1 {
    font-size: 5rem;
    color: #ffffff;
    text-shadow: 0 0 20px #020826;
    letter-spacing: 0.2rem;
    font-weight: 700;
}

.global-kv-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #d9fffd;
    text-shadow: 0 0 12px #272343;
}

@media (max-width:992px) {
    .global-kv-content .kv-txt::before {
        height: 180px;
    }

    .global-kv-content h1 {
        font-size: 4rem;
    }

    .global-kv-content h2 {
        font-size: 38px;
    }

}

@media (max-width:768px) {
    .global-kv {
        height: 450px;
    }

    .global-kv-content .kv-txt::before {
        height: 120px;
    }
}

@media (max-width:576px) {


    .global-kv .kv-txt {
        padding: 1rem;
    }

    .global-kv-content h1 {
        font-size: 42px;
    }

    .global-kv-content h2 {
        font-size: 28px;
    }

}

/*====================================
# 內文
==================================== */

.live-box {
    background-color: #F5F2F2;
    padding: 2rem 2rem 2.5rem;
    border-radius: 10px;
}

.live-box h5 {
    color: #E22522;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-align: center;
}

.live-box .embed-responsive {
    max-height: 360px;
    display: flex;
    justify-content: center;
}

.global .time {
    color: var(--dark-colorC);
}

.global .time h4 {
    margin-top: 10px;
    margin-bottom: 0;
}


.global .spkers-group {
    margin-left: 0;
}

.warning {
    color: #E22522;
    margin: 10px 0px;
    font-size: 16px;
}

.preview {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-image: url('../img/cybersecGlobal/preview.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.preview>.preview-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 0 5px #333;
}

/* ====================================================
# Add to Calendar
==================================================== */
.btn-cal {
    font-size: 14px;
    border: 2px solid #0098DA;
    border-radius: 20px;
    margin: 10px 0 20px;
}

.btn-cal:focus,
.btn-cal:hover {
    background-color: var(--main-colorC);
}