body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#PageHeader1
{
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#MorphingIcon1
{
   overflow: visible;
}
#Shape13
{
   border-width: 0;
   vertical-align: top;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text15 div
{
   text-align: center;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Button1
{
   box-sizing: border-box;
   line-height: 32px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   background-color: #006400;
   background-image: none;
   color: #FFFFFF;
   font-family: "Mitr ExtraLight";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
#Button2
{
   box-sizing: border-box;
   line-height: 32px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   background-color: #006400;
   background-image: none;
   color: #FFFFFF;
   font-family: "Mitr ExtraLight";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button2:focus
{
   outline: 0;
}
#PageHeader2
{
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_Image3
{
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Button5
{
   box-sizing: border-box;
   line-height: 32px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   background-color: #006400;
   background-image: none;
   color: #FFFFFF;
   font-family: "Mitr ExtraLight";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button5:focus
{
   outline: 0;
}
#Button6
{
   box-sizing: border-box;
   line-height: 32px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #FFFFFF;
   border-radius: 4px;
   background-color: #006400;
   background-image: none;
   color: #FFFFFF;
   font-family: "Mitr ExtraLight";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button6:focus
{
   outline: 0;
}
#PageFooter4
{
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#PageFooter2
{
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#PageFooter3
{
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#PageFooter1
{
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
        body {
            margin: 0;
            padding: 0;
            font-family: 'Mitr', sans-serif;
            background-color: #fff;
        }
        .nav {
            display: flex;
            justify-content: center;
            align-items: center;
            list-style: none;
            padding-left: 0;
            margin: 0;
            gap: 35px;
            font-size: 18px;
        }
        .nav-item {
            position: relative;
        }
        .nav-link,
        .dropdown-item {
            font-family: 'Mitr', sans-serif;
            font-weight: 500;
            font-size: 16px;
            color: #333333 !important;
            text-decoration: none !important;
            padding: 10px 0;
            transition: color 0.3s;
        }
        .nav-link:hover,
        .dropdown-item:hover {
            color: #006400 !important;
        }
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            padding: 0;
            border: none;
            box-shadow: none;
            display: none;
            flex-direction: column;
            background-color: white;
        }
        .dropdown:hover .dropdown-menu {
            display: flex;
        }

        /* ปิดการคลิกสำหรับเมนู "นักลงทุนสัมพันธ์" */
        .nav-item.dropdown:nth-child(3) {
            pointer-events: none;
            opacity: 0.6; /* ทำให้ดูจาง */
        }
        .dropdown-item {
            font-weight: 400;
            text-align: center;
            padding: 8px 15px;
        }
      .benefits-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Mitr', sans-serif;
  }

  .benefit-item {
    text-align: center;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
  }

  .benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }

  .benefit-item img {
    max-width: 100px;
    height: auto;
    margin-bottom: 30px;
  }

  .benefit-item p {
    margin: 0;
    font-size: 16px;
    color: #333;
  }
        body {
            margin: 0;
            padding: 0;
            font-family: 'Mitr', sans-serif;
            background-color: #fff;
        }
        .nav {
            display: flex;
            justify-content: center;
            align-items: center;
            list-style: none;
            padding-left: 0;
            margin: 0;
            gap: 35px;
            font-size: 18px;
        }
        .nav-item {
            position: relative;
        }
        .nav-link,
        .dropdown-item {
            font-family: 'Mitr', sans-serif;
            font-weight: 500;
            font-size: 16px;
            color: #333333 !important;
            text-decoration: none !important;
            padding: 10px 0;
            transition: color 0.3s;
        }
        .nav-link:hover,
        .dropdown-item:hover {
            color: #006400 !important;
        }
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            padding: 0;
            border: none;
            box-shadow: none;
            display: none;
            flex-direction: column;
            background-color: white;
        }
        .dropdown:hover .dropdown-menu {
            display: flex;
        }

        /* ปิดการคลิกสำหรับเมนู "นักลงทุนสัมพันธ์" */
        .nav-item.dropdown:nth-child(3) {
            pointer-events: none;
            opacity: 0.6; /* ทำให้ดูจาง */
        }
        .dropdown-item {
            font-weight: 400;
            text-align: center;
            padding: 8px 15px;
        }
    