.globefarer-core-page-inline-style {
    position: absolute!important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none;
}
.qodef-custom-appear-right>.elementor-widget-wrap>.elementor-element {
    opacity: 0;
    transform: translateX(40px);
}
.elementor-editor-active .qodef-custom-appear-right>.elementor-widget-wrap>.elementor-element, .qodef-custom-appear-right.qodef--appeared>.elementor-widget-wrap>.elementor-element {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .6s ease, transform .6s ease;
}
.elementor-editor-active .qodef-custom-appear-right>.elementor-widget-wrap>.elementor-element:nth-child(2), .qodef-custom-appear-right.qodef--appeared>.elementor-widget-wrap>.elementor-element:nth-child(2) {
    transition-delay: .08s;
}
.elementor-editor-active .qodef-custom-appear-right>.elementor-widget-wrap>.elementor-element:nth-child(3), .qodef-custom-appear-right.qodef--appeared>.elementor-widget-wrap>.elementor-element:nth-child(3) {
    transition-delay: .16s;
}
.qodef-custom-appear-center>.elementor-widget-wrap>.elementor-element {
    overflow: hidden;
}
.qodef-custom-appear-center>.elementor-widget-wrap>.elementor-element:first-child>.elementor-widget-container {
    transform: translateY(100%);
    transition: transform .8s cubic-bezier(.57, .57, 0, .97);
}
.qodef-custom-appear-center>.elementor-widget-wrap>.elementor-element:last-child>.elementor-widget-container {
    transform: translateY(-100%);
    transition: transform .8s cubic-bezier(.57, .57, 0, .97);
}
.elementor-editor-active .qodef-custom-appear-center>.elementor-widget-wrap>.elementor-element>.elementor-widget-container, .qodef-custom-appear-center.qodef--appeared>.elementor-widget-wrap>.elementor-element>.elementor-widget-container {
    transform: translateY(0);
}
.qodef-custom-link {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
}
.qodef-custom-link:hover {
    background-size: 100% 1px;
}
.qodef-custom-rev-svg svg g {
    transform: translateY(0);
    transition: transform .3s ease;
}
.qodef-custom-rev-svg svg rect:nth-child(1) {
    transition: width .3s ease;
}
.qodef-custom-rev-svg svg rect:nth-child(2), .qodef-custom-rev-svg svg rect:nth-child(3) {
    transition: height .3s ease;
}
.qodef-custom-rev-svg:hover svg g {
    transform: translateY(2px);
}
.qodef-custom-rev-svg:hover svg rect:nth-child(1) {
    width: 12px!important;
}
.qodef-custom-rev-svg:hover svg rect:nth-child(2) {
    height: 20px!important;
}
.qodef-custom-rev-svg:hover svg rect:nth-child(3) {
    height: 12px!important;
}
.kc-elm.qodef-shortcode .fa, .kc-elm.qodef-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before, .kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit;
}
#qodef-back-to-top {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 40px;
    bottom: 60px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
}
#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    border-radius: 50%;
    overflow: hidden;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit;
}
#qodef-back-to-top svg {
    display: block;
    fill: #000;
    overflow: visible;
    transform: translateY(0);
    transition: transform .3s ease;
}
#qodef-back-to-top svg .qodef-m-initial {
    opacity: 1;
}
#qodef-back-to-top svg .qodef-m-initial .qodef-m-oblique {
    width: 17px;
    height: 2px;
    transition: width .3s ease;
}
#qodef-back-to-top svg .qodef-m-initial .qodef-m-vertical {
    width: 0;
    height: 2px;
    transition: width .3s ease;
}
#qodef-back-to-top svg .qodef-m-hover {
    display: none;
}
#qodef-back-to-top:hover svg {
    transform: translateY(-7px);
}
#qodef-back-to-top:hover svg .qodef-m-initial .qodef-m-oblique {
    width: 16px;
}
#qodef-back-to-top:hover svg .qodef-m-initial .qodef-m-vertical {
    width: 24px;
}
#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease, visibility 0s .15s;
}
#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease;
}
.qodef-background-text {
    position: relative;
}
.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: Sarabun, sans-serif;
    font-size: 200px;
    line-height: 1em;
}
.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%}
.qodef-blog.qodef-shortcode article .qodef-e-left-holder {
    flex-shrink: 0;
}
.qodef-blog.qodef-shortcode article .qodef-e-date {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    width: 50px;
}
.qodef-blog.qodef-shortcode article .qodef-e-date-day {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 45px;
    line-height: 1.155em;
}
.qodef-blog.qodef-shortcode article .qodef-e-date-month {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    margin: 3px 0 0 0;
}
.qodef-blog.qodef-shortcode.qodef-hover-animation--yes article .qodef-e-media-image>a {
    display: block;
    overflow: hidden;
}
.qodef-blog.qodef-shortcode.qodef-hover-animation--yes article .qodef-e-media-image img {
    display: block;
    transform: scale(1.03) translateX(0);
    transition: transform .4s cubic-bezier(.6, .6, .29, .95);
}
.qodef-blog.qodef-shortcode.qodef-hover-animation--yes article.qodef--active .qodef-e-media-image img {
    transform: scale(1.03) translateX(5px);
}
.qodef-blog.qodef-item-layout--divided-compact article .qodef-e-date {
    margin: 5px 0 0 0;
}
.qodef-blog.qodef-item-layout--divided-compact article .qodef-e-content {
    align-items: flex-start;
    display: flex;
    padding: 0 0 40px 0;
}
.qodef-blog.qodef-item-layout--divided-compact article .qodef-e-left-holder {
    padding: 0 20px 0 0;
}
.qodef-blog.qodef-item-layout--divided-compact article .qodef-e-right-holder {
    padding: 0 0 0 20px;
    position: relative;
}
.qodef-blog.qodef-item-layout--divided-compact article .qodef-e-right-holder:before {
    background-color: #a6a6a6;
    bottom: 0;
    content: '';
    display: block;
    height: calc(100% - 10px);
    left: 0;
    position: absolute;
    width: 1px;
}
.qodef-blog.qodef-item-layout--divided-compact article .qodef-e-media>* {
    margin: 0 0 33px 0;
}
.qodef-blog.qodef-item-layout--divided-compact article .qodef-e-top-holder {
    margin: 0 0 6px 0;
}
.qodef-blog.qodef-item-layout--divided-compact article .qodef-e-excerpt {
    margin: 22px 0 0 0;
}
.qodef-blog.qodef-item-layout--divided-compact article .qodef-e-bottom-holder {
    margin: 25px 0 0 0;
}
.qodef-blog.qodef-item-layout--divided article .qodef-e-inner {
    border-bottom: 1px solid #a6a6a6;
    display: flex;
}
.qodef-blog.qodef-item-layout--divided article .qodef-e-media {
    flex-shrink: 0;
    padding: 0 60px 60px 0;
    position: relative;
    width: 34.5%!important;
}
.qodef-blog.qodef-item-layout--divided article .qodef-e-media:after {
    background-color: #a6a6a6;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    width: 1px;
}
.qodef-blog.qodef-item-layout--divided article .qodef-e-media>* {
    margin: 0;
}
.qodef-blog.qodef-item-layout--divided article .qodef-e-content {
    align-items: flex-start;
    display: flex;
    padding: 2.5% 13.5% 4.5% 2.25%}
.qodef-blog.qodef-item-layout--divided article .qodef-e-left-holder {
    padding: 0 40px 0 0;
}
.qodef-blog.qodef-item-layout--divided article .qodef-e-top-holder {
    margin: 0 0 4px 0;
}
.qodef-blog.qodef-item-layout--divided .qodef-m-pagination {
    border: none;
}
.qodef-blog.qodef-item-layout--info-on-image {
    margin: 0;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner .qodef--initial {
    z-index: 1;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner .qodef--hover {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .6s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .6s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .6s cubic-bezier(.57, .57, 0, .97), -webkit-clip-path .6s cubic-bezier(.57, .57, 0, .97);
    z-index: 2;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner .qodef--hover .qodef-e-bottom-holder, .qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner .qodef--hover .qodef-e-excerpt, .qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner .qodef--hover .qodef-e-title {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity .6s ease, transform .6s ease;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner .qodef--hover .qodef-e-bottom-holder {
    position: relative;
    z-index: 3;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner:hover .qodef--hover {
    clip-path: inset(0 -1px 0 0);
    -webkit-clip-path: inset(0 -1px 0 0);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner:hover .qodef--hover .qodef-e-bottom-holder, .qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner:hover .qodef--hover .qodef-e-excerpt, .qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner:hover .qodef--hover .qodef-e-title {
    opacity: 1;
    transform: translateX(0);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner:hover .qodef--hover .qodef-e-title {
    transition-delay: .2s;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner:hover .qodef--hover .qodef-e-excerpt {
    transition-delay: .28s;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner:hover .qodef--hover .qodef-e-bottom-holder {
    transition-delay: .36s;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 13% 16%;
    transition: opacity .2s ease-out;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content.qodef--initial {
    justify-content: flex-end;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content.qodef--initial .qodef-e-title {
    font-size: 26px;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content.qodef--hover {
    background-color: #1b1b1b;
    justify-content: center;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content.qodef--hover .qodef-e-post-link {
    position: absolute;
    z-index: 2;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media>* {
    margin: 0;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
    background: 0 0;
    color: inherit;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: #fff;
    font-weight: 500;
    letter-spacing: initial;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-excerpt {
    color: #b7b7b7;
    margin: 26px 0 0 0;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-button .qodef-m-button-text {
    color: #fff;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    align-items: center;
    display: flex;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    margin: 0 20px 0 0;
    width: 70px!important;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder {
    margin: -3px 0 3px 0;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-top-holder a {
    letter-spacing: 0;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    background: 0 0;
}
.qodef-blog.qodef-item-layout--standard-compact .qodef-e-top-holder {
    margin: 0 0 3px 0;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1:not(.qodef-swiper-container) .qodef-e {
    margin: 0 0 94px 0!important;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1:not(.qodef-swiper-container) .qodef-e-media>* {
    margin: 0 0 55px 0;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1:not(.qodef-swiper-container) .qodef-e-excerpt {
    margin: 30px 0 0 0;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1:not(.qodef-swiper-container) .qodef-e.format-audio .qodef-e-media-audio {
    bottom: 0;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1:not(.qodef-swiper-container) .qodef-e:last-of-type {
    margin-bottom: 0!important;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1:not(.qodef-swiper-container) .qodef-m-pagination {
    margin: 81px 0 0 0;
}
.widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px;
}
.widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px;
}
.widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 70px!important;
}
.widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-info a {
    color: #777!important;
}
.widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-info a:hover {
    color: #777!important;
}
.widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    color: #1b1b1b!important;
}
.widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
    color: #1b1b1b!important;
}
#qodef-page-header .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-page-header .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px;
}
#qodef-page-header .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 70px!important;
}
#qodef-page-sidebar .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-page-sidebar .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px;
}
#qodef-page-sidebar .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 70px!important;
}
#qodef-top-area .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-top-area .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px;
}
#qodef-top-area .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 70px!important;
}
#qodef-page-footer .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-page-footer .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px;
}
#qodef-page-footer .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 70px!important;
}
#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px;
}
#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 70px!important;
}
#qodef-page-footer-bottom-area .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-page-footer-bottom-area .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px;
}
#qodef-page-footer-bottom-area .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 70px!important;
}
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px;
}
#qodef-page-footer-bottom-area .qodef-skin--dark .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 70px!important;
}
#qodef-side-area .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px;
}
#qodef-side-area .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px;
}
#qodef-side-area .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 70px!important;
}
.qodef-mega-menu-widget-holder .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:not(:last-child) {
    margin-bottom: 20px;
}
.qodef-mega-menu-widget-holder .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article:first-child {
    margin-top: 7px;
}
.qodef-mega-menu-widget-holder .widget.widget_globefarer_core_simple_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 70px!important;
}
#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-author-info .qodef-m-inner {
    display: flex;
    align-items: center;
    position: relative;
}
#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 20px;
}
#qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
    display: block;
}
#qodef-author-info .qodef-m-image img {
    clip-path: circle(40% at 42% 50%);
    -webkit-clip-path: circle(40% at 42% 50%);
    transition: -webkit-clip-path .6s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .6s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .6s cubic-bezier(.57, .57, 0, .97), -webkit-clip-path .6s cubic-bezier(.57, .57, 0, .97);
}
#qodef-author-info .qodef-m-image:hover img {
    clip-path: circle(50% at 50% 50%);
    -webkit-clip-path: circle(50% at 50% 50%);
}
#qodef-author-info .qodef-m-image:hover+.qodef-m-content {
    transform: translateX(0);
}
#qodef-author-info .qodef-m-content {
    transform: translateX(-16px);
    transition: transform .6s cubic-bezier(.57, .57, 0, .97);
}
#qodef-author-info .qodef-m-author {
    margin: 0;
}
#qodef-author-info .qodef-m-author-label {
    color: #777;
    margin: 0;
}
#qodef-author-info .qodef-m-author a {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 22px;
    line-height: 1.181em;
    display: block;
    margin: 5px 0 0 0;
}
#qodef-author-info .qodef-m-email {
    margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
    margin: 17px 0 0;
}
#qodef-author-info .qodef-m-social-icons {
    margin-top: 18px;
}
#qodef-author-info .qodef-m-social-icons a {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    vertical-align: top;
}
#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0;
}
#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 79px 0 81px 0;
}
#qodef-related-posts h2 {
    margin: 0 0 64px 0;
}
@media only screen and (max-width:768px) {
    #qodef-related-posts .qodef-blog article: first-child, #qodef-related-posts .qodef-blog article:nth-child(2) {
    margin: 0 0 80px;
}
}@media only screen and (max-width:480px) {
    #qodef-related-posts .qodef-blog article: first-child, #qodef-related-posts .qodef-blog article:nth-child(2) {
    margin: 0 0 40px;
}
}#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-top: 1px solid #a6a6a6;
    margin: 79px 0 82px 0;
    padding: 19px 0 0 0;
}
#qodef-single-post-navigation .qodef-m-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#qodef-single-post-navigation .qodef-m-nav {
    align-items: center;
    display: flex;
    position: relative;
    color: #1b1b1b;
}
#qodef-single-post-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    display: block;
    height: auto;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 10px;
    transition: margin-right .3s ease;
    will-change: transform;
    overflow: visible;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon rect:nth-child(1) {
    width: 22px;
    height: 2px;
    transition: width .3s ease;
    will-change: transform;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon rect:nth-child(2) {
    width: 2px;
    height: 22px;
    transition: height .3s ease;
    will-change: transform;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon rect:nth-child(3) {
    width: 2px;
    height: 0;
    transition: height .3s ease;
    will-change: transform;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-pagination-icon {
    margin-right: 21px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-pagination-icon rect:nth-child(1) {
    width: 12px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-pagination-icon rect:nth-child(2) {
    height: 12px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-pagination-icon rect:nth-child(3) {
    height: 20px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    margin-left: auto;
    right: 0;
    text-align: right;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 10px;
    transform: rotate(180deg);
    transition: margin-left .3s ease;
    will-change: transform;
    overflow: visible;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon rect:nth-child(1) {
    width: 22px;
    height: 2px;
    transition: width .3s ease;
    will-change: transform;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon rect:nth-child(2) {
    width: 2px;
    height: 22px;
    transition: height .3s ease;
    will-change: transform;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon rect:nth-child(3) {
    width: 2px;
    height: 0;
    transition: height .3s ease;
    will-change: transform;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-pagination-icon {
    margin-left: 21px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-pagination-icon rect:nth-child(1) {
    width: 12px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-pagination-icon rect:nth-child(2) {
    height: 12px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-pagination-icon rect:nth-child(3) {
    height: 20px;
}
#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 17px;
    line-height: 1.294em;
}
:not(.touchevents) .qodef-custom-cursor--enabled * {
    cursor: none!important;
}
:not(.touchevents) .qodef-custom-cursor--enabled * #qodef-custom-cursor {
    visibility: visible;
    opacity: 1;
}
:not(.touchevents) .qodef-custom-cursor--enabled.elementor-editor-active * {
    cursor: initial!important;
}
:not(.touchevents) .qodef-custom-cursor--enabled.elementor-editor-active * #qodef-custom-cursor {
    visibility: hidden;
    opacity: 0;
}
#qodef-custom-cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    pointer-events: none;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    visibility: hidden;
    opacity: 0;
    color: #1b1b1b;
    transition: visibility .2s ease-out, opacity .2s ease-out;
}
#qodef-custom-cursor .qodef-cursor-dot {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    z-index: 1;
}
#qodef-custom-cursor .qodef-cursor-svg-holder, #qodef-custom-cursor .qodef-cursor-text-holder {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
}
#qodef-custom-cursor .qodef-cursor-svg-holder>*, #qodef-custom-cursor .qodef-cursor-text-holder>* {
    position: absolute;
}
#qodef-custom-cursor .qodef-cursor-close-svg, #qodef-custom-cursor .qodef-cursor-link-svg, #qodef-custom-cursor .qodef-cursor-video-button-svg {
    opacity: 0;
    transition: opacity .2s ease;
}
#qodef-custom-cursor .qodef-cursor-discover-text {
    opacity: 0;
    color: currentColor;
    font-family: Sarabun, sans-serif;
    font-size: 15px;
    letter-spacing: -.010em;
    font-weight: 700;
    text-transform: capitalize;
}
#qodef-custom-cursor.qodef-cursor--hide {
    visibility: hidden!important;
    opacity: 0!important;
}
#qodef-custom-cursor.qodef-cursor--change-color .qodef-cursor-dot {
    background-color: #000;
}
#qodef-custom-cursor.qodef-cursor--revert-color .qodef-cursor-dot {
    background-color: var(--qode-main-color);
}
#qodef-custom-cursor.qodef-cursor--video-button .qodef-cursor-video-button-svg {
    opacity: 1;
    transition: opacity .3s ease .2s;
}
#qodef-custom-cursor.qodef-cursor--link-svg .qodef-cursor-link-svg {
    opacity: 1;
    transition: opacity .3s ease .2s;
}
#qodef-custom-cursor.qodef-cursor--close-svg .qodef-cursor-close-svg {
    opacity: 1;
    transition: opacity .3s ease .2s;
}
#qodef-custom-cursor.qodef-cursor--text .qodef-cursor-discover-text {
    opacity: 1;
    transition: opacity .3s ease .2s;
}
#qodef-page-footer .qodef-alignment--left {
    text-align: left;
}
#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto;
}
#qodef-page-footer .qodef-alignment--center {
    text-align: center;
}
#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto;
}
#qodef-page-footer .qodef-alignment--right {
    text-align: right;
}
#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto;
}
@media (min-width:681px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item: nth-child(2) {
    text-align: right;
}
}.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90;
}
.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
}
#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden!important;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
#qodef-fullscreen-area .qodef-content-grid {
    height: 100%}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li {
    opacity: 1;
    transform: translateX(0);
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(1) {
    transition-delay: 80ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(2) {
    transition-delay: 160ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(3) {
    transition-delay: 240ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(4) {
    transition-delay: 320ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(5) {
    transition-delay: .4s;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(6) {
    transition-delay: 480ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(7) {
    transition-delay: 560ms;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(8) {
    transition-delay: 640ms;
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both;
}
#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%}
.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left;
}
.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
}
.qodef-fullscreen-menu ul li a {
    display: block;
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    margin-top: 4px;
}
.qodef-fullscreen-menu ul li a span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%}
.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default;
}
.qodef-fullscreen-menu ul.sub-menu {
    display: none;
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none;
}
.qodef-fullscreen-menu>ul {
    max-width: 50%;
    min-width: 250px;
    width: 18%}
.qodef-fullscreen-menu>ul>li {
    padding: 14px 0;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .6s ease, transform .6s ease;
}
.qodef-fullscreen-menu>ul>li>a {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 45px;
    line-height: 1.155em;
    color: #fff;
}
.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text {
    display: inline;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    padding-bottom: 2px;
}
.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% 2px;
}
.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-menu-item-text, .qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 2px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 20px;
    left: 100%;
    min-width: 250px;
    padding-left: 60px;
    position: absolute;
    top: 14px;
    width: 100%;
    margin-left: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 14px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 28px;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 17px;
    line-height: 1.294em;
    color: #fff;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-plus {
    position: absolute;
    transform: rotate(0);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out;
    left: -28px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    padding-left: 28px;
    padding-right: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-plus {
    left: 0;
    transform: rotate(90deg);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out 80ms;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    padding-left: 28px;
    padding-right: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-plus, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-plus {
    left: 0;
    transform: rotate(90deg);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out 80ms;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff;
}
.qodef-fullscreen-menu--opened #qodef-page-header, .qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener, .qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer, .qodef-fullscreen-menu--opened .qodef-header-logo-link, .qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer, .qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link, .qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
    visibility: hidden;
}
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-widget-area #qodef-page-header .qodef-widget-holder {
    display: none;
}
#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 28px;
}
#qodef-page-header .qodef-widget-holder .widget {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0 28px;
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
    padding-right: 0;
}
#qodef-page-header .qodef-widget-holder .widget::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 1px;
    height: 75%;
    background: 0 0;
}
#qodef-page-header div[id^=monster-widget-placeholder], #qodef-page-header div[id^=woo-monster-widget-placeholder] {
    display: none;
}
#qodef-page-header-inner {
    border-bottom: 0 solid transparent;
}
#qodef-page-header-inner.qodef-content-grid {
    padding: 0;
}
#qodef-page-header-inner.qodef-skin--light nav>ul>li::before, .qodef-custom-header-layout.qodef-skin--light nav>ul>li::before {
    background: #312F92 !important;
}
#qodef-page-header-inner.qodef-skin--light nav>ul>li>a, .qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
    color: #312F92 !important;
}
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor::before, #qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item::before, .qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor::before, .qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item::before {
    background: #312F92 !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon:not(.qodef-source--predefined):not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon:not(.qodef-source--predefined):not(.qodef--opened) {
    color: var(--qode-header-light-color)!important;
}
#qodef-page-header-inner.qodef-skin--dark nav>ul>li::before, .qodef-custom-header-layout.qodef-skin--dark nav>ul>li::before {
    background: var(--qode-header-dark-hover-color)!important;
}
#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a, .qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a {
    color: var(--qode-header-dark-color)!important;
}
#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor::before, #qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item::before, .qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor::before, .qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item::before {
    background: var(--qode-header-dark-hover-color)!important;
}
#qodef-page-header-inner.qodef-skin--dark ul li.qodef-menu-item--narrow ul, .qodef-custom-header-layout.qodef-skin--dark ul li.qodef-menu-item--narrow ul {
    background-color: var(--qode-header-dark-color);
}
#qodef-page-header-inner.qodef-skin--dark ul li.qodef-menu-item--narrow ul li>a, .qodef-custom-header-layout.qodef-skin--dark ul li.qodef-menu-item--narrow ul li>a {
    color: var(--qode-header-light-color);
}
#qodef-page-header-inner.qodef-skin--dark ul li.qodef-menu-item--wide .qodef-drop-down-second, .qodef-custom-header-layout.qodef-skin--dark ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: var(--qode-header-dark-color);
}
#qodef-page-header-inner.qodef-skin--dark ul li.qodef-menu-item--wide ul li>a, .qodef-custom-header-layout.qodef-skin--dark ul li.qodef-menu-item--wide ul li>a {
    color: var(--qode-header-light-color);
}
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon:not(.qodef-source--predefined):not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon:not(.qodef-source--predefined):not(.qodef--opened) {
    color: var(--qode-header-dark-color)!important;
}
#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark, #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0;
}
#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 22px;
    line-height: 1.181em;
    transition: color .2s ease-out;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color)!important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color)!important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-dark-color)!important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-dark-hover-color)!important;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto;
}
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    align-items: center;
    display: inline-flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 24px;
}
.qodef-header--standard #qodef-menu-cover {
    background-color: rgba(27, 27, 27, .07);
    content: '';
    display: block;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out;
    visibility: hidden;
    width: 100vw;
    z-index: 20;
}
.qodef-menu--open.qodef-header--standard #qodef-menu-cover {
    visibility: visible;
    opacity: 1;
}
.qodef-header--standard #qodef-page-header {
      background-color: #FFF !important;
}
.qodef-header--switch #qodef-page-header {
    height: 400px;
}
.qodef-header--switch #qodef-page-header .qodef-widget-holder {
    margin-left: 0;
    align-items: flex-start;
    height: 80px;
}
.qodef-header--switch #qodef-page-header .qodef-widget-holder .widget:first-child {
    padding-left: 0;
}
.qodef-header--switch #qodef-page-header-inner {
    align-items: flex-start;
    padding-top: 40px;
}
.qodef-header--switch #qodef-page-header-inner .qodef-header-holder--right {
    display: flex;
    width: 50%;
    height: 100%;
    max-height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(27, 27, 27, .35);
}
.qodef-header--switch #qodef-page-header-inner:after {
    display: none;
}
.qodef-header--switch #qodef-page-header-inner.qodef-skin--light .qodef-header-holder--right {
    border-top-color: #fff;
}
.qodef-header--switch #qodef-page-header-inner.qodef-skin--dark .qodef-header-holder--right {
    border-top-color: rgba(27, 27, 27, .35);
}
.qodef-header-switch-navigation {
    position: relative;
    margin-right: 22px;
    padding-top: 25px;
    width: 150px;
    height: 100%;
    text-align: right;
}
.qodef-header-switch-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%}
.qodef-header-switch-navigation ul li {
    position: relative;
    padding: 0;
    opacity: 1;
    transition: opacity .2s ease-out;
    pointer-events: all;
}
.qodef-header-switch-navigation ul li ul {
    margin-left: 0;
}
.qodef-header-switch-navigation ul li:first-child {
    margin-top: 0;
}
.qodef-header-switch-navigation ul li:last-child {
    margin-bottom: 0;
}
.qodef-header-switch-navigation ul li a {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    display: inline-block;
    margin: 6px 0;
    width: 100%}
.qodef-header-switch-navigation ul li.menu-item>a .qodef-menu-item-text {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
}
.qodef-header-switch-navigation ul li.menu-item>a:hover .qodef-menu-item-text {
    background-size: 100% 1px;
}
.qodef-header-switch-navigation ul li.current-menu-ancestor>a .qodef-menu-item-text, .qodef-header-switch-navigation ul li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 1px;
}
.qodef-header-switch-navigation ul li.qodef-menu--back {
    margin-bottom: 13px;
}
.qodef-header-switch-navigation ul li.qodef-menu--back a {
    display: block;
}
.qodef-header-switch-navigation ul li.qodef-menu--back a svg {
    overflow: visible;
}
.qodef-header-switch-navigation ul li.qodef-menu--back a svg rect {
    fill: #1b1b1b;
    width: 16px;
    height: 2px;
    transition: width .3s ease;
}
.qodef-header-switch-navigation ul li.qodef-menu--back a svg path {
    fill: none;
    stroke: #1b1b1b;
    stroke-width: 2px;
    stroke-dasharray: 37;
    stroke-dashoffset: 13;
    transition: stroke-dashoffset .3s ease;
}
.qodef-header-switch-navigation ul li.qodef-menu--back a:hover svg rect {
    width: 11px;
}
.qodef-header-switch-navigation ul li.qodef-menu--back a:hover svg path {
    stroke-dashoffset: 0;
}
.qodef-header-switch-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0);
}
.qodef-header-switch-navigation ul li .qodef-drop-down-second .sub-menu {
    position: absolute;
    padding-top: 29px;
    left: 130%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .2s cubic-bezier(.46, .03, .52, .96);
}
.qodef-header-switch-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997;
}
.qodef-header-switch-navigation ul li.qodef--hide-link>a {
    cursor: default;
}
.qodef-header-switch-navigation ul li.qodef-menu-sibling--open {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s;
}
.qodef-header-switch-navigation ul li.qodef-menu-sibling--open>a {
    opacity: 0;
}
.qodef-header-switch-navigation ul li.qodef-menu-item--open>a {
    opacity: 0;
    pointer-events: none;
}
.qodef-header-switch-navigation ul li.qodef-menu-item--open .qodef-drop-down-second-inner>.sub-menu, .qodef-header-switch-navigation ul li.qodef-menu-item--open>.sub-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all .3s cubic-bezier(.65, .05, .36, 1) 50ms;
}
.qodef-header-switch-navigation .ps__rail-y {
    display: none;
}
.qodef-header-switch-navigation>ul {
    display: inline-block;
    text-align: left;
}
.qodef-header-switch-navigation>ul>li>a {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    margin: 7px 0;
    transition: color .2s ease-out, opacity .2s ease-out;
}
.qodef-header-switch-navigation .qodef-menu-item-arrow {
    display: none;
}
.qodef-header-switch-navigation .qodef-mega-menu-widget-holder {
    display: none;
}
.qodef-header--fixed-display #qodef-page-header, .qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%}
.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px);
}
.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px);
}
.qodef-header--fixed-display.admin-bar #qodef-page-header, .qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px;
}
.qodef-header-sticky {
    background-color: #fff;
    border-bottom: 1px solid rgba(27, 27, 27, .35);
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    width: 100%;
    z-index: 100;
}
.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px;
}
.qodef-header-sticky .qodef-header-navigation>ul>li>a .qodef-menu-item-text {
    padding-bottom: 2px;
}
.qodef-header-sticky-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
}
.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0;
}
.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto!important;
}
#qodef-top-area {
    position: relative;
    background-color: #1b1b1b;
    z-index: 101;
}
#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 33px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
}
#qodef-top-area-inner.qodef-content-grid {
    padding: 0!important;
}
#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto;
}
#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%}
#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto;
}
#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto;
}
#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 12px;
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0;
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0;
}
#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
#qodef-top-area .widget .textwidget>*, #qodef-top-area .widget .widget p {
    margin: 0;
}
#qodef-top-area div[id^=monster-widget-placeholder], #qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none;
}
#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #dfdfdf;
}
.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
    z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%}
.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto;
}
.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e;
}
.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%);
}
.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    transform: rotate(-135deg);
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color .2s ease-out;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: Sarabun, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color);
}
.qodef-cluster-marker {
    width: 50px;
    height: auto;
}
.qodef-cluster-marker.qodef-active svg path:first-child, .qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4;
}
.qodef-cluster-marker.qodef-active svg path:last-child, .qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e;
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative;
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #1b1b1b;
}
.qodef-cluster-marker svg {
    width: 100%;
    height: auto;
}
.qodef-cluster-marker svg path {
    transition: fill .2s ease-in-out;
}
.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    z-index: 9999;
}
.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%}
.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
}
.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
}
.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect, .qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color);
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: var(--qode-main-color);
    cursor: pointer;
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%);
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: ' km'}
.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit!important;
}
.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize;
}
.qodef-places-geo-radius [disabled] .noUi-handle, .qodef-places-geo-radius [disabled].noUi-handle, .qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed!important;
}
#qodef-page-mobile-header {
    background-color: #fff;
}
#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%}
#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px;
}
#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget>*, #qodef-page-mobile-header .widget .widget p {
    margin: 0;
}
#qodef-page-mobile-header div[id^=monster-widget-placeholder], #qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened:not(.qodef-source--predefined) svg {
    color: var(--qode-main-color);
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible;
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform .3s ease, top .3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px;
}
.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0;
}
.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%}
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 22px;
    line-height: 1.181em;
    transition: color .2s ease-out;
}
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px;
}
.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
    cursor: default;
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px;
}
.qodef-fullscreen-menu--opened {
    overflow-y: hidden;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color)!important;
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color)!important;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto;
}
.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    line-height: inherit;
    margin-right: 5px;
}
.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit;
}
.qodef-header-navigation ul li .qodef-drop-down-second {
    border-top: 1px solid transparent;
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: auto;
    z-index: 10;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    overflow: visible;
    transition: opacity .2s ease-out;
    visibility: visible;
    z-index: 20;
}
.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    opacity: 1;
    position: relative;
    top: auto;
    visibility: visible;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #fff;
}
.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 40px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner ul li a span {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 42px 0 20px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    padding: 0 15px;
    width: 100%}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 22px;
    line-height: 1.181em;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-plus {
    display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow {
    display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
    padding-top: 18px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 14px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 28px;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-plus {
    position: absolute;
    transform: rotate(0);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out;
    left: -28px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a {
    padding-left: 28px;
    padding-right: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-plus, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-plus {
    left: 0;
    transform: rotate(90deg);
    transition: left .2s ease-out, right .2s ease-out, transform .2s ease-out 80ms;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a {
    color: var(--qode-main-color);
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
    color: var(--qode-main-color);
}
body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px;
}
.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible;
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px;
}
.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible;
}
.qodef-opener-icon.qodef-source--svg-path span {
    position: relative;
}
.qodef-opener-icon.qodef-source--svg-path span>* {
    vertical-align: middle;
}
.qodef-opener-icon.qodef-source--svg-path span path, .qodef-opener-icon.qodef-source--svg-path span>* {
    fill: currentColor;
    stroke: currentColor;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible;
}
.qodef-opener-icon.qodef-source--predefined {
    display: flex;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    color: #fff;
    background-color: #1b1b1b;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-icon {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: inherit;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-icon svg {
    z-index: 1;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--open {
    padding: 0 27px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close {
    padding: 0 30px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-icon::before {
    content: '';
    position: absolute;
    background: var(--qode-main-color);
    width: 150%;
    height: 0;
    padding-bottom: 150%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
    opacity: 0;
    transition: transform .3s cubic-bezier(.1, 0, .3, 1), opacity .3s;
}
.qodef-browser--safari .qodef-opener-icon.qodef-source--predefined .qodef-m-icon::before {
    height: 100%}
.qodef-opener-icon.qodef-source--predefined:hover {
    color: #fff;
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--open::before {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    opacity: 1;
    transition: transform .4s cubic-bezier(.1, 0, .3, 1), opacity .3s;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden;
    position: absolute;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible;
    position: relative;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened:hover .qodef-m-icon.qodef--close::before {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
    opacity: 1;
    transition: transform .4s cubic-bezier(.1, 0, .3, 1), opacity .3s;
}
.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.qodef-parallax.elementor-section {
    overflow: visible;
}
.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0;
}
.qodef-browser--edge .qodef-parallax-img-holder, .qodef-browser--ms-explorer .qodef-parallax-img-holder, .touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1;
}
.qodef-parallax-content-holder {
    position: relative;
    z-index: 99;
}
.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform;
}
.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-browser--edge .qodef-parallax-img, .qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%}
.qodef-contact-form-7 .qodef-m-input {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.qodef-contact-form-7 .qodef-m-input-holder {
    padding: 0 20px;
    width: 100%}
.qodef-contact-form-7 .qodef-m-input-holder .wpcf7-form-control-wrap {
    width: 100%}
.qodef-contact-form-7 .qodef-m-input-holder.qodef--one-third {
    width: calc(100% / 3);
}
.qodef-contact-form-7 .qodef-m-input-holder.qodef--one-half {
    width: 50%}
.qodef-contact-form-7 .qodef-m-input-holder.qodef--two-third {
    width: calc(100% / 3 * 2);
}
.qodef-contact-form-7 .qodef-m-input-holder.qodef--third-holder .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.qodef-contact-form-7 .qodef-m-input-holder.qodef--third-holder .wpcf7-list-item {
    width: calc(100% / 3);
}
.qodef-contact-form-7 .qodef-m-input-holder.qodef--third-holder .wpcf7-list-item-label {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
}
.qodef-contact-form-7 .qodef-m-input-buttons {
    display: flex;
    padding: 0 20px;
    position: relative;
    width: auto;
}
.qodef-contact-form-7 .qodef-m-input-buttons .qodef-button, .qodef-contact-form-7 .qodef-m-input-buttons .qodef-upload-button {
    margin: 12px 0 0 0;
}
.qodef-contact-form-7 .qodef-m-input-buttons .qodef-button:first-child, .qodef-contact-form-7 .qodef-m-input-buttons .qodef-upload-button:first-child {
    margin-right: 30px;
}
.qodef-contact-form-7 .qodef-m-input-buttons .ajax-loader {
    margin: 0!important;
    right: 0;
    top: calc(50% - 6px);
    transform: translateY(-50%);
}
.qodef-contact-form-7 .wpcf7-list-item {
    margin: 0 0 23px 0;
}
.qodef-contact-form-7 .wpcf7-list-item.last {
    margin: 0 0 46px 0;
}
.qodef-contact-form-7 .wpcf7-list-item-label {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    margin: 0 0 0 14px;
}
.qodef-contact-form-7 .wpcf7-list-item-label:after, .qodef-contact-form-7 .wpcf7-list-item-label:before {
    display: none;
}
.qodef-contact-form-7 .wpcf7-list-item label {
    align-items: center;
    display: flex;
    margin: 0;
}
.qodef-contact-form-7 .qodef-button .qodef-svg--plus {
    transform: rotate(0);
    transition: transform .2s ease-out;
}
.qodef-contact-form-7 .qodef-button:hover .qodef-svg--plus {
    transform: rotate(90deg);
}
.qodef-contact-form-7 .qodef-button.qodef--prev .qodef-m-button-icon {
    transform: translateX(0);
}
.qodef-contact-form-7 .qodef-button.qodef--prev .qodef-m-button-icon svg {
    transform: translateX(-6px) rotate(0);
    overflow: visible;
}
.qodef-contact-form-7 .qodef-button.qodef--prev .qodef-m-button-icon svg .qodef-m-oblique--1 {
    width: 14px;
    height: 2px;
}
.qodef-contact-form-7 .qodef-button.qodef--prev .qodef-m-button-icon svg .qodef-m-oblique--2 {
    width: 2px;
    height: 14px;
}
.qodef-contact-form-7 .qodef-button.qodef--prev .qodef-m-button-icon svg .qodef-m-horizontal {
    width: 2px;
    height: 0;
    transition: height .3s ease;
    will-change: transform;
}
.qodef-contact-form-7 .qodef-button.qodef--prev:hover .qodef-m-button-icon svg {
    transform: translateX(-6px) rotate(0)!important;
}
.qodef-contact-form-7 .qodef-button.qodef--prev:hover .qodef-m-button-icon svg .qodef-m-horizontal {
    height: 20px;
}
.qodef-contact-form-7 .qodef-button.qodef--next {
    flex-direction: row-reverse;
}
.qodef-contact-form-7 .qodef-button.qodef--next .qodef-m-button-icon {
    margin: 0 0 0 14px;
}
.qodef-contact-form-7 .qodef-button.qodef--next .qodef-m-button-icon svg {
    transform: rotate(180deg);
    overflow: visible;
}
.qodef-contact-form-7 .qodef-button.qodef--next .qodef-m-button-icon svg .qodef-m-oblique--1 {
    width: 14px;
    height: 2px;
}
.qodef-contact-form-7 .qodef-button.qodef--next .qodef-m-button-icon svg .qodef-m-oblique--2 {
    width: 2px;
    height: 14px;
}
.qodef-contact-form-7 .qodef-button.qodef--next .qodef-m-button-icon svg .qodef-m-horizontal {
    width: 2px;
    height: 0;
    transition: height .3s ease;
    will-change: transform;
}
.qodef-contact-form-7 .qodef-button.qodef--next:hover .qodef-m-button-icon svg {
    transform: rotate(180deg)!important;
}
.qodef-contact-form-7 .qodef-button.qodef--next:hover .qodef-m-button-icon svg .qodef-m-horizontal {
    height: 20px;
}
.qodef-contact-form-7 .qodef-upload-button {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 18px 40px;
    color: #1b1b1b;
    background-color: var(--qode-main-color);
    border: 1px solid transparent;
    cursor: pointer;
    height: 59px;
}
.qodef-contact-form-7 .qodef-upload-button input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.qodef-contact-form-7 .qodef-m-newsletter-input {
    margin: 0;
    position: relative;
    transition: border-color .3s ease;
}
.qodef-contact-form-7 .qodef-m-newsletter-input:focus, .qodef-contact-form-7 .qodef-m-newsletter-input:hover {
    border-color: #1b1b1b!important;
}
.qodef-contact-form-7 .qodef-m-newsletter-submit {
    background-color: transparent!important;
    height: 60px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.qodef-contact-form-7 .qodef-m-newsletter-submit .qodef-m-button-icon {
    height: 17px;
    margin: 0 30px 0 0;
    width: 10px;
}
.qodef-contact-form-7 .qodef-m-newsletter-submit .qodef-m-button-icon svg {
    transform: rotate(180deg)!important;
    overflow: visible;
}
.qodef-contact-form-7 .qodef-m-newsletter-submit .qodef-m-button-icon svg .qodef-m-oblique--1 {
    width: 14px;
    height: 2px;
}
.qodef-contact-form-7 .qodef-m-newsletter-submit .qodef-m-button-icon svg .qodef-m-oblique--2 {
    width: 2px;
    height: 14px;
}
.qodef-contact-form-7 .qodef-m-newsletter-submit .qodef-m-button-icon svg .qodef-m-horizontal {
    width: 2px;
    height: 0;
    transition: height .3s ease;
    will-change: transform;
}
.qodef-contact-form-7 .qodef-m-newsletter-submit .qodef-m-button-text {
    display: none;
}
.qodef-contact-form-7 .qodef-m-newsletter-submit:hover {
    background-color: transparent;
    color: currentColor;
}
.qodef-contact-form-7 .qodef-m-newsletter-submit:hover svg {
    transform: rotate(180deg)!important;
}
.qodef-contact-form-7 .qodef-m-newsletter-submit:hover svg .qodef-m-horizontal {
    height: 20px;
}
.qodef-contact-form-7 .qodef-m-order-tracking {
    display: flex;
}
.qodef-contact-form-7 .qodef-m-order-tracking-input {
    border: 1px solid #1b1b1b!important;
    font-size: 18px;
    height: 59px;
    margin: 0;
    padding: 0 39px!important;
}
.qodef-contact-form-7 .qodef-m-order-tracking-input:-ms-input-placeholder {
    font-weight: 500;
    opacity: 1;
}
.qodef-contact-form-7 .qodef-m-order-tracking-input::placeholder {
    font-weight: 500;
    opacity: 1;
}
.qodef-contact-form-7 .qodef-m-order-tracking-submit {
    background-color: #1b1b1b;
    color: #fff;
    flex-shrink: 0;
    margin: 0 0 0 20px;
}
.qodef-contact-form-7 .qodef-m-order-tracking-submit .qodef-m-button-text {
    margin-left: 0;
}
rs-layer .ajax-loader {
    display: none!important;
}
rs-layer .wpcf7-response-output {
    display: none!important;
}
rs-layer .qodef-m-order-tracking {
    display: flex!important;
}
rs-layer .qodef-m-order-tracking-input {
    border: 1px solid #1b1b1b!important;
    font-size: 18px!important;
    height: 59px!important;
    margin: 0!important;
    padding: 0 39px!important;
}
rs-layer .qodef-m-order-tracking-input:-ms-input-placeholder {
    font-weight: 400!important;
    opacity: 1;
}
rs-layer .qodef-m-order-tracking-input::placeholder {
    font-weight: 400!important;
    opacity: 1;
}
rs-layer .qodef-m-order-tracking-submit {
    background-color: #1b1b1b!important;
    color: #fff!important;
    flex-shrink: 0!important;
    margin: 0 0 0 20px!important;
}
rs-layer .qodef-m-order-tracking-submit .qodef-m-button-text {
    margin-left: 0!important;
}
.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-contact-form-7 .ajax-loader {
    display: none;
}
.qodef-contact-form-7 .wpcf7-response-output {
    border-width: 1px!important;
    margin: 2em 0 0 0!important;
    padding: 1em 1.5em!important;
}
.qodef-contact-form-7 .wpcf7-form {
    position: relative;
}
.qodef-contact-form-7 .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: '';
    visibility: hidden;
    z-index: 98;
}
.qodef-contact-form-7 .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #dfdfdf;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99;
}
.qodef-contact-form-7 .wpcf7-form.submitting>* {
    opacity: .3;
}
.qodef-contact-form-7 .wpcf7-form.submitting:after, .qodef-contact-form-7 .wpcf7-form.submitting:before {
    visibility: visible;
}
.qodef-instagram-list #sb_instagram {
    padding: 0!important;
}
.qodef-instagram-list #sb_instagram #sbi_images {
    padding: 0!important;
}
.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none!important;
    height: auto!important;
    padding-bottom: 0!important;
}
.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block!important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0!important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 10px 0 0!important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 20px 0 0!important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 30px 0 0!important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 40px 0 0!important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 50px 0 0!important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--ultra-large #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 60px 0 0!important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--extra-large #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 70px 0 0!important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0 80px 0 0!important;
}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0!important;
    position: relative;
    visibility: hidden;
    z-index: 1;
}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a, .qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
    width: 100%}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
    visibility: visible;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0!important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -5px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
    padding: 0 5px!important;
    margin: 0 0 10px!important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -10px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
    padding: 0 10px!important;
    margin: 0 0 20px!important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -15px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
    padding: 0 15px!important;
    margin: 0 0 30px!important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -20px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
    padding: 0 20px!important;
    margin: 0 0 40px!important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -25px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 25px!important;
    margin: 0 0 50px!important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--ultra-large.qodef--no-bottom-space {
    margin-bottom: -60px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--ultra-large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -30px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--ultra-large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 30px!important;
    margin: 0 0 60px!important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large.qodef--no-bottom-space {
    margin-bottom: -70px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -35px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 35px!important;
    margin: 0 0 70px!important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -40px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0 40px!important;
    margin: 0 0 80px!important;
}
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    float: left;
    border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1!important;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    font-weight: 600!important;
    margin: 0 4px 0 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: Sarabun, sans-serif;
    font-size: 18px;
    line-height: 1.444em;
    font-weight: 400;
    color: #5b5b5b;
    margin-right: 4px;
    margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item {
    width: 100%}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item {
    width: 50%}
@media only screen and (min-width:681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item: nth-child(2n+1) {
    clear: both;
}
}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
@media only screen and (min-width:769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item: nth-child(3n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item: nth-child(3n+1) {
    clear: both;
}
}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item {
    width: 25%}
@media only screen and (min-width:1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item: nth-child(4n+1) {
    clear: both;
}
}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item {
    width: 20%}
@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item: nth-child(5n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item: nth-child(5n+1) {
    clear: both;
}
}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%}
@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item: nth-child(6n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item: nth-child(6n+1) {
    clear: both;
}
}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%}
@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item: nth-child(7n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item: nth-child(7n+1) {
    clear: both;
}
}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item {
    width: 12.5%}
@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item: nth-child(8n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item: nth-child(8n+1) {
    clear: both;
}
}.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item {
    padding: 0;
    margin: 0;
}
.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item {
    padding: 0 5px;
    margin: 0 0 10px;
}
.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item {
    padding: 0 10px;
    margin: 0 0 20px;
}
.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item {
    padding: 0 15px;
    margin: 0 0 30px;
}
.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px;
}
.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item {
    padding: 0 20px;
    margin: 0 0 40px;
}
.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px;
}
.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item {
    padding: 0 25px;
    margin: 0 0 50px;
}
.qodef-twitter-list.qodef-gutter--ultra-large.qodef--no-bottom-space {
    margin-bottom: -60px;
}
.qodef-twitter-list.qodef-gutter--ultra-large #ctf .ctf-tweets {
    margin: 0 -30px;
}
.qodef-twitter-list.qodef-gutter--ultra-large #ctf .ctf-tweets>.ctf-item {
    padding: 0 30px;
    margin: 0 0 60px;
}
.qodef-twitter-list.qodef-gutter--extra-large.qodef--no-bottom-space {
    margin-bottom: -70px;
}
.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets {
    margin: 0 -35px;
}
.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets>.ctf-item {
    padding: 0 35px;
    margin: 0 0 70px;
}
.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
    padding: 0 40px;
    margin: 0 0 80px;
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff;
}
.qodef-shortcode .last_toggle_el_margin, .qodef-shortcode .wpb_button, .qodef-shortcode .wpb_content_element, .qodef-shortcode .wpb_row, .qodef-shortcode ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}
.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%}
.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto!important;
}
.qodef-career-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-career-table table {
    width: 100%}
.qodef-career-table table tr {
    border: none;
    border-bottom: 1px solid #a6a6a6;
}
.qodef-career-table table td, .qodef-career-table table th {
    width: auto;
    border: none;
    vertical-align: middle;
}
.qodef-career-table table td.career-position, .qodef-career-table table th.career-position {
    width: calc(100%/3);
    padding-left: 0;
}
.qodef-career-table table td.career-location, .qodef-career-table table th.career-location {
    width: calc(100%/3);
}
.qodef-career-table table td.career-apply, .qodef-career-table table th.career-apply {
    padding-right: 0;
    text-align: right;
}
.qodef-career-table table th {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    color: #777;
    padding: 18px 7px;
}
.qodef-career-table table th.career-apply {
    display: none;
}
.qodef-career-table table td {
    padding: 24px 10px;
}
.qodef-career-table .qodef-e-title {
    margin: 0;
}
.qodef-career-table .qodef-e-location {
    margin: 0;
}
.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-clients-list .qodef-e-inner {
    outline: 1px solid transparent;
    margin-top: 1px;
    margin-left: 1px;
}
.qodef-clients-list .qodef-e-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e-image {
    position: relative;
    display: grid;
    grid-template-areas: "overlap";
    grid-template-columns: minmax(0, 1fr);
    place-items: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e-logo {
    position: relative;
    grid-area: overlap;
    width: auto;
    display: inline-block;
    z-index: 2;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e-hover-logo {
    position: relative;
    grid-area: overlap;
    width: auto;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .6s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .6s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .6s cubic-bezier(.57, .57, 0, .97), -webkit-clip-path .6s cubic-bezier(.57, .57, 0, .97);
    z-index: 1;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e-logo {
    width: auto;
    display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e-hover-logo {
    display: none;
}
.qodef-team-single .qodef-team-title {
    margin: 2px 0 62px 0;
}
.qodef-team-single .qodef-team-title a {
    color: inherit;
}
.qodef-team-single .qodef-team-member-info-item {
    padding: 23px 0 25px 0;
    border-top: 1px solid rgba(27, 27, 27, .35);
}
.qodef-team-single .qodef-team-member-info-item a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    word-break: break-word;
    color: #5b5b5b;
}
.qodef-team-single .qodef-team-member-info-item a:hover {
    background-size: 100% 1px;
}
.qodef-team-single .qodef-team-member-info-item:last-child {
    border-bottom: 1px solid rgba(27, 27, 27, .35);
}
.qodef-team-single .qodef-team-member-content {
    margin: 0 0 50px;
}
.qodef-team-single .qodef-team-member-role {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    margin: 30px 0 0 0;
    display: inline-block;
    color: #777;
}
.qodef-team-single .qodef-team-right-info .qodef-team-member-info-item {
    display: flex;
    align-items: center;
}
.qodef-team-single .qodef-team-right-info .qodef-e-label {
    flex: 0 0 195px;
    margin: 0;
}
.qodef-team-single-related-items {
    margin: 80px 0 0 0;
}
.qodef-team-single-related-items-title {
    margin: 0 0 50px 0;
}
.qodef-team-single p {
    margin: 0;
}
.qodef-team-single .qodef-e-image img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.qodef-team-list .qodef-e-role {
    margin: 0;
    display: inline-block;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    color: #777;
}
.qodef-team-list .qodef-e-title {
    margin: 1px 0 10px;
}
.qodef-team-list .qodef-e-title a {
    color: initial;
}
.qodef-team-list .qodef-team-member-social-icons {
    margin: 0;
}
.qodef-team-list.qodef-item-layout--info-on-side .qodef-e.qodef--active .qodef-e-image img {
    clip-path: circle(50% at 50% 50%);
    -webkit-clip-path: circle(50% at 50% 50%);
}
.qodef-team-list.qodef-item-layout--info-on-side .qodef-e.qodef--active .qodef-e-content {
    transform: translateX(0);
}
.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-inner {
    display: flex;
    align-items: center;
}
.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-image img {
    clip-path: circle(40% at 43% 50%);
    -webkit-clip-path: circle(40% at 43% 50%);
    transition: -webkit-clip-path .6s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .6s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .6s cubic-bezier(.57, .57, 0, .97), -webkit-clip-path .6s cubic-bezier(.57, .57, 0, .97);
}
.qodef-browser--safari .qodef-team-list.qodef-item-layout--info-on-side .qodef-e-image img {
    clip-path: circle(40% at 50% 50%);
    -webkit-clip-path: circle(40% at 50% 50%);
    transition: -webkit-clip-path .9s ease;
    transition: clip-path .9s ease;
    transition: clip-path .9s ease, -webkit-clip-path .9s ease;
}
.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-content {
    margin: 0 0 0 20px;
    transform: translateX(-16px);
    transition: transform .6s cubic-bezier(.57, .57, 0, .97);
}
.qodef-browser--safari .qodef-team-list.qodef-item-layout--info-on-side .qodef-e-content {
    transition: transform .9s ease;
}
.qodef-testimonials-list .qodef-m-icon {
    margin: 0 0 40px 0;
    width: 70px;
}
.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 54px;
}
.qodef-testimonials-list .qodef-e-content {
    align-items: center;
    display: flex;
}
.qodef-testimonials-list .qodef-e-media-image {
    flex-shrink: 0;
    line-height: 0;
    margin: 0 31px 0 0;
    width: 78px;
}
.qodef-testimonials-list .qodef-e-media-image img {
    border-radius: 50%;
    width: auto;
}
.qodef-testimonials-list .qodef-e-author-job {
    margin: 0;
}
.qodef-testimonials-list .qodef-e-author-name {
    font-size: 26px;
    margin: 0;
}
.qodef-testimonials-list .swiper-pagination-bullets {
    bottom: 0!important;
    text-align: left;
}
.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color);
}
.qodef-testimonials-list.qodef-skin--light .qodef-m-icon {
    color: #6b6b6b;
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-author-name, .qodef-testimonials-list.qodef-skin--light .qodef-e-text {
    color: #fff;
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-author-job {
    color: #777;
}
.qodef-testimonials-list.qodef-skin--light~.swiper-button-next, .qodef-testimonials-list.qodef-skin--light~.swiper-button-prev {
    color: #5b5b5b!important;
}
.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #5b5b5b;
}
.qodef-accordion-info {
    border-bottom: 1px solid rgba(27, 27, 27, .35);
    visibility: hidden;
}
.qodef-accordion-info .qodef-m-heading-title {
    color: #777;
}
.qodef-accordion-info .qodef-m-heading-tagline {
    color: #777;
}
.qodef-accordion-info .qodef-m-navigation {
    align-items: center;
    border-top: 1px solid rgba(27, 27, 27, .35);
    cursor: pointer;
    display: flex;
    padding: 15px 0 15px 0;
}
.qodef-accordion-info .qodef-m-navigation.ui-state-active .qodef-m-vertical {
    opacity: 0;
}
.qodef-accordion-info .qodef-m-navigation.ui-state-active.ui-state-hover .qodef-m-mark .qodef-svg--plus {
    transform: rotate(180deg);
}
.qodef-accordion-info .qodef-m-navigation.ui-state-hover .qodef-m-mark .qodef-svg--plus {
    transform: rotate(90deg);
}
.qodef-accordion-info .qodef-m-mark {
    align-items: center;
    background-color: var(--qode-main-color);
    border-radius: 50%;
    color: #1b1b1b;
    display: flex;
    flex-shrink: 0;
    height: 44px;
    justify-content: center;
    line-height: 0;
    margin-left: auto;
    width: 44px;
}
.qodef-accordion-info .qodef-m-mark .qodef-svg--plus {
    transform: rotate(0);
    transition: transform .2s ease-out;
}
.qodef-behavior--toggle.qodef-accordion-info .qodef-m-content {
    display: none;
}
.qodef-accordion-info .qodef-m-title {
    margin: 0;
    padding: 0 5% 0 0;
}
.qodef-accordion-info .qodef-m-tagline {
    margin: 0;
}
.qodef-accordion-info .qodef-m-text {
    margin: 0;
}
.qodef-accordion-info.qodef--init {
    visibility: visible;
}
.qodef-accordion-info.qodef-layout--extended-compact .qodef-m-heading {
    display: flex;
    padding: 0 0 18px 0;
}
.qodef-accordion-info.qodef-layout--extended-compact .qodef-m-heading-title {
    flex-shrink: 0;
    margin: 0;
    width: 35.5%}
.qodef-accordion-info.qodef-layout--extended-compact .qodef-m-heading-tagline {
    margin: 0;
}
.qodef-accordion-info.qodef-layout--extended-compact .qodef-m-title {
    flex-shrink: 0;
    width: 35.5%}
.qodef-accordion-info.qodef-layout--extended-compact .qodef-m-tagline {
    padding: 0 5% 0 0;
}
.qodef-accordion-info.qodef-layout--extended-compact .qodef-m-text {
    padding: 0 22% 28px 35.5%}
.qodef-accordion-info.qodef-layout--extended .qodef-m-heading {
    display: flex;
    padding: 0 0 18px 0;
}
.qodef-accordion-info.qodef-layout--extended .qodef-m-heading-title {
    flex-shrink: 0;
    margin: 0;
    width: 35.5%}
.qodef-accordion-info.qodef-layout--extended .qodef-m-heading-tagline {
    margin: 0;
}
.qodef-accordion-info.qodef-layout--extended .qodef-m-navigation {
    padding: 32px 0 32px 0;
}
.qodef-accordion-info.qodef-layout--extended .qodef-m-title {
    flex-shrink: 0;
    width: 35.5%}
.qodef-accordion-info.qodef-layout--extended .qodef-m-tagline {
    padding: 0 5% 0 0;
}
.qodef-accordion-info.qodef-layout--extended .qodef-m-text {
    padding: 0 22% 41px 35.5%}
.qodef-accordion-info.qodef-layout--standard .qodef-m-tagline {
    padding: 3px 10% 21px 0;
}
.qodef-accordion-info.qodef-layout--standard .qodef-m-text {
    padding: 3px 10% 24px 0;
}
.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.qodef-banner .qodef-m-title {
    color: #fff;
    margin: 2px 0;
}
.qodef-banner .qodef-m-title-inner {
    display: inline-block;
}
.qodef-banner .qodef-m-subtitle {
    font-family: Sarabun, sans-serif;
    color: #fff;
    margin: 0;
}
.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: #fff;
    margin: 0 0 10px;
    font-style: italic;
}
.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.qodef-banner .qodef-m-image img {
    display: block;
    transition: all .35s ease-out;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 10px 0 0;
}
.qodef-banner.qodef-layout--link-button.qodef-hover-animation--yes .qodef-m-image {
    overflow: hidden;
}
.qodef-banner.qodef-layout--link-button.qodef-hover-animation--yes .qodef-m-image img {
    display: block;
    transform: scale(1.03) translateX(0);
    transition: transform .4s cubic-bezier(.6, .6, .29, .95);
}
.qodef-banner.qodef-layout--link-button.qodef-hover-animation--yes.qodef--active .qodef-m-image img {
    transform: scale(1.03) translateX(5px);
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}
.qodef-banner.qodef-layout--link-overlay.qodef-hover-animation--yes .qodef-m-image {
    overflow: hidden;
}
.qodef-banner.qodef-layout--link-overlay.qodef-hover-animation--yes .qodef-m-image img {
    display: block;
    transform: scale(1.03) translateX(0);
    transition: transform .4s cubic-bezier(.6, .6, .29, .95);
}
.qodef-banner.qodef-layout--link-overlay.qodef-hover-animation--yes:hover .qodef-m-image img {
    transform: scale(1.03) translateX(5px);
}
.qodef-button.qodef-html--link {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 18px 40px;
}
.qodef-button.qodef-size--small {
    padding: 16px 30px;
}
.qodef-button.qodef-size--large {
    padding: 20px 50px;
}
.qodef-button.qodef-size--full {
    width: 100%;
    padding: 20px 20px;
    justify-content: center;
    text-align: center;
}
.qodef-button .qodef-m-button-icon {
    display: block;
    height: 14px;
    line-height: 0;
    margin: 0 14px 0 0;
    position: relative;
    width: 14px;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #1b1b1b;
    background-color: var(--qode-main-color);
    border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled .qodef-m-button-icon>svg {
    transform: rotate(0);
    transform-origin: center;
    transition: transform .2s ease-out;
}
.qodef-button.qodef-layout--filled:hover .qodef-m-button-icon>svg {
    transform: rotate(90deg);
}
.qodef-button.qodef-layout--outlined {
    color: var(--qode-main-color);
    background-color: transparent;
    border: 1px solid var(--qode-main-color);
}
.qodef-button.qodef-layout--outlined .qodef-m-button-icon>svg {
    transform: rotate(0);
    transform-origin: center;
    transition: transform .2s ease-out;
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-button-icon>svg {
    transform: rotate(90deg);
}
.qodef-button.qodef-layout--textual {
    background-color: transparent;
    border: 0;
    color: #1b1b1b;
    padding: 0!important;
}
.qodef-button.qodef-layout--textual .qodef-m-button-icon {
    align-items: center;
    background-color: var(--qode-main-color);
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 54px;
    justify-content: center;
    margin: 0;
    width: 54px;
}
.qodef-button.qodef-layout--textual .qodef-m-button-icon>svg {
    transform: rotate(0);
    transform-origin: center;
    transition: transform .2s ease-out;
}
.qodef-button.qodef-layout--textual .qodef-m-button-text {
    font-size: 15px;
    line-height: 1.133em;
    margin-left: 19px;
}
.qodef-button.qodef-layout--textual:hover .qodef-m-button-icon>svg {
    transform: rotate(90deg);
}
.qodef-call-to-action .qodef-m-content-mask {
    background-color: var(--qode-main-color);
    padding: 59px 41px;
}
.qodef-call-to-action .qodef-m-tagline {
    margin: 0 0 10px 0;
}
.qodef-call-to-action .qodef-m-title {
    margin: 0;
}
.qodef-call-to-action .qodef-m-button {
    background-color: #1b1b1b!important;
    color: #fff!important;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%}
.qodef-call-to-action.qodef-appear-animation--yes .qodef-m-content {
    overflow: hidden;
}
.qodef-call-to-action.qodef-appear-animation--yes .qodef-m-content-mask {
    transform: translateY(100%);
    transition: transform .8s cubic-bezier(.57, .57, 0, .97);
}
.qodef-call-to-action.qodef-appear-animation--yes .qodef-m-button-mask {
    overflow: hidden;
}
.qodef-call-to-action.qodef-appear-animation--yes .qodef-m-button-mask .qodef-m-button {
    transform: translateY(-100%);
    transition: transform .8s cubic-bezier(.57, .57, 0, .97);
}
.elementor-editor-active .qodef-call-to-action.qodef-appear-animation--yes .qodef-m-content-mask, .qodef-call-to-action.qodef-appear-animation--yes.qodef--appeared .qodef-m-content-mask {
    transform: translateY(0);
}
.elementor-editor-active .qodef-call-to-action.qodef-appear-animation--yes .qodef-m-button-mask .qodef-m-button, .qodef-call-to-action.qodef-appear-animation--yes.qodef--appeared .qodef-m-button-mask .qodef-m-button {
    transform: translateY(0);
}
#qodef-page-footer .widget.widget_globefarer_core_call_to_action .qodef-m-content {
    background-color: #333;
}
#qodef-page-footer .widget.widget_globefarer_core_call_to_action .qodef-m-tagline, #qodef-page-footer .widget.widget_globefarer_core_call_to_action .qodef-m-title {
    color: #fff;
}
#qodef-page-footer .widget.widget_globefarer_core_call_to_action .qodef-m-button {
    background-color: #e5e5e5!important;
    color: #1b1b1b!important;
}
#qodef-page-footer .widget.widget_globefarer_core_call_to_action .qodef-m-button:hover {
    color: #666!important;
}
#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_call_to_action .qodef-m-content {
    background-color: var(--qode-main-color);
}
#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_call_to_action .qodef-m-tagline, #qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_call_to_action .qodef-m-title {
    color: #1b1b1b;
}
#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_call_to_action .qodef-m-button {
    background-color: #1b1b1b!important;
    color: #fff!important;
}
#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_call_to_action .qodef-m-button:hover {
    color: var(--qode-main-color)!important;
}
#qodef-side-area .widget.widget_globefarer_core_call_to_action .qodef-m-content {
    background-color: #333;
}
#qodef-side-area .widget.widget_globefarer_core_call_to_action .qodef-m-tagline, #qodef-side-area .widget.widget_globefarer_core_call_to_action .qodef-m-title {
    color: #fff;
}
#qodef-side-area .widget.widget_globefarer_core_call_to_action .qodef-m-button {
    background-color: #e5e5e5!important;
    color: #1b1b1b!important;
}
#qodef-side-area .widget.widget_globefarer_core_call_to_action .qodef-m-button:hover {
    color: #666!important;
}
.qodef-contact-info {
    display: flex;
    flex-direction: column;
}
.qodef-contact-info .qodef-m-title {
    margin: 0 0 39px 0;
}
.qodef-contact-info .qodef-m-phone-tagline {
    color: #777;
    margin: 0 0 12px 0;
}
.qodef-contact-info .qodef-m-phone-item {
    margin: 0 0 12px 0;
}
.qodef-contact-info .qodef-m-phone-item:last-child {
    margin: 0;
}
.qodef-contact-info .qodef-m-phone-item a {
    color: inherit!important;
}
.qodef-contact-info .qodef-m-address-tagline {
    color: #777;
    margin: 0 0 12px 0;
}
.qodef-contact-info .qodef-m-address-item {
    margin: 0;
}
.qodef-contact-info .qodef-m-address-item a {
    color: inherit!important;
}
.qodef-contact-info .qodef-m-email-tagline {
    color: #777;
    margin: 0 0 12px 0;
}
.qodef-contact-info .qodef-m-email-item {
    margin: 0;
}
.qodef-contact-info .qodef-m-email-item a {
    color: inherit!important;
}
.qodef-contact-info.qodef-boxed-content--on {
    background-color: #e5e5e5;
}
.qodef-contact-info.qodef-layout--type-1 .qodef-m-phone {
    margin: 0 0 39px 0;
}
.qodef-contact-info.qodef-layout--type-1 .qodef-m-address {
    margin: 0 0 39px 0;
}
.qodef-contact-info.qodef-layout--type-1.qodef-boxed-content--on {
    padding: 63px 41px;
}
.qodef-contact-info.qodef-layout--type-2 .qodef-m-title {
    border-bottom: 1px solid #a6a6a6;
    padding: 0 0 30px 0;
}
.qodef-contact-info.qodef-layout--type-2 .qodef-m-phone {
    margin: 0 0 35px 0;
}
.qodef-contact-info.qodef-layout--type-2 .qodef-m-address-email {
    display: flex;
}
.qodef-contact-info.qodef-layout--type-2 .qodef-m-address {
    padding: 0 20px 0 0;
    width: 46%}
.qodef-contact-info.qodef-layout--type-2 .qodef-m-email {
    padding: 0 0 0 20px;
    width: 54%}
.qodef-contact-info.qodef-layout--type-2.qodef-boxed-content--on {
    padding: 64px 60px;
}
.qodef-contact-info.qodef-layout--type-3 .qodef-m-phone-address {
    display: flex;
    margin: 0 0 26px 0;
}
.qodef-contact-info.qodef-layout--type-3 .qodef-m-phone {
    padding: 0 20px 0 0;
    width: 70%}
.qodef-contact-info.qodef-layout--type-3 .qodef-m-phone-tagline {
    margin: 0 0 5px 0;
}
.qodef-contact-info.qodef-layout--type-3 .qodef-m-address {
    padding: 0 0 0 20px;
    width: 30%}
.qodef-contact-info.qodef-layout--type-3.qodef-boxed-content--on {
    padding: 39px 60px;
}
.widget_globefarer_core_contact_info .qodef-layout--type-2 .qodef-m-phone-item {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 32px;
    line-height: 1.25em;
}
#qodef-page-footer .widget.widget_globefarer_core_contact_info .qodef-m-address-item, #qodef-page-footer .widget.widget_globefarer_core_contact_info .qodef-m-email-item, #qodef-page-footer .widget.widget_globefarer_core_contact_info .qodef-m-phone-item, #qodef-page-footer .widget.widget_globefarer_core_contact_info .qodef-m-title {
    color: #fff!important;
}
#qodef-page-footer .widget.widget_globefarer_core_contact_info .qodef-m-address-tagline, #qodef-page-footer .widget.widget_globefarer_core_contact_info .qodef-m-email-tagline, #qodef-page-footer .widget.widget_globefarer_core_contact_info .qodef-m-phone-tagline {
    color: #979797!important;
}
#qodef-page-footer .widget.widget_globefarer_core_contact_info .qodef-m.qodef-boxed-content--on {
    background-color: #333;
}
#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_contact_info .qodef-m-address-item, #qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_contact_info .qodef-m-email-item, #qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_contact_info .qodef-m-phone-item, #qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_contact_info .qodef-m-title {
    color: #1b1b1b!important;
}
#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_contact_info .qodef-m-address-tagline, #qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_contact_info .qodef-m-email-tagline, #qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_contact_info .qodef-m-phone-tagline {
    color: #777!important;
}
#qodef-page-footer .qodef-skin--dark .widget.widget_globefarer_core_contact_info .qodef-m.qodef-boxed-content--on {
    background-color: #ececec;
}
#qodef-side-area .widget.widget_globefarer_core_contact_info .qodef-m-address-item, #qodef-side-area .widget.widget_globefarer_core_contact_info .qodef-m-email-item, #qodef-side-area .widget.widget_globefarer_core_contact_info .qodef-m-phone-item, #qodef-side-area .widget.widget_globefarer_core_contact_info .qodef-m-title {
    color: #fff!important;
}
#qodef-side-area .widget.widget_globefarer_core_contact_info .qodef-m-address-tagline, #qodef-side-area .widget.widget_globefarer_core_contact_info .qodef-m-email-tagline, #qodef-side-area .widget.widget_globefarer_core_contact_info .qodef-m-phone-tagline {
    color: #979797!important;
}
#qodef-side-area .widget.widget_globefarer_core_contact_info .qodef-m.qodef-boxed-content--on {
    background-color: #333;
}
.qodef-content-slider~.swiper-button-next {
    background-color: var(--qode-main-color);
    height: 100%!important;
    left: 100%;
    right: auto!important;
    width: 147px!important;
}
.qodef-content-slider~.swiper-button-next:before {
    display: none;
}
.qodef-content-slider.qodef-item-layout--standard .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4.5%}
.qodef-content-slider.qodef-item-layout--standard .qodef-e-tagline, .qodef-content-slider.qodef-item-layout--standard .qodef-e-title {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .6s ease .5s, transform .6s ease .5s;
}
.qodef-content-slider.qodef-item-layout--standard .qodef-e-tagline {
    color: inherit;
    margin: 0 0 3px 0;
}
.qodef-content-slider.qodef-item-layout--standard .qodef-e-title {
    color: inherit;
    font-size: 26px;
    margin: 0;
}
.qodef-content-slider.qodef-item-layout--standard .qodef-e.swiper-slide-active .qodef-e-tagline, .qodef-content-slider.qodef-item-layout--standard .qodef-e.swiper-slide-active .qodef-e-title, .qodef-content-slider.qodef-item-layout--standard .qodef-e.swiper-slide-duplicate-active .qodef-e-tagline, .qodef-content-slider.qodef-item-layout--standard .qodef-e.swiper-slide-duplicate-active .qodef-e-title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .5s;
}
.qodef-content-slider.qodef-item-layout--standard .qodef-e.swiper-slide-active .qodef-e-title, .qodef-content-slider.qodef-item-layout--standard .qodef-e.swiper-slide-duplicate-active .qodef-e-title {
    transition-delay: .58s;
}
.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.qodef-countdown .qodef-digit-wrapper {
    width: 25%}
.qodef-countdown .qodef-digit, .qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-countdown.qodef-countdown--light .qodef-digit, .qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    border-left: 1px solid #1b1b1b;
    display: inline-block;
    padding: 2px 41px 3px 41px;
    vertical-align: top;
}
.qodef-countdown.qodef-layout--simple .qodef-label {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    line-height: 1em;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 65px;
    line-height: 1.107em;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 65px;
    line-height: 1.107em;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 0 0 10px 0;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0;
}
.widget.widget_globefarer_core_custom_font {
    margin-bottom: 0!important;
}
.qodef-custom-font {
    position: relative;
    margin: 0;
}
.qodef-divided-image-info {
    display: flex;
}
.qodef-divided-image-info .qodef-m-image {
    flex-shrink: 0;
    width: 40%}
.qodef-separator--on.qodef-divided-image-info .qodef-m-image {
    width: calc(40% + 40px);
}
.qodef-divided-image-info .qodef-m-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}
.qodef-separator--on.qodef-divided-image-info .qodef-m-content {
    padding: 0 40px;
}
.qodef-divided-image-info .qodef-m-title {
    margin: 0 0 15px 0;
}
.qodef-divided-image-info .qodef-m-text {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    position: relative;
}
.qodef-divided-image-info .qodef-m-text:after {
    background-color: #a6a6a6;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
}
.qodef-separator--on.qodef-divided-image-info .qodef-m-button {
    padding: 0 0 50px 0!important;
}
.qodef-vertically-centered--on.qodef-divided-image-info .qodef-m-button {
    padding: 0!important;
}
.qodef-divided-image-info.qodef-layout--image-left .qodef-m-image {
    padding-right: 40px;
}
.qodef-separator--on.qodef-divided-image-info.qodef-layout--image-left .qodef-m-image {
    border-right: 1px solid #a6a6a6;
}
.qodef-divided-image-info.qodef-layout--image-left:not(.qodef-separator--on) .qodef-m-image {
    margin-right: 40px;
    padding-right: 0;
}
.qodef-divided-image-info.qodef-layout--image-left.qodef-appear-animation--yes.qodef-appear-animation-type--roll-out .qodef-m-image img {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    transition: -webkit-clip-path .8s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .8s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .8s cubic-bezier(.57, .57, 0, .97), -webkit-clip-path .8s cubic-bezier(.57, .57, 0, .97);
}
.elementor-editor-active .qodef-divided-image-info.qodef-layout--image-left.qodef-appear-animation--yes.qodef-appear-animation-type--roll-out .qodef-m-image img, .qodef-divided-image-info.qodef-layout--image-left.qodef-appear-animation--yes.qodef-appear-animation-type--roll-out.qodef--appeared .qodef-m-image img {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.qodef-divided-image-info.qodef-layout--image-left.qodef-appear-animation--yes.qodef-appear-animation-type--fade-in .qodef-m-image img {
    opacity: 0;
    transform: translateX(-50%) scale(.8);
    transition: opacity .6s ease, transform .6s ease;
}
.elementor-editor-active .qodef-divided-image-info.qodef-layout--image-left.qodef-appear-animation--yes.qodef-appear-animation-type--fade-in .qodef-m-image img, .qodef-divided-image-info.qodef-layout--image-left.qodef-appear-animation--yes.qodef-appear-animation-type--fade-in.qodef--appeared .qodef-m-image img {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.qodef-divided-image-info.qodef-layout--image-right .qodef-m-image {
    padding-left: 40px;
}
.qodef-separator--on.qodef-divided-image-info.qodef-layout--image-right .qodef-m-image {
    border-left: 1px solid #a6a6a6;
}
.qodef-divided-image-info.qodef-layout--image-right:not(.qodef-separator--on) .qodef-m-image {
    margin-left: 40px;
    padding-left: 0;
}
.qodef-divided-image-info.qodef-layout--image-right.qodef-appear-animation--yes.qodef-appear-animation-type--roll-out .qodef-m-image img {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .8s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .8s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .8s cubic-bezier(.57, .57, 0, .97), -webkit-clip-path .8s cubic-bezier(.57, .57, 0, .97);
}
.elementor-editor-active .qodef-divided-image-info.qodef-layout--image-right.qodef-appear-animation--yes.qodef-appear-animation-type--roll-out .qodef-m-image img, .qodef-divided-image-info.qodef-layout--image-right.qodef-appear-animation--yes.qodef-appear-animation-type--roll-out.qodef--appeared .qodef-m-image img {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.qodef-divided-image-info.qodef-layout--image-right.qodef-appear-animation--yes.qodef-appear-animation-type--fade-in .qodef-m-image img {
    opacity: 0;
    transform: translateX(50%) scale(.8);
    transition: opacity .6s ease, transform .6s ease;
}
.elementor-editor-active .qodef-divided-image-info.qodef-layout--image-right.qodef-appear-animation--yes.qodef-appear-animation-type--fade-in .qodef-m-image img, .qodef-divided-image-info.qodef-layout--image-right.qodef-appear-animation--yes.qodef-appear-animation-type--fade-in.qodef--appeared .qodef-m-image img {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.qodef-divided-info-section {
    display: flex;
}
.qodef-divided-info-section .qodef-m-inner-left {
    padding: 5px 7.5% 0 0;
    width: 34.5%;
    flex-shrink: 0;
}
.qodef-divided-info-section .qodef-m-inner-right {
    border-left: 1px solid #a6a6a6;
    overflow: hidden;
    padding: 0 0 0 8.5%}
.qodef-divided-info-section .qodef-m-image {
    margin: 0 0 8% 0;
}
.qodef-divided-info-section .qodef-m-title {
    margin: 0 0 31px 0;
}
.qodef-divided-info-section .qodef-m-text {
    margin: 0;
}
.qodef-divided-info-section .qodef-e-content {
    align-items: center;
    display: flex;
    padding: 0 0 63px 0;
    position: relative;
}
.qodef-divided-info-section .qodef-e-content:not(:last-child) {
    margin: 0 0 63px 0;
}
.qodef-divided-info-section .qodef-e-content:not(:last-child):after {
    background-color: #a6a6a6;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
}
.qodef-divided-info-section .qodef-e-title {
    flex-shrink: 0;
    margin: 0;
    padding: 0 2% 0 0;
    width: 25.5%}
.qodef-divided-info-section .qodef-e-text {
    margin: 0;
    padding-right: 18%}
.qodef-divided-info-section .qodef-e-button {
    width: 54px;
}
.qodef-divided-info-section.qodef-appear-animation--yes.qodef-appear-animation-type--roll-out .qodef-m-image img {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .8s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .8s cubic-bezier(.57, .57, 0, .97);
    transition: clip-path .8s cubic-bezier(.57, .57, 0, .97), -webkit-clip-path .8s cubic-bezier(.57, .57, 0, .97);
}
.elementor-editor-active .qodef-divided-info-section.qodef-appear-animation--yes.qodef-appear-animation-type--roll-out .qodef-m-image img, .qodef-divided-info-section.qodef-appear-animation--yes.qodef-appear-animation-type--roll-out.qodef--appeared .qodef-m-image img {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.qodef-divided-info-section.qodef-appear-animation--yes.qodef-appear-animation-type--fade-in .qodef-m-image img {
    opacity: 0;
    transform: translateX(50%) scale(.8);
    transition: opacity .6s ease, transform .6s ease;
}
.elementor-editor-active .qodef-divided-info-section.qodef-appear-animation--yes.qodef-appear-animation-type--fade-in .qodef-m-image img, .qodef-divided-info-section.qodef-appear-animation--yes.qodef-appear-animation-type--fade-in.qodef--appeared .qodef-m-image img {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 45px;
    line-height: 1.155em;
}
.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 1.181em;
    color: #fff;
    background-color: #1b1b1b;
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%}
.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%}
.qodef-google-map .qodef-m-map embed, .qodef-google-map .qodef-m-map iframe, .qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block;
}
.qodef-google-map .qodef-m-map img {
    max-width: none;
}
.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #1b1b1b;
}
.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}
.qodef-icon--predefined.qodef-icon-list-item {
    line-height: inherit;
}
.qodef-icon-list-item .qodef-m-list-title {
    display: inline-block;
    line-height: 1;
    margin: 0;
    position: relative;
    vertical-align: top;
}
.qodef-icon--predefined.qodef-icon-list-item .qodef-m-list-title {
    line-height: inherit;
}
.qodef-title-tag--theme-specific.qodef-icon-list-item .qodef-m-list-title {
    font-size: 14px;
    line-height: 1.285em;
    letter-spacing: .04em;
}
.qodef-icon-list-item .qodef-m-list-title a {
    display: block;
}
.qodef-icon-list-item .qodef-m-list-title-inner {
    align-items: flex-start;
    display: flex;
}
.qodef-icon-list-item .qodef-m-list-title-icon {
    margin: 0 15px 0 0;
}
.qodef-icon--predefined.qodef-icon-list-item .qodef-m-list-title-icon {
    color: var(--qode-main-color);
}
.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    float: none;
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 18px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a, .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block;
}
.widget.widget_globefarer_core_icon_list_item .qodef-icon-list-item .qodef-m-list-title a {
    color: inherit;
}
.widget.widget_globefarer_core_icon_list_item .qodef-icon-list-item .qodef-m-list-title a .qodef-m-list-title-text {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
}
.widget.widget_globefarer_core_icon_list_item .qodef-icon-list-item .qodef-m-list-title a:hover .qodef-m-list-title-text {
    background-size: 100% 1px;
}
#qodef-top-area .widget.widget_globefarer_core_icon_list_item .qodef-icon-list-item.qodef-title-tag--theme-specific .qodef-m-list-title {
    font-size: 13px;
    font-weight: 200;
}
#qodef-page-sidebar .widget.widget_globefarer_core_icon_list_item {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_globefarer_core_icon_list_item {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_globefarer_core_icon_list_item {
    margin-bottom: 0;
}
.qodef-icon-with-text .qodef-m-title {
    margin: 0;
}
.qodef-icon-with-text .qodef-m-title a {
    display: block;
}
.qodef-icon-with-text .qodef-m-text {
    margin: 14px 0 0;
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1;
}
.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-icon-with-text .qodef-icon-holder {
    float: none;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block;
}
.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 15px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px;
}
.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%}
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 29px;
}
.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left.qodef--retina img {
    margin: 0 0 auto 0;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right.qodef--retina img {
    margin: 0 0 0 auto;
}
.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1;
}
.qodef-icon-holder a {
    display: block;
}
.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit;
    transition: color .2s ease-out;
}
.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit;
}
.qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none;
}
.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
    background-color: #1b1b1b;
}
.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%}
.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em;
}
.qodef-icon-holder.qodef-size--small {
    font-size: 2em;
}
.qodef-icon-holder.qodef-size--medium {
    font-size: 3em;
}
.qodef-icon-holder.qodef-size--large {
    font-size: 4em;
}
.qodef-icon-holder.qodef-size--huge {
    font-size: 5em;
}
.widget.widget_globefarer_core_icon {
    display: inline-block;
    line-height: 1;
}
#qodef-page-sidebar .widget.widget_globefarer_core_icon {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_globefarer_core_icon {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_globefarer_core_icon {
    margin-bottom: 0;
}
.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
    display: block;
}
.qodef-image-with-text .qodef-m-image img {
    width: 100%}
.qodef-image-with-text .qodef-m-content {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-areas: "title button" "text button";
    grid-template-columns: minmax(0, 1fr) min-content;
    grid-template-rows: minmax(0, 1fr) min-content;
    margin: 26px 0 0;
}
.qodef-image-with-text .qodef-m-title {
    grid-area: title;
    place-self: center start;
    margin: 0;
}
.qodef-image-with-text .qodef-m-additional-text {
    grid-area: text;
    place-self: center start;
    margin: 5px 0 0;
}
.qodef-image-with-text .qodef-m-button {
    grid-area: button;
    display: flex;
    place-self: center;
}
.qodef-image-with-text .qodef-m-button .qodef-button.qodef-layout--textual .qodef-m-button-icon {
    height: 44px;
    width: 44px;
}
.qodef-image-with-text.qodef--active .qodef-m-button .qodef-button.qodef-layout--textual .qodef-m-button-icon>svg {
    transform: rotate(90deg);
}
.qodef-linked-titles-grid .qodef-e-title {
    margin: 0;
}
.qodef-linked-titles-grid .qodef-e-link {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    color: inherit;
}
.qodef-linked-titles-grid .qodef-e-link:hover {
    background-size: 100% 1px;
}
.qodef-linked-titles-grid .qodef-e-link:hover {
    color: inherit;
}
.qodef-list-items .qodef-m-title {
    margin: 0 0 19px 0;
}
.qodef-list-items .qodef-m-list {
    margin: 0;
}
.qodef-list-items .qodef-m-list-item {
    display: flex;
    list-style: none;
}
.qodef-list-items .qodef-m-list-item:last-child {
    margin-bottom: 0!important;
}
.qodef-list-items .qodef-m-list-item-inner {
    color: inherit;
    margin: 0;
}
.qodef-list-items .qodef-m-list-text {
    color: inherit;
    transition: color .2s ease-out;
}
.qodef-list-items .qodef-m-list-link {
    color: inherit;
}
.qodef-list-items .qodef-m-list-link:hover {
    color: inherit;
}
.qodef-list-items.qodef-skin--light .qodef-m-list-text {
    color: #b7b7b7;
}
.qodef-list-items.qodef-skin--light .qodef-m-list-link {
    color: #b7b7b7;
}
.qodef-list-items.qodef-skin--light .qodef-m-list-link:hover {
    color: #b7b7b7;
}
.qodef-list-items.qodef-layout--bulleted-list .qodef-m-list-item {
    margin: 0 0 26px 0;
}
.qodef-list-items.qodef-layout--bulleted-list .qodef-m-list-item-inner {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.qodef-list-items.qodef-layout--bulleted-list .qodef-m-list-item-marker {
    color: var(--qode-main-color);
    margin: 0 15px 0 0;
}
.qodef-list-items.qodef-layout--underline-list .qodef-m-list-item {
    margin: 0 0 11px 0;
}
.qodef-list-items.qodef-layout--underline-list .qodef-m-list-link {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
}
.qodef-list-items.qodef-layout--underline-list .qodef-m-list-link:hover {
    background-size: 100% 1px;
}
.widget .qodef-list-items .qodef-m-list-link {
    color: inherit!important;
    font-size: inherit!important;
    font-weight: inherit!important;
    letter-spacing: inherit!important;
}
.widget .qodef-list-items.qodef-layout--bulleted-list .qodef-m-list-link {
    background-image: none!important;
}
.qodef-scrolling-tiles {
    overflow: visible;
    visibility: hidden;
}
.qodef-scrolling-tiles-inner {
    display: flex;
    overflow: visible;
}
.qodef-scrolling-tiles .qodef-e {
    overflow: visible;
    width: 100%}
.qodef-scrolling-tiles .qodef-e-image {
    overflow: visible;
    width: 100%}
.qodef-scrolling-tiles .qodef-e-image img {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    width: 100%}
.qodef-scrolling-tiles .qodef-e:last-child {
    margin-right: 0!important;
}
.qodef-scrolling-tiles.qodef--init {
    visibility: visible;
}
.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-section-title .qodef-m-title {
    margin: 0;
}
.qodef-section-title .qodef-m-tagline {
    margin: 0 0 11px 0;
}
.qodef-section-title .qodef-m-text {
    margin: 16px 0 0;
}
.qodef-section-title.qodef-custom-cursor--enabled .qodef-m-title a:focus, .qodef-section-title.qodef-custom-cursor--enabled .qodef-m-title a:hover {
    color: inherit;
}
.qodef-section-title.qodef-alignment--center {
    text-align: center;
}
.qodef-section-title.qodef-alignment--left {
    text-align: left;
}
.qodef-section-title.qodef-alignment--right {
    text-align: right;
}
.qodef-section-title.qodef-appear-animation--yes .qodef-m-button, .qodef-section-title.qodef-appear-animation--yes .qodef-m-text, .qodef-section-title.qodef-appear-animation--yes .qodef-m-title {
    opacity: 0;
    transform: translateX(-40px);
}
.elementor-editor-active .qodef-section-title.qodef-appear-animation--yes .qodef-m-button, .elementor-editor-active .qodef-section-title.qodef-appear-animation--yes .qodef-m-text, .elementor-editor-active .qodef-section-title.qodef-appear-animation--yes .qodef-m-title, .qodef-section-title.qodef-appear-animation--yes.qodef--appeared .qodef-m-button, .qodef-section-title.qodef-appear-animation--yes.qodef--appeared .qodef-m-text, .qodef-section-title.qodef-appear-animation--yes.qodef--appeared .qodef-m-title {
    animation: qodef-content-fade-in .6s forwards ease;
}
.elementor-editor-active .qodef-section-title.qodef-appear-animation--yes .qodef-m-text, .qodef-section-title.qodef-appear-animation--yes.qodef--appeared .qodef-m-text {
    animation-delay: .08s;
}
.elementor-editor-active .qodef-section-title.qodef-appear-animation--yes .qodef-m-button, .qodef-section-title.qodef-appear-animation--yes.qodef--appeared .qodef-m-button {
    animation-delay: .16s;
}
.qodef-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1;
}
.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    border-bottom: 1px solid #a6a6a6;
}
.qodef-separator.qodef-position--center {
    text-align: center;
}
.qodef-separator.qodef-position--left {
    text-align: left;
}
.qodef-separator.qodef-position--right {
    text-align: right;
}
#qodef-page-sidebar .widget.widget_globefarer_core_separator {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_globefarer_core_separator {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_globefarer_core_separator {
    margin-bottom: 0;
}
.qodef-single-image img {
    display: block;
}
.qodef-single-image.qodef-appear-animation--yes .qodef-m-image {
    overflow: hidden;
}
.qodef-single-image.qodef-appear-animation--yes .qodef-m-image img {
    transform: translateY(-100%);
    transition: transform .8s cubic-bezier(.57, .57, 0, .97);
}
.elementor-editor-active .qodef-single-image.qodef-appear-animation--yes .qodef-m-image img, .qodef-single-image.qodef-appear-animation--yes.qodef--appeared .qodef-m-image img {
    transform: translateY(0);
}
.qodef-tabbed-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
}
.qodef-tabbed-info .ui-tabs-nav {
    border-bottom: 1px solid #a6a6a6;
    display: flex;
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}
.qodef-tabbed-info .ui-tabs-tab {
    margin: 0;
    overflow: visible;
    padding: 0 0 27px 0;
    position: relative;
    width: 100%}
.qodef-tabbed-info .ui-tabs-tab:after {
    background-color: var(--qode-main-color);
    bottom: -2px;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: scale3d(0, 1, 1);
    transform-origin: left;
    transition: transform .2s;
    width: 100%}
.qodef-tabbed-info .ui-tabs-anchor {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
}
.qodef-tabbed-info .ui-state-active:after, .qodef-tabbed-info .ui-state-hover:after {
    transform: scale3d(1.004, 1, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}
.qodef-tabbed-info.qodef--init {
    visibility: visible;
}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-content {
    display: block!important;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-content-inner {
    display: flex;
    margin: 0 0 73px 0;
    opacity: 0;
    transform: translateX(-40px);
    animation: qodef-content-fade-out .6s forwards ease;
}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-content-inner-left {
    padding: 0 9% 0 25%;
    width: 50%}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-content-inner-right {
    width: 50%}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-content[aria-hidden=false] {
    z-index: 1;
}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-content[aria-hidden=false] .qodef-m-content-inner {
    animation: qodef-content-fade-in .6s forwards ease .4s;
}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-content[aria-hidden=false] .qodef-m-image {
    animation: qodef-image-slide-in .8s forwards cubic-bezier(.57, .57, 0, .97);
}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-image {
    transform: translateX(-100%);
    animation: qodef-image-slide-out .8s forwards cubic-bezier(.57, .57, 0, .97);
}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-text {
    margin: 0;
}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-title {
    margin: 0 0 35px 0;
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content {
    display: flex!important;
    padding: 45px 0 0 0;
    position: absolute;
    z-index: 0;
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content-left {
    padding: 15px 7% 0 0;
    width: 50%}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content-right {
    display: flex;
    flex-direction: column;
    padding: 0 8.5% 0 1.5%;
    width: 50%}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] {
    z-index: 1;
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-image {
    animation: qodef-image-fade-in .8s forwards cubic-bezier(.57, .57, 0, .97);
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-button, .qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-text, .qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-title {
    animation: qodef-content-fade-in .6s forwards ease .4s;
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-text {
    animation-delay: .48s;
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content[aria-hidden=false] .qodef-m-button {
    animation-delay: .56s;
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-image {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    animation: qodef-image-fade-out .8s forwards cubic-bezier(.57, .57, 0, .97);
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-button, .qodef-tabbed-info.qodef-layout--standard .qodef-m-text, .qodef-tabbed-info.qodef-layout--standard .qodef-m-title {
    opacity: 0;
    transform: translateX(-40px);
    animation: qodef-content-fade-out .6s forwards ease;
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-title {
    margin: 0 0 29px 0;
    padding: 0 1% 0 0;
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-text {
    border-bottom: 1px solid #a6a6a6;
    margin: 0 0 31px 0;
    padding: 0 1% 30px 0;
}
.qodef-vertical-split-slider--init {
    height: 100vh!important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
.admin-bar.qodef-vertical-split-slider--init {
    margin-top: 32px;
    height: calc(100vh - 32px)!important;
}
.qodef-vertical-split-slider--init .qodef-vertical-split-slider {
    visibility: visible;
}
.qodef-vertical-split-slider {
    height: 100vh;
    position: relative;
    visibility: hidden;
}
.admin-bar .qodef-vertical-split-slider {
    height: calc(100vh - 32px);
}
.qodef-vertical-split-slider .ms-right {
    right: 0!important;
}
.qodef-vertical-split-slider .ms-tableCell {
    height: calc(100vh - (2 * 10%))!important;
}
.admin-bar .qodef-vertical-split-slider .ms-tableCell {
    height: calc(100vh - (2 * 10%) - 32px)!important;
}
.qodef-vertical-split-slider-responsive {
    display: none;
}
.qodef-vertical-split-slider .qodef-m-slide-image, .qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    background-position: center;
    background-size: cover;
    position: relative;
}
.qodef-vertical-split-slider .qodef-m-slide-image.active .qodef-m-image img, .qodef-vertical-split-slider .qodef-m-slide-image.active .qodef-m-label, .qodef-vertical-split-slider-responsive .qodef-m-slide-image.active .qodef-m-image img, .qodef-vertical-split-slider-responsive .qodef-m-slide-image.active .qodef-m-label {
    transform: translateX(0);
    transition-delay: .6s;
}
.qodef-vertical-split-slider .qodef-m-slide-content, .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 24%;
    position: relative;
}
.qodef-vertical-split-slider .qodef-m-slide-content>div>:not(.qodef-m-image), .qodef-vertical-split-slider-responsive .qodef-m-slide-content>div>:not(.qodef-m-image) {
    position: relative;
    z-index: 1;
}
.qodef-vertical-split-slider .qodef-m-slide-content.active .qodef-m-image img, .qodef-vertical-split-slider .qodef-m-slide-content.active .qodef-m-label, .qodef-vertical-split-slider-responsive .qodef-m-slide-content.active .qodef-m-image img, .qodef-vertical-split-slider-responsive .qodef-m-slide-content.active .qodef-m-label {
    transform: translateX(0);
    transition-delay: .6s;
}
.qodef-vertical-split-slider .qodef-m-label-holder, .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    position: absolute;
    bottom: 0;
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.qodef-vertical-split-slider .qodef-m-label, .qodef-vertical-split-slider-responsive .qodef-m-label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 30px 80px 40px 40px;
}
.qodef-vertical-split-slider .qodef-m-label-counter, .qodef-vertical-split-slider-responsive .qodef-m-label-counter {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 32px;
    line-height: 1.25em;
}
.qodef-vertical-split-slider .qodef-m-label-text, .qodef-vertical-split-slider-responsive .qodef-m-label-text {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
}
.qodef-vertical-split-slider .qodef-m-image, .qodef-vertical-split-slider-responsive .qodef-m-image {
    bottom: 0;
    height: 200px;
    position: absolute;
    width: 200px;
    z-index: 0;
    overflow: hidden;
}
.qodef-vertical-split-slider .qodef-m-image img, .qodef-vertical-split-slider-responsive .qodef-m-image img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px;
}
.qodef-vertical-split-slider .qodef-m-title, .qodef-vertical-split-slider-responsive .qodef-m-title {
    margin: 0 0 35px 0;
}
.qodef-vertical-split-slider .qodef-m-text, .qodef-vertical-split-slider-responsive .qodef-m-text {
    margin: 0;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-label-holder, .qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-label-holder {
    right: 0;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-label, .qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-label {
    transform: translateX(100%);
    transition: transform .8s cubic-bezier(.57, .57, 0, .97) .8s;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-image, .qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-image {
    left: 0;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-image img, .qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-image img {
    transform: translateX(-100%);
    transition: transform .8s cubic-bezier(.57, .57, 0, .97) .8s;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-label-holder, .qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-label-holder {
    left: 0;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-label, .qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-label {
    transform: translateX(-100%);
    transition: transform .8s cubic-bezier(.57, .57, 0, .97) .8s;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-image, .qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-image {
    right: 0;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-image img, .qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-image img {
    transform: translateX(100%);
    transition: transform .8s cubic-bezier(.57, .57, 0, .97) .8s;
}
#multiscroll-nav {
    display: none;
}
#multiscroll-nav li {
    height: 12px!important;
    margin: 32px 0!important;
    width: 12px!important;
}
#multiscroll-nav li a span {
    background-color: #1b1b1b;
    border: none;
    height: 12px;
    left: 0;
    top: 0;
    width: 12px;
}
#multiscroll-nav li a.active span {
    background-color: var(--qode-main-color);
}
#multiscroll-nav.right {
    right: 34px!important;
}
.qodef-vertical-split-slider--init #multiscroll-nav {
    display: block;
}
.qodef-fullscreen-menu--opened #multiscroll-nav {
    z-index: 98;
}
html.elementor-html #multiscroll-nav {
    display: none!important;
}
.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-m-title, .qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-m-title {
    margin: 0 0 41px 0;
}
.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-icon-list-item:first-of-type, .qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-icon-list-item:first-of-type {
    margin: 0 0 20px 0;
}
.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-icon-list-item .qodef-m-list-title-icon, .qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-icon-list-item .qodef-m-list-title-text, .qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-icon-list-item .qodef-m-list-title-icon, .qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-icon-list-item .qodef-m-list-title-text {
    color: #1b1b1b;
}
.qodef-vertical-split-slider .qodef-content-layout--type-3 .qodef-m-text, .qodef-vertical-split-slider-responsive .qodef-content-layout--type-3 .qodef-m-text {
    border-bottom: 1px solid #a6a6a6;
    margin: 0 0 29px 0;
    padding: 0 0 29px 0;
}
.qodef-vertical-split-slider .qodef-content-layout--type-4 .qodef-m-text, .qodef-vertical-split-slider-responsive .qodef-content-layout--type-4 .qodef-m-text {
    border-bottom: 1px solid #a6a6a6;
    margin: 0 0 29px 0;
    padding: 0 0 29px 0;
}
.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b1b1b;
    font-size: 106px;
    line-height: 1;
}
.qodef-video-button .qodef-m-play span {
    display: block;
    line-height: inherit;
}
.qodef-video-button .qodef-m-play span:before {
    display: block;
    line-height: inherit;
}
#qodef-side-area {
    background-color: #1b1b1b;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 148px 70px 35px 80px;
    position: fixed;
    right: -485px;
    top: 0;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    visibility: hidden;
    width: 485px;
    z-index: 9999;
}
.qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible;
}
#qodef-side-area.qodef-alignment--center {
    text-align: center;
}
#qodef-side-area.qodef-alignment--right {
    text-align: right;
}
#qodef-side-area.qodef-alignment--left {
    text-align: left;
}
#qodef-side-area-close {
    color: #fff;
    display: block;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
#qodef-side-area-close .qodef-m-icon {
    padding: 30px;
}
.admin-bar #qodef-side-area-close {
    top: 65px;
}
.qodef-custom-cursor--enabled #qodef-side-area-close {
    display: none;
}
.qodef-side-area-cover {
    background-color: rgba(27, 27, 27, .15);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
    width: 100%;
    z-index: 0;
}
.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002;
}
.widget_globefarer_core_side_area_opener {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0!important;
}
.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
}
.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0;
}
.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.qodef-social-share li a {
    font-size: 20px;
}
.qodef-social-share li.qodef-facebook-share a:hover {
    color: #3b5998;
}
.qodef-social-share li.qodef-twitter-share a:hover {
    color: #00aced;
}
.qodef-social-share li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
.qodef-social-share li.qodef-tumblr-share a:hover {
    color: #32506d;
}
.qodef-social-share li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
.qodef-social-share li.qodef-vk-share a:hover {
    color: #45668e;
}
.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
    vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: block;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0!important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: block;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out, background-color .2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
    display: block;
    line-height: inherit;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a6a6a6;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
    background-color: #3b5998;
    color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
    background-color: #00aced;
    color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
    background-color: #007bb5;
    color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
    background-color: #32506d;
    color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
    background-color: #cb2027;
    color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
    background-color: #45668e;
    color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 14px;
    color: #5b5b5b;
    background-color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px;
}
.qodef-social-share.qodef-layout--list li {
    margin-right: 15px;
}
.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0;
}
.qodef-social-share.qodef-layout--text li {
    margin-right: 15px;
}
.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0;
}
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e;
}
#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #000;
}
#qodef-page-spinner .qodef-m-spinner {
    position: relative;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8);
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2;
}
#qodef-page-spinner.qodef-layout--globefarer .qodef-m-inner {
    color: var(--qode-main-color);
    transition: background-color .8s ease;
}
#qodef-page-spinner.qodef-layout--globefarer .qodef-m-globefarer {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-72px);
}
#qodef-page-spinner.qodef-layout--globefarer .qodef-m-text-holder {
    margin: 0 29px 29px 0;
    overflow: hidden;
    transform: translateX(-144px);
    transition: transform .8s ease;
}
#qodef-page-spinner.qodef-layout--globefarer .qodef-m-text {
    display: block;
    font-family: Sarabun, sans-serif;
    font-size: 103px;
    line-height: 1.039em;
    font-weight: 800;
    letter-spacing: -.01em;
    color: #fff;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .8s ease, opacity .8s ease;
}
#qodef-page-spinner.qodef-layout--globefarer .qodef-m-svg {
    display: block;
    width: 144px;
    height: 166px;
    position: absolute;
    left: 50%;
    overflow: hidden;
    transition: transform .8s ease, left .8s ease;
}
#qodef-page-spinner.qodef-layout--globefarer .qodef-m-shape {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path .6s ease;
    transition: clip-path .6s ease;
    transition: clip-path .6s ease, -webkit-clip-path .6s ease;
}
#qodef-page-spinner.qodef-layout--globefarer .qodef-m-shape.qodef--unwrap {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
#qodef-page-spinner.qodef-layout--globefarer.qodef--final .qodef-m-text-holder {
    transform: translateX(0);
}
#qodef-page-spinner.qodef-layout--globefarer.qodef--final .qodef-m-text {
    opacity: 1;
    transform: translateX(0);
}
#qodef-page-spinner.qodef-layout--globefarer.qodef--final .qodef-m-svg {
    left: 100%}
#qodef-page-spinner.qodef-layout--globefarer.qodef--end {
    position: absolute;
    pointer-events: none;
}
#qodef-page-spinner.qodef-layout--globefarer.qodef--end .qodef-m-inner {
    background-color: transparent;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1);
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s;
}
.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.qodef-page-title.qodef-image--responsive {
    height: auto!important;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
    left: 0;
    position: absolute;
    top: 0;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%);
}
.qodef-page-title.qodef-alignment--center {
    text-align: center;
}
.qodef-page-title.qodef-alignment--right {
    text-align: right;
}
.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 40px;
}
.qodef-page-title .qodef-breadcrumbs {
    font-size: 15px;
    color: #777;
}
.qodef-page-title .qodef-breadcrumbs a {
    color: #777;
}
.qodef-page-title .qodef-breadcrumbs a:hover {
    color: #1b1b1b;
}
.qodef-page-title .qodef-breadcrumbs span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}
.qodef-page-title .qodef-breadcrumbs span.qodef-breadcrumbs-current {
    color: #1b1b1b;
}
.qodef-page-title .qodef-breadcrumbs-separator {
    margin: 0 10px;
}
.qodef-page-title .qodef-breadcrumbs-separator:after {
    content: '/'}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0;
}
html.elementor-html .qodef-uncovering-section .elementor-section-wrap {
    margin-bottom: 0!important;
}
.qodef-uncovering-section .elementor-section-wrap .elementor-section {
    background-color: #fff;
    z-index: 1;
}
.qodef-uncovering-section .elementor-section-wrap>.elementor-section:last-child {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 0;
}
html.elementor-html .qodef-uncovering-section .elementor-section-wrap>.elementor-section:last-child {
    bottom: initial;
    left: initial;
    position: initial;
    width: initial;
}
.qodef-order-tracking {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.qodef-order-tracking .qodef-m-opener {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-size: 17px;
    line-height: 1.294em;
    align-items: center;
    display: flex;
    gap: 14px;
    height: 100%;
    justify-content: center;
    padding: 0 28px;
    position: relative;
}
.qodef-order-tracking .qodef-m-opener::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--qode-main-color);
    transform: scale3d(0, 1, 1);
    transform-origin: left;
    transition: transform .2s;
}
.qodef-order-tracking .qodef-m-opener:hover {
    cursor: pointer;
}
.qodef-order-tracking .qodef-m-dropdown {
    border-top: 1px solid transparent;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    width: 100%}
.qodef-order-tracking .qodef-m-dropdown-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 26px 44px 26px;
}
.qodef-order-tracking .qodef-m-dropdown-tagline {
    margin: 0 0 30px 0;
}
.qodef-order-tracking .qodef-m-dropdown-link {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22, .61, .36, 1);
    color: #979797;
    margin: 30px 0 0 0;
}
.qodef-order-tracking .qodef-m-dropdown-link:hover {
    background-size: 100% 1px;
}
.qodef-order-tracking .qodef-m-dropdown-link:hover {
    color: #979797!important;
}
.qodef-order-tracking:hover .qodef-m-opener::before {
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}
.qodef-browser--firefox .qodef-order-tracking:hover .qodef-m-opener::before {
    transform: scale3d(1.003, 1, 1);
}
.qodef-order-tracking:hover .qodef-m-dropdown {
    opacity: 1;
    visibility: visible;
}
.qodef-order-tracking .qodef-contact-form-7 input[type=date], .qodef-order-tracking .qodef-contact-form-7 input[type=email], .qodef-order-tracking .qodef-contact-form-7 input[type=number], .qodef-order-tracking .qodef-contact-form-7 input[type=password], .qodef-order-tracking .qodef-contact-form-7 input[type=search], .qodef-order-tracking .qodef-contact-form-7 input[type=tel], .qodef-order-tracking .qodef-contact-form-7 input[type=text], .qodef-order-tracking .qodef-contact-form-7 input[type=url], .qodef-order-tracking .qodef-contact-form-7 select, .qodef-order-tracking .qodef-contact-form-7 textarea {
    border: 1px solid #a6a6a6;
    margin: 0 0 20px;
    text-align: center;
    padding: 16px 0;
    transition: border-color .3s ease;
}
.qodef-order-tracking .qodef-contact-form-7 input[type=date]:-ms-input-placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=email]:-ms-input-placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=number]:-ms-input-placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=password]:-ms-input-placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=search]:-ms-input-placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=tel]:-ms-input-placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=text]:-ms-input-placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=url]:-ms-input-placeholder, .qodef-order-tracking .qodef-contact-form-7 select:-ms-input-placeholder, .qodef-order-tracking .qodef-contact-form-7 textarea:-ms-input-placeholder {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    color: #979797;
}
.qodef-order-tracking .qodef-contact-form-7 input[type=date]::placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=email]::placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=number]::placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=password]::placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=search]::placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=tel]::placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=text]::placeholder, .qodef-order-tracking .qodef-contact-form-7 input[type=url]::placeholder, .qodef-order-tracking .qodef-contact-form-7 select::placeholder, .qodef-order-tracking .qodef-contact-form-7 textarea::placeholder {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    color: #979797;
}
.qodef-order-tracking .qodef-contact-form-7 input[type=date]:focus, .qodef-order-tracking .qodef-contact-form-7 input[type=date]:hover, .qodef-order-tracking .qodef-contact-form-7 input[type=email]:focus, .qodef-order-tracking .qodef-contact-form-7 input[type=email]:hover, .qodef-order-tracking .qodef-contact-form-7 input[type=number]:focus, .qodef-order-tracking .qodef-contact-form-7 input[type=number]:hover, .qodef-order-tracking .qodef-contact-form-7 input[type=password]:focus, .qodef-order-tracking .qodef-contact-form-7 input[type=password]:hover, .qodef-order-tracking .qodef-contact-form-7 input[type=search]:focus, .qodef-order-tracking .qodef-contact-form-7 input[type=search]:hover, .qodef-order-tracking .qodef-contact-form-7 input[type=tel]:focus, .qodef-order-tracking .qodef-contact-form-7 input[type=tel]:hover, .qodef-order-tracking .qodef-contact-form-7 input[type=text]:focus, .qodef-order-tracking .qodef-contact-form-7 input[type=text]:hover, .qodef-order-tracking .qodef-contact-form-7 input[type=url]:focus, .qodef-order-tracking .qodef-contact-form-7 input[type=url]:hover, .qodef-order-tracking .qodef-contact-form-7 select:focus, .qodef-order-tracking .qodef-contact-form-7 select:hover, .qodef-order-tracking .qodef-contact-form-7 textarea:focus, .qodef-order-tracking .qodef-contact-form-7 textarea:hover {
    border-color: #1b1b1b;
}
.qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=date]:focus, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=date]:hover, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=email]:focus, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=email]:hover, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=number]:focus, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=number]:hover, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=password]:focus, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=password]:hover, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=search]:focus, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=search]:hover, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=tel]:focus, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=tel]:hover, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=text]:focus, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=text]:hover, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=url]:focus, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 input[type=url]:hover, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 select:focus, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 select:hover, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 textarea:focus, .qodef-skin--dark .qodef-order-tracking .qodef-contact-form-7 textarea:hover {
    border-color: #f5f5f5;
}
.qodef-order-tracking .qodef-contact-form-7 .wpcf7-response-output {
    margin: 20px 0 0 0!important;
}
.qodef-order-tracking .qodef-contact-form-7 .qodef-button {
    justify-content: center;
    text-align: center;
    width: 100%}
.widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-m-dropdown-inner {
    background-color: #fff;
}
.widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-m-dropdown-link:hover {
    color: #1b1b1b;
}
.widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=date]:focus, .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=email]:focus, .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=number]:focus, .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=password]:focus, .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=search]:focus, .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=tel]:focus, .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=text]:focus, .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=url]:focus, .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 select:focus, .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 textarea:focus {
    border-color: #1b1b1b;
}
#qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-m-opener::before {
    background-color: #fff;
}
#qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-m-dropdown-inner {
    background-color: #1b1b1b;
}
#qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-m-dropdown-tagline {
    color: #fff;
}
#qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-m-dropdown-link:hover {
    color: #fff;
}
#qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=date], #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=email], #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=number], #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=password], #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=search], #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=tel], #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=text], #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=url], #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 select, #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 textarea {
    color: #fff;
}
#qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=date]:focus, #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=email]:focus, #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=number]:focus, #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=password]:focus, #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=search]:focus, #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=tel]:focus, #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=text]:focus, #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 input[type=url]:focus, #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 select:focus, #qodef-page-header .qodef-skin--dark .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-contact-form-7 textarea:focus {
    border-color: #fff;
}
#qodef-page-header .qodef-skin--light .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-m-opener {
    color: #fff;
}
#qodef-page-header .qodef-skin--light .widget.widget_globefarer_core_order_tracking .qodef-order-tracking .qodef-m-dropdown-link:hover {
    color: #1b1b1b;
}
.qodef-social-icons-group .qodef-icon-holder {
    margin-right: 9px;
}
.qodef-social-icons-group .qodef-icon-holder a {
    transition: color .2s ease-out;
}
.qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0;
}
.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
    font-family: Sarabun, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    align-items: center;
    color: #777;
    display: inline-flex;
    flex-wrap: wrap;
}
.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
    color: inherit;
}
.widget.widget_globefarer_core_social_icons_group .qodef-icon-holder.qodef-layout--circle, .widget.widget_globefarer_core_social_icons_group .qodef-icon-holder.qodef-layout--square {
    background-color: #dfdfdf;
}
.widget.widget_globefarer_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover, .widget.widget_globefarer_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover {
    color: #1b1b1b;
}
.widget.widget_globefarer_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a, .widget.widget_globefarer_core_social_icons_group .qodef-icon-holder.qodef-layout--square:hover a {
    color: #fff;
}
@media only screen and (max-width:1440px) {
    .qodef-background-text .qodef-m-background-text {
    font-size: 135px;
}
}@media only screen and (max-width:680px) {
    .qodef-background-text .qodef-m-background-text {
    display: none!important;
}
}@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--divided article .qodef-e-content {
    padding: 2.5% 0 4.5% 2.25%}
}@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--divided article .qodef-e-inner {
    flex-direction: column;
}
.qodef-blog.qodef-item-layout--divided article .qodef-e-media {
    padding: 0 0 4.5% 0;
    width: 100%!important;
}
.qodef-blog.qodef-item-layout--divided article .qodef-e-media:after {
    display: none;
}
.qodef-blog.qodef-item-layout--divided article .qodef-e-content {
    padding: 2.5% 0 4.5% 0;
}
}@media only screen and (max-width:680px) {
    #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
}
#qodef-author-info .qodef-m-content {
    margin-top: 23px;
}
}@media only screen and (max-width:680px) {
    .qodef-fullscreen-menu>ul {
    min-width: initial;
    width: 100%;
    max-width: initial;
}
.qodef-fullscreen-menu>ul>li>a {
    font-size: 32px;
    line-height: 1.25em;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    min-width: initial;
    position: relative;
    padding-left: 0;
    left: auto;
}
}@media only screen and (max-width:1024px) {
    body: not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0!important;
}
}@media only screen and (max-width:1024px) {
    #qodef-top-area {
    display: none;
}
}@media only screen and (max-width:680px) {
    .qodef-contact-form-7 .qodef-m-input-holder.qodef--one-third {
    width: 100%}
.qodef-contact-form-7 .qodef-m-input-holder.qodef--one-half {
    width: 100%}
.qodef-contact-form-7 .qodef-m-input-holder.qodef--two-third {
    width: 100%}
.qodef-contact-form-7 .qodef-m-input-holder.qodef--third-holder .wpcf7-list-item {
    width: 100%}
.qodef-contact-form-7 .qodef-m-input-buttons {
    align-items: flex-start;
    flex-direction: column;
}
.qodef-contact-form-7 .qodef-m-input-buttons .qodef-button:first-child {
    margin-right: 0;
}
.qodef-contact-form-7 .qodef-m-order-tracking {
    align-items: flex-start;
    flex-direction: column;
}
.qodef-contact-form-7 .qodef-m-order-tracking-submit {
    margin: 20px 0 0 0;
}
rs-layer .qodef-m-order-tracking {
    align-items: flex-start!important;
    flex-direction: column!important;
}
rs-layer .qodef-m-order-tracking-submit {
    margin: 20px 0 0 0!important;
}
}@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%}
.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 50%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 25%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 20%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
    width: 12.5%}
}@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-gutter--ultra-large.qodef--no-bottom-space {
    margin-bottom: -50px;
}
.qodef-twitter-list.qodef-gutter--ultra-large #ctf .ctf-tweets {
    margin: 0 -25px;
}
.qodef-twitter-list.qodef-gutter--ultra-large #ctf .ctf-tweets>.ctf-item {
    padding: 0 25px;
    margin: 0 0 50px;
}
.qodef-twitter-list.qodef-gutter--extra-large.qodef--no-bottom-space {
    margin-bottom: -60px;
}
.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets {
    margin: 0 -30px;
}
.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets>.ctf-item {
    padding: 0 30px;
    margin: 0 0 60px;
}
.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -70px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -35px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
    padding: 0 35px;
    margin: 0 0 70px;
}
}@media only screen and (max-width:1024px) {
    .qodef-career-table table td.career-position, .qodef-career-table table th.career-position {
    width: auto;
}
.qodef-career-table table td.career-location, .qodef-career-table table th.career-location {
    width: auto;
}
.qodef-career-table table td.career-type, .qodef-career-table table th.career-type {
    width: auto;
}
.qodef-career-table table td.career-apply, .qodef-career-table table th.career-apply {
    width: auto;
}
.qodef-career-table table td {
    padding: 24px 6px;
}
}@media only screen and (max-width:680px) {
    .qodef-career-table table tr {
    display: flex;
    flex-direction: column;
}
.qodef-career-table table th {
    display: none;
}
.qodef-career-table table td {
    padding-left: 0;
}
.qodef-career-table table td.career-apply {
    text-align: left;
    padding-bottom: 34px;
}
}@media only screen and (max-width:680px) {
    .qodef-team-single .qodef-team-right-info .qodef-team-member-info-item {
    flex-direction: column;
    align-items: baseline;
}
.qodef-team-single .qodef-team-right-info .qodef-e-label {
    flex: initial;
}
}@media only screen and (max-width:1440px) {
    .qodef-accordion-info.qodef-layout--extended-compact .qodef-m-text {
    padding: 0 calc(5% + 44px) 18px 35.5%}
}@media only screen and (max-width:680px) {
    .qodef-accordion-info.qodef-layout--extended-compact .qodef-m-heading {
    display: none;
}
.qodef-accordion-info.qodef-layout--extended-compact .qodef-m-navigation {
    flex-wrap: wrap;
}
.qodef-accordion-info.qodef-layout--extended-compact .qodef-m-title {
    padding: 9px 5% 9px 0;
    width: calc(100% - 44px);
}
.qodef-accordion-info.qodef-layout--extended-compact .qodef-m-tagline {
    order: 3;
    width: calc(100% - 44px);
}
.qodef-accordion-info.qodef-layout--extended-compact .qodef-m-text {
    padding: 0 0 18px 0;
}
}@media only screen and (max-width:1440px) {
    .qodef-accordion-info.qodef-layout--extended .qodef-m-text {
    padding: 0 calc(5% + 44px) 18px 35.5%}
}@media only screen and (max-width:680px) {
    .qodef-accordion-info.qodef-layout--extended .qodef-m-heading {
    display: none;
}
.qodef-accordion-info.qodef-layout--extended .qodef-m-navigation {
    flex-wrap: wrap;
}
.qodef-accordion-info.qodef-layout--extended .qodef-m-title {
    padding: 9px 5% 9px 0;
    width: calc(100% - 44px);
}
.qodef-accordion-info.qodef-layout--extended .qodef-m-tagline {
    order: 3;
    width: calc(100% - 44px);
}
.qodef-accordion-info.qodef-layout--extended .qodef-m-text {
    padding: 0 0 18px 0;
}
}@media only screen and (max-width:680px) {
    .qodef-accordion-info.qodef-layout--standard .qodef-m-tagline {
    padding: 3px 0 21px 0;
}
.qodef-accordion-info.qodef-layout--standard .qodef-m-text {
    padding: 3px 0 24px 0;
}
}@media only screen and (max-width:1440px) {
    .qodef-contact-info.qodef-layout--type-1.qodef-boxed-content--on {
    padding: 40px 25px;
}
}@media only screen and (max-width:768px) {
    .qodef-contact-info.qodef-layout--type-1.qodef-boxed-content--on {
    padding: 30px 20px;
}
}@media only screen and (max-width:768px) {
    .qodef-contact-info.qodef-layout--type-2 .qodef-m-address-email {
    flex-direction: column;
}
.qodef-contact-info.qodef-layout--type-2 .qodef-m-address {
    margin: 0 0 35px 0;
    padding: 0;
    width: auto;
}
.qodef-contact-info.qodef-layout--type-2 .qodef-m-email {
    padding: 0;
    width: auto;
}
.qodef-contact-info.qodef-layout--type-2.qodef-boxed-content--on {
    padding: 20px 30px;
}
}@media only screen and (max-width:1024px) {
    .qodef-contact-info.qodef-layout--type-3 .qodef-m-phone-address {
    flex-direction: column;
}
.qodef-contact-info.qodef-layout--type-3 .qodef-m-phone {
    margin: 0 0 26px 0;
    padding: 0;
    width: auto;
}
.qodef-contact-info.qodef-layout--type-3 .qodef-m-address {
    padding: 0;
    width: auto;
}
.qodef-contact-info.qodef-layout--type-3.qodef-boxed-content--on {
    padding: 35px;
}
}@media only screen and (max-width:1680px) {
    .qodef-content-slider~.swiper-button-next {
    width: 6%!important;
}
}@media only screen and (max-width:1024px) {
    .qodef-content-slider~.swiper-button-next {
    width: 8%!important;
}
}@media only screen and (max-width:680px) {
    .qodef-content-slider {
    width: 100%!important;
}
.qodef-content-slider~.swiper-button-next {
    display: none!important;
}
}@media only screen and (max-width:680px) {
    .qodef-content-slider.qodef-item-layout--standard .qodef-e-tagline {
    font-size: 12px;
}
.qodef-content-slider.qodef-item-layout--standard .qodef-e-title {
    font-size: 15px;
}
}@media only screen and (max-width:768px) {
    .qodef-countdown {
    margin-bottom: -40px;
}
.qodef-countdown .qodef-digit-wrapper {
    margin-bottom: 40px;
    width: 50%}
}@media only screen and (max-width:680px) {
    .qodef-countdown .qodef-digit-wrapper {
    width: 100%}
}@media only screen and (max-width:1366px) {
    .qodef-divided-image-info .qodef-m-image {
    align-self: center;
}
.qodef-divided-image-info .qodef-m-content {
    margin-top: 0!important;
}
.qodef-separator--on.qodef-divided-image-info .qodef-m-button {
    padding: 0!important;
}
}@media only screen and (max-width:1024px) {
    .qodef-divided-image-info.qodef-breakpoint--1024 {
    flex-direction: column;
}
.qodef-divided-image-info.qodef-breakpoint--1024 .qodef-m-image {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    width: 100%!important;
}
.qodef-divided-image-info.qodef-breakpoint--1024 .qodef-m-content {
    margin-top: 40px!important;
    padding: 0!important;
}
}@media only screen and (max-width:768px) {
    .qodef-divided-image-info.qodef-breakpoint--768 {
    flex-direction: column;
}
.qodef-divided-image-info.qodef-breakpoint--768 .qodef-m-image {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    width: 100%!important;
}
.qodef-divided-image-info.qodef-breakpoint--768 .qodef-m-content {
    margin-top: 40px!important;
    padding: 0!important;
}
}@media only screen and (max-width:1024px) {
    .qodef-divided-image-info.qodef-layout--image-right.qodef-breakpoint--1024 {
    flex-direction: column-reverse;
}
}@media only screen and (max-width:768px) {
    .qodef-divided-image-info.qodef-layout--image-right.qodef-breakpoint--768 {
    flex-direction: column-reverse;
}
}@media only screen and (max-width:1440px) {
    .qodef-divided-info-section .qodef-e-title {
    width: 32.5%}
}@media only screen and (max-width:1024px) {
    .qodef-divided-info-section {
    flex-direction: column;
}
.qodef-divided-info-section .qodef-m-inner-left {
    padding: 0!important;
    width: 100%!important;
}
.qodef-divided-info-section .qodef-m-inner-right {
    border-left: none;
    padding: 0;
}
.qodef-divided-info-section .qodef-m-image {
    margin: 60px 0 60px 0;
}
.qodef-divided-info-section .qodef-e-title {
    width: 37.5%}
}@media only screen and (max-width:768px) {
    .qodef-divided-info-section .qodef-e-content {
    flex-wrap: wrap;
}
.qodef-divided-info-section .qodef-e-title {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%}
.qodef-divided-info-section .qodef-e-text {
    padding: 0 40px 0 0;
    width: calc(100% - 56px);
}
}@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
}
}@media only screen and (max-width:680px) {
    .qodef-scrolling-tiles-inner {
    width: 450%!important;
}
}@media only screen and (max-width:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none;
}
}@media only screen and (max-width:1024px) {
    .qodef-tabbed-info .ui-tabs-nav {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 80px 0;
}
.qodef-tabbed-info .ui-tabs-tab {
    margin: 0 0 20px 0;
    padding: 0 0 7px 0;
    width: auto;
}
}@media only screen and (max-width:1024px) {
    .qodef-tabbed-info.qodef-layout--compact .qodef-m-content-inner {
    flex-direction: column;
}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-content-inner-left {
    padding: 0;
    width: 100%}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-content-inner-right {
    width: 100%}
.qodef-tabbed-info.qodef-layout--compact .qodef-m-title {
    margin: 17px 0 35px 0;
}
}@media only screen and (max-width:1024px) {
    .qodef-tabbed-info.qodef-layout--standard .qodef-m-content {
    padding: 0;
    flex-direction: column;
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content-left {
    padding: 0 0 40px 0;
    width: 100%}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-content-right {
    padding: 0;
    width: 100%}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-title {
    padding: 0;
}
.qodef-tabbed-info.qodef-layout--standard .qodef-m-text {
    padding: 0 0 30px 0;
}
}@media only screen and (max-width:1024px) {
    .qodef-vertical-split-slider.qodef-disable-below--1024 {
    display: none;
}
.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive {
    display: block;
}
.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 10% 10% 40px;
}
.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    min-height: 50vh;
}
.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    left: 0;
    right: auto;
}
}@media only screen and (max-width:768px) {
    .qodef-vertical-split-slider.qodef-disable-below--768 {
    display: none;
}
.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive {
    display: block;
}
.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 10% 10% 40px;
}
.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    min-height: 50vh;
}
.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    left: 0;
    right: auto;
}
}@media only screen and (max-width:1440px) {
    .qodef-vertical-split-slider .qodef-m-label-holder, .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    height: 140px;
    width: 140px;
}
.qodef-vertical-split-slider .qodef-m-image, .qodef-vertical-split-slider-responsive .qodef-m-image {
    height: 140px;
    width: 140px;
}
.qodef-vertical-split-slider .qodef-m-image img, .qodef-vertical-split-slider-responsive .qodef-m-image img {
    height: 140px;
    width: 140px;
}
}@media only screen and (max-width:680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li: nth-child(1) {
    left: 1px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 46px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 91px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 136px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 181px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 226px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 271px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    left: auto;
    right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: auto;
    left: 1px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: auto;
    left: 46px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: auto;
    left: 91px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: auto;
    left: 136px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: auto;
    left: 181px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: auto;
    left: 226px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: auto;
    left: 271px;
}
}@media only screen and (max-width:680px) {
    #qodef-page-spinner.qodef-layout--globefarer .qodef-m-globefarer {
    transform: translateX(-36px);
}
#qodef-page-spinner.qodef-layout--globefarer .qodef-m-text-holder {
    margin: 0 20px 20px 0;
}
#qodef-page-spinner.qodef-layout--globefarer .qodef-m-text {
    font-size: 48px;
}
#qodef-page-spinner.qodef-layout--globefarer .qodef-m-svg {
    width: 72px;
    height: 83px;
}
}@media only screen and (max-width:1024px) {
    body: not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0!important;
}
}@media only screen and (max-width:680px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px;
}
}@media only screen and (max-width:1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
    justify-content: flex-start;
}
}