body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#Shape13
{
   border-width: 0;
   vertical-align: top;
}
#PageFooter4
{
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#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%;
}
#MorphingIcon1
{
   overflow: visible;
}
#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;
      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;
    }
    .company-container {
    display: flex;
    gap: 300px; /* ระยะห่างซ้าย-ขวา */
    font-family: 'Mitr', sans-serif;
    color: #ffffff;
    padding: 20px;
    max-width: 900px;
    margin: 20px auto; /* เว้นขอบบน-ล่าง */
  }
  .company-left {
    flex: 2;
    text-align: left;
  }
  .company-left .company-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .company-left .company-details,
  .company-left .contact {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .company-left .contact {
    margin-top: 20px;
  }
  .company-left .contact span {
    font-weight: 500;
  }

  .company-right {
    flex: 1;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 150px;
    font-size: 18px;
       
  }
  .company-right a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    white-space: nowrap;
  }
  .company-right a:hover {
    text-decoration: underline;
  }
        body {
            font-family: 'Mitr', sans-serif;
            text-align: center;
            padding: 50px;
            font-size: 12px; /* ฟ้อนหลักขนาด 12 */
        }
        button {
            margin: 5px;
            padding: 5px 10px;
            font-size: 12px;
            cursor: pointer;
            border-radius: 6px;
            border: 1px solid #4CAF50;
            background-color: #ffffff;
            color: #4CAF50;
            transition: background-color 0.3s, color 0.3s;
        }
        button:hover {
            background-color: #4CAF50;
            color: white;
        }
            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 {
            font-family: 'Mitr', sans-serif;
            text-align: center;
            padding: 50px;
            font-size: 12px; /* ฟ้อนหลักขนาด 12 */
        }
        button {
            margin: 5px;
            padding: 5px 10px;
            font-size: 12px;
            cursor: pointer;
            border-radius: 6px;
            border: 1px solid #4CAF50;
            background-color: #ffffff;
            color: #4CAF50;
            transition: background-color 0.3s, color 0.3s;
        }
        button:hover {
            background-color: #4CAF50;
            color: white;
        }
    