.wrapper{
    background: url("/frontend/images/landing/trungvang/bg.jpg?v=1.0.1") center top;
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
}
.slogan{
    position: relative;
}
header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.header-content{
    max-width: 1000px;
    margin: 0 auto;
}
.bg-header-small{
    width: 29%;
    max-height: 10%;
    background: transparent;
    background-size: 100% 100%;
    position: relative;
    padding: 1% 1%;
    display: flex;
    align-items: center;
}

.header-icon{
    max-width: 33%;
}
.slogan-img{
    max-width: 100%;
    margin: 0 auto;
}
.header-icon-img{
    display: block!important;
}
.header-icon-img-fx{
    display: none!important;
}
.header-icon:hover .header-icon-img-fx{
    display: block!important;
}
.header-icon:hover .header-icon-img{
    display: none!important;
}

.btn-taigame{
    max-width: 30%;
    margin: 15px auto 130px;
    display: block;
}
.btn-taigame-img{
    display: block!important;
}
.btn-taigame-img-fx{
    display: none!important;
}
.btn-taigame:hover .btn-taigame-img-fx{
    display: block!important;
}
.btn-taigame:hover .btn-taigame-img{
    display: none!important;
}

.btn-taigame img{
    width: 100%;
}
a img:hover{
    filter: brightness(120%);
}
.c_container{
    max-width: 1193px;
    margin: 0 auto;
}
.c2-full{
    background: #040a28;
}
@media only screen and (max-width: 1024px) {
    .wrapper{
        background: url("/frontend/images/landing/trungvang/bg.jpg?v=1.0.1") no-repeat center top fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        overflow: hidden;
    }
    .btn-taigame{
        margin: 15px auto 40px;
    }
}
@media only screen and (max-width: 500px) {
    .bg-header-small {
        width: 30%;
    }
    .header-logo img{
        height: 75px;
    }
}