@charset "UTF-8";
@font-face {
    font-family: 'SukhumvitSet';
    src: url('../font/SukhumvitSet-Text.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'SukhumvitSetThin';
    src: url('../font/SukhumvitSet-Thin.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'SukhumvitSetBold';
    src: url('../font/SukhumvitSet-Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'SukhumvitSetLight';
    src: url('../font/SukhumvitSet-Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'SukhumvitSetMedium';
    src: url('../font/SukhumvitSet-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'SukhumvitSetSemiBold';
    src: url('../font/SukhumvitSet-SemiBold.woff') format('woff');
    font-display: swap;
}

body {
    font-family: 'SukhumvitSet';
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0px;
    background-color: #002854;
    color: #000;

}

 .error {
    display: block;
    font-weight: 300;
    color: #212529;
    text-align: left;
    color: #a4a4a4;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "SukhumvitSet";
    font-weight: 500;
    line-height: 1.2;
}

p {
    margin-top: 0;
    margin-bottom: 0.3rem;
    position: relative;
}

sup {
    position: relative;
    font-size: 0.6em;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -1.5em;
    left: -1.5em;
}

/*
.form-control {
    width: 100%;
    padding: 0.3rem 0.75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    color: #212529;
    background-color: #EFEFEF;
  
    border: 1px solid #212529;

} */


.form-control {
    color: black;
}




.content-main-package {
    font-family: SukhumvitSetThin;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: 1px solid #ddd;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
}

.content-main-package2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: SukhumvitSetThin;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5em;
    font-size: 0.8rem;
    border: 2px solid #002854;
    border-radius: 25px;
}

.content-main-package2:hover {
    background-color: #ddd;
}

.content-main-package:hover {
    background-color: #ddd;
}

.content-main-package-item-left {
    text-align: left;
    color: #605e5e;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2rem;
    padding: 0.5rem;
}

.content-main-package-item-right {
    text-align: right;
    color: #605e5e;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2rem;
    padding: 0.5rem;
}

@media (min-width: 1000px) {
    .content-main-package {
        font-family: SukhumvitSetThin;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        margin-left: 15rem;
        margin-right: 15rem;
        border: 1px solid #dbdbdb;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        display: grid;
        grid-template-columns: 50% 50%;
        justify-content: center;
        align-items: center;
        /*  text-align: center;*/
    }
    .content-main-package:hover {
        background-color: #dbdbdb;
    }
    .content-main-package-item-left {
        text-align: left;
        color: #605e5e;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.2rem;
        padding: 0.5rem;
    }
    .content-main-package-item-right {
        text-align: right;
        color: #605e5e;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.2rem;
        padding: 0.5rem;
    }
    .content-main-package2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        font-family: SukhumvitSetThin;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 15rem;
        margin-right: 15rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 1rem;
        padding-bottom: 1em;
        font-size: 1rem;
        border: 2px solid #002854;
        border-radius: 25px;
    }
    .content-main-package2:hover {
        background-color: #ddd;
    }
}

.content-package-header {
    font-family: SukhumvitSetThin;
    margin-top: 1rem;
    display: grid;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    grid-template-columns: 25% 25% 25% 25%;
    text-align: center;
    background-repeat: no-repeat;
}

.content-package-header-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.2em;
    border-radius: 5px;
}

@media (min-width: 1000px) {
    .content-package-header {
        margin-top: 2rem;
        display: grid;
        padding-left: 5%;
        padding-right: 5%;
        grid-template-columns: 25% 25% 25% 25%;
        text-align: center;
        /*border: 1px solid #ddd;*/
        background-repeat: no-repeat;
    }
    .content-package-header-item {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 1.2em;
        border-radius: 5px;
    }
}

.content-package {
    font-family: SukhumvitSetThin;
    display: grid;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    grid-template-columns: 25% 25% 25% 25%;
    text-align: center;
    /*border: 1px solid #ddd;*/
    background-repeat: no-repeat;
}

.content-package-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1em;
    border-right: #ddd 1px solid;
    font-weight: 300;
}

@media (min-width: 1000px) {
    .content-package {
        font-family: SukhumvitSetThin;
        display: grid;
        padding-left: 5%;
        padding-right: 5%;
        grid-template-columns: 25% 25% 25% 25%;
        text-align: center;
        /*border: 1px solid #ddd;*/
        background-repeat: no-repeat;
    }
    .content-package-item {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 1em;
        border-right: #ddd 1px solid;
        font-weight: 300;
    }
}

.content-main-package-header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 2em;
    font-weight: 700;
    border-radius: 5px;
}

.content-main-package-footer {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content-main-package-price {}


/*############## verify_otp ##############*/

.verify-otp {
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*border: 1px solid #ddd;*/
    padding: 0.375rem;
}


/*############## user info ##############*/

.User-info {
    display: grid;
    /* flex-direction: column;
   flex-wrap: wrap;*/
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid;
    border-color: #002652;
    border-radius: 25px;
    padding: 1rem;
    padding-bottom: 2rem;
}

.User-info-header {
    /*margin-top: 2rem;
    border: 1px solid;
    border-color: #ff0000;*/
}

.User-info-body {
    margin-top: 2rem;
    text-align: left;
    /* border: 1px solid;
    border-color: #00ff00;*/
}

.User-info-body .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.User-info-footer {
    display: flex;
    flex-direction: column;
    margin-top: 0em;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 1000px) {
    .User-info {
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 1px solid;
        border-color: #002652;
        border-radius: 25px;
        padding: 1rem;
        padding-bottom: 2rem;
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .User-info-header {
        margin-top: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .User-info-body {
        font-family: SukhumvitSetThin;
        margin-top: 2rem;
        text-align: left;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .User-info-body .btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .User-info-footer .btn {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 0rem;
    }
}

.User-info-detail {
    font-family: SukhumvitSetThin;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*border: 1px solid #ddd;*/
}

.User-info-detail-header {
    margin-top: 2rem;
}

.User-info-detail-body {
    font-family: SukhumvitSetThin;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.User-info-detail-footer {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

@media (min-width: 1000px) {
    .User-info-detail {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .User-info-detail-header {
        margin-top: 2rem;
    }
    .User-info-detail-body {
        font-family: SukhumvitSetThin;
        margin-top: 2rem;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .User-info-detail-footer {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 2rem;
    }
}


/*############## edit user info ##############*/

.edit-User-info {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*border: 1px solid #ddd;*/
}

.edit-User-info-header {
    margin-top: 2rem;
}

.edit-User-info-body {
    margin-top: 2rem;
}

.edit-User-info-body-item {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    padding: 0.5rem;
}


/*##############Index page  ##############*/

.page-section {
    margin-top: 3rem;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.container2,
.container2-fluid,
.container2-xxl,
.container2-xl,
.container2-lg,
.container2-md,
.container2-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.page-section2 {
    margin-top: 0rem;
    /*-webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s; */
}

.index-content-logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-content-logo img {
    width: 75%;
}

@media (min-width: 1000px) {
    .index-content-logo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        /*  border: 1px solid #ddd;*/
    }
    .index-content-logo img {
        width: 50%;
    }
}

.qr-payment {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.qr-payment-header img {
    width: 95%;
}

.qr-payment-body {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 50% 50%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: 0.5rem;
}

.qr-peyment-body-item {}

@media (min-width: 1000px) {
    .qr-payment {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .qr-payment-header img {
        width: 95%;
    }
    .qr-payment-body {
        margin-top: 2rem;
        display: grid;
        grid-template-columns: 50% 50%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: left;
        gap: 1rem;
    }
    .qr-payment-body-item {}
}


/*.index-content-service {
margin-top: 2rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
font-size: 1.0rem;
font-weight: 300;
color: #a4a4a4;
}

.index-content-service-item {
padding: 0.2rem;
margin-right: 0.3rem;
}*/

.index-content-img-box01 {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-content-img-box01 img {
    width: 95%;
}

@media (min-width: 1000px) {
    .index-content-img-box01 {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .index-content-img-box01 img {
        width: 55%;
    }
}

.index-content-boxview {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    display: grid;
    grid-template-columns: 100%;
    color: #002854;
    gap: 1em;
}

@media (min-width: 1000px) {
    .index-content-boxview {
        margin-left: 10rem;
        margin-right: 10rem;
        display: grid;
        grid-template-columns: 50% 50%;
        color: #002854;
        gap: 1em;
    }
}

.index-content-boxview-item {
    /*font-family: SukhumvitSet;
background-color: #E7E7E7;
box-shadow: 5px 10px #dbdbdb;
box-shadow: 5px 10px #dbdbdb;
padding: 1rem;
justify-content: center;
align-items: center;
text-align: center;
color: #605e5e;
font-size: 1.0rem;
text-underline-offset: 0.7rem;*/
    font-family: SukhumvitSet;
    background-color: #E7E7E7;
    /* box-shadow: 5px 10px #dbdbdb; */
    /* box-shadow: 5px 10px #dbdbdb; */
    padding: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #605e5e;
    font-size: 1.0rem;
    text-underline-offset: 0.7rem;
    border: 1px solid #d4d4d4;
}

@media (min-width: 1000px) {
    .index-content-boxview-item {
        font-family: SukhumvitSet;
        background-color: #E7E7E7;
        padding: 1.5rem;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #605e5e;
        font-size: 1.2rem;
        text-underline-offset: 0.7rem;
        box-shadow: 5px 10px #dbdbdb;
        box-shadow: 5px 10px #dbdbdb;
    }
}

.index-content-boxview a {
    text-decoration: underline;
}

.index-content-boxview a:hover {
    text-decoration: underline;
    color: #042753;
}

.index-content-under-boxview {
    /*padding: 1.5rem;
justify-content: center;
align-items: center;
text-align: center;
font-family: SukhumvitSet;
color: #605e5e;
font-size: 1.0rem;
text-underline-offset: 0.7rem;*/
    padding: 3rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: SukhumvitSet;
    color: #605e5e;
    font-size: 1.0rem;
    text-underline-offset: 0.7rem;
}

@media (min-width: 1000px) {
    .index-content-under-boxview {
        padding: 1.5rem;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: SukhumvitSet;
        color: #605e5e;
        font-size: 1.2rem;
        text-underline-offset: 0.7rem;
    }
}

.index-content-under-boxview a {
    text-decoration: underline;
}

.index-content-under-boxview a:hover {
    text-decoration: underline;
    color: #042753;
}

.index-content-cookie-fix-bottom {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    align-items: center;
    text-align: center;
}

.index-content-cookie-fix-bottom button {
    background-color: #918f8f;
    color: #fff;
    border: none;
}

.index-content-cookie-fix-bottom button:hover {
    background-color: #ccc;
    color: #918f8f;
    border: none;
}


/*########### new index-content-promote #############*/

.new-index-content-promote {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.new-index-content-promote img {
    width: 95%;
}

.new-index-content-promote-item {
    margin-top: 1rem;
}

@media (min-width: 1000px) {
    .new-index-content-promote {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .new-index-content-promote img {
        width: 95%;
    }
    .new-index-content-promote-item {
        margin-top: 1rem;
    }
}

.new-index-content-promote05 {
    display: grid;
    grid-template-columns: 80% 20%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.new-index-content-promote05-left {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.new-index-content-promote05-left img {
    width: 100%;
}

.new-index-content-promote05-right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: SukhumvitSet;
    color: #2f2e2e;
    font-size: 2.5rem;
    text-align: left;
}

.new-index-content-promote05-right img {
    width: 100%;
}

@property --numUp {
    syntax: "<integer>";
    initial-value: 99;
    inherits: false;
}

.numberCountUp {
    animation: numberCountUp 5s linear forwards;
    counter-reset: numUp var(--numUp);
}

.numberCountUp::before {
    content: counter(numUp);
}

@keyframes numberCountUp {
    from {
        --numUp: 0;
    }
    to {
        --numUp: 99;
    }
}

@media (min-width: 1000px) {
    .new-index-content-promote05 {
        display: grid;
        grid-template-columns: 80% 20%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .new-index-content-promote05-left {
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    .new-index-content-promote05-left img {
        width: 100%;
    }
    .new-index-content-promote05-right {
        display: flex;
        flex-direction: column;
        color: #2f2e2e;
        font-size: 6.0rem;
        text-align: left;
    }
}

.new-index-content-promote06 {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.new-index-content-promote06 img {
    width: 95%;
}

@media (min-width: 1000px) {
    .new-index-content-promote06 {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .new-index-content-promote06 img {
        width: 95%;
    }
}


/*########### index-content-promote  #############*/

.index-content-promote {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 100%;
    z-index: 1;
}

.index-content-promote-left {
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 1;
}

.index-content-promote-left img {
    width: 80%;
}

.index-content-promote-right {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    z-index: 1;
}

.index-content-promote-right .image-container {
    width: 100%;
    height: 150px;
    background-size: cover;
    text-align: center;
    justify-content: center;
    background-image: url("../img/model1/S10000.JPG");
    z-index: 2;
}

@media (min-width: 1025px) {
    .index-content-promote {
        margin-top: 5rem;
        display: grid;
        grid-template-columns: 40% 60%;
        flex-wrap: wrap;
        position: -webkit-sticky;
        position: sticky;
        top: 7rem;
        z-index: 1;
        padding-bottom: calc((100vw*1.28));
    }
    .index-content-promote-left {
        display: flex;
        flex-direction: column;
        text-align: right;
        z-index: 2;
    }
    .index-content-promote-left img {
        width: 90%;
    }
    .index-content-promote-right {
        display: flex;
        flex-direction: column;
        text-align: left;
        margin-left: -150px;
    }
    .index-content-promote-right .image-container {
        width: 100%;
        height: 100%;
        text-align: center;
        justify-content: center;
        background-size: cover;
        background-image: url("../img/model1/S10000.JPG");
        z-index: 1;
    }
}

@media (min-width: 1900px) {
    .index-content-promote {
        margin-top: 5rem;
        display: grid;
        grid-template-columns: 40% 60%;
        flex-wrap: wrap;
        position: -webkit-sticky;
        position: sticky;
        top: 7rem;
        z-index: 1;
        padding-bottom: calc((100vw*1.15));
    }
    .index-content-promote-left {
        display: flex;
        flex-direction: column;
        text-align: right;
        z-index: 2;
    }
    .index-content-promote-left img {
        width: 90%;
    }
    .index-content-promote-right {
        display: flex;
        flex-direction: column;
        text-align: left;
        margin-left: -150px;
    }
    .index-content-promote-right .image-container {
        width: 100%;
        height: 100%;
        text-align: center;
        justify-content: center;
        background-size: cover;
        background-image: url("../img/model1/S10000.JPG");
        z-index: 1;
    }
}

.index-content-promote02 {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 60% 40%;
    flex-wrap: wrap;
    /*z-index: 2;
/* position: -webkit-sticky;
position: sticky;
top: 5rem;
background-color: #fff;
z-index: 55;*/
    /*padding-bottom: 330rem;*/
}

.index-content-promote02-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-content-promote02-left img {
    width: 100%;
}

.index-content-promote02-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-content-promote02-right img {
    width: 100%;
}

@media (min-width: 1000px) {
    .index-content-promote02-left {
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    .index-content-promote02-left img {
        width: 80%;
    }
    .index-content-promote02-right {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .index-content-promote02-right img {
        width: 80%;
    }
    /* .image-container2 {
width: 100%;
height: 100%;
background-size: cover;
background-image: url("../img/model2/S20002.jpg");
background-color: #fff;
border: 1px solid;
z-index: 57;
}*/
}

.index-content-promote03 {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 50% 50%;
    /*flex-wrap: wrap;
position: -webkit-sticky;
position: sticky;
top: 5rem;
background-color: #fff;
z-index: 3;*/
}

.index-content-promote03-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: right;
}

.index-content-promote03-left img {
    width: 90%;
}

.index-content-promote03-right {
    display: flex;
    flex-direction: column;
    text-align: left;
    /*margin-top: rem;*/
}

.index-content-promote03-right img {
    width: 100%;
    text-align: left;
}

@media (min-width: 1000px) {
    .index-content-promote03-left {
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    .index-content-promote03-left img {
        width: 85%;
    }
    .index-content-promote03-right {
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    .index-content-promote03-right img {
        width: 70%;
    }
}

.index-content-promote04 {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-content-promote04 img {
    width: 70%;
}

@media (min-width: 1000px) {
    .index-content-promote04 img {
        width: 50%;
    }
}

.index-content-promote05 {
    display: grid;
    grid-template-columns: 60% 40%;
    flex-wrap: wrap;
}

.index-content-promote05-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-content-promote05-left img {
    width: 100%;
}

.index-content-promote05-right {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 85%;
    flex-wrap: wrap;
    font-family: SukhumvitSet;
    text-align: left;
    color: #2f2e2e;
    font-size: 4.4rem;
    padding-left: 0.5rem;
}

.index-content-promote05-right img {
    width: 100%;
}

@media (min-width: 1000px) {
    .index-content-promote05-left {
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    .index-content-promote05-left img {
        width: 65%;
    }
}

@media (min-width: 1000px) {
    .index-content-promote05-right {
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 95%;
        font-family: SukhumvitSet;
        text-align: left;
        color: #2f2e2e;
        font-size: 9.0rem;
        padding-left: 1rem;
        ;
    }
    .index-content-promote05-right img {
        width: 95%;
    }
}

.index-content-promote06 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-content-promote06 img {
    width: 100%;
}

@media (min-width: 1000px) {
    .index-content-promote06 img {
        width: 70%;
    }
}

.index-content-promote07 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-content-promote07 img {
    width: 100%;
}

@media (min-width: 1000px) {
    .index-content-promote06 img {
        width: 70%;
    }
}

.index-content-telephone-box {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
    font-size: 0.9rem;
}


.index-content-telephone-box {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
}
.index-content-telephone-box-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
    
}


@media (min-width: 1000px) {
    .index-content-telephone-box {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
    }
    .index-content-telephone-box-item {
        font-size:1.5rem;
        margin-left: 15rem;
        margin-right: 15rem;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 1rem;
     
    }
}


/*############## footer ##############*/

.footer-flex-containner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-flex-containner-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: left;
    text-align: left;
}

.footer-flex-containner-row-item {
    padding-right: 5px;
}


/*############## Choose package-detail ##############*/

.content-package-detail {
    margin-top: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.content-package-detail-header {
    font-family: SukhumvitSetThin;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    column-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.content-package2-detail {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    /*width: 100%;*/
}

.content-package2-detail-body {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 1rem;
}

.content-package2-detail-body-total {
    display: grid;
    grid-template-columns: 100%;
    color: 002854;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 1rem;
    border: #002854 2px solid;
    border-radius: 25px;
}

.content-package2-detail-body-total h1 {
    font-size: 1.5rem;
}

.content-package2-detail-body-total h4 {
    font-size: 1rem;
    font-family: SukhumvitSetLight;
}

@media (min-width: 1000px) {
    .content-package2-detail-body-total {
        display: grid;
        grid-template-columns: 100%;
        color: 002854;
        margin-top: 3rem;
        margin-bottom: 2rem;
        margin-left: 7rem;
        margin-right: 7rem;
        padding: 1rem;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 1rem;
        border: #002854 2px solid;
        border-radius: 25px;
    }
    .content-package2-detail-body-total h1 {
        font-size: 2.5rem;
    }
    .content-package2-detail-body-total h4 {
        font-size: 1.5rem;
        font-family: SukhumvitSetLight;
        font-weight: 300;
    }
}

.content-package2-detail-body-item {
    display: grid;
    grid-template-columns: 100%;
    color: 002854;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 0.3rem;
    border: #002854 2px solid;
    border-radius: 25px;
}

.content-package2-detail-body-item-left {
    padding: 1rem;
    /* border: #002854 2px solid;
    border-radius: 25px;*/
}

.content-package2-detail-body-item-right {
    padding: 0.5rem;
    /*   border: #002854 2px solid;
    border-radius: 25px;*/
    display: grid;
    grid-template-columns: 25% 75%;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.content-package2-detail-body-item-right-left {
    font-size: 0.7rem;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.content-package2-detail-body-item-right-right {
    font-size: 0.6rem;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.content-package2-detail-body-item-right-right .form-select {
    font-size: 0.6rem;
    color: #212529;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background-color: #ebebeb;
    border-radius: 5px;
    margin-top: 0.2rem;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.ColorImageAll {
    width: 70%;
}

.content-package2-detail-body-item-right-right .form-select a:hover {
    color: #fff;
    background-color: #002854;
}

@media (min-width: 1000px) {
    .ColorImageAll {
        width: 70%;
    }
    .content-package2-detail-body-item {
        display: grid;
        padding: 1rem;
        grid-template-columns: 30% 70%;
        color: 002854;
        margin: 1rem;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 1rem;
        border: none;
    }
    .content-package2-detail-body-item-left {
        padding: inherit;
        border: #002854 2px solid;
        border-radius: 25px;
        font-size: 1.5rem;
    }
    .content-package2-detail-body-item-right {
        padding: 6rem;
        border: #002854 2px solid;
        border-radius: 25px;
        display: grid;
        grid-template-columns: 20% 80%;
        gap: 0.5rem;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content-package2-detail-body-item-right-left {
        font-size: 1.2rem;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content-package2-detail-body-item-right-right {
        font-size: 1.2rem;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content-package2-detail-body-item-right-right .form-select {
        font-size: 1.2rem;
        color: #212529;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        background-color: #ebebeb;
        border-radius: 5px;
        margin-top: 0.2rem;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content-package2-detail-body-item-right-right .form-select a:hover {
        color: #fff;
        background-color: #002854;
    }
}

.content-package-detail-body {
    /* display: grid;
grid-template-columns: 50% auto;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    text-align: center;
    padding: 1rem;
}

.content-package-detail-body-left {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.content-package-detail-body-left-item {
    font-family: SukhumvitSetThin;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content-package-detail-body-right {
    font-family: SukhumvitSet;
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.content-package-detail-body-right-button {
    display: flex;
    justify-content: row;
    border: 1px solid #ccc;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.content-package-detail-body-right-button-item {
    font-family: SukhumvitSetThin;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    /*margin-right: 2rem;*/
}

.content-package-detail-body-right-button-item .quantity {
    background-color: #fff;
    /* border: solid 1px #000;*/
    height: 30px;
    z-index: 9999;
    border: none;
    margin: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content-package-detail-body-right-button-item .btnminus {
    font-family: SukhumvitSetThin;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: #d4d4d4;
    font-size: 0.6rem;
    text-align: center;
    vertical-align: middle;
    border: none;
}

.content-package-detail-body-right-button-item .btnplus {
    font-family: SukhumvitSetThin;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: #d4d4d4;
    font-size: 0.6rem;
    text-align: center;
    vertical-align: middle;
    border: none;
}

.content-package-detail-body-item-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content-package-detail-footer {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
    gap: 2rem;
}

@media (min-width: 1000px) {
    .content-package-detail-footer {
        margin-top: 1.5rem;
        display: grid;
        grid-template-columns: 50% 50%;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-left: 8rem;
        margin-right: 8rem;
        gap: 2rem;
    }
}


/*############## Choose order summary ##############*/

.content-order-summary {
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-color: #002652;
    border-radius: 25px;
    padding: 2rem;
}

@media (min-width: 1000px) {
    .content-order-summary {
        display: flex;
        flex-direction: column;
        border: 1px solid;
        border-color: #002652;
        border-radius: 25px;
        padding: 2rem;
    }
}

.content-order-summary-box-address {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: #efeff4;
    padding: 0.8rem;
}

@media (min-width: 1000px) {
    .content-order-summary-box-address {
        font-size: 1.4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: 10rem;
        margin-right: 10rem;
        background-color: #efeff4;
        padding: 1.5rem;
        padding-left: 8rem;
        padding-right: 8rem;
    }
}

.content-order-summary-detail {
    font-size: 0.9rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 0rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.content-order-summary-detail-item {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.content-order-summary-detail-item-inline {
    display: flex;
    flex-direction: inline;
    text-align: left;
    font-size: 0.9rem;
    margin-left: 0rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
}

.content-order-summary-detail-item-inline .btn {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.9rem;
    border-radius: 0.2rem;
    margin: 0.5rem;
}

.content-order-summary-detail-payment-button {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
}

.content-order-summary-detail-payment-button button {
    margin-bottom: 2rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    box-shadow: 5px 5px 5px #1e3959;
}

@media (min-width: 1000px) {
    .content-order-summary-detail {
        margin-left: 10rem;
        margin-right: 10rem;
        display: grid;
        grid-template-columns: 70% 30%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        padding: 1rem;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .content-order-summary-detail-item {
        text-align: left;
        font-size: 1.3rem;
    }
    .content-order-summary-detail-item span {
        font-size: 1rem;
    }
    .content-order-summary-detail-item-inline .btn {
        padding: 0.25rem;
        font-size: 1.3rem;
        border-radius: 0.2rem;
        margin: 0.5rem;
    }
    .content-order-summary-detail-payment-button {
        margin-top: 1rem;
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .content-order-summary-detail-payment-button button {
        margin-bottom: 2rem;
        padding: 0.25rem;
        box-shadow: 5px 5px 5px #1e3959;
    }
}

.content-create-account-detail {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.users-detail-address {
    margin-top: 2rem;
    /* display: flex;
    flex-direction: column;
    flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: 100%;
    /* border: 1px solid #002652;*/
    padding: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: #002854 2px solid;
    border-radius: 25px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.shipping-detail-address {
    display: grid;
    grid-template-columns: 100%;
    /* border: 1px solid #002652;*/
    padding: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: #002854 2px solid;
    border-radius: 25px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.billing-detail-address {
    display: none;
    /* grid-template-columns: 100%;
     border: 1px solid #002652;*/
    padding: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: #002854 2px solid;
    border-radius: 25px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.submit-detail-address {
    display: grid;
    grid-template-columns: 100%;
    /* border: 1px solid #002652;*/
    padding: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: #002854 2px solid;
    border-radius: 25px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}


/*##################### plus minus counter input ##############################*/

.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}

.minus:hover {
    background-color: #717fe0 !important;
}

.plus:hover {
    background-color: #717fe0 !important;
}


/*Prevent text selection*/

span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input {
    border: 0;
    width: 2%;
    background-color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:disabled {
    background-color: #fff;
}


/* ###################### NAVBAR MENU COLOR ######################*/

.navbar-welcare .navbar-brand {
    color: #01265e;
}

.navbar-welcare .navbar-brand:hover,
.navbar-welcare .navbar-brand:focus {
    color: #01265e;
}

.navbar-welcare .navbar-nav .nav-link {
    color: #a4a4a4;
}

.navbar-welcare .navbar-nav .nav-link:hover,
.navbar-welcare .navbar-nav .nav-link:focus {
    color: #002854;
}

.navbar-welcare .navbar-nav .nav-link.disabled {
    color: #002854;
}

.navbar-welcare .navbar-nav .show>.nav-link,
.navbar-welcare .navbar-nav .nav-link.active {
    color: #002854;
}

.navbar-welcare .navbar-toggler {
    color: #dbdbdb;
    border-color: #fff;
    /*border: none;*/
}

.navbar-welcare .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-welcare .navbar-text {
    color: #01265e;
}

.navbar-welcare .navbar-text a,
.navbar-welcare .navbar-text a:hover,
.navbar-welcare .navbar-text a:focus {
    color: #dbdbdb;
}


/*############# BOTTOM FIX BAR ###############*/

.customer-detail-navbar-fix-bottom {

    padding: 1.5rem 1rem 1.5rem 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 450px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.customer-detail-navbar-fix-bottom p {
    font-size: 1.0rem;
    font-weight: 300;
    padding: 0;
    margin: 0;
    /*line-height: 1.2rem;*/
    color: #01265e;
}

.order-summary-navbar-fix-bottom {

    padding: 1.5rem 1rem 1.5rem 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 450px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.order-summary-navbar-fix-bottom-item {}

.page-not-found-404 {
    margin-top: 7rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a::after {
    display: none;
}

a:hover::after {
    display: inline;
}

.form-group {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: top;
}

.sweet-alert h2 {
    color: #575757;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0px 0;
    padding: 0;
    line-height: 1.8rem;
    display: block;
}

.sweet-alert button {
    background-color: #012c56;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 1.0rem;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    /*  margin: 26px 5px 0 5px;*/
    cursor: pointer;
}


/*############## users-info-detail-shipping-address  ##############*/

.users-info-detail-shipping-detail-address {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border: 1px solid #000;
    padding: 1rem;
    padding-bottom: 2rem;
}

.users-info-detail-billing-detail-address {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border: 1px solid #000;
    padding: 1rem;
    display: none;
}

.content-package-detail-body-right-button-item .quantity2 {
    background-color: #fff;
    /* border: solid 1px #000;*/
    height: 30px;
    z-index: 9999;
    border: none;
    margin: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content-package-detail-body-right-button-item .btnminus2 {
    font-family: SukhumvitSetThin;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: #d4d4d4;
    font-size: 0.6rem;
    text-align: center;
    vertical-align: middle;
    border: none;
}

.content-package-detail-body-right-button-item .btnplus2 {
    font-family: SukhumvitSetThin;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: #d4d4d4;
    font-size: 0.6rem;
    text-align: center;
    vertical-align: middle;
    border: none;
}

.saha-content-promote01 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.8rem;
}

.saha-content-promote01 img {
    width: 100%;
}

.saha-content-promote01 .form-control {
    padding: 0.3rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 300;
    color: #212529;
    background-color: #EFEFEF;
    border: 1px solid #a4a4a4;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.saha-content-promote01 .btn {
    background-color: #002854;
    font-size: 0.8rem;
    color: #fff;
}

@media (min-width: 1000px) {
    .saha-content-promote01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 1rem;
    }
    .saha-content-promote01 img {
        width: 60%;
    }
    .saha-content-promote01 .form-control input {
        font-size: 1rem;
        color: #212529;
        background-color: #EFEFEF;
        border: 1px solid #a4a4a4;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.ais-content-promote01 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ais-content-promote01 img {
    width: 100%;
}

.ais-content-promote01 .form-control {
    width: 100%;
    padding: 0.3rem 0.75rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: #212529;
    background-color: #EFEFEF;
    /* background-clip: padding-box; */
    border: 1px solid #a4a4a4;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ais-content-promote01 .btn {
    background-color: #002854;
    padding: 0.5rem;
    width: 250px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.ais-content-promote01-item {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2rem;
}

@media (min-width: 1000px) {
    .ais-content-promote01 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .ais-content-promote01 img {
        width: 100%;
    }
    .ais-content-promote01 .form-control input {
        width: 100%;
        padding: 0.3rem 0.75rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: #212529;
        background-color: #EFEFEF;
        border: 1px solid #a4a4a4;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .ais-content-promote01 .btn {
        background-color: #002854;
        padding: 0.5rem;
        width: 250px;
        font-size: 1.5rem;
        font-weight: 700;
        color: #fff;
    }
    .ais-content-promote01-item p {
        margin-bottom: 0.5rem;
        text-align: center;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1.7rem;
    }
}

.ais-content-promote02 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ais-content-promote02 img {
    width: 100%;
}

.ais-content-promote02 .form-control {
    width: 100%;
    padding: 0.3rem 0.75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    color: #212529;
    background-color: #EFEFEF;
    /* background-clip: padding-box; */
    border: 1px solid #212529;
}

@media (min-width: 1000px) {
    .ais-content-promote02 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .ais-content-promote02 img {
        width: 95%;
    }
    .ais-content-promote02 .form-control {
        width: 100%;
        padding: 0.3rem 0.75rem;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.2;
        color: #212529;
        background-color: #EFEFEF;
        /* background-clip: padding-box; */
        border: 1px solid #212529;
    }
}

.ais-content-action-promote01 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.ais-content-action-promote01 img {
    width: 100%;
}


.ais-tab-content {
    font-family: SukhumvitSet;
}

.ais-tab-content .nav-item .nav {
    display: grid;
    font-size: 0.7rem;
    grid-template-columns: 50% 50%;
    color: #fff;
    background-color: #a4a4a4;
}

.ais-tab-content .nav-link .nav-pills {
    color: #fff;
    background-color: #a4a4a4;
}



.content-detail-body {
    display: grid;
    grid-template-columns: 40% 2% 58%;
    text-align: center;
}

.content-detail-body-left {
   /* background-color: #000;*/
    border-radius: 1rem; /* Rounded corners */
    
}

.content-detail-body-left img {
    background-color: #EDDEB5;
    /*border: 5px solid #c4a151; */
    border-radius: 1rem; /* Apply a border radius of 50% to create a circular shape */
    max-width: 100%; /* Ensure the image does not exceed the width of its container */
    height: auto; /* Maintain the aspect ratio of the image */
    display: block; /* Ensure the image behaves as a block element */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Apply a shadow effect */
}

.content-detail-body-right {
    padding: 0.25rem;
    background-color: #EDDEB5;
    border: 2px solid #c4a151; /* Added "solid" */
    color: #000;
    border-radius: 1rem; /* Rounded corners */
    display: flex; /* Use flexbox */
    flex-direction: column; /* Change the flex direction to column */
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
    text-align: center;
}

.content-detail-body-right .btn { /* Corrected selector */
    padding-left: 0.5rem; /* Increased padding for button */
    padding-right: 0.5rem; /* Increased padding for button */
    font-size: 0.9rem;
    border-radius: 1rem; /* Rounded corners */
    margin: 0.5rem;
    background-color: #c4a151; /* Button background color */
    color: #fff; /* Button text color */
    border: none; /* Remove button border */
    cursor: pointer; /* Cursor style */
}

.content-detail-body-right .btn:hover {
    background-color: #ff0000; /* Change the background color to red on hover */
    color: #ffffff; /* Change the text color to white on hover */
}

.content-detail-body-right h2 {
    padding: 0.175rem;;
    font-size: 0.9rem;
    color: #333;
    font-family: SukhumvitSetBold;
    
}

.content-detail-body-right p {
    padding: 0.175rem;
    font-size: 0.7rem;
    color: #333;
    font-family: SukhumvitSetLight;
}




.download-file-body {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
}

.download-file-body-item {
   /* background-color: #000;*/
    border-radius: 1rem; /* Rounded corners */
    
    
}

.download-file-body-item img {
   /* background-color: #EDDEB5;*/
    /*border: 5px solid #c4a151; /* Added "solid" */
    border-radius: 1rem; /* Apply a border radius of 50% to create a circular shape */
    max-width: 100%; /* Ensure the image does not exceed the width of its container */
    height: auto; /* Maintain the aspect ratio of the image */
    display: block; /* Ensure the image behaves as a block element */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Apply a shadow effect */
}

.download-file-body-item-bottom{

    margin-top: 0.5rem;
    padding: 1rem;
    padding-top: 3rem;
    background-color: #EDDEB5;
    /*border: 5px solid #c4a151; /* Added "solid" */
    color: #000;
    border-radius: 1rem; /* Rounded corners */
    display: flex; /* Use flexbox */
    flex-direction: column; /* Change the flex direction to column */
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
    text-align: center;
}

.download-file-body-item-bottom .btn { /* Corrected selector */
   
    padding-left: 3.5rem; /* Increased padding for button */
    padding-right: 3.5rem; /* Increased padding for button */
    font-size: 1.5rem;
    border-radius: 1rem; /* Rounded corners */
    margin: 0.5rem;
    background-color: #c4a151; /* Button background color */
    color: #fff; /* Button text color */
    border: none; /* Remove button border */
    cursor: pointer; /* Cursor style */
}

.download-file-body-item-bottom .btn:hover {
    background-color: #ff0000; /* Change the background color to red on hover */
    color: #ffffff; /* Change the text color to white on hover */
}

.download-file-body-item-bottom h2 {
    padding: 0.175rem;;
    font-size: 1rem;
    color: #333;
    font-family: SukhumvitSetBold;

}

.download-file-body-item-bottom p {
    padding: 0.175rem;
    font-size: 0.8rem;
    color: #333;
    font-family: SukhumvitSetLight;

}


.download-file-body-item-welcare-code{
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #fff;
    /*border: 5px solid #c4a151; /* Added "solid" */
    color: #002652;
    border-radius: 1rem; /* Rounded corners */
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*-------------------------DESKTOP------------------------- */
@media (min-width: 1000px) {


    .content-detail-body {
        display: grid;
        grid-template-columns: 40% 2% 58%;
        text-align: center;
    }
    
    .content-detail-body-left {
       /* background-color: #000;*/
        border-radius: 1rem; /* Rounded corners */
        
    }
    
    .content-detail-body-left img {
        background-color: #EDDEB5;
        /*border: 5px solid #c4a151; */
        border-radius: 1rem; /* Apply a border radius of 50% to create a circular shape */
        max-width: 100%; /* Ensure the image does not exceed the width of its container */
        height: auto; /* Maintain the aspect ratio of the image */
        display: block; /* Ensure the image behaves as a block element */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Apply a shadow effect */
    }
    
    .content-detail-body-right {
        padding: 0.25rem;
        background-color: #EDDEB5;
        border: 2px solid #c4a151; /* Added "solid" */
        color: #000;
        border-radius: 1rem; /* Rounded corners */
        display: flex; /* Use flexbox */
        flex-direction: column; /* Change the flex direction to column */
        justify-content: center; /* Horizontally center content */
        align-items: center; /* Vertically center content */
        text-align: center;
    }
    
    .content-detail-body-right .btn { /* Corrected selector */
        padding-left: 2rem; /* Increased padding for button */
        padding-right: 2rem; /* Increased padding for button */
        font-size: 1.5rem;
        border-radius: 1rem; /* Rounded corners */
        margin: 1rem;
        background-color: #c4a151; /* Button background color */
        color: #fff; /* Button text color */
        border: none; /* Remove button border */
        cursor: pointer; /* Cursor style */
    }
    
    .content-detail-body-right .btn:hover {
        background-color: #ff0000; /* Change the background color to red on hover */
        color: #ffffff; /* Change the text color to white on hover */
    }
    
    .content-detail-body-right h2 {
        padding: 0.175rem;;
        font-size: 1.5rem;
        color: #333;
        font-family: SukhumvitSetBold;
        
    }
    
    .content-detail-body-right p {
        padding: 0.175rem;
        font-size: 1.2rem;
        color: #333;
        font-family: SukhumvitSetLight;
    }
    
    
    
    
    .download-file-body {
        display: grid;
        grid-template-columns: 100%;
        text-align: center;
    }
    
    .download-file-body-item {
       /* background-color: #000;*/
        border-radius: 1rem; /* Rounded corners */
        
        
    }
    
    .download-file-body-item img {
       /* background-color: #EDDEB5;*/
        /*border: 5px solid #c4a151; /* Added "solid" */
        border-radius: 1rem; /* Apply a border radius of 50% to create a circular shape */
        max-width: 100%; /* Ensure the image does not exceed the width of its container */
        height: auto; /* Maintain the aspect ratio of the image */
        display: block; /* Ensure the image behaves as a block element */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Apply a shadow effect */
    }
    
    .download-file-body-item-bottom{
    
        margin-top: 0.5rem;
        padding: 1rem;
        padding-top: 3rem;
        background-color: #EDDEB5;
        /*border: 5px solid #c4a151; /* Added "solid" */
        color: #000;
        border-radius: 1rem; /* Rounded corners */
        display: flex; /* Use flexbox */
        flex-direction: column; /* Change the flex direction to column */
        justify-content: center; /* Horizontally center content */
        align-items: center; /* Vertically center content */
        text-align: center;
    }
    
    .download-file-body-item-bottom .btn { /* Corrected selector */
       
        padding-left: 5rem; /* Increased padding for button */
        padding-right: 5rem; /* Increased padding for button */
        font-size: 2rem;
        border-radius: 1rem; /* Rounded corners */
        margin: 0.5rem;
        background-color: #c4a151; /* Button background color */
        color: #fff; /* Button text color */
        border: none; /* Remove button border */
        cursor: pointer; /* Cursor style */
    }
    
    .download-file-body-item-bottom .btn:hover {
        background-color: #ff0000; /* Change the background color to red on hover */
        color: #ffffff; /* Change the text color to white on hover */
    }
    
    .download-file-body-item-bottom h2 {
        padding: 0.175rem;;
        font-size: 1.5rem;
        color: #333;
        font-family: SukhumvitSetBold;
    
    }
    
    .download-file-body-item-bottom p {
        padding: 0.175rem;
        font-size: 1.2rem;
        color: #333;
        font-family: SukhumvitSetLight;
    
    }
    
    
    .download-file-body-item-welcare-code{
        margin-top: 1.5rem;
        padding: 1.2rem;
        background-color: #fff;
        /*border: 5px solid #c4a151; /* Added "solid" */
        color: #002652;
        border-radius: 1rem; /* Rounded corners */
        justify-content: center;
        align-items: center;
        text-align: center;
    }

}
/*-------------------------DESKTOP------------------------- */