@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");

:root {
    --h1-color: red;
    --h2-color: rgb(52, 242, 248);
    --h3-color: rgb(250, 252, 249);
    --h4-color: yellow;
    --h5-color: rgb(2, 94, 2);
    --font-menu: rgb(247, 211, 11);
    --color-phu: rgb(250, 196, 19);
	--color-hover: black;
    --color-chinh: rgb(243, 219, 5);
}
/*RESET-----------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    list-style: none;
	text-decoration: none;
}
/*HTML------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*BODY------------------------------------------------*/
body {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	overflow-x:hidden;
	background-image: url(../../images/bg_body3.jpg);
	background-position: top center;
    background-repeat: no-repeat;
	width: 100%;
	min-width: 1200px;
	height: 920px;
    position: relative;
	cursor: url('../../images/point.cur'),auto;
}

a {
	cursor: url('../../images/link.cur'),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: 400px;
	top: 0px;
	background-image: url('');
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2;
	pointer-events: none;
}

/*REGISTER HEAD------------------------------------------------------------------*/
.header {
	width: 100%;
	height: 150px;
}

.header_menu {
	width: 100%;
	height: 100px;
	justify-content: center;
	top: 0px;
	display: flex;
	flex-direction: row;
}
/*REGISTER HEAD END---------------------------------------------------------------*/

/*LOGIN style---------------------------------------------------------------------*/
.containerlg {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    height: 700px;
    max-height: 700px;
}


.containerlg__login {
    display: flex;
    margin-top: 70px;
    background-image: linear-gradient(0, rgba(138, 170, 230, 0.055), #f1525294);
    border: 1px solid rgb(206, 25, 25);
    box-shadow: 0 5px 15px rgba(240, 70, 70, 0.5);
    width: 450px;
    max-width: 450px;
    height: 100%;
    max-height: 500px;
}

.containerlg__login:hover {
    background-color: #eee;
    opacity: 90%;
    border: 2px solid rgb(206, 25, 25);
    box-shadow: 0 10px 20px rgba(247, 31, 31, 0.5);
}

.containerlg__login__menu {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 30px;
    margin-right: 30px;
}

.containerlg__login__menu__header {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 25px;
}

.containerlg__login__menu__header__h3 {
    font-size: 35px;
    font-weight: 700;
    color: var(--color-hover);
    text-shadow: 0 0 0.2em rgb(240, 225, 15), 0 0 0.2em rgb(240, 229, 132)
}

.containerlg__login__menu__error {
    padding-bottom: 15px;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: red;
}

.containerlg__login__menu__form {
    max-width: 100%;
    padding: 10px 0;
    display: flex;
}

.containerlg__login__menu__form__text {
    min-width: 130px;
    height: 30px;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.containerlg__login__menu__form__input {
    flex: 1;
    height: 30px;
    padding: 0 5px;
    font-size: 16px;
}

.containerlg__login__menu__check {
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.containerlg__login__menu__check__box {
    color: black;
    font-size: 13px;
    margin-left: 5px;
}

.containerlg__login__menu__check__foget {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.containerlg__login__menu__check__foget a {
    font-size: 14px;
    font-weight: 500;
    color: red;
}

.containerlg__login__menu__check__foget:hover {
    font-weight: 700;
}

.containerlg__login__menu__check__foget a:hover {
    color: blue;
    /*text-shadow: 2px 2px #ff0000;*/
    text-shadow: 0 0 3px #2704f0, 0 0 5px #24f708;
}

.containerlg__login__menu__button {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.containerlg__login__menu__button button {
    margin: auto;
    width: 160px;
    height: 45px;
    background-image: linear-gradient(0, rgba(138, 170, 230, 0.055), #5ceeeebd);
    border: 1px solid #1c036194;
    border-radius: 10px;
    color: rgb(25, 1, 134);
    font-size: 20px;
    font-weight: 600;
    opacity: 0.8;
    cursor: pointer;
}

.containerlg__login__menu__button button:hover {
    background-image: linear-gradient(0, rgba(132, 231, 157, 0.486), #18d7f8);
    border: 1px solid rgb(7, 131, 247);
    box-shadow: 0 5px 25px rgba(37, 234, 241, 0.5);
    color: var(--color-hover);
    opacity: 1;
}

.containerlg__login__menu__button button.active {
    background-image: linear-gradient(0, rgba(132, 231, 157, 0.486), #18d7f8);
    border: 1px solid rgb(7, 131, 247);
    box-shadow: 0 5px 25px rgba(37, 234, 241, 0.5);
    color: var(--color-hover);
    opacity: 1;
}

.containerlg__login__menu__footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.containerlg__login__menu__footer label {
    font-size: 13px;
    color: black;
}

.containerlg__login__menu__footer a {
    font-size: 14px;
    font-weight: 500;
    color: red;
}

.containerlg__login__menu__footer a:hover {
    color: blue;
    /*text-shadow: 2px 2px #ff0000;*/
    text-shadow: 0 0 3px #2704f0, 0 0 5px #24f708;
}
/*REGISTER style----------------------------------------------------*/
.containerrg {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: transparent;
    margin-top: 100px;
    margin-left: 30px;
    margin-right: 30px;
    height: 660px;
    max-height: 660px;
}

.containerrg__reg {
    display: flex;
    margin-top: 2px;
    background-image: linear-gradient(0, rgba(138, 170, 230, 0.055), #09f75094);
    border: 1px solid rgb(5, 56, 18);
    box-shadow: 0 5px 15px rgba(26, 180, 34, 0.5);
    width: 500px;
    max-width: 500px;
    height: 100%;
    max-height: 590px;
}

.containerrg__reg__menu {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.containerrg__reg__menu__header {
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.containerrg__reg__menu__header__h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--h5-color);
    text-shadow: 0 0 0.2em rgb(243, 229, 31), 0 0 0.2em rgb(240, 229, 132)
}

.containerrg__reg__menu__error {
    padding-bottom: 10px;
    max-width: 100%;
    text-align: center;
    background-color: transparent;
}

.containerrg__reg__menu__error label {
    font-size: 10px;
    font-weight: 500;
    color: red;
}

.containerrg__reg__menu__form {
    max-width: 100%;
    padding: 5px 0;
    display: flex;
}

.containerrg__reg__menu__form__text {
    min-width: 180px;
    height: 30px;
    padding: 2px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-chinh);
}

.containerrg__reg__menu__captcha__preview {
    color: #f10505;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    letter-spacing: 5px;
    border: 1px dashed red;
    font-family: "momospace";
}

.containerrg__reg__menu__form select {
    width: 280px;
}

.containerrg__reg__menu__form__text__sex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.containerrg__reg__menu__form__text__sex__men input {
    width: 18px;
    height: 18px;
}

.containerrg__reg__menu__form__text__sex__girl input {
    width: 18px;
    height: 18px;
}

.containerrg__reg__menu__form__input {
    flex: 1;
    height: 30px;
    padding: 0 5px;
    font-size: 14px;
}


.containerrg__reg__menu__button {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.containerrg__reg__menu__button button {
    margin: auto;
    width: 160px;
    height: 45px;
    background-image: linear-gradient(0, rgba(138, 170, 230, 0.055), #5ceeeebd);
    border: 1px solid #1c036194;
    border-radius: 10px;
    color: rgb(25, 1, 134);
    font-size: 20px;
    font-weight: 600;
    opacity: 0.8;
    cursor: pointer;
}

.containerrg__reg__menu__button button:hover {
    background-image: linear-gradient(0, rgba(132, 231, 157, 0.486), #18d7f8);
    border: 1px solid rgb(7, 131, 247);
    box-shadow: 0 5px 25px rgba(37, 234, 241, 0.5);
    color: var(--color-hover);
    opacity: 1;
}

.containerrg__reg__menu__footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.containerrg__reg__menu__footer label {
    font-size: 13px;
    color: rgb(247, 243, 243);
}

.containerrg__reg__menu__footer a {
    font-size: 14px;
    font-weight: 500;
    color: rgb(10, 10, 10);
}

.containerrg__reg__menu__footer a:hover {
    color: red;
}
/*LOSSPASS style------------------------------------------------------------------*/
.containerlp {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: transparent;
    margin-top: 80px;
    margin-left: 30px;
    margin-right: 30px;
    height: 550px;
    max-height: 550px;
}

.containerlp__loss {
    display: flex;
    margin-top: 30px;
    background-image: linear-gradient(0, rgba(138, 170, 230, 0.055), #09f75094);
    border: 1px solid rgb(5, 56, 18);
    box-shadow: 0 5px 15px rgba(26, 180, 34, 0.5);
    width: 500px;
    max-width: 500px;
    height: 100%;
    max-height: 550px;
}

.containerlp__loss__menu {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.containerlp__loss__menu__header {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.containerlp__loss__menu__header__h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--color-hover);
    text-shadow: 0 0 0.2em rgb(243, 229, 31), 0 0 0.2em rgb(240, 229, 132)
}

.containerlp__loss__menu__error {
    padding-bottom: 10px;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: red;
}

.containerlp__loss__menu__form {
    max-width: 100%;
    padding: 5px 0;
    display: flex;
}

.containerlp__loss__menu__form__text {
    min-width: 180px;
    height: 30px;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-chinh);
}

.containerlp__loss__menu__form select {
    width: 280px;
}

.containerlp__loss__menu__form__text__sex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.containerlp__loss__menu__form__text__sex__men input {
    width: 18px;
    height: 18px;
}

.containerlp__loss__menu__form__text__sex__girl input {
    width: 18px;
    height: 18px;
}

.containerlp__loss__menu__form__input {
    flex: 1;
    height: 30px;
    padding: 0 5px;
    font-size: 13px;
}

.containerlp__loss__menu__button {
    display: flex;
    padding-top: 20px;
    padding-bottom: 25px;
    cursor: pointer;
}

.containerlp__loss__menu__button button {
    margin: auto;
    width: 160px;
    height: 45px;
    background-image: linear-gradient(0, rgba(138, 170, 230, 0.055), #5ceeeebd);
    border: 1px solid #1c036194;
    border-radius: 10px;
    color: rgb(25, 1, 134);
    font-size: 20px;
    font-weight: 600;
    opacity: 0.8;
    cursor: pointer;
}

.containerlp__loss__menu__button button:hover {
    background-image: linear-gradient(0, rgba(132, 231, 157, 0.486), #18d7f8);
    border: 1px solid rgb(7, 131, 247);
    box-shadow: 0 5px 25px rgba(37, 234, 241, 0.5);
    color: var(--color-hover);
    opacity: 1;
}

.containerlp__loss__menu__footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.containerlp__loss__menu__footer label {
    font-size: 14px;
    color: rgb(247, 243, 243);
}

.containerlp__loss__menu__footer a {
    font-size: 16px;
    font-weight: 600;
    color: rgb(240, 55, 8);
}

.containerlp__loss__menu__footer a:hover {
    color: var(--color-phu);
}

/*DOWNLOAD style------------------------------------------------------------------*/
.containerdl {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: transparent;
    margin-top: 70px;
    margin-left: 30px;
    margin-right: 30px;
    height: auto;
    max-height: 550px;
}

.containerdl__download {
    margin-top: 30px;
    background-image: linear-gradient(0, rgba(138, 170, 230, 0.055), #04c7f894);
    border: 1px solid rgb(69, 69, 71);
    box-shadow: 0 5px 15px rgba(67, 208, 212, 0.5);
    width: 1000px;
    max-width: 1000px;
    height: 550px;
    max-height: 550px;
}

.containerdl__download__top {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.containerdl__download__top__header { 
    background-color: bisque;
    width: 400px;
    height: 400px;
    opacity: 60%;
}

.containerdl__download__top__header h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-den);
    text-align: center;
}

.containerdl__download__top__header span {
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
}

.containerdl__download__top__header span font {
    font-size: 14px;
    font-weight: 600;
    color: blue;
}

.containerdl__download__top__header span p {
    font-size: 13px;
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
}

.containerdl__download__top__main {
    background-color: transparent;
    width: 600px;
    max-height: 400px;
    height: 100%;
    display: flex;
}

.containerdl__download__top__main iframe {
    width: 600px;
    height: 400px;
    margin: auto;
}

/*DOWNLOAD table------------------------------------------------------------------*/
.containerdl__download__table {
    background-image: linear-gradient(0, rgba(67, 170, 156, 0.5), #ccc);
    width: 100%;
    max-width: 1000px;
    height: 100%;
    max-height: 200px;
    display: flex;
    flex-direction: column;
}

.containerdl__download__table table {
    max-width: 100%;
    border: 1px solid black;
}

.containerdl__download__table table tbody tr {
    max-width: 100%;
    height: 35px;
    background-image: linear-gradient(0, rgba(235, 247, 128, 0.055), #3cadf894);
}

.containerdl__download__table table tbody tr td {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-do);
    text-align: center;
}

.containerdl__download__table__a {
    background-color: white;
    color: black;
    border: 1px solid #4bacda;
    border-radius:5px;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-family: "Lucida Sans Unicode";
}

.containerdl__download__table__a:hover {
    font-weight: 600;
    background-color: #4bacda;
    border: 1px solid #f51e66;
    color:rgb(243, 10, 99);
}

/* 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;
	}
}
