/*
@Powered By Skins skin vweb Store
@Fanpage: https://facebook.com/skinvweb
*/

* {
    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
}

.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
}

.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
}

.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 .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 .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: 708px;
    left: calc(50% - 365px);
    overflow: initial;
    transition: all .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: 800px;
    left: calc(41% - 32px);
}

.countdown .kkc-days,
.countdown .kkc-hours,
.countdown .kkc-min,
.countdown .kkc-sec {
    font-size: 56px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
    background-position: 0 0;
    width: 100px;
    text-align: center;
    display: inline-block;
    margin-top: -7px;
    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: 60px;
}

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

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

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

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

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

.intro {
    height: 1080px;
    overflow: hidden;
    width: 100%;
    position: relative
}
.intro .link {
    width: 488px;
    height: 42px;
    position: absolute;
    top: 9px;
    left: 687px;
}

.intro .link .l {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-shadow: 0 0 20px rgba(0, 0, 0, .6);
    text-decoration: none;
    margin: 0 16px;
    margin-top: 0px
}

.intro .link .fb {
    width: 24px;
    height: 24px;
    background: url(../images/fb.png);
    position: relative;
    top: 8px;
    margin-left: 0px
}

.intro .link .gr {
    width: 24px;
    height: 24px;
    background: url(../images/gr.png);
    position: relative;
    top: 8px;
    margin-left: -4px
}

.intro .link .reg {
    width: 173px;
    height: 40px;
    background: url(../images/btn-register.png);
    position: absolute;
    top: 44px;
    left: 90px;
    transition: all .3s ease
}

.intro .link .reg:hover {
    filter: brightness(150%)
}

.intro .link-1 {
  background: url(../images/link.png) no-repeat center top;
  height: 29px;
  width: 100%;
  position: absolute;
  top: 290px;
  left: -55px;
  text-align: center;
  line-height: 29px;
}
.intro .link-1 a {
  margin: 0 10px;
  color: #ffda14;
  text-shadow: 0 0 10px #000;
}
.intro .link-1 a:hover {
  color: #fff;
}
.intro .link-2 .tg {
  width: 117px;
  height: 30px;
  background: url(../images/tg.png) no-repeat;
  position: absolute;
  top: 376px;
  left: 50%;
  margin-left: 70px;
}
.intro .link-2 .tg:hover {
  opacity: 0.8;
}
.intro .link-2 .dk {
  width: 104px;
  height: 33px;
  background: url(../images/dk.png) no-repeat;
  position: absolute;
  top: 376px;
  left: 50%;
  margin-left: -180px;
}
.intro .link-2 .dk:hover {
  opacity: 0.8;
}
.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)
    }
}
.layer {
    position: absolute;
    display: flex;
    z-index: 4;
    width: 100%;
    left: 50%;
    top: 72%;
    margin-top: 4px;
    margin-left: -195px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media only screen and (max-width : 480px) {
   #fullpage .section .fp-tableCell .layer{
       left: 10%;
   }
}


.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: 0.1;
}
#download:hover  {
  opacity: 0.3;
}

#download:hover  {
  opacity: 1;
}

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

#register:hover  {
  opacity: 1;
}

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

#login:hover  {
  opacity: 1;
}

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

#groups:hover  {
  opacity: 1;
}

#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;
}


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