html {
    font-size: 12px
}

@media screen and (max-width: 500px) {
    html {
        font-size: 10px;
        font-size: 3vw
    }
}

body {
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #cdcccd;
    overflow-x: hidden;
    user-select: none;
    background: url(/GiaoDien/theme2/images/bg1.jpg) repeat-y;
    background-size: 100% auto;
    background-position: bottom left;
    background-color: #000
}

img {
    max-width: 100%
}

header {
    margin-bottom: 1em
}

header img {
    width: 100%
}

main {
    padding: 1rem;
    text-align: center
}

main .mw-100 {
    max-width: 100%
}

main input {
    border: none;
    border-radius: 0;
    background-color: #fff;
    width: 18em;
    padding: .5em;
    font-size: 150%
}

main .noted {
    margin: 1rem;
    font-size: 80%
}

main .line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 15%, rgba(174, 144, 59, 0.8), rgba(0, 0, 0, 0) 85%) no-repeat;
    background-size: 100% 100%
}

main .btn-section {
    padding: 0.5em 0 0
}

main .btn {
    width: 12em;
    display: inline-block;
    cursor: pointer
}

main .btn img {
    width: 100%
}

footer {
    padding: 1rem;
    text-align: center
}

.modal .content {
    background: #f9feff;
    color: #000;
    max-width: 90%;
    min-height: 16em;
    padding: 0 1em;
    font-size: 125%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.modal .title {
    font-size: 125%;
    font-weight: 700;
    text-transform: uppercase;
    margin: .8em 0
}

.modal .icon-section {
    margin-bottom: 1em
}

.modal .icon-section img {
    width: auto;
    height: 5em
}

.modal .btn-section {
    margin: 1em 0
}

.modal .btn {
    width: 8em;
    height: 2.25em;
    cursor: pointer;
    color: transparent;
    display: inline-block;
    background: url(/GiaoDien/theme2/images/btn01.png) center/100% 100% no-repeat
}

.user {
    color: #fff;
    font-size: 125%;
    margin-bottom: 1.5em
}

.user a.logout {
    color: #fff
}

.user .user-name {
    font-weight: 700
}

.container_iVPEz {
    display: flex;
    position: fixed;
    z-index: 1080;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
    -webkit-overflow-scrolling: touch
}

.container_iVPEz.fade_cs2ud {
    transition: background-color .2s
}

.container_iVPEz.shown__r5ne {
    background-color: rgba(0, 0, 0, .4)
}

.popup_XlMPC {
    width: 32rem;
    max-width: 100%;
    padding: 1.25rem;
    border: none;
    border-radius: .3125rem;
    background: #fff;
    text-align: center
}

.popup_XlMPC.show__fgbb {
    animation: modal-show_tYVhX .3s;
    -webkit-animation: modal-show_tYVhX .3s
}

@keyframes modal-show_tYVhX {
    0% {
        transform: scale(0.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(0.95)
    }

    100% {
        transform: scale(1)
    }
}