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;
}
/* HTML5 display-role reset for older browsers */
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;
}

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

/* Thanh cuộn trang chính */
html::-webkit-scrollbar,
html.scroll-locked::-webkit-scrollbar  {
  width: 8px;
  height: 8px;
}

html::-webkit-scrollbar-thumb,
html.scroll-locked::-webkit-scrollbar-thumb {
  background: rgba(170, 170, 170, 0.8);
  border-radius: 8px;
  border: 2px solid #1c1c1c;
}
html {
  overflow-y: scroll;
}
html.scroll-locked {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* Thanh cuộn của các phần khác (mờ khi không hover) */
.register-scroll::-webkit-scrollbar,
.item::-webkit-scrollbar,
.ranking-scroll::-webkit-scrollbar,
.hopthoaitintuc::-webkit-scrollbar,
.menu-class::-webkit-scrollbar,
.content-wrapper::-webkit-scrollbar,
.usercp-sidebar::-webkit-scrollbar,
.dialog-xem::-webkit-scrollbar,
.xem-phieu-scroll::-webkit-scrollbar {
  width: 8px; 
  height: 8px;
}

.register-scroll::-webkit-scrollbar-thumb,
.item::-webkit-scrollbar-thumb,
.ranking-scroll::-webkit-scrollbar-thumb,
.hopthoaitintuc::-webkit-scrollbar-thumb,
.menu-class::-webkit-scrollbar-thumb,
.content-wrapper::-webkit-scrollbar-thumb,
.usercp-sidebar::-webkit-scrollbar-thumb,
.dialog-xem::-webkit-scrollbar-thumb,
.xem-phieu-scroll::-webkit-scrollbar-thumb {
  background: rgba(170, 170, 170, 0.1); /* Làm mờ */
  border-radius: 8px;
  border: 2px solid #1c1c1c;
  transition: background 0.3s ease;
}

/* Khi rê chuột vào các phần khác, thanh cuộn rõ hơn */
.register-scroll:hover::-webkit-scrollbar-thumb,
.item:hover::-webkit-scrollbar-thumb,
.ranking-scroll:hover::-webkit-scrollbar-thumb,
.hopthoaitintuc:hover::-webkit-scrollbar-thumb,
.menu-class:hover::-webkit-scrollbar-thumb,
.content-wrapper:hover::-webkit-scrollbar-thumb,
.usercp-sidebar:hover::-webkit-scrollbar-thumb,
.dialog-xem:hover::-webkit-scrollbar-thumb,
.xem-phieu-scroll:hover::-webkit-scrollbar-thumb {
  background: rgba(170, 170, 170, 0.8); /* Hiện rõ hơn khi hover */
}

body {
  width: 100%;
  background: url(../images/fon-bg-top.jpg) center top no-repeat, url(../images/fon-bg-bottom.jpg) center bottom no-repeat;
  background-color: #151518;
  font-family: 'Arial', 'Verdana';
  font-size: 14px;
  line-height: 1;
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
body.loading {
  overflow: hidden;
  height: 100vh;
}
#loading-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(2px);
}

.spinner {
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-top: 5px solid #007bff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#loading-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

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

h1,
h2,
h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  width: 100%;
}
table td {
  padding: 0px;
  vertical-align: middle !important;
  font-size: 16px !important;
}

table tr:first-child td {
  background: url('../img/navbg_alt.jpg') no-repeat top center;
  height: 42px;
  color: #98e0e5;
  font-family: 'Lato', sans-serif;
  font-size: 20px !important;
  font-weight: bold;
}

table tr.no-style td {
  background: none;
  height: auto;
  color: inherit;
  border: none;
  border-bottom: none;
  font-size: inherit;
}

table tr:nth-child(odd) {
  background-color: #3b3b3f;
}
table tr:nth-child(even) {
  background-color: #29292c;
}

.logo-text {
  text-align: left; /* Canh lề trái */
  padding: 20px 0px; /* Khoảng cách bên trong */
  margin-left: 0px; /* Dời toàn bộ sang trái */
}

.logo-text-1, .logo-text-2 p, .logo-text-3 p {
  color: #ffffff; /* Chữ trắng */
  font-family: Arial, sans-serif;
  font-weight: bold; /* Làm nổi bật chữ */
  font-size: 18px; /* Kích thước chữ chung */
  margin: 10px 0; /* Tăng khoảng cách giữa các đoạn */
  line-height: 1.3; /* Tăng khoảng cách giữa các dòng trong cùng một đoạn */
}

.logo-text-1 {
  font-size: 18px; /* Giảm kích thước tiêu đề */
  text-transform: uppercase; /* Chuyển thành chữ in hoa */
  letter-spacing: 1.5px; /* Khoảng cách giữa các chữ */
}

caption {
  margin-bottom: 15px;
}

input,
select {
  background: #1e1e21;
  border: 1px solid #544f4b;
  text-align: center;
  color: #f7ddbf;
  font-size: 14px;
}
/* Ẩn trên Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ẩn trên Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

button,
.button {
  width: 165px;
  height: 60px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
  color: #98e0e5;
  background: url(../images/bg-bottom.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
  text-transform: uppercase; /* In hoa văn bản */
}

button:hover,
.button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.button-border{
  text-transform: uppercase; /* In hoa văn bản */
}

.button-border:after {
  content: "";
  position: absolute;
  text-transform: uppercase; /* In hoa văn bản */
}

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #f7ddbf;
}
::-moz-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #f7ddbf;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container {
  display: flex;
  position: relative;
}

.flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-s { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-s-c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

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

.header{
  min-height: 441px;
  position: relative;
}

/********************************************************** Thanh top bar *******************************************************************/
/*
.global-top-bar {
  position: fixed;
  top: 0px;
  left: 0%;
  transform: translateX(-50%);
  width: 1200px;
  background-color: transparent;
  z-index: 11;
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
  gap: 3px;
}

.global-top-bar-container {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  padding: 3px 0px;
  display: flex;
  gap: 0;
  overflow: hidden;
}

.global-top-bar-menu1,
.global-top-bar-menu2 {
  background: none;
  padding: 0px 15px;
  border-radius: 0;
  line-height: 1.5;
}

.global-top-bar-menu2 .top-line {
  justify-content: center;
  width: 100%;
}

.top-line {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 0px;
}

.bottom-line {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

.global-top-bar-menu1 div,
.global-top-bar-menu2 div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.global-top-bar a {
  color: #fff !important;
}

.global-top-bar a:hover {
  color: #98e0e5 !important;
}

.global-top-bar a.logout {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  color: red !important;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

.global-top-bar a.logout:hover {
  box-shadow: 0 0 10px #98e0e5; 
}

.global-top-bar-menu-switcher {
  background: none;
  padding: 0px 15px;
  border-radius: 0;
  display: flex;
  align-items: center;
  color: #fff;
}

.global-top-bar-menu-switcher select {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  color: #98e0e5;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 14px;
}
.global-top-bar-menu-switcher select:hover {
  box-shadow: 0 0 10px #98e0e5; 
}
.global-top-bar-menu-switcher select:focus {
  outline: none;
  box-shadow: 0 0 10px #98e0e5; 
}
.global-top-bar-menu-switcher label {
  font-weight: normal;
}
*/
/*********************************************************************** Thanh top panel *******************************************************/
.top-panel {
  width: 100%;
  position: absolute;
  z-index: 10;
  background: url(../images/fon-menu.jpg) center no-repeat;
  height: 92px;
  margin-top: 25px;
}
.top-inner {
  display: flex;
  width: 100%;
  max-width: 1250px;
  justify-content: space-between;
  align-items: stretch;
  margin-right: 30px;
}
.top-left,
.top-center,
.top-right {
  box-sizing: border-box;
}
.separator {
  width: 1px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.2);
  align-self: center;
}
/*********************************** TOP-LEFT ****************************************/
.top-left {
  width: 250px;
  display: flex;
  align-items: center;
  gap: 0px;
}
.logo1 {
  height: 40px;
  width: auto;
  display: block;
}
.players-online {
  margin: 0 auto;
  text-align: center;
  color: #999;
  font-size: 13px;
  line-height: 1.2;
  padding: 8px 12px;
  border-radius: 6px;
  min-width: 160px;
}

.players-online hr {
  width: 120px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 6px auto;
}

.players-online strong {
  font-size: 26px;
  color: #98e0e5;
  font-weight: none !important;
  display: block;
  padding-bottom: 3px;
}
.players-online .time-info {
  font-size: 11px;
  margin-top: 3px;
}

/********************************* TOP-CENTER *****************************/
.top-center {
  width: 810px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.top-menu {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: 0px;
}
.menu a,
.menu .sub-menu a,
.menu .mega-menu a,
.menu .mega-column a {
  cursor: pointer;
}
.menu {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  z-index: 9;
}

.menu li {
  margin-right: 23px;
  padding-left: 28px;
}

.menu a {
  color: #fff; 
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.menu li:first-child a {
  color: #98e0e5;
}
.menu li:hover a,
.menu li:hover a .arrow {
  color: #98e0e5; /* xanh nhạt */
}
.menu li:nth-child(1) {
  background: url(../images/home-icon-hover.png) no-repeat;
}
.menu li:nth-child(2){
  background: url(../images/news-icon.png) no-repeat;
}
.menu li:nth-child(2):hover{
  background: url(../images/news-icon-hover.png) no-repeat;
}
.menu li:nth-child(3) {
  background: url(../images/reg-icon.png) no-repeat;
}
.menu li:nth-child(3):hover{
  background: url(../images/reg-icon-hover.png) no-repeat;
}
.menu li:nth-child(4){
  background: url(../images/download-icon.png) no-repeat;
}
.menu li:nth-child(4):hover{
  background: url(../images/download-icon-hover.png) no-repeat;
}
.menu li:nth-child(5){
  background: url(../images/ranking-icon.png) no-repeat;
}
.menu li:nth-child(5):hover{
  background: url(../images/ranking-icon-hover.png) no-repeat;
}
.menu li:nth-child(6){
  background: url(../images/about-icon.png) no-repeat;
}
.menu li:nth-child(6):hover{
  background: url(../images/about-icon-hover.png) no-repeat;
}
.menu li:nth-child(n) {
  height: 30px;
  padding-top: 5px;
}
.menu li:nth-child(n) .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 16px;
  padding: 20px 0px 18px 0px;
  width: auto;
  white-space: nowrap;
  background: url(../images/fon-menu.jpg) center no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.menu li:nth-child(n):hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/********************************************* Sub-Menu ***************************************/
.has-sub .arrow,
.submenu-parent .arrow {
  font-size: 10px;
  margin-left: 5px;
  color: #888;
}
.menu li.menu-item-has-children {
  position: relative; /* Đảm bảo sub-menu định vị dựa trên mục menu cha */
}
.menu li.menu-item-has-children .sub-menu li,
.menu li.menu-item-has-children .mega-menu li,
.menu li.menu-item-has-children .mega-colum li {
  background: none !important;
  white-space: nowrap; /* Ngăn chữ xuống dòng */
}
.mega-menu a:first-of-type {
  margin-top: 20px;
}
.mega-menu a:not(:last-child) {
  margin-bottom: 15px;
}
.sub-menu a:hover,
.mega-column a:hover {
  transform: translateX(8px);
}
.group-title {
  font-weight: bold;
  color: #337ab7;
  text-transform: uppercase !important;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  display: block;
  pointer-events: none;
}
/********************************************* Mega-Menu ***************************************/
.menu li:nth-child(6) .mega-menu {
  font-size: 16px;
  position: absolute;
  top: 100%;
  left: -500%;
  width: auto;
  padding: 25px 28px 28px 28px;
  background: url(../images/fon-menu.jpg) center no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 999;
  display: flex;
  gap: 60px; /* Khoảng cách giữa 2 cột */
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: all 0.3s ease;
}
.menu li:nth-child(6):hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/* Sub menu chữ thường */
.sub-menu li a,
.mega-column a {
   text-transform: none !important;
   font-size: 17px !important;
}

/*--------------------------- language ----------------------------------*/
.languages {
  display: flex;
  gap: 10px;
  align-items: center; 
  z-index: 11;
  margin-bottom: 8px;
}

.languages a:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}
/*********************** TOP-RIGHT ********************************/
.top-right {
  width: 190px;
  height: 92px;
  display: flex;
  align-items: center;
  padding: 0 5px 0 18px;
  box-sizing: border-box;
}

.top-right form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.top-right input[type="text"],
.top-right input[type="password"] {
  font-size: 12px;
  padding: 4px 6px;
  width: 100%;
  border: 1px solid #444;
  border-radius: 4px;
  background-color: #111;
  color: #fff;
  box-sizing: border-box;
  height: 28px;
}

.login-pass-row {
  display: flex;
  gap: 4px;
}

.login-pass-row input[type="password"] {
  flex: 1;
  min-width: 0;
}

.button-small2 {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #98e0e5;
  background: url(../images/button-small.png) no-repeat;
  border: none;
  cursor: pointer;
  padding: 0;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.forgot-links {
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}

.forgot-links a {
  color: #999;
  text-decoration: none;
  font-size: 11px;
}
/* ----------------------- */
.top-right-loggedin {
  margin-left: 0px;
  text-align: left;
  line-height: 1.8;
  color: #fff;
}
span.separator2 {
  color: #999;
  margin: 0 3px;
}
.account-info,
.account-balance {
  white-space: nowrap;
  overflow: hidden;
}
.logout {
  color: red !important;
  font-weight: bold;
  transition: all 0.3s ease;
}

.logout:hover {
  color: #ff4d4d !important; /* đỏ sáng hơn */
  text-shadow: 0 0 5px rgba(255, 0, 0, 0.8); /* ánh sáng đỏ */
  background-color: rgba(255, 0, 0, 0.1); /* nền nhạt */
  border-radius: 3px;
  padding: 2px 4px;
}

.account-links {
  margin-left: 12px;
}
.account-links a:hover {
  color: #98e0e5 !important;
}
/* ----------- Thông báo khi login ------------ */
.floating-login-message {
    position: fixed;
    left: 50%;
    z-index: 9999;
    display: inline-block;
}

.login-message-wrapper {
    animation: fadeInDown 0.5s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-message {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 16px 20px;
    min-height: 60px;
    min-width: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    color: #98e0e5;
    box-shadow: 0 0 15px #98e0e5;
}

.floating-login-message.fade-out {
    animation: fadeOut 1s forwards;
}
@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.login-message.error {
    color: #ff4c4c;
    box-shadow: 0 0 15px #ff4c4c;
}
.login-message.warning {
    color: #f9d94a;
    box-shadow: 0 0 15px #f9d94a;
}
.login-message.success {
    color: #4cd964;
    box-shadow: 0 0 15px #4cd964;
}
.login-message.info {
    color: #98e0e5;
    box-shadow: 0 0 15px #98e0e5;
}
/*******************************************************/

.logo {
  display: block;
  position: absolute;
  top: 350px;
  transition: 0.3s;
}

.logo:hover,
.logo1:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.top-modules {
	display: flex;
	justify-content: space-between; /* hoặc flex-start nếu không muốn giãn cách */
	align-items: flex-start; /* căn đỉnh nếu 2 khối không cùng chiều cao */
}

.fast-button {
  display: flex;
  flex-direction: column; /* <-- thêm dòng này để xếp dọc */
  align-items: center;     /* (tùy chọn) căn giữa ngang */
  gap: 2px;               /* (tùy chọn) khoảng cách giữa các block */
  padding-top: 100px;
  margin-bottom: 35px;
}

.download-block  {
  display: flex;
  height: 197px;
  width: 398px;
  background: url(../images/download-button.png) no-repeat;
  margin-bottom: 1px;
}

.download-block a {
  font-size: 30px;
  color: #1a5477;
  padding-left: 172px;
  padding-top: 111px;
  text-align: left;
  text-shadow: #79c6db 0px 1px;
  font-weight: 600;
}

.download-block span {
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(#98e0e5, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-shadow:none;
}

.download-block p{
  font-size: 14px;
  font-style: italic;
  padding-top: 10px;
}

.download-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

/* servers
-----------------------------------------------------------------------------*/

.status-block {
  background: url(../images/status-bg.png) no-repeat;
  height: 125px;
  width: 398px;
  margin: 0 0px;
}

.server {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../images/img-server-top.png) no-repeat;
  font-size: 14px;
}

.server .server-name {
  color: #fff;
}

.server .status-online {
  color: #ccfa6a;
  float: right;
}


.server-bottom {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../images/img-server-bottom.png) no-repeat;
  font-size: 14px;
}

.server-bottom .server-name {
  color: #fff;
}

.server-bottom .status-offline {
  color: #f74133;
  float: right;
}

.progress-bar-on {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-on:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-on span {
  height: 17px;
  background: url(../images/line-server-on.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.progress-bar-off {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-off:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-off span {
  height: 17px;
  background: url(../images/line-server-off.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.desc {
  color: #b2eaf4;
  font-size: 12px;
  text-decoration: underline;
}

.desc:hover {
  text-decoration: none;
}

/* servers end
-----------------------------------------------------------------------------*/

/* Header
-----------------------------------------------------------------------------*/

.content{
  margin-top: 35px;
}

.login-block{
  float: left;
  width: 400px;
  height: 377px;
  background: url(../images/fon-account-bg.jpg) repeat;
  padding-left: 35px;
  padding-right: 35px;
  border-right: 2px solid #000;
}

.widget-title{
  font-size: 16px;
  padding-top: 36px;
  padding-bottom: 10px;
  text-transform: uppercase; /* Chuyển đổi chữ sang viết hoa */
  word-spacing: 0px; /* Tạo khoảng cách 10px giữa các từ */
}

.input-user {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.input-user input {
  width: 330px;
  height: 83px;
  padding-top: 23px;
  background: url(../images/fon-input-user.png) no-repeat;
  border: none;
}

.input-pass {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.input-pass input {
  width: 330px;
  height: 83px;
  padding-top: 23px;
  background: url(../images/fon-input-pass.png) no-repeat;
  border: none;
}

.lost {
  padding-top: 12px;
}

.lost a{
  font-size: 14px;
  color: #98e0e5;
}

.lost a:hover{
  color: #98e0e5;
  text-decoration: underline;
}

/*slider*/

.slider {
  overflow: hidden;
  position: relative;
  width: 800px;
  height: 380px;
  margin-top: 172px;
} 

.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 800px;
  height: 380px;
}
.slider .slides .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide-info span{
  font-weight: 800;
  width: 90px;
  height: 36px;
  margin-left: 115px;
  margin-top: 30px;
  background: linear-gradient(#f7ddbf, #fff);
  font-size: 36px;
  font-style: italic;
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
}

.slide-text-big{
  font-weight: 800;
  font-size: 60px;
  width: 800px;
  height: 60px;
  margin-top: -30px;
  margin-left: 80px;
  font-style: italic;
  background: linear-gradient(#f7ddbf, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;   
}

.slide-text p{
  text-align: right;
  padding-left: 100px;
  margin-top: 20px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
}

.slide-text1 p{
  width: 800px;
  margin-top: -30px;
  padding-left: 50px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
}

.slider .slides .slide-info {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}

.slider .arrows {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 145px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
}

.slider .arrows:hover {
  cursor: pointer;
  opacity: 1;
}
.slider .next {
  background: url(../images/arrow-right.png) no-repeat;
  right: 1px;
}

.slider .prev {
  background: url(../images/arrow-left.png) no-repeat;
  left: 1px;
}
.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider .navigation .dot {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  background-color: #fff;
  margin: 0px 20px;
}
.next:hover,
.prev:hover {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0px 20px;
  background-color: #98e0e5;
  position: relative;
}
.slider .navigation .active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px #98e0e5;
}

/*slider end*/

.fast-links{
  display: flex;
  margin-top: 5px;
}

.fast-links span{
  margin-right: 3px;
}

/*fast 1*/

.fast-links-left{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-left.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
}

.fast-links-left span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
}

.fast-links-left p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-left:before {
  content: "";
  background: url(../images/hero-links.png) no-repeat;
  width: 251px;
  height: 125px;
  position: absolute;
  left: 147px;
  transition: 0.3s;
}

.fast-links-left:hover:before {
  left: 137px;
}

/*fast 2*/
.fast-links-center{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-center.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
}

.fast-links-center span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
}

.fast-links-center p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-center:before {
  content: "";
  background: url(../images/hero-links-center.png) no-repeat;
  width: 251px;
  height: 125px;
  position: absolute;
  left: 131px;
  transition: 0.3s;
}

.fast-links-center:hover:before {
  left: 116px;
}

/*fast 3*/
.fast-links-right{
  width: 398px;
  height: 125px;
  background: url(../images/fast-links-right.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
}

.fast-links-right span {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
}

.fast-links-right p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-right:before {
  content: "";
  background: url(../images/hero-links-right.png) no-repeat;
  width: 251px;
  height: 125px;
  position: absolute;
  left: 184px;
  transition: 0.3s;
}

.fast-links-right:hover:before {
  left: 169px;
}

/*last news   more news*/

.content-last-news{
margin-top: 2px;
}

.content-more-news{
  position: relative;
  width: 800px;
  background-color: #29292c;
  border-radius: 5px;
  overflow: hidden;
}

.content-top{
  display: flex;
}

.last-news{
  display: flex;
}

.last-news-top{
  height: 93px;
  background: url(../images/fon-bg-news.png) no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 37px 35px 0px 35px;
  margin-bottom: 2px;
  font-family: 'Lucida Sans Unicode';
}

.last-more-top{
  position: relative;
  top: -3px;
  height: 60px;
  background: url(../images/fon-news-moreb.png) no-repeat;
  color: #fff;
  font-weight: bold;
  padding-top: 18px;
  padding-left: 35px;
  z-index: 10;
  text-transform: normal !important;
  text-align: center; /* Căn giữa nội dung */
  margin-left: auto;
  margin-right: auto; /* Căn giữa phần tử */
}

.last-news-top-small{
  font-size: 25px;
  font-weight: bold !important;
  text-transform: normal;
}

.last-more-top a{
  float: right;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding-top: 3px;
  text-transform: normal !important;
}

.last-news-top a{
  float: right;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-family: 'Lucida Sans Unicode';
  padding-top: 3px;
}

.last-news-top a:hover{
  text-decoration: underline;
}

.last-news-fon{
  width: 798px;
  height: 532px;
  background: url(../images/line-news.jpg) center top no-repeat, url(../images/line-news.jpg) center bottom no-repeat;
  background-color: #29292c;
  padding: 35px;
  margin-left: 2px;
}

.last-news-event{
  width: 398px;
  height: 491px;
  background: url(../images/line-news.jpg) center top no-repeat, url(../images/line-news.jpg) center bottom no-repeat;
  background-color: #29292c;
  padding: 0px;
  margin-left: 2px;
}

.last-more-fon {
  padding: 0px 35px;
}

.last-more-fon ul{
  line-height: 1.6;
  margin-bottom: 10px;
}

.last-more-fon li:hover{
  cursor: pointer;
  text-decoration: underline;
  color: #98e0e5;
}

.last-news-title {
  font-size: 20px;
  padding-bottom: 25px;
  font-weight: bold;
  text-transform: none !important; /* Đảm bảo chữ không bị chuyển thành in hoa */
}

.last-news-title a {
  color: #fff;
  text-decoration: none;
  line-height: 21px;
}

.last-news-title a:hover {
  text-decoration: underline;
}

.news-img{
  width: 328px;
  height: 195px;
  box-shadow: 0em 10px 25px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  transition: 0.3s;
  transform: scale(1);
}

.last-more-fon img{
  box-shadow: 0em 10px 25px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.news-img:hover{
  transform: scale(1.02);
}

.last-news-text{
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
  color: #f7ddbf;
  font-weight: normal; /* Đảm bảo không tô đậm */
}

.last-news-bottom{
  display: flex;
  position: absolute;
  margin-top: 395px;
}

.last-news-time{
  display: flex;
  padding-top: 10px;
  color: #5a676f;
  margin-right: 159px;
}

.last-news-time p{
  display: flex;
  font-size: 16px;
  color: #98e0e5;
  margin-top: -10px;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  background-color: #34393e;
  margin-right: 2px;
}

.button-small{
  display: flex;
  width: 86px;
  height: 31px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #98e0e5;
  background: url(../images/button-small.png) no-repeat;
  justify-content: center;
  align-items: center;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.button-small:hover{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration:none !important;
}
/*last news end*/

/*--block-widget--*/

.block-widget{
  display: flex;
  margin-top: 10px;
}

.block-widget span{
  margin-left: 3px;
}

.block-widget-more-top{
  display: flex;
  justify-content: center;
}

.block-widget-more{
  margin-top: 10px;
  margin-right: 3px;
}

.widget-fon{
  background: url(../images/fon-players-bg-bottom.jpg) center bottom no-repeat;
  background-color: #29292c;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
}

.block-players{
  padding: 0px 35px 35px 35px;
  width: 398px;
  margin-top: 4px;
}

.block-widget-title{
  background: url(../images/fon-players-bg.png) no-repeat;
  width: 398px;
  height: 116px;
  right: 35px;
  top: -12px;
  padding: 45px;
}

.block-widget-title{
  color: #fff;
  font-family: 'Verdana';
  position: relative;
}

.widget-title-text{
  font-size: 18px;
  font-weight: bold;
}

.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}


.top-block.guild .score {
  margin-right: 20px; /* Khoảng cách cách lề phải */
  padding-left: 55px; /* Khoảng cách cách lề trái */
  white-space: nowrap; /* Ngăn văn bản xuống hàng */
}

.top-block {
  width: 100%;
  padding-bottom: 15px;
}

.top-title,
.top-list {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #f7ddbf;
}

.top-title {
  color: #fff;
  font-size: 15px;
  font-weight: none;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}

.top-list {
  height: 41px;
  transition: 0.3s;
}

.top-list:hover {
 background-color: #3c3c44;
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.top-title span,
.top-list span {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-number {
  flex: 0 0 40px; /* Cố định chiều rộng cột số thứ tự */
  text-align: center;
}

.top-flag {
  flex: 0 0 60px; /* Cố định chiều rộng cột hình ảnh */
  display: flex;
  justify-content: center;
}

.top-name {
  flex: 2; /* Cột tên chiếm nhiều không gian hơn */
  text-align: left; /* Căn trái cho tên */
}

.top-name a {
  color: #f7ddbf; /* Màu vàng giống số thứ tự và cấp độ */
  text-decoration: none; /* Xóa gạch chân */
  transition: color 0.3s ease; /* Hiệu ứng mượt mà khi hover */
}

.top-lvl {
  flex: 1;
  text-align: right !important;
}

.top-pk {
  flex: 1;
  text-align: right !important;
  margin-right: 18px;
}
.top-pk-time {
  flex: 1.5;
}
.top-Res {
  flex: 1;
  text-align: center;
}
/*--block-widget end--*/

/*widget Discussions*/
.admin-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
margin-right: 26px;
}

.discussions-content-top{
  margin-top: -11px;
  margin-bottom: 32px;
}

.discussions-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-message{
  float: right;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #34393e;
  color: #98e0e5;
  font-size: 11px;
}

.discussions-text{
  padding-left: 16px;
  font-size: 14px;
}

.discussions-text-bt{
  padding-left: 16px;
  font-size: 14px;
  color: #5a676f;
}

.discussions-content-block:hover .discussions-text-bt{
  color: #8b6757;
}

.discussions-text-bt a{
  color: #fccca0;
}
.discussions-text-bt a:hover{
  text-decoration:none;
}


.discussions-content-block{
  padding-bottom: 11px;
  padding-top: 11px;
  transition: 0.4s;
}

.discussions-content-block:hover{
background-color: #3c3c44;
box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
transition: 0.4s;
margin: 0px -40px 0px -40px;
padding: 11px 26px 11px 26px;
}

.discussions-content-block:hover .discussions-text {
  color: #fff;
}

.discussions-content-block:hover .discussions-message {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #59626b;
  color: #98e0e5;
}

/*widget Discussions end*/

/*MEDIA*/

.media-fon{
  width: 1200px;
  min-height: 265px;
  background-color: #29292c;
  padding: 35px 35px 5px 35px;
}
.slick-list:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, rgba(41, 41, 44, 1), rgba(57, 43, 33, 0));
  z-index: 1;
}
.slick-list:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  right: 0px;
  top: 0px;
  background: linear-gradient(to left, rgba(41, 41, 44, 1), rgba(57, 43, 33, 0));
  z-index: 1;
}
.slick-slider-slide {
  padding: 15px;
}
.slick-slider-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform: scale(1);
}

.slick-slider-slide img {
  display: block;
}
.slick-center a {
  transform: scale(1.1);
}
.slick-center a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 1);
  top: 0px;
  left: 0px;
}
/*MEDIA END*/

/*To top*/

.toTop-fon{
  display: flex;
  justify-content: center;
  height: 62px;
  background: url(../images/fon-totop.png) no-repeat;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.toTop {
  background: url(../images/fon-circle.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
}

.toTop:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(152, 224, 229, 1);
  filter: drop-shadow(0px 0px 5px rgba(152, 224, 229, 0.5));
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* to top end*/


/* Footer
-----------------------------------------------------------------------------*/
.footer{
  min-height: 330px;
}

.footer-block-t {
  transform: translateY(33px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-menu li {
  display: inline-block;
  margin: 15px 20px;  /* 15 23 */
}

.f-menu li a {
  text-transform: uppercase;
  color: #5a676f;
  font-size: 14px;
}

.f-menu li a:hover{
  color: #98e0e5;
}

.f-menu li a:active{
  color: #98e0e5;
}

.footer-end{
  margin-top: 40px;
}

.footer-block-coperite {
  width: 250px;
  float: left;
  color: #5a676f;
  padding-top: 40px;
  line-height: 1.5; /* Tạo khoảng cách giữa các dòng */
}


.footer-block-coperite a{
  color: #98e0e5;
}

.footer-block-coperite a:hover{
  text-decoration: underline;
}

.footer-block-r {
  display: flex;
  flex-direction: column;   /* Đặt chiều dọc cho các phần tử con */
  align-items: center;     /* Canh giữa tất cả các phần tử con */
  float: right;  
}

.soc-block {
  display: flex;
  margin-bottom: 24px;    /* Khoảng cách dưới cùng cho khối biểu tượng */
/*  margin-top: -10px;     /* Điều chỉnh để đẩy lên trên */
}

.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;     /* Khoảng cách giữa các biểu tượng */
  background-color: #3f3f44;
  height: 33px;
  width: 33px;
}

.soc-block a:hover {
  box-shadow: inset 0px 0px 5px 0px rgba(152, 224, 229, 1);
  filter: drop-shadow(0px 0px 5px rgba(152, 224, 229, 0.5));
}

.thoigianmaychu {
  display: flex;
  flex-direction: row;    /* Xếp hàng ngang cho thời gian */
  gap: 30px;        /* Khoảng cách giữa các khối thời gian */
  align-items: center;    /* Canh giữa theo chiều dọc */
}

.thoigianmaychu1 {
  text-align: center;     /* Canh giữa nội dung bên trong */
  color: #ccc;
}
/*
.footer-time {
  font-size: 45px;
  color: #ffecb2;
  font-weight: bold;
  position: relative;
  top: -10px;
}
*/
.footer-time {
  font-size: 45px;
  color: #98e0e5 ;   /* f7ddbf 98e0e5 */
  font-weight: bold;
  position: relative;
  top: -20px;         /* Điều chỉnh vị trí nếu cần */
}

.footer-logo{
  text-align:center;
}

.footer-logo:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

.templstock{
  padding-bottom: 47px;
}

.templstock:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

/*animations*/
.big-light {
  width: 355px;
  height: 364px;
  position: absolute;
  right: -95px;
  bottom: -50px;
  animation-name: big-light;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 1;
  background: url(../images/big-light.png) no-repeat;
}

@keyframes big-light {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(360deg);
  }
}

.light {
  float: left;
  width: 290px;
  height: 297px;
  position: absolute;
  bottom: -50px;
  left: 330px;
  animation-name: light;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 1;
  background: url(../images/light.png) no-repeat;
}

@keyframes light {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(360deg);
  }
}

.sparks-sparks{
  left: 1150px;
  position: absolute;
  top: 690px;
}

.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}

.sparks-1 {
  background-image: url(../images/sparks-1.png);
  width: 117px;
  height: 136px;
  right: 200px;
  bottom: 0px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.sparks-2 {
  background-image: url(../images/sparks-2.png);
  width: 219px;
  height: 176px;
  right: 200px;
  bottom: 30px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  opacity: 0;
}

.sparks-3 {
  background-image: url(../images/sparks-3.png);
  width: 438px;
  height: 281px;
  right: 100px;
  bottom: 20px;
  background-position: left 0px bottom 0px;
  animation-name: sparks-3;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes sparks-1 {
  0% {
  right: 200px;
  bottom: 10px;
  opacity: 0;
  }
  33% {
  right: 210px;
  bottom: 20px;
  opacity: 0.5;
  transform: scale(1.1);
  }
  70% {
  right: 220px;
  bottom: 30px;
  opacity: 1;
  transform: scale(1.1);
  }
  100% {
  right: 230px;
  bottom: 40px;
  opacity: 0;
  transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
  right: 210px;
  bottom: 40px;
  opacity: 0;
  }
  33% {
  right: 220px;
  bottom: 50px;
  opacity: 0.5;
  transform: scale(1.1);
  }
  70% {
  right: 230px;
  bottom: 60px;
  opacity: 1;
  transform: scale(1.1);
  }
  100% {
  right: 240px;
  bottom: 70px;
  opacity: 0;
  transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
  right: 120px;
  bottom: 30px;
  opacity: 0;
  }
  33% {
  right: 140px;
  bottom: 50px;
  opacity: 0.5;
  transform: scale(1.1);
  }
  70% {
  right: 160px;
  bottom: 70px;
  opacity: 1;
  transform: scale(1.1);
  }
  100% {
  right: 180px;
  bottom: 90px;
  opacity: 0;
  transform: scale(1.1);
  }
}

.dowload-link{
  color: #f7ddbf;
}

.dowload-link:hover{
  text-decoration:underline;
}

/************************************************************************************************ momentum ******************************************************************************/

.admincp-button {
  position:absolute;
  top:130px;
  left:30px;
}

/* PANEL SIDEBAR EVENT TIMERS */
.panel-sidebar-events {
  width: 398px;
  height: auto;
/*  background: url(../images/line-news.jpg) center top no-repeat, url(../images/line-news.jpg) center bottom no-repeat;
  background-color: #29292c; */
  font-size: 15px;
  border-radius: 0 !important;
  margin-left: auto; /* Sát lề phải */
}


.panel-heading {
  background: url('../img/navbg_alt.jpg') no-repeat top center;
  height: 42px;
  color: #98e0e5;
  font-family: 'Lato', sans-serif;
  border: 0px;
}

.panel-title {
  font-weight: bold;
  color: #98e0e5; /* Đổi màu thành màu xanh bạn muốn */
  text-align: center;
  margin-top: 0px; /* Thay đổi giá trị này để điều chỉnh khoảng cách */
}

  .panel-sidebar-events > .panel-body {
    color: #ddd;
  }
    .panel-sidebar-events > .panel-body > .table {
      margin-bottom: 0px !important;
    }

.event-schedule-open {
  color: #00ff00;
}

.event-schedule-inprogress {
  color: #ffff00;
}

.bigtext {
  font-size: 14px !important;
}

.smalltext {
  font-size: 11px !important;
  position: relative;
  top: -0px;
}


/**************** TinTuc *******************/
.tintuc-sukien {
  display: flex;
  margin-top: 3px;
}
.tintuc-left {
  margin-top: -3px;
}
.tintuctong {
  width: 799px;
  height: 460px; /* 495 */
  padding: 0px;
  overflow: hidden;
}

.item {
  background: url(../images/line-news.jpg) center top no-repeat, 
        url(../images/line-news.jpg) center bottom no-repeat;
  background-color: #29292c;
  height: 150px;
  overflow: hidden;
  margin-top: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
}
.item:hover .item-title a {
  color: #98e0e5 !important;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

.item:hover {
  transform: translateX(8px);
}
.item-heading {
  display: flex;
  justify-content: space-between; /* Đưa tiêu đề và ngày tháng về hai bên */
  align-items: center;
  height: 40px;
  background: url('../img/navbg_alt.jpg') no-repeat top center;
  border: 0px;
  overflow: hidden;
}

.item-title {
  font-size: 20px;
  margin: 0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  text-transform: none;
}

.item-title a {
  color: #98e0e5 !important; /* Đảm bảo màu #98e0e5 áp dụng lên thẻ a */
  text-decoration: none; /* Loại bỏ gạch chân nếu cần */
}

.item-date {
  font-size: 14px;
  color: #ccc;
  white-space: nowrap;
  margin-right: 15px;
}

.item-body {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  color: #fff;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 16px;
  padding: 8px 8px 8px 15px;
}

.pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #999;
  margin-bottom: 0px; /* 20px */
}

.page-numbers {
  font-weight: normal;
  color: #999;
}

.trangtruoc, .trangsau {
  color: #999;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.trangtruoc {
  margin-right: 0px; /* Khoảng cách giữa mũi tên trái và số trang */
}

.trangsau {
  margin-left: 0px; /* Khoảng cách giữa mũi tên phải và số trang */
}

.trangtruoc:hover, .trangsau:hover {
  background-color: #f0f0f0;
}

.page-number {
  color: #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  margin: 0 3px;
}

.page-number:hover {
  background-color: #444;
}

.page-number.active {
  background-color: #98e0e5;
  color: #000;
  font-weight: bold;
  border: 1px solid #98e0e5;
}

/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
	background: #333;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0px auto;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
	.myaccount-character-block img {
		width: 100px;
		height: auto;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
		.myaccount-character-block img:hover {
			-webkit-filter: brightness(120%);
			filter: brightness(120%);
		}
.myaccount-character-block-location {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 2px;
	line-height: 1.2;
}
.myaccount-character-block-level {
	position: relative;
	top: -65px;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
}
.myaccount-character-name a {
	font-weight: bold;
	font-size: 16px;
}