/**
* 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&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&subset=thai");
@import url("https://fonts.googleapis.com/css?family=Asap:400,700|Roboto");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

body {
	font-family: "Kanit",sans-serif;
	margin:0;
	padding:0;
	background-color: #000;
	overflow-x:hidden;
	cursor: url('../../images/point.cur'),auto;
}
a {
	cursor: url('../../images/link.cur'),auto;
}
ul{
	list-style-type:none;
}
a {
	color: #ff7b52;
	text-decoration: none;
}
a:link{
	text-decoration:none;
	outline:0 !important;
}
a:visited{
	text-decoration:none;
	outline:0 !important;
}
a:hover{
	color: #2c58ff;
	text-decoration:none;
	outline:0 !important;
}
a:active{
	text-decoration:none;
	outline:0 !important;
}

/**
*  Particles JS
**/
#particles-js {
	position: absolute;
	width: 100%;
	height: 550px;
	top: 0;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 5;
	pointer-events: none;
}
/**
* Header Box Wrapper
**/
.wrapper {
    width: 100%;
	min-width: 1280px;
    height: 1550px;
    background-image: url(../../images/bg_page.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.change {
	position:absolute;
	width:100%;
	min-width: 1280px;
	height: 1550px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../../images/bg_page.jpg);
	z-index:1;
	-webkit-animation: 3s change infinite linear;
	-moz-animation:  3s change infinite linear;
	-o-animation:  3s change infinite linear;
	-ms-animation: 3s change infinite linear;
	animation: 3s 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: 1280px;
    position: relative;
    z-index: 2;
    margin: -111em auto;
}
.header_img {
    width: 1280px;
	height: 0;
    position: absolute;
    z-index: 3;
}
.header_img>div {
	position: absolute;
}
.header_logo {
	z-index: 99;
	-webkit-animation: 3s logo infinite linear;
	-moz-animation:  3s logo infinite linear;
	animation: 3s logo infinite linear;
}
@-webkit-keyframes logo {
	0%{transform:scale(1)}
	20%{transform:scale(1.05)}
	30%{transform:scale(.93)}
	45%{transform:scale(1.04)}
	60%{transform:scale(1)}
}
@keyframes logo {
	0%{transform:scale(1)}
	20%{transform:scale(1.05)}
	30%{transform:scale(.93)}
	45%{transform:scale(1.04)}
	60%{transform:scale(1)}
}
/* Download */
.btn-download {
    color: #1a5d34;
    background-color: #3be27e;
    border-color: #3be27e;
    letter-spacing: 1px;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.10);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.10);
	-webkit-transition: .3s all;
    transition: .3s all;
}
.btn-download:hover {
    color: #26cc68;
    background-color: #fff;
    border-color: #3be27e;
	letter-spacing: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .3s all;
	transition: .3s all;
}
.btn-download:focus, .btn-download.focus {
    color: #1a5d34;
    background-color: #2fd872;
    border-color: #2fd872;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	outline: 0 !important;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.10);
}
.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
	font-size:16px;
	font-weight: 400;
}
.table-bordered > tbody > tr > td {
	font-size: 14px;
    font-weight: 400;
	vertical-align: middle;
}
.table-bordered-s {
    border: 1px solid #cecece;
}
.table-bordered-s > thead > tr > th {
    border-bottom-width: 1px;
	font-size:14px;
	font-weight: 400;
}
.table-bordered-s > tbody > tr > td {
	font-size: 12px;
    font-weight: 300;
	vertical-align: middle;
}
.table-bordered-s > thead > tr > th.org {
	background-color: #f9f9f9;
    border-color: #cecece;
    color: #696969;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
}
.table-bordered-s > tbody > tr > td.org {
	background-color: #f9f9f9;
    border-color: #cecece;
    color: #696969;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
}
.table-bordered-s > tbody > tr > td {
	border: 1px solid #cecece;
}
.btn-event {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -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);
	-webkit-transition: .5s all;
	transition: .5s all;
}
.btn-event:hover {
    color: #1559d6;
    background-color: #fff;
    border-color: #4578d6;
	-webkit-text-shadow: none;
	text-shadow: none;
    -webkit-box-shadow: none;
	box-shadow: none;
    border-radius: 0px;
}
.btn-event:focus {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
	outline: 0 !important;
}
.btn-event:active {
    color: #fff;
    background-color: #4578d6;
    border-color: #4578d6;
}
/**
* Register From
**/
.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.well-menu {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    -webkit-box-shadow:0 0 0 4px rgba(0, 0, 0, .02);
    box-shadow:0 0 0 4px rgba(0, 0, 0, .02);
}
.main-header {
	font-family: 'Prompt',sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 20px 0 25px;
    padding-bottom: 7px;
    text-align: center;
}
.guide-header {
	font-family: 'Prompt',sans-serif;
	font-size:16px;
	font-weight: 400;
    color: #59ab28;
	text-transform: uppercase;
    letter-spacing: .1em;
	border-bottom: 1px solid #e8e8e8;
	margin: 1px 0 2px;
	padding-bottom: 7px;
}
.nav-pills > li > a {
    border-radius: 4px;
    color: #63646b;
	font-weight: 300;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #f9f9f9;
    color: #ff2e2e;
	padding-left: 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
small {
    font-size: 50%;
}
.img_header {
	margin-top: 2px;
}
.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.breadcrumb {
    padding: 6px 15px;
    margin-top: 0;
    margin-bottom: 20px;
    list-style: none;
	font-weight:300;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    border-radius: 0px;
    -webkit-box-shadow:0 0 0 4px rgba(0, 0, 0, .02);
    box-shadow:0 0 0 4px rgba(0, 0, 0, .02);	
}
.breadcrumb > li + li:before {
	font-family: FontAwesome;
    padding: 0 10px 0 5px;
    color: #a0a0a0;
    content: "\f105";
}
.breadcrumb > .active {
    color: #a0a0a0;
}
.modal-header {
	border-bottom: none;
}
.modal-title {
	font-family: 'Prompt',sans-serif;
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	padding: 15px;
}
.modal-lg {
	width: 1000px;
	margin: 60px auto 0;
}
.box-sv {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow:0 1px 8px rgba(214, 214, 214, 0.2);
    box-shadow:0 1px 8px rgba(214, 214, 214, 0.2);
}
.box-info {
    border-color: #c8e3ff;
}
.box-green {
    border-color: #eaeaea;
}
.box-sv-body {
    padding: 10px;
}
.line-box {
    margin-top: 12px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eaeaea;
}
.box-text-haeder {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: -5px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #525252;
}
.box-text-haeder small {
    font-size: 75%;
	color: #848484;
}
.list-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #576971;
    padding-left: 20px;
	padding-bottom: 5px;
}
.list-text2 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #576971;
    padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.list-haeder {
    font-size: 10px;
    color: #5387e8;
    padding-left: 25px;
    letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.font-org {
    color: #ff7843;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
}
.font-org2 {
    color: #ff7843;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
}
hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f5f5f5;
}
/**
* Eddga Alert
**/
.eddga-alert {
	font-family: 'Prompt',sans-serif;
	font-size:12px;
	font-weight:300;
	margin-bottom: 20px;
	padding: 10px 15px;
	background:#cce9f2;
	border: 1px solid #86cde3;
	color:#2584a0;
	border-radius: 0px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.30);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}
.eddga-alert-success {
	background: #d8f1c6;
	border-color: #b3cda1;
	color: #749958;
}
.eddga-alert-danger {
	background: #f9d9d9;
	border-color: #e1a1a1;
	color: #b55454;
}
.eddga-alert-warning {
	background: #fbf4dd;
	border-color: #d1c9ae;
	color: #978c68;
}
.eddga-alert-plain {
	background: #f8f8f8;
	border-color: #d1d1d1;
	color: #8c8c8c;
}
.eddga-alert-purple {
    background: #f2edff;
    border-color: #d0c6ea;
    color: #6d4ebb;
}
/**
* Dashboard System
**/
.ui.message {
	background: #fff;
	box-shadow: none;
}
.ui.text.container {
	max-width: 1100px!important;
	font-size: 1.5rem;
}
.ui.form {
    font-size: 1.5rem;
}
.ui.button, .ui.buttons .button, .ui.buttons .or {
    font-size: 1.5rem;
}
.ui.menu {
    font-size: 1.5rem;
}
.ui.segment, .ui.segments .segment {
    font-size: 1.5rem;
}
.ui.statistic>.value, .ui.statistics .statistic>.value {
    font-size: 6rem!important;
}
.ui-red-status {
	color: #DB2828!important;
	font-size: 1em;font-weight: 400;
}
.ui-green-status {
	color: #21BA45!important;
	font-size: 1em;
	font-weight: 400;
}
.ui-org-status {
	color: #ff8433!important;
	font-size: 1em;
	font-weight: 400;
}
.ui.breadcrumb .active.section {
    font-weight: 400;
}
.ui.breadcrumb a {
    color: #657ef9;
}
.date-right {
    color: #000000;
    font-size: 1.28571429rem;
    font-weight: 400;
    padding-top: 5px;
    padding-right: 5px;
}
.ui.label {
	font-weight: 300;
}
.swal2-container.swal2-shown {
	background: linear-gradient(to right, #9655ff, #657ef9);
}
.ui.form .field>label {
    font-weight: 400;
}
/**
* Footer Page
**/
.page_footer {
	position: relative;
	width: 100%;
	height: 90px;
	line-height: 90px;
	margin-top: 135em;
	z-index:2;
}
.page_main_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(90deg, rgba(37,96,222,1) 0%, rgba(121,78,222,1) 100%);
}
.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;
		overflow-x:hidden;
	}
}
