.logo{
    width: 50px;
    height: 50px;
    padding: 10px;
}
.navhidden{
    top: -66px;
}
.mbanner-main{
    left: 50%;
    top: 20%;
}
.mbanner-main2{
    top: 20%;
    left: 5%;
}
.applogos{
    text-align: center;
    cursor: pointer;
    position: relative;
}
.applogos .applogo{
    width: 6%;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 0px;
    transition: .3s;
}
.applogos .applogo::after{
    content: "";
    display: inline-block;
    width: 70%;
    height: 10px;
    position: absolute;
    bottom: 20px;
    left: 15%;
    border-radius: 50%;
    box-shadow: 0px 20px 10px transparent;
    transition: .3s;
}
.applogos .applogo img{
    width: 80%;
}
.applogos .applogo:hover{
    top: -10px;
}
.applogos .applogo:hover::after{
    box-shadow: 0px 30px 10px rgba(0, 0, 0, .4);
}
.vsbg{
    background-image: url("../img/vs/bg2.png");
    background-size:100%;
    background-repeat: no-repeat;
}
.gundong{
    position: fixed;
    left: 10px;
    top: 30%;
    transition: .3s ;
}
.gundong .list-group-item {
    border: 0px;
    color: rgba(0, 0, 0, .3);
    background-color: transparent;
}
.gundong .list-group-item a{
    display: inline-block;
}
.gundong .active{  
    background-color: transparent;
    color: black; 
    display: inline-block;
    font-size: 25px;
    transition: .4s;
    padding: 10px 0px;
}

