﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



body {
    font-family: 'noto_sans';
    background-color: #F7F7F7;
}



.container {
    max-width: 1660px;
    margin: 0 auto;
}



.bg-light {
    background-color: #FFF !important;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.02);
}



.content-margin {
    margin-top: 83px;
}



.content-background {
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.image-background {
    width: 100%;
    height: 100vh;
    background-image: url('../img/index-image.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.image-login-background {
    width: 100%;
    height: 100vh;
    background-image: url('../img/login-image.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.img-install {
    width: 100%;
}





/* .box-crop {

    display: flex;

    margin: 150px 120px;

} */





/* .box-crop-2 {

    display: flex;

    margin: 220px 120px;

} */



.text-orange {
    color: #F8B046;
}



.text-title {
    color: #F8B046;
    font-size: 31px;
    font-weight: 700;
}



.text-sub,
.text-sub-title {
    color: #000;
    font-size: 21px;
    font-weight: 700;
}



.text-content-TH {
    color: #000;
    font-size: 18px;
}



.text-content-EN {
    color: #ABAAB0;
    font-size: 18px;
}



.text-paragraph-TH {
    color: #000;
    font-size: 14px;
    line-height: 18px;
}



.text-paragraph-EN {
    color: #ABAAB0;
    font-size: 14px;
    line-height: 18px;
}



.text-login {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}



.text-modal-title {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}



.text-modal-subtitle {
    color: #ABAAB0;
    text-align: center;
    font-size: 14px;
}



.text-modal-content {
    color: #000;
    font-size: 16px;
    text-align: left;
    padding: 20px 0 0 0;
}



.text-modal-register a {
    color: #F8B046;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}



    .text-modal-register a:hover {
        color: #F79C34;
    }



.download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 298px;
    height: 48px;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 10px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}



a.download-btn {
    text-decoration: none;
}



.download-btn:hover {
    color: #FFF;
    background-color: #F9AC56;
    border-color: #F9AC56;
}



.facebook-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 298px;
    height: 48px;
    font-weight: 700;
    text-align: center;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 10px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}



a.facebook-btn {
    text-decoration: none;
}



.facebook-btn:hover {
    color: #FFF;
    background-color: #045FD6;
    border-color: #045FD6;
}



.email-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 298px;
    height: 48px;
    font-weight: 700;
    text-align: center;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 10px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}



button.email-btn {
    text-decoration: none;
    cursor: pointer;
}



.email-btn:hover,
.email-btn:focus,
.email-btn:active {
    color: #FFF;
    background-color: #F79C34;
    border-color: #F79C34;
    outline: none;
}



.login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 48px;
    font-weight: 700;
    text-align: center;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 10px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}



button.login-btn {
    text-decoration: none;
    cursor: pointer;
}



.login-btn:hover {
    color: #FFF;
    background-color: #5A595E;
    border-color: #5A595E;
}



.btn-blue {
    color: #FFF;
    background-color: #1877F2;
    border-color: #1877F2;
}



.btn-second {
    color: #F9AC56;
    background-color: transparent;
    border-color: #F9AC56;
}



.btn-grey {
    color: #FFF;
    background-color: #6E6D73;
    border-color: #6E6D73;
}



.start-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 390px;
    height: 70px;
    font-weight: 700;
    text-align: center;
    border: 1px solid transparent;
    font-size: 24px;
    line-height: 1.5;
    border-radius: 10px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}



a.start-btn {
    text-decoration: none;
    color: #FFF;
}



.start-btn:hover {
    background-color: #F79C34;
    border-color: #F79C34;
}



.btn-main {
    color: #FFF;
    background-color: #F9AC56;
    border-color: #F9AC56;
}



.main-title {
    margin: 0;
}



.second-title {
    margin: 25px 0 0 0;
}



.download {
    display: flex;
    align-items: center;
    margin: 25px 0 0 0;
}



.facebook {
    margin: 25px 0 0 0;
}



.start {
    margin: 50px 0 0 0;
}



.remark {
    margin: 25px 0 0 0;
}



.facebook-modal {
    margin: 25px 0 0 0;
    display: flex;
    justify-content: center;
}



.section-title-wrapper {
    position: relative;
}



    .section-title-wrapper::before {
        position: absolute;
        background: #000 none repeat scroll 0 0;
        bottom: 12;
        content: "";
        height: 1px;
        left: 0;
        margin: 0 auto;
        right: 0;
        text-align: center;
        width: 330px;
    }



    .section-title-wrapper:after {
        position: absolute;
        background: #FFF no-repeat scroll 0 0;
        bottom: 3;
        content: "เธซเธฃเธทเธญ";
        font-size: 16px;
        height: 20px;
        left: 0;
        margin: 0 auto;
        right: 0;
        text-align: center;
        width: 40px;
        z-index: 9;
    }



.section-title {
    text-align: center;
    overflow: hidden;
    position: relative;
}



.section-or-wrapper {
    position: relative;
}



    .section-or-wrapper::before {
        position: absolute;
        background: #ABAAB0 none repeat scroll 0 0;
        top: 40;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        right: 0;
        text-align: center;
        width: 298px;
    }



    .section-or-wrapper:after {
        position: absolute;
        background: #F7F7F7 no-repeat scroll 0 0;
        top: 30;
        bottom: 0;
        content: "เธซเธฃเธทเธญ";
        color: #ABAAB0;
        font-size: 16px;
        height: 20px;
        left: 125;
        right: 0;
        text-align: center;
        width: 40px;
        z-index: 9;
    }



.section-or {
    text-align: center;
    overflow: hidden;
    position: relative;
}



.modal-content {
    position: relative;
    display: flex;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 10px;
    outline: 0;
}



.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 50px 0;
    margin: 0 auto;
}



.modal-lg {
    max-width: 610px;
    max-height: 610px;
}



.form-control {
    height: 48px;
/*    border-left: 1px;*/
/*    border-radius: 10px;*/
}



.input-group-text {
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #FFF !important;
    border-radius: 10px;
}



@media screen and (max-width: 1199.98px) {

    .text-align {
        text-align: center;
    }

    .download-btn,
    .start-btn,
    .facebook-btn,
    .email-btn {
        margin: 0 auto;
    }

    .download {
        display: block;
    }

    .section-or-wrapper::before {
        margin: 0 auto;
    }

    .section-or-wrapper:after {
        margin: 0 auto;
        left: 0;
    }
}



@media screen and (min-width: 992px) {

    .box-crop {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-55%);
        left: 12%;
        right: 12%;
    }
}



@media screen and (max-width: 991.98px) {

    .image-background {
        display: none;
    }

    .image-login-background {
        display: none;
    }

    .content-background {
        height: 100vh;
    }

    .main-title {
        margin: 50px 0 0 0;
    }

    .second-title {
        margin: 20px 0 0 0;
    }

    .download {
        display: block;
        margin: 20px 0 0 0;
    }

    .start {
        margin: 20px 0 0 0;
    }

    .remark {
        margin: 20px 0 50px 0;
    }

    .download-btn,
    .start-btn,
    .facebook-btn,
    .email-btn {
        margin: 0 auto;
    }

    .section-or-wrapper {
        margin: 30px 0;
    }
}



@media screen and (min-width: 768px) and (max-width: 991.98px) {

    .section-or-wrapper::before {
        margin: 0 auto;
        top: 20;
    }

    .section-or-wrapper:after {
        margin: 0 auto;
        left: 0;
        top: 10;
    }
}



@media screen and (min-width: 425px) and (max-width: 767.98px) {

    .download-btn,
    .start-btn,
    .facebook-btn,
    .email-btn {
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
}



@media screen and (max-width: 424.98px) {

    .download-btn,
    .start-btn,
    .facebook-btn {
        width: 298px;
    }

    .email-btn {
        margin: 0 auto;
    }
}



@media screen and (min-width: 319.98px) and (max-width: 767.98px) {

    .text-sub-title {
        padding: 0 30px;
    }

    .text-sub {
        padding: 0 10px;
    }

    .section-or-wrapper::before {
        top: 20;
        margin: 0 auto;
    }

    .section-or-wrapper:after {
        top: 10;
        left: 0;
        margin: 0 auto;
    }
}
body {
    font-family: 'Kanit';
}

.content-background {
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-background {
    width: 100%;
    height: 100vh;
    background-image: url(../img/img-newscreen-4.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar.navbar-custom {
    height: 80px;
}

.container-custom {
    max-width: 1540px;
    margin: 0 auto;
}

.content-margin {
    margin-top: 80px;
}

.navbar.navbar-custom img {
    max-width: 250px;
}

.section-container {
    text-align: center;
}

.main-title-wrapper {
    margin-bottom: 35px;
}

.sub-text-wrapper {
    margin-bottom: 35px;
}

.text--header {
    color: #00afab;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.text--desc {
    color: #333;
    font-size: 22px;
    font-weight: 500;
}

.text--sub {
    color: #333;
    font-size: 22px;
    font-weight: 300;
}

.fw-light {
    font-weight: 300;
}

.button-group-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 358px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.button {
    display: inline-flex;
    width: 100%;
    padding: 16px 56px;
    align-items: center;
    gap: 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.35s ease-in-out;
}

    .button:hover {
        text-decoration: none;
        color: #FFF;
    }

    .button.login--phone {
        background-color: #5ADC3C;
    }

        .button.login--phone:hover {
            background-color: #3cc220;
        }

    .button.login--facebook {
        background-color: #0865FE;
    }

        .button.login--facebook:hover {
            background-color: #0b53ea;
        }

    .button.login--email {
        background-color: #05204B;
    }

        .button.login--email:hover {
            background-color: #020a17;
        }

    .button.primary {
        background-color: #004A87;
        justify-content: center;
    }

        .button.primary:hover {
            background-color: #074073;
        }

span.login--icon {
    width: 10px;
    color: #FFF;
}

.text--normal {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
}

.text--normal-link {
    color: #05204B;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.35s ease-in-out;
}

    .text--normal-link:hover {
        color: #0146a7;
        text-decoration: none;
    }

.text--normal-link-2 {
    color: #004A87;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.35s ease-in-out;
}

    .text--normal-link-2:hover {
        color: #005baa;
        text-decoration: none;
    }

.modal-loginStockPickup .modal-dialog {
    max-width: 450px;
    margin: 0 auto;
}

.modal-loginFacebook .modal-dialog {
    max-width: fit-content;
    margin: 0 auto;
}

.modal-loginStockPickup .modal-content {
    border-radius: 6px;
    height: 655px;
}

.modal-loginStockPickup .modal-header {
    border-bottom: none;
    padding: 32px 32px 0;
}

.modal-loginStockPickup .modal-body {
    padding: 16px;
    margin: 0;
}

.box-wrapper {
    padding-left: 32px;
    padding-right: 32px;
}

.navigation-flex {
    width: 100%;
    display: inline-flex;
    justify-content: end;
}

.modal--main-title {
    color: #004A87;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 20px;
}

.modal--sub-title {
    font-size: 24px;
    line-height: normal;
}

.form-group-wrapper {
    margin-top: 50px;
}

.form-group {
    margin-bottom: 20px;
}

form.loginStockPickup .form-control {
    padding: 8px 12px;
    border-radius: 2px;
    border: 1px solid #E0E0E0;
}

.forget-password {
    text-decoration: underline;
}

.register-wrapper {
    padding: 16px 0;
    text-align: center;
}

.hide-show-password,
.hide-show-password-email {
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 0;
}

    .hide-show-password:visited,
    .hide-show-password.email:visited {
        border: 0;
        background-color: transparent;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .hide-show-password i,
    .hide-show-password-email i {
        color: #6C757D;
    }

#togglePassword {
    border: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
/*    top: 10px;*/
    right: 0;
}

.input-group > .form-control:not(:last-child) {
    z-index: 0;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.paddingx--custom {
    padding-left: 0;
    padding-right: 0;
}

.showimage-575 {
    display: none;
}

.gradient-container {
    width: 500px;
    height: 500px;
    font: 900 5.5em sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}

.gradient-background {
    background: linear-gradient(41deg, #000000, #76bd1d);
    /* background: linear-gradient(90deg, #0575e6, #00f260); */
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-text-animation 2s alternate infinite;
}

@keyframes gradient-text-animation {
    from {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    to {
        background-position: 0 50%;
    }
}

@media screen and (max-width: 1600px) {
    .hidebr--xl {
        display: none;
    }
}


@media screen and (max-width: 1329px) {
    .text--header {
        font-size: 28px;
    }

    .text--desc {
        font-size: 21px;
    }

    .text--sub {
        font-size: 21px;
    }
}

@media screen and (max-width: 1273px) {
    .text--desc {
        font-size: 19px;
    }

    .text--sub {
        font-size: 19px;
    }
}

@media screen and (max-width: 1199px) {
    .hidebr--xl {
        display: block;
    }

    .text--header {
        font-size: 27px;
    }

    .text--desc {
        font-size: 18px;
    }

    .text--sub {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .box-crop {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-57%);
        left: 12%;
        right: 12%;
    }
}

@media screen and (max-width: 991px) {
    .navbar.navbar-custom img {
        max-width: 200px;
    }

    .box-crop {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .image-background {
        display: block;
        height: 300px;
        background-position-y: -125px;
    }

    .content-background {
        height: auto;
        /* overflow: unset; */
    }

    .paddingx--custom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .text--header {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .box-crop {
        padding: 0 20px;
    }

    .image-background {
        height: 250px;
        background-position-y: -90px;
    }

    .show--hidebr--custom {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .modal-loginStockPickup .modal-dialog {
        max-width: 380px;
    }

    .modal-loginStockPickup .modal-content {
        height: 600px;
    }

    .box-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .image-background {
        height: 200px;
        background-position-y: -65px;
    }

    .hideimage-575 {
        display: none;
    }

    .showimage-575 {
        display: block;
    }

    .modal--main-title {
        font-size: 30px;
    }

    .modal--sub-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 445px) {
    .hidebr--xl {
        display: none;
    }

    .text--header {
        font-size: 25px;
    }
}

@media screen and (max-width: 425px) {
    .navbar.navbar-custom img {
        max-width: 180px;
    }

    .modal-loginStockPickup .modal-dialog {
        max-width: 370px;
    }

    .box-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-crop {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .image-background {
        background-position-y: -55px;
    }

    .text--header {
        font-size: 24px;
    }

    .text--desc {
        font-size: 17px;
    }

    .text--sub {
        font-size: 17px;
    }

    .paddingx--custom {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 412px) {
    .button {
        padding: 16px 36px;
    }
}

@media screen and (max-width: 400px) {
    .text--header {
        font-size: 23px;
    }

    .text--desc {
        font-size: 16px;
    }

    .text--sub {
        font-size: 16px;
    }
}

@media screen and (max-width: 390px) {
    .button {
        padding: 16px 40px;
    }
}

@media screen and (max-width: 380px) {
    .button {
        padding: 16px 38px;
    }
}

@media screen and (max-width: 375px) {
    .button {
        padding: 16px 36px;
    }
}

@media screen and (max-width: 374px) {
    .button {
        font-size: 16px;
    }
}

@media screen and (max-width: 349px) {
    .button {
        font-size: 15px;
    }
}