a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family:'Roboto';src:url('../font/roboto-bold.eot');src:url('../font/roboto-bold.eot') format('embedded-opentype'),url('../font/roboto-bold.woff2') format('woff2'),url('../font/roboto-bold.woff') format('woff'),url('../font/roboto-bold.ttf') format('truetype');font-weight:bold;font-style:normal;font-display:swap;
}

:root {
    --background: #005;
    --primary: #88D5BF;
    --secondary: #5D6BF8;
    --third: #e27fcb;
}

.home-con {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    position: fixed;
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .8s;
}

.fade-enter,.fade-leave-to {
    opacity: 0;
}

.video-con {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    line-height: 0px;
    background: url(../image/7ballbg.jpg) no-repeat center 85%;
    background-size: cover;
}

#register_video {
    background-size: contain;
    background-position: center center;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@supports (-ms-ime-align:auto) {
    #register_video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }
}

.btn-con {
    width: 100vw;
    height: 100vh;
    position: fixed;
}

.btn-container {
    width: 740px;
    height: 400px;
    top: 50%;
    position: absolute;
    margin-top: -200px;
    margin-left: -370px;
    left: 50%;
    border-radius: 10px;
    text-align: center;
    z-index: 3;
}

a.btn {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    display: block;
    height: 65px;
    color: #fff;
    font-size: 13px;
    width: 159px;
    font-family: 'Roboto';
    border-radius: 70px;
    border: 1px solid #ffffff;
    margin: 33px auto 0px auto;
    padding-left: 60px;
    padding-right: 10px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

a.btn.vnflag {
    background: rgb(86 86 86 / 0.1) url(../image/yabo.png) no-repeat 6px 5px;
    background-size: 60px 60px;
    margin-right: 10px;
    text-align: center;
}

a.btn.vnflag div {
    position: relative;
    top: 16px;
}

a.btn.inflag div {
    position: relative;
    top: 16px;
}

a.btn.inflag {
    background: rgb(86 86 86 / 0.1) url(../image/aiyouxi.png) no-repeat 6px 5px;
    background-size: 60px 60px;
    text-align: center;
}

a.btn.thflag {
    background-size: 60px 60px;
    text-align: center;
}

a.btn.thflag div {
    position: relative;
    top: 16px;
}

a.btn.inflag.mobiledisplay {
    display: none;
}

a.btn.vnflag.mobiledisplay {
    display: none;
}

a.btn.thflag.mobiledisplay {
    display: none;
}

.about-con {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    display: none;
}

.logoname {
    font-size: 50px;
    color: #fff;
    font-family: Tahoma,Helvetica,Arial,"Microsoft Yahei","微软雅黑",STXihei,"华文细黑",sans-serif;
    letter-spacing: 2px;
}

.logo-con {
    margin-bottom: 20px;
    margin-top: 0px;
}

.radio-btn-group:after {
    clear: both;
    display: block;
    content: "";
}

.radio-btn-group {
    width: 300px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.radio {
    float: left;
    border: 1px solid #fff;
    margin: 10px 5px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    width: 88px;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 1px;
}

.radio input[type="radio"] {
    display: none;
}

.radio label {
    width: 100%;
    display: block;
    cursor: pointer;
}

.radio input[type="radio"]:checked+label {
    background: rgba(255,255,255,0.3);
    color: #fff;
    border-color: #2196F3;
}

.shape {
    background: linear-gradient(45deg,var(--primary) 0%,var(--secondary) 100%);
    animation: morph 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 500px;
    transition: all 1s ease-in-out;
    width: 575px;
    z-index: 2;
    opacity: .7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -285px;
    margin-top: -250px;
    display: none;
}

a.btn.vnflag:hover,a.btn.thflag:hover {
    background-color: rgba(255 255 255 / 0.5);
    text-align: center;
}

a.btn span {
    font-size: 12px;
    font-style: normal;
    text-transform: capitalize;
    line-height: 12px;
}

a.btn span i {
    position: relative;
    top: 2px;
    left: 5px;
}

a.btn span i img {
    height: 12px;
}

a.btn.inflag:hover {
    padding-top: 0px;
    background-color: rgba(255 255 255 / 0.5);
    text-align: center;
}

@keyframes pulse {
    0% {
        opacity: .1;
    }

    30% {
        opacity: .8;
    }

    100% {
        opacity: .1;
    }
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        background: linear-gradient(45deg,var(--primary) 0%,var(--secondary) 100%);
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        background: linear-gradient(45deg,var(--third) 0%,var(--secondary) 100%);
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        background: linear-gradient(45deg,var(--primary) 0%,var(--secondary) 100%);
    }
}



.loadersoccer {
    width: 100%;
    height: 100vh;
    background: #343450;
    position: fixed;
    top: 0px;
    left: 0px;
}

.loadersoccer::before {
    content: '';
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    background: url(../image/kb.png) no-repeat center center;
}

.btn-container h2 {
    line-height: 20px;
}

.linklist {
    width: 100%;
    margin-top: 30px;
}

.linklist ul {
    padding: 0px;
    margin: 0px;
}

.linklist ul li {
    display: inline-block;
    margin: 5px;
}

.linklist ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 4px 3px #000000;
    text-transform: uppercase;
}

.linklist ul li:hover a {
    color: #2495f1;
    text-shadow: 1px 4px 3px #464545;
}

#float_pic img {
    width: 150px;
}

.footer {
    display: none;
}

.container {
    display: flex;
    justify-content: space-between;
}

.column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button {
    min-width: 80%;
    margin: 10px 0;
    padding: 8px 10px;
    background: rgb(86 86 86 / 0.1);
    color: white;
    text-decoration: none;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button:hover {
    background: rgb(86 86 86 / 0.3);
}

.button h2 {
    color: #ffffe6;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.button span {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 12px;
}

span img {
    margin-left: 8px;
    height: 10px;
}

.linklist p {
    text-decoration: none;
    color: #b9b9b9;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 4px 3px #000000;
    text-transform: uppercase;
    line-height: 2;
}

hr {
    height: 1px;
    width: 90%;
    border: none;
    border-top: 1px dashed #8b8b8b;
}

img.logo {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 100%;
}

.urltitle {
    display: flex;
    flex-direction: column;
    margin-right: 8px;
}