@charset "utf-8";
@media screen and (min-width: 671px) and (max-width: 900px){
.footer {
	background-color: #F5931D;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10%;
}
.box-contact {
	float: left;
	height: auto;
	width: 100%;
}
.box-contact-in {
	background-image: url(../images/line-left-02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: auto;
	width: 88%;
	margin-left: 5%;
	margin-top: 2%;
	padding-top: 2%;
	padding-left: 2%;
}
.box-contact-01 {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.name-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2rem;
	color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 3%;
	line-height: 120%;
}

.contact-01 {
	background-image: url(../images/icon-contact-01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 3.5rem;
	float: left;
	height: auto;
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 4%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	margin-left: 5%;
	padding-left: 80px;
}
.contact-01 a {
	color: #FFF;
	text-decoration: none;
}

.contact-02{
	background-image: url(../images/icon-contact-02.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 3.5rem;
	float: left;
	height: auto;
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-bottom: 4%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	margin-left: 5%;
}
.contact-03 {
	background-image: url(../images/icon-contact-03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 3.5rem;
	float: left;
	height: auto;
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-bottom: 4%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	margin-left: 5%;
	line-height: 140%;
}
.box-contact-02 {
	float: left;
	height: auto;
	width: 97%;
	padding-top: 10%;
	padding-bottom: 10%;
	background-color: #363636;
	margin-top: 5%;
}.title-contact {
	font-family: serithairegular;
	font-size: 2.3rem;
	color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 8%;
	margin-top: 2%;
	text-align: center;
}
.social-01 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #FFF;
	text-decoration: none; /* ลบเส้นใต้ลิงก์ */
	background-image: url(../images/icon-contact-04.png);
	background-repeat: no-repeat;
	background-position: center top; /* ปรับตำแหน่งไอคอนให้ดูมีระยะห่างสวยงาม */
	background-size: 3rem;
	display: block;      /* สำคัญ: ทำให้ลิงก์กลายเป็นบล็อกเต็มความกว้าง */
	float: left;
	height: auto;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 4%;
	/* เตรียมพร้อมสำหรับการขยับ */
	transition: all 0.3s ease;
	cursor: pointer;
	text-align: center;
}

/* --- เมื่อเมาส์วาง (Hover) --- */
.social-01:hover {
    background-color: rgba(255, 255, 255, 0.1); /* เพิ่มพื้นหลังจางๆ ให้รู้ว่าโดนกด */
    transform: translateY(-10px);              /* ขยับไปทางขวา 10px */
    color: #FFD700;                           /* เปลี่ยนสีตัวอักษร (ถ้าต้องการ) */
}

.social-02 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #FFF;
	text-decoration: none; /* ลบเส้นใต้ลิงก์ */
	background-image: url(../images/icon-contact-05.png);
	background-repeat: no-repeat;
	background-position: center top; /* ปรับตำแหน่งไอคอนให้ดูมีระยะห่างสวยงาม */
	background-size: 3rem;
	display: block;      /* สำคัญ: ทำให้ลิงก์กลายเป็นบล็อกเต็มความกว้าง */
	float: left;
	height: auto;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 10px;
	margin-bottom: 4%;
	/* เตรียมพร้อมสำหรับการขยับ */
	transition: all 0.3s ease;
	cursor: pointer;
	text-align: center;
}

/* --- เมื่อเมาส์วาง (Hover) --- */
.social-02:hover {
    background-color: rgba(255, 255, 255, 0.1); /* เพิ่มพื้นหลังจางๆ ให้รู้ว่าโดนกด */
    transform: translateY(-10px);              /* ขยับไปทางขวา 10px */
    color: #FFD700;                           /* เปลี่ยนสีตัวอักษร (ถ้าต้องการ) */
}
.map {
	float: left;
	height: auto;
	width: 100%;
}


.copy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1rem;
	color: #CCC;
	background-color: #363636;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
}

.11111111111111111111111111111111111111111111111111111111111111{}

@media screen and (min-width: 901px) and (max-width: 1023px){
.footer {
	background-color: #F5931D;
	float: left;
	height: auto;
	width: 100%;
}
.box-contact {
	float: left;
	height: auto;
	width: 100%;
}
.box-contact-in {
	background-image: url(../images/line-left-02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: auto;
	width: 88%;
	margin-left: 10%;
	margin-top: 2%;
	padding-top: 2%;
	padding-left: 2%;
}
.box-contact-01 {
	float: left;
	height: auto;
	width: 50%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.name-contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2rem;
	color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 15%;
	margin-bottom: 3%;
	line-height: 120%;
}

.contact-01 {
	background-image: url(../images/icon-contact-01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 3.5rem;
	float: left;
	height: auto;
	width: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-bottom: 4%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	margin-left: 5%;
}
.contact-01 a {
	color: #FFF;
	text-decoration: none;
}

.contact-02{
	background-image: url(../images/icon-contact-02.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 3.5rem;
	float: left;
	height: auto;
	width: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-bottom: 4%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	margin-left: 5%;
}
.contact-03 {
	background-image: url(../images/icon-contact-03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 3.5rem;
	float: left;
	height: auto;
	width: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-bottom: 4%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	margin-left: 5%;
}
.box-contact-02 {
	float: right;
	height: auto;
	width: 45%;
	padding-top: 5%;
	padding-bottom: 10%;
	background-color: #363636;
	padding-left: 5%;
	margin-top: 5%;
}.title-contact {
	font-family: serithairegular;
	font-size: 2.3rem;
	color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 5%;
	margin-top: 2%;
}
.social-01 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #FFF;
	text-decoration: none; /* ลบเส้นใต้ลิงก์ */
	background-image: url(../images/icon-contact-04.png);
	background-repeat: no-repeat;
	background-position: 20px center; /* ปรับตำแหน่งไอคอนให้ดูมีระยะห่างสวยงาม */
	background-size: 3rem;
	display: block;      /* สำคัญ: ทำให้ลิงก์กลายเป็นบล็อกเต็มความกว้าง */
	float: left;
	height: auto;
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-bottom: 4%;
	/* เตรียมพร้อมสำหรับการขยับ */
	transition: all 0.3s ease;
	cursor: pointer;
}

/* --- เมื่อเมาส์วาง (Hover) --- */
.social-01:hover {
    background-color: rgba(255, 255, 255, 0.1); /* เพิ่มพื้นหลังจางๆ ให้รู้ว่าโดนกด */
    transform: translateX(10px);              /* ขยับไปทางขวา 10px */
    color: #FFD700;                           /* เปลี่ยนสีตัวอักษร (ถ้าต้องการ) */
}

.social-02 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #FFF;
	text-decoration: none; /* ลบเส้นใต้ลิงก์ */
	background-image: url(../images/icon-contact-05.png);
	background-repeat: no-repeat;
	background-position: 20px center; /* ปรับตำแหน่งไอคอนให้ดูมีระยะห่างสวยงาม */
	background-size: 3rem;
	display: block;      /* สำคัญ: ทำให้ลิงก์กลายเป็นบล็อกเต็มความกว้าง */
	float: left;
	height: auto;
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-bottom: 4%;
	/* เตรียมพร้อมสำหรับการขยับ */
	transition: all 0.3s ease;
	cursor: pointer;
}

/* --- เมื่อเมาส์วาง (Hover) --- */
.social-02:hover {
    background-color: rgba(255, 255, 255, 0.1); /* เพิ่มพื้นหลังจางๆ ให้รู้ว่าโดนกด */
    transform: translateX(10px);              /* ขยับไปทางขวา 10px */
    color: #FFD700;                           /* เปลี่ยนสีตัวอักษร (ถ้าต้องการ) */
}
.map {
	float: left;
	height: auto;
	width: 100%;
}


.copy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1rem;
	color: #CCC;
	background-color: #363636;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
}
