._heading, h1, h2, h3, h4, h5, h6, .head-h1 div, .head-h2 div, .head-h3 div, .head-h1 span, .head-h2 span, .head-h3 span, .head-h1, .head-h2, .head-h3{
    font-family: 'Sarabun', sans-serif !important;
}
body, th,th, .head-span{
    font-family: 'Sarabun', sans-serif !important;
}
._heading, .btn, .button, .menu, blockquote, legend, fieldset, table, button, input, select , textarea, nav, label,span.jet-headline__label, span.jet-headline__part,span.elementor-icon-list-text, .elementor-post-navigation__link span, span.timeline-label, time, span.head_tab, span.ha-tab__title-text, ul.menu_setting li span, .text, .error, .success, .tab-post li, .ha-advanced-heading-wrap span, span.elementor-post-date, .breadcrumb-label, li, ul li span, .elementor-text-editor.elementor-clearfix, .td-paragraph-padding-0, span.elementor-button-text, a,span.custom-select-trigger, .elementor-image-box-title, .elementor-widget-container, .content-pagination span.text-number_page, .content-pagination a.last-number_page, .jet-tabs__label-text{
    font-family: 'Sarabun', sans-serif !important;
}
.dt-en, .dt-en .elementor-heading-title{
    font-family: 'Sarabun', sans-serif !important;
}
.single-projects .dt-en, .single-projects .dt-en .elementor-heading-title{
    font-family: 'Sarabun', sans-serif !important;
}
p, strong , .elementor-nav-menu a, span.jet-custom-item-label, .jet-menu-name span.jet-menu-label a,figcaption, div#page span, .custom-options span, span.woocommerce-Price-amount.amount, span.woocommerce-Price-amount.amount{
    font-family: 'Sarabun', sans-serif !important;
}
/*footer*/
.menu-footer_box .menu {
    display: flex;
    padding: 0;
    margin: 0;
}
.menu-footer_box .menu li {
    display: block;
    list-style: none;
}
.menu-footer_box .menu li a {
    padding: 0 10px;
}
.menu-footer_box .menu li a:before {
    content: '';
    height: 10px;
    width: 1.5px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.menu-footer_box .menu li a {
    font-size: 15px;
    font-weight: 600;
    color: rgb(89 212 252);
    position: relative;
    padding: 0 13px;
}
.site-footer {
    background: #072541 !important;
}
.menu-footer_box .menu li:first-child a {
    padding-left: 0;
}
.menu-footer_box .menu li:last-child a {
    padding-right: 0;
}
.menu-footer_box .menu li:last-child a:before {
    content: unset;
}
.menu-footer_box {
    display: flex;
    justify-content: center;
}
.footer-box a{
    font-size: 15px;
    font-weight: 600;
    color: rgb(89 212 252);
    position: relative;
    padding: 0 13px;
}
.obj-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-box {
    padding: 1em 0;
}
.obj-grid .obj-box {
    width: 100%;
    padding: 1.5em 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.obj-grid .obj-box .guard-thumbnail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.obj-grid .obj-box .textwidget {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 15px;
}
.obj-grid .obj-box .textwidget p {
    margin: 0;
}
.obj-grid .obj-box .widget {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.obj-grid .obj-box.obj-1 {
    border-bottom: 1px solid #fff;
}
/*user*/

button.vc-profile-dropdown-toggle {
    background: transparent;
}
a.vc-profile-dropdown-toggle svg,
button.vc-profile-dropdown-toggle svg {
    width: 20px;
    height: 20px;
    color: #000;
}

.vc-profile-nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  
  .vc-profile-dropdown-toggle {
    background-color: #0000;
    color: #000;
    min-width: 35px;
    min-height: 35px;
    padding: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50px;
    /* margin-bottom: 2px;
      margin-top: 5px; */
  }
  
  .vc-profile-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 140px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
    right: auto;
    border-radius: 7px;
    overflow: hidden;
  }
  
  .vc-profile-dropdown-menu li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
  }
  
  .vc-profile-dropdown-menu li a {
    display: flex !important;
    align-items: center !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400 !important;
  }
  
  .vc-profile-dropdown-menu li a img {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 50px;
    object-fit: cover;
    border: solid 2px #e6e6e6;
  }
  
  .vc-profile-dropdown-menu li:hover a {
    background-color: #f1f1f1;
  }

  
  /* Display the dropdown on hover */
  .vc-profile-nav-dropdown:hover .vc-profile-dropdown-menu {
    display: block;
  }
  
  /* body.logged-in .vc-profile-nav-dropdown:hover .vc-profile-dropdown-toggle {
    background-color: #eee;
  } */
  /* .vc-profile-nav-dropdown:before {
    content: '';
    width: 1px;
    border-right: 1px solid #babac8;
    height: 12px;
    margin-left: 5px;
    margin-right: 13px;
} */
  .vc-profile-dropdown-toggle span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.vc-profile-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}
  .vc-profile-dropdown-toggle img {
    width: 27px !important;
    height: 27px !important;
    object-fit: cover;
    border-radius: 50px;
    border: solid 2px #ddd;
  }
  .vc-profile-dropdown-menu li a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    color: #565679;
}
.vc-profile-dropdown-toggle .avatar {
border-radius: 50px;
}
.vc-profile-dropdown-menu li:hover a svg{
    color: #408EAF;
}
a.vc-profile-dropdown-toggle.vSignup {
    min-width: 100px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #408EAF;
    color: #408EAF;
    border-radius: 3px;
    margin-right: 8px;
}
a.vc-profile-dropdown-toggle.vSignup:hover{
    background-color: #408EAF;
    color: #FFF;
}
a.vc-profile-dropdown-toggle.vlogin {
    margin-bottom: -3px;
    margin-right: 0;
    margin-left: 30px;
}
.start-btn .btn-go {
    background: #000;
    padding: 12px 13px;
    text-decoration: auto;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    border-radius: 6px;
}
.site-header .main-navigation {
    margin: 0 !important;
}
.site-header>.v-container {
    gap: 50px;
}
.site-header .micro-icon {
    margin: 0 0 0 auto;
    gap: 20px;
}
.vc-profile-dropdown-toggle span {
    display: flex;
    gap: 7px;
    align-items: center;
}
.elementor-page .site-main .v-container {
    max-width: 100%;
    padding: 0;
}
.icon-x {
    background-image: linear-gradient(262deg, #1c263bcc 5.02%, #121a2ecc 86.48%);
    border-radius: 0.75rem;
    padding: 10px 20px;
}
.icon-x h3{
    margin: 0;
}
.icon-x svg {transform: scale(1.4);}
/*ipad (tablet)*/
@media (max-width: 1024px) {
    .site-header>.v-container {
        gap: 0;
    }
    .site-header .micro-icon {
        flex-direction: column;
    }
    .site-header .micro-icon .start-btn {
        display: none;
    }
}
/*iphone8 (smartphone)*/
@media (max-width: 767px) {
    /*footer*/
    .footer-box {
        padding: 0em 0;
    }
}
