@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');
/* font-family: 'Kanit', sans-serif; */
body{
    background: url('../images/bg3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container{
    
}
.mainColor{
    color: #ffc404;
}
.mainBgColorInstruc{
    background: url('../images/bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mainBgColor2{
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(106,0,0,1) 100%);
    color: #fff;

}
/* ================ HEADER MENU BAR ================ */
.topMenu{
    padding-top: 3px;
    padding-bottom: 3px;
    background: #000000;
}
.topMenu a{
    color: #ffffff;
    font-weight: bolder;
    font-family: Arial;
}
.toHeader{
    background-color: #ffffff;
    background: linear-gradient(270deg, #00a528, #012a0b, #950084);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 6s ease infinite;
    -moz-animation: AnimationName 6s ease infinite;
    animation: AnimationName 6s ease infinite;
}
.toHeader a{
    font-size: 12px;
    color: #ffffff;
    font-weight: bolder;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/* ================ PRIMARY MENU ================ */
.primaryMenu{
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(106,0,0,1) 100%);
    font-family: 'Kanit', sans-serif;
    border-bottom: 2px #ffab00 solid;
}
.primaryMenu ul{
    list-style: none;
}
.primaryMenu ul li{
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.primaryMenu ul li:hover img{
    filter: brightness(200%);
    cursor: pointer;
}
.primaryMenu ul li:hover a{
    color: #ffab00;
}
.primaryMenu ul ul{
    position: absolute;
    z-index: 99999999999999999999999999;
}
.primaryMenu ul li{
   float: left;
}
.subMenu{
    background-color: rgba(0,0,0,0.9);
    border-bottom: 5px #f68501 solid;
    position: absolute; 
    z-index:99999999999;
    margin-top: 100px;
    padding: 10px;
    display: none;
}
.subMenu img{
    float: left;
}
.menuText{
    margin-top: -5px;
}
.primaryMenu ul li a{
    color: #ffffff;
}
.mobileMenu{
    border-bottom: 1px #ffab00 solid;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    display: block;
    font-weight: bold;
    transition: 0.3s;
    border-bottom: 1px #c2c0c2 dotted;
}
.sidenav a:hover {
    color: #ee2200;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border: none;
}
.logoMobile{
    position: absolute;
    top: 0;
    margin-top: 20px;
    max-width: 130px;
}
@media screen and (max-height: 350px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.mobileMenu{
    border-bottom: 1px #ffab00 solid;
}
.clickBar{
    z-index: 99999999999;
    left: 0;
    font-size: 40px;
    color: #ffffff;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    display: block;
    font-weight: bold;
    transition: 0.3s;
    border-bottom: 1px #c2c0c2 dotted;
}
.sidenav a:hover {
    color: #ee2200;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border: none;
}
.logoMobile{
    position: absolute;
    top: 0;
    margin-top: 20px;
    max-width: 130px;
}
@media screen and (max-height: 350px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.menuTitle{
    font-family: 'Kanit', sans-serif;
    color: #ffffff;
    font-size: 22px;
    padding-top: 10px;
}
/* ========================== WELCOME TEXT ========================== */
.welcomeText{
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
}
.welcomeText h1{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000000;
}
.welcomeText p{
    text-align: justify;
}
/* ================ HOME CONTACTS ================ */
.homeContacts{
    color: #000000;
    font-family: 'Kanit', sans-serif;
}
.homeContacts img:hover{
    filter: brightness(120%);
}
.homeContactsTitle{
    font-size: 30px;
}
/* ================ FOOTER ================ */
.footer{
    color: #fafafa;
    font-family: 'Kanit', sans-serif;
    border-top: 3px #f68501 solid;
}
.footer p{
    text-align: justify;
}
.footer h2{
    color: #f68501;
    font-family: 'Kanit', sans-serif;
}
.footer ul{
    list-style: none;
    padding-left: 10px;
}
.footer li a{
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.footer li a:hover{
    color: #ffbc03;
    padding-left: 10px;
}
.footerSocialIcon a{
    font-size: 30px;
}
/* ====================== RUNNING TEXT ================ */
.runningText{
    padding-top: 5px;
    background-color: #4d306f;
    padding-left: 10px;
    border: 1px #f6d365 solid;
    overflow: hidden;
    font-family: 'Kanit', sans-serif;
}
.runningText img{
    position: absolute;
    margin-left: -5px;
}
.runnText{
    color: #ffffff;
    padding-left: 25px;
}
/* ================ ================ */
/*jssor slider bullet skin 071 css*/
.jssorb071 .i {position:absolute;color:#fff;font-family:"Helvetica neue",Helvetica,Arial,sans-serif;text-align:center;cursor:pointer;z-index:0;}
.jssorb071 .i .b {fill:#000;opacity:.2;}
.jssorb071 .i:hover {opacity:.7;}
.jssorb071 .iav {color:#000;}
.jssorb071 .iav .b {fill:#fff;opacity:1;}
.jssorb071 .i.idn {opacity:.3;}

/*jssor slider arrow skin 071 css*/
.jssora071 {display:block;position:absolute;cursor:pointer;}
.jssora071 .a {fill:#fff;fill-opacity:.8;stroke:#000;stroke-width:120;stroke-miterlimit:10;stroke-opacity:.5;}
.jssora071:hover {opacity:.8;}
.jssora071.jssora071dn {opacity:.4;}
.jssora071.jssora071ds {opacity:.3;pointer-events:none;}
/* ================ PROMOTION ================ */
.promotion1{
    background-color: rgba(0,0,0,0.9);
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
}
.promotion1 span{
    color:#eeff41;
    font-weight: bolder;
}
.promotion1 ul{
    list-style-image: url('../images/promotion-icon.png');
}
.promotion2{
    color: #f68501;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
}
.promotion2 span{
    color:#4d306f;
    font-weight: bolder;
}
.promotion2 ul{
    list-style-image: url('../images/promotion-icon.png');
}
/* ================howToDownload ================ */
.howToDownload{

}
.howToDownload img{
    margin-bottom: 30px;
}
/* ================ Footer Line QR code ================ */
.footerLine{
    position: fixed;
    z-index: 999999999;
    bottom: 0;
}
/* ================ ================ */
/* ================ ================ */
/* ================ ================ */
/* ================ ================ */
.text3{
    font-size: small;
}

.mainBgColor2 li{
    color: #fff;

}
.mainBgColor2 span{
   
    color: #e6ff07;

}