/*
Theme Name: MASCI 2024
Author: Hit Event co.,ltd
Author URI: https://hitevent.com
Description: A theme for MASCI 2024
Version: 1.0
*/

* {
    font-family: "Noto Sans Thai", sans-serif;
}

html {
    overflow-x: hidden;
    max-width: 100vw;

    line-height: 1.8em;
    font-size: 14px;
}

html.zoom-70 {
    font-size: 0.7em !important;
}

html.zoom-80 {
    font-size: 0.8em !important;
}

html.zoom-90 {
    font-size: 0.9em !important;
}

html.zoom-110 {
    font-size: 1.1em !important;
}

html.zoom-120 {
    font-size: 1.2em !important;
}

html.zoom-130 {
    font-size: 1.3em !important;
}

html.grayscale {
    filter: grayscale(100%)
}

html.animationOff * {
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important
}

html.cursorBlack {
    cursor: url("../images/icons/cursor.svg"), default
}

html.cursorWhite {
    cursor: url("../images/icons/cursor2.svg"), default
}


body {
    background: url('images/background1.png');
    background-size: 60%;
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    max-width: 100vw;
}

a {
    color: #111;
    text-decoration: underline;
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

ul {
    padding-left: 40px;
    list-style: disc;
}

ol {
    padding-left: 40px;
    list-style: decimal;
}

li {
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6 {
    margin-bottom: 10px;
}

.elementor hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);

    margin: 20px 0;
}

.header-navbar .wpr-nav-menu ul,
.header-navbar .wpr-mobile-nav-menu ul {
    padding-left: 30px;
    list-style: disc;
}

.hfe-search-icon-toggle input[type=search] {
    z-index: 100;
}

.hfe-search-icon-toggle i {
    z-index: 110;
}

.hfe-input-focus .hfe-search-icon-toggle input[type=search] {
    border: 4px solid #AAA;
    border-radius: 20px;
    background: #FFF;
}

.navbar.header-navbar {
    height: 100px;
    margin-top: 0;

    transition: all 0.1s;
    position: relative;
    padding: 0;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.wpr-nav-menu-horizontal .wpr-nav-menu .wpr-sub-mega-menu,
.wpr-sub-mega-menu {

    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    /* box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2); */
}

@media screen and (max-width: 768px) {
    .navbar.header-navbar {
        height: 50px;
    }
}

.mixitup {
    padding-bottom: 100px;
}

.mixitup a {
    color: #0067dd;
}

.btn-filters {
    gap: 10px;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-warp: wrap;
}

.filter {
    font-size: 1.2em;
    font-weight: bold;
    background: #EEE;
    padding: 8px 20px;
    border-radius: 10px;

}

.filter:hover,
.filter.active {
    text-decoration: underline;
    color: #FFF;
    background: #0067dd;
}

.download-header {
    color: #003194;
    font-weight: 400;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #CCC;
}

.download-content {
    line-height: 2em;
    padding-left: 30px;
}

.download-content li {
    margin-bottom: 0;
}

.mini-calendar {
    width: 100%;
    border-collapse: collapse;
}

.mini-calendar th,
.mini-calendar td {
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
}

.mini-calendar .has-event {
    background-color: #ffeb3b;
}

.tribe-events-calendar-list__month-separator {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* 
.header-navbar ul {
    display: flex;
    gap: 10px;
    font-size: 0.8em;
}

.header-navbar .sub-menu {
    display: none;
}

.header-navbar ul:hover .sub-menu {
    display: block;
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    width: 1000px;

    background: #FFF;
    padding: 10px;
    border-radius: 10px;
} */

.header-logo {
    width: 300px;
    width: 200px;
    max-width: fit-content;
}

.navbar-item {
    font-size: 1.15em;
    font-weight: 600;
    /* font-weight: bold; */
}

.hero-swiper-wrapper {
    position: relative;
    padding-bottom: 20px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-swiper-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);

}

.hero-swiper-wrapper .container {
    position: relative;
}

.swiper {
    max-width: 1200px;
}

.hero-swiper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 1.8;
}

.hero-swiper img {
    display: none;
}

.hero-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 5%;
}

.hero-swiper .swiper-wrapper {
    pointer-events: none;
}

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

.hero-swiper .swiper-wrapper {
    pointer-events: auto;
}

    .thumbnail-swiper {
        display: none;
    }

    .hero-swiper {
        /* aspect-ratio: .68; */
        /* aspect-ratio: 1.1; */
        aspect-ratio: 1.5;
        padding-top: 10px;
    }

    .hero-swiper .swiper-slide {
        display: block;
    }

    .hero-swiper .slide-image {
        width: 100%;
        aspect-ratio: 1.6;
        margin-bottom: 80px;
    }

    .hero-swiper img {
        display: block;
    }
}

.hero-swiper .swiper-slide div {
    flex: 1;
    padding: 0 4%;
}

.thumbnail-swiper-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.thumbnail-swiper {
    aspect-ratio: 2.1;
    transition: all 0.3s;
    width: 100%;
    overflow: visible;
}

.thumbnail-swiper img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    opacity: 0.5;
    border-radius: 10px;
}

.thumbnail-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100px;
    transition: all 0.3s;
    background: none;
    pointer-events: none;
}

.thumbnail-swiper .swiper-slide-thumb-active {
    pointer-events: all;

}

.thumbnail-swiper .swiper-slide-thumb-active {
    width: calc(100% - 300px);
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.thumbnail-swiper .swiper-slide-thumb-active img {
    opacity: 1;
    border-radius: 40px;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.slide-content {
    display: none;
}

.overlap-section {
    position: relative;
    margin-bottom: 160px;
}

.overlap-section .container {
    position: relative;
}

.overlap-section .container>* {
    position: relative;
    z-index: 1;
}

.container {
    margin: auto;
}

.intro-section .container::before {
    content: '';
    position: absolute;

    top: -20px;
    bottom: -50px;
    left: -50px;
    right: auto;
    width: calc((100vw - 100%) * 0.5 + 100% + 50px);
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 30px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}

.intro-list {
    /* list with green chevrons */
    list-style-type: disc;
    padding-left: 20px;
}

.service-section {
    margin-bottom: 100px;
}

.service-section .container::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    bottom: -30px;
    padding: 0px;
    left: auto;
    width: calc((100vw - 100%) * 0.5 + 100% + 50px);
    height: auto;

    background: rgb(126, 186, 0);
    background: linear-gradient(115deg, rgba(126, 186, 0, 0.5) 0%, rgba(237, 233, 149, 0.5) 23%, rgba(249, 255, 214, 0.5) 46%, rgba(148, 213, 245, 0.5) 100%);
    border-bottom-right-radius: 100px;
}

.hilight-item {
    position: relative;
}

.hilight-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 30px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.hilight-item:hover::after {
    background: none;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
}

.hilight-item div {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}

.hilight-item img {
    border-radius: 30px;
}

.training-section {
    background: linear-gradient(115deg, rgba(126, 186, 0, 0.5) 0%, rgba(237, 233, 149, 0.5) 23%, rgba(249, 255, 214, 0.5) 46%, rgba(148, 213, 245, 0.5) 100%);
}

.contact-section {
    background: linear-gradient(115deg, rgba(126, 186, 0, 0.5) 0%, rgba(237, 233, 149, 0.5) 23%, rgba(249, 255, 214, 0.5) 46%, rgba(148, 213, 245, 0.5) 100%);
}

.sector-item {
    /* border-top: 2px solid #888;
    border-bottom: 2px solid #888;
    padding: 20px auto; */
    transition: all 0.3s;
}

.sector-item:hover {
    /* transform: scale(1.05) rotate3d(0.4, 0.4, 1, 1deg); */
    transform: scale(1.05);
}


.sector-section .container::before {
    content: '';
    position: absolute;

    top: -50px;
    bottom: -50px;
    right: -50px;
    left: auto;
    height: auto;
    width: calc((100vw - 100%) * 0.5 + 100% + 50px);
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.8) 0%, rgba(200, 200, 200, 0.5) 100%);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 60px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
}

.sector-header {
    width: 35%;
    min-width: 500px;
    margin-bottom: 40px;
}

.sector-header::before {
    content: '';
    position: absolute;

    top: -50px;
    bottom: -50px;
    right: -50px;
    left: auto;
    height: 150px;
    width: calc((100vw - 100%) * 0.5 + 100% + 50px);
    background: rgba(255, 255, 255, 0.6);
    border-top-right-radius: 0;
    border-bottom-right-radius: 60px;

    z-index: -1;
}

.sector-images {
    position: relative;
}

.sector-images div {
    position: absolute;
    top: 50px;
    left: 50px;

    width: 800px;
}

.training-item {
    position: relative;
    padding: 20px !important;
    background: #fff;
    border-radius: 20px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);

    color: #333;

    display: flex;

    transition: all 0.3s;
    height: 120px;
}

.training-item:hover {
    /* transform: scale(1.05) rotate3d(0.4, 0.4, 1, 1deg); */
    transform: scale(1.05);
}

.training-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    bottom: 0;
    background: rgb(126, 186, 0);
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.date {
    display: inline;
    padding: 0;
    min-width: 100px;
    text-align: center;
}

.date-day {
    display: inline;
    font-size: 1.5em;
    font-weight: bold;
}

.training-item .date {
    display: block;
    padding: 0;
    min-width: 100px;
    text-align: center;
}

.training-item .date-day {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.training-info {
    position: absolute;
    bottom: 10px;
    left: 120px;
    right: 20px;
}

.training-name {
    /* Max 3 lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9em;
}

.training-location {
    font-size: 0.9em !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.training-price {
    font-size: 0.9em !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 110px;
    text-align: right;
}

.article-section article:nth-child(2n+1) .elementor-post__thumbnail {
    overflow: hidden;
    border-bottom-right-radius: 40px;
}

.article-section article:nth-child(2n) .elementor-post__thumbnail {
    overflow: hidden;
    border-top-right-radius: 40px;
}

.article-section article:nth-child(3n) .elementor-post__thumbnail {
    overflow: hidden;
    border-top-left-radius: 40px;
}

.article-section .elementor-post__title {
    color: navy;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-section .elementor-post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9em;
}

.search-input .hfe-search-button-wrapper input[type=search] {
    padding: 10px 20px !important
}

.heading-with-deco {
    padding: 0;
    margin: 0;
    margin-bottom: 20px !important;
}

.heading-with-deco::after {
    content: ' ';
    display: block;
    background: rgb(0, 92, 230);
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.heading-with-deco.green::after {
    background: rgb(126, 186, 0);
}

.heading-with-deco.blue::after {
    background: rgb(0, 92, 230);
}

.heading-with-deco.orange::after {
    background: rgb(255, 165, 0);
}

.heading-with-deco.purple::after {
    background: rgb(128, 0, 128);
}

.with-divider::after {
    content: ' ';
    display: block;
    position: absolute;
    background: url('images/divider1.png');
    height: 4px;
    left: 0;
    bottom: -10px;
    width: calc((100vw - 100%) * 0.5 + 100% + 50px);
}


.industry-wrapper .elementor-image-box-wrapper {
    list-style: none;
    padding: 0;
}

.industry-wrapper .elementor-image-box-wrapper {
    position: relative;
    padding-right: 20px;
    /* Space for the chevron */
    cursor: pointer;
}

.industry-wrapper .elementor-image-box-wrapper::after {
    content: '\f054';
    /* FontAwesome chevron-right icon */
    font-family: 'Font Awesome 5 Free';
    /* FontAwesome family */
    font-weight: 900;
    /* Ensure it's the solid icon */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.industry-wrapper .elementor-image-box-wrapper:hover::after {
    transform: translateY(-50%) translateX(5px);
    /* Adjust the value to suit your animation */
}

.singular-content::before {
    content: '';
    position: absolute;

    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
    width: calc(100% + 100px);
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 30px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);

}

.singular-content {
    z-index: 2
}

.read-more {
    /* Light grey background */
    color: #333;
    /* Dark text color */
    border: 2px solid #333;
    /* Dark border */
    padding: 10px 20px;
    /* Padding around the text */
    text-align: center;
    /* Center the text */
    display: inline-block;
    /* Inline block level element */
    font-family: sans-serif;
    /* Sans-serif font */
    font-size: 16px;
    /* Medium font size */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s;
    /* Smooth transition for background color */
    position: relative;
    /* Needed for absolute positioning of pseudo-elements */
}

.read-more:hover {
    background-color: #ccc;
    /* Darker grey background on hover */
}

.read-more::after {
    content: "\276F";
    /* Unicode character for chevron */
    color: navy;
    /* Navy color for the chevron */
    margin-left: 10px;
    /* Space between text and chevron */
    position: absolute;
    /* Position absolutely within the button */
    right: 20px;
    /* Distance from the right edge */
    top: 50%;
    /* Align vertically */
    transform: translateY(-50%);
    /* Center vertically */
}

.header-navbar {
    position: relative;
}

.header-navbar .wpr-sub-mega-menu {
    margin-left: 0px;
}

.header-navbar.nav-scrolled .wpr-sub-mega-menu {
    margin-left: 0;
}

.header-navbar .elementor-element {
    position: static;
}

.header-navbar>.elementor-element {
    position: relative;
}

.header-navbar .wpr-sub-mega-menu {
    left: 0 !important;
    font-size: 14px;
}

.header-navbar .wpr-sub-mega-menu h3 {
    margin-bottom: 15px;
}


.header-navbar .wpr-nav-menu,
.header-navbar .wpr-nav-menu ul,
.header-navbar .wpr-mobile-nav-menu,
.header-navbar .wpr-mobile-nav-menu ul {
    position: static;
    font-size: inherit;
}

.btn-register-single {
    letter-spacing: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    background: #0082cd;
    border: 4px solid #0082cd;
    font-weight: 600;
    font-size: 1.2em;
    color: #FFF;
    width: 100%;
    margin-left: 0px;
    /* margin-bottom: 10px; */
    margin-top: 20px;
}

#tribe-events-pg-template {
    max-width: 100%;
    padding: 0;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 5px;
    list-style: none;
    background: none;
    border-radius: 4px;
}

.standard-wrapper {
    position: relative;
    overflow: hidden;
    padding: 15px 15px 15px 30px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    background: linear-gradient(32deg, rgba(255, 255, 255, 1) 41%, rgba(235, 235, 235, 1) 100%);
    /* border: 1px solid #ccc; */
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.standard-wrapper::before {
    background: #006DBC;
    width: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
}

.training-default::before,
.training-quality-management-system::before,
.training-quality-management-system-series::before,
.standard-quality-management-systems::before {
    background-color: #006DBC;
}

.training-environmental-management-system::before,
.standard-environmental-energy-management-systems::before {
    background-color: #5d9200;
}

.training-energy-management-system::before,
.standard-energy-management-systems::before {
    background-color: #f94200;
}

.training-sustainability-management-system::before,
.training-sustainability-management-systems::before,
.standard-sustainability-management-systems::before {
    background-color: #005f6b;
}

.training-occupational-health-and-safety-management-system::before,
.standard-occupational-health-safety-management-systems::before {
    background-color: #FFD600;
}

.training-food-safety-management-system::before,
.training-food-safety-management-systems::before,
.standard-food-safety-management-systems::before {
    background-color: #f29500;
}

.training-organizational-resilience-management-system::before,
.training-organizational-resilience-management-systems::before,
.standard-organizational-resilience-management-systems::before {
    background-color: #aacd38;
}

.training-integrated-management-system::before,
.standard-integrated-management-system::before {
    background-color: #6c21ce;
}

.training-information-technology-management-systems::before,
.standard-information-technology-management-systems::before {
    background-color: #006DBC;
}

.training-innovation-management-system::before,
.standard-innovation-management-system::before {
    background-color: #f29500;
}

.training-educational-organizations-and-knowledge-management-systems::before,
.standard-educational-organizations-and-knowledge-management-systems::before {
    background-color: #1f3b6e;
}

.training-supply-chain-secerity-management-systems::before,
.standard-supply-chain-secerity-management-systems::before {
    background-color: #5a9a00;
}

.training-business-continuity::before,
.standard-business-continuity::before {
    background-color: #d4d700;
}

.training-labor::before,
.standard-labor::before {
    background-color: #a60c0c;
}

.training-conformity-assessment::before,
.standard-conformity::before {
    background-color: #538ccd;
}

/* For helper */

.helper-button {
    z-index: 100000;
}


.reader-mask {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    display: none
}

.reader-mask::after {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100vh;
    left: 0;
    bottom: 40px;
    content: " ";
    display: block;
    z-index: 10000
}

.reader-mask .reader-lower-mask {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 40px;
    content: " ";
    display: block;
    z-index: 10000
}

.reader-helper {
    position: absolute;
    pointer-events: none;
    display: none
}

.reader-helper::after {
    position: absolute;
    background-color: #40c1ac;
    width: 500px;
    height: 10px;
    left: -5%;
    top: 20px;
    content: " ";
    display: block;
    z-index: 10000
}

.header-helper-wrapper {
    box-shadow: 5px 5px 25px rgba(0, 0, 0, .2);
    position: fixed;
    top: 65px;
    right: 30px;
    width: 440px;
    max-width: 100%;
    z-index: 3000;
    padding: 0 40px 50px;
    border-radius: 10px;
    border: 1px solid #444;
    overflow: hidden;
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, white 50%, rgba(255, 255, 255, 0.8) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(10px);
    transition: all .4s;
    opacity: 1;
    height: auto;
    /* display: block !important; */
}

@media screen and (max-width: 576px) {
    .header-helper-wrapper {
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        max-height: 100%
    }
}

.header-helper-wrapper.show {
    display: block;
    animation: fadein-n-show .4s;
    animation-fill-mode: forwards;
    height: auto
}

.header-helper-wrapper.hide {
    animation: fadeout-n-hide .4s;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
    display: none
}

.header-helper-wrapper .close-botton {
    position: absolute;
    width: 40px !important;
    height: 40px;
    right: 0;
    top: 0;
    padding: 0;
    background: transparent !important;
    border: 0
}

.header-helper-wrapper .close-botton::before {
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    content: "";
    line-height: 0;
    font-size: 1.8em
}

.header-helper-wrapper .header-helper h3,
.header-helper-wrapper .header-helper .h3 {
    background-color: #f8d247;
    width: calc(100% + 80px);
    margin: 0 -40px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 30px
}

.header-helper-wrapper .header-helper button,
.header-helper-wrapper .header-helper .zoom-wrapper {
    padding: 20px 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #eee;
    border: 0;
    border-radius: 10px;
    font-size: .8em;
    transition: all .4s
}

.header-helper-wrapper .header-helper button.active,
.header-helper-wrapper .header-helper .zoom-wrapper.active {
    background-color: #f8d247
}

.header-helper-wrapper .header-helper button img,
.header-helper-wrapper .header-helper .zoom-wrapper img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-bottom: 10px
}

.header-helper-wrapper .header-helper button span,
.header-helper-wrapper .header-helper .zoom-wrapper span {
    display: block
}

.header-helper-wrapper .header-helper .zoom-wrapper {
    text-align: center;
    line-height: 20px
}

.header-helper-wrapper .header-helper .zoom-wrapper img {
    width: 25px;
    height: 25px;
    vertical-align: middle
}

.header-helper-wrapper .header-helper .zoom-wrapper .zoom-wrapper-bar {
    width: 80%;
    height: 20px;
    display: flex;
    margin: auto;
    border-radius: 20px;
    background-color: #aaa
}

.header-helper-wrapper .header-helper .zoom-wrapper .zoom-wrapper-bar>div {
    flex: 1;
    text-align: center;
    line-height: 20px
}

.header-helper-wrapper .header-helper .zoom-wrapper .zoom-wrapper-bar button {
    height: 20px;
    width: 20px;
    line-height: 20px;
    padding: 0;
    background-color: #f8d247
}

.header-helper-wrapper .header-helper .zoom-wrapper .zoom-wrapper-bar .helper-zoom-out::before {
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    content: "";
    line-height: 0;
    font-size: .8em
}

.header-helper-wrapper .header-helper .zoom-wrapper .zoom-wrapper-bar .helper-zoom-in::before {
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    content: "";
    line-height: 0;
    font-size: .8em
}

.header-helper-wrapper .header-helper .helper-clear-button {
    border-radius: 30px
}

.header-helper-wrapper .header-helper .helper-clear-button img {
    width: 15px !important;
    height: 15px !important;
    vertical-align: middle !important
}

.header-helper-wrapper .header-helper .helper-clear-button span {
    display: inline !important;
    line-height: 20px !important
}

.footer-wrapper,
.footer-wrapper .elementor-element {
    position: static;
}

/* End of helper */

.event-content .elementor-widget-container {
    font-size: 1em;
}

.event-content .elementor-widget-container * {
    font-size: 1.1rem;
}

.event-content .elementor-widget-container p,
.event-content .elementor-widget-container li {
    margin-bottom: 0;
}

.event-content hr {
    display: none;
}

.event-content .register-buttons {
    display: flex;
    gap: 15px;
}

.event-content .register-buttons .btn-new-register {
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.event-content .register-buttons .btn-new-register:nth-child(2) {
    background-color: #88c214;
    border-color: #88c214;
}

.elementor img {
    max-width: 100%;
    object-fit: contain;
}

.elementor img.aligncenter {
    display: block;
    margin: 0 auto;
}

.elementor img.alignleft {
    float: left;
    margin-right: 20px;
}

.elementor img.alignright {
    float: right;
    margin-left: 20px;
}

.service-item {
    transition: all 0.4s;
    opacity: 0.8;
}

.service-item:hover {
    transform: scale(1.02);
    opacity: 1;
    color: navy;
    text-shadow: #999 1px 1px 1px;
}

@media screen and (max-width: 768px) {
    .wpr-sub-mega-menu .elementor-image-box-wrapper {
        /* margin-bottom: 20px; */
        display: flex;
        gap: 10px;
    }
}

table td {
    vertical-align: top !important;
}




.intelligence-content-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.intelligence-content-list .content-item {
    width: calc(33% - 8px);
    line-height: 1.5;
}

@media screen and (max-width: 800px) {
    .intelligence-content-list .content-item {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 500px) {
    .intelligence-content-list .content-item {
        width: 100%;
    }
}


.intelligence-content-list .content-item img {
    width: 100%;
    border-radius: 15px;
    aspect-ratio: 2.4;
    object-fit: cover;
}

.intelligence-content-list .content-item a {
    text-decoration: none;
    color: #444;
}

.intelligence-content-list .content-item .content-title {
    color: #262626;
    font-size: 1.2em;
    margin-top: 10px;
}

.intelligence-content-list .content-item .content-excerpt {
    color: #666;
    font-size: 0.9em;
    margin-top: 5px;
    font-weight: 400;
}

.pvc_stats.total_only {
    display: none;
}

.magazine-post {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

.magazine-post .item-img-wrap {
    text-align: center;
}

.magazine-post .item-img-wrap img {
    width: 100%;
    border-radius: 15px;
    aspect-ratio: 0.7;
    object-fit: cover;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.magazine-post h2 {
    color: #666666;
    font-size: 21px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    height: 180px;
    padding-top: 60px;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%);
}

.magazine-post .magazine-details {
    color: #666666;
    font-size: 21px;
    text-align: center;
}

.magazine-post .btn {
    width: 100%;
    background-color: #0067dd;
    color: #FFF;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.chatbox {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 250px;
    z-index: 1000;
}

.chatbox .chatbox-link-fb {
    display: block;
    width: 100%;
    height: 50px;
    background-size: cover;
    content: "";
    position: absolute;
    top: 76px;
}

.chatbox .chatbox-link-line {
    display: block;
    width: 100%;
    height: 50px;
    background-size: cover;
    content: "";
    position: absolute;
    top: 126px;
}

.chatbox-close {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-size: cover;
    content: "";
}

.wpr-mobile-menu-display-dropdown .wpr-mobile-mega-menu-wrap {
    height: 90vh;
    overflow-y: auto;
    z-index: 9999;
}