@charset "utf-8";
@media screen and (min-width: 671px) and (max-width: 900px){
.header {
	float: left;
	height: auto;
	width: 100%;
}
.box-header-top {
	float: left;
	height: auto;
	width: 100%;
background: #f0f0f0;
background: linear-gradient(280deg,rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.box-mq {
	background-image: url(../images/icon-mq.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7%;
	float: left;
	height: auto;
	width: 30%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	line-height: 140%;
	margin-left: 20px;
}
.box-member-top {
	background-image: url(../images/icon-member.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8%;
	float: right;
	height: auto;
	width: 30%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	line-height: 120%;
	margin-top: 5px;
	position: relative; /* สร้างขอบเขตให้ข้อความที่ลอยออกมา */
	display: inline-block;
}
.box-member-top a {
	color: #008d36;
	text-decoration: none;
}
.box-member-top a:hover {
	color: #00CC00;
	text-decoration: none;	
}
.btn-out {
	color: #FFF;
	height: auto;
	width: 20px;
	background-image: url(../images/icon-logout.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
	float: right;
	padding: 2px;
	margin-right: 10px;
}
.hover-text {
	position: absolute; /* ทำให้ข้อความลอยตัว ไม่กินพื้นที่จริง */
	top: 100%;          /* ให้ลอยอยู่ใต้ปุ่มพอดี */
	left: 80%;
	transform: translateX(-50%); /* จัดให้อยู่กึ่งกลางปุ่ม */
	color: red;
	white-space: nowrap; /* ป้องกันข้อความตัดบรรทัดจนเสียทรง */
	opacity: 0;          /* ซ่อนไว้ */
	pointer-events: none; /* ป้องกันไม่ให้เมาส์ไปโดนข้อความแล้วขวางปุ่ม */
	transition: opacity 0.2s ease;
	z-index: 999999;
	font-size: 0.8rem;
}
.btn-out:hover + .hover-text {
  opacity: 1; /* กลับมามองเห็นชัดเจน */
}
.box-header-lower {
	float: left;
	height: auto;
	width: 100%;
background: #FFFFFF;
background: linear-gradient(280deg,rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);;
}

.logo {
	float: left;
	height: auto;
	width: 8%;
	margin-left: 2%;
	margin-top: 1%;
}
.logo img {
	height: auto;
	width: 100%;
}
.box-search-top {
	background-image: url(../images/bg-top-01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 10rem;
	float: left;
	height: auto;
	width: 40%;
	padding-top: 4%;
	padding-bottom: 2.6%;
	padding-left: 3%;
	margin-left: 5%;
}
.box-search-top-m {
	display: none;
}
.box-search-input {
	float: left;
	height: auto;
	width: 80%;
}
.btn-search-input {
	float: right;
	height: auto;
	width: 90%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-top: 1.5%;
	padding-right: 2%;
	padding-bottom: 1.5%;
	padding-left: 4%;
	line-height: 120%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.box-search-go {
	float: left;
	height: auto;
	width: 20%;
}
.btn-search-go {
	float: left;
	height: auto;
	width: 90%;
	font-family: serithairegular;
	color: #333;
	background-color: #f1f84a;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	line-height: 120%;
	border: 1px solid #CCC;
	font-size: 1rem;
	padding-top: 6%;
	padding-right: 8px;
	padding-bottom: 6%;
	padding-left: 8px;
}
.box-cart-top {
	float: right;
	height: auto;
	width: 22%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-image: url(../images/bg-top-02.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 15rem;
	padding-left: 15%;
}

.icon-cart-top {
	display: inline-flex; /* ใช้ flex เพื่อให้จัดกึ่งกลางรูปได้ง่าย */
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 20px; /* ระยะห่างจากขอบถึงรูป */
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 50%; /* ใช้ 50% แทน 360px เพื่อความชัวร์ว่าเป็นวงกลม */
	cursor: pointer;
	transition: 1s;
	text-decoration: none; /* เอาขีดเส้นใต้ลิ้งก์ออก */
	float: left;
}

/* ปรับรูปภาพให้ขยายตามขนาดพื้นที่โดยไม่เสียสัดส่วน */
.icon-cart-top img {
    max-width: 100%;
    height: auto;
}

/* แถม: เอฟเฟกต์ตอน Hover ให้ดูรู้ว่าเป็นปุ่ม */
.icon-cart-top:hover {
    background-color: #f1f84a;
    border-color: #999;
}



.num-cart-top {
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	text-align: center;
	padding: 5px;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 20px;
}
.box-menu {
	float: left;
	height: auto;
	width: 100%;
	background-color: #006e42;
	padding-top: 1%;
	padding-bottom: 1%;
}
.box-menu-type {
	background-color: #f1f84a;
	float: left;
	height: auto;
	width: 20%;
	border-radius: 10px;
	padding-right: 1%;
	padding-left: 1%;
	margin-left: 2%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
.select-menu-type {
	float: left;
	height: auto;
	width: 10%;
	margin: 1%;
}
.select-menu-type img {
	height: auto;
	width: 100%;
}
.name-menu-type {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 70%;
	margin-left: 15%;
	margin-top: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.menu {
	float: right;
	height: auto;
	width: 55%;
	margin-right: 12%;
	margin-top: 0.8%;
	display: none;
}
.menu ul {
	float: left;
	height: auto;
	width: 100%;
}
.menu ul li {
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: auto;
	width: auto;
	margin-right: 3%;
	margin-left: 3%;
	list-style-type: none;
}
.menu ul li a {
	color: #FFF;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #EDF449;
	text-decoration: none;
}
.menu-m {
	float: right;
	height: auto;
	width: 15%;
	display: inline-block;
}
.banner {
	float: left;
	height: auto;
	width: 100%;
}
.banner-m {
	float: left;
	height: auto;
	width: 100%;
	display: none;
}
.banner #banner-01 .splide__track .splide__list .splide__slide img {
	height: auto;
	width: 100%;
}


.box-welcome {
	background-color: #EFF649;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.box-welcome-in {
	float: left;
	height: auto;
	width: 90%;
	margin-left: 5%;
	background-color: #FFF;
	border: 1px dashed #CCC;
	padding-top: 2%;
	padding-bottom: 1.5%;
}
.box-welcome-in-left {
	float: left;
	height: auto;
	width: 50%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}
.title-welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: bold;
	color: #006B40;
	float: left;
	height: auto;
	width: 90%;
	padding-left: 10%;
}
.text-welcome {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 120%;
	color: #333;
	float: left;
	height: auto;
	width: 80%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-left: 10%;
}


.box-welcome-in-right {
	float: right;
	height: auto;
	width: 45%;
	margin-top: 1%;
}
.title-tel-welcome {
	float: left;
	height: auto;
	width: 50%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-tel-welcome {
	background-image: url(../images/icon-contact-welcome.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12%;
	float: left;
	height: auto;
	width: 40%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	padding-left: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-tel-welcome a {
	color: #666;
	text-decoration: none;
}
.text-tel-welcome a:hover {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	color: #006E42;
}
.box-title-home {
	float: left;
	height: auto;
	width: 80%;
	margin-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006E42;
	margin-left: 10%;
}
.title-home {
	font-family: "Noto Sans Thai";
	color: #006E42;
	height: auto;
	width: 40%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006E42;
	padding-bottom: 1%;
	float: left;
	font-size: 1rem;
}
.box-type-car {
	float: left;
	height: auto;
	width: 85%;
	margin-left: 7.5%;
}
.title-home {
}



.type-car-list {
	height: auto;
	width: 100%;
}

.logo-car {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
.header .box-type-car #picture-01 .splide__track .splide__list .splide__slide .type-car-list .logo-car a img {
	height: auto;
	width: 80%;
}

.name-car {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.name-car a {
	color: #333;
	text-decoration: none;
}
}
.111111111111111111111111111111111111111111111111111111111111{}


@media screen and (min-width: 901px) and (max-width: 1023px){
.header {
	float: left;
	height: auto;
	width: 100%;
}
.box-header-top {
	float: left;
	height: auto;
	width: 100%;
background: #f0f0f0;
background: linear-gradient(280deg,rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.box-mq {
	background-image: url(../images/icon-mq.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7%;
	float: left;
	height: auto;
	width: 30%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	line-height: 140%;
	margin-left: 20px;
}
.box-member-top {
	background-image: url(../images/icon-member.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8%;
	float: right;
	height: auto;
	width: 20%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	line-height: 120%;
	margin-top: 5px;
	position: relative; /* สร้างขอบเขตให้ข้อความที่ลอยออกมา */
	display: inline-block;
}
.box-member-top a {
	color: #008d36;
	text-decoration: none;
}
.box-member-top a:hover {
	color: #00CC00;
	text-decoration: none;	
}
.btn-out {
	color: #FFF;
	height: auto;
	width: 20px;
	background-image: url(../images/icon-logout.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
	float: right;
	padding: 2px;
	margin-right: 10px;
}
.hover-text {
	position: absolute; /* ทำให้ข้อความลอยตัว ไม่กินพื้นที่จริง */
	top: 100%;          /* ให้ลอยอยู่ใต้ปุ่มพอดี */
	left: 80%;
	transform: translateX(-50%); /* จัดให้อยู่กึ่งกลางปุ่ม */
	color: red;
	white-space: nowrap; /* ป้องกันข้อความตัดบรรทัดจนเสียทรง */
	opacity: 0;          /* ซ่อนไว้ */
	pointer-events: none; /* ป้องกันไม่ให้เมาส์ไปโดนข้อความแล้วขวางปุ่ม */
	transition: opacity 0.2s ease;
	z-index: 999999;
	font-size: 0.8rem;
}
.btn-out:hover + .hover-text {
  opacity: 1; /* กลับมามองเห็นชัดเจน */
}
.box-header-lower {
	float: left;
	height: auto;
	width: 100%;
background: #FFFFFF;
background: linear-gradient(280deg,rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);;
}

.logo {
	float: left;
	height: auto;
	width: 5%;
	margin-left: 2%;
	margin-top: 1%;
}
.logo img {
	height: auto;
	width: 100%;
}
.box-search-top {
	background-image: url(../images/bg-top-01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 10rem;
	float: left;
	height: auto;
	width: 40%;
	padding-top: 2%;
	padding-bottom: 2.6%;
	padding-left: 10%;
	margin-left: 5%;
}
.box-search-top-m {
	display: none;
}
.box-search-input {
	float: left;
	height: auto;
	width: 80%;
}
.btn-search-input {
	float: right;
	height: auto;
	width: 80%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-top: 1.5%;
	padding-right: 2%;
	padding-bottom: 1.5%;
	padding-left: 4%;
	line-height: 120%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.box-search-go {
	float: left;
	height: auto;
	width: 20%;
}
.btn-search-go {
	float: left;
	height: auto;
	width: 90%;
	font-family: serithairegular;
	color: #333;
	background-color: #f1f84a;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	line-height: 120%;
	border: 1px solid #CCC;
	font-size: 1rem;
	padding-top: 6%;
	padding-right: 8px;
	padding-bottom: 6%;
	padding-left: 8px;
}
.box-cart-top {
	float: right;
	height: auto;
	width: 15%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-image: url(../images/bg-top-02.png);
	background-repeat: no-repeat;
	background-position: 5% top;
	background-size: 18rem;
	padding-left: 22%;
}

.icon-cart-top {
	display: inline-flex; /* ใช้ flex เพื่อให้จัดกึ่งกลางรูปได้ง่าย */
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 20px; /* ระยะห่างจากขอบถึงรูป */
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 50%; /* ใช้ 50% แทน 360px เพื่อความชัวร์ว่าเป็นวงกลม */
	cursor: pointer;
	transition: 1s;
	text-decoration: none; /* เอาขีดเส้นใต้ลิ้งก์ออก */
	float: left;
}

/* ปรับรูปภาพให้ขยายตามขนาดพื้นที่โดยไม่เสียสัดส่วน */
.icon-cart-top img {
    max-width: 100%;
    height: auto;
}

/* แถม: เอฟเฟกต์ตอน Hover ให้ดูรู้ว่าเป็นปุ่ม */
.icon-cart-top:hover {
    background-color: #f1f84a;
    border-color: #999;
}



.num-cart-top {
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	text-align: center;
	padding: 5px;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 20px;
}
.box-menu {
	float: left;
	height: auto;
	width: 100%;
	background-color: #006e42;
	padding-top: 1%;
	padding-bottom: 1%;
}
.box-menu-type {
	background-color: #f1f84a;
	float: left;
	height: auto;
	width: 20%;
	border-radius: 10px;
	padding-right: 1%;
	padding-left: 1%;
	margin-left: 1%;
}
.select-menu-type {
	float: left;
	height: auto;
	width: 10%;
	margin: 1%;
}
.select-menu-type img {
	height: auto;
	width: 100%;
}
.name-menu-type {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 70%;
	margin-left: 15%;
	margin-top: 3%;
}
.menu {
	float: right;
	height: auto;
	width: 55%;
	margin-right: 12%;
	margin-top: 0.8%;
}
.menu ul {
	float: left;
	height: auto;
	width: 100%;
}
.menu ul li {
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: auto;
	width: auto;
	margin-right: 3%;
	margin-left: 3%;
	list-style-type: none;
}
.menu ul li a {
	color: #FFF;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #EDF449;
	text-decoration: none;
}
.menu-m {
	float: right;
	height: auto;
	width: 20%;
	display: none;
}
.banner {
	float: left;
	height: auto;
	width: 100%;
}
.banner-m {
	float: left;
	height: auto;
	width: 100%;
	display: none;
}
.banner #banner-01 .splide__track .splide__list .splide__slide img {
	height: auto;
	width: 100%;
}


.box-welcome {
	background-color: #EFF649;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.box-welcome-in {
	float: left;
	height: auto;
	width: 85%;
	margin-left: 7.5%;
	background-color: #FFF;
	border: 1px dashed #CCC;
	padding-top: 2%;
	padding-bottom: 1.5%;
}
.box-welcome-in-left {
	float: left;
	height: auto;
	width: 60%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}
.title-welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: bold;
	color: #006B40;
	float: left;
	height: auto;
	width: 90%;
	padding-left: 10%;
}
.text-welcome {
	font-family: serithairegular;
	font-size: 1rem;
	line-height: 120%;
	color: #333;
	float: left;
	height: auto;
	width: 90%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-left: 10%;
}


.box-welcome-in-right {
	float: right;
	height: auto;
	width: 35%;
	margin-top: 1%;
}
.title-tel-welcome {
	float: left;
	height: auto;
	width: 50%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-tel-welcome {
	background-image: url(../images/icon-contact-welcome.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12%;
	float: left;
	height: auto;
	width: 40%;
	font-family: serithairegular;
	font-size: 1rem;
	color: #666;
	padding-left: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-tel-welcome a {
	color: #666;
	text-decoration: none;
}
.text-tel-welcome a:hover {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	color: #006E42;
}
.box-title-home {
	float: left;
	height: auto;
	width: 80%;
	margin-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006E42;
	margin-left: 10%;
}
.title-home {
	font-family: "Noto Sans Thai";
	color: #006E42;
	height: auto;
	width: 20%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006E42;
	padding-bottom: 1%;
	float: left;
	font-size: 1rem;
}
.box-type-car {
	float: left;
	height: auto;
	width: 85%;
	margin-left: 7.5%;
}
.title-home {
}



.type-car-list {
	height: auto;
	width: 100%;
}

.logo-car {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
.header .box-type-car #picture-01 .splide__track .splide__list .splide__slide .type-car-list .logo-car a img {
	height: auto;
	width: 80%;
}

.name-car {
	font-family: serithairegular;
	font-size: 1rem;
	color: #333;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.name-car a {
	color: #333;
	text-decoration: none;
}
}
