﻿/* Khung Chính */
.tx-kc {
    margin: 0px auto;
    text-align: center;
}

    .tx-kc iframe {
        width: 100%;
        height: 100%;
    }

    .tx-kc #count {
        font-size: 3em;
        font-family: "Monoton Regular", sans-serif;
        color: orange;
        font-weight: normal;
        margin: 38px 59px;
        position: absolute;
    }

    .tx-kc span {
        font-size: 1em;
        font-weight: bold;
        color: white;
    }

    .tx-kc img {
        width: 150px;
    }

    .tx-kc a {
        position: relative;
        display: inline-block;
        font-size: 1.2em;
        font-weight: bold;
        cursor: pointer;
        border: 2px solid orange;
        padding: 25px 30px;
        color: orange;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.5s;
        letter-spacing: 4px;
        overflow: hidden;
    }

        .tx-kc a:hover {
            background: orange;
            color: #ffff;
            box-shadow: 0 0 5px orange, 0 0 25px orange, 0 0 50px orange, 0 0 200px orange;
            -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
        }