html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif;
  background: #000;
  color: #fff;
  font-size: 14px;







}

ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #ff9c00;
  text-decoration: none;
}
.intro {
    height: 923px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.video {
    width: 100%;
    height: 923px;
    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: 25;
    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: 50px;
    height: 50px;
    background: url(../image/ic-home.png) no-repeat;
    top: 0px;
}

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

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

.links a.register:before {
    width: 50px;
    height: 50px;
    background: url(../image/ic-r.png) no-repeat;
    top: 0px;
}

.links-register-bar {
    position: fixed;
    top: 70px;
    right: 0;
    width: 400px;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 40px 6px 80px;
    background: linear-gradient(
        to right,
        rgba(11, 10, 13, 0) 0%,
        rgba(11, 10, 13, 0.55) 20%,
        rgba(11, 10, 13, 0.82) 40%,
        #0b0a0d 100%
    );
    border-top: 1px solid rgba(217, 182, 114, 0.25);
    color: #ffffff;
    font-family: 'Oswald', serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s ease;
}

.links-register-bar:hover {
    color: #f4e1ab;
}

.muhn {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 80px;
    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: 120px;
    height: 60px;
    background: url(../image/logo.png) no-repeat;
    display: flex;
    flex-wrap: wrap;
	margin-left: -13px;
}

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

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

.nav-l .info .t2, .muhn .info .t2 {
  color: #fff;
  font-size: 11px;
  padding-bottom: 3px;
  padding-top: 5px;
}
.nav-l .info .t3, .muhn .info .t3 {
  color: #fff;
  font-size: 11px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.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(../image/ic-f.png) no-repeat;
    top: 5px;
    left: 10px;
}

.muhn .info .btn a.gr:before {
    width: 16px;
    height: 13px;
    background: url(../image/ic-gr.png) no-repeat;
    top: 5px;
    left: 4px;
}
.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;
}

.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;
}
.countdown {
	position: absolute;
    top: calc(50% - -74px);
    left: calc(50% - 204px);
}

.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: 100px;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    font-weight: 900;
}

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

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

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

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

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

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

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

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

.countdown .kkcountdown-box {
    width: 100%;
    display: block;
    text-align: center;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.page-1 {
  max-height: 1080px;
  background: url(../image/bg-page-1.mp4) no-repeat center top;
}
.page-1 video {
  max-width: 100%;
  overflow: hidden;
  margin: auto;
  z-index: -1;
}
.page-1 .nav {
  position: absolute;
  top: 0;
  right: 85px;
  padding-top: 15px;
}
.page-1 .nav a {
  margin: 0 10px;
  color: #fff;
  font-size: 15px;
}
.page-1 .nav a:hover {
  text-decoration: underline;
}
.page-1 .nav a .icon-home {
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url(../image/icon-home.png) no-repeat;
}
.page-1 .nav a .icon-download {
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url(../image/icon-download.png) no-repeat;
}
.page-1 .nav a .icon-download + span {
  color: #ffea00;
}
.page-1 .logo-18plus {
  width: 55px;
  height: 68px;
  background: url(../image/logo-18plus.png) no-repeat;
  position: absolute;
  top: 20px;
  left: 0;
}
.page-1 .icon-sound {
  width: 61px;
  height: 57px;
  background: url(../image/icon-sound-on.png) no-repeat;
  position: absolute;
  top: 100px;
  left: 0;
  cursor: pointer;
}
.page-1 .icon-sound.off {
  background-image: url(../image/icon-sound-off.png);
}
.page-1 .btn-youtube {
  width: 94px;
  height: 94px;
  background: url(../image/button-play.png) no-repeat;
  position: absolute;
  top: 300px;
  left: 650px;
}
.page-1 .btn-youtube:hover {
  background-image: url(../image/button-play-hover.png);
}
.page-1 .btn-facebook {
  width: 54px;
  height: 33px;
  background: url(../image/button-facebook.html) no-repeat;
  position: absolute;
  top: 323px;
  left: 760px;
}
.page-1 .btn-facebook:hover {
  background-image: url(../image/button-facebook-hover.html);
}
.page-1 .btn-group {
  width: 54px;
  height: 33px;
  background: url(../image/button-group.html) no-repeat;
  position: absolute;
  top: 365px;
  left: 760px;
}
.page-1 .btn-group:hover {
  background-image: url(../image/button-group-hover.html);
}

.icon-mouse {
  width: 44px;
  height: 65px;
  background-image: url(../image/icon-mouse.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -22px;
}
.icon-mouse i {
  position: absolute;
  left: 15px;
  width: 15px;
  height: 8px;
  background: url(../image/icon-down.png) no-repeat;
  opacity: 0;
  -webkit-animation: down 0.9s 0s infinite ease-in-out;
  -moz-animation: down 0.9s 0s infinite ease-in-out;
  animation: down 0.9s 0s infinite ease-in-out;
}
.icon-mouse i:nth-child(1) {
  top: 60px;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
.icon-mouse i:nth-child(2) {
  top: 70px;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.icon-mouse i:nth-child(3) {
  top: 80px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.page {
  background-position: center top;
  background-repeat: no-repeat;
  border-top: 1px solid #ca5d00;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.page.bg-page-2-tab-1,
.page.bg-page-4-tab-1 {
  background-image: url(../image/bg-page-tab-1.jpg);
}
.page.bg-page-3-tab-2,
.page.bg-page-4-tab-2,
.page.bg-page-4-tab-4 {
  background-image: url(../image/bg-page-tab-2.jpg);
}
.page.bg-page-2-tab-3,
.page.bg-page-3-tab-3,
.page.bg-page-3-tab-1,
.page.bg-page-4-tab-1 {
  background-image: url(../image/bg-page-tab-3.jpg);
}
.page.bg-page-2-tab-4,
.page.bg-page-3-tab-4,
.page.bg-page-4-tab-3,
.page.bg-page-2-tab-2 {
  background-image: url(../image/bg-page-tab-4.jpg);
   min-height: 1520px;
  padding-top: 180px;
}
.page.bg-page-2-tab-5,
.page.bg-page-3-tab-5,
.page.bg-page-4-tab-5 {
  background-image: url(../image/bg-page-tab-5.jpg);
}

.page .event-text-1 {
  font-size: 46px;
  color: #ffba00;
  padding-left: 260px;
  padding-top: 20px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 80px;
}
.page .event-text-2 {
  font-size: 72px;
  color: #ffba00;
  text-align: center;
  font-family: "Tahoma", sans-serif;
  font-weight: 750;
  letter-spacing: -2px;
  line-height: 80px;
}
.page .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 60px;
  margin-bottom: 40px;
}
.page .buttons .btn-tab {
  width: 230px;
  height: 50px;
  text-align: center;
  align-self: center;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  padding-top: 13px;
  margin-bottom: 20px;
  border-radius: 0px;
  border: 1px solid #4e4e4e;
  background: #11111178;
}
.page .buttons .btn-tab:hover,
.page .buttons .btn-tab.active {

  color: #d8ac00;
  border: 1px solid #b18e00;
}
.page .event-tab {
  display: none;
}
.page .event-tab.active {
  display: block;
}
.page .event-tab > .time {
  width: 871px;
  height: 64px;
  background: url(../image/bg-time.png) no-repeat center;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  padding-top: 15px;
  font-weight: 500;
}
.page .event-tab > .time strong {
  color: #ffba00;
  font-weight: 500;
}
.page .event-tab > .notice {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #85BDF9;
  padding-left: 40px;
  margin-bottom: 30px;
  background: url(../image/button-notice.png) no-repeat 3px 5px;
}

.page .notice {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #f9ed85;
  padding-left: 40px;
  margin-bottom: 20px;
  background: url(../image/button-notice.png) no-repeat 3px 5px;
}

.page .event-tab .list-notice {
  padding-left: 10px;
  margin-bottom: 60px;
}
.page .event-tab .list-notice li {
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.page .event-tab .list-notice li:before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #776c5f;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}

.page .event-tab .list-info-2 {
  padding-left: 50px;
  margin-bottom: 50px;
}
.page .event-tab .list-info-2 li {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.page .event-tab .list-info-2 li:before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #776c5f;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
.page .event-tab .set-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
}
.page .event-tab .set-items .set-item {
  width: 290px;
  height: 345px;
  background: url(../image/dock-1.png) no-repeat center bottom;
  position: relative;
  cursor: pointer;
}
.page .event-tab .set-items .set-item:hover {
  background-image: url(../image/dock-2.png);
}
.page .event-tab .set-items .set-item:hover img {
  bottom: 80px;
}
.page .event-tab .set-items .set-item:hover .tooltip {
  opacity: 1;
  top: 220px;
}
.page .event-tab .set-items .set-item img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page .event-tab .set-items .set-item .tooltip {
  width: 250px;
  border: 1px solid #3f3f3f;
  background: rgb(23 23 23 / 90%);
  border-radius: 3px;
  position: absolute;
  top: 160px;
  left: 30px;
  padding: 15px 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page .event-tab .set-items .set-item .tooltip:before {
  content: " ";
  height: 0;
  width: 0;
  border-bottom: 8px solid #b55900;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  left: calc(50% - 4px);
}
.page .event-tab .set-items .set-item .tooltip .char {
  text-align: center;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 20px;
}
.page .event-tab .set-items .set-item .tooltip .info {
  color: #ef00ff;
  font-size: 15px;
  margin-bottom: 10px;
}
.page .event-tab .set-items .set-item .tooltip .foot {
  font-size: 14px;
  color: #ffc000;
  font-style: italic;
}
.page .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
}
.page .top .top-1 {
  width: 358px;
  height: 420px;
  background: url(../image/bg-top-1.png) no-repeat;
  cursor: pointer;
  margin-bottom: 20px;
}
.page .top .top-1:hover {
  background-image: url(../image/bg-top-1-hover.png);
}
.page .top .top-1 .icon-wing {
  background-image: url(../image/wing-top-1.png);
}
.page .top .top-1 .reward {
  background-image: url(../image/ribbon-top-1.png);
  color: #ff9600;
}
.page .top .top-1 .foot {
  background-image: url(../image/notice-top-1.png);
  color: #ffeacb;
}
.page .top .top-2 {
  width: 358px;
  height: 420px;
  background: url(../image/bg-top-2.png) no-repeat;
  cursor: pointer;
  margin-bottom: 20px;
}
.page .top .top-2:hover {
  background-image: url(../image/bg-top-2-hover.png);
}
.page .top .top-2 .icon-wing {
  background-image: url(../image/wing-top-2.png);
}
.page .top .top-2 .reward {
  background-image: url(../image/ribbon-top-2.png);
  color: #8aa1ac;
}
.page .top .top-2 .foot {
  background-image: url(../image/notice-top-2.png);
  color: #ecf8fc;
}
.page .top .top-3 {
  width: 358px;
  height: 420px;
  background: url(../image/bg-top-3.png) no-repeat;
  cursor: pointer;
  margin-bottom: 20px;
}
.page .top .top-3:hover {
  background-image: url(../image/bg-top-3-hover.png);
}
.page .top .top-3 .icon-wing {
  background-image: url(../image/wing-top-3.png);
}
.page .top .top-3 .reward {
  background-image: url(../image/ribbon-top-3.png);
  color: #856d5a;
}
.page .top .top-3 .foot {
  background-image: url(../image/notice-top-3.png);
  color: #ad9f93;
}
.page .top .head {
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  padding-left: 160px;
  padding-top: 25px;
  margin-bottom: 10px;
}
.page .top .icon-wing {
  background-repeat: no-repeat;
  width: 170px;
  height: 136px;
  margin-left: 110px;
  display: block;
}
.page .top .reward {
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  width: 240px;
  height: 54px;
  background-repeat: no-repeat;
  margin-left: 52px;
  padding-top: 4px;
}
.page .top .info {
  font-size: 16px;
  color: #fff;
  margin-left: 75px;
  margin-top: 14px;
  height: 70px;
}
.page .top .foot {
  font-weight: 500;
  font-style: italic;
  padding-left: 30px;
  margin-left: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page .top .icon-kundun-5 {
  width: 236px;
  height: 151px;
  background-image: url(../image/kundun-5.png);
  background-repeat: no-repeat;
  background-size: 85%;
  margin-left: 100px;
  display: block;
}
.page .top .icon-kundun-5 ~ .info {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page .top .icon-kundun-5 ~ .foot {
  padding-right: 50px;
  margin-left: 30px;
}
.page .top .icon-kundun-4 {
  width: 236px;
  height: 151px;
  background-image: url(../image/kundun-4.png);
  background-repeat: no-repeat;
  background-size: 85%;
  margin-left: 100px;
  display: block;
}
.page .top .icon-kundun-4 ~ .info {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page .top .icon-kundun-4 ~ .foot {
  padding-right: 50px;
  margin-left: 30px;
}
.page .top .icon-kundun-3 {
  width: 236px;
  height: 151px;
  background-image: url(../image/kundun-3.png);
  background-repeat: no-repeat;
  background-size: 85%;
  margin-left: 100px;
  display: block;
}
.page .top .icon-kundun-3 ~ .info {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page .top .icon-kundun-3 ~ .foot {
  padding-right: 50px;
  margin-left: 30px;
}
.page .table {
  padding-bottom: 60px;
}
.page .table table {
  border-collapse: collapse;
  border: 1px solid #313131;
  width: 100%;
}
.page .table table th,
.page .table table td {
  border-collapse: collapse;
  border: 1px solid #313131;
  padding: 10px 30px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.page .table table thead tr {
  background: #000000;
}
.page .table table thead tr th {
  color: #ffcc00;
  font-style: italic;
}
.page .table table tbody tr {
  background: #252525;
}
.page .table table tbody tr:nth-child(2n + 1) {
  background: #1f1f1f;
}
.page .table table tbody tr td {
  font-size: 16px;
}
.page .head-table {
  margin-bottom: 20px;
  margin-top: 50px;
}

#footer {
  padding-top: 30px;
  border-top: 1px solid #0c0c0c;
  display: flex;
  justify-content: center;
  background: #1e1e23;
}

#footer article {
  position: relative;
  width: 1112px;
  margin: 0 auto;
  padding: 40px 0 50px 128px;
}
#footer .webzen,
#footer .logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .webzen {
  top: 40px;
}
#footer .menu {
  position: relative;
}
#footer .menu a {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  padding: 0 10px;
  font-size: 15px;
  color: #767676;
}
#footer .menu a:first-child {
  padding-left: 0;
}
#footer .menu a em {
  color: #b35936;
}
#footer .menu span {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 8px;
  background-color: #575757;
}

#footer address {
  padding: 10px 0 0;
  font-size: 14px;
  color: #575757;
  line-height: 26px;
}
#footer address span {
  display: inline-block;
  width: 10px;
  vertical-align: middle;
}
#footer address a {
  color: inherit;
}
#footer address a.mail {
  text-decoration: underline;
}
#footer .copyrignt {
  display: block;
  padding: 10px 0 0;
  font-size: 14px;
  color: #767676;
}

@-webkit-keyframes down {
  50% {
    opacity: 1;
  }
}
@-moz-keyframes down {
  50% {
    opacity: 1;
  }
}
@keyframes down {
  50% {
    opacity: 1;
  }
}

.open-time {
  position: absolute;
  top: 567px;
  left: 86%;
  font-size: 25px;
  font-family: Copperplate, Papyrus, fantasy;
  font-weight: 600;
  background: linear-gradient(
    269deg,
    rgb(0 0 0 / 0%) 0%,
    rgb(0 0 0 / 60%) 25%,
    rgb(11 10 13 / 60%) 50%,
    rgb(11 10 13 / 60%) 75%,
    rgb(0 0 0 / 0%) 100%
  );
  padding: 5px 30px;
  margin-left: -200px;
}

.open-time p {
  background-image: linear-gradient(0deg, #ff0000 0%, #fbff00 70%);
  -webkit-background-clip: text;
  color: transparent;
}
.open-time2 {
  position: absolute;
  top: 625px;
  left: 86%;
  font-size: 25px;
  font-family: Copperplate, Papyrus, fantasy;
  font-weight: 600;
  background: linear-gradient(
    269deg,
    rgb(0 0 0 / 0%) 0%,
    rgb(0 0 0 / 60%) 25%,
    rgb(11 10 13 / 60%) 50%,
    rgb(11 10 13 / 60%) 75%,
    rgb(0 0 0 / 0%) 100%
  );
  padding: 5px 30px;
  margin-left: -200px;
}

.open-time2 p {
  background-image: linear-gradient(0deg, #ff0000 0%, #fbff00 70%);
  -webkit-background-clip: text;
  color: transparent;
}

table.sub-sv-info {
  border-collapse: collapse;
  border-spacing: 100;
  background: rgb(0 0 0 / 25%);
}
.sv-info-2 table.sub-sv-info {
  border-collapse: collapse;
  border-spacing: 0;
  width: 70%;
}

.sv-info-3 table.sub-sv-info {
  border-collapse: collapse;
  border-spacing: 0;
  width: 70%;
}

table.sub-sv-info thead tr td {
  background: linear-gradient(180deg, #008000 50%, #008000 50%);
  color: #fff;
}

table.sub-sv-info tr td {
  border: 1px solid rgb(29 29 29 / 50%);
  padding: 1px 1px;
  text-align: center;
  color: #fff;
}

.info-tab-2 {
  display: grid;
  width: 100%;
  margin-top: 20px;
}

.info-tab-1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.sv-info-left {
  width: 50%;
}

.sv-info-right {
  width: 50%;
}

.table-1 {
  width: 100%;
  display: grid;
  padding-bottom: 60px;
}

.table-2 {
  display: grid;
  width: 100%;
  margin-top: 20px;
}
.table-3 {
  display: grid;
  width: 100%;
  margin-top: 20px;
}

ul.list-notice {
  background: rgb(0 0 0 / 25%);
  padding: 15px 0;
  width: 70%;
}

.info span {
  color: #78ff00;
}

.link-nav {
  height: 42px;
  position: absolute;
  top: 2px;
  left: 260px;
  padding: 0 20px;
}

.link-nav .l {
  font-size: 14px;
  font-weight: 600;
  color: #433640;
  display: inline-block;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  margin: 3px 10px;
  margin-top: 0px;
}

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

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

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

.link-nav .reg:hover {
  filter: brightness(150%);
}

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

.coutdown-time .kkcountdown-box .kkc-days,
.coutdown-time .kkcountdown-box .kkc-hours,
.coutdown-time .kkcountdown-box .kkc-min,
.coutdown-time .kkcountdown-box .kkc-sec {
  font-family: Copperplate, Papyrus, fantasy;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 0;
}
.coutdown-time2 .kkcountdown-box .kkc-days,
.coutdown-time2 .kkcountdown-box .kkc-hours,
.coutdown-time2 .kkcountdown-box .kkc-min,
.coutdown-time2 .kkcountdown-box .kkc-sec {
  font-family: Copperplate, Papyrus, fantasy;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 0;
}

.coutdown-time .kkcountdown-box .kkc-sec {
  left: 290px;
}

.coutdown-time .kkcountdown-box .kkc-min {
  left: 210px;
}

.coutdown-time .kkcountdown-box .kkc-hours {
  left: 130px;
}
.coutdown-time .kkcountdown-box .kkc-days {
  left: 60px;
}

.coutdown-time .kkcountdown-box .kkc-days-text,
.coutdown-time .kkcountdown-box .kkc-hours-text,
.coutdown-time .kkcountdown-box .kkc-min-text,
.coutdown-time .kkcountdown-box .kkc-sec-text {
  position: absolute;
  top: 26px;
  color: #fff;
  font-size: 10px;
  font-size: 10px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

.coutdown-time .kkcountdown-box .kkc-sec-text {
  left: 335px;
}

.coutdown-time .kkcountdown-box .kkc-min-text {
  left: 255px;
}

.coutdown-time .kkcountdown-box .kkc-hours-text {
  left: 180px;
}

.coutdown-time .kkcountdown-box .kkc-days-text {
  left: 95px;
}

.nav-l {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 70px;
  background: rgba(11, 10, 13, 1);
  background: -moz-linear-gradient(
    left,
    rgba(11, 10, 13, 1) 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%, rgba(11, 10, 13, 1)),
    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,
    rgba(11, 10, 13, 1) 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,
    rgba(11, 10, 13, 1) 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,
    rgba(11, 10, 13, 1) 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,
    rgba(11, 10, 13, 1) 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;
}
.nav-l .logo {
  width: 77px;
  height: 83px;
  background-image: url(../image/logo.png);
  background-size: 55px;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
}
.nav-l .info {
  flex: 1;
  padding-left: 10px;
  position: relative;
}
.nav-l .info .t1 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 3px;
  padding-top: 12px;
}
.nav-l .info .t2 {
  color: #fff;
  font-size: 13px;
  padding-bottom: 3px;
  padding-top: 13px;
}
.nav-l .info .t3 {
  color: #fff;
  font-size: 13px;
  padding-bottom: 3px;
  padding-top: 12px;
}
.nav-l .info .btn {
  position: absolute;
  top: 5px;
  left: 140px;
}
.nav-l .info .btn a {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: #322626;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.nav-l .info .btn a:before {
  content: " ";
  position: absolute;
}
.nav-l .info .btn .sound {
  background: none;
  border: 1px solid #322626;
}
.nav-l .info .btn a.fb:before {
  width: 6px;
  height: 14px;
  background: url(../image/ic-f.png) no-repeat;
  top: 5px;
  left: 10px;
}
.nav-l .info .btn a.gr:before {
  width: 16px;
  height: 13px;
  background: url(../image/ic-gr.png) no-repeat;
  top: 5px;
  left: 4px;
}

.nav-r {
  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%,
    rgba(11, 10, 13, 1) 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%, rgba(11, 10, 13, 1))
  );
  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%,
    rgba(11, 10, 13, 1) 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%,
    rgba(11, 10, 13, 1) 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%,
    rgba(11, 10, 13, 1) 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%,
    rgba(11, 10, 13, 1) 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;
}

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

.nav-r a:hover {
  background: #000000;
}

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

.nav-r a.home:before {
  width: 26px;
  height: 21px;
  background: url(../image/ic-home.png) no-repeat;
  top: -2px;
}
.nav-r a.download:before {
  width: 20px;
  height: 20px;
  background: url(../image/ic-dl.png) no-repeat;
  top: 0px;
}
.nav-r a.forum:before {
  width: 28px;
  height: 23px;
  background: url(../image/ic-fr.png) no-repeat;
  top: 0px;
}
.nav-r a.register:before {
  width: 24px;
  height: 23px;
  background: url(../image/ic-r.png) no-repeat;
  top: 0px;
}

.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;
  font-weight: 600;
  white-space: nowrap;
  position: absolute;
  bottom: -32px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  border: 1px solid rgba(217, 182, 114, 0.5);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  padding: 6px 10px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 50;
}
.tooltip .tip:before {
  content: " ";
  border-bottom: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: 50%;
  margin-left: -5px;
}
.footer {
    text-align: center;
    margin-top: 956px;
    margin-left: 277px;
    letter-spacing: 0.7px;
}

.footer span.copyright{
    font-size: 11pt;
	color: #5a5a5a;
}

.footer span.copyright a{
	color: #ffd800;
}

@media (prefers-reduced-motion: reduce) {
    .video video {
        animation: none !important;
    }
}

.intro.fx-paused video {
    animation-play-state: paused !important;
}

.video video {
    width: 1920px;
    height: 1080px;
    object-fit: cover;
    z-index: 1;
    filter: url(#wave-ripple);
    animation: bg-cinematic-drift 24s ease-in-out infinite;
    transform-origin: center center;
    will-change: transform;
}

@keyframes bg-cinematic-drift {
    0%   { transform: scale(1)     translate(0, 0); }
    25%  { transform: scale(1.05)  translate(-1.4%, -0.8%); }
    50%  { transform: scale(1.09)  translate(0.6%, -1.6%); }
    75%  { transform: scale(1.05)  translate(1.4%, 0.4%); }
    100% { transform: scale(1)     translate(0, 0); }
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background:

        linear-gradient(to bottom, rgba(0,0,0,.65) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0) 68%, rgba(0,0,0,.85) 100%),

        linear-gradient(to right, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,.45) 100%);
}

.intro-gems {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    pointer-events: none;
}
.intro-gems .gem {
    position: absolute;
    height: auto;

    filter: drop-shadow(0 0 20px rgba(255, 190, 110, .45));
}

.gem-bless  { top: 30%; left: 20%; width: 60px; }
.gem-cre    { top: 10%; left: 43%; width: 60px; }
.gem-chaos  { top: 8%;  left: 82%; width: 100px; }
.gem-longvu { top: 60%; left: 11%; width: 100px; }
.gem-ve     { top: 55%; left: 75%; width: 80px; }

.intro-text {
    position: absolute;
    top: 22%;
    left: -20px;
    width: 70%;
    text-align: center;
    z-index: 15;
    pointer-events: none;
}

.intro-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 18px 0;
    color: #f3d9a3;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
}

.intro-eyebrow::before,
.intro-eyebrow::after {
    content: "";
    width: 60px;
    height: 1px;
    background: linear-gradient(to right, transparent, #ffba00);
}
.intro-eyebrow::after {
    background: linear-gradient(to left, transparent, #ffba00);
}

.glow-effect {
    position: relative;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 120px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 0;


    background: linear-gradient(
        120deg,
        #d9b672 25%,
        #f4e1ab 40%,
        #f4e1ab 50%,
        #d9b672 60%,
        #d9b672 75%
    );
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.glow-effect::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: transparent;

    text-shadow:
        -1px -1px 0 rgba(255, 244, 214, .55),
        1px 1px 1px rgba(70, 46, 10, .9),
        2px 3px 3px rgba(45, 28, 6, .75),
        3px 5px 6px rgba(20, 12, 2, .6),
        6px 10px 18px rgba(0, 0, 0, .55);
}

.intro-slogan {
    margin: 18px 0 0 0;
    color: #eee;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
}

.intro-dates {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    pointer-events: auto;
}

.date-badge {
    --cut: 8px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    clip-path: polygon(
        var(--cut) 0%, 100% 0%,
        100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%,
        0% 100%, 0% var(--cut)
    );
}

.date-badge .date-label {
    font-family: "Be Vietnam Pro", sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
}
.date-badge .date-value {
    font-family: "Be Vietnam Pro", sans-serif;
    white-space: nowrap;
    position: relative;
    padding-left: 14px;
}

.date-badge .date-value::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
}

.date-alpha {
    padding: 8px 22px;
    background: rgba(16, 13, 15, .75);
    border: 1px solid #8a7440;
}
.date-alpha .date-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d9b672;
}
.date-alpha .date-value {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #f1e9da;
}
.date-alpha .date-value::before {
    background: #8a7440;
}

.date-open {
    --cut: 12px;
    padding: 4px 16px;
    background: linear-gradient(180deg, #f4e1ab, #d9b672);
    border: 1px solid #f4e1ab;
    filter: drop-shadow(0 4px 16px rgba(217, 182, 114, .4));
}
.date-open .date-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #4a3413;
}
.date-open .date-value {
    display: inline-flex;
    flex-direction: column;
    font-weight: 800;
    letter-spacing: .5px;
    color: #1c1610;
}

.date-open .date-value-title {
    font-size: 15px;
}

.date-open .date-value-time {
    font-size: 32px;
    font-family: "Oswald", sans-serif;
    color: #7a1c1c;
}
.date-open .date-value::before {
    background: #4a3413;
    opacity: .4;
}

.sv-section{
  --sv-bg-panel:    #100d0f;
  --sv-border:      #3a3038;
  --sv-border-soft: #241f24;
  --sv-gold:        #d9b672;
  --sv-gold-light:  #f4e1ab;
  --sv-gold-dim:    #8a7440;
  --sv-red:         #c0392b;
  --sv-text:        #e9e4da;
  --sv-text-muted:  #9b9299;
  --sv-font-display: 'Cinzel', serif;
  --sv-font-body:    'Be Vietnam Pro', sans-serif;
}

.sv-section{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 20px 60px;
  font-family: var(--sv-font-body);
  color: var(--sv-text);
}
.sv-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
@media (max-width: 860px){
  .sv-section{ padding: 10px 12px 40px; }
  .sv-grid{ grid-template-columns: 1fr; }
}

.sv-panel{
  position: relative;
  background: var(--sv-bg-panel);
  border: 1px solid var(--sv-border-soft);
  padding: 12px 15px 15px;
  border-radius: 2px;
}

.sv-panel-head{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--sv-border-soft);
}
.sv-panel-icon{
  width: 18px;
  height: 18px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--sv-gold-light), var(--sv-gold));
  color: #1a1408;
  font-family: var(--sv-font-display);
  font-weight: 700;
  font-size: 15px;
  transform: rotate(45deg);
}
.sv-panel-icon span{ transform: rotate(-45deg); display: block; }

.sv-panel-title{
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--sv-text);
  text-transform: uppercase;
  margin: 0;
}

.sv-list{ list-style: none; margin: 0; padding: 0; }
.sv-item{
  display: flex;
  gap: 60px;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--sv-text-muted);
  border-bottom: 1px dashed var(--sv-border-soft);
}
.sv-item:last-child{ border-bottom: none; }
.sv-item:nth-child(odd){ background: rgba(255,255,255,0.012); }

.sv-item .num{
  flex: none;
  width: 20px;
  text-align: right;
font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--sv-gold-dim);
}
.sv-item .txt{ color: var(--sv-text); }
.sv-item .txt b{ color: var(--sv-red); font-weight: 700; }

.sv-item.highlight{
  background: linear-gradient(90deg, rgba(217,182,114,0.08), transparent);
  border-left: 2px solid var(--sv-gold);
  padding-left: 12px;
}
.sv-item.highlight .txt{ color: var(--sv-gold-light); font-weight: 600; }

.sv-item .val{
  margin-left: auto;
  flex: none;
  text-align: right;
  color: var(--sv-gold-dim);
  white-space: nowrap;
}

.sv-item.sub-head{
  padding-top: 12px;
  border-bottom: none;
  background: none !important;
}
.sv-item.sub-head .txt{
  color: var(--sv-gold-dim);
  font-weight: 600;
  font-size: 12.5px;
}

.sv-panel-note{
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--sv-border-soft);
  font-size: 12px;
  color: var(--sv-text-muted);
  letter-spacing: .3px;
  line-height: 1.7;
}
.sv-panel-note b{ color: var(--sv-gold); }

.sv-title-header{
  position: relative;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 10px 20px 0;
}

.sv-title-header::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 620px;
  max-width: 92vw;
  height: 230px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 55% 60% at center, rgba(217,182,114,0.18) 0%, rgba(217,182,114,0.06) 45%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}
.sv-title-header > *{ position: relative; z-index: 1; }

.sv-title-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 8px 24px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #f4e1ab;
  white-space: nowrap;
}
.sv-title-badge-dot{
  display: none;
}
@keyframes sv-badge-pulse{
  0%, 100%{ opacity: .45; transform: scale(0.8); }
  50%{ opacity: 1; transform: scale(1.15); }
}

.sv-title-header .sv-title{
  display: block;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 900;
  font-size: clamp(38px, 6vw, 60px);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: -20px;

  background: linear-gradient(115deg, #a5813f 15%, #d9b672 35%, #fff6de 50%, #d9b672 65%, #a5813f 85%);
  background-size: 240% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 16px rgba(217,182,114,0.35));
}

.sv-title-header .sv-divider{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}
.sv-title-header .sv-divider .line{
  height: 1px;
  width: 180px;
  max-width: 30vw;
  background: linear-gradient(90deg, transparent, #8a7440);
}
.sv-title-header .sv-divider .line.right{
  background: linear-gradient(90deg, #8a7440, transparent);
}
.sv-title-header .sv-divider .gem{
  width: 10px;
  height: 10px;
  flex: none;
  background: #d9b672;
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(217,182,114,0.6);
  position: relative;
}
.sv-title-header .sv-divider .gem::before{
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid #8a7440;
}

@media (max-width: 560px){
  .sv-title-badge{
    font-size: 11px;
    letter-spacing: 2px;
    padding: 7px 16px;
    white-space: normal;
  }
}

.page .buttons .btn-tab{
	--cut: 10px;
  position: relative;
  width: auto;
  min-width: 190px;
  height: auto;
  font-family: var(--sv-font-body, 'Be Vietnam Pro', sans-serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .2px;
  text-transform: none;
  color: #cfc6bb;
  padding: 14px 28px;
  margin-bottom: 20px;
  border: px solid #3a3038;
  background: #100d0f;
  transition: all .25s ease;

  clip-path: polygon(
    var(--cut) 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    0% 100%,
    0% var(--cut)
  );
}
.page .buttons .btn-tab:hover{
  color: #f4e1ab;
  border-color: #8a7440;
  background: #17131a;
}
.page .buttons .btn-tab.active{
  color: #1c1610;
  background: linear-gradient(180deg, #f4e1ab, #d9b672);
  border-color: #d9b672;

  filter: drop-shadow(0 4px 14px rgba(217,182,114,0.35));
}

.sv-panel-wide{
  width: 100%;
}

.sv-panel-bottom{
  margin-top: 30px;
}

.sv-list-split{
  display: flex;
  gap: 40px;
}
.sv-list-split .sv-list{ flex: 1; min-width: 0; }
@media (max-width: 760px){
  .sv-list-split{ flex-direction: column; gap: 0; }
}

.sv-panel-sub{
  margin: -6px 0 20px;
  font-size: 13px;
  color: var(--sv-text-muted);
}
.sv-panel-sub b{ color: var(--sv-gold); }

.sv-table-wrap{
  overflow-x: auto;
}
.sv-table{
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 13px;
}
.sv-table thead th{
  background: linear-gradient(180deg, var(--sv-gold-light), var(--sv-gold));
  color: #1a1408;
  font-family: var(--sv-font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 12px 14px;
  text-align: left;
  white-space: nowrap;
}
.sv-table tbody td{
  padding: 12px 14px;
  border-bottom: 1px dashed var(--sv-border-soft);
  color: var(--sv-text-muted);
  vertical-align: top;
  line-height: 1.55;
}
.sv-table tbody td:first-child{
  color: var(--sv-gold-light);
  font-weight: 600;
  white-space: nowrap;
}
.sv-table tbody tr:nth-child(odd){ background: rgba(255,255,255,0.012); }
.sv-table tbody tr:hover{ background: rgba(217,182,114,0.06); }
.sv-table tbody tr:last-child td{ border-bottom: none; }

.sv-table-events tbody tr.event-highlight{
  background: rgba(217,182,114,0.16);
}
.sv-table-events tbody tr.event-highlight:hover{
  background: rgba(217,182,114,0.24);
}
.sv-table-events tbody tr.event-highlight td{
  color: var(--sv-gold-light);
  font-weight: 600;
}
.sv-table-events tbody tr.event-highlight td:first-child{
  color: var(--sv-gold-light);
}
.sv-table-events td:nth-child(4){ text-align: center; }

.sv-list-2col{
  column-count: 2;
  column-gap: 40px;
}
.sv-list-2col .sv-item{
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
@media (max-width: 760px){
  .sv-list-2col{ column-count: 1; }
  .sv-table{ min-width: 640px; }
}

.zm-float{
  position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.zm-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  text-decoration: none;

  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 4px 12px rgba(0,0,0,0.45);
  transition: transform .2s ease, box-shadow .2s ease;
}

.zm-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.55);
}

.zm-btn.zalo{
  background: linear-gradient(90deg, #2596ff, #0068ff);
}
.zm-btn.messenger{
  background: linear-gradient(90deg, #7b2ff7, #2596ff);
}

.zm-btn .zm-text{
  position: relative;
  z-index: 1;
  font-family: var(--sv-font-body, 'Be Vietnam Pro', sans-serif);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  letter-spacing: .2px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  user-select: none;
  white-space: nowrap;
}

@media (max-width: 760px){
  .zm-float{ right: 14px; bottom: 16px; gap: 10px; }
  .zm-btn{ padding: 6px 14px; }
  .zm-btn .zm-text{ font-size: 12px; }
}

/* ===== Popup Ðang Ký Tài Kho?n Ingame ===== */
.dangky-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.dangky-modal.show {
  display: flex;
}

.dangky-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 4, 0.82);
  backdrop-filter: blur(3px);
}

.dangky-modal-box {
  position: relative;
  z-index: 1;
  max-width: 92vw;
  max-height: 90vh;
  padding: 10px;
  background: linear-gradient(180deg, #241a0f, #120d07);
  border: 1px solid rgba(212, 175, 106, 0.55);
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  animation: dangkyPopIn 0.25s ease-out;
}

.dangky-modal-img {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  border-radius: 6px;
}

.dangky-modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 106, 0.6);
  background: #1a130b;
  color: #f0d9a6;
  font-size: 20px;
  cursor: pointer;
}

.dangky-modal-close:hover {
  background: #d4af6a;
  color: #1a130b;
}

body.dangky-no-scroll {
  overflow: hidden;
}

@keyframes dangkyPopIn {
  from { opacity: 0; transform: scale(0.94); }
  to   { opacity: 1; transform: scale(1); }
}

