
body {
    color: #fff;
    background: #0a0420 url(../images/bg.png) 0 0 no-repeat;
    background-position: top center;
    background-attachment: fixed;
    text-align: center;
	font-family: sans-serif;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
nav li img {
    width: 192px;
}
nav li #playweb img {
    width: 386px;
}
.logo img {
    width: 219px;
}

.menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 99;
}

.menu li {
    display: inline-block;
}

.menu li:first-child {
    margin: 0 200px 0 0;
}

.menu li:last-child {
    margin: 0 0 0 90px;
}

.download {
    position: absolute;
    width: 100%;
    left: 0;
    top: 200px;
    z-index: 99999;
}

.download li {
    display: inline-block;
    margin: 0 5px;
}

.download2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 200px;
    z-index: 99999;
}

.play {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 75px;
    z-index: 99999;
}

.play li {
    /*display: inline-block;*/
    margin: 20px 5px;
}

.slider-home {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 280px;
    z-index: 99;
}

.slider-home img {
    max-width: 100%;
    height:400px;
}
.slider-home .owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
}

.slider-home .owl-prev {
    background: url(../images/arrow-left.png) no-repeat 0 bottom !important;
    height: 85px;
    width: 51px;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    left: 25%;
    display: inline-block;
    text-indent: -9999px;
}

.slider-home .owl-next {
    background: url(../images/arrow-right.png) no-repeat !important;
    height: 85px;
    width: 51px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    right: 25%;
    margin: 0;
    display: inline-block;
    text-indent: -9999px;
}

.slider-home .owl-theme .owl-controls {
    margin: 0;
}

.xoay-la-no {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 99;
}

.xoay-la-no img {
    max-width: 250px;
}

.table {
    position: absolute;
    width: 100%;
    left: 0;
    top: 150px;
    text-align: center;
}

.otp {
    position: absolute;
    width: 100%;
    left: 0;
    top: 850px;
}

.otp li {
    display: inline-block;
    margin: 0 5px;
}
@media only screen and (max-width: 768px) {
    body {
        background: #0a0420 url(../images/bg_mobile.png) 0 0 no-repeat;
        background-position: top center;
        background-attachment: fixed;
        background-size: cover;
        text-align: center;
    }
    .logo {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 640px){
    .logo img {
        width: 120px;
    }
    .menu li:first-child {
        margin: 0 80px 0 0;
    }

    .menu li:last-child {
        margin: 0 0 0 80px;
    }
}

@media only screen and (max-width: 480px) {
    .logo img {
        width: 100px;
    }

    .menu {
        top: 50px;
    }

    .menu li img {
        width: 110px;
    }

    .menu li:first-child {
        margin: 0 60px 0 0;
    }

    .menu li:last-child {
        margin: 0 0 0 60px;
    }
	
    .download {
        top: 120px;
    }

    .download li {
        margin: 25px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .download li img {
        width: 125px;
    }
	
    .download2 {
        top: 170px;
    }

	.play {
        bottom: 30px;
    }

    .play li {
        margin: 25px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .play li img {
        width: 200px;
    }
	
	nav li #playweb img {
		width: 286px;
	}
	
    .slider-home {
        top: 220px;
    }

    .xoay-la-no {
        top: 500px;
    }
	
    .slider-home .owl-theme .owl-controls .owl-buttons {
        display: none;
    }

    .slider-home .item img {
        width: 100%;
        height:auto;
    }

    .table {
        top: 220px;
    }

    .table img {
        width: 100%;
    }

    .otp {
        top: 480px;
        z-index: 99;
    }

    .otp li {
        display: inline-block;
        margin: 5px;
    }

    .otp li img {
        width: 120px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {

    .download li {
        margin: 2px;
    }

    .download li img {
        width: 160px;
    }
	
	.play li {
        margin: 2px;
    }

    .play li img {
        width: 160px;
    }

    .slider-home {
        top: 250px;
    }

    .slider-home .owl-theme .owl-controls .owl-buttons {
        display: none;
    }

    .slider-home img {
        max-width: 100%;
        height:auto;
    }

    .table {
        top: 220px;
    }

    .table img {
        width: 100%;
    }

    .otp {
        top: 800px;
        z-index: 99;
    }
}

@media only screen and (max-height: 800px) {
	.xoay-la-no {
		top: 450px;
	}
	.xoay-la-no img {
		max-width: 250px;
	}
	.play {
        bottom: 0px;
    }
}






