/*
@Powered By Skins PROAMEDIA Store
@Fanpage: https://www.facebook.com/skinvweb
*/

/*
Theme Name: NT Theme
Theme URI: http://abcxyz.com/
Author: Ngoc Tran
Author URI: http://abcxyz.com/
Description: Theme Name is a WordPress shopping theme designed for WooCommerce. The theme is ideal for supermarkets, shopping malls or convenience stores with loads of product categories.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nt
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300&subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);*/

.main-nav > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
@keyframes light_2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes light_1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(3);
    }
}
@keyframes smoke {
    from {
        background-position: 0 bottom;
    }
    to {
        background-position: 1920px bottom;
    }
}
@media (max-width: 1280px) {
    .header {
        min-width: auto;
        box-sizing: border-box;
    }
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1200px) {
    .clearfix {
        zoom: initial;
    }
    .header-inner {
        width: auto;
    }
    .skin_center {
        display: none;
    }
    .match_center {
        margin-right: 0;
        width: 100%;
    }
    .main_item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .item_subnav {
        width: 100%;
    }
    .quick_entrance a {
        width: 24%;
        margin-right: 1%;
    }

    .main-nav,
    #J_subNav {
        display: none;
    }

    .header-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    .header-inner h1 {
        width: 200px;
    }
    #header.header--open {
        overflow-y: auto;
        height: 100vh;
        background: #fff;
        padding-left: 0;
        padding-right: 0;
        position: fixed;
        top: 0px;
    }
    #header.header--open .header-inner {
        background: rgba(0, 0, 0, 0.8);
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-main {
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-main li {
        margin: 25px 0;
        font-size: 20px;
        font-weight: bold;
    }
    .menu-main li em {
        display: block;
        font-weight: normal;
    }
}

@media (max-width: 414px) {
    .logo {
        width: 150px;
        background-size: 100%;
    }
    .header-inner h1 {
        width: 150px;
    }
    .header-cta {
        width: calc(100% - 150px);
    }
    .art_tabtitle a {
        width: 162px;
    }
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    background: #000;
    overflow-x: hidden;
}

img {
    margin: 0 auto;
    display: block;
}
.menu-nav{position:fixed;top:50%;left:0;margin-top:-190px;width:192px;display:block;flex-wrap:wrap;justify-content:flex-start;z-index:10}
.menu-nav.scr .menu{width:50px}
.menu-nav.scr .top{margin-left:-10px}
.menu-nav .menu{width:180px;height:90px;display:block;margin-bottom:5px;transition:all .15s ease}
.menu-nav .menu:hover,.menu-nav .menu.show{width:190px}
.menu-nav .menu.menu-1{background:url(../images/menu-1.png) no-repeat right top}
.menu-nav .menu.menu-2{background:url(../images/menu-2.png) no-repeat right top}
.menu-nav .menu.menu-3{background:url(../images/menu-3.png) no-repeat right top}
.menu-nav .menu.menu-4{background:url(../images/menu-4.png) no-repeat right top}
.menu-nav .top{width:86px;height:33px;background:url(../images/top.png) no-repeat;display:block;margin-left:30px;transition:all .15s ease}
.menu-nav .top:hover{filter:brightness(150%)}
.menu-events{width:81px;position:fixed;right:0;top:calc(50% - 185px);z-index:10;opacity:0;visibility:hidden;transition:all .2s ease}
.menu-events:before{content:" ";width:81px;height:32px;background:url(../images/event-head.png) no-repeat;display:block}
.menu-events.scr{opacity:1;visibility:visible}
.menu-events .menu{width:81px;display:block;background-repeat:no-repeat;background-position:0 0;cursor:pointer;transition:all .15s ease;position:relative}
.menu-events .menu:hover,.menu-events .menu.show{filter:brightness(150%)}
.menu-events .menu:hover span,.menu-events .menu.show span{opacity:1;visibility:visible;transform:translateX(0px)}
.menu-events .menu.events-1{background-image:url(../images/event-1.png);height:56px}
.menu-events .menu.events-2{background-image:url(../images/event-2.png);height:57px}
.menu-events .menu.events-3{background-image:url(../images/event-3.png);height:56px}
.menu-events .menu.events-4{background-image:url(../images/event-4.png);height:57px}
.menu-events .menu.events-5{background-image:url(../images/event-5.png);height:56px}
.menu-events .menu span{position:absolute;top:10px;right:70px;white-space:nowrap;background:rgba(0,0,0,.7);color:#fff;padding:10px;border-radius:5px;visibility:hidden;opacity:0;transition:all .15s ease;transform:translateX(-20px)}
.menu-events .menu span:before{content:" ";border-left:6px solid rgba(0,0,0,.7);border-top:6px solid transparent;border-bottom:6px solid transparent;position:absolute;top:11px;right:-6px}
.nav {
  width: 199px;
  height: 612px;
  background: url(../images/nav.png) no-repeat;
  position: fixed;
  top: calc(50% - 219px);
  left: 50px;
  z-index: 12;
}
.nav .n-h {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
}
.nav .n-h a {
  width: 60px;
  height: 60px;
  margin: 0 10px;
}
.nav .n-h a:hover {
  opacity: 0.5;
}
.nav .n-h a.tc {
  background: url(../images/ic-tc.png) no-repeat center 5px;
}
.nav .n-h a.dl {
  background: url(../images/ic-dl.png) no-repeat center 0px;
}
.nav .n-b {
  padding: 25px 15px 0 15px;
  list-style: none;
}
.nav .n-b li a {
  position: relative;
  height: 32px;
  display: block;
}
.nav .n-b li a:before {
  content: " ";
  width: 18px;
  height: 16px;
  background: url(../images/ic-li.png) no-repeat;
  position: absolute;
  top: 7px;
  left: 15px;
}
.nav .n-b li a:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50px 6px;
  opacity: 0.3;
}
.nav .n-b li a:hover:after,
.nav .n-b li a.active:after {
  opacity: 1;
}
.nav .n-b li a.event-1:after {
  background-image: url(../images/sk-1.png);
}
.nav .n-b li a.event-2:after {
  background-image: url(../images/sk-2.png);
}
.nav .n-b li a.event-3:after {
  background-image: url(../images/sk-3.png);
}
.nav .n-b li a.event-4:after {
  background-image: url(../images/sk-4.png);
}
.nav .n-b li a.event-5:after {
  background-image: url(../images/sk-5.png);
}
.nav .n-b li a.event-6:after {
  background-image: url(../images/sk-6.png);
}
.nav .n-b li a.event-7:after {
  background-image: url(../images/sk-7.png);
}
.nav .n-b li a.event-8:after {
  background-image: url(../images/sk-8.png);
}
.nav .n-b li a.event-9:after {
  background-image: url(../images/sk-9.png);
}
.nav .n-b li a.event-10:after {
  background-image: url(../images/sk-10.png);
}
.nav .n-b li a.event-11:after {
  background-image: url(../images/sk-11.png);
}
.nav .n-b li a.event-12:after {
  background-image: url(../images/sk-12.png);
}
.nav .n-b li a.event-13:after {
  background-image: url(../images/sk-13.png);
}
.nav .n-b li a.event-14:after {
  background-image: url(../images/sk-14.png);
}

.video {
    width: 100%;
    height: 1080px;
    overflow: hidden;
    position: absolute;
}

.video video {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.links {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 70px;
    background: rgba(11, 10, 13, 0);
    background: -moz-linear-gradient(
        left,
        rgba(11, 10, 13, 0) 0%,
        rgba(11, 10, 13, 0.5) 17%,
        rgba(11, 10, 13, 0.52) 20%,
        #0b0a0d 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(11, 10, 13, 0)),
        color-stop(17%, rgba(11, 10, 13, 0.5)),
        color-stop(20%, rgba(11, 10, 13, 0.52)),
        color-stop(100%, #0b0a0d)
    );
    background: -webkit-linear-gradient(
        left,
        rgba(11, 10, 13, 0) 0%,
        rgba(11, 10, 13, 0.5) 17%,
        rgba(11, 10, 13, 0.52) 20%,
        #0b0a0d 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(11, 10, 13, 0) 0%,
        rgba(11, 10, 13, 0.5) 17%,
        rgba(11, 10, 13, 0.52) 20%,
        #0b0a0d 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(11, 10, 13, 0) 0%,
        rgba(11, 10, 13, 0.5) 17%,
        rgba(11, 10, 13, 0.52) 20%,
        #0b0a0d 100%
    );
    background: linear-gradient(
        to right,
        rgba(11, 10, 13, 0) 0%,
        rgba(11, 10, 13, 0.5) 17%,
        rgba(11, 10, 13, 0.52) 20%,
        #0b0a0d 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0b0a0d", endColorstr="#0b0a0d", GradientType=1);
    z-index: 20;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 40px;
}

.links a {
    width: 50px;
    height: 50px;
    background: #2a2528;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 10px;
}

.links a:hover {
    background: #000;
}

.links a:before {
    content: " ";
    display: inline-block;
    position: relative;
}

.links a.home:before {
    width: 26px;
    height: 21px;
    background: url(../images/ic-home.png) no-repeat;
    top: -2px;
}

.links a.download:before {
    width: 20px;
    height: 20px;
    background: url(../images/ic-dl.png) no-repeat;
    top: 0px;
}

.links a.forum:before {
    width: 28px;
    height: 23px;
    background: url(../images/ic-fr.png) no-repeat;
    top: 0px;
}

.links a.register:before {
    width: 24px;
    height: 23px;
    background: url(../images/ic-r.png) no-repeat;
    top: 0px;
}
.page-1 .logo {
  background: url("../images/nut1.gif") no-repeat;
  width: 200px;
  height: 45px;
  position: absolute;
  top: 808px;
  left: 64%;
  margin-left: -77px;
}
.page-1 .logo2 {
  background: url("../images/nut1.gif") no-repeat;
  width: 200px;
  height: 45px;
  position: absolute;
  top: 863px;
  left: 64%;
  margin-left: -77px;
}
.page-1 .logo3 {
  background: url("../images/nut1.gif") no-repeat;
  width: 200px;
  height: 45px;
  position: absolute;
  top: 919px;
  left: 64%;
  margin-left: -77px;
}
.page-1 .logo4 {
  background: url("../images/nut1.gif") no-repeat;
  width: 200px;
  height: 45px;
  position: absolute;
  top: 973px;
  left: 64%;
  margin-left: -77px;
}
.page-1 .logo5 {
  background: url("../images/nut1.gif") no-repeat;
  width: 200px;
  height: 45px;
  position: absolute;
  top: 1026px;
  left: 64%;
  margin-left: -77px;
}
.page-1 .logo6 {
  background: url("../images/nut1.gif") no-repeat;
  width: 200px;
  height: 45px;
  position: absolute;
  top: 1079px;
  left: 64%;
  margin-left: -77px;
}
.page-1 .logo7 {
  background: url("../images/nut1.gif") no-repeat;
  width: 200px;
  height: 45px;
  position: absolute;
  top: 1137px;
  left: 64%;
  margin-left: -77px;
}
.page-1 .logo8 {
  background: url("../images/nut1.gif") no-repeat;
  width: 700px;
  height: 100px;
  position: absolute;
  top: 8905px;
  left: 39%;
  margin-left: -77px;
}
.page-1 .logo9 {
  background: url("../images/nut1.gif") no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 11080px;
  left: 49%;
  margin-left: -77px;
}

.muhn {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 70px;
    background: #0b0a0d;
    background: -moz-linear-gradient(
        left,
        #0b0a0d 0%,
        rgba(11, 10, 13, 0.51) 83%,
        rgba(11, 10, 13, 0.5) 84%,
        rgba(11, 10, 13, 0) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, #0b0a0d),
        color-stop(83%, rgba(11, 10, 13, 0.51)),
        color-stop(84%, rgba(11, 10, 13, 0.5)),
        color-stop(100%, rgba(11, 10, 13, 0))
    );
    background: -webkit-linear-gradient(
        left,
        #0b0a0d 0%,
        rgba(11, 10, 13, 0.51) 83%,
        rgba(11, 10, 13, 0.5) 84%,
        rgba(11, 10, 13, 0) 100%
    );
    background: -o-linear-gradient(
        left,
        #0b0a0d 0%,
        rgba(11, 10, 13, 0.51) 83%,
        rgba(11, 10, 13, 0.5) 84%,
        rgba(11, 10, 13, 0) 100%
    );
    background: -ms-linear-gradient(
        left,
        #0b0a0d 0%,
        rgba(11, 10, 13, 0.51) 83%,
        rgba(11, 10, 13, 0.5) 84%,
        rgba(11, 10, 13, 0) 100%
    );
    background: linear-gradient(
        to right,
        #0b0a0d 0%,
        rgba(11, 10, 13, 0.51) 83%,
        rgba(11, 10, 13, 0.5) 84%,
        rgba(11, 10, 13, 0) 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0b0a0d", endColorstr="#0b0a0d", GradientType=1);
    z-index: 20;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 30px;
	z-index: 101
}

.muhn .logo {
    width: 55px;
    height: 63px;
    background: url(../images/logo.png) no-repeat;
    display: flex;
    flex-wrap: wrap;
}

.muhn .info {
    flex: 1;
    padding-left: 10px;
    position: relative;
}

.muhn .info .t1 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 13px;
}

.muhn .info .t2 {
    color: #fff;
    font-size: 11px;
}

.muhn .info .btn {
    position: absolute;
    top: 5px;
    left: 140px;
}

.muhn .info .btn a {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background: #322626;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.muhn .info .btn a:before {
    content: " ";
    position: absolute;
}

.muhn .info .btn a.sound {
    background: none;
    border: 1px solid #322626;
}

.muhn .info .btn a.fb:before {
    width: 6px;
    height: 14px;
    background: url(../images/ic-f.png) no-repeat;
    top: 5px;
    left: 10px;
}

.muhn .info .btn a.gr:before {
    width: 16px;
    height: 13px;
    background: url(../images/ic-gr.png) no-repeat;
    top: 5px;
    left: 4px;
}

.sound:before,
.sound:after,
.sound i:before,
.sound i:after {
    content: " ";
    width: 3px;
    height: 5px;
    background: #fddf8b;
    position: absolute;
    bottom: 2px;
    left: 3px;
}

.sound:after {
    left: 8px;
    animation-delay: 200ms;
}

.sound i:before {
    left: 13px;
}

.sound i:after {
    left: 18px;
}

.sound.on:before,
.sound.on:after,
.sound.on i:before,
.sound.on i:after {
    animation: sound_wave 0.5s infinite ease;
}

.sound.on i:before {
    animation-delay: 300ms;
}

.sound.on i:after {
    animation-delay: 330ms;
}

.sound.on:after {
    animation-delay: 200ms;
}

.tooltip {
    position: relative;
}

.tooltip:hover .tip {
    opacity: 1;
    visibility: visible;
}

.tooltip .tip {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #212121;
    padding: 5px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.tooltip .tip:before {
    content: " ";
    border-bottom: 3px solid #212121;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -3px;
}

.social {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 50px;
    margin-top: -50px;
}

.social .share {
    margin-bottom: 10px;
}

.scroll {
    width: 91px;
    height: 66px;
    background: url(../images/scroll.png) no-repeat;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -45px;
    animation: scroll 2s infinite ease;
}

a.video {
    width: 99px;
    height: 99px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    top: 691px;
    left: calc(50% - 365px);
    overflow: initial;
    transition: all 0.3s ease;
}

a.video:hover {
    filter: brightness(150%);
}

a.video:before {
    content: " ";
    width: 19px;
    height: 74px;
    background: url(../images/ic-play-2.png) no-repeat;
    position: absolute;
    top: 12px;
    left: -9px;
    animation: vd1 2s infinite ease;
}

a.video:after {
    content: " ";
    width: 19px;
    height: 74px;
    background: url(../images/ic-play-1.png) no-repeat;
    position: absolute;
    top: 12px;
    left: 90px;
    animation: vd2 2s infinite ease;
}

span.time {
    width: 281px;
    height: 61px;
    background: url(../images/time.png) no-repeat;
    position: absolute;
    top: 545px;
    left: calc(50% - 109px);
}

.countdown {
    position: absolute;
    top: 579px;
    left: calc(52% - 255px);
}

.countdown .kkc-days,
.countdown .kkc-hours,
.countdown .kkc-min,
.countdown .kkc-sec {
    font-size: 45px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
    background-position: 0 0;
    width: 102px;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    font-weight: 900;
}

.countdown .kkc-days {
    background-image: url(../images/cd-bg-day.png);
}

.countdown .kkc-hours {
    background-image: url(../images/cd-bg-hour.png);
}

.countdown .kkc-min {
    background-image: url(../images/cd-bg-min.png);
}

.countdown .kkc-sec {
    background-image: url(../images/cd-bg-sec.png);
}

.countdown .kkc-days-text,
.countdown .kkc-hours-text,
.countdown .kkc-min-text,
.countdown .kkc-sec-text {
    font-size: 15px;
    text-shadow: 1px solid #46536d;
    color: #959cb5;
    position: absolute;
    text-align: center;
    top: 34px;
}

.countdown .kkc-days-text {
    left: 83px;
}

.countdown .kkc-hours-text {
    left: 183px;
}

.countdown .kkc-min-text {
    left: 288px;
}

.countdown .kkc-sec-text {
    left: 392px;
}

.countdown .kkcountdown-box {
    width: 100%;
    display: block;
    text-align: center;
}

.intro {
    height: 1080px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.events {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.event-cont {
    width: 1920px;
    position: relative;
    left: calc(50% - 960px);
}

.footer {
    text-align: center;
    margin-top: -18px;
    margin-left: -435px;
}

.footer span.copyright {
    font-size: 10pt;
    color: #fff;
}

.footer span.copyright a {
    color: red;
    font-weight: 600;
}

@keyframes sound_wave {
    50% {
        height: 15px;
    }
}

@keyframes scroll {
    50% {
        transform: translateY(10px);
    }
}

@keyframes vd1 {
    50% {
        transform: translateX(10px);
    }
}

@keyframes vd2 {
    50% {
        transform: translateX(-10px);
    }
}

/*# sourceMappingURL=style.css.map */

@-webkit-keyframes mpl-preloader-hide-bg {
    0%,
    80% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: skewY(5deg) translateY(115%);
        transform: skewY(5deg) translateY(115%);
    }
}
@keyframes mpl-preloader-hide-bg {
    0%,
    80% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: skewY(5deg) translateY(115%);
        transform: skewY(5deg) translateY(115%);
    }
}

@-webkit-keyframes mpl-preloader-show-content {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes mpl-preloader-show-content {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@-webkit-keyframes mpl-preloader-hide-title {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

@keyframes mpl-preloader-hide-title {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

.mpl-preloader {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -webkit-animation: mpl-preloader-show-content 1s ease-in-out;
    animation: mpl-preloader-show-content 1s ease-in-out;
    z-index: 9999;
}

@media (max-width: 575.98px) {
    .mpl-preloader-title {
        font-size: 3rem;
    }
}

.mpl-preloader-bg {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #282927;
    z-index: 9998;
}

.mpl-preloader-progress {
    position: absolute;
    display: block;
    bottom: 10%;
    left: 50%;
    width: 800px;
    min-width: 240px;
    max-width: 60%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mpl-preloader-progress > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 80px;
    background-color: #fff;
    will-change: width;
    -webkit-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mpl-preloader-hide {
    visibility: hidden;
    opacity: 0;
}

.mpl-preloader-hide + .mpl-preloader-bg {
    visibility: hidden;
    opacity: 0;
    -webkit-animation: mpl-preloader-hide-bg 1s cubic-bezier(0.89, 0.13, 0.33, 0.88);
    animation: mpl-preloader-hide-bg 1s cubic-bezier(0.89, 0.13, 0.33, 0.88);
}

.mpl-preloader-hide .mpl-preloader-title {
    -webkit-animation: mpl-preloader-hide-title 0.5s 0.2s cubic-bezier(0.89, 0.13, 0.33, 0.88);
    animation: mpl-preloader-hide-title 0.5s 0.2s cubic-bezier(0.89, 0.13, 0.33, 0.88);
}

.mpl-preloader-hide .mpl-preloader-progress::before {
    width: 100%;
}
.layer .download {
    width:348px;
    height: 220px;
    margin-left: -394px;
    margin-right: 475px;
    animation:buttonBlue1 2s infinite steps(30);
    display:block;
    position:relative;
    top:-4px;
}

.layer .download:hover {
    filter: brightness(160%);
}

.layer .red{
    background:url(../images/taigame1.png) no-repeat 0 0 ;
}

.layer .register{
    width:336px;
    height:200px;
    animation:buttonBlue 2s infinite steps(30);
    display:block;
    position:relative;
    top:14px;
}

.layer .register:hover {
    filter: brightness(160%);
}

.layer .blue{
    background:url(../images/Dangky_VFX.png)no-repeat 0 0;
}
#download{ 
  width: 443px;
  object-fit: contain;
  top: 1000px;
  left: calc(50% - 221px);
  position: absolute;
  opacity: 1;
}

#download:hover  {
    opacity: 0.8;
}

#register{ 
  width: 99px;
  object-fit: contain;
  top: 1003px;
  left: calc(50% - 596px);
  position: absolute;
  opacity: 1;
}

#register:hover  {
    opacity: 0.8;
}

#login{ 
  width: 132px;
  object-fit: contain;
  top: 1003px;
  left: calc(50% - 424px);
  position: absolute;
  opacity: 1;
}

#login:hover  {
  opacity: 0.8;
}

#groups{ 
  width: 133px;
  object-fit: contain;
  top: 1008px;
  left: calc(50% - -281px);
  position: absolute;
  opacity: 1;
}

#groups:hover  {
    opacity: 0.8;
}

#fanpage{ 
  width: 86px;
  object-fit: contain;
  top: 1003px;
  left: calc(50% - -490px);
  position: absolute;
  opacity: 0.1;
}
#fanpage:hover  {
  opacity: 0.3;
}

#fanpage:hover  {
  opacity: 1;
}
