/**
* Design By Eggda-Studio
**/
@import url("https://fonts.googleapis.com/css?family=Prompt: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 {
	background: url(../../images/bg_body.jpg) no-repeat center top;
	color:#fff;
	font-family: "Prompt",sans-serif;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
ul{
	list-style:outside none none;
	margin:0;
	padding:0
}
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;
}
.text_admin_talk {
	color: white;
	-weibkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
	font-size: 12px;
	padding-top: .9em;
	font-weight: 300;
	letter-spacing: 1px;
}
/**
* Nav Bar Menu
**/
.navbar_menu .navbar_menu_bg {
	width:100%;
	height:56px;
	margin:0 auto;
	background-color: rgba(0, 0, 0, 0.60);
	-webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.08), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	position:fixed;
	z-index:50;
}
.navbar_container {
	height:56px;
	position:relative;
}
.navbar_menu .dropdown_menu {
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:100%;
	z-index:5;
	margin-left:-1px;
	left:0;
	width:130%;
	transform:translateY(2em);
	z-index:-1;
	transition:all .5s ease-in-out 0s,visibility 0s linear .5s,z-index 0s linear 0s;
}
.navbar_menu .dropdown_menu {
    font-size: 12px;
    background-color: rgba(12, 12, 12, 0.80);
    border: 1px solid #000;
    border-top: 0;
    padding: 0 auto;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.10);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.navbar_menu .navbar_container:hover .dropdown_menu {
	visibility:visible;
	opacity:1;
	z-index:1;
	transform:translateY(0%);
	transition-delay:0s,0s,0.3s;
}
.navbar_menu .dropdown_menu a {
	padding:10px 5px 10px 8px;
	text-align:left;
	font-weight: 200;
	border-bottom: solid 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu .dropdown_menu a:hover {
	padding-left:13px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu .dropdown_menu>li:last-child a{
	border-bottom:0;
}
.navbar_menu ul{
	width:1170px;
	margin:0 auto;
	list-style:none;
	padding-left:65px;
}
.navbar_menu nav a{
	cursor: pointer;
	color:#fff;
	font-family:'Prompt',sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	display:block;
	padding:8px 22px;
	text-decoration:none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar_menu nav a:hover{
	color:#fff34e;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
.navbar_menu nav ul,.navbar_menu nav ul li{
	list-style-type:none;
	padding:0;
	margin:0;
}
.navbar_menu nav span{
	font-weight:300;
	display:block;
	font-size:70%;
	text-transform: uppercase;
}
.navbar_menu nav .arrow:after {
    width: 9px;
    height: 11px;
    background: url(../../images/angel.png) center top no-repeat;
    position: absolute;
    left: calc(50% - 4px);
    bottom: 5px;
    content: '';
}
.navbar_menu nav>ul{
	text-align:center;
}
.navbar_menu nav>ul>li{
	display:inline-block;
	border-left: solid 1px rgba(255, 255, 255, 0.09);
}
.navbar_menu nav>ul>li:first-child{
	border-left:none;
}
@-webkit-keyframes angel_wing
	{
	0% {
	bottom: 13px;
	}
	50% {
	bottom: 10px;
	}
	100% {
	bottom: 13px;
	}
}
@keyframes angel_wing
	{
	0% {
	bottom: 13px;
	}
	50% {
	bottom: 10px;
	}
	100% {
	bottom: 13px;
	}
}
/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 650px;
	top: 79px;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2;
	pointer-events: none;
}
/**
* Header Box Wrapper
**/
.warpper-table {
	width:1200px;
	border-spacing: 0;
    border-collapse: collapse;
}
.header_table {
    width: 1200px;
    position: relative;
    z-index: 5;
    margin: -64.2em auto;
}
.header_img {
    width: 1200px;
	height: 0;
    position: absolute;
    z-index: 8;
}
.header_img>div {
	position: absolute;
}
.vdo-main{
	width:100%;
	background: url(../../images/bg_top.html) no-repeat center top;
	height: 890px;
	overflow:hidden;
	position: relative;
}
.player{
	z-index:-100;
	height: 100%;
}
.player>iframe {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 1110px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
}
.scanline {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: -10px;
}
.menuline {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 59em;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.header_logo {
	background: url(../../images/icon/logo_body.png);
	width: 500px;
	height: 500px;
	position: absolute;
	z-index: 99;
    top: -20em;
    left: 21.5em;
	-webkit-animation: 8s heart infinite linear;
	-moz-animation:  8s heart infinite linear;
	animation: 8s heart infinite linear;
}
@-webkit-keyframes heart {
  0%, 100% {
    -webkit-transform: scale(1);opacity:0.8;
    transform: scale(1);opacity:0.8; }
  30%, 80% {
    -webkit-transform: scale(1.15);opacity:1;
    transform: scale(1.15);opacity:1; } 
  40%, 60% {
    -webkit-transform: scale(1);opacity:0.8;
    transform: scale(1);opacity:0.8; } 
  50%, 70% {
    -webkit-transform: scale(0.8);opacity:1;
    transform: scale(0.8);opacity:1; } 
}

@keyframes heart {
  0%, 100% {
    -webkit-transform: scale(1);opacity:0.8;
    transform: scale(1);opacity:0.8; }
  30%, 80% {
    -webkit-transform: scale(1.15);opacity:1;
    transform: scale(1.15);opacity:1; } 
  40%, 60% {
    -webkit-transform: scale(1);opacity:0.8;
    transform: scale(1);opacity:0.8; } 
  50%, 70% {
    -webkit-transform: scale(0.8);opacity:1;
    transform: scale(0.8);opacity:1; } 
}
.header_banner {
	background: url(../../images/icon/btn_video.html);
	width: 171px;
	height: 186px;
	position: absolute;
	z-index: 5;
    top: 19em;
    right: 37em;
	-webkit-animation: 4s banner infinite linear;
	-moz-animation:  4s banner infinite linear;
	animation: 4s banner infinite linear;
}
@-webkit-keyframes banner {
	0%, 100% {
		-webkit-transform: rotate(0deg);transform: rotate(0deg); opacity: 1;}
	10%, 50% {
		-webkit-transform: rotate(-3deg);transform: rotate(-3deg);-webkit-transform-origin: 80% 100%;transform-origin: 80% 100%; opacity: .5;}
	30%, 70% {
		-webkit-transform: rotate(3deg);transform: rotate(3deg);-webkit-transform-origin: 20% 100%;transform-origin: 20% 100%; opacity: 1;}
}
@keyframes banner {
	0%, 100% {
		-webkit-transform: rotate(0deg);transform: rotate(0deg); opacity: 1;}
	10%, 50% {
		-webkit-transform: rotate(-3deg);transform: rotate(-3deg);-webkit-transform-origin: 80% 100%;transform-origin: 80% 100%; opacity: .5;}
	30%, 70% {
		-webkit-transform: rotate(3deg);transform: rotate(3deg);-webkit-transform-origin: 20% 100%;transform-origin: 20% 100%; opacity: 1;}
}
/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
* Status Server Box
**/
.box-status-online {
    text-align: center;
    color: #9cff18;
    font-family: 'Asap',sans-serif;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-text-shadow: 0 0 8px #2d4000;
    text-shadow: 0 0 8px #2d4000;
}
.box-status-offline {
    text-align: center;
    color: #ffa825;
    font-family: 'Asap',sans-serif;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: 1px;
    -webkit-text-shadow: 0 0 8px #8a0000;
    text-shadow: 0 0 8px #8a0000;
}
.box-status-player {
    text-align: center;
    color: #ffe84f;
    font-family: 'Asap',sans-serif;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.box-status-account {
    text-align: center;
    color: #509eff;
    font-family: 'Asap',sans-serif;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1.5px;
	margin-bottom: 2px;
}
.box-status-charall {
    text-align: center;
    color: #f36fee;
    font-family: 'Asap',sans-serif;
    font-size: 2em;
    font-weight: 600;
	margin-bottom: 15px;
}
/**
* Notice List
 **/
.icon-notice {
	background:url('../../images/icon/news.png') no-repeat;
	margin-top: 5px;
	margin-left: 3px;
}
.icon-event {
	background: url('../../images/icon/event.png') no-repeat;
	margin-top: 5px;
	margin-left: 3px;
}
.icon-update {
	background: url('../../images/icon/update.png') no-repeat;
	margin-top: 5px;
	margin-left: 3px;
}
.icon-promo {
	background: url('../../images/icon/promotion.png') no-repeat;
	margin-top: 5px;
	margin-left: 3px;
}
.notice-list ul li {
	padding: 0 0 7px 55px;
	border-bottom: 1px dashed #060606;
	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;
	border-bottom: 1px dashed #060606;
	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:#50fff5;
	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;
}
.box_popup {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	color: #000;
	padding: 15px;
	transform: scale(0.8);
	min-height: 300px;
}
.popup_visible .boxpopup {
	transform: scale(1);
}
.box_popup .in_popup{
	font-size:16px;
	width: 500px;
	min-height: 500px;
}
.box_popup .in_close{
	text-align: center;
}
.box_popup .in_close button {
	background-color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-size:14px;
	font-weight:400;
	padding:5px 24px;
	text-decoration:none;
	outline: 0 !important;
}
.box_popup .in_close button:hover {
	background-color:#e9e9e9;
}
.box_popup .in_close button:active {
	position:relative;
	top:1px;
}
/**
* Guild War Box
**/
.guild-row {
	margin-top: 0em;
	margin-left: 0.45em;
}
.guild-box {
    width: 300px;
    height: 90px;
    margin-top: 1.2em;
    margin-left: 0.6em;
    float: left;
    background-color: #232323;
    border: solid 1px #424242;
    border-radius: 6px;
    color: #fff;
}
.guild-bgem {
	position:relative;
	background:url('../../images/flag.png') no-repeat;
	width:50px;height:101px;
	float: left;
	margin-top: -1.2em;
    margin-left: 0.5em;
	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: 1.5em;
    padding: 2px;
    font-size: 11px;
    color: #8eff6a;
}
.guild-textcastle span {
	color: #fff;
}
.guild-textname {
  padding: 1px;
	font-size: 11px;
	color: #6fdeff;
}
.guild-textname span {
	color: #fff;
}
.guild-textmaster {
  padding: 1px;
	font-size: 11px;
	color: #fff256;
}
.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; }
}
.rank-box {
	color:#000;
	margin-top:-1.5em;
	margin-left: 3px;
	width: 280px;
}
.rank-number {
  font-size: 10px;
  color: #fff;
  background-color: #171717;
  border: solid 1px #313131;
  padding: .50em;
  border-radius: 3px 0 0 3px;
  width: 100%;
  letter-spacing:0.5px;
  margin: 0 auto;
}
.rank-name {
  font-size: 10px;
  color: #fff;
  background-color: #171717;
  border: solid 1px #313131;
  padding: .50em;
  border-radius: 0px;
  letter-spacing:0.5px;
  width: 100%;
  margin: 0 auto;
}
.rank-point {
  font-size: 10px;
  color: #fff;
  background-color: #171717;
  border: solid 1px #313131;
  padding: .50em;
  border-radius: 0 3px 3px 0;
  width: 100%;
  letter-spacing:0.5px;
  margin: 0 auto;
}
.table-rank {
  width: 100%;
  max-width: 100%;
  margin-top:0em;
}
.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: 5px;
  line-height: 9.8px;
  vertical-align: middle;
  border-top: 0;
}
.table-rank > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0;
	color: #000;
	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;
  margin-top: 1em;
  font-family: Tahoma;
  font-size: 12px;
}
@keyframes castle_r {
	0% { opacity:0; }
	50% { opacity:1; }
	100% { opacity:0; }
}
/**
* Modal
**/
.modal-body {
	padding: 0px 15px 0px;
}
.modal-lg {
	width: 900px;margin: 100px auto 0;
}
.modal-old {
	width: 813px;
	margin: 8em auto;
}
.modal-body2 .close {
  margin-top: -11px;
}
.modal-body2 {
	padding: 5px;
}
.modal-header {
	border-bottom: none;
}
.modal-header .close {
	margin-top: -10px;
}
.modal-open {
  overflow:hidden;
  overflow-y:scroll;
  padding-right:0 !important;
}
.modal.fade .modal-dialog {
   -webkit-transform: scale(0.9);
   -moz-transform: scale(0.9);
   -ms-transform: scale(0.9);
   transform: scale(0.9);
   top: 300px;
   opacity: 0;
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   transition: all .2s linear;
}

.modal.fade.in .modal-dialog {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transform: translate3d(0, -300px, 0);
   transform: translate3d(0, -300px, 0);
   opacity: 1;
}
.close {
	float: right;
	font-size: 30px;
	font-weight: normal;
}
.close:hover, .close:focus {
	outline: 0 !important;
}
.panel2 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-modal {
    border-color: #fff;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #3c64ff;
}
.table > thead > tr > th {
    vertical-align: bottom;
    color: #ff7736;
	 font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f9f9f9;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 12px;
    border-top: 1px solid #f9f9f9;
}
.btn-save {
    color: #ff8581;
    background-color: #fff;
    border-color: #ffb3b1;
    border-width: 1px;
    letter-spacing: 0.5px;
	-webkit-transition: .5s all;
    transition: .5s all;
}
.btn-save:hover {
    color: #fff;
    background-color: #ef706d;
    border-color: #ef706d;
    border-width: 1px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn-save:focus {
    color: #bb4b48;
    background-color: #ffafad;
    border-color: #ec9492;
    border-width: 1px;
    outline: 0 !important;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.45);
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.45);
}
.btn-save:active {
    color: #fff;
    background-color: #ff9491;
    border-color: #ff9491;
    border-width: 1px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
}
.btn:active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .20);
}
.swal2-container.swal2-shown {
	background: linear-gradient(to right, #9655ff, #657ef9);
}
/* 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;
	}
}