@font-face {
  font-family: "UTM Swiss 721 Black COndensed";
  src: url("../font/UTMSwiss721BlackCondensed.ttf") format("truetype");
  font-display: swap;
}

.fixCen {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

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

.rs {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  margin: 0;
  font-size: 14px;
  background: #000;
  overflow-x: hidden;
}

img {
  margin: 0 auto;
  display: block;
}

.page-1 {
  height: 1080px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.page-1 .logo {
  display: block;
  background: url("../images/logo.png") 0/100% no-repeat;
  width: 179px;
  height: 182px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -90px;
  z-index: 2;
}

.page-1 .btn-play {
  display: block;
  background: url("../images/icon-play.png") 0/100% no-repeat;
  width: 86px;
  height: 101px;
  position: absolute;
  left: 53%;
  margin-left: -50px;
  top: 790px;
  z-index: 2;
  -webkit-animation: vd 2s infinite ease;
     -moz-animation: vd 2s infinite ease;
       -o-animation: vd 2s infinite ease;
          animation: vd 2s infinite ease;
}

.page-1 .video {
  width: 100%;
  position: relative;
}

.page-1 .video video {
  width: 1920px;
  position: absolute;
  top: 0;
  left: -webkit-calc(50% - 960px);
  left: -moz-calc(50% - 960px);
  left: calc(50% - 960px);
}

.page-1 .links {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 86px;
  z-index: 20;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(11, 10, 13, 0)), color-stop(17%, rgba(11, 10, 13, 0.5)), color-stop(20%, rgba(11, 10, 13, 0.52)), to(#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: -moz- oldlinear-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: 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%);
}

.page-1 .links a {
  display: block;
  width: 54px;
  height: 55px;
  margin: 0 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.page-1 .links a:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.page-1 .links a.home {
  background: url("../images/icon-1.png") 0/100% no-repeat;
}

.page-1 .links a.download {
  background: url("../images/icon-2.png") 0/100% no-repeat;
}

.page-1 .links a.forum {
  background: url("../images/icon-3.png") 0/100% no-repeat;
}

.page-1 .links a.register {
  background: url("../images/icon-4.png") 0/100% no-repeat;
}

.page-1 .muhn {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 86px;
  z-index: 20;
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#0b0a0d), color-stop(83%, rgba(11, 10, 13, 0.51)), color-stop(84%, rgba(11, 10, 13, 0.5)), to(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: -moz- oldlinear-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: 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%);
}

.page-1 .muhn .logo-1 {
  width: 95px;
  height: 80px;
  background: url("../images/logo.png") no-repeat 0/100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page-1 .muhn .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  position: relative;
}

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

.page-1 .muhn .info .t2 {
  color: #fff;
  font-size: 15px;
}

.page-1 .muhn .info .tooltip {
  position: relative;
}

.page-1 .muhn .info .btn {
  position: absolute;
  top: -4px;
  left: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.page-1 .muhn .info .btn a {
  width: 39px;
  height: 39px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  background: #007aa7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  position: relative;
}
.page-1 .muhn .info .btn a.gr{
  background: #fff;
}

.page-1 .muhn .info .btn a:before {
  content: '';
  display: block;
}

.page-1 .muhn .info .btn a.fb:before {
  width: 6px;
  height: 14px;
  background: url("../images/icon-fb.png") no-repeat;
}

.page-1 .muhn .info .btn a.gr:before {
  width: 16px;
  height: 13px;
  background: url("../images/icon-group.png") no-repeat;
}

.page-1 .muhn .info .btn a.sound {
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.img-gif{
  display: block;
  position: absolute;
  bottom: 130px;
  right: 50%;
  margin-right: -520px;
  z-index: 2;
}
.events {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  z-index:2; 
  margin-top: -15px;
}

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

.toolTip {
  position: relative;
}

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

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

.sound.on:before, .sound.on:after, .sound.on i:before, .sound.on i:after {
  -webkit-animation: sound_wave .5s infinite ease;
     -moz-animation: sound_wave .5s infinite ease;
       -o-animation: sound_wave .5s infinite ease;
          animation: sound_wave .5s infinite ease;
}

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

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

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

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

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

.sound.on:before, .sound.on:after, .sound.on i:before, .sound.on i:after {
  -webkit-animation: sound_wave .5s infinite ease;
     -moz-animation: sound_wave .5s infinite ease;
       -o-animation: sound_wave .5s infinite ease;
          animation: sound_wave .5s infinite ease;
}

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

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

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

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

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

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

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

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

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

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

@keyframes scroll {
  50% {
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-webkit-keyframes vd {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-moz-keyframes vd {
  50% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
}

@-o-keyframes vd {
  50% {
    -o-transform: scale(0.8);
       transform: scale(0.8);
  }
}

@keyframes vd {
  50% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.countdown {
    position: absolute;
    top: 650px;
    left: calc(55% - 265px);
}

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

.sp {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, .8);
    z-index: 555555555;
}
.bs01 {background:url(../images/01.png) top center no-repeat;width:1048px;height: 585px;}
.bs02 {background:url(../images/02.png) top center no-repeat;width:1048px;height: 585px;}
.bs03 {background:url(../images/03.png) top center no-repeat;width:1048px;height: 585px;}
.bs04 {background:url(../images/04.png) top center no-repeat;width:1048px;height: 585px;}
.bs05 {background:url(../images/05.png) top center no-repeat;width:1048px;height: 657px;}
.bs06 {background:url(../images/06.png) top center no-repeat;width:1048px;height: 585px;}
.spinner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.spinner i {
    position: absolute;
    width: 29px;
    height: 28px;
    right: 160px;
    top: 30px;
    background: url(../images/xoa.png) no-repeat;
    cursor: pointer;
    transition: all .3s ease-in;
}
.page1 a{top: 6%; position: relative; margin-left: 180px;}
.page2 a{top: 6%; position: relative; margin-left: 180px;}
.page3 a{top: 6%; position: relative; margin-left: 180px;}
.page4 a{top: 6%; position: relative; margin-left: 180px;}
.page5 a{top: 6%; position: relative; margin-left: 180px;}
.page6 a{top: 6%; position: relative; margin-left: 180px;}
.page7 a{top: 6%; position: relative; margin-left: 180px;}

.anhsukien:hover {filter: brightness(200%);}
.tan1:hover {filter: brightness(150%);}
.tan2:hover {filter: brightness(150%);}
.tan3:hover {filter: brightness(150%);}
.tan4:hover {filter: brightness(150%);}
.tan5:hover {filter: brightness(150%);}
.tan6:hover {filter: brightness(150%);}

#left-menu {
    display: block;
    position: fixed;
    z-index: 5;
    left: 1%;
    top: 56%;
    transform: translateY(-50%);
    background-image: url(../images/khungleft.png);
    background-repeat: no-repeat;
    width: 280px;
    height: 598px;
}

#left-menu .wrapper-server-info {
    position: absolute;
    top: 23%;
    width: 55%;
    height: 50%;
    left: 37%;
    transform: translateX(-59%);
    padding: 10px 22px 15px;
}
#left-menu .wrapper-server-info a:not(:last-child) {
    font-family: BeaufortforLOL-Bold, Roboto sans-serif;
    display: block;
    position: relative;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff5f5;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
    line-height: 1.4;
}
#left-menu .to-top {
    position: absolute;
    display: inline-block;
    background-image: url(../images/menu-left-totop.png);
    height: 43px;
    width: 43px;
    cursor: pointer;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}
#left-menu .wrapper-server-info a:not(:last-child):not(:last-child):after {
    content: "";
    position: absolute;
    height: 1px;
    width: 70%;
    background-color: #c9a35c;
    bottom: -43%;
    left: 18%;
}