/* 
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
*/

/*========== FONT SETTING ========*/
  
  @font-face {
    font-family: 'Trirong';
    src: url('../../uploads/2025/04/Trirong-Light.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Trirong';
    src: url('../../uploads/2025/04/Trirong-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Trirong';
    src: url('../../uploads/2025/04/Trirong-Medium.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Trirong';
    src: url('../../uploads/2025/04/Trirong-SemiBold.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Trirong';
    src: url('../../uploads/2025/04/Trirong-Bold.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Trirong';
    src: url('../../uploads/2025/04/Trirong-ExtraBold.woff2') format('woff2');
    font-style: normal;
    font-weight: 800;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Trirong';
    src: url('../../uploads/2025/04/Trirong-Black.woff2') format('woff2');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
  }

body, h1, h2, h3, h4, h5, h6, p, div, span {
    font-family: "Trirong", sans-serif !important;
}

html {font-size:16px;}

h1 {font-size: clamp(2rem, 1.769rem + 1.026vw, 3rem);}             /*32px-48px*/
h2 {font-size: clamp(1.5rem, 1.298rem + 0.897vw, 2.375rem);}       /*24px-38px*/
h3 {font-size: clamp(1.375rem, 1.260rem + 0.513vw, 1.875rem);}     /*22px-30px*/
h4 {font-size: clamp(1.25rem, 1.178rem + 0.321vw, 1.5625rem);}     /*20px-25px*/
h5 {font-size: clamp(1.125rem, 1.082rem + 0.192vw, 1.3125rem);}    /*18px-21px*/
h6 {font-size: clamp(1rem, 0.957rem + 0.192vw, 1.188rem);}         /*16px-19px*/
body {font-size: clamp(1rem, 0.985rem + 0.064vw, 1.125rem);}       /* 16px-18px */


h1, h2, h3 {line-height: 1.5; margin-block-start: 0rem;}
h4, h5, h6 {line-height: 1.6; margin-block-start: 0rem;}

@media (min-width: 2400px) {
   
    html {font-size: 20px;}

    h1 { font-size: clamp(2.4rem, 1.85rem + 1.1vw, 4.25rem); }      /* 48px-85px */
    h2 { font-size: clamp(1.9rem, 1.55rem + 0.88vw, 3.4rem); }      /* 38px-68px */
    h3 { font-size: clamp(1.6rem, 1.35rem + 0.63vw, 2.7rem); }      /* 32px-54px */
    h4 { font-size: clamp(1.35rem, 1.18rem + 0.43vw, 2.2rem); }     /* 27px-44px */
    h5 { font-size: clamp(1.15rem, 1.03rem + 0.3vw, 1.8rem); }      /* 23px-36px */
    h6 { font-size: clamp(1rem, 0.92rem + 0.2vw, 1.5rem); }         /* 20px-30px */
    body { font-size: clamp(1.1rem, 1rem + 0.25vw, 1.4rem); }       /* 22px-28px */
    p { font-size: clamp(1.1rem, 1rem + 0.25vw, 1.4rem); }          /* 22px-28px */

    body {line-height: 1.6;}
    h1, h2, h3 {line-height: 1.3!important;}
    h4, h5, h6 {line-height: 1.4!important;}

    /* FOR ELEMENTOR CLASS */

    .elementor-post__title a {
        font-size: clamp(1.15rem, 1.0rem + 0.3vw, 1.5rem)!important; 
    }
    .elementor-post__excerpt p {
        font-size: clamp(1rem, 1rem + 0.15vw, 1.3rem)!important; 
    }
    .elementor-post__meta-data {
        font-size: clamp(1rem, 0.96473rem + 0.14851vw, 1.1875rem)!important; 
    }
    a.elementor-post__read-more {
        font-size: clamp(1rem, 0.86473rem + 0.04851vw, 1.0875rem)!important; 
    }
}

@media (max-width: 1024px) {
  html {font-size: 15px;}
}


/*=========== GLOBAL SETTINGS ==========*/

:root {

    --ehw-primary-color: #C49A6C;
    --ehw-secondary-color: #231F20;
    --ehw-third-color: #D7B06F;
    --ehw-white-color: #ffffff;
    --ehw-black-color: #000000;

    --ehw-spacing-micro: clamp(0.0625rem, 0.05rem + 0.03125vw, 0.125rem); /* 1px - 2px */      
    --ehw-spacing-xxxs: clamp(0.125rem, 0.1rem + 0.0625vw, 0.25rem);   /* 2px - 4px */
    --ehw-spacing-xxs: clamp(0.25rem, 0.2rem + 0.125vw, 0.5rem);      /* 4px - 8px */
    --ehw-spacing-xs: clamp(0.5rem, 0.4rem + 0.25vw, 1rem);           /* 8px - 16px */
    --ehw-spacing-sm: clamp(0.75rem, 0.6rem + 0.375vw, 1.5rem);       /* 12px - 24px */
    --ehw-spacing-md: clamp(1rem, 0.8rem + 0.5vw, 2rem);              /* 16px - 32px */
    --ehw-spacing-lg: clamp(1.5rem, 1.2rem + 0.75vw, 3rem);           /* 24px - 48px */
    --ehw-spacing-xl: clamp(2rem, 1.6rem + 1vw, 4rem);                /* 32px - 64px */
    --ehw-spacing-xxl: clamp(3rem, 2.4rem + 1.5vw, 6rem);             /* 48px - 96px */
    --ehw-spacing-3xl: clamp(4rem, 3.2rem + 2vw, 8rem);               /* 64px - 128px */
    --ehw-spacing-4xl: clamp(6rem, 4.8rem + 3vw, 12rem);              /* 96px - 192px */

    --ehw-rounded-none: 0px;          /* 0 */
    --ehw-rounded-sm: 0.125rem;       /* 2px */
    --ehw-rounded: 0.25rem;           /* 4px */
    --ehw-rounded-md: 0.375rem;       /* 6px */
    --ehw-rounded-lg: 0.5rem;         /* 8px */
    --ehw-rounded-xl: 0.75rem;        /* 12px */
    --ehw-rounded-2xl: 1rem;          /* 16px */
    --ehw-rounded-3xl: 1.5rem;        /* 24px */
    --ehw-rounded-4xl: 2rem;          /* 32px */
    --ehw-rounded-full: 9999px;       /* full */  
    
    /* Hero Sections */
    --ehw-section-hero-height: 100vh; 
 
    /* Offset Padding for Overlay Headers */
    --ehw-section-offset-header: 80px; 

    /* Width For Narrow Sections*/
    --ehw-section-narrow: 62.5rem; /* 1000px */
    --ehw-section-narrow-xs: 45rem; /* 720px */
  }

/* =========== CONTAINER =========== */

.ehw-section-micro {
    padding-top: var(--ehw-spacing-micro);    /* 1px - 2px */
    padding-bottom: var(--ehw-spacing-micro);
    padding-left: var(--ehw-spacing-micro);   
    padding-right: var(--ehw-spacing-micro);
}
  
.ehw-section-xxxs {
    padding-top: var(--ehw-spacing-xxxs);     /* 2px - 4px */
    padding-bottom: var(--ehw-spacing-xxxs);
    padding-left: var(--ehw-spacing-xxxs);   /* 2px - 4px */
    padding-right: var(--ehw-spacing-xxxs);
}

.ehw-section-xxs {
    padding-top: var(--ehw-spacing-xxs);      /* 4px - 8px */
    padding-bottom: var(--ehw-spacing-xxs);
    padding-left: var(--ehw-spacing-xxs);    /* 4px - 8px */
    padding-right: var(--ehw-spacing-xxs);
}

.ehw-section-xs {
    padding-top: var(--ehw-spacing-xs);       /* 8px - 16px */
    padding-bottom: var(--ehw-spacing-xs);
    padding-left: var(--ehw-spacing-xs);      /* 8px - 16px */
    padding-right: var(--ehw-spacing-xs);
}
  
.ehw-section-sm {
    padding-top: var(--ehw-spacing-sm);       /* 12px - 24px */
    padding-bottom: var(--ehw-spacing-sm);
    padding-left: var(--ehw-spacing-sm);     /* 12px - 24px */
    padding-right: var(--ehw-spacing-sm);
}

.ehw-section-md {
    padding-top: var(--ehw-spacing-md);       /* 16px - 32px */
    padding-bottom: var(--ehw-spacing-md);
    padding-left: var(--ehw-spacing-md);      /* 16px - 32px */
    padding-right: var(--ehw-spacing-md);
}

.ehw-section-lg {
    padding-top: var(--ehw-spacing-lg);       /* 24px - 48px */
    padding-bottom: var(--ehw-spacing-lg);
    padding-left: var(--ehw-spacing-lg);      /* 24px - 48px */
    padding-right: var(--ehw-spacing-lg);
}

.ehw-section-xl {
    padding-top: var(--ehw-spacing-xl);       /* 32px - 64px */
    padding-bottom: var(--ehw-spacing-xl);
    padding-left: var(--ehw-spacing-xl);      /* 32px - 64px */
    padding-right: var(--ehw-spacing-xl);
}

.ehw-section-xxl {
    padding-top: var(--ehw-spacing-xxl);      /* 48px - 96px */
    padding-bottom: var(--ehw-spacing-xxl);
    padding-left: var(--ehw-spacing-xxl);     /* 48px - 96px */
    padding-right: var(--ehw-spacing-xxl);
}

.ehw-section-3xl {
    padding-top: var(--ehw-spacing-3xl);      /* 64px - 128px */
    padding-bottom: var(--ehw-spacing-3xl);
    padding-left: var(--ehw-spacing-3xl);     /* 64px - 128px */
    padding-right: var(--ehw-spacing-3xl);
}

.ehw-section-4xl {
    padding-top: var(--ehw-spacing-4xl);      /* 96px - 192px */
    padding-bottom: var(--ehw-spacing-4xl);
    padding-left: var(--ehw-spacing-4xl);     /* 96px - 192px */
    padding-right: var(--ehw-spacing-4xl);
}

@media (max-width: 768px) { 
  
    .ehw-section-md {
        padding-left: var(--ehw-spacing-sm);      /* 12px - 24px */
        padding-right: var(--ehw-spacing-sm);
    }

    .ehw-section-lg {
        padding-left: var(--ehw-spacing-md);      /* 16px - 32px */
        padding-right: var(--ehw-spacing-md);
    }

    .ehw-section-xl {
        padding-left: var(--ehw-spacing-lg);      /* 24px - 48px */
        padding-right: var(--ehw-spacing-lg);
    }

    .ehw-section-xxl {
        padding-left: var(--ehw-spacing-lg);      /* 24px - 48px */
        padding-right: var(--ehw-spacing-lg);
    }

    .ehw-section-3xl {
        padding-left: var(--ehw-spacing-lg);      /* 24px - 48px */
        padding-right: var(--ehw-spacing-lg);
    }

    .ehw-section-4xl {
        padding-left: var(--ehw-spacing-lg);      /* 24px - 48px */
        padding-right: var(--ehw-spacing-lg);
    }
}


/* Hero Container */
.ehw-section-hero {
    min-height: var(--ehw-section-hero-height)!important;
}

.ehw-section-hero .e-con-inner {
    justify-content: center!important;
}
  
/* Full Width Sections - No Side Padding */

.ehw-section-full div {
    max-width: 100%!important;
}

/* Narrow Sections */
.ehw-section-narrow .e-con-inner {
    max-width: var(--ehw-section-narrow)!important;
}

.ehw-section-narrow-xs .e-con-inner {
    max-width: var(--ehw-section-narrow-xs)!important;
}


/* =========== GENERAL =========== */

html,body {
	max-width:100%;
	overflow-x:hidden;
}
.e-gallery-container {
	overflow-x: hidden!important;
	overflow: hidden!important;
}

.comments-area a, .page-content a {
    text-decoration: none!important;
}
.elementor-widget-image a {
  width: 100%;
}
.elementor-slideshow__title {
    display: none;
}
.elementor-heading-title {
    line-height: 1.2em!important;
}
/* disable lightbox*/
@media screen and (max-width: 767px)  {
   
    a.e-gallery-item, a.elementor-gallery-item, a.pg-open-lightbox {
    pointer-events: none !important;
    }
}
a:focus-visible {
    outline: -webkit-focus-ring-color auto 0px!important;
}

.cus-inline .elementor-widget-container p {
    display: inline;
    margin: 0;
}
.cus-readmore .elementor-post__read-more-wrapper a {
    display: block; 
    text-align: right; 
}
.cus-readmore .elementor-post__read-more-wrapper a:hover {
    color: var(--ehw-primary-color)!important;
}

/* =========== BUTTON =========== */

.cus-button .elementor-button {
    padding-top: var(--ehw-spacing-sm);       /* 12px - 24px */
    padding-bottom: var(--ehw-spacing-sm);
    padding-left: var(--ehw-spacing-sm);      /* 12px - 24px */
    padding-right: var(--ehw-spacing-sm);
}

.cus-button2 .elementor-button {
    padding-top: var(--ehw-spacing-sm);      /* 12px - 24px */
    padding-bottom: var(--ehw-spacing-sm);
    padding-left: var(--ehw-spacing-lg);     /* 16px - 32px */
    padding-right: var(--ehw-spacing-lg);
}

.cus-button3 .elementor-button {
    padding-top: var(--ehw-spacing-sm);      /* 12px - 24px */
    padding-bottom: var(--ehw-spacing-sm);
    padding-left: var(--ehw-spacing-xl);     /* 32px - 64px */
    padding-right: var(--ehw-spacing-xl);
}

@media screen and (max-width: 1024px)  {
   
    .cus-button .elementor-button {
        padding-top: var(--ehw-spacing-xs);       /* 8px - 16px */
        padding-bottom: var(--ehw-spacing-xs);
        padding-left: var(--ehw-spacing-xs);      /* 8px - 16px */
        padding-right: var(--ehw-spacing-xs);
    }
}
@media screen and (max-width: 767px)  {
   
    .cus-button .elementor-button {
        padding-top: var(--ehw-spacing-xs);       /* 8px - 16px */
        padding-bottom: var(--ehw-spacing-xs);
        padding-left: var(--ehw-spacing-xs);      /* 8px - 16px */
        padding-right: var(--ehw-spacing-xs);
    }
}

/*FIX 1822px et Container Problem*/

@media screen and (min-width: 1822px)  {
    .e-con {
    --container-max-width: 1600px!important;
    }
}


/* Disable lightbox*/

@media screen and (max-width: 767px)  {
   
    a.e-gallery-item, a.elementor-gallery-item, a.pg-open-lightbox {
        pointer-events: none !important;
    }
}
a:focus-visible {
    outline: -webkit-focus-ring-color auto 0px!important;
}
br.mbreak {}

@media screen and (min-width: 2400px)  {
   /* br.mbreak {display:none!important;}*/
}
@media screen and (max-width: 1024px)  {
    br.mbreak {display:none!important;}
}


/* =========== NAV ===========*/

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    /*transition: max-height 0.8s, transform .0s!important;*/
    transform: scaleY(1.0)!important;
    transform-origin: top;
    overflow-y: auto;
    overflow-x: hidden;
}

.cus-wp-menu .elementor-nav-menu .elementor-item {
    border-bottom:1px solid #DEC3A4;
}
.cus-wp-menu  ul li a {
    margin-top: 0px!important;
}

.cus-hamburger-menu svg g#hamburger * {
    transition: all 0.4s ease-in-out;
}

.cus-hamburger-menu svg #lines-container {
    transform: translateX(0);
    opacity: 1;
    transform-origin: center center;
}

.cus-hamburger-menu svg #new-lines-container {
    transform: translateX(-100px);
    opacity: 0;
    transform-origin: center center;
}

.cus-hamburger-menu:hover svg #lines-container {
    transform: translateX(100px) !important;
    opacity: 0 !important;
}

.cus-hamburger-menu:hover svg #new-lines-container {
    transform: translateX(0) !important;
    opacity: 1 !important;
}


.cus-hamburger-menu svg #top {
    transition-delay: 0s;
}

.cus-hamburger-menu svg #middle {
    transition-delay: 0.05s;
}

.cus-hamburger-menu svg #bottom {
    transition-delay: 0.1s;
}

.cus-hamburger-menu:hover svg #new-top {
    transition-delay: 0.1s;
}

.cus-hamburger-menu:hover svg #new-middle {
    transition-delay: 0.15s;
}

.cus-hamburger-menu:hover svg #new-bottom {
    transition-delay: 0.2s;
}

.cus-hamburger-menu:hover svg #top {
    transform: translateX(10px) translateY(-5px);
}

.cus-hamburger-menu:hover svg #bottom {
    transform: translateX(10px) translateY(5px);
}

.cus-hamburger-menu svg circle {
    transition: none;
}

/* =========== SHRINKER NAV ===========*/

.shrinker {
	background: transparent;
    height: 90px;
    transition: height .2s linear!important;
    -webkit-transition: height .2s linear!important;
    -moz-transition: height .2s linear!important;
}

.shrinker.elementor-sticky--effects {
	background: #070707be;
    height: 110px!important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
	transition: height .2s linear!important;
    -webkit-transition: height .2s linear!important;
    -moz-transition: height .2s linear!important;
}
/* shrinking menu */

.shrinker.elementor-sticky--effects ul li a {
	font-size: !important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
    margin-top:-15px;
}
/* shrinking logo image */

.shrinking-logo img {
	width: 130px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects img {
	width: 80px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
    margin-top:6px;
}

.shrinker.elementor-sticky--effects  img.wpml-ls-flag {
	width: 20px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
    margin-top:6px;
}

.shrinker.elementor-sticky--effects .wpml-ls-legacy-list-horizontal a span {
    font-size: 1rem!important;
}
/* shrinking button */
/*
.shrinker.elementor-sticky--effects .elementor-button {
	padding: 10px 32px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
    */

/* Shrinking  social-icons-wrapper*/

.shrinker.elementor-sticky--effects .elementor-icon.elementor-social-icon svg {
    font-size: 25px!important;
    height: calc(var(--icon-size, 2px) + 0.1 * var(--icon-padding, .01em));
    line-height: var(--icon-size, 2px);
    width: calc(var(--icon-size, 2px) + 0.1 * var(--icon-padding, .01em));
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

@media screen and (max-width: 1366px) {

    .shrinking-logo img {
        width: 110px!important;
    }
}

@media screen and (max-width: 1024px) {
	/* shrinking background */
	
    .shrinker.elementor-sticky--effects {
        height: 110px!important;
        background: #07070779;
        padding-top: 2px!important;
        padding-bottom: 2px!important;
    }
        
    .shrinker.elementor-sticky--effects img {
        width: 80px!important;
    }
        
    /* shrinking menu */
    .shrinker.elementor-sticky--effects ul li a {
        font-size: 1.2rem!important;
    }
    /*
    .shrinker.elementor-sticky--effects .elementor-button {
        padding-top: var(--ehw-spacing-sm)!important;       /* 12px - 24px */ /*
        padding-bottom: var(--ehw-spacing-sm)!important;
        padding-left: var(--ehw-spacing-sm)!important;     
        padding-right: var(--ehw-spacing-sm)!important;
    }
    */
}


@media screen and (max-width: 768px) {
	
    .shrinking-logo img {
        width: 80px!important;
    }

    .shrinker.elementor-sticky--effects img {
        width: 70px!important;
    }

    .shrinker.elementor-sticky--effects .elementor-button {
        
    }
}

/* HIDE ABNORMAL TOGGLE ICONS */
/*
@media screen and (max-width: 1025px)  {
    .elementor-34 .elementor-element.elementor-element-62ec4e0 .elementor-menu-toggle,
    .elementor-34 .elementor-element.elementor-element-11ecd0f .elementor-menu-toggle {
        display: none!important;
    }
}
@media screen and (max-width: 1024px)  {
    
    .elementor-34 .elementor-element.elementor-element-11ecd0f .elementor-menu-toggle {
        display: flex!important;
    }
}
    */

/* ============ BANNER MAIN ============ */

.banner-main {}


@media screen and (max-width: 768px) and (orientation: landscape) {

    .banner-main {
        margin-top:-120px;
        min-height: 590px!important;
    }
}

.elementor-ken-burns--active {
	transition-duration:0.01s!important;
}
@media screen and (max-width: 1024px)  {
    .bg-top03-1 {display: none!important;}
}


/*01*/
.elementor-repeater-item-2556c63 div.swiper-slide-inner {

}
.elementor-repeater-item-2556c63  div.swiper-slide-contents {
	
}
.elementor-repeater-item-2556c63 div.elementor-slide-heading {
 
}
.elementor-repeater-item-2556c63  div.elementor-slide-button {
	
}

@media screen and (max-width: 1280px)  {
	.elementor-repeater-item-2556c63  div.swiper-slide-contents {
	
	}
}
@media screen and (max-width: 1024px)  {
	
	/*.elementor-repeater-item-2556c63 .swiper-slide-inner   {
	background-color: rgba(0,0,0,0.3)!important;
	}*/
	.elementor-repeater-item-2556c63  div.swiper-slide-contents {
	margin-left:auto; margin-right: auto; text-align: center;
	}	
}
@media screen and (max-width: 767px)  {
	.elementor-repeater-item-2556c63  div.swiper-slide-contents {
	margin-left:auto; margin-right: auto; text-align: center;
	}
    div.elementor-repeater-item-2556c63 .swiper-slide-bg {
        background-position: center!important;
        background-image: url("")!important;
        background-position-x: ;
        } 
}

/*02*/

.elementor-repeater-item-6f431bc div.swiper-slide-inner {

}
.elementor-repeater-item-6f431bc  div.swiper-slide-contents {
	margin-left:100px;
}
.elementor-repeater-item-6f431bc  div.elementor-slide-button {
	padding-left: 40px; padding-right: 40px;
}

@media screen and (max-width: 1280px)  {
	.elementor-repeater-item-6f431bc  div.swiper-slide-contents {
	
	}
}
@media screen and (max-width: 1024px)  {
	
	/*.elementor-repeater-item-6f431bc .swiper-slide-inner   {
	background-color: rgba(0,0,0,0.3)!important;
	}*/
	.elementor-repeater-item-6f431bc  div.swiper-slide-contents {
	margin-left:auto; margin-right: auto; text-align: center;
	}
	
}
@media screen and (max-width: 767px)  {
	.elementor-repeater-item-6f431bc  div.swiper-slide-contents {
	margin-left:auto; margin-right: auto; text-align: center;
	}
    div.elementor-repeater-item-6f431bc .swiper-slide-bg {
        background-position: center!important;
        background-image: url("")!important;
        background-position-x: ;
        }
}

/*03*/

.elementor-repeater-item-183b856 div.swiper-slide-inner {

}
.elementor-repeater-item-183b856  div.swiper-slide-contents {
	margin-left:100px;
}
.elementor-repeater-item-183b856  div.elementor-slide-button {
	padding-left: 40px; padding-right: 40px;
}

@media screen and (max-width: 1280px)  {
	.elementor-repeater-item-183b856  div.swiper-slide-contents {
	margin-left:60px;
	}
}
@media screen and (max-width: 1024px)  {
	
	.elementor-repeater-item-183b856 .swiper-slide-inner   {
	background-color: rgba(0,0,0,0.3)!important;
	}
	.elementor-repeater-item-183b856  div.swiper-slide-contents {
	margin-left:auto; margin-right: auto; text-align: center;
	}
	div.elementor-repeater-item-183b856 .swiper-slide-bg {
	background-position: center!important;
	/*background-image: url("/wp-content/uploads/2023/12/banner-main01mobile.webp")!important;*/
	background-position-x: ;
	}
	
}
@media screen and (max-width: 767px)  {
	.elementor-repeater-item-6f431bc  div.swiper-slide-contents {
	margin-left:auto; margin-right: auto; text-align: center;
	}
}

/* ======== FX ========= */

/* fx1 */

.fx-tracking-in-contract {
    -webkit-animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  }
  
  @keyframes tracking-in-contract {
    0% {
      letter-spacing: 2.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }
  

/* fx2 */

.fx-fade-in-left {
    display: inline-block;
    animation: fadeInLeft 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  }

.fx-fade-in-left span {
    display: inline-block;
    opacity: 0;
    animation: fadeInLetter 1.2s forwards; 
  }
  
  @keyframes fadeInLetter {
    from {
      opacity: 0;
      transform: translateX(-15px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .fx-fade-in-left span:nth-child(1) { animation-delay: 0.2s; }
  .fx-fade-in-left span:nth-child(2) { animation-delay: 0.4s; }
  .fx-fade-in-left span:nth-child(3) { animation-delay: 0.6s; }
  .fx-fade-in-left span:nth-child(4) { animation-delay: 0.8s; }
  .fx-fade-in-left span:nth-child(5) { animation-delay: 1.0s; }
  .fx-fade-in-left span:nth-child(6) { animation-delay: 1.2s; }
  .fx-fade-in-left span:nth-child(7) { animation-delay: 1.4s; }
  .fx-fade-in-left span:nth-child(8) { animation-delay: 1.6s; }
  .fx-fade-in-left span:nth-child(9) { animation-delay: 1.8s; }
  .fx-fade-in-left span:nth-child(10) { animation-delay: 2.0s; }
  .fx-fade-in-left span:nth-child(11) { animation-delay: 2.2s; }
  .fx-fade-in-left span:nth-child(12) { animation-delay: 2.4s; }
  .fx-fade-in-left span:nth-child(13) { animation-delay: 2.6s; }
  .fx-fade-in-left span:nth-child(14) { animation-delay: 2.8s; }
  .fx-fade-in-left span:nth-child(15) { animation-delay: 3.0s; }

/* FX REVEAL - USE WITH JS*/

.fx-reveal {
    font-size: 2rem;
    font-weight: bold;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.fx-reveal.reveal-active {
    animation: reveal 2s ease-in-out forwards;
}

@keyframes reveal {
    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

/*======== NEWS - EVENTS (For Elementor Loop Grid) !! NOW NOT USE!! ========*/

.cus-loop-item-odd-even .e-loop-item:nth-child(odd) .elementor-element-5a90209 {
    order: 2;
}
.cus-loop-item-odd-even .e-loop-item:nth-child(odd) .elementor-element-ac79b59 {
    order: 1;
}

.cus-loop-item-odd-even .e-loop-item:nth-child(even) .elementor-element-5a90209 {
    order: 1;
}
.cus-loop-item-odd-even .e-loop-item:nth-child(even) .elementor-element-ac79b59 {
    order: 2;
}

.cus-loop-item-odd-even .e-loop-item .elementor-element-1292f41 {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .cus-loop-item-odd-even .e-loop-item .elementor-element-1292f41 {
        flex-direction: column;
    }
    
    .cus-loop-item-odd-even .e-loop-item .elementor-element-5a90209,
    .cus-loop-item-odd-even .e-loop-item .elementor-element-ac79b59 {
        width: 100% !important;
    }
    
    .cus-loop-item-odd-even .e-loop-item .elementor-element-5a90209 {
        order: 1 !important;
    }
    
    .cus-loop-item-odd-even .e-loop-item .elementor-element-ac79b59 {
        order: 2 !important;
    }
}

/*====== NEWS -EVENTS JFE - Radio Filter ======= */

/* Fix radio display on mobile */

@media (max-width: 767px) {
    .elementor-element-2dad6b7 .jet-radio-list__decorator {
        display: none !important;
    }
    
    .elementor-element-2dad6b7 .jet-radio-list__input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }
}



/*======== NEWS - EVENTS (JetSmartFilters) ========*/

/* parent*/
.wp-block-columns.cus-loop-item-odd-even {
    display: flex;
    flex-wrap: wrap;
}

/* รายการคี่ */
.jsf-listing__item:nth-child(odd) .wp-block-columns.cus-loop-item-odd-even .wp-block-column:first-child {
    order: 2;
}

.jsf-listing__item:nth-child(odd) .wp-block-columns.cus-loop-item-odd-even .wp-block-column:last-child {
    order: 1;
}

/* รายการคู่  */
.jsf-listing__item:nth-child(even) .wp-block-columns.cus-loop-item-odd-even .wp-block-column:first-child {
    order: 1;
}

.jsf-listing__item:nth-child(even) .wp-block-columns.cus-loop-item-odd-even .wp-block-column:last-child {
    order: 2;
}

/* Responsive */
@media (max-width: 1024px) {
    .wp-block-columns.cus-loop-item-odd-even {
        flex-direction: column;
    }
    
    .wp-block-columns.cus-loop-item-odd-even .wp-block-column {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    .wp-block-columns.cus-loop-item-odd-even .wp-block-column:first-child {
        order: 1 !important;
    }
    
    .wp-block-columns.cus-loop-item-odd-even .wp-block-column:last-child {
        order: 2 !important;
    }
}

/*Listing Section Divider Line=*/

.cus-loop-item-odd-even .wp-block-jsf-grid-block-listing-section.jsf-listing-section {
    width: 100%;
    min-height: 0 !important;
    max-height: 2px !important;
    height: 2px !important;
    border: none !important;
    border-top: 1px solid #c49a6c !important;
    margin: 20px 0;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Override style */
.cus-loop-item-odd-even .wp-block-jsf-grid-block-listing-section.jsf-listing-section.cb-ce65lk6w {
    background-color: transparent !important;
    border-top: 1px solid #c49a6c !important;
    border-bottom: none !important;
    height: 2px !important;
}

/* Delete pseudo-elements */
/*
.cus-loop-item-odd-even .wp-block-jsf-grid-block-listing-section.jsf-listing-section::before,
.cus-loop-item-odd-even .wp-block-jsf-grid-block-listing-section.jsf-listing-section::after {
    display: none !important;
}
*/

/*Read More Button*/

.cus-loop-item-odd-even .jsf-listing-link-block .jsf-listing-link {
    display: inline-block;
    padding: 10px 30px; 
    border: 2px solid #C49A6C;
    background-color: transparent;
    color: #ffffff; 
    text-decoration: none;
    transition: all 0.3s ease; 
}

.cus-loop-item-odd-even .jsf-listing-link-block .jsf-listing-link:hover {
    /*background-color: #C49A6C;*/
    color: #FBE5AC; 
}

/*======== Image Fade In Animation ========*/

.cus-loop-item-odd-even .wp-block-column:first-child .jsf-listing-image-block {
    opacity: 0;
    transform: translateY(1px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* when scroll to position */
.cus-loop-item-odd-even .wp-block-column:first-child .jsf-listing-image-block.fade-in {
    opacity: 1;
    transform: translateY(0);
}


.jsf-listing__item:nth-child(1) .cus-loop-item-odd-even .jsf-listing-image-block.fade-in {
    transition-delay: 0.1s;
}

.jsf-listing__item:nth-child(2) .cus-loop-item-odd-even .jsf-listing-image-block.fade-in {
    transition-delay: 0.2s;
}

.jsf-listing__item:nth-child(3) .cus-loop-item-odd-even .jsf-listing-image-block.fade-in {
    transition-delay: 0.3s;
}

.jsf-listing__item:nth-child(4) .cus-loop-item-odd-even .jsf-listing-image-block.fade-in {
    transition-delay: 0.4s;
}



/*======== MENU ========*/

.cus-bullet1 li {
    border-bottom: 1px solid #eadbb2;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1rem;
}

.menu-enlarge .elementor-gallery-item {
    transition: transform 0.3s ease;
   /* position: relative;*/
    z-index: 1;
}

.menu-enlarge .elementor-gallery-item:hover {
    transform: scale(1.05);
    z-index: 100; 
}


.menu-enlarge,
.menu-enlarge .elementor-widget-container,
.menu-enlarge .elementor-gallery__container,
.e-gallery-container,
.e-con-full, 
.e-con,
.e-con-inner,
.elementor-section,
.elementor-column {
    overflow: visible !important;
}


/*======== SOCIAL SIDEBAR ========*/

.elementor-social-icons-wrapper .elementor-grid-item:first-child {
   
}
#cus-social .elementor-social-icons-wrapper .elementor-grid-item:first-child .elementor-icon {
    font-weight: 100!important;
    font-size: 12px!important; 
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 42px;
}

#cus-social .elementor-social-icons-wrapper {
    position: relative;
}

#cus-social .elementor-grid-item:not(:first-child) {
    transition: all 0.3s ease-out;
    position: relative;
    right: 0;
}

#cus-social .elementor-grid-item.slide-out {
    right: -100%;
}


@media screen and (max-width: 767px){

    #cus-social.elementor-widget-social-icons .elementor-grid  {
        background-color: #2C481D!important;
    }
    #cus-social.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        width: 20%;
    }
    #cus-social .elementor-social-icons-wrapper .elementor-grid-item:first-child {
        position: absolute;
        left: 0;
        bottom: 0;
        margin-left: 0px !important;
        margin-bottom: 15px!important;
        display: block !important; /* ALWAY DISPLAY */
        visibility: visible !important; 
        font-size: 12px; /* ICON SIZE */
        width: 20px !important; 
        height: 20px !important; 
    }
    #cus-social .elementor-social-icons-wrapper .elementor-grid-item:first-child .elementor-icon {
        width: 100% !important;
        height: 100% !important;
        padding-bottom: 15px;
        padding-top: 12px;
        padding-left: 7px;
    }
    
    /* Margin Other Icon */
    #cus-social .elementor-social-icons-wrapper .elementor-grid-item:not(:first-child) {
        margin-left: auto !important;
    }   
}

/*============== FLUENT FORM =============*/

.ff-default .ff-el-form-control {
    font-family: Sarabun, sans-serif!important;
    border-radius: 25px!important;
}

.ff-default .ff-el-form-control:focus {
	color: #101010!important;
    border-color: #68AC45!important;    
	background-color: rgb(255, 255, 255);
	border: 1px solid #ccc;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__input {
    padding: 10px 0!important;
}
.frm-fluent-form .choices__list--dropdown {
    border: 1px solid #cfdfc7!important;
}
.frm-fluent-form .choices__inner {
    border: solid 1 px #e7e7e7;
    border-radius: 25px!important;
}
.fluentform .ff-el-group {
    margin-bottom: 15px;
}
.ff-default .ff-el-input--label label {
  font-size: 1rem;
  color:#ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.ff-el-section-break .ff-el-section-title {
    font-weight: 500!important;
    font-size: 1.2rem;
    margin-top: 30px;
}

.wpf_has_custom_css.ff-btn-submit {
  padding: 10px 30px 10px 30px;
  margin-top: 20px;
}

.ff-default .ff_btn_style {
    padding: 8px 30px!important;
}
.ff-default .ff_btn_style:focus, .ff-default .ff_btn_style:hover {
    opacity : 1!important;
    }
    
@media screen and (min-width: 2400px) {
  .ff-default .ff-el-input--label label {
    font-size: 1.6rem;
  }
  .wpf_has_custom_css.ff-btn-submit {
    font-size: 1.6rem;
  }
}


/* ======== WPML ========== */

.wpml-ls-legacy-list-horizontal a span {
    color: #ffffff!important;
}
.wpml-ls-legacy-list-horizontal a:hover span {
    color: #D7B06F!important;
}

/* ======== HEADER ========== */

.cus-logo {}

/* FIX landscape mobile view */
@media screen and (max-width: 768px) and (orientation: landscape) {
    .cus-logo img {
        width: 30%!important;
    }
  }
    


/* ======== FOOTER ========== */

.cus-gotop a.elementor-icon {
    overflow: visible !important;
    height: auto !important;
}

.cus-gotop a.elementor-icon svg {
    transition: transform 0.3s ease !important;
    transform-origin: bottom !important;
    overflow: visible !important;
    transform: translateY(0px) !important;
}

.cus-gotop a.elementor-icon:hover svg {
    transform: translateY(-10px) !important;
}

/* ======== IMAGE CAROUSEL WIDGET ======== */

/* Container settings */
.ehw-center-carousel .elementor-image-carousel-wrapper {
    overflow: visible !important;
    padding: 10px 0;
}

/* Base slide styles */
.ehw-center-carousel .swiper-slide {
    transition: all 0.5s ease;
}

/* Swiper wrapper - ป้องกัน touch conflict */
.ehw-center-carousel .swiper {
    touch-action: pan-y pinch-zoom !important;
}

.ehw-center-carousel .swiper-wrapper {
    touch-action: pan-y !important;
}

/* ป้องกันการ select text บน slide */
.ehw-center-carousel .swiper-slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* Slide image settings */
.ehw-center-carousel .swiper-slide-inner {
    overflow: visible;
}

.ehw-center-carousel .swiper-slide-image {
    transition: inherit;
}
