@font-face
{
   font-family: "ThaiSans Neue";
   font-display: swap;
   src: url('ThaiSansNeue-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "ThaiSans Neue Light";
   font-display: swap;
   src: url('ThaiSansNeue-Light.ttf') format('truetype');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes flip
{
   0% { transform: perspective(400px) rotateX(0deg) rotateY(-360deg) scale3d(1,1,1) ;  }
   50% { transform: perspective(400px) rotateX(0deg) rotateY(-180deg) scale3d(1.2,1.2,1.2) ;  }
   100% { transform: perspective(400px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes slide-down-in
{
   0% { transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes unfold
{
   0% { transform: rotateX(0deg) scale3d(0,0,0) ; opacity: 0;  }
   30% { opacity: 1; transform: rotateX(0deg) scale3d(0.4,0.4,1.0) ;  }
   60% { transform: rotateX(0deg) scale3d(0.4,1.0,1.0) ;  }
   100% { transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
a.style1
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:hover
{
   color: #FF8C00;
   text-decoration: none;
}
a.style2
{
   color: #00509F;
   text-decoration: none;
}
a.style2:visited
{
   color: #00509F;
   text-decoration: none;
}
a.style2:active
{
   color: #00509F;
   text-decoration: none;
}
a.style2:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.style3
{
   color: #DC143C;
   text-decoration: none;
}
a.style3:visited
{
   color: #DC143C;
   text-decoration: none;
}
a.style3:active
{
   color: #DC143C;
   text-decoration: none;
}
a.style3:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.style4
{
   color: #000000;
   text-decoration: none;
}
a.style4:visited
{
   color: #000000;
   text-decoration: none;
}
a.style4:active
{
   color: #000000;
   text-decoration: none;
}
a.style4:hover
{
   color: #1E90FF;
   text-decoration: none;
}
a.style5
{
   color: #000000;
   text-decoration: none;
}
a.style5:visited
{
   color: #000000;
   text-decoration: none;
}
a.style5:active
{
   color: #000000;
   text-decoration: none;
}
a.style5:hover
{
   color: #FF0000;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px)
{
}
@media only screen and (min-width: 1440px) and (max-width: 1599px)
{
}
@media only screen and (min-width: 1366px) and (max-width: 1439px)
{
}
@media only screen and (min-width: 1280px) and (max-width: 1365px)
{
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (min-width: 360px) and (max-width: 479px)
{
}
@media only screen and (max-width: 359px)
{
}
