/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* @import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

html, body{
	font-family: "Oswald", serif !important;
}

.single-content h1.elementor-heading-title, .single-content h2.elementor-heading-title, .single-content h3.elementor-heading-title, .single-content h4.elementor-heading-title, .single-content h5.elementor-heading-title, .single-content h6.elementor-heading-title {
    margin-bottom: 0 !important;
}

a.gt_switcher-popup{
	color:#000 !important;
}

.gt_white_content a{
	color:#fff !important;
}

a.glink span {
    font-size: 17px !important;
}



.wpcf7-form-control{
	width:100%;
}

.gt_white_content{
	background:#000 !important;
}

.gt_white_content a{
	border:none !important;
}

.table-striped tbody tr:nth-child(odd) {
    background: #f2f2f2; /* Light gray for odd rows */
}

.table-striped tbody tr:nth-child(even) {
    background: #ffffff; /* White for even rows */
}

.table-striped td{
	padding:20px;
}

.site-header-upper-wrap .site-header-row-container-inner:after {
    background: url(/wp-content/uploads/2025/01/header-bg-1.jpg);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 952px;
    z-index: 0;
    animation: moveBackgroundVertical 6s ease-in-out infinite;
}

@keyframes moveBackgroundVertical {
    0% {
        background-position-y: 0; /* เริ่มต้นที่ตำแหน่งบนสุด */
    }
    50% {
        background-position-y: -15px; /* เลื่อนลง 100px */
    }
    100% {
        background-position-y: 0; /* กลับไปตำแหน่งบนสุด */
    }
}

.site-header-upper-wrap .site-header-row-container-inner{
	position: relative;
}

.site-header-upper-wrap .site-header-row-container-inner .site-container{
	position: relative;
	z-index: 1;
}

#carousel-unique-motor-x123 {
  position: relative;
  width: 100%;
}

.carousel-custom-motor {
  display: flex;
  flex-direction: column;
}

.carousel-main-motor-slide .carousel-item-motor {
  display: none;
  transition: all 0.5s ease;
}

.carousel-main-motor-slide .carousel-item-motor img {
  width: 100%;
  height: auto;
}

.carousel-thumbnails-motor {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.thumbnail-motor-x123 {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 5px;
  transition: transform 0.3s ease;
}

.thumbnail-motor-x123.active {
  border-color: #000;
  transform: scale(1.2);
}

#radiomotor .jet-radio-list__decorator {
    display: none !important;
}


