/**
* Design By Eggda-Studio
**/
@import url("https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=thai");
@import url("https://fonts.googleapis.com/css?family=Mitr:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=thai");
@import url("https://fonts.googleapis.com/css?family=Asap:400,700|Roboto");

body {
	font-family: "Kanit",sans-serif;
  color: #000;
	margin:0;
	padding:0;
	overflow-x:hidden;
	cursor: url('../../images/cusor.png'),auto;
}
a {
	cursor: url('../../images/link.html'),auto;
}
ul{
	list-style-type:none;
}
a:link{
	text-decoration:none;
	outline:0 !important;
}
a:visited{
	text-decoration:none;
	outline:0 !important;
}
a:hover{
	text-decoration:none;
	outline:0 !important;
}
a:active{
	text-decoration:none;
	outline:0 !important;
}
/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 730px;
	top: 215.5em;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2;
	pointer-events: none;
}
#particles-js2 {
	position: absolute;
	width: 100%;
	height: 1200px;
	top: 10em;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2;
	pointer-events: none;
}
/**
* Header Box Wrapper
**/
.wrapper {
    width: 100%;
	min-width: 1200px;
    height: 3755px;
    background-image: url(../../images/bg_body.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.change {
	position:absolute;
	width:100%;
	min-width: 1200px;
	height: 3755px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../../images/bg_body1.jpg);
	z-index:1;
	-webkit-animation: 5s change infinite linear;
	-moz-animation: 5s change infinite linear;
    -o-animation:  5s change infinite linear;
    -ms-animation: 5s change infinite linear;
	animation: 5s change infinite linear;
}
@-webkit-keyframes change {
	0% {opacity: 1;}
	25% {opacity: 0;}
	50% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes change {
	0% {opacity: 1;}
	25% {opacity: 0;}
	50% {opacity: 1;}
	75% {opacity: 0;}
	100% {opacity: 1;}
}
.header_table {
    width: 1200px;
    position: relative;
    z-index: 2;
    margin: -268.2em auto;
}
.header_img {
    width: 1200px;
	height: 0;
    position: absolute;
    z-index: 3;
}
.header_img>div {
	position: absolute;
}
.img-logo {
	background: url(../../images/logo.png);
	width:915px;
	height:470px;
	position: absolute;
	z-index: 99;
    top: 24em;
    left: 9em;
	z-index: 99;
	-webkit-animation: .5s jumpjumpEffect infinite linear;
	-moz-animation:  .5s jumpjumpEffect infinite linear;
	animation: .5s jumpjumpEffect infinite linear;
}
@-webkit-keyframes jumpjumpEffect {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes jumpjumpEffect {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
	
.img-header {
	-webkit-animation: 5s menu_set infinite linear;
	-moz-animation:  5s menu_set infinite linear;
	animation: 5s menu_set infinite linear;
}
.img-slider {
	background: url(../../images/img-slider.png);
	width:560px;
	height:150px;
	position: absolute;
	z-index: 20;
    top: 57.5em;
    right: 22.5em;
	-webkit-animation: 15s devlEffect infinite linear;
	-moz-animation:  15s devlEffect infinite linear;
	animation: 15s devlEffect infinite linear;
}
@-webkit-keyframes devlEffect {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  95% {
    -webkit-transform: translateY(4%);
    transform: translateY(4%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes devlEffect {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  95% {
    -webkit-transform: translateY(4%);
    transform: translateY(4%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes menu_set {
    0%{ transform-origin:bottom; transform:skewX(2deg) scaleY(1);}
    25%{ transform-origin:bottom; transform:skewX(0deg) scaleY(0.95);}
    50%{  transform-origin:bottom; transform:skewX(-2deg) scaleY(1);}
    75%{ transform-origin:bottom; transform:skewX(0deg) scaleY(0.95);}
    100%{  transform-origin:bottom; transform:skewX(2deg) scaleY(1);}
}
@keyframes menu_set {
    0%{ transform-origin:bottom; transform:skewX(2deg) scaleY(1);}
    25%{ transform-origin:bottom; transform:skewX(0deg) scaleY(0.95);}
    50%{  transform-origin:bottom; transform:skewX(-2deg) scaleY(1);}
    75%{ transform-origin:bottom; transform:skewX(0deg) scaleY(0.95);}
    100%{  transform-origin:bottom; transform:skewX(2deg) scaleY(1);}
}
.status_text {
	-webkit-animation: 8s slogo infinite linear;
	-moz-animation:  8s slogo infinite linear;
	animation: 8s slogo infinite linear;
}
@-webkit-keyframes slogo {
	from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
@keyframes slogo {
	from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
/**
* Status Server Box
**/
.box-status-on {
    text-align: center;
    color: #00720b;
    font-family: 'Asap',sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 0.2px;
	-webkit-text-shadow: 0 2px 3px rgb(82 190 92  / 35%);
    text-shadow: 0 2px 3px rgb(82 190 92 / 35%);
}
.box-status-off {
    text-align: center;
    color: #ff3838;
    font-family: 'Asap',sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 0.2px;
	-webkit-text-shadow: 0 2px 3px rgb(254 171 171 / 35%);
    text-shadow: 0 2px 3px rgb(254 171 171 / 35%);
}
.box-status-player {
    text-align: center;
    color: #f47900;
    font-family: 'Asap',sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    margin-top: 0.2em;
    -webkit-text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.box-status-user {
    text-align: center;
    color: #004ef4;
    font-family: 'Asap',sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    margin-top: 0.5em;
    -webkit-text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.box-status-char {
    text-align: center;
    color: #fff;
    font-family: 'Asap',sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    margin-top: 0.3em;
    -webkit-text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    text-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.rank-box {
	color:#000;
	margin-top:0.5em;
}
.rank-number {
    font-size: 11px;
    color: #fff;
    background-color: #141414;
    border: solid 1px #383838;
    padding: .15em;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
.rank-name {
  font-size: 11px;
    color: #fff;
    background-color: #141414;
    border: solid 1px #383838;
    padding: .15em;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
.rank-point {
  font-size: 11px;
    color: #fff;
    background-color: #141414;
    border: solid 1px #383838;
    padding: .15em;
    border-radius: 50px;
    width: 100%;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
.table-rank {
  width: 100%;
  max-width: 100%;
}
.table-rank > thead > tr > th,
.table-rank > tbody > tr > th,
.table-rank > tfoot > tr > th,
.table-rank > thead > tr > td,
.table-rank > tbody > tr > td,
.table-rank > tfoot > tr > td {
  padding: 4px;
  line-height: 1.25;
  vertical-align: middle;
  border-top: 0;
}
.table-rank > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.table-rank > caption + thead > tr:first-child > th,
.table-rank > thead:first-child > tr:first-child > th,
.table-rank > caption + thead > tr:first-child > td,
.table-rank > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-rank > tbody + tbody {
  border-top: 0;
}
.table-rank .table-rank {
  background-color: transparent;
}
.show-reloadbox {
  padding: 15px;
  border-radius: 4px;
  color: #db2828;
  background-color: #ffe8e6;
  border-color: #ffa5a5;
  width: 96%;
  margin: 0 auto;
  font-family: Tahoma;
  font-size: 12px;
}
/**
* Allnews Event Box
**/
.allnews-row {
    margin-right: 20px;
    margin-left: 60px;
}
.allnews-col {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    width: 33.33333333%;
}
.allnews-box {
	margin-top: 25px;
    width: 320px;
    height: 310px;
    position: relative;
    padding: 10px;
    margin-bottom: 1.5em;
    background-color: black;
    border: solid 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.allnews-box:hover {

}
figure {
    margin: -10px 0 0 -10px;
}
figure {
	width: 320px;
    height: 200px;
	padding: 0;
	background: transparent;
	overflow: hidden;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.boximg-shine {
	margin-bottom: 5px;
}
.boximg-shine figure {
	position: relative;
}
.boximg-shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.boximg-shine figure:hover::before {
	-o-animation: shine .75s ease-in-out;
	-ms-animation: shine .75s ease-in-out;
	-moz-animation: shine .75s ease-in-out;
	-webkit-animation: shine .75s ease-in-out;
	animation: shine .75s ease-in-out;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.allnews-text-harder {
    font-size: 16px;
    font-weight: 300;
	letter-spacing:1px;
    color: #000;
	padding: 5px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: '...';
}
.allnews-text {
	font-size:14px;
	font-weight: 400;
	letter-spacing:0.8px;
	color: #636363;
	padding: 5px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: '...';
}
.allnews-time {
	font-family: Tahoma;
	font-size:11px;
	color:#c3c3c3;
	padding: 5px;
}
.allnews-botton {
	padding: 5px;
}
.btn-view {
    color: #ff5757;
    background-color: #fff;
    border-color: #e8e8e8;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.btn-view:hover {
    color: #333;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}
.btn-view:focus, .btn-view.focus {
    color: #ff5757;
    background-color: #fff;
    border-color: #e8e8e8;
    outline: 0 !important;
}
.btn-view:active, .btn-view.active {
    color: #ff5757;
    background-color: #fff;
    border-color: #e8e8e8;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.allnews-time span {
	font-family: Tahoma;
	float:right;
}
.status-event {
    display: inline;
    padding: .2em .8em .3em .8em;
    font-size: 85%;
    font-weight: 300;
    line-height: 1em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 50em;
    border-radius: 50em;
    -webkite-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}
.bg-notice {
    background-color: #2495cc;
}
.bg-update {
    background-color: #65a72a;
}
.bg-activities {
    background-color: #fd973f;
}
.bg-promotion {
    background-color: #ff6b6b;
}
.bg-gameguide {
    background-color: #9e32b9;
}
/**
* Notice List
 **/
.icon-notice {
	background:url('../../images/icon/news.png') no-repeat;
	margin-top: 5px;
}
.icon-event {
	background: url('../../images/icon/event.png') no-repeat;
	margin-top: 5px;
}
.notice-list ul li {
	padding: 0 0 7px 60px;
	font-family:'Prompt',sans-serif;
	font-size:12px;
	font-weight:200;
	color:#fff;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.notice-list ul li:hover {
	padding: 0 0 7px 65px;
	font-family:'Prompt',sans-serif;
	font-size:12px;
	font-weight:200;
	color:#ff0;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.notice-list ul li a {
	font-family:Tahoma;
	font-size:12px;
	color:#009a71;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.notice-list ul li a:hover {
	font-family:Tahoma;
	font-size:12px;
	color:#69debf;
	text-decoration: none;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}
.notice-list ul li p {
	float:right;
	color:#696969;
	font-family:Tahoma;
	font-size:11px;
	padding-right:0px;
	padding-top: 2px;
}
.war-online {
    background-color: #44ab11;
    color: #fff;
    font-size: 18px;
    padding: 3px 20px 3px;
    border-radius: 30px;
}
/**
* Form Ranking
**/
.nav-tabs { 
	border-bottom: 5px solid #f5f5f5; 
	width: 100%;
  padding-top:5px;
  font-size: 16px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  left: 15%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 
	border-width: 0;
	background-color: transparent;
}
.nav-tabs > li > a { 
	border: none; 
	color:#000;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
	border: none;
	color:#ff0000 !important;
	background: transparent;
}
.nav-tabs > li > a::after { 
	content: "";
	background: #ff0000;
	height: 5px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -4px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { 
	transform: scale(1);
}
**
* Guild War Box
**/
.guild-row {
	margin-top: 5em;
	margin-left: 3em;
}
.guild-box {
    width: 325px;
    height: 90px;
    margin-top: 1.5em;
    margin-left: 0.9em;
    float: left;
    background-color: #242424;
    border: solid 3px #303030;
    border-radius: 6px;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #5f5f5f, 0 0 0 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 0 1px #5f5f5f, 0 0 0 1px rgb(0 0 0 / 8%);
}
.guild-bgem {
	position:relative;
	background:url('../../images/flag.png') no-repeat;
	width:50px;height:101px;
	float: left;
	margin-top: -1.2em;
  margin-left: 1.2em;
	margin-right: .9em;
}
.guild-bgem .icon-em {
	position: absolute;
	width: 24px;
	height:24px;
	background:#ccc;
	border: 1px solid #612711;
    top: 3em;
    left: 1em;
}
.guild-textcastle {
	margin-top: .6em;
  padding: 2px;
	font-size: 14px;
	color: #fff;
}
.guild-textcastle span {
	color: #fff;
}
.guild-textname {
  padding: 1px;
	font-size: 14px;
	color: #fff;
}
.guild-textname span {
	color: #fff;
}
.guild-textmaster {
  padding: 1px;
	font-size: 14px;
	color: #fff;
}
.guild-textmaster span {
	color: #fff;
}
.no-castle {
    margin: 10.5em auto auto 16.8em;
    width: 421px;
	-webkit-animation: 3s castle_r infinite linear;
	-moz-animation:  3s castle_r infinite linear;
	-o-animation:  3s castle_r infinite linear;
	-ms-animation: 3s castle_r infinite linear;
	animation: 3s castle_r infinite linear;
}
@keyframes castle_r {
	0% { opacity:0; }
	50% { opacity:1; }
	100% { opacity:0; }
}
.show-reloadbox {
  padding: 15px;
  border-radius: 4px;
  color: #db2828;
  background-color: #ffe8e6;
  border-color: #ffa5a5;
  width: 96%;
  margin: 0 auto;
  margin-top: 5em;
  font-family: Tahoma;
  font-size: 12px;
}
@keyframes castle_r {
	0% { opacity:0; }
	50% { opacity:1; }
	100% { opacity:0; }
}
.label {
  display: inline;
  padding: 0.1em 0.7em 0.1em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.page_footer {
	position: relative;
	width: 100%;
	height: 90px;
	line-height: 90px;
	margin-top:262em;
	z-index:2;
}

.page_main_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 90px;
background: rose;
    overflow: hidden;

   
}

.page_main_footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -0;
    height: 100%;
    width: 50%; /* Reduced width for a thinner border-like effect */
    background: linear-gradient(
        90deg, /* Changed angle for a more horizontal flow */
        rgba(255, 255, 255, 0.1) 0%, /* Softer starting opacity */
        rgba(255, 255, 255, 0.4) 50%, /* Reduced peak opacity */
        rgba(255, 255, 255, 0.1) 100% /* Softer ending opacity */
    );
    transform: skewX(-10deg); /* Less aggressive skew for a smoother look */
    animation: sweep 5s ease-in-out infinite alternate; /* Slower animation for a gentler effect */
}

@keyframes sweep {
    0% {
        left: -50%; /* Start closer to the edge */
    }
    100% {
        left: 100%; /* End closer to the opposite edge */
    }
}


.footer_container {
	width:100%;
	height: 90px;
	padding-top: 2em;
	margin: 0 auto;
}
.footer_container span {
	text-align: center;
	line-height: 1.5em;
	display: block;
	font-family: 'Tahoma',sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #fff;
}

/* Scrollbar */
body::-webkit-scrollbar { width:5px; height:5px; background-color:#fff;}
body::-webkit-scrollbar-track {background-color:#fff;}
body::-webkit-scrollbar-thumb {background: #eee;}

@media(max-width:1170px){
body,html{
	width:1200px;
	}
}