
.button331 {
background-color: #4CAF50;
border: none;
color: white;
/*padding: 15px 32px;*/
height: 100px; 
/*width: 400px;*/
width: 100%;
/*padding: 20px 80px;*/
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
font-size: 30px;
}

.button33k {
background-color: #eab676;
border: none;
color: white;
/*padding: 15px 32px;*/
height: 50px; 
/*width: 400px;*/
width: 100px;
/*padding: 20px 80px;*/
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
font-size: 30px;
}

.button33klightgreen {
  background-color: #90EE90;
  border: none;
  color: white;
  /*padding: 15px 32px;*/
  height: 50px; 
  /*width: 400px;*/
  width: 100px;
  /*padding: 20px 80px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 30px;
  }


  .button33klightblue {
    background-color: #ADD8E6;
    border: none;
    color: white;
    /*padding: 15px 32px;*/
    height: 50px; 
    /*width: 400px;*/
    width: 100px;
    /*padding: 20px 80px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 30px;
    }



/*.column {
  float: left;
  width: 50%;
  border: 15px solid white;
  padding: 5px;
}*/
.column22 {
  float: left;
  /*border: 1px solid white;*/
  padding: 5px;
}

.left {
  width: 25%;
  /*border: 1px solid white;*/
  padding: 5px;
}

.right {
  width: 75%;
}

/* Clear floats after the columns */
/*.row:after {
  content: "";
  display: table;
  clear: both;
}*/


/*container1023 start*/
      .container1023 {
        display: flex;
        align-items: center;
        /*justify-content: center*/
      }
      img {
        max-width: 100%
      }
      .image {
        flex-basis: 100%
      }
      .text {
        font-size: 20px;
        padding-left: 10px;
      }

/*container1023 end*/




/*text property start*/
.text-red {
  color: red;
}

.text-black {
  color: black;
}

.text-blue {
  color: blue;
}

.text-green {
  color: green;
}
.text-bold {
  font-weight: bold;
}

.text-large {
  font-size: 20px;
}
.paragraph1 {
    margin-bottom: 10px; /* Adjust the margin bottom for the first paragraph */
  }

.paragraph2 {
margin-bottom: 20px; /* Adjust the margin bottom for the second paragraph */
}

.paragraph3 {
margin-bottom: 60px; /* Adjust the margin bottom for the third paragraph */
}

.paragraph4 {
  margin-bottom: 3px; /* Adjust the margin bottom for the first paragraph */
}


.normal {
    font-size: 16px; /* Set the normal font size for a span with class "normal" */
  }

.small {
font-size: 12px; /* Set a smaller font size for a span with class "small" */
}

.large {
font-size: 26px; /* Set a larger font size for a span with class "large" */
}
.row11 {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .heading5633 {
    line-height: 0.5; /* Adjust this value to control the line spacing */
  }

/*text property start*/





/*   https://www.themeshock.com/css-text-shadow/  */
/*text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);*/

.text-shadow-example {
    text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);
  }


/*https://webdesignerhut.com/css-generators/--*/
/* https://www.themeshock.com/css-drop-shadow/   */
/* https://www.w3schools.com/Css/tryit.asp?filename=trycss_boxmodel  */
/* https://www.w3schools.com/colors/colors_picker.asp */

.class_box_shadow_gradientbackground{
    width: 420px;
    height:595px;
    color:white;
    min-width: 700px;
    min-height: 800px;
    /*border: 15px solid green;*/
    padding: 50px;
    margin: 0px;
    /*margin: auto;*/
    /*background: #E6CCCB;*/
    border: 5px solid white;
    position:relative;
    box-shadow: 14px 20px 15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 14px 20px 15px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 14px 20px 15px rgba(0, 0, 0, 0.45);

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
    /* https://www.colorzilla.com/gradient-editor/  */
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.class_box_shadow{
    /*width: 840px;*/
    width: 420px;
    /*height:595px;*/
    color:white;
    min-width: 700px;
    min-height: 800px;
    /*border: 15px solid green;*/
    padding: 50px;
    margin: 0px;
    /*margin: auto;*/
    /*background: #E6CCCB;*/
    background: #ffffff;
    border: 1px solid rgb(0, 0, 0);
    position:relative;
    box-shadow: 14px 20px 15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 14px 20px 15px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 14px 20px 15px rgba(0, 0, 0, 0.45);



}

.class_box_shadow_smaller{
    width: 750px;
    color:white;
    min-width: 700px;
    min-height: 800px;
    /*border: 15px solid green;*/
    padding: 50px;
    margin: 0px;
    /*margin: auto;*/
    /*background: #E6CCCB;*/
    border: 5px solid white;
    position:relative;
    box-shadow: 14px 20px 15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 14px 20px 15px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 14px 20px 15px rgba(0, 0, 0, 0.45);

    
}



.two-column {
  column-count: 2;
  column-gap: 20px;
  width: 800px;
  /*height: 300px;*/

}


.image-container56345 {
    position: relative;
    margin-top:5px;
    margin-bottom: 5px;
    /* Add any additional styling for the container */
  }
  
  .caption56345 {
    position: relative;
    /*bottom: 0;*/
    /*bottom: 30px;*/ /* Adjust this value to move the caption closer to the bottom */
    left: 0;
    width: 100%;
    text-align: center;
    /* Add any additional styling for the caption */
  }
  .captionUpper56345 {
    /*position: relative;*/
    /*bottom: 0;*/
    bottom: 30px; /* Adjust this value to move the caption closer to the bottom */
    left: 0;
    width: 100%;
    text-align: center;
    /* Add any additional styling for the caption */
  }
  
  #overlay {
    position: absolute;
    top: 150px;
    left: 0;
    width: 58%;
    height: 50%;
    /*opacity: 0;*/
    z-index: 999;
	/*background-color: rgba(0,0,0,0.5);*/
  background-color: rgba(0,0,0,0);
  }


  .overlay56345 {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity and color as desired */
    z-index: 1; /* Adjust the z-index to position the overlay relative to other elements on the page */
  }
  
  .overlay-content56345 {
    position: absolute;
    top: 50%; /* Adjust the vertical position of the overlay content */
    left: 50%; /* Adjust the horizontal position of the overlay content */
    transform: translate(-50%, -50%); /* Center the overlay content */
    z-index: 2; /* Adjust the z-index to position the overlay content relative to other elements on the page */
    color: #fff; /* Adjust the color of the overlay content text */
  }
  

  .container56345อยู่กลาง {
    position: relative;
    display: flex; /* Use flexbox for the container */
    align-items: center; /* Center items vertically within the container */
  }

  .container56345NotOK {
    /*position: relative;*/
    top: 20%; /* Adjust the top position as needed */
    /*left: 0; */  /* Position the container to the leftmost side of the screen */
    display: flex;
    align-items: center;
  }

  .container56345 {
    display: flex;
  }
  


  .box56345 {
    flex: 1; /* เพิ่มมา 1 รายการ Use flex-grow: 1 to take up remaining space */
    width: 820px;
    /*height: 200px;*/
    background-color: rgb(248, 239, 239);
    /*position: absolute;*/
    padding: 1px;
    /*left: 0;*/
    margin-right: 20px; /* Add margin-right to create space between the boxes */
  }




  
  .container820 {
    width: 70%; /* Set the width of the container element to 80% */
    padding: 50px;
    left: 20px;
    /*margin: 0 auto;*/ /* Center the container element horizontally */
    /*margin-left: 0; /* Set the left margin of the container element to 0 */
    /*padding-left: 40px; /* Set the left padding of the container element to 20 pixels */
  }
  
  .button-container56345 {
    position: absolute;
    top: 20%;
    right: 0px;
    transform: translateY(-50%);
  }
  
  .button56345 {
    display: block;
    margin-bottom: 10px;
    /*position: absolute;*/
    top: 50%;
    right: 0;
    /*transform: translateY(-50%);
    z-index: 9999;*/
  }
  .image56345 {
    width: 100px; /* Adjust the width of the image as needed */
    height: auto; /* Adjust the height of the image as needed */
    position: relative;
    /*top: 0;*/
    left: 0;
  }
  

  .floating-button56345 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    /* Other button styles */
  }
  


  
  .small-boxNOTUSED {
    width: 150px;
    height: 250px;
    background-color:  rgb(255, 255, 255);
    /*background-color: #ccc;*/
    box-shadow: 0px 0px 10px rgba(252, 250, 250, 0.5); /* Add box shadow */
    /* Add any other styles as needed for the small box */
  }

  .small-box {
    width: 150px;
    display: inline-block; /* Add display: inline-block */
    height: 1500px;
    /*height: auto !important;*/ /* Set height to auto */
    /*background-color: #ccc;*/
    background-color:  rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgba(122, 103, 103, 0.5);
    /* Add any other styles as needed for the small box */
    position: relative; /* Add relative positioning for the small box */
    overflow: hidden; /* Hide overflow for the small box */
  }
  
  .small-box img {
    width: 100%; /* Set the width of the image to 100% to make it fit the box */
    height: auto; /* Automatically adjust the height of the image */
    object-fit: cover; /* Use "cover" value for object-fit to scale the image and maintain its aspect ratio */
  }
  
  .small-box p {
    margin: 0;
    padding: 10px;
  }
  
  .small-box a {
    color: #000;
    text-decoration: none;
  }
  
  .small-box a:hover {
    color: #00f;
  }
  
  .custom-sentence {
    color: red; /* Set the color to red */
    font-weight: bold; /* Set the font weight to bold */
    /*margin: 10px;*/ /* Add suitable left-right margin */
    text-align: center;
  }

  .small-box30002 {
    width: 100px;
    height: 100px;
    position: relative;
    background-color: coral;
    /*top: 0;*/
    margin-right: 0;
  }

  .container10055 {
    display: relative;
    align-items: center;
  }
  .container10055 img {
    margin-left: 10px;
  }
  


  
  
  
  