.BGcontainer {
    background-color: #eeeeee;
}

a {
    text-decoration: none;
    color: #000;
}


@media (max-width: 450px) {
    .bland {
        font-size: 10px;
    }
}

/* Back to top  */
html,
body {
    scroll-behavior: smooth;
}

/* END Back to top  */


/* news  */
.news_Text {
    color: #a80b57;
}

/* End News  */
/* App All Page  */
.imgApp {
    width: 100%;
}

.imgApp001:hover {
    transition: all 0.5s;
    transform: scale(1.03);
}

/* END App All  */

/* Button CSS */
.button-33 {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 100px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-33:hover {
    box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}

.button-44 {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ebc2fb;
    border-radius: 100px;
    box-shadow: rgba(163, 44, 187, 0.2) 0 -25px 18px -14px inset, rgba(187, 44, 163, 0.15) 0 1px 2px, rgba(187, 44, 144, 0.15) 0 2px 4px, rgba(187, 44, 175, 0.15) 0 4px 8px, rgba(187, 44, 180, 0.15) 0 8px 16px, rgba(187, 44, 139, 0.15) 0 16px 32px;
    color: rgb(128, 0, 85);
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 100px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-44:hover {
    box-shadow: rgba(187, 44, 127, 0.35) 0 -25px 18px -14px inset, rgba(187, 44, 144, 0.25) 0 1px 2px, rgba(134, 44, 187, 0.25) 0 2px 4px, rgba(170, 44, 187, 0.25) 0 4px 8px, rgba(187, 44, 151, 0.25) 0 8px 16px, rgba(187, 44, 139, 0.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}

/* END Button CSS */

/* Back to top  */
#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: rgb(121, 4, 62);
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    /* font-size: 18px; */
    /* Increase font size */


}

#myBtn:hover {
    background-color: #ffa8d8;
    color: #000;
    /* Add a dark-grey background on hover */
}

/* END Back to top  */

/* น้องดินดี  */
.ft-messenger {
    position: relative;
    width: 100%;
}

.messenger-img {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 50px;
    right: 70px;
    position: fixed;
    z-index: 9999;
}

@media (max-width: 770px) {
    .messenger-img {
        display: none;
    }
}

/* END น้องดินดี  */

/* plant and Report  */
.prBut001 {
    background-color: #830a44;
    border-radius: 10px;
    margin-top: 10px;
    color: white;
    text-decoration: none !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}

.prBut001:hover {
    transition: all 0.2s;
    transform: scale(1.03);
    background-color: #000000;
    color: white;
    text-decoration: none !important;
}

.pr {
    padding: 25px 0px;
    font-size: 17px;

}


/* END plant and Report  */

/* caption */
.captionBG {
    background-color: #ffe2ee;
    position: relative;
}

.caption {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #53063a;

}

.parallax {
    /* The image used */
    background-image: url("../img/imgBuide/itLDDCenter.jpg");
    /* background-color: black; */
    background-blend-mode: darken;
    opacity: 0.2;
    /* Set a specific height */
    min-height: 100px;
    /* color: #ffb8da; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* END caption */



/* Contact */
.ContactText {
    font-size: 15px;
    color: #000;
}

/* END Contact  */

/* footer  */
.textA {
    color: #000;
}

.line01 {
    background-color: #a80b57;
    color: white;
    font-size: 12px;
    height: 50px;
}

.line02 {
    margin: 20px;
}

/* END footer  */

/* AI Chatbot  */
.bgg-blue {
    background: linear-gradient(270deg, #d04f8b, #d54b90, #9d174a);
    background-size: 200% 200%;
    -webkit-animation: bgg-blue 10s ease infinite;
    -moz-animation: bgg-blue 10s ease infinite;
    -o-animation: bgg-blue 10s ease infinite;
    animation: bgg-blue 10s ease infinite;
}

.ft-body {
    display: inline-block;
    vertical-align: top;
}

.box-shadow {
    border: 1px solid #FFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.lddnet-body {
    width: 210px;
    border-radius: 5px;
    padding: 5px;
    background-color: #FFF;
}

.lddnet-content {
    background-color: #fff;
    border-radius: 5px;
    color: #000;

}

/* END AI Chatbot  */


/* FAQ คำถามพบบ่อย  */
.text_font {
    font-weight: bold;
    font-size: 15px;
    color: #a80b57;
}

:root {
    --border-color: #b19aad;
    --light-blue-color: #659dbd;
    --dark-color: #a80b57;
    --light-color: #f1f1f1;
}

.accordion {
    background-color: #ffffff;

}

.accordion-body {
    background-color: #ffffff;
}

.container003 {
    max-width: 900px;
    margin: 0 auto;
    /* background: var(--light-color); */
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.accordion-header {
    background-color: #fddfed;
}

.container003 .accordion .accordion-header {
    padding: 0.828rem;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


.container003 .accordion .accordion-body {
    padding: 0 0.828rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 0.5s;
}

.container003 .accordion .accordion-body {
    border-bottom: none;
    margin: 0.828rem 0;
}


.close .spantext {
    transition: ease 0.5s;
    display: inline-block;
    height: 12px;
    width: 2px;
    background-color: var(--dark-color);
}

.close .spantext:nth-child(even) {
    transform: rotate(90deg) translateY(6.7px);
}

.active .close .spantext:nth-child(odd) {
    opacity: 0;
    visibility: hidden;
}

/* END FAQ  */

.label002 {
    width: 100%;
}

.qu {
    /* width: 300px; */
    background: #fee9ff;
    margin: 40px auto;
}

.span002 {
    padding: 30px;
    background: #e052e0;
    color: white;
    font-size: 1.2em;
    font-variant: small-caps;
    cursor: pointer;
    display: block;
}

.span002::after {
    float: right;
    right: 10%;
    content: "+";
}

.slide002 {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
}

.slide002 li {
    padding: 30px;
}

#touch {
    position: absolute;
    opacity: 0;
    height: 0px;
}

#touch2 {
    position: absolute;
    opacity: 0;
    height: 0px;
}

#touch:checked+.slide002 {
    height: 300px;
}

#touch2:checked+.slide002 {
    height: 300px;
}

/* END คำถามพบบ่อย  */


.btn2:hover {
    color: white;
    text-decoration: none !important;

}

.bgline001 {
    background-image: url("../img/bg002-v2_2.png");
    /* background-color: #eeeeee; */
    /* opacity: 0.2; */

    /* repeat คือ การทำซ้ำ  no-repeat คือ ไม่ทำซ้ำ  */
    background-repeat: no-repeat;
    /* ทำให้ภาพ เติมจนเต็มพื้นที่ที่ มันมีอยู่ */
    background-size: cover;
    /* เพื่อให้ภาพ อยู่ตรงกลาง position คือการจัดตำแหน่งของภาพ */
    background-position: center;

}

.bgline002 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-image: url("../img/sand-lime-brick.jpg");
    /* background-color: #eeeeee;
    opacity: 0.2; */
    /* repeat คือ การทำซ้ำ  no-repeat คือ ไม่ทำซ้ำ  */
    background-repeat: no-repeat;
    /* ทำให้ภาพ เติมจนเต็มพื้นที่ที่ มันมีอยู่ */
    background-size: cover;
    /* เพื่อให้ภาพ อยู่ตรงกลาง position คือการจัดตำแหน่งของภาพ */
    background-position: center;

}

.containerTop_but {
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.bg001 {
    border-radius: 5px;
    background: rgb(212, 212, 212);
    background: linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(233, 64, 146, 1) 100%);
}

.bg002 {
    border-radius: 5px;
    background: rgb(212, 212, 212);
    /* background: linear-gradient(90deg, rgba(233, 64, 146, 1) ,rgba(241, 241, 241, 1) 100%); */
    background: linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(182, 177, 180, 1) 100%);
}

.Text_black {
    color: black !important;
}

.Text_pink {
    color: #a80b57 !important;
    /* color: #c9c9c9; */
}

.Text_ww {
    color: #fff !important;
    /* color: #c9c9c9; */
}


.text_B {
    font-weight: bold;
}

.center {
    justify-content: center;
    text-align: center;
}


.bottom_ser {
    margin: 10px;
    background-color: #ecebeb;
    border-radius: 5%;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: 1px 0px 10px rgb(217, 0, 119);


}

.bottom_ser:hover {
    transition: all 0.5s;
    transform: scale(1.03);

}

.topNav {
    background-color: rgb(119, 119, 119);
    color: white;
    height: 1.5rem;
}

.topNavSecond {
    background-color: #a80b57;
}

.margin_top15 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.text {
    color: #a80b57;
}

.text:hover {
    color: #8a0342;

}

.fontH {
    font-size: 1.5rem;
    font-weight: bold;
}

.fontH002 {
    font-size: 1.25rem;
    font-weight: bold;
}

.co-pink {
    color: #a80b57 !important;
}

.typcn:before {
    font-family: typicons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.typcn-news:before {
    content: "\e0bf";
}

.cardCEO {
    margin: 1%;
    background-image: url('../img/imgBuide/512874-PIHI3G-586_200.png');
    /* background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%); */
}

.cardCEO2 {
    margin: 5px;
    text-align: center;
    background-color: white;
    border-radius: 10px;
}

.boxShadow1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    line-height: 1rem;
}

.fc-left {
    font-size: 15px !important;
    z-index: 99;
}