.elementor-19345 .elementor-element.elementor-element-55df9576{padding:0px 0px 48px 0px;}.elementor-19345 .elementor-element.elementor-element-5bf524ea > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-19345 .elementor-element.elementor-element-d23bf60 .elementor-heading-title{max-width:100%;}.elementor-19345 .elementor-element.elementor-element-d23bf60{text-align:center;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-19345 .elementor-element.elementor-element-e2fc279{column-gap:0px;text-align:start;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-19345 .elementor-element.elementor-element-e2fc279 .elementor-widget-container > *{max-width:100%;}/* Start custom CSS for text-editor, class: .elementor-element-e2fc279 *//* สำหรับตาราง */
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    table-layout: fixed; /* ใช้กำหนดการจัดสัดส่วน */
}

.data-table th, .data-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: justify; /* กระจายข้อความให้ชิดซ้ายและขวา */
    vertical-align: top;
}

/* กำหนดความกว้างคอลัมน์แรก */
.data-table th:first-child, .data-table td:first-child {
    width: 30%;
}

/* กำหนดความกว้างคอลัมน์ที่สอง */
.data-table th:last-child, .data-table td:last-child {
    width: 70%;
}

/* การตั้งค่าหัวตาราง */
.data-table th {
    background-color: #f4f4f4;
    color: black;
    font-weight: bold;
}

/* การจัดเรียงสีพื้นหลังของแถว */
.data-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.data-table tr:hover {
    background-color: #f1f1f1;
}

.data-table td i {
    font-size: 0.9em;
    color: #666;
}

/* ซ่อนเส้นขอบระหว่างเซลล์ */
.data-table td {
    border: none;
}

/* เส้นขอบบน */
.data-table th {
    border-top: 2px solid black; /* เส้นขอบบนสีดำ */
}

/* เส้นขอบล่างเฉพาะแถวสุดท้าย */
.data-table tr:last-child td {
    border-bottom: 2px solid black; /* เส้นขอบล่างสีดำ */
}

/* สำหรับเนื้อหาของส่วนอื่น ๆ */
.content {
    width: 100%; /* ให้ข้อความเต็มความกว้างของหน้าจอ */
    text-align: justify; /* กระจายข้อความให้เต็มความกว้าง */
    margin: 0 20px; /* เพิ่มระยะห่างระหว่างขอบซ้ายขวา */
}

.content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    word-spacing: 0px; /* ปรับระยะห่างระหว่างคำให้พอดี */
}

/* สำหรับข้อความในส่วน Privacy */
.privacy-section {
    width: 100%;
    max-width: 1200px; /* กำหนดขนาดสูงสุด */
    margin: 20px auto;
    padding: 20px;
}

.privacy-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.privacy-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 10px 0;
}

.privacy-subsection {
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.privacy-subsection p {
    font-size: 14px;
    color: #555;
    margin: 0; /* ลบช่องว่างบนล่างของพารากราฟ */
}

ul {
    font-size: 16px;
    color: #333;
    margin-left: 20px;
}

ul li {
    margin-bottom: 5px;
}

ul li a {
    color: #0066cc;
    text-decoration: none;
}

.announcement {
    text-align: center; /* จัดข้อความให้อยู่กลาง */
    font-size: 18px;
    margin-top: 20px;
}


/* สำหรับย่อหน้า (paragraph) */
.content {
    width: 100%; /* ให้ข้อความใช้เต็มความกว้างของหน้าจอ */
    text-align: justify; /* จัดข้อความให้กระจายเต็มบรรทัด */
    margin: 0 20px; /* เพิ่มระยะห่างระหว่างขอบซ้ายขวา */
}

/* ข้อความในตารางที่ต้องการให้ชิดขอบขวา */
.data-table th, .data-table td {
    padding: 12px;
    text-align: justify; /* จัดให้ข้อความในแต่ละเซลล์ชิดขอบขวา */
    vertical-align: top;
    word-wrap: break-word; /* ทำให้ข้อความยาวเกินไปจะตัดเป็นบรรทัดใหม่ */
}

/* สำหรับข้อความในส่วน Privacy */
.privacy-section {
    width: 100%;
    max-width: 1200px; /* กำหนดขนาดสูงสุด */
    margin: 20px auto;
    padding: 20px;
    text-align: justify; /* ทำให้ข้อความในแต่ละย่อหน้ากระจายเต็มบรรทัด */
}

.privacy-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.privacy-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 10px 0;
}

/* สำหรับข้อความใน privacy-subsection */
.privacy-subsection {
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: justify; /* ให้ย่อหน้าในแต่ละส่วนจัดเต็มความกว้าง */
}

.privacy-subsection p {
    font-size: 14px;
    color: #555;
    margin: 0; /* ลบช่องว่างบนล่างของพารากราฟ */
}

/* สำหรับข้อความในกรณีที่ต้องการให้ชิดขอบขวา */
.privacy-subsection-right {
    text-align: right; /* ทำให้ข้อความชิดขอบขวา */
}

/* ข้อความในส่วนของ ul */
ul {
    font-size: 16px;
    color: #333;
    margin-left: 20px;
}

ul li {
    margin-bottom: 5px;
}

ul li a {
    color: #0066cc;
    text-decoration: none;
}

.announcement {
    text-align: center; /* จัดข้อความให้อยู่กลาง */
    font-size: 18px;
    margin-top: 20px;
}

/* สำหรับการจัดรูปแบบหัวข้อ */
.privacy-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* สำหรับข้อความในย่อหน้า */
.privacy-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 10px 0;
}

/* สำหรับข้อความในส่วนย่อย (subsections) */
.privacy-subsection {
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: justify; /* ข้อความในทุกส่วนย่อยให้กระจายเต็มบรรทัด */
}

.privacy-subsection p {
    font-size: 14px;
    color: #555;
    margin: 0; /* ลบช่องว่างบนล่างของพารากราฟ */
}

/* สำหรับหัวข้อ 11 และข้อความที่ตามมาจะใช้แบบเดียวกับหัวข้อก่อนหน้า */
.privacy-subsection-right {
    text-align: justify;
}

/* สำหรับการจัดรูปแบบหัวข้อ */
.privacy-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* สำหรับข้อความในย่อหน้า */
.privacy-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 10px 0;
}

/* สำหรับข้อความในส่วนย่อย (subsections) */
.privacy-subsection {
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: justify; /* ข้อความในทุกส่วนย่อยให้กระจายเต็มบรรทัด */
}

.privacy-subsection p {
    font-size: 14px;
    color: #555;
    margin: 0; /* ลบช่องว่างบนล่างของพารากราฟ */
}

/* สำหรับการจัดข้อความในรายการ (ul) */
ul {
    font-size: 16px;
    color: #333;
    margin-left: 20px;
}

ul li {
    margin-bottom: 5px;
}

ul li a {
    color: #0066cc;
    text-decoration: none;
}

/* สำหรับการจัดข้อความในหัวข้อ */
.privacy-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: left; /* จัดหัวข้อให้ชิดซ้าย */
}

/* สำหรับข้อความในย่อหน้า */
.privacy-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 10px 0;
    text-align: justify; /* ย่อหน้าให้กระจายเต็มความกว้าง */
    word-break: break-word; /* ตัดคำในกรณีที่คำยาวเกินไป */
}

/* สำหรับข้อความในส่วนย่อย (subsections) */
.privacy-subsection {
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: justify; /* ย่อหน้าให้กระจายเต็มความกว้าง */
}

.privacy-subsection p {
    font-size: 14px;
    color: #555;
    margin: 0; /* ลบช่องว่างบนล่างของพารากราฟ */
    word-break: break-word; /* ตัดคำในกรณีที่คำยาวเกินไป */
}

/* สำหรับการจัดข้อความในรายการ (ul) */
ul {
    font-size: 16px;
    color: #333;
    margin-left: 20px;
    text-align: justify; /* กระจายข้อความรายการให้เต็มพื้นที่ */
}

ul li {
    margin-bottom: 5px;
}

ul li a {
    color: #0066cc;
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-55df9576 */.elementor-19345 .elementor-element.elementor-element-55df9576 .elementor-container {
    max-width: 760px;
}/* End custom CSS */