@font-face
{
   font-family: "DB Ozone X";
   font-display: swap;
   src: url('../DBOzoneX.woff') format('woff'),
        url('../DB Ozone X.ttf') format('truetype'),
        url('../DBOzoneX.eot') format('embedded-opentype');
}
@-webkit-keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@-moz-keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@-webkit-keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #F0F0F0;  }
   50% { box-shadow: 0px 0px 15px 15px #F0F0F0;  }
   100% { box-shadow: 0px 0px 5px #F0F0F0;  }
}
@-moz-keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #F0F0F0;  }
   50% { box-shadow: 0px 0px 15px 15px #F0F0F0;  }
   100% { box-shadow: 0px 0px 5px #F0F0F0;  }
}
@keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #F0F0F0;  }
   50% { box-shadow: 0px 0px 15px 15px #F0F0F0;  }
   100% { box-shadow: 0px 0px 5px #F0F0F0;  }
}
@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes animate-font-size
{
   0% { font-size: 100%;  }
   50% { font-size: 200%;  }
   100% { font-size: 100%;  }
}
@-moz-keyframes animate-font-size
{
   0% { font-size: 100%;  }
   50% { font-size: 200%;  }
   100% { font-size: 100%;  }
}
@keyframes animate-font-size
{
   0% { font-size: 100%;  }
   50% { font-size: 200%;  }
   100% { font-size: 100%;  }
}
@-webkit-keyframes filter-saturate
{
   0% { filter: saturate(4);  }
   100% { filter: saturate(1);  }
}
@-moz-keyframes filter-saturate
{
   0% { filter: saturate(4);  }
   100% { filter: saturate(1);  }
}
@keyframes filter-saturate
{
   0% { filter: saturate(4);  }
   100% { filter: saturate(1);  }
}
@-webkit-keyframes pop
{
   0% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   100% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2,1.2,1.2) ;  }
}
@-moz-keyframes pop
{
   0% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   100% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(1.2,1.2,1.2) ;  }
}
@keyframes pop
{
   0% { transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   100% { transform: perspective(1px) rotateX(0deg) scale3d(1.2,1.2,1.2) ;  }
}
@-webkit-keyframes slide-down-in
{
   0% { -webkit-transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-down-in
{
   0% { -moz-transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 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;  }
}
@-webkit-keyframes slide-left-in
{
   0% { -webkit-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-left-in
{
   0% { -moz-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 0;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@-webkit-keyframes slide-right-in
{
   0% { -webkit-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-right-in
{
   0% { -moz-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@-webkit-keyframes transform-scale-in
{
   0% { opacity: 0; -webkit-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-scale-in
{
   0% { opacity: 0; -moz-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes transform-scale-out
{
   0% { -webkit-transform: rotate(0deg) ; opacity: 1;  }
   100% { -webkit-transform: rotate(0deg) scale(0,0) ; opacity: 0;  }
}
@-moz-keyframes transform-scale-out
{
   0% { -moz-transform: rotate(0deg) ; opacity: 1;  }
   100% { -moz-transform: rotate(0deg) scale(0,0) ; opacity: 0;  }
}
@keyframes transform-scale-out
{
   0% { transform: rotate(0deg) ; opacity: 1;  }
   100% { transform: rotate(0deg) scale(0,0) ; opacity: 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: #D8D8D8;
   text-decoration: none;
}
a.style2
{
   color: #3F3F3F;
   text-decoration: none;
}
a.style2:visited
{
   color: #3F3F3F;
   text-decoration: none;
}
a.style2:active
{
   color: #3F3F3F;
   text-decoration: none;
}
a.style2:hover
{
   color: #00A65A;
   text-decoration: underline;
}
a.style3
{
   color: #0C0C0C;
   text-decoration: none;
}
a.style3:visited
{
   color: #0C0C0C;
   text-decoration: none;
}
a.style3:active
{
   color: #0C0C0C;
   text-decoration: none;
}
a.style3:hover
{
   color: #00A65A;
   text-decoration: none;
}
a.style4_Administrator
{
   color: #00A65A;
   text-decoration: none;
}
a.style4_Administrator:visited
{
   color: #00A65A;
   text-decoration: none;
}
a.style4_Administrator:active
{
   color: #00A65A;
   text-decoration: none;
}
a.style4_Administrator:hover
{
   color: #393939;
   text-decoration: underline;
}
a.style_footer_links
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style_footer_links:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style_footer_links:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style_footer_links:hover
{
   color: #CECECE;
   text-decoration: none;
}
a.style-mju360
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style-mju360:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style-mju360:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style-mju360:hover
{
   color: #393939;
   text-decoration: none;
}
a.Link_Laungage
{
   color: #7F7F7F;
   text-decoration: none;
}
a.Link_Laungage:visited
{
   color: #7F7F7F;
   text-decoration: none;
}
a.Link_Laungage:active
{
   color: #7F7F7F;
   text-decoration: none;
}
a.Link_Laungage:hover
{
   color: #000000;
   text-decoration: none;
}
a.Link_PersonPage_RootNumber
{
   color: #00A65A;
   text-decoration: none;
}
a.Link_PersonPage_RootNumber:visited
{
   color: #00A65A;
   text-decoration: none;
}
a.Link_PersonPage_RootNumber:active
{
   color: #00A65A;
   text-decoration: none;
}
a.Link_PersonPage_RootNumber:hover
{
   color: #0C0C0C;
   text-decoration: none;
}
a.Link_Student_Page
{
   color: #171717;
   text-decoration: none;
}
a.Link_Student_Page:visited
{
   color: #171717;
   text-decoration: none;
}
a.Link_Student_Page:active
{
   color: #171717;
   text-decoration: none;
}
a.Link_Student_Page:hover
{
   color: #A5A5A5;
   text-decoration: none;
}
a.style_footer_links_head
{
   color: #00A65A;
   text-decoration: none;
}
a.style_footer_links_head:visited
{
   color: #00A65A;
   text-decoration: none;
}
a.style_footer_links_head:active
{
   color: #00A65A;
   text-decoration: none;
}
a.style_footer_links_head:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.caption
{
   font-family: "Kanit";
   font-weight: 500;
   font-size: 24px;
   text-align: center;
   text-decoration: none;
   color: #3CB371;
   background-color: transparent;
   padding: 20px 20px 20px 20px;
   position: absolute;
   bottom: 40px;
   left: 15%;
   right: 15%;
}
.style1
{
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.style_song
{
   font-family: Kanit;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #3F3F3F;
   background-color: transparent;
}
.Name_Administrator
{
   font-family: Kanit;
   font-weight: 400;
   font-size: 17px;
   text-decoration: none;
   color: #000000;
   background-color: rgba(0,166,90,0.90);
}
.Table_President
{
   font-family: Kanit;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.Link_Box-Green
{
   font-family: Kanit;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
}
.Text_Head_Footer
{
   font-family: Kanit;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   background-color: transparent;
}
@media only screen and (max-width: 969px)
{
}
