@charset "UTF-8";
/* FIX FONT: Đặt font chữ chính cho body để các thẻ khác kế thừa, đảm bảo hỗ trợ tiếng Việt tốt hơn */

/* Gợi ý: Nếu bạn uncomment link Roboto trong HTML, hãy sửa dòng dưới thành: */
/* font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", Arial, sans-serif; */
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; 
	line-height: 1
}

/* Các khai báo reset CSS... */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html,
body {
	position: relative;
	overflow-x: hidden
}

body {
    width: 100%;
    background-color: #000000;
    /* FIX: ĐÃ XÓA KHAI BÁO FONT TRÙNG LẶP */
    font-size: 14px;
    color: #696868;
    min-height: 100vh;
    overflow: hidden;
}
#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
}

a {
	transition: all 0.3s ease;
	color: #d8d0cc;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

p {
	margin-bottom: 20px
}

h1,
h2,
h3 {
	color: #FF0000;
	margin-bottom: 20px;
	line-height: 1.3;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */
	letter-spacing: 2px
}
h5 {
	color: #FFFF00;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.3;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */
	letter-spacing: 2px;
	font-size: 18px;
}
h1 {
	font-size: 20px
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
}

h3 {
	font-size: 16px
}

hr {
	border-top: 0px!important;
	border-left: 0px!important;
	border-right: 0px!important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
}

table {
	width: 100%
}

table td {
	border-collapse: collapse;
	padding: 15px 18px;
	border-top: 1px solid #12141e;
	border-bottom: 1px solid #12141e;
	color: #fff;
	font-size: 14px;
	vertical-align: middle
}

table thead td {
	color: #a97fff;
	text-transform: uppercase
}

img {
	max-width: 100%
}

caption {
	margin-bottom: 15px
}

select {
	background: #040609;
	width: 100%;
	border: 1px solid #36383a;
	color: #fff;
	padding: 17px 40px 17px 15px;
	position: relative;
	color: #fff;
	font-size: 16px;
	-webkit-appearance: none;
	background-image: url(../imagevietnam/select-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
	transition: 0.3s;
	cursor: pointer
}

select:hover {
	border: 1px solid #fc9162;
	box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6)
}

input,
textarea {
	background: #040609;
	border: 1px solid #36383a;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	font-size: 16px;
	transition: 0.3s;
	width: 100%;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */
}

input:hover,
textarea:hover {
	border: 1px solid #fc9162;
	box-shadow: 0px 0px 10px 0px rgba(252, 142, 98, 0.6), inset 0px 0px 10px 0px rgba(252, 142, 98, 0.6)
}

textarea {
	min-height: 120px
}

/* Change the white to any color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #040609 inset !important;
}

/*Change text in autofill textbox*/

input:-webkit-autofill {
	-webkit-text-fill-color: #ffffff !important;
}

.clean {
	padding: 0px;
	margin: 0px;
	background: transparent;
	border: 0px;
	width: 100%;
}

.clean tr {
	padding: 0px;
	margin: 0px;
	background: transparent;
	border: 0px;
}

.clean tr td {
	padding: 5px;
	margin: 0px;
	background: transparent;
	border: 0px;
	text-align: center;
}

.pd-tp-10 {
	padding-top: 10px;
}

.pd-bt-10 {
	padding-bottom: 10px;
}

:focus {
	outline: none
}

::-webkit-input-placeholder {
	color: #656565
}

::-moz-placeholder {
	color: #656565
}

:-moz-placeholder {
	color: #656565
}

:-ms-input-placeholder {
	color: #656565
}

.wrapper {
  width: 1200px;
  padding: 0px 25px;
  margin: 0 auto;
  position: relative;
  background: rgba(0, 0, 0, 0.6); /* nền đen mờ 60% */
  border-radius: 10px; /* tùy chọn: bo góc mềm mại */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* tùy chọn: đổ bóng nhẹ */
}


.flex {
	display: flex;
	flex-wrap: wrap
}

.flex-c {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.flex-s {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-s-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

.flex-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.bright:hover {
	filter: brightness(120%)
}

.logo-mini {
	display: block;
	margin-right: 15px;
}
/* Thanh topPanel trong suốt */
.topPanel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 25px;
  background: none !important;
  box-shadow: none !important;
  z-index: 9999;
}

/* Nhóm nút */
.topPanel-right {
  display: flex;
  gap: 10px;
}

/* Nút có nền riêng từng cái */
.topPanel-right a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 8px;
  color: #fff;
  animation: bgColor 3s linear infinite;
  transition: all 0.3s ease;
}

/* Hiệu ứng nền đổi màu xanh -> đỏ -> vàng */
@keyframes bgColor {
  0%   { background-color: #007b00; }  /* xanh */
  33%  { background-color: #cc0000; }  /* đỏ */
  66%  { background-color: #ffcc00; }  /* vàng */
  100% { background-color: #007b00; }  /* quay lại xanh */
}

/* Thêm delay để 3 nút đổi màu lệch nhau */
.topPanel-right a:nth-child(1) { animation-delay: 0s; }   /* FACEBOOK */
.topPanel-right a:nth-child(2) { animation-delay: 0.5s; } /* ZALO */
.topPanel-right a:nth-child(3) { animation-delay: 1s; }   /* TẢI GAME */

/* Hiệu ứng khi hover */
.topPanel-right a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}



.topPanel-right .sign-in {
    font-size: 18px;
    font-weight: bold;
    color: #fff; 
    text-decoration: none; 
    transition: text-shadow 0.3s ease-in-out; 
    animation: sparkling 1.5s ease-in-out infinite;
}

.topPanel-right .sign-in:hover {
	color: #00FFFF;
    animation: glowing 1.5s ease-in-out infinite; 
}

@keyframes glowing {
    0% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff;
    }
    100% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff;
    }
}

@keyframes sparkling {
    0% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff;
    }
    20% {
        text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff, 0 0 15px #ff00ff, 0 0 25px #ff00ff;
    }
    40% {
        text-shadow: 0 0 5px #ffea00, 0 0 10px #ffea00, 0 0 15px #ffea00, 0 0 20px #ffea00;
    }
    60% {
        text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00, 0 0 15px #00ff00, 0 0 20px #00ff00;
    }
    80% {
        text-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff, 0 0 15px #00ffff, 0 0 25px #00ffff;
    }
    100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff;
    }
}

.topPanel-wrapper {
	width: 100%;
	padding: 0 25px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav li{
	display:inline-block;
	position:relative;
	cursor:pointer
}
.nav li:first-child a{
	color:#fff
}
.nav li a{
	color:#fff;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */
	font-size:18px;
	display:block;
	height:90px;
	padding:0 20px;
	line-height:90px;
	position:relative;
	z-index:1
}
.nav li ul{
	position:absolute;
	left:0;
	top:calc(100%);
	background:rgba(0,0,0,.85);
	padding:25px 0;
	min-width:200px;
	display:none
}
.nav li ul li{
	display:block
}
.nav li ul li:after{
	content:"";
	position:absolute;
	background:url(../imagevietnam/drop-menu-hover.png) no-repeat;
	width:308px;
	height:133px;
	left:-46px;
	top:0;
	margin-top:-47px;
	opacity:0;
	transition:.3s
}
.nav li ul li a{
	font-size:16px;
	padding:15px 50px;
	height:auto;
	line-height:1;
	color:#fcd4c0!important;
	background-image:url(../imagevietnam/drop-menu-icon.png);
	background-position:left -20px center;
	background-repeat:no-repeat
}
.dropdown-menu{
	display:none;
	animation:.3s opas linear
}
.dropdown-toggle.active{
	color:red
}
.nav li:hover a{
	color:red
}
.nav li ul li:hover:after{
	opacity:1
}
.nav li ul li:hover a{
	color:#f88938!important;
	padding:15px 0 15px 70px;
	background-position:left 50px center
}
.nav .sub-menu a{
	padding:0 25px 0 20px
}
.nav .sub-menu li a{
	padding:15px 40px
}
.sub-menu:before{
	content:"";
	position:absolute;
	background:url(../imagevietnam/drop-icon.png) no-repeat;
	width:12px;
	height:8px;
	top:50%;
	margin-top:-4px;
	right:5px
}
.sub-menu-nav:before{
	content:"";
	position:absolute;
	background:url(../imagevietnam/drop-icon.png) no-repeat;
	width:12px;
	height:8px;
	top:50%;
	margin-top:-4px;
	right:0px;
}
.commun-link {
	padding-left: 27px;
	color: #fcedc0;
	font-size: 18px;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */

}
.commun-link:hover {
	color: #cc7954;
}

.sign-in {
	padding-right: 60px;
	color: #fcedc0;
	font-size: 18px;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */
	position: relative;
	cursor: pointer
}

.sign-in:hover {
	color: #cc7954;
}

.sign-in:after {
	content: "";
	position: absolute;
	width: 91px;
	height: 87px;
	right: -26px;
	top: 50%;
	margin-top: -42px;
	transition: 0.3s
}

.sign-in:hover:after {
	color: #cc7954;
	filter: brightness(140%)
}

.topPanel.topPanel-fixed {
	background: rgba(7, 10, 17, 0.95);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2)
}

.topPanel.topPanel-fixed .nav li:hover {
	background: rgba(0, 0, 0, 0.95)
}

.topPanel.topPanel-fixed .dropdown-toggle.active {
	background: rgba(0, 0, 0, 0.95)
}

.topPanel.topPanel-fixed .topPanel-wrapper {
	border-bottom: 0px
}

/* rotate 1 */
.blue-light {
	background: url(../imagevietnam/blue-light.png);
	width: 300px;
	height: 300px;
	top: 5px;
	left: 0px;
	position: absolute;
	animation: 12s p-next linear infinite;
	opacity: 0.7
}

.yellow-light {
	background: url(../imagevietnam/light-hand.png);
	width: 350px;
	height: 350px;
	top: 150px;
	left: 725px;
	position: absolute;
	animation: 12s p-prev linear infinite;
	opacity: 0.5;
}
.reward-light{
	background:url(../imagevietnam/reward-light.png);
	width:140px;
	height:140px;
	top:-10px;
	left:-5px;
	position:absolute;
	animation:12s p-prev linear infinite;
	opacity:.7
}
.reward-light-icon{
	background:url(../imagevietnam/youtub-icon.png) no-repeat;
	position:absolute;
	width:93px;
	height:70px;
	top: 24px;
	left: 15px;
}

@keyframes p-next {
	0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(180deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes p-prev {
	0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(-180deg)
	}
	100% {
		transform: rotate(-360deg)
	}
}

/* rotate 2 */
.hand-animation {
	position: absolute;
	left: 53%;
	margin-left: -625px;
	top: 131px
}

.light-hand {
	background: url(../imagevietnam/light-hand.png);
	width: 350px;
	height: 350px;
	position: absolute;
	top: -105px;
	left: -255px;
	animation: 0s light-hand linear infinite;
	opacity: 0.7
}

.light-hand-two {
	background: url(../imagevietnam/light-hand.png);
	width: 350px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: -50px;
	animation: 20s light-hand-two linear infinite;
	opacity: 0.7
}

.rune-hand {
	background: url(../imagevietnam/rune-hand.png);
	width: 350px;
	height: 350px;
	position: absolute;
	top:  100px;
	left: -200px;
	animation: 15s rune-hand linear infinite;
	opacity: 0.8
}

@keyframes light-hand {
	0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(-180deg)
	}
	100% {
		transform: rotate(-360deg)
	}
}

@keyframes light-hand-two {
	0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(180deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes rune-hand {
	0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(180deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

.sparks>div {
	position: absolute
}

.sparks .spark_1 {
	background: url(../imagevietnam/spark_1.png) no-repeat;
	width: 764px;
	height: 313px;
	right: 0;
	bottom: -120px;
	transform: scale(0.6);
	animation: spark-1 4s linear infinite;
	animation-delay: 1s
}

@keyframes spark-1 {
	0% {
		bottom: -320px;
		transform: scale(0.6);
		opacity: 1
	}
	25% {
		bottom: -240px;
		transform: scale(0.7);
		opacity: 1
	}
	50% {
		bottom: -160px;
		transform: scale(0.8);
		opacity: 1
	}
	75% {
		bottom: -80px;
		transform: scale(0.9);
		opacity: 0.5
	}
	to {
		bottom: 0;
		transform: scale(1);
		opacity: 0
	}
}

.sparks .spark_2 {
	background: url(../imagevietnam/spark_2.png) no-repeat;
	width: 149px;
	height: 335px;
	right: 230px;
	bottom: -320px;
	transform: scale(0.6);
	animation: spark-1 4s linear infinite;
	animation-delay: 2s
}

.sparks .spark_3 {
	background: url(../imagevietnam/spark_3.png) no-repeat;
	width: 128px;
	height: 165px;
	right: 280px;
	bottom: -140px;
	transform: scale(0.6);
	animation: spark-3 4s linear infinite;
	animation-delay: 2s
}

@keyframes spark-3 {
	0% {
		bottom: -140px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1
	}
	25% {
		bottom: -80px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1
	}
	50% {
		bottom: -20px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1
	}
	75% {
		bottom: 40px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5
	}
	to {
		bottom: 100px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.sparks .spark-big {
	background: url(../imagevietnam/spark_4.png) no-repeat;
	width: 794px;
	height: 176px;
	right: 0;
	bottom: -180px;
	transform: scale(0.6);
	animation: spark-5 4s linear infinite
}

@keyframes spark-5 {
	0% {
		bottom: -180px;
		transform: scale(0.6);
		opacity: 1
	}
	25% {
		bottom: -120px;
		transform: scale(0.7);
		opacity: 1
	}
	50% {
		bottom: -60px;
		transform: scale(0.8);
		opacity: 1
	}
	75% {
		bottom: 0;
		transform: scale(0.9);
		opacity: 0.5
	}
	to {
		bottom: 60px;
		transform: scale(1);
		opacity: 0
	}
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.logo {
	position: absolute;
	top: 320px;
	left: -132px;
	width: 100%;
}

.online {
	bottom: 45px;
	position: absolute; 
	right: -260px;
	top: 365px;
	transition: transform .3s;
	filter: brightness(3.0);
	cursor: pointer;
	transform: scale(0.6);
}

.online:hover {
	filter: brightness(130%);
	transform: scale(0.7);
}

.online-active {
	filter: brightness(0.8);
}

.onlineReg {
	padding-top: -10px
}

.only {
	transform: scale(0.7);
}

.only:hover {
	transform: scale(0.8);
}

.vbadge{
	position:absolute;
	top:-10px;
	right:-20px;
	padding:2px;
	border-radius:50px;
	background:#9e5f01;
	color:#fff;
	font-size:8px;
}

.onlineReg-block {
	width: 107px;
	min-height: 120px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */
	padding-top: 95px;
	letter-spacing: 1px
}

.onlineReg-block span {
	display: block;
	color: #ffdda9;
	font-size: 18px;
	margin-bottom: 5px;
	letter-spacing: 2px
}

.block-50 {
	width: calc(50% - 13px);
	height: 300px;
	box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2)
}

.swiper-container {
	width: 100%;
	height: 100%
}

.swiper-news .swiper-slide img {
	max-width: 100%;
	height: 100%
}

.swiper-news .swiper-slide .swiper-news_info {
	opacity: 0;
	transition: 1.5s
}

.swiper-news .swiper-slide.swiper-slide-active .swiper-news_info {
	opacity: 1
}

.swiper-news_info {
	background: url(../imagevietnam/slider-shadow.png) left bottom no-repeat;
	width: 561px;
	height: 245px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 0px 0px 35px 50px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	align-content: flex-end;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */

}

.swiper-news_info span {
	display: block;
	width: 100%;
	background: linear-gradient(#fdde91, #9b311d);
	color: transparent;
	font-size: 60px;
	filter: drop-shadow(0px 0px 20px rgba(200, 128, 82, 0.7));
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
	width: 350px
}

.swiper-news_info p {
	color: #696868;
	font-size: 22px;
	width: 350px;
	margin-bottom: 0px;
	line-height: 1.2
}

.swiper-news-pagination {
	position: absolute;
	background: url(../imagevietnam/slider-arrow-bg.png) no-repeat;
	width: 108px;
	height: 40px;
	right: 35px;
	bottom: 35px;
	z-index: 3
}

.swiper-news-pagination .swiper-button-prev {
	background: url(../imagevietnam/left.png) no-repeat;
	width: 24px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	filter: drop-shadow(0px 0px 20px #c88052)
}

.swiper-news-pagination .swiper-button-prev:after {
	display: none
}

.swiper-news-pagination .swiper-button-next {
	background: url(../imagevietnam/right.png) no-repeat;
	width: 24px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
	filter: drop-shadow(0px 0px 20px #c88052)
}

.swiper-news-pagination .swiper-button-next:after {
	display: none
}

.swiper-news-pagination .swiper-pagination {
	color: #fff;
	font-size: 12px;
	bottom: 13px
}

.swiper-news-pagination .swiper-pagination .swiper-pagination-current {
	color: #cc7954
}


.download {
	position: absolute;
	right: -54px;
	bottom: -80px
}

.download-button {
	background: url(../imagevietnam/download.png) no-repeat;
	width: 447px;
	height: 333px;
	display: block;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */

	color: #ffffff;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 116px 0px 0px 183px
}

.download-button span {
	display: block;
	font-size: 14px;
	color: #cc7954;
	text-transform: none;
	margin-top: 4px
}

.more-downloads {
	top: -135px;
	position: relative;
	z-index: 2;
	color: #fff;
	padding-left: 5px;
	transition: 0.3s
}

.more-downloads a {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	margin: 0px 20px;
	padding: 10px 0px 10px 22px;
	opacity: 0.4
}

.more-downloads a:hover {
	opacity: 1
}

.more-downloads span {
	opacity: 0.4
}

.lang-en {
	background: url(../imagevietnam/flag-icon-en.png) left center no-repeat
}

.lang-pt {
	background: url(../imagevietnam/flag-icon-pt.png) left center no-repeat
}

.lang-es {
	background: url(../imagevietnam/flag-icon-es.png) left center no-repeat
}

main {
    position: relative;
    margin-top: 1080px;
    z-index: 1;
}

.newsBlock {
	background: url(../imagevietnam/news-home-bg.jpg) no-repeat;
	padding: 40px 45px
}

.newsBlock-sidebar {
	background: url(../imagevietnam/news-home-bg.jpg) no-repeat;
	padding: 40px 25px
}
/* ===== CĂN GIỮA THÔNG TIN MÁY CHỦ VIỆT NAM ===== */
#thong-tin-server .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

#thong-tin-server #box1 > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px; /* Khoảng cách giữa các cột */
}

.h2-title-content {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.h2-title {
	align-items: flex-end;
	margin-bottom: 25px
}

.h2-title span {
	position: relative;
	text-transform: uppercase;
	color: #ff2300;
	font-size: 18px;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */

	display: block;
	padding-left: 25px
}

.h2-title span:before {
	content: "";
	position: absolute;
	background: url(../imagevietnam/title-icon.png) no-repeat;
	width: 26px;
	height: 26px;
	left: -5px;
	top: 50%;
	margin-top: -13px;
	filter: drop-shadow(0px 0px 10px #ff2a00)
}

.h2-title a {
	color: #696868;
	font-size: 14px
}

.h2-title a:hover {
	color: #fff
}

.newsLink-news {
	background: url(../imagevietnam/news-icon.png) left top 12px no-repeat
}

.newsLink-maintenance {
	background: url(../imagevietnam/maintenance-icon.png) left top 12px no-repeat
}

.newsLink-events {
	background: url(../imagevietnam/events-icon.png) left top 12px no-repeat
}

.newsLink-patch-notes {
	background: url(../imagevietnam/patch-notes-icon.png) left top 12px no-repeat
}

.newsLink {
	position: relative;
	padding: 13px 0px 13px 50px;
}

.newsLink:after {
	content: "";
	background: url(../imagevietnam/news-hover.png) no-repeat;
	position: absolute;
	width: 64px;
	height: 178px;
	right: -60px;
	top: 50%;
	margin-top: -89px;
	opacity: 0
}

.newsLink-info a {
	display: block;
	color: #fcedc0;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 300px;
	padding: 1px 0px
}

.newsLink-info span {
	color: #696868
}

.newsLink-more {
	color: #cc7954;
	display: block;
	position: relative;
	padding-right: 20px
}

.newsLink-more span {
	opacity: 0;
	transition: 0.3s
}

.newsLink-more:after {
	content: "";
	position: absolute;
	background: url(../imagevietnam/h-right.png) no-repeat;
	width: 8px;
	height: 12px;
	right: 0px;
	top: 50%;
	margin-top: -6px;
	transition: 0.3s
}

.newsLink:hover:after {
	opacity: 1
}

.newsLink:hover .newsLink-info a {
	color: #ffffff;
	text-decoration: underline
}

.newsLink:hover .newsLink-more span {
	opacity: 1
}

.newsLink:hover .newsLink-more:after {
	background: url(../imagevietnam/right.png) no-repeat;
	width: 24px;
	height: 28px;
	margin-top: -14px;
	right: -20px;
	filter: drop-shadow(0px 0px 10px #ff2a00)
}

.rightBodyLinks {
	position: fixed;
	right: 0;
	top: calc(50% - 252px);
	background: transparent;
	background-image: url(../imagevietnam/rbodylink.png);
	padding: 3px 5px 7px 45px;
	height: 505px;
	width: 121px;
	z-index: 8
}

.tableBlock-conten_name_two {
	width: 90%;
	display: flex !important;
	align-items: center;
	color: #fff;
	line-height: 1.2
}

.rightBodyLinks a {
	display: block;
	text-align: center;
	color: #fcedc0;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */
	font-size: 14px;
	margin: 8px 0px
}

.rightBodyLinks a span {
	display: block;
	background-image: url(../imagevietnam/right-panel-bg.png);
	width: 70px;
	height: 70px;
	position: relative;
	transition: 0.3s
}

.rightBodyLinks a span img {
	position: absolute
}

.rightBodyLinks a:hover span {
	background-image: url(../imagevietnam/right-panel-bg-hover.png)
}

.r-wiki span img {
	bottom: 18px;
	left: 18px
}

.r-shop span img {
	bottom: 16px;
	left: 16px
}

.r-forum span img {
	bottom: 16px;
	left: 16px
}

.toTop {
	background: url(../imagevietnam/totop-img.png) left center no-repeat;
	height: 100px;
	display: flex;
	align-items: center;
	min-width: 100px;
	position: fixed;
	left: 0px;
	bottom: 50px;
	padding-left: 105px;
	cursor: pointer;
	transform: rotate(-90deg);
	z-index: 8
}

.toTop span {
	font-size: 12px;
	color: #fff;
	opacity: 0.2;
	/* FIX: ĐÃ XÓA font-family dư thừa (sẽ kế thừa từ body) */
	transition: 0.3s
}

.toTop:hover span {
	opacity: 1
}

.line {
	display: block;
	background: url(../imagevietnam/line.png) center no-repeat;
	width: 100%;
	overflow-x: hidden;
	height: 86px
}

.mainHomeBlock {
	margin-bottom: 40px
}

.mainHomeBlock>div {
	height: 610px
}

.blockHome {
	background:url(../imagevietnam/block-top-bg.png) center top no-repeat,url(../imagevietnam/block-bottom-bg.png) center bottom no-repeat,url(../imagevietnam/block-mid-bg.png) center top no-repeat;
	background-color: #12141f;
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
	padding: 35px 35px;
	width: 364px;
	min-height: 340px;
	background: #08070e9e;
}

.mainHomeBlockPlugin {
	margin-bottom: 0px
}

.mainHomeBlockPlugin>div {
	height: 210px
}

.blockHomePlugin {
	background: url(../imagevietnam/block-arka.png) center top no-repeat;
	background-color: #12141f;
	box-shadow: 0px 10px 15px 4px rgba(0, 0, 0, 0.3);
	padding: 35px 35px;
	width: 364px;
	background:#00000094
}

.h2-title-table {
	border-bottom: 1px solid #22252d;
	padding-bottom: 25px;
	position: relative
}

.tabTable-block {
	display: none
}

.tabTable-block.active {
	display: block
}

/* arka */
.tabTable-block-arca {
	display: none
}

.tabTable-block-arca.active {
	display: block
}

.tabTable-block-ice {
	display: none
}

.tabTable-block-ice.active {
	display: block
}

/* cs */
.tabTable-block-cs {
	display: none
}

.tabTable-block-cs.active {
	display: block
}

.tabTable {
	margin-right: -12px
}

.tabTable-button {
	cursor: pointer;
	display: inline-block;
	margin: 0px 12px;
	position: relative
}

.tabTable-button:after {
	content: "";
	position: absolute;
	width: 50%;
	margin-left: -25%;
	height: 1px;
	background: #fff;
	left: 50%;
	bottom: -26px;
	opacity: 0
}

.tabTable-button.active {
	color: #fff
}

.tabTable-button.active:after {
	opacity: 1
}

/* arka */
.tabTable-button-arca {
	cursor: pointer;
	display: inline-block;
	margin: 0 12px;
	position: relative
}

.tabTable-button-arca:after {
	content: "";
	position: absolute;
	width: 50%;
	margin-left: -25%;
	height: 1px;
	background: #fff;
	left: 50%;
	bottom: -26px;
	opacity: 0
}

.tabTable-button-arca.active {
	color: #fff
}

.tabTable-button-arca.active:after {
	opacity: 1
}

.tabTable-button-ice {
	cursor: pointer;
	display: inline-block;
	margin: 0 12px;
	position: relative
}

.tabTable-button-ice:after {
	content: "";
	position: absolute;
	width: 50%;
	margin-left: -25%;
	height: 1px;
	background: #fff;
	left: 50%;
	bottom: -26px;
	opacity: 0
}

.tabTable-button-ice.active {
	color: #fff
}

.tabTable-button-ice.active:after {
	opacity: 1
}

/* cs */
.tabTable-button-cs {
	cursor: pointer;
	display: inline-block;
	margin: 0px 12px;
	position: relative
}

.tabTable-button-cs:after {
	content: "";
	position: absolute;
	width: 50%;
	margin-left: -25%;
	height: 1px;
	background: #fff;
	left: 50%;
	bottom: -26px;
	opacity: 0
}

.tabTable-button-cs.active {
	color: #fff
}

.tabTable-button-cs.active:after {
	opacity: 1
}
/* ... (phần còn lại của file CSS) ... */
.bonus-item {
    padding-bottom: 0
}
.title-wcoin {
	color: #e23401;
    text-shadow: 0 0 10px #e23401;
    font-size: 22px;
    font-weight: bold;
}

@keyframes flicker {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.flicker {
	transition: all 0.5s ease-in-out; 
	animation: flicker 0.5s ease-in-out infinite alternate;
}

.columns {
  display: flex;
  justify-content: space-between;
}

.column-left, .column-right {
  width: 48%;
}
.column-left1{
  width: 100%;
}

.column-left ul, .column-right ul {
  padding: 0;
}

.column-left li, .column-right li {
  list-style-type: none; 
  margin-bottom: 10px;
}
