@charset "utf-8";
@media screen and (min-width: 671px) and (max-width: 900px){
.content {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
}
.box-picture-profile {
	float: left;
	height: auto;
	width: 38%;
	margin-left: 10%;
}
.box-picture-profile img {
	height: auto;
	width: 100%;
}
.box-aboutus-home {
	float: right;
	height: auto;
	width: 38%;
	background-image: url(../../images/frontend/bg-aboutus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	margin-right: 10%;
}
.title-aboutus-home {
	font-family: "Noto Sans Thai";
	font-weight: bold;
	color: #302783;
	background-image: url(../../images/frontend/icon-title-name.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 80px;
	float: left;
	height: auto;
	width: 90%;
	padding-left: 100px;
	font-size: 2.8rem;
	padding-top: 2%;
	padding-bottom: 2%;
}
.since {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #999;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 1%;
}
.num {
	float: left;
	height: auto;
	width: 25%;
}
.num img {
	height: auto;
	width: 100%;
}
.box-to-num {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 3%;
}
.box-to-num-01 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	float: left;
	height: auto;
	width: 100%;
}
.box-to-num-02 {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #f7941d;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.box-to-num-03 {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
}
.box-line {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 8%;
	margin-bottom: 8%;
}
.line-01 {
	background-color: #302783;
	float: left;
	height: 5px;
	width: 40%;
}
.line-02 {
	background-color: #f7941d;
	float: left;
	height: 5px;
	width: 60%;
}
.title-01 {
	font-family: "Noto Sans Thai";
	font-size: 2.8rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
}
.title-02 {
	font-family: "Noto Sans Thai";
	font-size: 2.8rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
}
.title-04-about {
	font-family: "Noto Sans Thai";
	font-size: 2.8rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
}

.title-03 {
	font-family: "Noto Sans Thai";
	font-size: 2.8rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 5%;
}

.text-about-home {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 140%;
	color: #999;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.more-01 {
	display: inline-block; /* ให้ div กว้างเท่ากับเนื้อหา */
	float: left;
	margin-top: 5%;
}

.more-01 a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #8dc63f; /* สีเขียวหลัก */
    color: #ffffff; /* ตัวหนังสือสีขาว */
    text-decoration: none; /* ลบเส้นใต้ลิงก์ */
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 1rem;
    border-radius: 15px; /* ขอบมน 15px */
    transition: all 0.3s ease; /* ให้การขยับนุ่มนวล */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
}

/* --- เอฟเฟกต์เมื่อวางเมาส์ (Hover) --- */
.more-01 a:hover {
    background-color: #7ab334; /* สีเขียวเข้มขึ้นเล็กน้อย */
    color: #ffffff;
    
    /* ขยับขึ้น 3px และขยายขนาดนิดหน่อย */
    transform: translateY(-3px) scale(1.03); 
    
    /* เพิ่มเงาให้ดูมีมิติ */
    box-shadow: 0 6px 12px rgba(141, 198, 63, 0.4);
}

/* เอฟเฟกต์ตอนกด (Active) */
.more-01 a:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Container หลักให้กว้างเต็มจอ */
.box-hilight {
	position: relative;
	width: 100%;
	overflow: hidden; /* กันส่วนเกินของรูป */
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	height: auto;
	margin-top: 2%;
}
.box-hilight-m {
	display: none;
}
/* ปรับรูปภาพให้กว้างเต็มและปรับระดับความสูงอัตโนมัติ */
.picture-hilight {
    width: 100%;
    line-height: 0; /* แก้ปัญหาช่องว่างใต้รูป */
}

.picture-hilight img {
    width: 100%;
    height: auto;
    object-fit: cover; /* ให้รูปคลุมพื้นที่ทั้งหมด */
    min-height: 300px; /* กำหนดความสูงขั้นต่ำสำหรับมือถือ */
}

/* จัดวางข้อความให้อยู่กลางจอ */
.text-hilight {
    position: absolute;
    width: 90%; /* ไม่ให้ข้อความชิดขอบจอเกินไป */
    max-width: 800px;
    text-align: center;
    
    /* สไตล์ตัวอักษร */
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 2.5rem; /* ขนาดตัวใหญ่เน้นๆ */
    font-weight: bold;
    color: #ffffff;
    
    /* Drop Shadow บางๆ ให้ข้อความอ่านง่ายขึ้น */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    
    /* ปรับตำแหน่งให้อยู่กลางเป๊ะ */
    z-index: 1;
}

/* --- Responsive ปรับขนาดตามหน้าจอ --- */

/* แท็บเล็ต */
@media (max-width: 992px) {
    .text-hilight {
        font-size: 2rem;
    }
}


.box-service-home {
	float: left;
	height: auto;
	width: 100%;
	background: linear-gradient(to right,#f2f2f2 ,#ffffff );
	padding-top: 5%;
	padding-bottom: 5%;
}
/* Container ตัวแม่ สั่งให้ลูกสูงเท่ากัน */
.container-service {
	display: flex;
	align-items: stretch; /* หัวใจสำคัญ: สั่งให้ลูกสูงเท่ากัน */
	gap: 3%; /* ใช้ gap แทน margin-right เพื่อความแม่นยำ */
	width: 100%;
	margin-top: 3%;
	margin-bottom: 5%;
	float: left;
	height: auto;
}


/* ปรับ Box 01 และ 02 */
.box-service-01 {
    background-color: #f7941d;
    border-radius: 15px;
    width: 33.33%; /* เฉลี่ยพื้นที่ให้เท่ากัน */
    padding: 2% 0 5% 0;
    display: flex;
    flex-direction: column; /* เรียงไอคอนกับตัวหนังสือจากบนลงล่าง */
	 transition: transform 0.3s ease; /* เตรียมไว้สำหรับตอน hover */
}
.box-service-01:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* ปรับ Box อ่านต่อให้เป็นลิงก์ที่เต็มพื้นที่ */
.box-service-more {
    background-color: #8dc63f;
    border-radius: 15px;
    width: 33.33%;
    text-decoration: none; /* ลบเส้นใต้ลิงก์ */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; /* ให้สีกล่องเปลี่ยนนุ่มนวล */
    cursor: pointer;
    overflow: hidden;
}

.box-service-more a {
    font-family: "Noto Sans Thai";
    font-size: 1.2rem;
    color: #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px; /* ระยะห่างระหว่างตัวหนังสือกับไอคอน */
}

.box-service-more img {
    width: 30px; /* ปรับขนาดไอคอนอ่านต่อให้เล็กลงเหมาะสมกับปุ่ม */
    height: auto;
}

/* ล้างค่า float เดิมออกเพื่อป้องกันเลย์เอาต์เพี้ยน */
.icon-service, .text-service {
    float: none;
    width: 80%;
    margin-left: 10%;
}

.icon-service img {
    width: 60px; /* ปรับขนาดไอคอนบริการให้เหมาะสม */
    height: auto;
}

.text-service {
    font-family: "Noto Sans Thai";
    font-size: 1rem;
    line-height: 120%;
    color: #FFF;
    margin-top: 15px;
}


.content-more {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease; /* ส่วนสำคัญที่ทำให้ข้อความขยับ */
}
.box-service-more span {
    font-family: "Noto Sans Thai";
    font-size: 1.2rem;
    color: #FFF;
}
.box-service-more img {
    width: 30px;
    height: auto;
    transition: transform 0.3s ease;
}

/* --- เอฟเฟกต์เมื่อวางเมาส์ "ทั้งกล่อง" --- */

/* 1. เมื่อ Hover กล่อง ให้เนื้อหาขยับไปทางขวานิดหน่อย */
.box-service-more:hover .content-more {
    transform: translateX(10px); 
}

/* 2. เมื่อ Hover ให้ไอคอนขยายขึ้นเล็กน้อย */
.box-service-more:hover img {
    transform: scale(1.2);
}

/* 3. เมื่อ Hover ให้สีพื้นหลังเข้มขึ้น */
.box-service-more:hover {
    background-color: #7ab334;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.box-manager-home {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.box-maneger-list-main {
	display: flex;         /* ใช้ Flexbox เพื่อให้ลูกสูงเท่ากันอัตโนมัติ */
	align-items: stretch;  /* บังคับให้ทุกกล่องยืดความสูงเท่ากัน */
	width: 100%;
	margin-bottom: 2%;   /* เพิ่มระยะห่างระหว่างแถว (ถ้ามีหลายคน) */
	float: left;
	height: auto;
}

.box-maneger-list {
    /* ลบ float: left และ width: 90% ออก */
    flex-grow: 1;          /* ให้กล่องนี้กินพื้นที่ที่เหลือทั้งหมด */
    background-color: #302783;
    padding: 2%;
    border-radius: 15px 0 0 15px; /* มนเฉพาะฝั่งซ้ายเพื่อให้รอยต่อตรงกลางเรียบ */
    display: flex;         /* ใช้ flex ข้างในเพื่อจัดรูปและข้อความ */
    align-items: flex-start;
}

.box-manager-last {
    background-color: #F7941D;
    width: 20px;           /* ฟิกความกว้าง 20px ตามโจทย์ */
    flex-shrink: 0;        /* ป้องกันไม่ให้โดนบีบจนเล็กลง */
    border-radius: 0 15px 15px 0; /* มนเฉพาะฝั่งขวา */
    /* ไม่ต้องใส่ height: 100% เพราะ stretch จัดการให้แล้ว */
}

/* ปรับแต่งส่วนประกอบภายใน (เพื่อความสวยงามเมื่อใช้ Flex) */
.picture-manager {
    width: 25%;
    margin-right: 5%;
}

.picture-manager img {
    display: block;
    height: auto;
    width: 100%;
}

.name-manager {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 120%;
	color: #FFF;
	background-image: url(../../images/frontend/icon-title-name-team.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	width: 100%;          /* ปรับเป็น 100% ของพื้นที่ที่เหลือ */
	margin-bottom: 3%;
	padding-left: 20px;
}

.text-manager {
    font-family: "Noto Sans Thai";
    font-size: 0.9rem;
    line-height: 140%;
    color: #FFF;
    width: 100%;
    margin-top: 1%;
}

/* กล่องหุ้มข้อความข้างๆ รูป */
.manager-info {
    flex-grow: 1;
}
.more-02 {
    width: 100%; /* กว้างเต็มจอ */
    background-color: #8dc63f;
    border-radius: 15px;
    overflow: hidden; /* กันส่วนเกิน */
    transition: background-color 0.3s ease;
}

.more-02 a {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* ชิดขวา */
    padding: 12px 25px; /* ระยะห่างบน-ล่าง และ ขวา */
    text-decoration: none;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 1rem;
    color: #FFF;
    transition: all 0.3s ease;
}

.more-02 a span {
    margin-right: 15px; /* ระยะห่างระหว่างตัวอักษรกับไอคอน */
    transition: transform 0.3s ease;
}

.more-02 a img {
    width: 20px; /* ปรับขนาดไอคอนตามต้องการ */
    height: auto;
    transition: transform 0.3s ease;
}

/* --- เอฟเฟกต์เมื่อวางเมาส์ (Hover) --- */

.more-02:hover {
    background-color: #7ab334; /* สีเขียวเข้มขึ้น */
}

.more-02:hover a span {
    /* ข้อความขยับไปทางขวานิดหน่อย */
    transform: translateX(-5px); 
}

.more-02:hover a img {
    /* ไอคอนขยับไปทางขวา และขยายขึ้นนิดนึง */
    transform: translateX(5px) scale(1.1);
}

/* เอฟเฟกต์ตอนกด */
.more-02:active {
    transform: scale(0.98);
}
.text-about {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 140%;
	color: #999;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.box-note {
	background-color: #F2F2F2;
	float: left;
	height: auto;
	width: 90%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 10%;
}
.icon-check {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 2%;
}
.icon-check img {
	float: left;
	height: auto;
	width: 100%;
}

.title-note {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 120%;
	font-weight: bold;
	color: #333;
	float: left;
	height: auto;
	width: 50%;
}
.text-note {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 140%;
	color: #999;
	float: left;
	height: auto;
	width: 50%;
}
.box-manager-all {
	float: left;
	width: 80%;
	margin-top: 3%;
	margin-bottom: 5%;
	margin-left: 10%;
}
.box-services {
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 2%;
}
.container-service-all {
	display: flex;
	flex-wrap: wrap;      /* สั่งให้ขึ้นบรรทัดใหม่เมื่อครบพื้นที่ */
	align-items: stretch; /* บังคับให้ลูกในแถวเดียวกันสูงเท่ากัน */
	gap: 3% 2%;           /* ระยะห่าง (แนวตั้ง 3% / แนวนอน 2%) */
	width: 100%;
	margin-top: 10%;
	margin-bottom: 6%;
}

.box-service-03 {
    background-color: #f7941d;
    border-radius: 15px;
    
    /* คำนวณความกว้าง: (100% - รวมระยะ gap) / 3 กล่อง */
    /* ในที่นี้ใช้ประมาณ 32% เพื่อให้ gap 2% ทำงานได้พอดี */

     width: calc((100% - (2 * 2%)) / 3);
    padding: 2% 0 5% 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box; /* สำคัญ: เพื่อให้ padding ไม่ไปเพิ่มความกว้างกล่อง */
    margin-bottom: 20px;    /* ระยะห่างเผื่อกรณีช่องไฟแนวดิ่ง */
    transition: transform 0.3s ease; /* เตรียมไว้สำหรับตอน hover */
}

/* เอฟเฟกต์เมาส์วางแล้วขยับตามโจทย์ก่อนหน้า */
.box-service-03:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* --- Responsive: ปรับจำนวนแถวตามหน้าจอ --- */




.contact-wrapper {
	width: 90%;
	margin-left: auto; /* ผลักกล่องทั้งหมดไปชิดขวา */
	margin-bottom: 20px;
	float: right;
	height: auto;
}

.box-tab-contact-01 {
	width: 100%;
	margin-left: auto;      /* ผลัก "ตัวกล่อง" ไปชิดขอบขวาของจอ */
	background-color: #f7941d;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1rem;
	color: #FFF;
	border-radius: 15px 0 0 15px;
	margin-bottom: 5px;
	box-sizing: border-box;
	/* --- เพิ่ม 2 บรรทัดนี้ครับ --- */
	text-align: left;       /* บังคับข้อความในกล่องให้ชิดซ้าย */
	display: block;         /* มั่นใจว่าเป็น block เพื่อให้กินพื้นที่เต็ม 90% */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.box-tab-contact-02 {
	width: 100%;             /* กว้างเท่ากับแถบสีส้ม */
	margin-left: auto;      /* ชิดขวาเหมือนกัน */
	background-color: #8dc63f;
	margin-bottom: 2px;
	border-radius: 15px 0 0 15px;
	display: flex;          /* จัดไอคอนและข้อความให้อยู่แถวเดียวกัน */
	align-items: center;
	box-sizing: border-box;
	transition: transform 0.3s ease; /* สำหรับเอฟเฟกต์ตอนเมาส์วาง */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.icon-contact {
    flex-shrink: 0;
    width: 25px;
    margin-right: 15px;
}

.icon-contact img {
    width: 100%;
    height: auto;
    display: block;
}

.text-contact {
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 1rem;
    color: #FFF;
    line-height: 1.4;
}
.text-contact a {
	color: #FFF;
	text-decoration: none;
}


/* --- เอฟเฟกต์เมาส์วางแล้วขยับ (Hover) --- */
.box-tab-contact-02 {
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.box-tab-contact-02:hover {
    transform: translateX(-10px); /* ขยับออกมาทางซ้ายนิดหน่อย */
    background-color: #7ab334;
    cursor: pointer;
}


/* Container ตัวนอกสุด ให้ชิดขอบซ้ายกว้าง 90% */
.contact-wrapper-02 {
	width: 60%;
	margin-left: 0;         /* ชิดขอบซ้าย */
	margin-right: auto;     /* ผลักพื้นที่ว่างไปทางขวา */
	margin-bottom: 5px;
	float: left;
	height: auto;
}

/* ตัวกล่องสี (สมมติว่าเป็นสีเขียวหรือสีตามดีไซน์ของคุณ) */
.box-tab-contact-03 {
	background-color: #ebebeb;
	border-radius: 0 15px 15px 0; /* มนเฉพาะฝั่งขวา เพราะชิดขอบซ้าย */
	/* จัดการเนื้อหาภายใน */
	display: flex;
	justify-content: flex-end; /* ผลักไอคอนและอักษรไปชิดขวาของกล่อง */
	align-items: center;       /* จัดกลางแนวตั้ง */
	box-sizing: border-box;
	transition: all 0.3s ease;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* ระยะห่างระหว่างไอคอนและอักษร */
.icon-contact-02 {
    order: 2;               /* ให้ไอคอนอยู่หลังข้อความ (ถ้าต้องการให้อยู่ขวาสุด) */
    width: 25px;
    flex-shrink: 0;
}

.icon-contact-02 img {
    width: 100%;
    height: auto;
    display: block;
}

.text-contact-02 {
	order: 1;               /* ให้ข้อความอยู่ก่อนไอคอน */
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1rem;
	color: #333;
	margin-right: 15px;     /* ระยะห่างจากไอคอน */
	text-align: right;
}
.text-contact-02 a {
	color: #333;
	text-decoration: none;
}


/* เอฟเฟกต์เมื่อเมาส์วาง (ขยับออกไปทางขวานิดๆ) */
.box-tab-contact-03:hover {
	padding-right: 35px;    /* ขยับเนื้อหาภายในให้เด้งออกมา */
	background-color: #CCCCCC;
	cursor: pointer;
}.map {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
}
}
@media screen and (min-width: 901px) and (max-width: 1023px){
.content {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
}
.box-picture-profile {
	float: left;
	height: auto;
	width: 38%;
	margin-left: 10%;
}
.box-picture-profile img {
	height: auto;
	width: 100%;
}
.box-aboutus-home {
	float: right;
	height: auto;
	width: 38%;
	background-image: url(../../images/frontend/bg-aboutus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	margin-right: 10%;
}
.title-aboutus-home {
	font-family: "Noto Sans Thai";
	font-weight: bold;
	color: #302783;
	background-image: url(../../images/frontend/icon-title-name.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 80px;
	float: left;
	height: auto;
	width: 90%;
	padding-left: 100px;
	font-size: 2.8rem;
	padding-top: 2%;
	padding-bottom: 2%;
}
.since {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #999;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 1%;
}
.num {
	float: left;
	height: auto;
	width: 25%;
}
.num img {
	height: auto;
	width: 100%;
}
.box-to-num {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 3%;
}
.box-to-num-01 {
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	float: left;
	height: auto;
	width: 100%;
}
.box-to-num-02 {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #f7941d;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.box-to-num-03 {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
}
.box-line {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 8%;
	margin-bottom: 8%;
}
.line-01 {
	background-color: #302783;
	float: left;
	height: 5px;
	width: 40%;
}
.line-02 {
	background-color: #f7941d;
	float: left;
	height: 5px;
	width: 60%;
}
.title-01 {
	font-family: "Noto Sans Thai";
	font-size: 2.8rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
}
.title-02 {
	font-family: "Noto Sans Thai";
	font-size: 2.8rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
}
.title-04-about {
	font-family: "Noto Sans Thai";
	font-size: 2.8rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
}

.title-03 {
	font-family: "Noto Sans Thai";
	font-size: 2.8rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 5%;
}

.text-about-home {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 140%;
	color: #999;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.more-01 {
	display: inline-block; /* ให้ div กว้างเท่ากับเนื้อหา */
	float: left;
	margin-top: 5%;
}

.more-01 a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #8dc63f; /* สีเขียวหลัก */
    color: #ffffff; /* ตัวหนังสือสีขาว */
    text-decoration: none; /* ลบเส้นใต้ลิงก์ */
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 1rem;
    border-radius: 15px; /* ขอบมน 15px */
    transition: all 0.3s ease; /* ให้การขยับนุ่มนวล */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
}

/* --- เอฟเฟกต์เมื่อวางเมาส์ (Hover) --- */
.more-01 a:hover {
    background-color: #7ab334; /* สีเขียวเข้มขึ้นเล็กน้อย */
    color: #ffffff;
    
    /* ขยับขึ้น 3px และขยายขนาดนิดหน่อย */
    transform: translateY(-3px) scale(1.03); 
    
    /* เพิ่มเงาให้ดูมีมิติ */
    box-shadow: 0 6px 12px rgba(141, 198, 63, 0.4);
}

/* เอฟเฟกต์ตอนกด (Active) */
.more-01 a:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Container หลักให้กว้างเต็มจอ */
.box-hilight {
	position: relative;
	width: 100%;
	overflow: hidden; /* กันส่วนเกินของรูป */
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	height: auto;
	margin-top: 2%;
}
.box-hilight-m {
	display: none;
}
/* ปรับรูปภาพให้กว้างเต็มและปรับระดับความสูงอัตโนมัติ */
.picture-hilight {
    width: 100%;
    line-height: 0; /* แก้ปัญหาช่องว่างใต้รูป */
}

.picture-hilight img {
    width: 100%;
    height: auto;
    object-fit: cover; /* ให้รูปคลุมพื้นที่ทั้งหมด */
    min-height: 300px; /* กำหนดความสูงขั้นต่ำสำหรับมือถือ */
}

/* จัดวางข้อความให้อยู่กลางจอ */
.text-hilight {
    position: absolute;
    width: 90%; /* ไม่ให้ข้อความชิดขอบจอเกินไป */
    max-width: 800px;
    text-align: center;
    
    /* สไตล์ตัวอักษร */
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 2.5rem; /* ขนาดตัวใหญ่เน้นๆ */
    font-weight: bold;
    color: #ffffff;
    
    /* Drop Shadow บางๆ ให้ข้อความอ่านง่ายขึ้น */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    
    /* ปรับตำแหน่งให้อยู่กลางเป๊ะ */
    z-index: 1;
}

/* --- Responsive ปรับขนาดตามหน้าจอ --- */

/* แท็บเล็ต */
@media (max-width: 992px) {
    .text-hilight {
        font-size: 2rem;
    }
}


.box-service-home {
	float: left;
	height: auto;
	width: 100%;
	background: linear-gradient(to right,#f2f2f2 ,#ffffff );
	padding-top: 5%;
	padding-bottom: 5%;
}
/* Container ตัวแม่ สั่งให้ลูกสูงเท่ากัน */
.container-service {
	display: flex;
	align-items: stretch; /* หัวใจสำคัญ: สั่งให้ลูกสูงเท่ากัน */
	gap: 3%; /* ใช้ gap แทน margin-right เพื่อความแม่นยำ */
	width: 100%;
	margin-top: 3%;
	margin-bottom: 5%;
	float: left;
	height: auto;
}


/* ปรับ Box 01 และ 02 */
.box-service-01 {
    background-color: #f7941d;
    border-radius: 15px;
    width: 33.33%; /* เฉลี่ยพื้นที่ให้เท่ากัน */
    padding: 2% 0 5% 0;
    display: flex;
    flex-direction: column; /* เรียงไอคอนกับตัวหนังสือจากบนลงล่าง */
	 transition: transform 0.3s ease; /* เตรียมไว้สำหรับตอน hover */
}
.box-service-01:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* ปรับ Box อ่านต่อให้เป็นลิงก์ที่เต็มพื้นที่ */
.box-service-more {
    background-color: #8dc63f;
    border-radius: 15px;
    width: 33.33%;
    text-decoration: none; /* ลบเส้นใต้ลิงก์ */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; /* ให้สีกล่องเปลี่ยนนุ่มนวล */
    cursor: pointer;
    overflow: hidden;
}

.box-service-more a {
    font-family: "Noto Sans Thai";
    font-size: 1.2rem;
    color: #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px; /* ระยะห่างระหว่างตัวหนังสือกับไอคอน */
}

.box-service-more img {
    width: 30px; /* ปรับขนาดไอคอนอ่านต่อให้เล็กลงเหมาะสมกับปุ่ม */
    height: auto;
}

/* ล้างค่า float เดิมออกเพื่อป้องกันเลย์เอาต์เพี้ยน */
.icon-service, .text-service {
    float: none;
    width: 80%;
    margin-left: 10%;
}

.icon-service img {
    width: 60px; /* ปรับขนาดไอคอนบริการให้เหมาะสม */
    height: auto;
}

.text-service {
    font-family: "Noto Sans Thai";
    font-size: 1rem;
    line-height: 120%;
    color: #FFF;
    margin-top: 15px;
}


.content-more {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease; /* ส่วนสำคัญที่ทำให้ข้อความขยับ */
}
.box-service-more span {
    font-family: "Noto Sans Thai";
    font-size: 1.2rem;
    color: #FFF;
}
.box-service-more img {
    width: 30px;
    height: auto;
    transition: transform 0.3s ease;
}

/* --- เอฟเฟกต์เมื่อวางเมาส์ "ทั้งกล่อง" --- */

/* 1. เมื่อ Hover กล่อง ให้เนื้อหาขยับไปทางขวานิดหน่อย */
.box-service-more:hover .content-more {
    transform: translateX(10px); 
}

/* 2. เมื่อ Hover ให้ไอคอนขยายขึ้นเล็กน้อย */
.box-service-more:hover img {
    transform: scale(1.2);
}

/* 3. เมื่อ Hover ให้สีพื้นหลังเข้มขึ้น */
.box-service-more:hover {
    background-color: #7ab334;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.box-manager-home {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.box-maneger-list-main {
	display: flex;         /* ใช้ Flexbox เพื่อให้ลูกสูงเท่ากันอัตโนมัติ */
	align-items: stretch;  /* บังคับให้ทุกกล่องยืดความสูงเท่ากัน */
	width: 100%;
	margin-bottom: 2%;   /* เพิ่มระยะห่างระหว่างแถว (ถ้ามีหลายคน) */
	float: left;
	height: auto;
}

.box-maneger-list {
    /* ลบ float: left และ width: 90% ออก */
    flex-grow: 1;          /* ให้กล่องนี้กินพื้นที่ที่เหลือทั้งหมด */
    background-color: #302783;
    padding: 2%;
    border-radius: 15px 0 0 15px; /* มนเฉพาะฝั่งซ้ายเพื่อให้รอยต่อตรงกลางเรียบ */
    display: flex;         /* ใช้ flex ข้างในเพื่อจัดรูปและข้อความ */
    align-items: flex-start;
}

.box-manager-last {
    background-color: #F7941D;
    width: 20px;           /* ฟิกความกว้าง 20px ตามโจทย์ */
    flex-shrink: 0;        /* ป้องกันไม่ให้โดนบีบจนเล็กลง */
    border-radius: 0 15px 15px 0; /* มนเฉพาะฝั่งขวา */
    /* ไม่ต้องใส่ height: 100% เพราะ stretch จัดการให้แล้ว */
}

/* ปรับแต่งส่วนประกอบภายใน (เพื่อความสวยงามเมื่อใช้ Flex) */
.picture-manager {
    width: 25%;
    margin-right: 5%;
}

.picture-manager img {
    display: block;
    height: auto;
    width: 100%;
}

.name-manager {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 120%;
	color: #FFF;
	background-image: url(../../images/frontend/icon-title-name-team.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	width: 100%;          /* ปรับเป็น 100% ของพื้นที่ที่เหลือ */
	margin-bottom: 3%;
	padding-left: 20px;
}

.text-manager {
    font-family: "Noto Sans Thai";
    font-size: 0.9rem;
    line-height: 140%;
    color: #FFF;
    width: 100%;
    margin-top: 1%;
}

/* กล่องหุ้มข้อความข้างๆ รูป */
.manager-info {
    flex-grow: 1;
}
.more-02 {
    width: 100%; /* กว้างเต็มจอ */
    background-color: #8dc63f;
    border-radius: 15px;
    overflow: hidden; /* กันส่วนเกิน */
    transition: background-color 0.3s ease;
}

.more-02 a {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* ชิดขวา */
    padding: 12px 25px; /* ระยะห่างบน-ล่าง และ ขวา */
    text-decoration: none;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 1rem;
    color: #FFF;
    transition: all 0.3s ease;
}

.more-02 a span {
    margin-right: 15px; /* ระยะห่างระหว่างตัวอักษรกับไอคอน */
    transition: transform 0.3s ease;
}

.more-02 a img {
    width: 20px; /* ปรับขนาดไอคอนตามต้องการ */
    height: auto;
    transition: transform 0.3s ease;
}

/* --- เอฟเฟกต์เมื่อวางเมาส์ (Hover) --- */

.more-02:hover {
    background-color: #7ab334; /* สีเขียวเข้มขึ้น */
}

.more-02:hover a span {
    /* ข้อความขยับไปทางขวานิดหน่อย */
    transform: translateX(-5px); 
}

.more-02:hover a img {
    /* ไอคอนขยับไปทางขวา และขยายขึ้นนิดนึง */
    transform: translateX(5px) scale(1.1);
}

/* เอฟเฟกต์ตอนกด */
.more-02:active {
    transform: scale(0.98);
}
.text-about {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 140%;
	color: #999;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.box-note {
	background-color: #F2F2F2;
	float: left;
	height: auto;
	width: 90%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 10%;
}
.icon-check {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 2%;
}
.icon-check img {
	float: left;
	height: auto;
	width: 100%;
}

.title-note {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 120%;
	font-weight: bold;
	color: #333;
	float: left;
	height: auto;
	width: 50%;
}
.text-note {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 140%;
	color: #999;
	float: left;
	height: auto;
	width: 50%;
}
.box-manager-all {
	float: left;
	width: 80%;
	margin-top: 3%;
	margin-bottom: 5%;
	margin-left: 10%;
}
.box-services {
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 2%;
}
.container-service-all {
	display: flex;
	flex-wrap: wrap;      /* สั่งให้ขึ้นบรรทัดใหม่เมื่อครบพื้นที่ */
	align-items: stretch; /* บังคับให้ลูกในแถวเดียวกันสูงเท่ากัน */
	gap: 3% 2%;           /* ระยะห่าง (แนวตั้ง 3% / แนวนอน 2%) */
	width: 100%;
	margin-top: 10%;
	margin-bottom: 6%;
}

.box-service-03 {
    background-color: #f7941d;
    border-radius: 15px;
    
    /* คำนวณความกว้าง: (100% - รวมระยะ gap) / 3 กล่อง */
    /* ในที่นี้ใช้ประมาณ 32% เพื่อให้ gap 2% ทำงานได้พอดี */

     width: calc((100% - (2 * 2%)) / 3);
    padding: 2% 0 5% 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box; /* สำคัญ: เพื่อให้ padding ไม่ไปเพิ่มความกว้างกล่อง */
    margin-bottom: 20px;    /* ระยะห่างเผื่อกรณีช่องไฟแนวดิ่ง */
    transition: transform 0.3s ease; /* เตรียมไว้สำหรับตอน hover */
}

/* เอฟเฟกต์เมาส์วางแล้วขยับตามโจทย์ก่อนหน้า */
.box-service-03:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* --- Responsive: ปรับจำนวนแถวตามหน้าจอ --- */




.contact-wrapper {
	width: 90%;
	margin-left: auto; /* ผลักกล่องทั้งหมดไปชิดขวา */
	margin-bottom: 20px;
	float: right;
	height: auto;
}

.box-tab-contact-01 {
	width: 100%;
	margin-left: auto;      /* ผลัก "ตัวกล่อง" ไปชิดขอบขวาของจอ */
	background-color: #f7941d;
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1rem;
	color: #FFF;
	border-radius: 15px 0 0 15px;
	margin-bottom: 5px;
	box-sizing: border-box;
	/* --- เพิ่ม 2 บรรทัดนี้ครับ --- */
	text-align: left;       /* บังคับข้อความในกล่องให้ชิดซ้าย */
	display: block;         /* มั่นใจว่าเป็น block เพื่อให้กินพื้นที่เต็ม 90% */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.box-tab-contact-02 {
	width: 100%;             /* กว้างเท่ากับแถบสีส้ม */
	margin-left: auto;      /* ชิดขวาเหมือนกัน */
	background-color: #8dc63f;
	margin-bottom: 2px;
	border-radius: 15px 0 0 15px;
	display: flex;          /* จัดไอคอนและข้อความให้อยู่แถวเดียวกัน */
	align-items: center;
	box-sizing: border-box;
	transition: transform 0.3s ease; /* สำหรับเอฟเฟกต์ตอนเมาส์วาง */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.icon-contact {
    flex-shrink: 0;
    width: 25px;
    margin-right: 15px;
}

.icon-contact img {
    width: 100%;
    height: auto;
    display: block;
}

.text-contact {
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 1rem;
    color: #FFF;
    line-height: 1.4;
}
.text-contact a {
	color: #FFF;
	text-decoration: none;
}


/* --- เอฟเฟกต์เมาส์วางแล้วขยับ (Hover) --- */
.box-tab-contact-02 {
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.box-tab-contact-02:hover {
    transform: translateX(-10px); /* ขยับออกมาทางซ้ายนิดหน่อย */
    background-color: #7ab334;
    cursor: pointer;
}


/* Container ตัวนอกสุด ให้ชิดขอบซ้ายกว้าง 90% */
.contact-wrapper-02 {
	width: 60%;
	margin-left: 0;         /* ชิดขอบซ้าย */
	margin-right: auto;     /* ผลักพื้นที่ว่างไปทางขวา */
	margin-bottom: 5px;
	float: left;
	height: auto;
}

/* ตัวกล่องสี (สมมติว่าเป็นสีเขียวหรือสีตามดีไซน์ของคุณ) */
.box-tab-contact-03 {
	background-color: #ebebeb;
	border-radius: 0 15px 15px 0; /* มนเฉพาะฝั่งขวา เพราะชิดขอบซ้าย */
	/* จัดการเนื้อหาภายใน */
	display: flex;
	justify-content: flex-end; /* ผลักไอคอนและอักษรไปชิดขวาของกล่อง */
	align-items: center;       /* จัดกลางแนวตั้ง */
	box-sizing: border-box;
	transition: all 0.3s ease;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* ระยะห่างระหว่างไอคอนและอักษร */
.icon-contact-02 {
    order: 2;               /* ให้ไอคอนอยู่หลังข้อความ (ถ้าต้องการให้อยู่ขวาสุด) */
    width: 25px;
    flex-shrink: 0;
}

.icon-contact-02 img {
    width: 100%;
    height: auto;
    display: block;
}

.text-contact-02 {
	order: 1;               /* ให้ข้อความอยู่ก่อนไอคอน */
	font-family: "Noto Sans Thai", sans-serif;
	font-size: 1rem;
	color: #333;
	margin-right: 15px;     /* ระยะห่างจากไอคอน */
	text-align: right;
}
.text-contact-02 a {
	color: #333;
	text-decoration: none;
}


/* เอฟเฟกต์เมื่อเมาส์วาง (ขยับออกไปทางขวานิดๆ) */
.box-tab-contact-03:hover {
	padding-right: 35px;    /* ขยับเนื้อหาภายในให้เด้งออกมา */
	background-color: #CCCCCC;
	cursor: pointer;
}.map {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
}
}