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%;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#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;
}
#Shape13
{
   border-width: 0;
   vertical-align: top;
}
#PageFooter1
{
   background-color: #F8F9FA;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#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;
}
        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;
      background-color: #f1f8f4;
      margin: 0;
      padding: 40px 20px;
      color: #1b5e20;
    }

    h2 {
      text-align: center;
      font-size: 36px;
      margin-bottom: 40px;
      color: #1b5e20;
    }

    .timeline {
      max-width: 1000px;
      margin: auto;
      position: relative;
    }

    .timeline-item {
      padding: 20px 40px;
      position: relative;
      width: 50%;
      box-sizing: border-box;
      animation: bounceIn 1s ease;
    }

    .timeline-item.left {
      left: 0;
    }

    .timeline-item.right {
      left: 50%;
    }

    .timeline-item::before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: #ffffff;
      border: 5px solid #43a047;
      border-radius: 50%;
      top: 20px;
      z-index: 1;
    }

    .timeline-item.left::before {
      right: -10px;
    }

    .timeline-item.right::before {
      left: -10px;
    }

    .content {
      background-color: #e8f5e9;
      padding: 20px;
      border-radius: 12px;
      position: relative;
      box-shadow: 0 4px 10px rgba(0, 100, 0, 0.1);
    }

    .content h3 {
      margin: 0 0 10px;
      font-weight: 700;
      font-size: 20px;
      color: #0F5C3A;
    }

    .content p {
      margin: 0;
      font-weight: 400;
      font-size: 16px;
      color: #0F5C3A;
    }

    @keyframes bounceIn {
      0% {
        opacity: 0;
        transform: scale(0.3) translateY(-100px);
      }
      50% {
        opacity: 1;
        transform: scale(1.05) translateY(10px);
      }
      70% {
        transform: scale(0.95) translateY(-5px);
      }
      100% {
        transform: scale(1) translateY(0);
      }
    }

    @media screen and (max-width: 768px) {
      .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 30px;
        padding-right: 25px;
      }

      .timeline-item::before {
        left: 0;
      }
    }
    .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;
  }
