.elementor-18 .elementor-element.elementor-element-c6114ab{--display:flex;--min-height:120px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-08e12f2{--display:flex;--min-height:70px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-18 .elementor-element.elementor-element-bfab986{width:var( --container-widget-width, 80% );max-width:80%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:80%;--container-widget-flex-grow:0;text-align:start;}.elementor-18 .elementor-element.elementor-element-bfab986 img{width:180px;}.elementor-18 .elementor-element.elementor-element-da6df82{width:var( --container-widget-width, 20% );max-width:20%;--container-widget-width:20%;--container-widget-flex-grow:0;}.elementor-18 .elementor-element.elementor-element-6a30303{--display:flex;--min-height:50px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-18 .elementor-element.elementor-element-c6114ab{--min-height:60px;}.elementor-18 .elementor-element.elementor-element-08e12f2{--min-height:60px;}.elementor-18 .elementor-element.elementor-element-8edd47c{width:var( --container-widget-width, 15% );max-width:15%;--container-widget-width:15%;--container-widget-flex-grow:0;}.elementor-18 .elementor-element.elementor-element-bfab986{--container-widget-width:70%;--container-widget-flex-grow:0;width:var( --container-widget-width, 70% );max-width:70%;text-align:center;}.elementor-18 .elementor-element.elementor-element-adbd3db{width:var( --container-widget-width, 15% );max-width:15%;--container-widget-width:15%;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-bfab986 img{width:150px;}}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-08e12f2{--content-width:1440px;}.elementor-18 .elementor-element.elementor-element-6a30303{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-8edd47c */:root {
    
    --mobile-nav-bg: rgb(20, 20, 20);
    --mobile-nav-list-bg: rgba(224, 49, 22, 0.1);
    --mobile-nav-grid-bg: rgba(224, 49, 22, 0.1);
    --mobile-nav-overlay-bg: rgba(0, 0, 0, 0.6);
    --mobile-nav-arrow-bg: rgb(44, 44, 44);
    --mobile-nav-line-btn-bg: rgba(6, 199, 85, 0.15);
    --mobile-nav-line-btn-bg-hover: rgba(6, 199, 85, 0.25);
    

    --mobile-nav-glow-color: rgba(224, 49, 22, 0.4);
    --mobile-nav-glow-end: rgba(44, 44, 44, 0);
    

    --mobile-nav-hover-bg: rgba(255, 255, 255, 0.08);
    

    --mobile-nav-arrow-color: #ffca18;
    --mobile-nav-text-color: #fff;
    --mobile-nav-toggle-color: #fff;
    --mobile-nav-line-btn-border: rgba(6, 199, 85, 0.3);
    --mobile-nav-line-btn-border-hover: rgba(6, 199, 85, 0.5);
}




body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;

}

@media (min-width:1024px) {
    .mobile-header-ham-span {
        display: none;
    }
}

.mobile-nav-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 25px;
    height: 20px;
    padding: 0;
    background: none !important;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.mobile-nav-toggle.hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.mobile-nav-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff !important;
    margin-bottom: 4px;
    pointer-events: none;
}

.mobile-nav-toggle span:last-child {
    margin-bottom: 0;
}


.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background: var(--mobile-nav-overlay-bg);
    visibility: hidden;
    opacity: 0;
    z-index: 1002;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-nav-overlay.active {
    visibility: visible;
    opacity: 1;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
    background: 
        radial-gradient(circle at 50% 0%, var(--mobile-nav-glow-color) 0%, var(--mobile-nav-glow-end) 40%),
        var(--mobile-nav-bg);
    border-radius: 0 12px 12px 0;
    border: none;
    padding: 45px 23px 20px;
    box-sizing: border-box;
    z-index: 1003;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-nav.active {
    transform: translateX(0);
}

.mobile-nav-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 0;
    background: none !important;
    border: none;
    color: var(--mobile-nav-text-color) !important;
    font-size: 1.625rem;
    cursor: pointer;
    z-index: 1;
}


.mobile-nav-list {
    display: flex;
    flex-direction: column;
    padding: 12px;
    margin: 0;
    border-radius: 8px;
    background-color: var(--mobile-nav-list-bg);
    list-style: none;
}

.mobile-nav-item {
    display: grid;
    grid-template-columns: 32px 1fr 20px;
    gap: 10px;
    align-items: center;
    padding: 8px 6px;
    color: var(--mobile-nav-text-color) !important;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.mobile-nav-item:hover {
    background: var(--mobile-nav-hover-bg);
}

.mobile-nav-item span {
    font-size: 0.875rem;
}

.mobile-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 12px;
    margin: 0;
    border-radius: 8px;
    background-color: var(--mobile-nav-grid-bg);
    list-style: none;
}

.mobile-nav-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    text-decoration: none;
    color: var(--mobile-nav-text-color) !important;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.mobile-nav-grid-item:hover {
    background: var(--mobile-nav-hover-bg);
}

.mobile-nav-grid-item span {
    font-size: 0.8125rem;
    text-align: center;
}


.mobile-nav-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.mobile-nav-grid-item .mobile-nav-icon {
    width: 50px;
    height: 50px;
}

.mobile-nav-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: var(--mobile-nav-arrow-bg);
    border-radius: 50%;
}

.mobile-nav-arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--mobile-nav-arrow-color);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7.92 6.5L5.12 9.3 5.83 10 9.83 6 5.83 2l-.71.7L7.92 5.5H1.83v1h6.09z'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7.92 6.5L5.12 9.3 5.83 10 9.83 6 5.83 2l-.71.7L7.92 5.5H1.83v1h6.09z'/%3E%3C/svg%3E") center/contain no-repeat;
}


.mobile-nav-line-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    background: var(--mobile-nav-line-btn-bg);
    border: 1px solid var(--mobile-nav-line-btn-border);
    border-radius: 8px;
    text-decoration: none;
    color: var(--mobile-nav-text-color) !important;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.mobile-nav-line-btn:hover {
    background: var(--mobile-nav-line-btn-bg-hover);
    border-color: var(--mobile-nav-line-btn-border-hover);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da6df82 */:root {
        --loot-regis-btn-pc-text: #fff;
    --loot-login-btn-grad-top: rgb(255, 36, 0);
    --loot-login-btn-grad-bottom: rgb(255, 36, 0);
    --loot-register-btn-grad-top: rgb(228, 30, 0);
    --loot-register-btn-grad-bottom: rgb(80, 0, 0);
    --loot-login-btn-bg-image: url("/wp-content/uploads/2026/02/cover-btn-style_11.webp");     
    --loot-register-btn-bg-image: url("/wp-content/uploads/2026/02/cover-btn-style_4.webp");   
}







@media (max-width: 1024px) {
    .cover-btn-regis-desktop {
        display: none;
    }
}


.btn-regis-desktop{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.btn-regis-desktop {
    display: flex;
    gap: 12px;
}

.btn-regis-desktop-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 22px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}


.btn-regis-desktop-item.id-login {
    background: linear-gradient(180deg, var(--loot-login-btn-grad-top) 0%, var(--loot-login-btn-grad-bottom) 100%);
}

.btn-regis-desktop-item.id-register {
    background: linear-gradient(180deg, var(--loot-register-btn-grad-top) 0%, var(--loot-register-btn-grad-bottom) 100%);
}

.btn-regis-desktop-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s ease;
}


.id-login .btn-regis-desktop-bg {
    background-image: var(--loot-login-btn-bg-image);
}

.id-register .btn-regis-desktop-bg {
    background-image: var(--loot-register-btn-bg-image);
}

.btn-regis-desktop-text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    color: var(--loot-regis-btn-pc-text);
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-adbd3db */.thai-icon-mobile {
  display: flex;
  justify-content: center; 
  align-items: center; 
  width: 100%;
  height: 100%;
}


.thai-icon-mobile img {
  width: 24px;
  height: 24px;

}


@media (min-width: 1024px) {
  .cover-thai-icon-mobile {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-08e12f2 */:root {
     --header-col1-color:  linear-gradient(90deg, rgb(26, 26, 26) 0%, rgb(58, 58, 58) 100%, rgb(26, 26, 26) 99.62%);
}


.header-col1 {
    background: var(--header-col1-color);
    height: 70px;
}

@media (max-width:1024px) {
    .header-col1 {
        height: 60px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5456e51 */:root {
    --menu-main-pc-text-color: #fff;
    --menu-main-pc-hover-text: #fff;
    --menu-main-pc-hover-bg: rgba(255, 255, 255, 0.04);
    --menu-main-pc-active-text-color: #fff;
    --menu-main-pc-active-glow-color: #E60026;
    --menu-main-pc-active-shadow-color: rgb(255, 34, 0);
}



.main-menu {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  contain: layout paint;
}

.main-menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.main-menu li {
  position: relative;
}

.main-menu .menu-spacer {
  margin-left: auto;
}

.main-menu a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 49px;
  min-width: 80px;
  padding: 12px;
  box-sizing: border-box;
  font: 700 16px/1 kanit, sans-serif;
  color: var(--menu-main-pc-text-color);
  text-decoration: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: transform 0.3s ease;
}

.main-menu a img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.5s ease;
}

.main-menu a span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}


.main-menu a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 0px;
  bottom: -2px;
  height: 6px;
  border-radius: 0px;
  background-color: rgb(238, 82, 58);
  box-shadow: rgb(209, 51, 27) 0px -4px 9px 0px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.main-menu li.current-menu-item > a::after,
.main-menu a.js-active::after {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6a30303 */:root {
    --header-col2-color: rgb(26, 26, 26);
}


.header-col2 {
    background: var(--header-col2-color);
    height: 50px;
}

@media (max-width:1024px) {
    .header-col2 {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c6114ab */.main-header {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 120px;
    z-index: 1000;
}

@media (max-width:1024px) {
    .main-header {
        min-height: 60px;
    }
}/* End custom CSS */