@font-face {
    font-family: 'thaisans_neueregular' !important;
    src: url(fonts/sukhumvit.ttf);
}


input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    font-size: 1.4rem;
}

button, input, optgroup, select, textarea {
    font-family: 'thaisans_neueregular' !important;
    font-size: 2rem;
}


html,body{
    font-family: 'thaisans_neueregular' !important;
    color: #32454c;
    background: #1a2b1e;
    max-width: 1920px;
    margin: 0 auto;
}

.btn{
    font-size: 1.6rem;
}

.error {
    color: #d6795c;
}

.highlight{
    font-size: 1.6rem;
    margin-bottom: 20px;
}


.bg-white{
    background: #ffffff;
}

.bbg{
    margin:2.8rem 0 1.68rem 0;
}
.sec-bg{
    background: #1a2b1e;
}

form{
    padding: 0 30px;
}

h2{
    font-size: 2.4rem;
    margin-top: 20px;
    margin-bottom: 5px;
}
h3{
    font-size: 1.8rem;
    margin: 0;
}

.text-white{
    color: #ffffff;
}

.w-full{
    width: 100%;
}

.bg-primary{
    background: #162219;
}

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #4a6639;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}

#index-banner{
    background: #0c95be;
}

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

.sidenav-trigger {
    color: #26a69a;
}

.thankyou{
    margin-bottom: 10px;
}

.line{
    height: 30px;
}

.line-bar{
    height: 30px;
    border-bottom: 1px solid #ffffff;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}
.parallax-container .section {
    width: 100%;
}


@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
}

/* mobile*/
@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }

    h1{
        font-size: 2.5rem;
    }

}

.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}


.form-consent-container{
    position: relative;
}





label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem !important;
}


.input-field {
    position: relative;
    margin: 5px 0;
}

.input-field>label {
    color: #9e9e9e;
    font-size: 1.2rem;
}

[type="checkbox"]+span:not(.lever) {
    font-size: 1.2rem;
}

.row {

    margin-bottom: 10px;
}

label {
    margin-bottom: unset;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 20px;
}

.alert-box {
    font-size: 20px;
    border: solid rgba(255, 255, 255, 0.3) 1px;
    padding: 20px;
    margin-top: 10px;
}

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 2rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #FFEB3B;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #FFEB3B;
}

[type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after {
    border: 2px solid #ffffff;
}

.alert-box label{
    font-size: 20px;
}