@charset "utf-8";
  
@font-face {
    font-family: 'PromptLight';
     src: url('./fonts/Prompt-Light.woff2') format('woff2'),
       url('./fonts/Prompt-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
    unicode-range: U+0E00-0E7F, U+0020-007F; 
}

 
@font-face {
  font-family: 'Prompt';
  src: local('Prompt Regular'),
       url('./fonts/Prompt-Regular.woff2') format('woff2'),
       url('./fonts/Prompt-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0E00-0E7F, U+0020-007F;
}


 div#loadPage, div#loadPage_content {
   position: fixed;
   margin: auto;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   color: #000;
   background-color: #FFF;
   z-index: 500000000;
   text-align: center;
   opacity: .7;
   padding-top: 200px;
   vertical-align: middle;
   filter: alpha(opacity=70);
   display: none
 }
 /* ====== preload ========== */
 img {
   max-width: 100%;
 }
 html {
   width: 100%;
 }
 
 :root {
  --color-primary: #6C63FF;
  --color-accent: #00E5FF;
  --color-bg: #0E0E12;
  --color-surface: #1A1A22;
  --color-text: #FFFFFF;
  --color-text-muted: #B0B3C3;
  --color-border: #2C2C36;
}

/* Example usage */
body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: "Prompt", sans-serif;
}


.background {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: hidden;
  z-index: -1;
}

.particles {
  position: absolute;
  width: 100%; height: 100%;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: moveParticles 30s linear infinite;
}

@keyframes moveParticles {
  0% { background-position: 0 0; }
  100% { background-position: 1000px 1000px; }
}

.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 1.5rem;
  transition: 0.3s ease;
}

.card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 0 20px rgba(108, 99, 255, 0.2);
}

a {
  color: var(--color-accent);
  text-decoration: none;
}

a:hover {
  color: var(--color-primary);
}
  
 .stop-scrolling {
   /*overflow: hidden;*/
 }


 .btn{
  display: inline-block; vertical-align: top; margin-top: 40px;
  background-color:  var(--color-primary);  color: var(--color-text);
 }

  .btn:hover{
  display: inline-block; vertical-align: top; margin-top: 40px;
  background-color:  var(--color-accent) ;   
 }

 h1 {
   margin: 0; font-family: 'Prompt';
   padding: 0;  
   font-size: 36px;
   line-height: 120%;
   font-weight: normal;
   letter-spacing: 0px;
 }
 h2 {
   margin: 0; font-family: 'Prompt';
   padding: 0;   color: var(--color-text-muted);
   font-size: 20px;
   line-height: 100%;
   font-weight: normal;
   letter-spacing: 1px;
 }
 h3 {
   margin: 0; font-family: 'Prompt';
   padding: 0;
   font-size: 24px;
   line-height: 100%;
   font-weight: normal;
   letter-spacing: 1px;
 }

 

 a, a:hover, a:link {
   text-decoration: none;
 }
 .bull {
   font-family: "sans-serif";
   width: 20px;
 }

 

input:focus::-webkit-input-placeholder {
    color: transparent;
}

 
 table {
   font-family: "Prompt", sans-serif;
   font-size: 18px;
   line-height: 140%;
 }
 table td {
   padding: 2px 0;
   border: 0 !important;
 }
 table tr {
   border: 0 !important;
 }
 ul, li {}
 .header ul, .header li , .footer ul, .footer li {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 
 .clear {
   clear: both;
 }
 
 .top5 {
   margin-top: 5px; 
 }
 .top10 {
   margin-top: 10px;
 }
 .top20 {
   margin-top: 20px;
 }
 
 .top40 {
   margin-top: 40px;
 }
 
 


 .webshow {}
 .mobileshow {
   display: none;
 }
 
 #load_popup img {
   /*	width: 100%;*/
 }
 area:focus {
   outline: 0;
 }

 
 .area_content {
   width: 94%;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   max-width: 1100px;
   border: 0px #000 solid;
   text-align: left;  
 }
 .padding_page {
   padding: 60px 0;
 } 

.popup{
    width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  bottom: 0;
  position: fixed;
  background: var(--color-surface); color: var(--color-text);
  padding: 20px 0 0px 0;
  overflow: scroll;
  text-align: center;
  display: none;
}
 
.fixed{
    position: fixed !important; width: 100%; z-index: 999;
}

 

.bg_head{
  background: linear-gradient(90deg, #6C63FF, #00E5FF);

   color: var(--color-text);
    /* background: #A47764;*/
}



.bg_head a{
   color: #fff6f0;  
}

.bg_head:hover{
   color: #cccccc;
}
 
 
 

.header{
   box-shadow: -2px 6px 14px -6px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 6px 14px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 6px 14px -6px rgba(0,0,0,0.75);
    height: 100px;
}

.menu-header{
     padding: 10px 0; text-align: center;
}

.menu-header li{
	display: inline-block; vertical-align: text-top;
	margin: 10px 25px;  font-size: 18px; line-height: 100%;
	 cursor: pointer;  transition:0.6s cubic-bezier(0.01, 1.69,    0.99, 0.94); 
} 
 
.menu-header li:hover{
	color: var(--color-surface); letter-spacing: 2px;
} 
  


.social-fixed {
  position: fixed;  
  top: 30%; z-index: 10; width: auto;
  right: 0; color: #fff6f0;
}

.social-fixed ul {
  padding: 0px;  
  transform: translate(120px, 0);  
}

.social-fixed ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 170px; 
  text-align: left; 
  padding: 10px;
  border-radius: 30px 0 0 30px;  
  transition: all 1s;
}

.social-fixed ul li:hover {
  transform: translate(-100px, 0);  
  background: rgba(255, 255, 255, 1);
}

.social-fixed ul li:hover a {
  color: #6c63ff;
}

.social-fixed ul li:hover img {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  transform: rotate(360deg);
  transition: all 1s;
}

.social-fixed ul li img {
  margin-right: 10px; 
  color: #fff6f0; text-align: center;
  background: #fff;
  padding: 6px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  transform: rotate(0deg);
}

.banner{
  padding: 100px 0; text-align: center;
  width: 94%; border-bottom: 1px var(--color-border) solid;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   max-width: 1150px;
}

.masked-text {
    font-size: 46px; line-height: 140%;
    font-weight: bold;
    color: transparent;
    background-image: url('https://images.unsplash.com/photo-1732535725600-f805d8b33c9c?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); 
    background-size: 200%; /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}


/* Cursor */
.cursor{
    position: relative;
    display: block;
    margin: 80px auto 0;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}
/* Animation */
.typewriter-animation {
  animation: 
    typewriter 5s steps(50) 1s 1 normal both, 
    blinkingCursor 500ms steps(50) infinite normal;
}
@keyframes typewriter {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes blinkingCursor{
  from { border-right-color: rgba(255,255,255,.75); }
  to { border-right-color: transparent; }
}





@keyframes animate-background {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.about{
  margin-top: 100px;
}

.about-port{
   border: 1px var(--color-border) solid; border-radius: 10px;
   padding: 40px; margin: 0 20px;
}

.about-port li{
  padding-top: 5px;;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .slider-track {
    display: flex;
    transition: transform 0.6s ease;
    transform: translateX(12.5%); /* เริ่มต้นเห็นครึ่งรูป */
  }
   
  .slide {
    flex: 0 0 25%; /* แสดง 4 รูปต่อจอ */
    min-width: 25%;
    position: relative;
    padding: 0 0.5rem; height: 280px; overflow: hidden; 
  }

  .slide img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* ปรับจุดโฟกัส ถ้าต้องการ */
  display: block;
    border-radius: 12px; 
  }


 
 

  /* เงาซ้ายขวา */
  .slider-container::before,
  .slider-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 12.5%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
  .slider-container::before {
    left: 0;
    background: linear-gradient(to right, #111 40%, transparent);
  }
  .slider-container::after {
    right: 0;
    background: linear-gradient(to left, #111 40%, transparent);
  }

  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.25);
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 3;
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }

  .nav-btn:hover { background: rgba(255,255,255,0.6); }
  .prev { left: 10px; }
  .next { right: 10px; }

.footer{
  padding: 20px; margin-top: 80px; text-align: center;
   border-top: 1px var(--color-border) solid;
}

.email{
  background: url(../../img/tp/email.png) center left no-repeat;
  background-size: 25px; padding: 0 0 0 30px;  
}

.phone{
  background: url(../../img/tp/phone.png) center left no-repeat;
  background-size: 25px;  padding: 0 0 0 30px;  
}

.line{
  background: url(../../img/tp/line.png) center left no-repeat;
  background-size: 25px;  padding: 0 0 0 30px;  
}

.fb{
  background: url(../../img/tp/fb.png) center left no-repeat;
  background-size: 25px;  padding: 0 0 0 30px;  
}



 @media screen and (max-width: 1400px) {}
 @media screen and (max-width: 1300px) {}
 @media screen and (max-width: 70em) {
  
     
}

 @media screen and (max-width: 50em) {
  body ,html{
    width: 100%; position: relative; overflow-x: hidden;
  }
     .logo{
          
     }
   .logo img{
	 height:70px;
} 	
	
.area_content{
	width:90%;  margin-left: auto; margin-right: auto;
}
	 	
.webshow{
		display: none;
	}

	.mobileshow{
		display: block;
	}
	
	
 .head-memeber2{
         display: block; position: absolute; right: 0;
      margin: 20px 70px 0 0;
     }
     
     .head-memeber2 li{
         display: inline-block; vertical-align: top;
     }
     	
     .head-lang{
        min-width: 20px; text-align: left;
      padding: 0px 0px; border-radius: 0px;
}
     
    
     
     .head-memeber2 img{
         width: 25px; margin-top: 5px;
     }
     
     .head-lang select{
         border: 0; margin: 0;
     }
     
/* Icon 1 */

#nav-icon1 {
  width: 35px;
  height: 25px;
  position: absolute; right: 0;
  margin: 20px 20px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

    .bg_header .container{
        min-width: 100%; padding: 0; margin: 0;
    }
    
    .col-md-2,.col-md-10 ,.col-md-6{
        min-width: 100%;   
        
    }
	 
    
	 
 
     
     
}

 @media screen and (max-width: 40em) {
      
 
 h1 {
   font-size: 36px;
   line-height: 120%;
 }
 h2 {
   font-size: 30px;
   line-height: 100%;
 }
 h3 {
   font-size: 24px;
   line-height: 100%;
 } 
     
}

/* 📱 Responsive */
  @media (max-width: 1024px) {
    .slide {
      flex: 0 0 50%;
      min-width: 50%; /* Tablet แสดง 2 รูป */
    }
    .slider-container::before,
    .slider-container::after {
      width: 25%; /* เงาปรับตามสัดส่วน */
    }
  }

  @media (max-width: 600px) {
    .slide {
      flex: 0 0 100%;
      min-width: 100%; /* Mobile แสดง 1 รูป */
      padding: 0 0.25rem;
    }
    .slide img {
      height: 220px;
    }
    .slider-container::before,
    .slider-container::after {
      display: none; /* มือถือไม่ต้องใช้เงา */
    }
  }