@font-face {
    font-family: 'Prompt';
    src: url('font/Prompt/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt';
    src: url('font/Prompt/Prompt-Medium.ttf') format('truetype');
    font-weight: 500; /* ค่าทั่วไปสำหรับ Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Prompt';
    src: url('font/Prompt/Prompt-Light.ttf') format('truetype');
    font-weight: 300; /* ค่าทั่วไปสำหรับ Light */
    font-style: normal;
}

@font-face {
    font-family: 'Prompt';
    src: url('font/Prompt/Prompt-SemiBold.ttf') format('truetype');
    font-weight: 600; /* ค่าทั่วไปสำหรับ SemiBold */
    font-style: normal;
}
body.stop-scrolling {
	height: 100vh;
    overflow: visible;
}
*{
    font-family: Prompt;
}
body {
    background-color: #163259;
    color: #ffffff; /* สีของข้อความให้เป็นสีขาว */
    font-family: 'Prompt', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-family: 'Prompt';
    font-weight: 600; /* สำหรับเรียกใช้ Prompt SemiBold */
    margin: 0 0 5px 0; /* สร้างช่องว่างด้านล่างหัวข้อ */
    font-size: 48px; /* กำหนดขนาดข้อความสำหรับหัวข้อ */
}

p {
    font-family: 'Prompt';
    font-weight: 500; /* สำหรับเรียกใช้ Prompt SemiBold */
    font-size: 16px; /* กำหนดขนาดข้อความสำหรับเนื้อหา */
}

li {
    font-family: 'Prompt';
    font-weight: 500; /* สำหรับเรียกใช้ Prompt SemiBold */
    font-size: 24px; /* กำหนดขนาดข้อความสำหรับเนื้อหา */
}

@media (max-width: 1024px) {
    html,
    body {
        min-width: 1024px; /* รับประกันว่าหน้าจะไม่หดสั้นลงกว่า 1024px */
    }
}

.container,
.info-box {
    width: 1024px; /* ตั้งค่าความกว้างของคอนเทนเนอร์เพื่อคงที่ */
    margin: 0 auto; /* จัดให้อยู่ตรงกลาง */
}
.container {
    width: 70%;
    margin: auto;
    /* display: flex; */
    justify-content: center;
    align-items: flex-end; /* ให้กลุ่มข้อมูลอยู่ที่ด้านล่าง */
}

.info-box {
    display: flex;
    width: 100%; /* ตั้งความกว้างของกล่องข้อมูล */
    background-color: #ffffff;
    justify-content: center;
}

.left-column,
.right-column {
    flex: 1; /* ทำให้ฝั่งซ้ายและฝั่งขวามีขนาดเท่ากัน */
}

.left-column {
    padding: 20px;
    /* margin-top: 100px;
    margin-left: 50px; */
}

.left-column#lc {
    /* padding: 20px; */
    margin-top: 100px;
    margin-left: 50px;
}

.right-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-image {
    position: relative;
    transform: translateX(150px) translateY(50px);
    max-width: 80%;
}

.floating-image-sp {
    position: relative;
}
.floating-image-ss {
	max-width: 70%;
    position: relative;
}
.top-line {
    padding-top: 15px;
    border-top: 10px solid #163259;
}

.down-line {
    display: inline-block;
    border-bottom: 10px solid #163259;
    color: #163259;
    margin: 30px 0;
    font-size: 36px;
}
.name-line {
    color: #163259;
    font-size: 48px;
}
p.custom-p1 {
    color: #000000;
    margin: 0 0 0px 90px;
}

p.custom-p2 {
    color: #fe0101;
    margin: 0 0 10px 90px;
    font-weight: 300;
}

p.custom-p3 {
    color: #000000;
    margin: 0 0 10px 90px;
    font-weight: 300;
}

p.custom-p4 {
    color: #163259;
    margin: 0 0 10px 90px;
}

p.custom-p5 {
    color: #000000;
    font-weight: 500;
    font-size: 36px;
    width: 100%;
    text-align: left;
}

p.custom-p6 {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    text-align: left;
}

p.custom-p7 {
    color: #000000;
    font-weight: 600;
    font-size: 36px;
}
p.custom-p8 {
    color: #163259;
    font-weight: 600;
    font-size: 56px;
    margin-bottom: 10px;
	margin: 0 0 0px 90px;
}

p.custom-p9, p.custom-p10, p.custom-p11 {
    color: #000000;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
	margin: 0 0 0px 90px;
}

.btn-custom-login {
    color: #4367a2;
    font-weight: 500;
    font-size: 22px;
    font-weight: bold; 
    margin-bottom: 10px;
    margin: 0 0 0px 90px;
    border-radius: 0px;
    border: 3px solid #4367a2;
    padding: 8px 23px; 
    display: inline-block; 
    text-align: center; 
    text-decoration: none; 
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn-custom-login:hover {
    background-color: #163259; /* สีพื้นหลังเมื่อ hover */
    border-color: #163259; /* สีขอบเมื่อ hover */
    color: white; /* สีข้อความเมื่อ hover */
}

.btn-rounded,
.pay-button[_kpayment] {
    padding: 10px 20px;
    font-size: 16px;
    width: auto;
    min-width: 150px;
    transition: all 0.3s ease;
    border-radius: 60px !important;
}

.btn-rounded,
.pay-button[_kpayment]:hover {
    transform: scale(1.1);
    border-radius: 60px;
}

.btn,
.pay-button[_kpayment] {
    cursor: pointer;
    background-color: #163259 !important;
    border: 1px solid #163259;
    user-select: none;
    background-image: none;
}

.btn-color-main,
.pay-button[_kpayment] {
    color: #fff;
    background-color: #163259;
    border: 1px solid #163259;
}

.btn-color-main,
.pay-button[_kpayment]:hover {
    color: #fff;
    background-color: #163259;
    border: 1px solid #163259;
}

.btn-width,
.pay-button[_kpayment] {
    min-width: 80%;
}

input[type="text"],
button {
    width: 80%;
}

button {
    margin-top: 20px;
}
.icon-button {
    border: none;
    background: none;
    cursor: pointer;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: #163259; /* เพิ่มสีพื้นหลังของปุ่ม */
	margin-top: 0px;
	
}
.icon-button i {
    color: #ffffff; /* กำหนดสีของไอคอนให้เป็นสีขาว */
}
.footer {
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    background: #474747;
}
/* Additional Styles
