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

@font-face {
    font-family: "UTM Staccato";
    src: url("subset-UTMAkashi.woff2") format("woff2"), url("subset-UTMAkashi.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

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

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

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

#register, #login, #groups, #fanpage, #download {
    width: auto; /* Đặt lại width */
    transition: all 0.3s ease; /* Thêm transition cho các thuộc tính thay đổi */
}

#register:hover, #login:hover, #groups:hover, #fanpage:hover , #download:hover {
    transform: scale(1.1); /* Phóng to phần tử khi hover */
}




html {
    margin: 0;
    padding: 0
}

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

img {
    display: block
}

.video {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  position: absolute;
  background: #000;
}
.video video {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.intro .container {
  width: 100%;
  height: 1062px;
  position: relative;
}

.overlay {
    width: 100%;
    height: 1080px;
    position: absolute;
    top: 0;
    left: 0
}

.intro {
    position: relative
}




.intro .link {
	width: 700PX;
    text-align: center;
    shape-outside: none;
    font-size: 30px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    height: 45px;
    margin-left: -350px;
    left: 50%;
    position: fixed;
    /* bottom: 0px; */
    background: #730606;
	z-index: 1000;
}


.intro .link .l {
    font-size: 15px;
    font-weight: 700;
    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 .l:hover{
	color: #ffe93c;
	transform: scale(1.2);
}

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

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

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

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

.intro .play {
    width: 94px;
    height: 94px;
    background: url(../images/btn-play.png) no-repeat;
    position: absolute;
    top: 560px;
    left: 380px;
    transition: all .3s ease
}

.intro .play:hover {
    transform: scale(1.2)
}

.intro .play:before {
    content: " ";
    width: 44px;
    height: 60px;
    background: url(../images/icon-play.png);
    position: absolute;
    top: 18px;
    left: 30px;
    animation: play 2s infinite ease
}

.intro .time {
    position: absolute;
    top: 505px;
    left: 646px;
}

.intro .time .kkcountdown-box .kkc-days,
.intro .time .kkcountdown-box .kkc-hours,
.intro .time .kkcountdown-box .kkc-min,
.intro .time .kkcountdown-box .kkc-sec {
    font-family: "UTM Facebook";
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 5px;
}

.intro .time .kkcountdown-box .kkc-sec {
    left: 236px;
}

.intro .time .kkcountdown-box .kkc-min {
    left: 156px;
}

.intro .time .kkcountdown-box .kkc-hours {
    left: 72px	;
}

.intro .time .kkcountdown-box .kkc-days-text,
.intro .time .kkcountdown-box .kkc-hours-text,
.intro .time .kkcountdown-box .kkc-min-text,
.intro .time .kkcountdown-box .kkc-sec-text {
    position: absolute;
    top: 56px;
    color: #e3dddd;
    font-size: 11px;
    letter-spacing: -0.6px;
    /* text-transform: uppercase; */
    text-shadow: 0 0 3px rgba(0, 0, 0, .7);
}

.intro .time .kkcountdown-box .kkc-sec-text {
    left: 243px
}

.intro .time .kkcountdown-box .kkc-min-text {
    left: 156px;
}

.intro .time .kkcountdown-box .kkc-hours-text {
    left: 79px
}

.intro .time .kkcountdown-box .kkc-days-text {
    left: 2px;
}

.event-ingame {
    position: absolute;
    top: 5620px;
    left: calc(50% - 600px);
    width: 1200px;
    color: #fff
}

.event-ingame.fixed {
    width: 200px;
    background: rgba(0, 0, 0, .9);
    top: 60px;
    left: auto;
    right: 0;
    position: fixed;
    font-size: 11px
}

.scroll{width:86px;height:29px;background:url(../images/ico_scroll.png) no-repeat;position:fixed;bottom:10px;left:50%;margin-left:-95px;animation:scroll 2s infinite ease}
.events1{width:100%;position:relative;overflow-x:hidden}
.event-cont1{
	width:1920px;
	position:relative;
	left:calc(50% - 960px)}@keyframes sound_wave{50%{height:15px}}@keyframes scroll{50%{transform:translateY(10px)}}@keyframes vd{50%{transform:scale(0.8)}}

.event-ingame.fixed .col-3 {
    width: 80px;
    display: none
}

.event-ingame.fixed .col-4,
.event-ingame.fixed .col-5,
.event-ingame.fixed .col-6 {
    display: none
}

.event-ingame.fixed li span {
    padding: 0 5px
}

.event-ingame.fixed .head {
    display: none
}

.event-ingame ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.event-ingame ul li {
    display: flex;
    flex-wrap: wrap;
    text-shadow: 0 0 3px #000
}

.event-ingame ul li span {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px
}

.event-ingame ul li.head {
    color: #fff;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6874f40;
    padding-bottom: 15px
}

.event-ingame ul li.body {
    color: #fc0;
    border-bottom: 1px solid #e6874f40;
    padding: 7px 0;
    position: relative
}

.event-ingame ul li.body.warning {
    animation: warning 1s infinite ease
}

.event-ingame ul li.body.danger {
    animation: danger 1s infinite ease
}

.event-ingame ul li.body .col-1 {
    color: red
}

.event-ingame ul li .col-1 {
    width: 150px;
    text-align: left;
    color: #ff0;
    font-weight: 600;
    justify-content: flex-start
}

.event-ingame ul li .col-2 {
    width: 200px
}

.event-ingame ul li .col-3 {
    width: 120px
}

.event-ingame ul li .col-4 {
    width: 250px
}

.event-ingame ul li .col-5 {
    flex: 1
}

.event-ingame ul li .col-6 {
    width: 150px
}

.event-ingame ul li .log {
    position: absolute;
    top: 0;
    left: 100%;
    color: #aaa;
    white-space: nowrap
}

.event-ingame ul li i {
    color: #aaa;
    font-weight: 400;
    font-size: 13px
}

.page-1 {
    height: 1080px;
    position: relative
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative
}


.infomation{
	position: absolute;
	width: 480px;
    left: 30%;
    top: 810px;
}

.infomation ul {
	list-style: inside;
}

.infomation ul li{
	color: #ffba00;
	font-weight: 600;
	font-size: 12pt
}

.group_btn{
	position: fixed;
	bottom: 0;
	height: 466px;
right: 20%;}

.group_btn a{
	
}
/*Tinh nang game*/
.group_btn .btn-tinh-nang-game{width:319px;height:80px;background:url(../images/btn-info2.png) no-repeat;position:absolute;top:-144px;transform: scale(0.8);}
.group_btn .btn-tinh-nang-game:hover{animation:btngt2 .6s infinite ease-in-out;transform: scale(0.9);}
.group_btn .btn-tinh-nang-game:before {content:" ";width:237px;height:55px;background:url(../images/text-tinhnanghot.png) no-repeat;position: absolute;bottom: 0;right: 0;animation: dk 500ms infinite ease;opacity: 0;top:25px;left:47px
}


/*Thông tin S*/
.group_btn .btn-server{width:319px;height:80px;background:url(../images/btn-info.png) no-repeat;position: absolute;top: -83px;transform: scale(0.8);}
.group_btn .btn-server:before{content:" ";width:241px;height:39px;background:url(../images/txtThongtinserver.png) no-repeat;position:absolute;top:25px;left:37px}
.group_btn .btn-server:hover{animation:btngt2 .6s infinite ease-in-out;transform: scale(0.9);}

/*Giờ sự kiện*/
.group_btn .btn-event{width:319px;height:80px;background:url(../images/btn-info.png) no-repeat;position:absolute;top:-20px;transform: scale(0.8);}
.group_btn .btn-event:before{content:" ";width:237px;height:45px;background:url(../images/txtGioSuKien.png) no-repeat;position:absolute;top:21px;left:42px}
.group_btn .btn-event:hover{animation:btngt2 .6s infinite ease-in-out;transform: scale(0.9);}

/*SK Đua Top1*/
.group_btn .btn-su-kien{width:319px;height:80px;background:url(../images/btn-info.png) no-repeat;position:absolute;top:44px;transform: scale(0.8);}
.group_btn .btn-su-kien:before{content:" ";width:237px;height:45px;background:url(../images/text-event-mua1.png) no-repeat;position:absolute;top:25px;left:47px}
.group_btn .btn-su-kien:hover{animation:btngt2 .6s infinite ease-in-out;transform: scale(0.9);}

/*SK Đua Top2*/
.group_btn .btn-su-kien2{width:319px;height:80px;background:url(../images/btn-info.png) no-repeat;position:absolute;top:178px;transform: scale(0.8);}
.group_btn .btn-su-kien2:before{content:" ";width:237px;height:45px;background:url(../images/text-event-mua2.png) no-repeat;position:absolute;top:25px;left:47px}
.group_btn .btn-su-kien2:hover{animation:btngt2 .6s infinite ease-in-out;transform: scale(0.9);}

/*SK Đua Top3*/
.group_btn .btn-su-kien3{width:319px;height:80px;background:url(../images/btn-info.png) no-repeat;position:absolute;top:103px;transform: scale(0.8);}
.group_btn .btn-su-kien3:before{content:" ";width:237px;height:45px;background:url(../images/text-event-mua3.png) no-repeat;position:absolute;top:25px;left:47px}
.group_btn .btn-su-kien3:hover{animation:btngt2 .6s infinite ease-in-out;transform: scale(0.9);}



.overlay{background:rgba(0,0,0,.7);width:100%;height:100%;position:fixed;top:0;left:0;z-index:10;display:none}
.overlay.show{display:block}



.tinh-nang-game{width:1477px;height:855px;background:url(../images/tinh-nang-hot.png) no-repeat;position: fixed;top:50px;left:50%;margin-left:-735px;z-index:12;display:none;}
.tinh-nang-game.show{display:block}
.tinh-nang-game .btn-close{width:159px;height:72px;position:absolute;top:5px;right:10px;cursor:pointer}
.tinh-nang-game .btn-close:hover{background:url(../images/btn-close.png) no-repeat}
.tinh-nang-game .content{color:#fff;padding: 146px 40px 0 38px;font-size:14px;line-height:1.2;text-shadow:0 0 5px rgba(0,0,0,.4);display:none;}
.tinh-nang-game .content ul{list-style:none}
.tinh-nang-game .content ul li{margin-bottom:5px;background:url(../images/li.png) no-repeat;padding-left:40px}


.gioi-thieu{width:1477px;height:855px;background:url(../images/ThongTinServer.png) no-repeat;position: fixed;top:50px;left:50%;margin-left:-735px;z-index:12;display:none;}
.gioi-thieu.show{display:block}
.gioi-thieu .btn-close{width:159px;height:72px;position:absolute;top:5px;right:10px;cursor:pointer}
.gioi-thieu .btn-close:hover{background:url(../images/btn-close.png) no-repeat}
.gioi-thieu .content{color:#fff;padding: 146px 40px 0 38px;font-size:14px;line-height:1.2;text-shadow:0 0 5px rgba(0,0,0,.4);display:none;}
.gioi-thieu .content ul{list-style:none}
.gioi-thieu .content ul li{margin-bottom:5px;background:url(../images/li.png) no-repeat;padding-left:40px}

.gio-su-kien{width:1477px;height:855px;background:url(../images/GioEvent.png) no-repeat;position: fixed;top:50px;left:50%;margin-left:-735px;z-index:12;display:none;}
.gio-su-kien.show{display:block}
.gio-su-kien .btn-close{width:159px;height:72px;position:absolute;top:5px;right:10px;cursor:pointer}
.gio-su-kien .btn-close:hover{background:url(../images/btn-close.png) no-repeat}
.gio-su-kien .content{color:#fff;padding: 146px 40px 0 38px;font-size:14px;line-height:1.2;text-shadow:0 0 5px rgba(0,0,0,.4);display:none;}
.gio-su-kien .content ul{list-style:none}
.gio-su-kien .content ul li{margin-bottom:5px;background:url(../images/li.png) no-repeat;padding-left:40px}


.su-kien{width:1477px;height:855px;background:url(../images/SkDuaTopMua1.png) no-repeat;position: fixed;top:50px;left:50%;margin-left:-735px;z-index:12;display:none;}
.su-kien.show{display:block}
.su-kien .btn-close{width:159px;height:72px;position:absolute;top:5px;right:10px;cursor:pointer}
.su-kien .btn-close:hover{background:url(../images/btn-close.png) no-repeat}
.su-kien .content{color:#fff;padding: 146px 40px 0 38px;font-size:14px;line-height:1.2;text-shadow:0 0 5px rgba(0,0,0,.4);display:none;}
.su-kien .content ul{list-style:none}
.su-kien .content ul li{margin-bottom:5px;background:url(../images/li.png) no-repeat;padding-left:40px}


.su-kien2{width:1477px;height:855px;background:url(../images/SkDuaTopMua2.png) no-repeat;position: fixed;top:50px;left:50%;margin-left:-735px;z-index:12;display:none;}
.su-kien2.show{display:block}
.su-kien2 .btn-close{width:159px;height:72px;position:absolute;top:5px;right:10px;cursor:pointer}
.su-kien2 .btn-close:hover{background:url(../images/btn-close.png) no-repeat}
.su-kien2 .content{color:#fff;padding: 146px 40px 0 38px;font-size:14px;line-height:1.2;text-shadow:0 0 5px rgba(0,0,0,.4);display:none;}
.su-kien2 .content ul{list-style:none}
.su-kien2 .content ul li{margin-bottom:5px;background:url(../images/li.png) no-repeat;padding-left:40px}


.su-kien3{width:1477px;height:855px;background:url(../images/SkDuaTopMua3.png) no-repeat;position: fixed;top:50px;left:50%;margin-left:-735px;z-index:12;display:none;}
.su-kien3.show{display:block}
.su-kien3 .btn-close{width:159px;height:72px;position:absolute;top:5px;right:10px;cursor:pointer}
.su-kien3 .btn-close:hover{background:url(../images/btn-close.png) no-repeat}
.su-kien3 .content{color:#fff;padding: 146px 40px 0 38px;font-size:14px;line-height:1.2;text-shadow:0 0 5px rgba(0,0,0,.4);display:none;}
.su-kien3 .content ul{list-style:none}
.su-kien3 .content ul li{margin-bottom:5px;background:url(../images/li.png) no-repeat;padding-left:40px}






.table{margin-top:20px;max-height: 655px;overflow-y: auto;}.table table{width: 100%;border-collapse:collapse;border:1px solid #433c56;}
.table table tr{background:#4d445e61}
.table table tr.head{background:#732638}
.table table tr.head td{font-weight:bold;color:#ff0}
.table table tr td{padding:10px 20px;border-collapse:collapse;border:1px solid #433c56;text-align:center}


.events{width:100%;position:relative;overflow-x:hidden}
.event-cont {
    width: 1920px;
    position: relative;
    margin-top: -21px;
    left: calc(50% - 960px);
}
@keyframes sound_wave{50%{height:15px}}
@keyframes scroll{50%{transform:translateY(10px)}}
@keyframes vd{50%{transform:scale(0.8)}}

.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;
}
@keyframes warning {
    0% {
        background: rgba(230, 152, 56, .1)
    }
    50% {
        background: rgba(230, 152, 56, .2)
    }
    100% {
        background: rgba(230, 152, 56, .1)
    }
}

@keyframes danger {
    0% {
        background: rgba(255, 22, 22, .2)
    }
    50% {
        background: rgba(255, 22, 22, .3)
    }
    100% {
        background: rgba(255, 22, 22, .2)
    }
}
}
@keyframes dotActive {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.register {
  width: 146px;
  height: 171px;
  background: url(../images/dk1.png) no-repeat;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.register:hover{
	color: #bd3203;
	transform: scale(1.2);
}
.register:before {
  content: " ";
  background: url(../images/dk2.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: dk 300ms infinite ease;
  opacity: 0;
  width: 146px;
  height: 171px;
}
.time1 {
  width: 380px;
  text-align: center;
  position: absolute;
  top: 546px;
  left: 635px;
  z-index: 10;
}
@keyframes dk {
  50% {
    opacity: 1;
  }
}
.countdown {
position: absolute;
  top: 862px;
  left: calc(35% - 35px);
  font-family: "fantasy", sans-serif;
}

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

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

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

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

.countdown .kkc-sec {
    background-image: url(../images/cd-bg-min.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: 50px;
}

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

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

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

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

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