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%;
}
#wb_Line2
{
   font-size: 0;
}
#Line2
{
   border-width: 0;
   height: 9px;
   width: 9px;
}
#MorphingIcon1
{
   overflow: visible;
}
#Shape13
{
   border-width: 0;
   vertical-align: top;
}
#PageHeader2
{
   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%;
}
#MorphingIcon2
{
   overflow: visible;
}
#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 {
            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 {
            margin: 0;
            padding: 0;
            font-family: 'Mitr', sans-serif;
            background-color: #fff;
        }

        .complain-section {
            padding: 50px 20px 20px 20px;
            text-align: center;
        }

        .complain-section h2 {
            font-family: 'Mitr', sans-serif;
            font-weight: 500; /* Mitr Medium */
            font-size: 35px;
            color: #444444;
            margin-bottom: 20px;
        }

        .complain-section p {
            font-family: 'Mitr', sans-serif;
            font-weight: 300; /* Mitr Light */
            font-size: 18px;
            color: #444444;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto 30px auto;
        }

        .icon-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }

        .icon-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100px;
        }

        .icon-item img {
            width: 80px;
            height: 80px;
            object-fit: contain;
        }

        .icon-item span {
            margin-top: 10px;
            font-family: 'Mitr', sans-serif;
            font-weight: 300;
            font-size: 14px;
            color: #444444;
            text-align: center;
        }

        .info-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #ddd;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            border-radius: 10px;
            padding: 20px;
            margin: 20px auto;
            max-width: 800px;
            background-color: #fff;
        }

        .info-title {
            font-family: 'Mitr', sans-serif;
            font-weight: 500; /* Mitr Medium */
            font-size: 20px;
            color: #444444;
            text-align: left;
            flex: 1;
        }

        .info-detail {
            font-family: 'Mitr', sans-serif;
            font-weight: 300; /* Mitr Light */
            font-size: 16px;
            color: #444444;
            text-align: right;
            flex: 2;
        }
      .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;
        }
    