@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #282828;
    padding-bottom: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    color: #212121;
}

p {
    position: relative;
    line-height: normal;
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

.main-container {
    width: 90%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

header {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0;
    border-top: solid 4px #01164f;
}

header .logo {
    width: 120px;
    height: 120px;
    padding: 0;
    margin: 0;
}
header .namesec{
    width: auto;
    margin-left: 20px;
}
header .siteName {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    color: #01164f;
    font-size: 25px;
    line-height: normal;
}
header .subsiteName {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    color: #01164f;
    font-size: 18px;
    line-height: normal;
}
header .siteslogan {
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    font-weight: 500;
    color: #01164f;
    font-size: 18px;
    line-height: normal;
}
header .address{
    width: 100%;
    height: auto;
    display: flex;
    padding: 0;
    margin: 0;
}
header .address .icon{
    font-size: 48px;
    color: #009112;
    line-height: normal;
}
header .address p{
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 15px;
    line-height: normal;
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 5px;
}

header .btnsec{
    margin-top: 20px;
    display: flex;
    justify-content: end;
}

header a.button{
    width: auto;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

header .btn-green{
    background: #009112;
}
header .btn-red{
    background: #ed1c24;
}

.site_menu {
    background: #f1740c;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}
.contentSec {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 0;
    margin: 0;
}
.rbar{
    display: none;
}

.logname{
    width: auto;
    background: #01164f;
    padding: 5px 30px;
    text-align: center;
    display: inline-block;
}
.logname span{
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    line-height: normal;
}

footer {
    background: #00174e;
    width: 100%;
    height: auto;
    padding: 40px 0;
    margin: 0;
}

footer p {
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    margin-bottom: 0;
}

/* -------------------------------------login section------------------------------------ */
.bodybg{
    background: #20364b;
    width: 100%;
    height: 100%;
    /* height: auto; */
    display: block;
}

.bodybg .logo_login{
    width: 140px;
    height: 140px;
    padding: 40px 0 0 0;
    margin: 0px auto 40px;
}

.bodybg .loginName{
    font-family: "Poppins", sans-serif;
    color: #fdc11f;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
.bodybg .subloginName{
    font-family: "Poppins", sans-serif;
    color: #fdc11f;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}
.bodybg .rImg{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px 0 0 0;
}
.bodybg .rImg img{
    width: 100%;
    height: auto;
}
.bodybg .title{
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-align: left;
}
.bodybg .input{
    width: 100%;
    height: auto;
    padding: 30px 30% 0 0;
}
.bodybg .inputbox{
    background: #fff;
    border-radius: 20px;
}
.bodybg input.logbtn{
    background: #fdc11f;
    border-radius: 20px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.bodybg a.forget{
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.bodybg a.privacy{
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-bottom: solid 1px #fdc11f;
    text-align: center;
}
.text-primary{
    font-size:18px;
}