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_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;
}
        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;
        }
        body {
      margin: 0;
      font-family: 'Mitr', sans-serif;
      background: linear-gradient(to bottom right, #f0f0f0, #ffffff);
    }

    .header-box {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 80px;
      background: #fff;
      border-radius: 30px;
      margin: 50px auto;
      max-width: 1400px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      position: relative;
    }

    .text-group {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
    }

    .text-group h1 {
      font-size: 35px;
      font-weight: 700;
      color: #00245c;
      margin: 0;
    }

    .text-group p {
      font-size: 24px;
      font-weight: 500;
      color: #00245c;
      margin-top: 10px;
    }

    .image-group {
      margin-left: auto;
    }

    .image-group img {
      height: 420px;
      border-radius: 10px;
    }

    @media (max-width: 900px) {
      .header-box {
        flex-direction: column;
        padding: 40px 20px;
      }

      .text-group {
        position: static;
        transform: none;
        margin-bottom: 30px;
      }

      .image-group img {
        height: auto;
        width: 100%;
        max-width: 300px;
      }
    }
      * {
      box-sizing: border-box;
    }

    body {
      font-family: 'Mitr', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f0f0f0; /* สีพื้นหลังรอบนอก */
      height: 100vh;
      display: flex;
      justify-content: center; /* จัดกลางแนวนอน */
      align-items: center;     /* จัดกลางแนวตั้ง */
    }

    .content {
      background-color: #ffffff; /* กล่องพื้นหลังสีขาว */
      width: 800px;
      padding: 40px;
      border-radius: 16px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      text-align: left; /* ชิดซ้าย */
      color: #333333;
    }

    .section-title {
      font-weight: 400;
      font-size: 25px;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .section-content {
      font-weight: 300;
      font-size: 20px;
      line-height: 1.7;
      margin-bottom: 20px;
    }
          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;
        }
    