@import url('../fonts/DB_Adman_X/Bold/stylesheet.css'); /*font-family: 'db_adman_xbold';*/
@import url('../fonts/DB_Adman_X/light/stylesheet.css'); /*font-family: 'db_adman_xlight';*/
@import url('../fonts/DB_Adman_X/regular/stylesheet.css'); /*font-family: 'db_adman_xregular';*/

/* Sodo */
@font-face {
    font-family: SoDoSans-Regular;
    src: url("../fonts/sodo/SoDoSans-Regular.woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SoDoSans-SemiBold;
    src: url("../fonts/sodo/SoDoSans-SemiBold.woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SoDoSans-Bold;
    src: url("../fonts/sodo/SoDoSans-Bold.woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
/* Sodo */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

body {
    font-family: SoDoSans-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #1E3932;
}

h1, h2, h3, h4, h5, h6 {
    font-family: SoDoSans-SemiBold;
}

.sodo-400 {
    font-family: SoDoSans-Regular;
}

.sodo-600 {
    font-family: SoDoSans-SemiBold;
}

.sodo-700 {
    font-family: SoDoSans-Bold;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.small.small-75 {
    font-size: .75em;
}

a {
    color: #01754c;
    text-decoration: underline;
}

    a:hover {
        color: #1E3932;
        text-decoration: underline;
    }

.bg-darkgreen-2 {
    background-color: #aaf3ce;
}

.bg-dark-2 {
    background-color: #00643e;
}

.bg-darkgray-2 {
    background-color: #aaf3ce;
}

.bg-light-green {
    background-color: #D4E9E2;
}

.bg-content {
    background-color: #f7f0e4;
}

.main-content {
    border-radius: 0px;
}

    .main-content ol, .main-content ul {
        padding-left: 1.1rem;
    }

html, body {
    height: 100%;
}

.wrap-moobile {
    width: 100%;
    max-width: 420px;
    margin: auto;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

h2.h4 {
    font-size: 16px;
}

.lead {
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
}

.form-signin {
    text-align: center;
}

    .form-signin .box-register p {
        margin-bottom: 0.4rem;
        line-height: 1.4;
    }

    .form-signin .form-signin-heading {
        font-size: 15px;
    }

    .form-signin .form-control {
        font-size: 16px;
        font-weight: 600;
        color: #1E3932;
        max-width: 100%;
        height: 50px;
        border: 1px solid #9A9A9A;
        background-color: #FFFFFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding-left: 24px;
    }

    .form-signin .form-select {
        font-size: 16px;
        font-weight: 600;
        color: #1E3932;
        max-width: 100%;
        height: 50px;
        border: 1px solid #9A9A9A;
        background-color: #FFFFFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding-left: 24px;
    }

    .form-signin .checkbox input[type='checkbox'] {
        width: 15px;
        height: 15px;
        background: #FFFFFF;
        border: 1px solid #707070;
        border-radius: 5px;
        margin-right: 5px;
    }

.navbar-brand {
    margin-right: 0;
}

.btnstr {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    width: 200px;
    /*height: 50px;*/
    background: #00653f;
    border: 1px solid #00653f;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    /*padding: 10px 7px 7px;*/
}

    .btnstr:hover,
    .btnstr:active,
    .btnstr:focus {
        color: #FFFFFF !important;
        background: #00653f !important;
        border: 1px solid #00653f !important;
        text-decoration: none;
    }

.box-term li {
    font-size: 16px;
    line-height: 28px;
    color: #1E3932;
    margin-bottom: 15px;
}

.box-text-green {
    border: 1px solid #006242;
    background-color: #d4e9e2;
    color: #006242;
    text-align: center;
    padding: 15px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form-signin .input-group-text {
    border: 1px solid #9A9A9A;
    border-left: none;
    background-color: #FFFFFF;
    -webkit-border-top-right-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -moz-border-radius-topright: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.form-signin .form-control:focus {
    box-shadow: none;
}

/* Lang TH */
.font_db_adman_x {
    font-family: 'db_adman_xregular';
}

body.lang-th {
    font-family: 'db_adman_xregular';
    font-size: 20px;
    line-height: 30px;
    color: #1E3932;
}

    body.lang-th h1, body.lang-th h2, body.lang-th h3,
    body.lang-th h4, body.lang-th h5, body.lang-th h6 {
        font-family: 'db_adman_xregular';
    }

    body.lang-th .form-signin h2.h1 {
        font-size: 2.6rem;
    }

    body.lang-th .h2 {
        font-size: 2.5rem;
    }

    body.lang-th .h3 {
        font-size: 2.1rem;
    }

    body.lang-th .lead {
        font-size: 23px;
        line-height: 1.3;
    }

    body.lang-th .form-signin .form-signin-heading {
        font-size: 18px;
        line-height: 27px;
    }

    body.lang-th .btnstr {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: normal; /*font-family: 'db_adman_xregular';*/
    }

    body.lang-th .btnstrth {
        font-family: 'db_adman_xbold';
        color: #FFFFFF;
        font-size: 26px;
        width: 200px;
        height: 50px;
        background: #00653f;
        border: 1px solid #00653f;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        /*padding: 10px 7px 7px;*/
    }

.btnstrth:hover,
.btnstrth:active {
    color: #FFFFFF;
    background: #00653f !important;
    border: 1px solid #00653f !important;
}

body.lang-th h2.h4 {
    font-size: 21px;
}

body.lang-th .form-signin .form-control {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

body.lang-th .form-signin .form-select {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

body.lang-th .box-term li {
    font-size: 20px;
    line-height: 28px;
}

body.lang-th .footer-box {
    font-size: 16px;
}

    body.lang-th .footer-box p {
        font-family: SoDoSans-Regular;
    }
/* Lang TH */

.btnstr-img-en {
    font-size: 0px;
    background: url("../media/btn-sigin-en.png") no-repeat;
    background-size: contain;
    width: 200px;
    height: 49px;
    margin: auto;
}

.btnstr-img-th {
    font-size: 0px;
    background: url("../media/btn-sigin-th.png") no-repeat;
    background-size: contain;
    width: 200px;
    height: 49px;
    margin: auto;
}

.footer-box {
    /*position: absolute;
	bottom: 0;
	left: 0;*/
    width: 100%;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

@media (min-width: 768px) {
    .logoplace {
        max-height: 50px;
        margin: 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .logoplace {
        max-height: 30px;
        margin: 10px 0;
    }
}

.border-bottom-1 {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.border-bottom-1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    height: 1px;
    background-color: #01754c;
}

.border-bottom-1:hover {
    text-decoration: none;
}