﻿/************** CUSTOM CODE ***************/
#corruption-report #loader #thank-you-box {
    background-color: #fff;
    margin: auto;
    width: 700px;
    padding: 20px 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

#corruption-report #loader #thank-you-box {
    position:fixed;
}

    #corruption-report #loader #thank-you-box span {
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
        z-index: 1;
        cursor: pointer;
        background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/All-SVG.svg);
        background-size: 500px 281px;
        background-position: -204px -13px;
    }

#corruption-report #loader #thank-you-box h3 {
    font-family: GraphikTH-semibold;
    font-size: 2rem;
}

    #corruption-report #loader #thank-you-box p {
        font-size: 1.5rem;
    }


#corruption-report h1, #corruption-report h2 {
    font-family: GraphikTH-semibold !important;
}

#corruption-report h1:after {
    content: "";
    padding-top: 20px;
    width: 10%;
    margin: 0 auto;
    border-bottom: 4px solid black;
    display: inherit;
}

#corruption-report h2 {
    font-size: 1.8rem;
}

#corruption-report h2 span {
    font-size: 1.3rem;
    color: grey;
}

#corruption-report .attach-file {
    top: -30px;
}

#corruption-report .section-register .input-field input[type=text]:focus,
#corruption-report .section-register .input-field input[type=number]:focus {
    opacity: 1;
    border-bottom: 1px solid #003168;
    outline: none;
}

.section-register .form-register .form-group:focus-within label {
    margin-top: -2em;
    transform-origin: left;
    color: #0e1c2c;
}

.upload-element  {
    font-size: 13px;
}

.upload-element p span {
    font-weight: bold;
}

.upload-element .form-control {
    height: auto;
    padding: 10px 20px
}

    .upload-element .attach-file {
        font-weight: normal;
        color: red;
    }

#form-register .error {
    top: 90% !important;
    color: red;
    margin-top: 0 !important;
}

#form-register .field input:focus ~ label, 
#form-register .field input.has-data ~ label {
    margin-top: -2em;
}

#corruption-report .section-register button.submit-corruption:after {
    position: relative;
    content: "";
    display: inline-block;
    top: 2px;
    right: -13%;
    height: 15px;
    width: 12px;
    background-image: url(../img/ico/ico-detail.svg);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(11%) sepia(66%) saturate(3639%) hue-rotate(201deg) brightness(92%) contrast(101%);
}

#corruption-report .section-register button.submit-corruption:hover:after {
    filter: brightness(0) invert(1) !important;
}

#corruption-report .file-upload {
    height: 100px;
    width: 100px;
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #eaebeb;
    overflow: hidden;
    background-image: linear-gradient(to bottom, white 50%, #003168 50%);
    background-size: 100% 200%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    font-family: GraphikTH-semibold;
    color: #0053b5;
    font-size: 1.6rem;
}

#corruption-report .filename {
    color: red;
}

#corruption-report .file-upload input[type='file'] {
    height: 75px;
    width: 75px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

#corruption-report .file-upload:hover {
    background-position: 0 -100%;
    color: white;
}

#corruption-report .remarks {
    font-size: 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #corruption-report {
        padding-top: 100px !important;
    }
}

@media screen and (max-width: 767px) {
    #corruption-report #loader #thank-you-box {
        width: 100%
    }

    #corruption-report .section-register .box-inner {
        top: 0;
    }
}

@media screen and (max-width: 400px) {
    #corruption-report .section-register .input-field label.corruption-person-label {
        top: -1rem;
    }

    #corruption-report .section-register .form-register .form-group:focus-within label.corruption-person-label {
        margin-top: -1.5em;
    }
}

/************** ORIGINAL CODE ***************/
.section-register {
    padding: 50px 0;
    margin-bottom: 0;
}

#section-project-filter {
    padding: 0px 0px 50px 0px;
}

.santh-custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-size: 1.4rem;
    padding: 0;
    line-height: 1.5;
    color: #0e1c2c;
    vertical-align: middle;
    background: #0052B5;
    background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/bank-caret-white.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0 0 0 5px;
    border: none;
    border-bottom: 1px solid #d7dbdf;
    border-radius: 0;
}

@media (max-width: 640px) {
    .santh-custom-select {
        padding: 0;
    }
}

.telephone {
    position: relative;
    /*  margin-top: 60px;
  margin-bottom: -40px;*/
}

    .telephone .santh-btn-tp {
        display: block;
        position: absolute;
        padding-left: 20px;
        padding-right: 25px;
        font-size: 1.5rem;
        font-family: "GraphikTH-SemiBold";
        top: 7px;
        left: 0;
        z-index: 999;
        cursor: pointer;
    }

        .telephone .santh-btn-tp .flag {
            vertical-align: middle;
            margin-right: 5px;
        }

@media (max-width: 640px) {
    .telephone {
        margin-top: 0px;
    }

        .telephone .santh-btn-tp {
            padding-left: 0px;
        }
}

.telephone input,
.telephone label {
    padding-left: 120px;
}

.telephone.warning span.warning {
    display: inline-block;
}

.telephone span.warning {
    display: none;
    font-size: 1.1rem;
    color: #f94700;
    padding: 0 30px;
    /* margin-top: -4rem; */
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 1.3rem;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.section-register .input-field .telephone input[type=text] {
    display: block;
    border: none;
    border-bottom: 1px solid #d7dbdf;
    background: none;
    color: #000000;
    margin-bottom: 4rem;
    text-align: justify;
    line-height: 35px;
    width: 100%;
    padding: 0 35px;
    outline: none;
    padding-left: 120px;
}

.telephone input:valid ~ label,
.telephone input:focus ~ label {
    font-size: 1.3rem;
    color: #0053b5;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 900px) {
    .telephone input:valid ~ label,
    .telephone input:focus ~ label {
        font-size: 1.8rem;
        top: -23px;
    }
}

@media (max-width: 768px) {
    .telephone input:valid ~ label,
    .telephone input:focus ~ label {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .telephone input:valid ~ label,
    .telephone input:focus ~ label {
        font-size: 1.8rem;
        top: -25px;
    }
}

@media (max-width: 480px) {
    .telephone input:valid ~ label,
    .telephone input:focus ~ label {
        font-size: 1.8rem;
    }
}

@media (max-width: 375px) {
    .telephone input:valid ~ label,
    .telephone input:focus ~ label {
        font-size: 1.4rem;
        top: -20px;
    }
}

.section-register .input-field .telephone label,
.telephone label {
    position: absolute;
    color: #193148;
    top: 10px;
    font-size: 1.5rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    left: 0;
    padding-left: 133px;
}

.section-register .form-register .telephone label {
    font-size: 1.4rem;
}

.section-register .form-register .telephone input:focus + label,
.section-register .form-register .telephone input:not(:placeholder-shown) + label {
    left: 1.2rem;
}

.section-register .form-register .telephone input {
    padding-left: 133px;
}

    .section-register .form-register .telephone input:focus + label {
        margin-top: -2em;
        color: #0053b5;
    }

.telephone .santh-btn-tp:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/bank-caret.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    border: 0;
    top: 3px;
    right: 0;
}

@media (max-width: 900px) {
    .telephone label {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .telephone label {
        font-size: 1.8rem;
    }
}

@media (max-width: 375px) {
    .telephone label {
        font-size: 1.6rem;
    }
}

.section-register {
    background-color: #fff;
    margin-bottom: -100px;
}

    .section-register .box-inner {
        position: relative;
        top: -100px;
        max-width: 1200px;
        margin: 0 auto;
        background-color: #fff;
        padding: 100px;
    }

    .section-register .or {
        text-align: center;
        margin-bottom: 60px;
        border-bottom: 1px solid #d7dbdf;
    }

        .section-register .or span {
            font-family: "GraphikTH-SemiBold";
            font-size: 2rem;
            color: #193148;
            background-color: #FFF;
            display: inline-block;
            padding: 0 15px;
            margin: 0 auto;
            position: relative;
            top: 11px;
        }

    .section-register .form-register h3 {
        position: relative;
        font-family: "GraphikTH-SemiBold";
        font-size: 2.2rem;
        color: #000;
    }

    .section-register .form-register .field {
        margin-bottom: 25px;
        position: relative;
    }

        .section-register .form-register .field.row-warning .warning-text {
            display: block;
        }

        .section-register .form-register .field .warning-text {
            font-family: "GraphikTH-Regular";
            display: none;
            position: absolute;
            top: 50px;
            left: 20px;
            font-size: 1.3rem;
            pointer-events: none;
            transition: all 0.3s ease;
            text-transform: uppercase;
            color: #eaebeb;
        }

@media (max-width: 900px) {
    .section-register .form-register .field .warning-text {
        left: 10px;
        top: 55px;
    }
}

@media (max-width: 480px) {
    .section-register .form-register .field .warning-text {
        font-size: 1.4rem;
        top: 38px;
    }
}

@media (max-width: 375px) {
    .section-register .form-register .field .warning-text {
        font-size: 1.2rem;
    }
}

.section-register .form-register .action-button {
    margin-top: 0px;
    text-align: center;
}

.section-register .form-register .form-head {
    margin-bottom: 20px;
}

    .section-register .form-register .form-head .invalid-feedback {
        padding: 10px 0 0 0;
    }


.section-register .input-field {
    position: relative;
}

.section-register input:not([type]), .section-register input[type=text], .section-register input[type=password], .section-register input[type=email], input[type=url], .section-register input[type=time], .section-register input[type=date], .section-register input[type=datetime], .section-register input[type=datetime-local], .section-register input[type=tel], .section-register input[type=number], .section-register input[type=search], .section-register textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eaebeb;
    border-radius: 0;
    outline: none;
    height: 4rem;
    width: 100%;
    font-family: "GraphikTH-Regular";
    font-size: 1.5rem;
    color: #0e1c2c;
    line-height: 3;
    margin: 0 0 10px 0;
    padding: 0 18px;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

.section-register .input-field input.is-invalid {
    border-color: #eaebeb;
}

.section-register .input-field input[type=text] {
    padding: 0 20px;
}

.section-register .input-field label {
    font-family: "GraphikTH-Regular";
    color: #0e1c2c;
    position: absolute;
    top: 1.3rem;
    left: 0;
    font-size: 1.4rem;
    padding: 0 20px;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial;
    z-index: 0;
}

.section-register .form-register {
    max-width: 1200px;
    margin: 0 auto;
}

    .section-register .form-register input:focus + label,
    .section-register .form-register input:not(:placeholder-shown) + label {
        margin-top: -2em;
        transform-origin: left;
        color: #0e1c2c;
    }

    .section-register .form-register .fieldset-group {
        margin-bottom: 50px;
    }

    .section-register .form-register .invalid-feedback {
        display: block;
        margin-top: 0px;
        font-family: 'GraphikTH-Regular';
        font-size: 1.2rem;
        color: #eaebeb;
        padding: 0 20px;
    }

.photo-round {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .section-register .box-inner {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .slick-outstanding .slick-list {
        padding-left: 10px !important;
    }

    .items-outstanding {
        /*padding-left: 0px;*/
        /*padding-right: 20px;*/
    }

    .section-register .box-inner {
        padding: 50px 20px 80px;
    }

    .section-interior h1:before {
        width: 60px;
        height: 60px;
        background-size: 60px auto;
        background-position: 0 -247px;
        top: -85px;
    }

    .interest-project-brandpage h1:before {
        width: 60px;
        height: 60px;
        background-size: 60px auto;
        background-position: 0 -247px;
        top: -95px;
    }

    .section-register .input-field label {
        padding: 0;
    }

    .section-register input:not([type]), .section-register input[type=text], .section-register input[type=password], .section-register input[type=email], input[type=url], .section-register input[type=time], .section-register input[type=date], .section-register input[type=datetime], .section-register input[type=datetime-local], .section-register input[type=tel], .section-register input[type=number], .section-register textarea.materialize-textarea {
        padding: 0;
    }

    .section-register .santh-heading {
        margin-bottom: 15px;
    }

        .section-register .santh-heading h3 {
            margin-top: 10px;
        }

    .section-register .form-register .field {
        margin-bottom: 20px;
    }

    .section-register .form-register .invalid-feedback {
        padding: 0;
    }

    .section-register .santh-heading h1:before {
        width: 60px;
        height: 60px;
        background-size: 60px auto;
        background-position: 0 -122px;
        top: -82px;
        left: 6%;
    }

    a.connect-fb, a.connect-google {
        min-width: 260px;
        margin: 8px 0;
    }

    .modal-content-thank {
        padding: 40px 20px;
    }

    .register-connect {
        margin-bottom: 20px;
    }

    .section-register .col-project {
        width: 50%;
    }

    .section-register .box-content {
        margin-bottom: 30px;
    }

    .section-register .label-css {
        white-space: inherit;
    }

        .section-register .label-css span {
            padding: 16px 15px 16px 30px;
        }

    .section-register .option-input {
        left: 0;
    }
}

.telephone {
    position: relative;
    /*  margin-top: 60px;
  margin-bottom: -40px;*/
}

    .telephone .santh-btn-tp {
        display: block;
        position: absolute;
        padding-left: 20px;
        padding-right: 25px;
        font-size: 1.5rem;
        font-family: "GraphikTH-SemiBold";
        top: 7px;
        left: 0;
        z-index: 999;
    }

        .telephone .santh-btn-tp .flag {
            vertical-align: middle;
            margin-right: 5px;
        }

@media (max-width: 640px) {
    .telephone {
        margin-top: 40px;
    }
}

.telephone input, .telephone label {
    padding-left: 120px;
}

.telephone.warning span.warning {
    display: inline-block;
}

.telephone span.warning {
    display: none;
    font-size: 1.1rem;
    color: #eaebeb;
    padding: 0 30px;
    /* margin-top: -4rem; */
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 1.3rem;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #eaebeb;
}

.section-register .input-field .telephone input[type=text] {
    display: block;
    border: none;
    border-bottom: 1px solid #d7dbdf;
    background: none;
    color: #000000;
    margin-bottom: 4rem;
    text-align: justify;
    line-height: 35px;
    width: 100%;
    padding: 0 35px;
    outline: none;
    padding-left: 120px;
}

.telephone input:valid ~ label, .telephone input:focus ~ label {
    font-size: 1.3rem;
    color: #1d4d9d;
    /*top: -14px;*/
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 900px) {
    .telephone input:valid ~ label, .telephone input:focus ~ label {
        font-size: 1.8rem;
        top: -23px;
    }
}

@media (max-width: 768px) {
    .telephone input:valid ~ label, .telephone input:focus ~ label {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .telephone input:valid ~ label, .telephone input:focus ~ label {
        font-size: 1.8rem;
        top: -25px;
    }
}

@media (max-width: 480px) {
    .telephone input:valid ~ label, .telephone input:focus ~ label {
        font-size: 1.8rem;
    }

    #dexpMore2Year label.en {
        font-size: 1.4rem;
        display: contents;
    }

    .section-register .form-register .fieldset-group {
        margin-bottom: 0px;
    }
}

@media (max-width: 375px) {
    .telephone input:valid ~ label, .telephone input:focus ~ label {
        font-size: 1.4rem;
        top: -20px;
    }
}

.section-register .input-field .telephone label,
.telephone label {
    position: absolute;
    color: #193148;
    top: 10px;
    font-size: 1.5rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    left: 0;
    padding-left: 133px;
}

.section-register .form-register .telephone label {
    font-size: 1.4rem;
}

.section-register .form-register .telephone input:focus + label,
.section-register .form-register .telephone input:not(:placeholder-shown) + label {
    left: 1.2rem;
}

.section-register .form-register .telephone input {
    padding-left: 133px;
}

    .section-register .form-register .telephone input:focus + label {
        margin-top: -2em;
        color: #1d4d9d;
    }

.telephone .santh-btn-tp:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/ico/bank-caret.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    border: 0;
    top: 3px;
    right: 0;
}

@media (max-width: 900px) {
    .telephone label {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .telephone label {
        font-size: 1.8rem;
    }
}

@media (max-width: 375px) {
    .telephone label {
        font-size: 1.6rem;
    }
}

.santh-button-s,
a.santh-button-s {
    position: relative;
    font-family: GraphikTH-Regular;
    font-size: 1.5rem;
    color: #003168;
    text-decoration: none;
    padding: 12px 30px;
    border: 2px #003168 solid;
    line-height: 1.5;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

/* agent recruit */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

a:focus,
button:focus {
    outline: 0;
}

button {
    border: 0;
    outline: 0;
}

.home-agent-recruitment {
    position: relative;
    z-index: 2;
}

.content {
    position: relative;
    font-family: 'GraphikTH-Regular';
    /*margin-top: -4.5%;*/
    overflow: hidden;
}

.agent-recruitment-header-img {
    position: relative;
    display: grid;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -50px;
}

    .agent-recruitment-header-img img {
        width: 100%;
    }

.agent-recruitment-coin {
}

    .agent-recruitment-coin img.icon-coin {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 112%;
        width: 200px;
    }

@media (max-width: 992px) {
    .agent-recruitment-header-img {
        display: none;
    }
}

.agent-recruitment-header-img-mobile {
    display: none;
}

@media (max-width: 992px) {
    .agent-recruitment-header-img-mobile {
        display: grid;
        margin-top: 90px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .agent-recruitment-header-img-mobile img {
            max-width: 100%;
            max-height: 100%;
        }
}

@media (max-width: 640px) {
    .agent-recruitment-header-img-mobile {
        margin-top: 97px;
    }
}

@media (max-width: 480px) {
    .agent-recruitment-header-img-mobile {
        margin-top: 85px;
    }
}

@media (max-width: 375px) {
    .agent-recruitment-header-img-mobile {
        margin-top: 71px;
    }
}

@media (max-width: 320px) {
    .agent-recruitment-header-img-mobile {
        margin-top: 62px;
    }
}

img.advantages {
    width: 80%;
    margin: auto;
    display: block;
}

.benefit-agent {
    padding: 70px 50px;
}

    .benefit-agent h2 {
        font-family: GraphikTH-SemiBold;
        font-size: 2.2rem;
    }

    .benefit-agent p {
        font-size: 1.4rem;
    }

.benefit-agent-list {
    margin-top: 30px;
}

    .benefit-agent-list ul {
        list-style-type: none;
        margin: 0;
        padding-left: 0;
    }

        .benefit-agent-list ul li {
            position: relative;
            display: block;
            margin-top: 20px;
            font-size: 1.8rem;
            vertical-align: top;
        }

        .benefit-agent-list ul.en li {
            position: relative;
            display: flex;
            margin-top: 20px;
            font-size: 1.4rem;
            vertical-align: top;
        }

        .benefit-agent-list ul li img.icon-svg {
            margin-right: 30px;
            display: inline-block;
            vertical-align: middle;
        }

        .benefit-agent-list ul li span {
            display: inline-block;
            line-height: 2rem;
            vertical-align: middle;
            color: #000;
        }

            .benefit-agent-list ul li span.en {
                font-size: 2rem !important;
                line-height: 2.5rem !important;
                margin-top: 2rem !important;
            }

@media (max-width: 1024px) {
    .benefit-agent {
        padding: 70px 30px;
        overflow: hidden;
    }

    .benefit-agent-list ul li img.icon-svg {
        width: 80px;
        height: 80px;
    }

    .benefit-agent-list ul li span {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .content {
        /*margin-top: -8%;*/
    }

    .benefit-agent {
        padding: 70px 30px;
        overflow: hidden;
    }

    .benefit-agent-list ul li img.icon-svg {
        width: 45px;
        height: 45px;
    }

    .benefit-agent-list ul li span {
        width: 230px;
        line-height: 2.5rem;
    }

        .benefit-agent-list ul li span.en {
            margin-top: 0rem !important;
        }
}

@media (max-width: 480px) {
    .content {
        margin-top: -8%;
    }

    .benefit-agent {
        padding: 70px 30px;
        overflow: hidden;
    }

        .benefit-agent h2 {
            font-size: 2.1rem;
        }

    .benefit-agent-list ul li img.icon-svg {
        width: 45px;
        height: 45px;
    }

    .benefit-agent-list ul li span {
        width: 180px;
    }

    .santh-heading h1, .santh-heading h2 {
        font-size: 2.5rem;
    }
}

#application-process {
    background-color: #F8F8F8;
}

.application-process .box-inner {
    position: relative;
    top: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.application-process ul.step {
    counter-reset: step;
    display: flex;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-top: 2rem;
}

    .application-process ul.step li {
        list-style-type: none;
        color: #6e6e6e;
        line-height: normal;
        text-transform: uppercase;
        flex: 1;
        font-size: 1.4rem;
        position: relative;
    }

        .application-process ul.step li > span {
            width: 150px;
            display: block;
            margin: auto;
        }

        .application-process ul.step li > div.stepcount {
            display: inline-block;
        }

            .application-process ul.step li > div.stepcount > div.step {
                float: left;
                width: 5rem;
                line-height: 40px;
                display: block;
                font-size: 1.4rem;
                text-transform: uppercase;
                color: #000;
                margin: 0 auto 10px;
                position: relative;
                z-index: 1;
                font-family: "GraphikTH-SemiBold";
                margin-bottom: 2rem;
            }

            .application-process ul.step li > div.stepcount > div.count {
                /*content: counter(step);
counter-increment: step;*/
                float: right;
                width: 5rem;
                line-height: 40px;
                display: block;
                font-size: 4.8rem;
                color: #000;
                margin: 0 auto 10px;
                position: relative;
                z-index: 1;
                font-family: "GraphikTH-SemiBold";
                margin-bottom: 2rem;
            }

        .application-process ul.step li > span.step-desc {
            text-align: left;
            font-family: GraphikTH-Regular;
        }

@media all and (min-width: 769px) {
    .deskContent {
        display: block;
    }

    .phoneContent {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .deskContent {
        display: none;
    }

    .phoneContent {
        display: block;
    }
}

/* desktop*/
.application-process .prev:before {
    position: absolute;
    z-index: 99;
    left: 2%;
    top: 84%;
    cursor: pointer;
    background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/slider-prev-blue.svg");
    background-size: 40px 40px;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
}

@media (max-width: 3840px) {
    .application-process .prev:before {
        top: 27.5%;
        left: 0%;
    }

    .application-process .prev-en:before {
        top: 21.5% !important;
    }
}

@media (max-width: 1920px) {
    .application-process .prev:before {
        top: 27.5%;
        left: 0%;
    }
}

@media (max-width: 1440px) {
    .application-process .prev:before {
        top: 27.5%;
        left: 0%;
    }
}

@media (max-width: 1280px) {
    .application-process .prev:before {
        top: 27.5%;
        left: 0%;
    }
}

@media (max-width: 1024px) {
    .application-process .prev:before {
        top: 27.5%;
        left: 0%;
    }
}

@media (max-width: 480px) {
    .application-process .prev:before {
        left: 5%;
    }
}

.application-process .next:before {
    position: absolute;
    right: 2%;
    top: 84%;
    cursor: pointer;
    z-index: 99;
    background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/slider-prev-blue.svg");
    background-size: 40px 40px;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

@media (max-width: 3840px) {
    .application-process .next:before {
        top: 27.5%;
        right: 0%;
    }

    .application-process .next-en:before {
        top: 21.5% !important;
    }
}

@media (max-width: 1920px) {
    .application-process .next:before {
        top: 27.5%;
        right: 0%;
    }
}

@media (max-width: 1440px) {
    .application-process .next:before {
        top: 27.5%;
        right: 0%;
    }
}

@media (max-width: 1280px) {
    .application-process .next:before {
        top: 27.5%;
        right: 0%;
    }
}

@media (max-width: 1024px) {
    .application-process .next:before {
        top: 27.5%;
        right: 0%;
    }
}

@media (max-width: 480px) {
    .application-process .next:before {
        right: 5%;
    }
}

/* mobile*/
.application-process .prev-mobile:before {
    position: absolute;
    z-index: 99;
    left: 2%;
    top: 84%;
    cursor: pointer;
    background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/slider-prev-blue.svg");
    background-size: 40px 40px;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
}

@media (max-width: 3840px) {
    .application-process .prev-mobile:before {
        left: 15%;
    }

    .application-process .prev-en-mobile:before {
        top: 76% !important;
    }
}

@media (max-width: 1920px) {
    .application-process .prev-mobile:before {
        top: 80%;
        left: 10%;
    }
}

@media (max-width: 1440px) {
    .application-process .prev-mobile:before {
        top: 78%;
        left: 10%;
    }
}

@media (max-width: 1280px) {
    .application-process .prev-mobile:before {
        top: 85%;
        left: 10%;
    }
}

@media (max-width: 1024px) {
    .application-process .prev-mobile:before {
        top: 85%;
        left: 10%;
    }
}

@media (max-width: 480px) {
    .application-process .prev-mobile:before {
        left: 5%;
    }
}

.application-process .next-mobile:before {
    position: absolute;
    right: 2%;
    top: 84%;
    cursor: pointer;
    z-index: 99;
    background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/slider-prev-blue.svg");
    background-size: 40px 40px;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

@media (max-width: 3840px) {
    .application-process .next-mobile:before {
        right: 15%;
    }

    .application-process .next-en-mobile:before {
        top: 76% !important;
    }
}

@media (max-width: 1920px) {
    .application-process .next-mobile:before {
        top: 80%;
        right: 10%;
    }
}

@media (max-width: 1440px) {
    .application-process .next-mobile:before {
        top: 78%;
        right: 10%;
    }
}

@media (max-width: 1280px) {
    .application-process .next-mobile:before {
        top: 85%;
        right: 10%;
    }
}

@media (max-width: 1024px) {
    .application-process .next-mobile:before {
        top: 85%;
        right: 10%;
    }
}

@media (max-width: 480px) {
    .application-process .next-mobile:before {
        right: 5%;
    }
}

#box-step img.icon-svg {
    margin: auto;
}

#box-step .box-desc {
    display: inline-block;
    font-size: 2.2rem;
    /*   text-transform: uppercase;*/
    color: #000;
    font-family: "GraphikTH-SemiBold";
    width: 200px;
    text-align: left;
}

#box-step > .box-desc > div.stepcount {
    padding: 20px 0px;
}

    #box-step > .box-desc > div.stepcount > font.stepnum {
        font-size: 8rem;
    }

#box-step > .box-desc > span.step-desc {
    font-size: 2rem;
    font-family: GraphikTH-Regular;
}

/* end mobile*/

.img-fluid {
    max-width: 100% !important;
    height: auto !important;
}

hr {
    position: absolute;
    top: 30%;
    left: 6%;
    border: none;
    border-top: 3px dotted #B2B2B2;
    height: 1px;
    width: 88%;
}

    hr.en {
        top: 23% !important;
    }

p.ssr-text-form {
    font-size: 1.3rem;
}

.text-center {
    text-align: center !important;
}

.mt-25 {
    margin-top: 2.5rem !important;
}

.submit-corruption {
    background-color: transparent;
    cursor: pointer;
}

    .submit-corruption:hover {
        background-color: #1d4d9d;
        border: 2px solid #1d4d9d;
        color: #fff;
    }

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    color: #000;
}

#dexpMore2Year {
    margin-bottom: 0px !important;
}

    #dexpMore2Year label {
        font-size: 1.4rem;
    }

.section-register .input-field input[type=number] {
    padding: 0 20px;
}

#project {
    background-color: #fff;
    margin: 50px auto;
}

.project-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.18);
    margin: 20px;
}

    .project-card img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .project-card a {
        font-family: "GraphikTH-SemiBold";
    }

.project-card-body {
    position: relative;
    padding: 40px 30px 20px;
    color: #797C80;
    /* flex: 1 1 auto;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .project-card-body .project-tag {
        position: absolute;
        top: 0;
        transform: translateY(-15px);
    }

        .project-card-body .project-tag .new-project {
            background: rgb(0, 83, 181);
            color: #0e1c2c;
            padding: 14px;
            border-radius: 33px;
            font-size: 1.5rem;
        }

    .project-card-body h3 {
        font-size: 2rem;
        color: #000;
    }

    .project-card-body hr {
        width: 50px;
        height: 5px;
        top: 0;
        left: 0;
        border: 0;
        position: relative;
        margin: 1.5rem 0;
    }

    .project-card-body ul {
        padding: 0 0 0 20px;
    }

.btn-brochure {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

    .btn-brochure a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.icon-download {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #0053B5;
    border-radius: 50%;
    margin-left: 10px;
}

    .icon-download img {
        width: 50%;
        height: 50%;
        vertical-align: middle;
    }

@media (max-width: 1024px) {
    #benefit-agent img.img-fluid {
        max-width: none !important;
    }

    #benefit-agent img.w-100 {
        width: auto !important;
    }

    .benefit-agent-list ul li span {
        width: 230px;
    }

    .benefit-agent-list ul li img.icon-svg {
        margin-right: 25px;
    }
}

@media (max-width: 820px) {
    .benefit-agent-list ul li span {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .benefit-agent-list ul li span {
        width: 180px;
    }

    #benefit-agent img.img-fluid {
        max-width: 100% !important;
    }

    #benefit-agent img.w-100 {
        width: 100% !important;
    }

    .project {
        margin: 0;
    }

    .benefit-agent-list {
        margin-top: 0;
    }

        .benefit-agent-list ul {
            margin-left: 20px;
        }

            .benefit-agent-list ul li {
                font-size: 2rem;
            }

                .benefit-agent-list ul li img.icon-svg {
                    width: 70px;
                    height: 70px;
                    margin-right: 20px;
                }

    .icon-download {
        width: 32px;
        height: 32px;
    }
}