/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


@font-face {
  font-family: 'Kanit';
 src: url('fonts/Kanit-Regular.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Kanit', sans-serif;
}

* {
  font-family: 'Kanit', sans-serif;
}

.eael-advance-tabs .eael-tabs-nav>ul li{
     flex: unset !important;
}

.eael-tabs-nav ul{
    justify-content: center !important;
}

.eael-advance-tabs .eael-tabs-nav > ul li:first-child {
  border-left: unset !important;
}

/* body:not(.rtl) .elementor-2029 .elementor-element.elementor-element-723b1e5 .elementor-pagination .page-numbers:not(:last-child){
  margin:0 !important;
} */

body span.page-numbers.current,
body span.page-numbers.dots{
  font-size: 17px !important;
}

.page-numbers{
    padding: 1px 10px !important;
    background: #9D9D9D;
    border-radius: 50%;
}

.page-numbers.current{
    
    background: #161C7A;
 
}

.wp-caption{
    display: flex;
	flex-direction: column-reverse;
}

figcaption.widget-image-caption.wp-caption-text,
.elementor-image-carousel-caption{
	font-style: normal !important;
	line-height:16px !important;
}


/* ✅ Desktop: 1400px ขึ้นไป */
@media (min-width: 1400px) {
 
}

/* ✅ Tablet Landscape & Desktop กลาง: 1025px - 1399px */
@media (min-width: 1025px) and (max-width: 1399px) {
  
}

/* ✅ Tablet Portrait: 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/* ✅ Mobile: ต่ำกว่า 767px */
@media (max-width: 767px) {
 
}


span.lakit-breadcrumbs__item-target {
    color: #ffffff;
}



.elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* ระยะห่างระหว่างปุ่ม */
}

.elementor-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* ทำให้เป็นวงกลม */
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #9D9D9D;
  background-color: transparent;
  border: 2px solid #9D9D9D;
  transition: all 0.25s ease;
}

/* Hover */
.elementor-pagination .page-numbers:hover {
  background-color: #9D9D9D;
  color: #fff;
}

/* Active (หน้าปัจจุบัน) */
.elementor-pagination .page-numbers.current {
  background-color: #161C7A;
  color: #fff;
  border-color: #161C7A;
  font-weight: 600;
}

/* ปุ่ม ... (dots) */
.elementor-pagination .page-numbers.dots {
  pointer-events: none;
  border: none;
  background: transparent;
  color: #9D9D9D;
  width: 40px;
  height: 40px;
}

.eael-advance-tabs .eael-tabs-nav > ul li:hover {
	background-color: #ffffff !important;
}


.swiper-3d .swiper-button-prev,
.swiper-3d .swiper-button-next{
	color:#ffffff;
}