@charset "utf-8";
@media screen and (min-width: 1024px){
.dddddddddddd{}
/* ==========================================
   1. BOX ANIMATION CONTAINER
   ========================================== */
.box-animation {
	float: left;
	height: auto;
	width: 99%;
	padding-top: 10%;
	padding-bottom: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0.5%;
	margin-left: 0.5%;
	position: relative !important;
	overflow: hidden !important;
	background-color: #05070f; /* สีพื้นหลังโทนเข้มเน้นออร่า */
	color: #ffffff;
	box-sizing: border-box;
	background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)), url(../images/bg-animation.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/* ดันเนื้อหาให้อยู่เหนือแสง Blob เรืองแสง */
.box-animation > * {
  position: relative;
  z-index: 2 !important;
}

/* ==========================================
   2. EXTRA LARGE CENTERED BLOB
   ========================================== */

/* ก้อนออร่าหลักตรงกลาง (ขยายเป็น 900px) */
.box-animation::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 900px;  /* ขยายขนาดใหญ่ขึ้น */
  height: 900px; /* ขยายขนาดใหญ่ขึ้น */
  /* ไล่สีรุ้งนีออนหลากสี */
  background: linear-gradient(135deg, #ff007f, #7928ca, #00dfd8, #ffbe00);
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShapeCenter 8s ease-in-out infinite alternate;
  display: block;
  z-index: 1 !important;
  filter: blur(150px); /* เพิ่มฟุ้งกระจายให้เต็มกล่อง */
  opacity: 0.6;
  pointer-events: none;
}

/* ก้อนออร่าชั้นที่สอง (ขยายเป็น 800px) */
.box-animation::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 800px;  /* ขยายขนาดใหญ่ขึ้น */
  height: 800px; /* ขยายขนาดใหญ่ขึ้น */
  background: linear-gradient(135deg, #0070f3, #f5a623, #ff0080);
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  will-change: border-radius, transform, opacity;
  animation: sliderShapeCenter 10s ease-in-out infinite alternate-reverse;
  display: block;
  z-index: 1 !important;
  filter: blur(130px);
  opacity: 0.5;
  pointer-events: none;
}

/* ==========================================
   3. KEYFRAMES ANIMATION (รักษากึ่งกลาง + สเกลใหญ่ขึ้น)
   ========================================== */
@keyframes sliderShapeCenter {
  0%, 100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    filter: blur(150px) hue-rotate(0deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate(-50%, -50%) rotate(45deg) scale(1.2); /* ขยายใหญ่ขึ้นอีกตอนหมุน */
  }
  50% {
    transform: translate(-50%, -50%) rotate(90deg) scale(0.95);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate(-50%, -50%) rotate(135deg) scale(1.15);
    filter: blur(160px) hue-rotate(180deg);
  }
}

.title-animation {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
}
.title-animation img {
	height: auto;
	width: 1.5%;
	margin-bottom: 1em;
	margin-right: 4px;
	margin-left: 4px;
}

.box-circle {
	text-align: center;
	float: left;
	height: 100%;
	width: 60%;
	z-index: 1;
	animation: cricle-bg 20s linear both infinite alternate;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20%;
	margin-bottom: -70%;
	margin-left: 20%;
}
@keyframes cricle-bg {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-circle img {
	height: auto;
	width: 100%;
}
.box-circle-list {
	float: left;
	height: auto;
	width: 80%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-left: 10%;
}
.box-cricle-list-1 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 15rem;
	margin-right: -2rem;
	margin-left: 2rem;
}
.box-cricle-list-2 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-left: -3rem;
	margin-right: 3rem;
	margin-top: 2rem;
}
.box-cricle-list-3 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: -3rem;
}
.box-cricle-list-4 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-right: -3rem;
	margin-left: 3rem;
	margin-top: 2rem;
}
.box-cricle-list-5 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 15rem;
	margin-right: 2rem;
	margin-left: -2rem;
}




.icon-cricle-1 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-1 1s infinite alternate;
}
@keyframes cricle-1 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(50deg);
  }
}
.icon-cricle-2 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-2 1s infinite alternate;
}
@keyframes cricle-2 {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
.icon-cricle-3 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-3 3s infinite alternate;
}
@keyframes cricle-3 {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-cricle-4 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-4 1s infinite alternate;
}
@keyframes cricle-4 {
  0% {
    transform: skewY(20deg);
  }
  100% {
    transform: skewY(-20deg);
  }
}
.icon-cricle-5 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-5 1s infinite alternate;
}
@keyframes cricle-5 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.icon-cricle-1 img {
	height: auto;
	width: 50%;
}
.icon-cricle-2 img {
	height: auto;
	width: 50%;
}
.icon-cricle-3 img {
	height: auto;
	width: 50%;
}
.icon-cricle-4 img {
	height: auto;
	width: 50%;
}
.icon-cricle-5 img {
	height: auto;
	width: 50%;
}








.box-labtop {
	float: left;
	height: auto;
	width: 69%;
	text-align: center;
	position: relative !important;
	z-index: 12 !important; /* บังคับให้อยู่ชั้นบนสุดเสมอ */
	visibility: visible;
	margin-left: 16%;
	margin-top: 4rem;

	/* --- เพิ่ม 2 บรรทัดนี้เพื่อบังคับลอยขึ้นชั้นบนสุด --- */
	transform: translate3d(0, 0, 999px);
	will-change: transform;
}
.box-labtop img {
	height: auto;
	width: 100%;
}
.box-page-left {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 10%;
	background-image: url(../images/animation/page-left.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	position: relative;
	z-index: 15!important; ;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	margin-top: -28rem;
}



.box-page-center {
	float: left;
	height: auto;
	width: 25%;
	background-image: url(../images/animation/page-center.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	padding-left: 2.5%;
		z-index: 16!important; ;
	margin-left: 35%;
	margin-top: -45rem;
	position: relative;
	margin-right: 35%;
}



.box-page-right {
	float: right;
	height: auto;
	width: 20%;
	margin-right: 10%;
	background-image: url(../images/animation/page-right.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	position: relative;
	z-index: 17!important; ;
	margin-top: -28rem;
}

.box-labtop-footer {
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	position: relative !important;
	z-index: 10 !important; /* ต่ำกว่า Laptop */
	margin-top: -3.5%;

	/* --- บังคับให้อยู่ชั้นล่างสุด --- */
	transform: translate3d(0, 0, 0);
}
.box-labtop-footer img {
	height: auto;
	width: 100%;
}
.box-l-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
}

.l-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: l-01 ease 2s infinite;
}
@keyframes l-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-01 img {
	height: auto;
	width: 100%;
}
.l-02 {
	text-align: center;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-02 ease 2s infinite;
}
@keyframes l-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-02 img {
	height: auto;
	width: 100%;
}
.l-03 {
	text-align: right;
	float: right;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-03 ease 2s infinite;
}
@keyframes l-03{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-03 img {
	height: auto;
	width: 100%;
}
.box-l-04 {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 5%;
	margin-bottom: 10%;
}
.l-04 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-04 ease 2s infinite;
}
@keyframes l-04{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-04 img {
	height: auto;
	width: 100%;
}

.l-05 {
	float: right;
	height: auto;
	width: 35%;
	margin-top: 5%;
	animation: l-05 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
	margin-right: 5%;
}
@keyframes l-05 {
  to {
    transform: scale(1.2);
  }
}
.l-05 img {
	height: auto;
	width: 100%;
}
.l-06 {
	float: left;
	height: auto;
	width: 50%;
	text-align: center;
	margin-left: 25%;
	margin-bottom: 5%;
	animation: fadeIn ease 1s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.l-06 img {
	height: auto;
	width: 100%;
}
.l-07 {
	float: left;
	height: auto;
	width: 90%;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 4%;
	animation: l-07 ease 2s infinite;
	margin-left: 5%;
}
@keyframes l-07{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-07 img {
	height: auto;
	width: 100%;
}
.box-c-01 {
	float: left;
	height: auto;
	width: 100%;
}
.c-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	animation: c-01 ease 2s infinite;
}
@keyframes c-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-01 img {
	height: auto;
	width: 100%;
}
.c-02 {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 2%;
	animation: c-02 ease 2s infinite;
}
@keyframes c-02{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-02 img {
	height: auto;
	width: 100%;
}



.c-video {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 2%;
	background-color: #FFF;
}
#myVideo {
	height: auto;
	width: 100%;
}
.box-c-banner {
	background-color: #ffc61a;
	height: auto;
	width: 100%;
	float: left;
}

.c-banner {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 20%;
}
.header .box-hilight .box-animation .box-page-center.image .box-c-01 .box-c-banner .c-banner #slide1-4 .splide__track .splide__list .splide__slide img {
	height: auto;
	width: 100%;
}



.box-c-03 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	background-color: #FFF;
	padding-top: 3%;
	padding-bottom: 3%;
}
.c-03 {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 2%;
	margin-left: 3%;
	margin-bottom: 1%;
	animation: c-03 ease 2s infinite;
}
@keyframes c-03{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-03 img {
	height: auto;
	width: 100%;
}
.box-r-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.r-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: r-01 ease 2s infinite;
}
@keyframes r-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-01 img {
	height: auto;
	width: 100%;
}
.r-02 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 40%;
	animation: r-02 ease 2s infinite;
}
@keyframes r-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-02 img {
	height: auto;
	width: 100%;
}

.r-03 {
	height: auto;
	width: 100%;
	background-color: #d60063;
	float: left;
	margin-bottom: 5%;
	margin-top: 5%;
	animation: r-03 ease 2s infinite alternate;
}
@keyframes r-03{
  0% {
      transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 5px);
  }
}
.r-04 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 20%;
	 animation: fadeIn ease 2s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.r-04 img {
	height: auto;
	width: 100%;
}

.box-r-05 {
	float: left;
	height: auto;
	width: 20%;
}
.r-05 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-05 ease 2s infinite;
}
@keyframes r-05{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-05 img {
	height: auto;
	width: 100%;
}

.box-r-06 {
	float: left;
	height: auto;
	width: 50%;
	margin-right: 5%;
	margin-left: 5%;
}
.r-06 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
	animation: r-06 ease 2s infinite;
}
@keyframes r-06{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-06 img {
	height: auto;
	width: 100%;
}
.box-r-07 {
	float: left;
	height: auto;
	width: 20%;
}
.r-07 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-07 ease 2s infinite;
}
@keyframes r-07{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-07 img {
	height: auto;
	width: 100%;
}
}
@media screen and (max-width: 480px){
.mmmmmmmmmmmmmm{}
/* ==========================================
   1. BOX ANIMATION CONTAINER
   ========================================== */
.box-animation {
	float: left;
	height: auto;
	width: 99%;
	padding-top: 5%;
	padding-bottom: 15%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0.5%;
	margin-left: 0.5%;
	position: relative !important;
	overflow: hidden !important;
	background-color: #191919; /* สีพื้นหลังโทนเข้มเน้นออร่า */
	color: #ffffff;
	box-sizing: border-box;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(../images/bg-animation.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/* ดันเนื้อหาให้อยู่เหนือแสง Blob เรืองแสง */
.box-animation > * {
  position: relative ;
  z-index: 2 !important;
}

/* ==========================================
   2. EXTRA LARGE CENTERED BLOB
   ========================================== */

/* ก้อนออร่าหลักตรงกลาง (ขยายเป็น 900px) */
.box-animation::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 280px;  /* ขยายขนาดใหญ่ขึ้น */
  height: 280px; /* ขยายขนาดใหญ่ขึ้น */
  /* ไล่สีรุ้งนีออนหลากสี */
 background: linear-gradient(135deg, #ff007f, #7928ca, #00dfd8, #ffbe00);
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShapeCenter 8s ease-in-out infinite alternate;
  display: block;
  z-index: 1 !important;
filter: blur(50px); /* เพิ่มฟุ้งกระจายให้เต็มกล่อง */
  opacity: 0.75;
  pointer-events: none;
}

/* ก้อนออร่าชั้นที่สอง (ขยายเป็น 800px) */
.box-animation::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 260px;  /* ขยายขนาดใหญ่ขึ้น */
  height: 260px; /* ขยายขนาดใหญ่ขึ้น */
 background: linear-gradient(135deg, #0070f3, #f5a623, #ff0080);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  will-change: border-radius, transform, opacity;
  animation: sliderShapeCenter 10s ease-in-out infinite alternate-reverse;
  display: block;
  z-index: 1 !important;
  filter: blur(45px);
  opacity: 0.75;
  pointer-events: none;
}

/* ==========================================
   3. KEYFRAMES ANIMATION (รักษากึ่งกลาง + สเกลใหญ่ขึ้น)
   ========================================== */
@keyframes sliderShapeCenter {
 0% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate(-50%, -50%) rotate(60deg) scale(1.12); /* ขยายกำลังดี ไม่ใหญ่จนล้นจอ */
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate(-50%, -50%) rotate(120deg) scale(0.92);
  }
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate(-50%, -50%) rotate(180deg) scale(1.05);
  }
}
.title-animation {
	font-family: serithairegular;
	font-size: 1rem;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
}
.title-animation img {
	height: auto;
	width: 5%;
	margin-bottom: 1em;
	margin-right: 4px;
	margin-left: 4px;
}

.box-circle {
	text-align: center;
	float: left;
	height: 100%;
	width: 60%;
	z-index: 1;
	animation: cricle-bg 20s linear both infinite alternate;
	position: relative;
	padding: 0px;
	margin-top: 5rem;
	margin-right: 20%;
	margin-bottom: -70%;
	margin-left: 20%;
}
@keyframes cricle-bg {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-circle img {
	height: auto;
	width: 100%;
}
.box-circle-list {
	float: left;
	height: auto;
	width: 80%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-left: 10%;
}
.box-cricle-list-1 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 5rem;
	padding-top: 5%;
	padding-bottom: 5%;
}
.box-cricle-list-2 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 1rem;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-right: 1rem;
	margin-left: -1rem;
}
.box-cricle-list-3 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	float: left;
	height: auto;
	width: 20%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: -1rem;
}
.box-cricle-list-4 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 1rem;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-right: -1rem;
	margin-left: 1rem;
}
.box-cricle-list-5 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 5rem;
	padding-top: 5%;
	padding-bottom: 5%;
}




.icon-cricle-1 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-1 1s infinite alternate;
}
@keyframes cricle-1 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(50deg);
  }
}
.icon-cricle-2 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-2 1s infinite alternate;
}
@keyframes cricle-2 {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
.icon-cricle-3 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-3 3s infinite alternate;
}
@keyframes cricle-3 {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-cricle-4 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-4 1s infinite alternate;
}
@keyframes cricle-4 {
  0% {
    transform: skewY(20deg);
  }
  100% {
    transform: skewY(-20deg);
  }
}
.icon-cricle-5 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-5 1s infinite alternate;
}
@keyframes cricle-5 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.icon-cricle-1 img {
	height: auto;
	width: 80%;
}
.icon-cricle-2 img {
	height: auto;
	width: 80%;
}
.icon-cricle-3 img {
	height: auto;
	width: 80%;
}
.icon-cricle-4 img {
	height: auto;
	width: 80%;
}
.icon-cricle-5 img {
	height: auto;
	width: 80%;
}




.box-labtop {
	float: left;
	height: auto;
	width: 70%;
	text-align: center;
	position: relative !important;
	z-index: 12 !important; /* บังคับให้อยู่ชั้นบนสุดเสมอ */
	visibility: visible;
	margin-left: 15%;
	margin-top: 2rem;
}
.box-labtop img {
	height: auto;
	width: 100%;
}
.box-page-left {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 10%;
	background-image: url(../images/animation/page-left.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	position: relative;
		z-index: 15!important; ;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	margin-top: -7rem;
}



.box-page-center {
	float: left;
	height: auto;
	width: 25%;
	background-image: url(../images/animation/page-center.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	padding-left: 2.5%;
	z-index: 16!important; ;
	margin-left: 35%;
	margin-top: -15rem;
	position: relative;
	margin-right: 35%;
}



.box-page-right {
	float: right;
	height: auto;
	width: 20%;
	margin-right: 10%;
	background-image: url(../images/animation/page-right.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	position: relative;
	z-index: 17!important; ;
	margin-top: -7rem;
}

.box-labtop-footer {
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	position: relative !important;
	z-index: 10 !important; /* ต่ำกว่า Laptop */
	margin-top: -3.5%;
}
.box-labtop-footer img {
	height: auto;
	width: 100%;
}
.box-l-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
}

.l-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: l-01 ease 2s infinite;
}
@keyframes l-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-01 img {
	height: auto;
	width: 100%;
}
.l-02 {
	text-align: center;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-02 ease 2s infinite;
}
@keyframes l-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-02 img {
	height: auto;
	width: 100%;
}
.l-03 {
	text-align: right;
	float: right;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-03 ease 2s infinite;
}
@keyframes l-03{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-03 img {
	height: auto;
	width: 100%;
}
.box-l-04 {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 5%;
	margin-bottom: 10%;
}
.l-04 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-04 ease 2s infinite;
}
@keyframes l-04{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-04 img {
	height: auto;
	width: 100%;
}

.l-05 {
	float: right;
	height: auto;
	width: 35%;
	margin-top: 5%;
	animation: l-05 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
	margin-right: 5%;
}
@keyframes l-05 {
  to {
    transform: scale(1.2);
  }
}
.l-05 img {
	height: auto;
	width: 100%;
}
.l-06 {
	float: left;
	height: auto;
	width: 50%;
	text-align: center;
	margin-left: 25%;
	margin-bottom: 5%;
	animation: fadeIn ease 1s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.l-06 img {
	height: auto;
	width: 100%;
}
.l-07 {
	float: left;
	height: auto;
	width: 90%;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 4%;
	animation: l-07 ease 2s infinite;
	margin-left: 5%;
}
@keyframes l-07{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-07 img {
	height: auto;
	width: 100%;
}
.box-c-01 {
	float: left;
	height: auto;
	width: 100%;
}
.c-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	animation: c-01 ease 2s infinite;
}
@keyframes c-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-01 img {
	height: auto;
	width: 100%;
}
.c-02 {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 2%;
	animation: c-02 ease 2s infinite;
}
@keyframes c-02{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-02 img {
	height: auto;
	width: 100%;
}



.c-video {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 2%;
	background-color: #FFF;
}
#myVideo {
	height: auto;
	width: 100%;
}
.box-c-banner {
	background-color: #ffc61a;
	height: auto;
	width: 100%;
	float: left;
}

.c-banner {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 20%;
}
.header .box-hilight .box-animation .box-page-center.image .box-c-01 .box-c-banner .c-banner #slide1-4 .splide__track .splide__list .splide__slide img {
	height: auto;
	width: 100%;
}

.box-c-03 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	background-color: #FFF;
	padding-top: 3%;
	padding-bottom: 3%;
}
.c-03 {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 2%;
	margin-left: 3%;
	margin-bottom: 1%;
	animation: c-03 ease 2s infinite;
}
@keyframes c-03{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-03 img {
	height: auto;
	width: 100%;
}
.box-r-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.r-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: r-01 ease 2s infinite;
}
@keyframes r-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-01 img {
	height: auto;
	width: 100%;
}
.r-02 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 40%;
	animation: r-02 ease 2s infinite;
}
@keyframes r-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-02 img {
	height: auto;
	width: 100%;
}

.r-03 {
	height: auto;
	width: 100%;
	background-color: #d60063;
	float: left;
	margin-bottom: 5%;
	margin-top: 5%;
	animation: r-03 ease 2s infinite alternate;
}
@keyframes r-03{
  0% {
      transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 5px);
  }
}
.r-04 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 20%;
	 animation: fadeIn ease 2s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.r-04 img {
	height: auto;
	width: 100%;
}

.box-r-05 {
	float: left;
	height: auto;
	width: 20%;
}
.r-05 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-05 ease 2s infinite;
}
@keyframes r-05{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-05 img {
	height: auto;
	width: 100%;
}

.box-r-06 {
	float: left;
	height: auto;
	width: 50%;
	margin-right: 5%;
	margin-left: 5%;
}
.r-06 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
	animation: r-06 ease 2s infinite;
}
@keyframes r-06{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-06 img {
	height: auto;
	width: 100%;
}
.box-r-07 {
	float: left;
	height: auto;
	width: 20%;
}
.r-07 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-07 ease 2s infinite;
}
@keyframes r-07{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-07 img {
	height: auto;
	width: 100%;
}
}
@media screen and (min-width: 481px) and (max-width: 767px){
.mmmmmmmmmmmmmmplussssssssssssssssssss{}
/* ==========================================
   1. BOX ANIMATION CONTAINER
   ========================================== */
.box-animation {
	float: left;
	height: auto;
	width: 99%;
	padding-top: 5%;
	padding-bottom: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0.5%;
	margin-left: 0.5%;
	position: relative !important;
	overflow: hidden !important;
	background-color: #05070f; /* สีพื้นหลังโทนเข้มเน้นออร่า */
	color: #ffffff;
	box-sizing: border-box;
		background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)), url(../images/bg-animation.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/* ดันเนื้อหาให้อยู่เหนือแสง Blob เรืองแสง */
.box-animation > * {
  position: relative ;
  z-index: 2 !important;
}

/* ==========================================
   2. EXTRA LARGE CENTERED BLOB
   ========================================== */

/* ก้อนออร่าหลักตรงกลาง (ขยายเป็น 900px) */
.box-animation::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 400px;  /* ขยายขนาดใหญ่ขึ้น */
  height: 400px; /* ขยายขนาดใหญ่ขึ้น */
  /* ไล่สีรุ้งนีออนหลากสี */
  background: linear-gradient(135deg, #ff007f, #7928ca, #00dfd8, #ffbe00);
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShapeCenter 8s ease-in-out infinite alternate;
  display: block;
  z-index: 1 !important;
  filter: blur(80px); /* เพิ่มฟุ้งกระจายให้เต็มกล่อง */
  opacity: 0.65;
  pointer-events: none;
}

/* ก้อนออร่าชั้นที่สอง (ขยายเป็น 800px) */
.box-animation::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 400px;  /* ขยายขนาดใหญ่ขึ้น */
  height: 400px; /* ขยายขนาดใหญ่ขึ้น */
  background: linear-gradient(135deg, #0070f3, #f5a623, #ff0080);
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  will-change: border-radius, transform, opacity;
  animation: sliderShapeCenter 10s ease-in-out infinite alternate-reverse;
  display: block;
  z-index: 1 !important;
  filter: blur(80px);
  opacity: 0.55;
  pointer-events: none;
}

/* ==========================================
   3. KEYFRAMES ANIMATION (รักษากึ่งกลาง + สเกลใหญ่ขึ้น)
   ========================================== */
@keyframes sliderShapeCenter {
 0% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate(-50%, -50%) rotate(50deg) scale(1.15); /* ขยายเล็กน้อยให้ครอบคลุมขอบจอแท็บเล็ต */
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate(-50%, -50%) rotate(110deg) scale(0.95);
  }
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate(-50%, -50%) rotate(160deg) scale(1.08);
  }
}
.title-animation {
	font-family: serithairegular;
	font-size: 1rem;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
}
.title-animation img {
	height: auto;
	width: 5%;
	margin-bottom: 1em;
	margin-right: 4px;
	margin-left: 4px;
}

.box-circle {
	text-align: center;
	float: left;
	height: 100%;
	width: 70%;
	z-index: 1;
	animation: cricle-bg 20s linear both infinite alternate;
	position: relative;
	padding: 0px;
	margin-top: 5%;
	margin-right: 15%;
	margin-bottom: -70%;
	margin-left: 15%;
}
@keyframes cricle-bg {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-circle img {
	height: auto;
	width: 100%;
}
.box-circle-list {
	float: left;
	height: auto;
	width: 80%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-left: 10%;
}
.box-cricle-list-1 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 5rem;
	padding-top: 5%;
	padding-bottom: 5%;
}
.box-cricle-list-2 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: -1rem;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-right: 1rem;
	margin-left: -1rem;
}
.box-cricle-list-3 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	float: left;
	height: auto;
	width: 20%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: -4rem;
}
.box-cricle-list-4 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: -1rem;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-right: -1rem;
	margin-left: 1rem;
}
.box-cricle-list-5 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 5rem;
	padding-top: 5%;
	padding-bottom: 5%;
}




.icon-cricle-1 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-1 1s infinite alternate;
}
@keyframes cricle-1 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(50deg);
  }
}
.icon-cricle-2 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-2 1s infinite alternate;
}
@keyframes cricle-2 {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
.icon-cricle-3 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-3 3s infinite alternate;
}
@keyframes cricle-3 {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-cricle-4 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-4 1s infinite alternate;
}
@keyframes cricle-4 {
  0% {
    transform: skewY(20deg);
  }
  100% {
    transform: skewY(-20deg);
  }
}
.icon-cricle-5 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-5 1s infinite alternate;
}
@keyframes cricle-5 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.icon-cricle-1 img {
	height: auto;
	width: 80%;
}
.icon-cricle-2 img {
	height: auto;
	width: 80%;
}
.icon-cricle-3 img {
	height: auto;
	width: 80%;
}
.icon-cricle-4 img {
	height: auto;
	width: 80%;
}
.icon-cricle-5 img {
	height: auto;
	width: 80%;
}




.box-labtop {
	float: left;
	height: auto;
	width: 70%;
	text-align: center;
	position: relative !important;
	z-index: 12 !important; /* บังคับให้อยู่ชั้นบนสุดเสมอ */
	visibility: visible;
	margin-left: 15%;
	margin-top: -1pc;
}
.box-labtop img {
	height: auto;
	width: 100%;
}
.box-page-left {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 10%;
	background-image: url(../images/animation/page-left.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	position: relative;
		z-index: 15!important; ;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	margin-top: -25ex;
}



.box-page-center {
	float: left;
	height: auto;
	width: 25%;
	background-image: url(../images/animation/page-center.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	padding-left: 2.5%;
	z-index: 16!important; ;
	margin-left: 35%;
	margin-top: -20rem;
	position: relative;
	margin-right: 35%;
}



.box-page-right {
	float: right;
	height: auto;
	width: 20%;
	margin-right: 10%;
	background-image: url(../images/animation/page-right.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	position: relative;
	z-index: 17!important; ;
	margin-top: -25ex;
}

.box-labtop-footer {
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	position: relative !important;
	z-index: 10 !important; /* ต่ำกว่า Laptop */
	margin-top: -3.5%;
}
.box-labtop-footer img {
	height: auto;
	width: 100%;
}
.box-l-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
}

.l-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: l-01 ease 2s infinite;
}
@keyframes l-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-01 img {
	height: auto;
	width: 100%;
}
.l-02 {
	text-align: center;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-02 ease 2s infinite;
}
@keyframes l-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-02 img {
	height: auto;
	width: 100%;
}
.l-03 {
	text-align: right;
	float: right;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-03 ease 2s infinite;
}
@keyframes l-03{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-03 img {
	height: auto;
	width: 100%;
}
.box-l-04 {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 5%;
	margin-bottom: 10%;
}
.l-04 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-04 ease 2s infinite;
}
@keyframes l-04{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-04 img {
	height: auto;
	width: 100%;
}

.l-05 {
	float: right;
	height: auto;
	width: 35%;
	margin-top: 5%;
	animation: l-05 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
	margin-right: 5%;
}
@keyframes l-05 {
  to {
    transform: scale(1.2);
  }
}
.l-05 img {
	height: auto;
	width: 100%;
}
.l-06 {
	float: left;
	height: auto;
	width: 50%;
	text-align: center;
	margin-left: 25%;
	margin-bottom: 5%;
	animation: fadeIn ease 1s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.l-06 img {
	height: auto;
	width: 100%;
}
.l-07 {
	float: left;
	height: auto;
	width: 90%;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 4%;
	animation: l-07 ease 2s infinite;
	margin-left: 5%;
}
@keyframes l-07{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-07 img {
	height: auto;
	width: 100%;
}
.box-c-01 {
	float: left;
	height: auto;
	width: 100%;
}
.c-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	animation: c-01 ease 2s infinite;
}
@keyframes c-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-01 img {
	height: auto;
	width: 100%;
}
.c-02 {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 2%;
	animation: c-02 ease 2s infinite;
}
@keyframes c-02{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-02 img {
	height: auto;
	width: 100%;
}



.c-video {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 2%;
	background-color: #FFF;
}
#myVideo {
	height: auto;
	width: 100%;
}
.box-c-banner {
	background-color: #ffc61a;
	height: auto;
	width: 100%;
	float: left;
}

.c-banner {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 20%;
}
.header .box-hilight .box-animation .box-page-center.image .box-c-01 .box-c-banner .c-banner #slide1-4 .splide__track .splide__list .splide__slide img {
	height: auto;
	width: 100%;
}

.box-c-03 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	background-color: #FFF;
	padding-top: 3%;
	padding-bottom: 3%;
}
.c-03 {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 2%;
	margin-left: 3%;
	margin-bottom: 1%;
	animation: c-03 ease 2s infinite;
}
@keyframes c-03{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-03 img {
	height: auto;
	width: 100%;
}
.box-r-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.r-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: r-01 ease 2s infinite;
}
@keyframes r-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-01 img {
	height: auto;
	width: 100%;
}
.r-02 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 40%;
	animation: r-02 ease 2s infinite;
}
@keyframes r-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-02 img {
	height: auto;
	width: 100%;
}

.r-03 {
	height: auto;
	width: 100%;
	background-color: #d60063;
	float: left;
	margin-bottom: 5%;
	margin-top: 5%;
	animation: r-03 ease 2s infinite alternate;
}
@keyframes r-03{
  0% {
      transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 5px);
  }
}
.r-04 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 20%;
	 animation: fadeIn ease 2s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.r-04 img {
	height: auto;
	width: 100%;
}

.box-r-05 {
	float: left;
	height: auto;
	width: 20%;
}
.r-05 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-05 ease 2s infinite;
}
@keyframes r-05{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-05 img {
	height: auto;
	width: 100%;
}

.box-r-06 {
	float: left;
	height: auto;
	width: 50%;
	margin-right: 5%;
	margin-left: 5%;
}
.r-06 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
	animation: r-06 ease 2s infinite;
}
@keyframes r-06{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-06 img {
	height: auto;
	width: 100%;
}
.box-r-07 {
	float: left;
	height: auto;
	width: 20%;
}
.r-07 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-07 ease 2s infinite;
}
@keyframes r-07{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-07 img {
	height: auto;
	width: 100%;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.ttttttttttttttttttttttttttttttttttt{}
/* ==========================================
   1. BOX ANIMATION CONTAINER
   ========================================== */
.box-animation {
	float: left;
	height: auto;
	width: 99%;
	padding-top: 15%;
	padding-bottom: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0.5%;
	margin-left: 0.5%;
	position: relative !important;
	overflow: hidden !important;
	background-color: #05070f; /* สีพื้นหลังโทนเข้มเน้นออร่า */
	color: #ffffff;
	box-sizing: border-box;
		background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)), url(../images/bg-animation.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/* ดันเนื้อหาให้อยู่เหนือแสง Blob เรืองแสง */
.box-animation > * {
  position: relative ;
  z-index: 2 !important;
}

/* ==========================================
   2. EXTRA LARGE CENTERED BLOB
   ========================================== */

/* ก้อนออร่าหลักตรงกลาง (ขยายเป็น 900px) */
.box-animation::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 500px;  /* ขยายขนาดใหญ่ขึ้น */
  height: 500px; /* ขยายขนาดใหญ่ขึ้น */
  /* ไล่สีรุ้งนีออนหลากสี */
  background: linear-gradient(135deg, #ff007f, #7928ca, #00dfd8, #ffbe00);
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShapeCenter 8s ease-in-out infinite alternate;
  display: block;
  z-index: 1 !important;
  filter: blur(90px); /* เพิ่มฟุ้งกระจายให้เต็มกล่อง */
  opacity: 0.65;
  pointer-events: none;
}

/* ก้อนออร่าชั้นที่สอง (ขยายเป็น 800px) */
.box-animation::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 500px;  /* ขยายขนาดใหญ่ขึ้น */
  height: 500px; /* ขยายขนาดใหญ่ขึ้น */
  background: linear-gradient(135deg, #0070f3, #f5a623, #ff0080);
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  will-change: border-radius, transform, opacity;
  animation: sliderShapeCenter 10s ease-in-out infinite alternate-reverse;
  display: block;
  z-index: 1 !important;
  filter: blur(90px);
  opacity: 0.55;
  pointer-events: none;
}

/* ==========================================
   3. KEYFRAMES ANIMATION (รักษากึ่งกลาง + สเกลใหญ่ขึ้น)
   ========================================== */
@keyframes sliderShapeCenter {
 0% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate(-50%, -50%) rotate(50deg) scale(1.15); /* ขยายเล็กน้อยให้ครอบคลุมขอบจอแท็บเล็ต */
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate(-50%, -50%) rotate(110deg) scale(0.95);
  }
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate(-50%, -50%) rotate(160deg) scale(1.08);
  }
}
.title-animation {
	font-family: serithairegular;
	font-size: 1rem;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
}
.title-animation img {
	height: auto;
	width: 1.5%;
	margin-bottom: 1em;
	margin-right: 4px;
	margin-left: 4px;
}

.box-circle {
	text-align: center;
	float: left;
	height: 100%;
	width: 70%;
	z-index: 1;
	animation: cricle-bg 20s linear both infinite alternate;
	position: relative;
	padding: 0px;
	margin-right: 15%;
	margin-bottom: -50%;
	margin-left: 15%;
}
@keyframes cricle-bg {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-circle img {
	height: auto;
	width: 100%;
}
.box-circle-list {
	float: left;
	height: auto;
	width: 80%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-left: 10%;
	margin-top: -12rem;
}
.box-cricle-list-1 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 8rem;
	margin-right: -1rem;
	margin-left: 1rem;
}
.box-cricle-list-2 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3rem;
	margin-left: -1rem;
}
.box-cricle-list-3 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
}
.box-cricle-list-4 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3rem;
}
.box-cricle-list-5 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 8rem;
	margin-right: 1rem;
}




.icon-cricle-1 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-1 1s infinite alternate;
}
@keyframes cricle-1 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(50deg);
  }
}
.icon-cricle-2 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-2 1s infinite alternate;
}
@keyframes cricle-2 {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
.icon-cricle-3 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-3 3s infinite alternate;
}
@keyframes cricle-3 {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-cricle-4 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-4 1s infinite alternate;
}
@keyframes cricle-4 {
  0% {
    transform: skewY(20deg);
  }
  100% {
    transform: skewY(-20deg);
  }
}
.icon-cricle-5 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-5 1s infinite alternate;
}
@keyframes cricle-5 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.icon-cricle-1 img {
	height: auto;
	width: 50%;
}
.icon-cricle-2 img {
	height: auto;
	width: 50%;
}
.icon-cricle-3 img {
	height: auto;
	width: 50%;
}
.icon-cricle-4 img {
	height: auto;
	width: 50%;
}
.icon-cricle-5 img {
	height: auto;
	width: 50%;
}




.box-labtop {
	float: left;
	height: auto;
	width: 75%;
	text-align: center;
	position: relative !important;
	z-index: 12 !important; /* บังคับให้อยู่ชั้นบนสุดเสมอ */
	visibility: visible;
	margin-left: 12.5%;
	margin-top: 7rem;
}
.box-labtop img {
	height: auto;
	width: 100%;
}
.box-page-left {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 10%;
	background-image: url(../images/animation/page-left.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	position: relative;
		z-index: 15!important; ;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	margin-top: -17rem;
}



.box-page-center {
	float: left;
	height: auto;
	width: 25%;
	background-image: url(../images/animation/page-center.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	padding-left: 2.5%;
	z-index: 16!important; ;
	margin-left: 35%;
	position: relative;
	margin-top: -30rem;
	margin-right: 35%;
}



.box-page-right {
	float: right;
	height: auto;
	width: 20%;
	margin-right: 10%;
	background-image: url(../images/animation/page-right.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	position: relative;
	z-index: 17!important; ;
	margin-top: -17rem;
}

.box-labtop-footer {
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	position: relative !important;
	z-index: 10 !important; /* ต่ำกว่า Laptop */
	margin-top: -3.5%;
}
.box-labtop-footer img {
	height: auto;
	width: 100%;
}
.box-l-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
}

.l-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: l-01 ease 2s infinite;
}
@keyframes l-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-01 img {
	height: auto;
	width: 100%;
}
.l-02 {
	text-align: center;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-02 ease 2s infinite;
}
@keyframes l-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-02 img {
	height: auto;
	width: 100%;
}
.l-03 {
	text-align: right;
	float: right;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-03 ease 2s infinite;
}
@keyframes l-03{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-03 img {
	height: auto;
	width: 100%;
}
.box-l-04 {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 5%;
	margin-bottom: 10%;
}
.l-04 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-04 ease 2s infinite;
}
@keyframes l-04{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-04 img {
	height: auto;
	width: 100%;
}

.l-05 {
	float: right;
	height: auto;
	width: 35%;
	margin-top: 5%;
	animation: l-05 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
	margin-right: 5%;
}
@keyframes l-05 {
  to {
    transform: scale(1.2);
  }
}
.l-05 img {
	height: auto;
	width: 100%;
}
.l-06 {
	float: left;
	height: auto;
	width: 50%;
	text-align: center;
	margin-left: 25%;
	margin-bottom: 5%;
	animation: fadeIn ease 1s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.l-06 img {
	height: auto;
	width: 100%;
}
.l-07 {
	float: left;
	height: auto;
	width: 90%;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 4%;
	animation: l-07 ease 2s infinite;
	margin-left: 5%;
}
@keyframes l-07{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-07 img {
	height: auto;
	width: 100%;
}
.box-c-01 {
	float: left;
	height: auto;
	width: 100%;
}
.c-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	animation: c-01 ease 2s infinite;
}
@keyframes c-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-01 img {
	height: auto;
	width: 100%;
}
.c-02 {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 2%;
	animation: c-02 ease 2s infinite;
}
@keyframes c-02{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-02 img {
	height: auto;
	width: 100%;
}



.c-video {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 2%;
	background-color: #FFF;
}
#myVideo {
	height: auto;
	width: 100%;
}
.box-c-banner {
	background-color: #ffc61a;
	height: auto;
	width: 100%;
	float: left;
}

.c-banner {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 20%;
}

.header .box-hilight .box-animation .box-page-center.image .box-c-01 .box-c-banner .c-banner #slide1-4 .splide__track .splide__list .splide__slide img {
	height: auto;
	width: 100%;
}
.box-c-03 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	background-color: #FFF;
	padding-top: 3%;
	padding-bottom: 3%;
}
.c-03 {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 2%;
	margin-left: 3%;
	margin-bottom: 1%;
	animation: c-03 ease 2s infinite;
}
@keyframes c-03{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-03 img {
	height: auto;
	width: 100%;
}
.box-r-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.r-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: r-01 ease 2s infinite;
}
@keyframes r-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-01 img {
	height: auto;
	width: 100%;
}
.r-02 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 40%;
	animation: r-02 ease 2s infinite;
}
@keyframes r-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-02 img {
	height: auto;
	width: 100%;
}

.r-03 {
	height: auto;
	width: 100%;
	background-color: #d60063;
	float: left;
	margin-bottom: 5%;
	margin-top: 5%;
	animation: r-03 ease 2s infinite alternate;
}
@keyframes r-03{
  0% {
      transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 5px);
  }
}
.r-04 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 20%;
	 animation: fadeIn ease 2s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.r-04 img {
	height: auto;
	width: 100%;
}

.box-r-05 {
	float: left;
	height: auto;
	width: 20%;
}
.r-05 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-05 ease 2s infinite;
}
@keyframes r-05{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-05 img {
	height: auto;
	width: 100%;
}

.box-r-06 {
	float: left;
	height: auto;
	width: 50%;
	margin-right: 5%;
	margin-left: 5%;
}
.r-06 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
	animation: r-06 ease 2s infinite;
}
@keyframes r-06{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-06 img {
	height: auto;
	width: 100%;
}
.box-r-07 {
	float: left;
	height: auto;
	width: 20%;
}
.r-07 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-07 ease 2s infinite;
}
@keyframes r-07{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-07 img {
	height: auto;
	width: 100%;
}
}
