/* START GENERAL */

:root {
  --main-blue-1: #24467a;
  --main-blue-2: #4ba0cd;
  --main-blue-3: #b6d5de;
  --main-yellow-1: #f7d88b;
  --main-yellow-2: #f6eee6;
  --addition-blue-1: #16386e;
  --addition-yellow-1: #946b05;
  --addition-white-1: #f2f2f2;
  --addition-gray-1: #e4e4e4;
  --addition-gray-2: #797979;
  --addition-black-1: #262626;
}

* {
  margin: 0;
  padding: 0;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: 'Work Sans' !important;
}

a {
  cursor: pointer !important;
}

html {
  /* overflow-x: hidden; */
  font-size: 15px;
  scroll-behavior: smooth;
}

body {
  font-size: 15px;
}

/* Start scroll bar css */
body::-webkit-scrollbar {
  width: 8px;
  background-color: var(--addition-white-1);
}

body::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #24467a;
  outline: 1px solid slategrey;
  cursor: pointer;
}

body::-webkit-scrollbar-thumb:hover {
  height: 30px;
  background-color: #4ba0cd;
  outline: 1px solid slategrey;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 30%);
}

/* End scroll bar css */

/* Start overwrite theme */
.jeg_content {
  padding: 0;
}

/* End overwrite theme */

/* END GENERAL */

/* START HEADER */
.jeg_main_menu > li.current-menu-item > a::before,
.jeg_main_menu > .current-menu-parent > a::before {
  opacity: 0 !important;

  /*     display: none; */
}

.jeg_main_menu > li.current-menu-item:hover > a::before {
  opacity: 1;
}

.jeg_stickybar a.sf-with-ul {
  color: var(--main-blue-1) !important;
}

.jeg_logo.jeg_desktop_logo img {
  height: 30px;
  filter: brightness(0) invert(1);
}

.jeg_main_menu > li > a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}

.snc-banner-home {
  margin-top: -65px;
}

.jeg_header .jeg_menu.jeg_main_menu > li > a {
  color: white;
}

.jeg_sticky_nav .jeg_menu.jeg_main_menu > li > a {
  color: var(--main-blue-1);
}

.jeg_main_menu > li > a::before {
  background: rgb(255, 255, 255, 80%);
}

.jeg_header .jeg_navbar_wrapper .sf-arrows .sf-with-ul::after {
  color: white !important;
}

.snc-button-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 40px;
  background: rgba(255, 255, 255, 20%);
  border: 1px solid white;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.snc-button-menu a {
  color: white;
}

.snc-button-menu:hover,
.snc-button-menu:active {
  background: rgba(255, 255, 255, 50%);
}

.jeg_navbar_mobile {
  background: rgb(255, 255, 255, 0%);
  box-shadow: none;
}

.jeg_mobile_midbar,
.jeg_mobile_midbar.dark {
  background: rgb(255, 255, 255, 0%) !important;
}

.jeg_mobile_logo img {
  filter: brightness(0) invert(1);
}

.jeg_navbar_mobile_wrapper .jeg_nav_item a.jeg_mobile_toggle,
.jeg_navbar_mobile_wrapper .dark .jeg_nav_item a.jeg_mobile_toggle {
  color: white;
}

/* stick header */
.jeg_sticky_nav .snc-button-menu {
  color: var(--main-blue-1);
  border-color: var(--main-blue-1);
}

.jeg_sticky_nav .snc-button-menu a {
  color: var(--main-blue-1);
}

.jeg_stickybar .jeg_logo img {
  height: 26px;
}

.jeg_sticky_nav .snc-button-menu:hover {
  color: white !important;
  background: #24467a;
}
.snc-btn-list-category a.elementor-button.elementor-button-link.elementor-size-sm {
    background: #4BA0CD;
}
/* stick header mobile */
.jeg_sticky_nav {
  background: white !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 10%) !important;
}

.jeg_sticky_nav .jeg_mobile_midbar,
.jeg_sticky_nav .jeg_mobile_midbar.dark {
  background: rgb(255, 255, 255, 0%) !important;
}

.jeg_sticky_nav .jeg_mobile_logo img {
  filter: none;
}

.jeg_navbar_mobile_wrapper .jeg_sticky_nav .jeg_nav_item a.jeg_mobile_toggle,
.jeg_navbar_mobile_wrapper .dark .jeg_sticky_nav .jeg_nav_item a.jeg_mobile_toggle {
  color: var(--main-blue-1) !important;
}

/* Custom menu header mobile */
.jeg_navbar_mobile_wrapper .jeg_sticky_nav .jeg_nav_item a.jeg_mobile_toggle {
  color: #24467a !important;
}

#jeg_off_canvas .jeg_mobile_wrapper {
  width: 100%;
}

#jeg_off_canvas a.jeg_menu_close {
  top: 85px !important;
  right: 30px;
  z-index: 99999;
}

#jeg_off_canvas i.jegicon-cross {
  color: #24467a;
}

.snc-mobile-content-header {
  display: flex;
  justify-content: flex-start;
  width: 148px;
  margin-top: 1rem;
  margin-left: 2rem;
}

.jeg_mobile_wrapper .item_main {
  padding-top: 1rem;
}

.jeg_aside_item {
  padding: 3.3rem 3.3rem 0;
  border: none;
}

.jeg_mobile_menu li a {
  margin-bottom: 1.5rem;
  color: #24467a;
  font-weight: 400;
  font-size: 1.1rem;
}

.jeg_mobile_menu.sf-arrows .sf-with-ul::after {
  top: 0.9rem;
  right: initial !important;
  color: #24467a;
  font-size: 0.65rem;
}

.jeg_mobile_menu ul li a {
  padding-left: 2rem;
  color: #24467a;
  font-size: 1.1rem;
  border-bottom: none;
}

.jeg_mobile_menu .menu-item-has-children > a {
  position: relative;
}

.jeg_mobile_menu .menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -10px;
  padding-left: 5px;
  font-size: 0.65rem;
  font-family: jegicon;
  transition: 0.3s;
  content: 'f';
}

/* add header mobile button */
.jeg_aside_item.jeg_aside_html {
  padding: 1rem 3.3rem;
  padding-top: 0;
  border-top: none;
}

.snc-button-menu-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  background: #24467a;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.snc-button-menu-mobile:hover {
  background: #16386e;
  transform: translateY(-3px);
}

.snc-button-menu-mobile a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  color: white;
  font-size: 1.1rem;
  text-align: center;
}

.jeg_mobile_logo img {
  height: 32px;
  max-height: 50px !important;
}

.jeg_navbar_mobile .jeg_nav_row {
  padding-top: 3rem;
}

.jeg_navbar_mobile.jeg_sticky_nav .jeg_nav_row {
  padding-top: 0;
}

.grecaptcha-badge {
  display: none !important;
}

/* mobile custom show menu */
.jeg_mobile_wrapper ul.sub-menu {
  display: none;
}

.jeg_mobile_wrapper .menu-item-has-children:hover .sub-menu {
  display: block;
}

.jeg_mobile_wrapper .menu-item-has-children:hover > a::after,
.jeg_mobile_wrapper .menu-item-has-children:active > a::after {
  transform: rotate(90deg) translateY(-5px);
}

/* responsive tablet */
@media only screen and (min-width: 767px) and (max-width: 1100px) {
  .jeg_header.full .jeg_nav_row {
    align-items: baseline;
  }

  .item_wrap jeg_nav_alignright {
    flex-wrap: nowrap;
  }

  .jeg_mobile_wrapper {
    height: 75%;
  }

  .jeg_main_menu > li > a {
    padding: 0 0.75rem;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .jeg_header.full .container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

.snc-opacity-header
  .jeg_header_sticky
  .jeg_header
  .jeg_navbar_wrapper
  .sf-arrows
  .sf-with-ul::after {
  color: #114575 !important;
}

.jeg_navbar_wrapper .jeg_menu li > ul li a {
  color: #24467a;
  background-color: white;
  border: none;
}

.jeg_navbar_wrapper .jeg_menu li > ul li.current-menu-item > a {
  color: #24467a;
  background-color: white;
  border: none;
}

.jeg_navbar_wrapper .jeg_menu li > ul li:hover > a,
.jeg_navbar_wrapper .jeg_menu li > ul li.sfHover > a,
.jeg_navbar_wrapper .jeg_menu li > ul li.current-menu-item > a,
.jeg_navbar_wrapper .jeg_menu li > ul li.current-menu-ancestor > a {
  color: #24467a;
  background-color: #f2f2f2;
  border: none;
}

/* END HEADER */

/* START FOOTER */

/* Start office & contact us */
.snc-footer-contact-us {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.snc-footer-contact-us .elementor-heading-title {
  font-weight: 400 !important;
  font-size: 2.4rem !important;
}

.snc-footer-contact-us p {
  font-size: 1.25rem;
  line-height: 1.2;
}

.snc-footer-contact-us a {
  color: white;
  font-size: 1.3rem;
}

@media (min-width: 1024px) {
  .snc-contact-us-text p {
    max-width: 75%;
  }
}

.snc-footer-office:last-child {
  padding-bottom: 5rem;
}

.snc-footer-office .elementor-heading-title {
  font-weight: 400 !important;
  font-size: 2rem;
}

.snc-footer-office .elementor-image-box-content .elementor-image-box-title {
  margin-bottom: 0.5rem !important;
  font-weight: 400 !important;
  font-size: 1.2rem;
  line-height: 1.2;
}

.snc-footer-office p {
  font-size: 1rem;
  line-height: 1.2;
}

.snc-footer-office .elementor-image-box-img {
  display: flex !important;
  justify-content: flex-end !important;
}

.snc-footer-office-1 .elementor-image-box-img {
  justify-content: flex-start !important;
}

/* Start form register */
.snc-footer-news {
  padding: 2rem 0;
}

.snc-footer-news .elementor-heading-title {
  font-weight: 400 !important;
  font-size: 1.4rem !important;
  font-family: 'Work Sans' !important;
  line-height: 1 !important;
}

.snc-footer-news .elementor-widget-heading {
  margin-bottom: 0.25rem;
}

.snc-footer-news p {
  margin-bottom: 0;
  font-size: 1rem;
}

.snc-footer-news form {
  /* display: flex; */
  position: relative;
  padding: 2px;

  /* align-items: flex-start; */
}

.snc-footer-news .wpcf7-email {
  height: 50px;
  margin-bottom: 0.25rem;
  color: white;
  font-size: 1rem !important;
  background: #24467a;
  border: none !important;
  border-radius: 5px;
}

.snc-footer-news .wpcf7-email::placeholder {
  color: white;
}

.snc-footer-news .wpcf7-submit {
  position: absolute;
  top: 7px;
  right: 7px;
  height: 40px;
  color: #946b05;
  font-weight: 400;
  font-size: 1rem;
  text-transform: inherit;
  background: #fed880 !important;
  border: none;
  border-radius: 5px;
}

.snc-footer-news .wpcf7-response-output {
  margin-top: 0 !important;
}

.snc-footer-news span.wpcf7-spinner {
  position: absolute;
  top: 15px;
  right: 30px;
}

.snc-footer-news .wpcf7-not-valid-tip {
  color: #fed980;
}

.snc-footer-news .wpcf7 form.invalid .wpcf7-response-output,
.snc-footer-news .wpcf7 form.unaccepted .wpcf7-response-output,
.snc-footer-news .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  padding: 0;
  color: #fed980;
  border: none;
}

.snc-footer-news .wpcf7 form.sent .wpcf7-response-output {
  padding: 0;
  color: #fed980;
  border: none;
}

/* footer copy right */
.snc-footer-logo .elementor-widget-wrap {
  display: flex;
  height: 100%;
}

.snc-footer-logo .elementor-widget-text-editor {
  position: relative;
  height: calc(100% - 3rem);
}

.snc-footer-logo .snc-footer-copyright {
  position: absolute;
  bottom: 0;
}

/* footer link */
.snc-footer-main {
  margin-top: -1px;
  padding-bottom: 2.8rem;
}

ul.snc-footer-links a {
  color: white;
  font-size: 0.8rem;
  transition: all ease-in-out 0.3s;
}

ul.snc-footer-links a:hover {
  color: #fed980;
}

.snc-footer-links li.parrent a {
  font-size: 0.95rem;
}

.snc-footer-links li.parrent {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.snc-footer-links li.parrent.parrent-first {
  margin-top: 0;
}

/* back to top */
.jscroll-to-top {
  /*     left: 30px !important; */
}

a.jscroll-to-top_link {
  width: 52px;
  background-color: rgba(17, 40, 124, 100%);
  opacity: 1;
}

a.jscroll-to-top_link i {
  color: white;
}

/* responsive footer mobile */
@media (max-width: 767px) {
  .snc-footer-contact-us .elementor-heading-title {
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    font-family: 'Work Sans' !important;
  }

  .snc-footer-contact-us p {
    font-size: 1.1rem;
  }

  .snc-footer-contact-us {
    padding: 1.5rem 1rem;
  }

  .snc-footer-office .elementor-heading-title {
    font-size: 1.5rem;
  }

  .snc-footer-office .elementor-image-box-content .elementor-image-box-title {
    margin-bottom: 0.1rem;
    font-size: 1.25rem;
    text-align: left;
  }

  .snc-footer-office .elementor-image-box-wrapper {
    display: flex;
  }

  .snc-footer-office p {
    text-align: left;
  }

  .snc-footer-office .elementor-image-box-img {
    justify-content: flex-start !important;
    width: 12% !important;
  }

  .snc-footer-office .elementor-image-box-img img {
    object-fit: none;
  }

  .snc-footer-office .snc-footer-office-1 img {
    margin-left: -5px;
    transform: scale(0.7);
  }

  .snc-footer-office-3 .elementor-image-box-content {
    margin-top: 0.5rem;
  }

  .snc-footer-news .elementor-heading-title {
    margin-bottom: 0.25rem;
    font-size: 1.2rem !important;
    font-family: 'Work Sans' !important;
  }

  .snc-footer-news p {
    font-size: 0.8rem;
  }

  .snc-footer-news .wpcf7-response-output {
    font-size: 1rem;
  }

  .snc-footer-news span.wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}

.snc-footer-logo img {
  width: 148px;
  filter: brightness(0) invert(1);
}

.snc-footer-office {
  margin-top: -1px;
}

/* responsive footer tablet */
@media (max-width: 1200px) {
  .snc-footer-news {
    background: #24467a !important;
  }

  .snc-footer-news .wpcf7-email {
    background: #16386f !important;
  }
}

/* END FOOTER */

/* Start customize slide */

.snc-learnmore img,
.snc-readmore img {
  width: 5px !important;
  margin-bottom: -3px !important;
  margin-left: 5px !important;
}

p..snc-learnmore,
p.snc-readmore {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 0 !important;
  font-size: 0.9rem !important;
}

p..snc-learnmore span,
p.snc-readmore span {
  font-size: 0.9rem !important;
}

/* End customize slide */

/* Single post */
.single-post .jeg_sidebar.jeg_sticky_sidebar.col-md-4 {
  position: sticky !important;
  top: 3rem !important;
}

.single-post .jeg_singlepage {
  padding: 3rem 0 !important;
}

.single-post .thumbnail-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px !important;
  padding-bottom: 400px !important;
  overflow: hidden !important;
  border-radius: 5px;
}

.single-post .thumbnail-container img {
  height: 400px !important;
  object-fit: cover;
  object-position: center center;
}

.jeg_header_wrapper .jeg_header {
  box-shadow: 0 1px 3px rgb(0, 0, 0, 25%) !important;
}

/* End post */

/* Start hidden breadcrumb */
#breadcrumbs {
  display: none;
}

/* End hidden breadcrumb */

/* Update style button */
.elementor-swiper .elementor-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
}

.page-id-1920 .elementor-swiper .elementor-button,
.page-id-8877 .elementor-swiper .elementor-button,
.page-id-8743 .elementor-swiper .elementor-button,
.page-id-8566 .elementor-swiper .elementor-button {
  width: 175px !important;
  height: 40px;
}

.snc-home-partner p {
  line-height: 24px;
}

/* Hien update */

/* Start page home */
@media (min-width: 1024px) {
  .snc-home-solution rs-layer#slider-3-slide-3-layer-5 {
    font-size: 1rem !important;
  }

  .snc-home-help-you .elementor-heading-title {
    font-size: 2.25rem;
  }

  .snc-home-solution-p p {
    font-size: 1.25rem;
  }

  .snc-home-list-post p {
    font-size: 0.75rem;
  }

  .snc-home-list-post span {
    font-size: 0.875rem;
  }

  .snc-home-list-post .tns-slide-active {
    width: 270px !important;
    height: 400px !important;
  }

  .snc-home-list-post .thumbnail-container {
    height: 100%;
  }

  .snc-home-list-post img {
    height: 100% !important;
  }

  .snc-home-button-book-meeting .elementor-button {
    width: 11rem;
    padding-left: 1.6rem !important;
  }

  .snc-home-button-book-meeting span.elementor-button-text {
    font-size: 1rem;
  }

  .src-home-intro-content p {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .snc-banner-home .swiper-slide-contents {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .snc-home-partner {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .snc-home-help-you {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .snc-home-global {
    /* padding-left: 2rem !important; */

    /* padding-right: 2rem !important; */
  }

  .snc-home-global h2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .snc-home-global a,
  .snc-home-global p {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .snc-footer-contact-us {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .snc-footer-office {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .snc-button-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 328px;
    height: 50px;
  }

  .snc-stategy-content {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

@media (max-width: 778px) {
  .snc-button-menu-mobile {
    width: 100%;
  }

  .src-home-intro-wrap p {
    width: 85%;
    font-size: 1rem;
  }

  .snc-footer-office {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .snc-footer-office p.elementor-image-box-description {
    line-height: 1.3;
  }

  .snc-footer-office .elementor-widget-container {
    padding-top: 1.5rem;
  }

  .snc-footer-copyright {
    margin-top: -1px;
  }

  .snc-banner-home .swiper-slide-contents {
    margin-top: -12vh;
  }

  .snc-corporate-our-solution {
    margin: 0 2rem !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  /* .snc-corporate-our-solution  img{
    margin-left: -4rem !important;
} */

  .snc-corporate-our-solution p {
    line-height: 1.2 !important;
  }
}

@media (min-width: 778px) {
  .snc-home-solution-blog .jeg_slider_type_3.jeg_slider {
    margin: 0 !important;
  }

  .snc-footer-hubspot {
    max-height: 600px;
    overflow: hidden;
  }
}

.single-post h1.jeg_post_title {
  font-weight: 600 !important;
  font-size: 2.4rem !important;
  text-align: left;
  text-transform: uppercase;
}

.single-post .jnews_related_post_container .jeg_block_heading_6 {
  margin-bottom: 1rem;
  border: none;
}

.single-post .jnews_related_post_container .jeg_block_heading_6::after {
  height: 0;
}

.single-post .jnews_related_post_container .jeg_post_category {
  display: none;
}

.single-post .jnews_related_post_container .jeg_post_title {
  font-weight: 400 !important;
}

.single-post .jnews_related_post_container .jeg_thumb {
  height: 200px !important;
}

/* page Home feedback customer */
@media screen and (min-device-width: 1024px) and (max-device-width: 1110px) {
  .snc-home-partner p {
    font-size: 0.9rem;
  }
}
@media (min-width: 1024px) {
  .snc-footer-contact-us .elementor-heading-title {
    font-weight: 400 !important;
    font-size: 2.25rem !important;
    font-family: 'Work Sans' !important;
    line-height: 1.2 !important;
  }
}
@media (min-width: 1024px) {
  .snc-stategy-slide-1 .elementor-swiper-button {
    top: 85% !important;
  }
}
@media (min-width: 1024px) {
  .snc-footer-main .elementor-social-icon-twitter img {
    width: 20px !important;
    filter: brightness(0) invert(1);
  }
}

.snc-footer-logo .elementor-social-icon-twitter img {
  width: 15px !important;
}

.jeg_btn-twitter img {
  width: 16px;
  padding-bottom: 4px;
}

a.box_twitter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: black;
  border-radius: 5px;
}

a.box_twitter img {
  width: 18px;
  opacity: 0;
  filter: brightness(0) invert(1);
}

a.box_twitter .snc-twitter,
a.box_twitter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: black;
  border-radius: 5px;
}

a.box_twitter .snc-twitter img {
  opacity: 1 !important;
}

.jeg_share_button .jeg_btn-twitter {
  background: black;
}

/* Start blog */
.single-post .jeg_featured_big {
  height: 60vh;
  margin-top: -65px;
}

.entry-header {
  margin-bottom: 1rem !important;
}

.entry-header::before {
  display: none !important;
}

.jeg_meta_container {
  text-align: left;
}

.single-post .entry-content p {
  margin-bottom: 0.75rem !important;
}

@media screen and (min-width: 1024px) {
  .jeg_single_narrow .content-inner > *,
  .jeg_single_narrow .jeg_inner_content > * {
    width: 1024px !important;
  }

  .snc-blog-footer {
    width: calc(1024px + 15px * 2) !important;
  }

}
.snc-home-partner-img #gallery_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.jnews_related_post_container .jeg_post_meta {
  display: none;
}

.jnews_related_post_container .jeg_post_title {
  padding-right: 1rem;
  padding-left: 1rem;
}

.jnews_related_post_container .jeg_post_title a {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
}

.jnews_related_post_container .jeg_thumb {
  overflow: hidden;
  border-radius: 5px;
}

.single-post .jeg_featured_bg img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 778px) {
  .single-post .jeg_featured_big {
    height: 40vh;
  }

  .single-post .jeg_singlepage {
    padding: 2rem 0 !important;
  }

  .single-post h1.jeg_post_title {
    font-size: 1.8rem !important;
  }
}

/* End blog */

.wpml-ls-legacy-dropdown a {
  color: white;
  background: black;
  border: none;
}

.jeg_topbar a,
.jeg_topbar.dark a {
  color: white;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  color: white;
  background: #181818;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-color: black;
}

a.wpml-ls-link {
  display: flex;
  align-items: center;
  height: 2rem;
}

.snc-header-sticky-top {
  position: relative;
  z-index: 99999;
  height: 27px;
  background: #16386e;
}

.jeg_stickybar.jeg_navbar {
  height: 90px;
}

.jeg_header_sticky .jeg_nav_row {
  height: 70px;
}

.snc-header-sticky-top .jeg_nav_row {
  height: 27px;
}

.snc-header-sticky-top a,
.snc-header-sticky-top i {
  color: white !important;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
}

.snc-header-sticky-top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  font-size: 0.9rem !important;
}

.snc-header-sticky-top .container {
  padding: 0 !important;
}

.snc-header-sticky-top::before {
  position: absolute;
  top: 0;
  left: -4rem;
  display: block;
  width: 4rem;
  height: 27px;
  background: #16386e;
  content: '';
}

.snc-header-sticky-top::after {
  position: absolute;
  top: 0;
  right: -4rem;
  display: block;
  width: 4rem;
  height: 27px;
  background: #16386e;
  content: '';
}

.jeg_stickybar.jeg_navbar,
.jeg_stickybar .jeg_main_menu:not(.jeg_menu_style_1) > li > a,
.jeg_stickybar .jeg_menu_style_1 > li,
.jeg_stickybar .jeg_menu:not(.jeg_main_menu) > li > a {
  line-height: 70px;
}

.snc-header-sticky-top .jeg_menu li > ul li a {
  color: #24467a !important;
}

.snc-header-sticky-top .jeg_accountlink li a {
  line-height: 27px !important;
}

.snc-header-sticky-top .jeg_nav_item > ul > li > a {
  color: white !important;
}

.snc-opacity-header
  .jeg_header_sticky
  .jeg_header
  .snc-header-sticky-top
  .sf-arrows
  .sf-with-ul::after {
  color: white !important;
}

.snc-header-sticky-top .jeg_accountlink {
  margin-right: 5px;
}

@media (min-width: 1024px) {
  .jeg_sticky_nav .snc-button-menu:hover {
    color: white !important;
    background: #24467a;
  }

  .jeg_sticky_nav .snc-button-menu:hover a {
    color: white !important;
    background: #24467a;
  }
}

.snc-stock-report-container {
  max-width: 860px;
  margin: auto;
}

.snc-stock-report-row {
  display: flex;
  column-gap: 1rem;
  row-gap: 1rem;
}

.snc-flex-align-bottom {
  align-items: flex-end;
  padding-top: 2rem;
}

#snc-stock-report-content {
  display: inline-flex;
}

/*     .snc-stock-report-col-md-5 {
        width: 42%;
    }
    .section-image-2 {
        width: 58%;
    } */
.snc-stock-report-col-md-4 {
  width: 60%;
}

.snc-stock-report-col-md-3 {
  width: 40%;
  padding-left: 1rem;
}

.snc-stock-report-row img {
  width: 100%;
}

.description-epic {
  width: 80% !important;
}

.element-book-demo {
  width: 30% !important;
  padding-left: 3rem;
}

.section-image-2 {
  display: flex;
}

a.element-button-book-demo {
  display: inline-block;
  width: 11rem;
  margin-top: 1rem;
  padding: 0.7rem;
  padding-left: 2.7rem;
  color: white;
  text-decoration: auto;
  background: #395091;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .snc-stock-report-img-center img {
    height: 7.7rem;
  }

  .snc-stock-report-img-right img {
    height: 15.7rem;
  }
}
@media (max-width: 426px) {
  .section-image-2 {
    width: 100% !important;
  }

  .snc-stock-report-col-md-5 {
    width: 100%;
    padding: 0.5rem;
  }

  .snc-stock-report-row {
    display: inline-block;
  }

  .snc-stock-report-col-md-4 {
    width: 60%;
    padding: 0.5rem;
  }

  .snc-stock-report-col-md-3 {
    width: 40%;
    padding: 0.5rem;
  }

  .snc-stock-report-img-right img {
    height: 11rem;
  }

  .element-book-demo {
    padding-left: 0;
  }

  #snc-stock-report-content {
    display: block;
  }

  .description-epic {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .section-image-2 {
    width: 66%;
  }

  .snc-stock-report-img-center {
    height: 51%;
  }
}
@media (max-width: 1024px) {
  .section-image-2 {
    width: 63%;
  }
}
@media (max-width: 768px) {
  .section-image-2 {
    width: 57%;
  }
}

.trp-language-switcher {
  width: 100px !important;
  height: 27px;
  border: none;
}

.trp-ls-shortcode-current-language {
  position: relative;
  height: 27px !important;
  padding: 0 !important;
  border: none !important;
}

.trp-ls-shortcode-current-language::before {
  position: absolute;
  top: 7px;
  right: 10px;
  display: inline-block;
  margin-right: -3px;
  margin-left: 5px;
  color: white;
  font: normal normal normal 12px/1 FontAwesome;
  font-size: inherit;
  content: '\F107';
}

.trp-language-switcher > div {
  padding: 0 !important;
  background: none;
  border: none;
  border-radius: 0 0 5px 5px;
}

.trp-language-switcher > div > a {
  display: flex;
  align-items: center;
  height: 27px;
  padding: 0 !important;
  padding-left: 0.5rem;
  color: white;
  font-size: 0.9rem !important;
  border: none !important;
  cursor: pointer;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
  margin: 0 !important;
  border: none !important;
}

.trp-language-switcher > div > a:not(.trp-ls-shortcode-disabled-language) {
  background: #000;
}

.trp-language-switcher > div > a:not(.trp-ls-shortcode-disabled-language):hover {
  background: #666;
}

.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  width: 100% !important;
  transition: all ease-in-out 0.3s;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
  display: flex;
  align-items: center;
  width: 100% !important;
}

.snc-header-sticky-top .trp-ls-shortcode-disabled-language {
  padding-top: 5px !important;
}

.snc-home-solution rs-layer {
  font-size: 20px;
}

.snc-home-solution .tp-bullets {
  top: 100% !important;
  display: none !important;
}

.snc-corporate-description-situation {
  padding-top: 1rem;
}

.snc-corporate-description-company-profile {
  padding-top: 1rem;
}
@media (max-width: 1024px) {
  .snc-banner-about-us .swiper-slide-contents {
    max-width: 55% !important;
  }
}
@media (min-width: 1024px) {
  .elementor-element.elementor-element-8ebbcdc {
    width: 57% !important;
  }
}
@media (max-width: 768px) {
  .snc-footer-office .elementor-image-box-img {
    margin-right: 7px !important;
  }

  .snc-footer-office .elementor-image-box-description {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .snc-footer-office-3 .elementor-image-box-content {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .snc-esg-csr-content img {
    max-width: 99% !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .snc-footer-office .elementor-image-box-img {
    width: 12% !important;
    margin-right: 7px !important;
  }

  .snc-footer-office .elementor-image-box-description {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .snc-footer-office-3 .elementor-image-box-content {
    margin-top: 0;
  }

  .snc-footer-office-1 img {
    padding-top: 3rem;
  }

  .snc-footer-main .elementor-social-icon-twitter img {
    width: 20px;
    filter: brightness(0) invert(1);
  }

  .snc-home-insight {
    margin-bottom: 0 !important;
    padding: 0 2rem !important;
  }

  .snc-home-insight .jeg_slider_type_2_wrapper .tns-nav {
    right: calc(100% - 100px + 3rem) !important;
  }

  .snc-footer-contact-us .elementor-heading-title {
    font-size: 1.75rem !important;
  }

  .snc-footer-contact-us p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .snc-footer-main .elementor-grid-item {
    max-width: 2.5rem;
  }

  .snc-footer-main .elementor-social-icon {
    width: calc(var(--icon-size, 25px) + (1.3 * var(--icon-padding, 0.5em))) !important;
    height: calc(var(--icon-size, 25px) + (1.3 * var(--icon-padding, 0.5em))) !important;
  }

  .snc-footer-links li.parrent a {
    font-size: 0.8125rem;
  }

  .snc-footer-links li.submenu-child a {
    font-size: 0.6875rem;
  }

  li.submenu-child {
    line-height: 1.3;
  }
}
@media (min-width: 768px) .snc-esg-csr-content img {
  max-width: 99% !important;
}

.snc-home-global .elementor-button-text {
  text-shadow: none;
}

/*  update 24/08 */
.snc-carbon-news-img .elementor-widget-wrap {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 25%);
}

.snc-carbon-news-img a.elementor-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 59%;
  margin: 0 16%;
  border-radius: 2rem;
}

.snc-carbon-news-img a span {
  /* padding: 0px 1rem; */
  font-size: 0.75rem;
}

.snc-carbon-news-img .elementor-widget-button {
  position: absolute;
  top: 30%;
}

.snc-carbon-news-img-column-left:hover a {
  display: flex;
}

.snc-carbon-news-img-column-center:hover a {
  display: flex;
}

.snc-carbon-news-img-column-right:hover a {
  display: flex;
}
@media (min-width: 768px) {
  .snc-carbon-news-img .elementor-col-33 {
    width: 32.333%;
    padding: 10px;
  }
}

.snc-portfolio-report .elementor-icon-box-description {
  width: 95%;
  padding: 0 10px;
  color: #548051;
  font-weight: 500;
  font-size: 0.8rem;
  font-family: Montserrat !important;
  line-height: 1.5;
  text-align: center;
}

.snc-portfolio-report .snc-portfolio-analyses {
  display: flex;
  justify-content: center;
  width: 95%;
  padding: 2rem 1rem;
  text-align: center;
  border-radius: 1rem;
  box-shadow: orange;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 25%);
}

.snc-portfolio-analyses {
  height: 100% !important;
}

.snc-portfolio-analyses:hover {
  background: #548051;
}

.snc-portfolio-analyses:hover .elementor-icon-box-description {
  color: #fff;
}

/* updated 25/08 */
@media (min-width: 768px) {
  .snc-stategy-img-column-left {
    width: 36% !important;
  }

  .snc-stategy-img-row-first-left {
    max-width: 49%;
    padding-right: 0.2rem;
  }

  .snc-stategy-img-row-first-right {
    max-width: 51%;
    padding-left: 0.3rem;
  }

  .snc-stategy-img-column-center-left {
    width: 26% !important;
  }

  .snc-stategy-img-column-center-right {
    width: 19% !important;
  }

  .snc-stategy-img-column-right {
    width: 19% !important;
  }
}
@media (max-width: 480px) {
  .snc-home-solution rs-bullets.tp-bullets {
    position: absolute;
    top: 55% !important;
    left: 5% !important;
  }

  .snc-home-solution rs-bullets.tp-bullets .tp-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
@media (max-width: 778px) {
  #snc-scoring-and-target-setting .snc-tab-row {
    flex-direction: column;
  }
	.elementor-repeater-item-d25794e {
    display: none !important;
}
}
@media (min-width: 768px) {
  .snc-stategy-img-column-center-left .elementor-element.elementor-element-c1e4565 {
    height: 65%;
  }

  .snc-stategy-img-column-center-left .elementor-widget-container {
    height: 100% !important;
  }

  .snc-stategy-img-column-center-left img {
    width: 100%;
    height: 100%;
    object-position: center;
  }

  .snc-stategy-img-column-center-left .elementor-element.elementor-element-b6b191c {
    height: 31%;
  }

  .snc-stategy-content .elementor-widget:not(:last-child) {
    margin-bottom: 10px !important;
  }

  .snc-stategy-img-column-center-right .elementor-element.elementor-element-b2ae58e {
    width: 100%;
    height: 100%;
  }

  .snc-stategy-img-column-center-right .elementor-widget-container {
    height: 100%;
  }

  .snc-stategy-img-column-center-right img {
    height: 100%;
  }

  .snc-stategy-img-column-right .elementor-element.elementor-element-f28f536 {
    height: 45%;
  }

  .snc-stategy-img-column-right .elementor-widget-container {
    height: 100%;
  }

  .snc-stategy-img-column-right img {
    height: 100%;
  }

  .snc-stategy-img-column-right .elementor-element.elementor-element-cf9c509 {
    height: 51%;
  }
}

.snc-stategy-img-column-left img:hover {
  filter: brightness(2);
}

.snc-stategy-img-column-center-left img:hover {
  filter: brightness(2);
}

.snc-stategy-img-column-center-right img:hover {
  filter: brightness(2);
}

.snc-stategy-img-column-right img:hover {
  filter: brightness(2);
}

@media (max-width: 768px) {
  .snc-stategy-img-column-left-row-first {
    width: 40%;
  }

  .snc-stategy-img-column-right-row-first {
    width: 60%;
  }

  .snc-stategy-img-column-left-third {
    width: 60%;
  }

  .snc-stategy-img-column-right-third {
    width: 40%;
  }

  .snc-stategy-img-column-right-row-first-top,
  .snc-stategy-img-column-left-row-first-top {
    margin-bottom: 10px !important;
  }

  .snc-stategy-img-column-right-row-first-bottom {
    height: 68%;
  }

  .snc-stategy-img-column-right-row-first-bottom .elementor-widget-container {
    height: 100%;
  }

  .snc-stategy-img-column-right-row-first-bottom img {
    height: 100%;
  }

  /* 	.snc-stategy-img-column-right-third-top {
		height:48%;
	} */
  .snc-stategy-img-column-right-third-top .elementor-widget-container {
    height: 100%;
  }

  .snc-stategy-img-column-right-third-top img {
    height: 100%;
  }

  .snc-stategy-img-column-right-third-bottom {
    height: 48%;
  }

  .snc-stategy-img-column-right-third-bottom .elementor-widget-container {
    height: 100%;
  }

  .snc-stategy-img-column-right-third-bottom img {
    height: 100%;
  }

  .snc-stategy-img-column-left-row-first .elementor-element-populated {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }

  .snc-stategy-img-column-left-third .elementor-element-populated {
    padding-top: 0 !important;
    padding-right: 0 !important;
  }

  .snc-stategy-img-column-right-third .elementor-element-populated {
    padding-top: 0 !important;
  }

  .snc-stategy-img-column-right-third-top {
    margin-bottom: 18px !important;
  }
}

.snc-home-getstarted a.elementor-button:hover {
  background: #24467a !important;
}

.snc-home-getstarted a.elementor-button:hover span {
  color: white;
}

.snc-home-global a.elementor-button:hover {
  background: #24467a !important;
}

.snc-home-global a.elementor-button:hover span {
  color: white;
}

.snc-home-solution .tp-bullet-title {
  display: none !important;
}

.snc-banner-esg-csr .elementor-slide-button {
  width: 12rem;
}

.snc-banner-esg-csr-mobile .elementor-slide-button {
  width: 12rem;
}
@media (min-width: 1024px) {
  .snc-home-solution .tparrows {
    top: 10rem !important;
    left: -1rem !important;
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .snc-home-solution .tparrows {
    top: 5rem !important;
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .snc-home-solution .tparrows {
    top: 1.5rem !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
  }

  .snc-home-solution .tparrows::before {
    font-size: 10px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 480px) {
  .snc-home-solution .tparrows {
    top: 4rem !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
  }

  .snc-home-solution .tparrows::before {
    font-size: 10px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 1120px) {
  .snc-home-why-zeno .tparrows {
    top: 11rem !important;
    border-radius: 50% !important;
  }
}
@media (min-width: 776px) {
  .snc-home-why-zeno .tparrows {
    top: 9rem !important;
    border-radius: 50% !important;
  }
}

.snc-home-why-zeno .tparrows::before {
  color: #4ba0cd !important;
  transition: all ease-in-out 0.3s;
}

.snc-home-why-zeno .tparrows {
  background: #b6d5de !important;
  border-color: #4ba0cd !important;
}

.snc-home-why-zeno .tparrows:hover {
  border-color: #fed880 !important;
}

.snc-home-why-zeno .tparrows:hover::before {
  color: #fed880 !important;
}

rs-layer#slider-3-slide-3-layer-7 img {
  border: none;
  border-radius: 10%;
}

rs-layer#slider-3-slide-3-layer-7_5710 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-3-slide-3-layer-8 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-3-slide-3-layer-8_4678 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-3-slide-3-layer-9 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-3-slide-3-layer-9_3122 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-3-slide-3-layer-10 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-3-slide-3-layer-10_8274 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-3-slide-3-layer-11 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-3-slide-3-layer-11_1016 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-4-slide-20-layer-6 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-4-slide-20-layer-0 img {
  border: none;
  border-radius: 50%;
}

rs-layer#slider-4-slide-20-layer-7 img {
  border: none;
  border-radius: 50%;
}

.snc-home-why-zeno .tparrows {
  border-radius: 50% !important;
}
@media (min-width: 480px) and (max-width: 768px) {
  .snc-home-why-zeno .tparrows {
    top: 4em !important;
    left: 150% !important;
    width: 20px !important;
    height: 20px !important;
  }

  .snc-home-why-zeno .tparrows::before {
    font-size: 10px !important;
    line-height: 20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1140px) {
  .snc-home-why-zeno .tparrows {
    left: 102% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .snc-home-why-zeno .tparrows {
    top: 8rem !important;
    left: 118% !important;
  }
}
@media (max-width: 480px) {
  .snc-home-why-zeno .tparrows {
    top: 3rem !important;
    left: 110% !important;
    width: 20px !important;
    height: 20px !important;
  }

  .snc-home-why-zeno .tparrows::before {
    font-size: 10px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 426px) {
  .snc-stock-report-img-center {
    margin-bottom: 0.5rem;
  }
}

.snc-home-why-zeno .elementor-element-populated {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .snc-home-solution .tparrows::before {
    line-height: 28px !important;
  }
}

.snc-footer-main-qr-code {
  position: absolute;
  top: -17%;
  right: 0%;
  display: none;
  text-align: right !important;
}

.snc-footer-main-social-icon .elementor-social-icon-weixin:hover ~ .snc-footer-main-qr-code {
  display: block !important;
}

.snc-corporate-list-standards .swiper-slide {
  opacity: 1 !important;
}

.snc-corporate-list-frameworks .swiper-slide {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .snc-portfolio-report-title-sfdr {
    margin-bottom: 1rem !important;
  }

  .snc-portfolio-report-description-sfdr-1 {
    margin-bottom: 1rem !important;
  }

  .snc-portfolio-report-description-sfdr-1 p {
    margin-bottom: 0 !important;
  }

  .snc-portfolio-report-description-sfdr-2 {
    margin-bottom: 1rem !important;
  }

  .snc-portfolio-report-description-sfdr-2 p {
    margin-bottom: 0 !important;
  }

  .snc-portfolio-report-content .elementor-element-populated {
    padding-top: 0 !important;
  }

  .snc-portfolio-report-content .snc-tab-row {
    padding-top: 0 !important;
  }

  .snc-sustainability-strategy-description-esg-rating p {
    margin: 0 !important;
  }

  .snc-sustainability-strategy-content {
    padding-bottom: 5px !important;
  }
}
@media (max-width: 420px) {
  .section-image-2 {
    display: inline-flex !important;
  }

  .snc-stock-report-img-center img {
    height: 90% !important;
  }

  .snc-stock-report-img-center {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .snc-stategy-img-column-left-third {
    width: 49%;
  }

  .snc-stategy-img-column-right-third {
    width: 50%;
  }

  .snc-stategy-img-column-right-third-top {
    height: 45%;
  }

  .snc-stategy-img-column-right-third-bottom {
    height: 48%;
  }
}
@media (min-width: 1024px) {
  .snc-slider-home .swiper-slide-contents {
    max-width: 45% !important;
  }
}
@media (min-width: 1024px) {
  .snc-home-list-post .tns-slide-active {
    width: calc(5.5556%) !important;
  }

  .snc-home-list-post .jeg_caption_container {
    padding: 0 40px 0 20px !important;
  }

  .snc-footer-links li.parrent a {
    font-size: 1.5rem !important;
  }

  .snc-footer-links li.submenu-child a {
    font-size: 1rem !important;
  }
}

.jnews_content_bottom_ads {
  display: none;
}

.jeg_featured_bg {
  position: relative;
}

.jeg_featured_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  content: '';
}

.page-id-1924
  .elementor-top-section[data-id='bcdf8da']
  .elementor-widget-image
  .elementor-widget-container,
.page-id-2261
  .elementor-top-section[data-id='bcdf8da']
  .elementor-widget-image
  .elementor-widget-container {
  position: relative;
}

.page-id-1924
  .elementor-top-section[data-id='bcdf8da']
  .elementor-widget-image
  .elementor-widget-container::after,
.page-id-2261
  .elementor-top-section[data-id='bcdf8da']
  .elementor-widget-image
  .elementor-widget-container::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%);
  content: '';
}

#snc-posts-container .post-image {
  height: 200px;
  overflow: hidden;
}

#snc-posts-container .post-image img {
  object-fit: cover;
  object-position: center center;
}

.jeg_sharelist .snc-twitter img {
  width: 20px;
  filter: invert(100%);
}

html[lang='zh-CN'] .elementor-element-6f03922 {
  font-size: 1.05rem !important;
}
@media (min-width: 1024px) {
  html[lang='zh-CN'] .snc-footer-links li.parrent a {
    font-size: 1.15rem !important;
  }

  html[lang='zh-CN'] .snc-footer-links li.submenu-child a {
    font-size: 0.9rem !important;
  }
}

/* 20240115 fix mobile menu */
@media (max-width: 767px) {
  .snc-footer-office-row-2 {
    margin-top: -5rem !important;
  }

  .snc-footer-office .elementor-image-box-img img {
    width: 100% !important;
    height: 100;
    object-fit: cover;
    object-position: center;
  }

  .snc-footer-office .elementor-image-box-img {
    width: 70px !important;
  }

  .snc-footer-office-1 .elementor-image-box-img img {
    width: 50px !important;
  }

  .snc-footer-office-2 .elementor-image-box-img img {
    width: 30px !important;
    margin-left: 5px;
  }

  .snc-footer-office-3 .elementor-image-box-img img {
    width: 70px;
    margin-right: 1rem;
  }

  .snc-footer-office-4 .elementor-image-box-img {
    width: 150px !important;
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .snc-footer-office-4 .elementor-image-box-img img {
    width: 100% !important;
    object-position: right;
  }

  .snc-footer-office-5 .elementor-image-box-img {
    width: 100px !important;
  }
}

.jeg_header_sticky .jeg_container .jeg_nav_row {
  height: 65px !important;
}

.jeg_header_sticky .snc-header-sticky-top .jeg_nav_row {
  height: 27px !important;
}

.jeg_stickybar .snc-header-sticky-top * {
  font-size: 0.8rem !important;
}

/* Start home button image */
a.snc-home-button-more-image {
  display: left-block;
  margin-bottom: 1.5rem;
  padding-right: 1rem;

  /*     max-width: 145px; */
  transform: scale(0.9);
}

/* Change size image button banner home page */
a.snc-home-button-more-image img {
  height: 40px;
}

.page-id-18867 .post-date {
  display: none;
}

.snc_post_slider_2 {
  color: #24467a !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  text-transform: capitalize !important;
  background: none !important;
}

#snc-posts-container .post-date {
  display: block;
}

.snc-list-category-insights {
  margin-top: -10rem;
  margin-bottom: 10rem;
  text-align: center;
}

.snc-list-category-insights .elementor-widget-wrap.elementor-element-populated {
  display: inline-flex;
  justify-content: center;
  margin-left: auto;
  text-align: center;
}

.snc-button-category {
  width: 220px !important;
}

.src-home-intro-wrap {
  position: relative !important;
  z-index: 1;
  margin-top: 30px !important;
}

#snc-posts-container .post-subtitle {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .snc-list-button-category {
    text-align:center;
		margin: 40px;
  }
	.list-inline {
    display: inline-flex;
}
	.snc-category {
    font-size: 1.1rem;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    fill: #946B05;
    color: #946B05;
    background-color: #F7D88B;
    border-radius: 5px 5px 5px 5px;
    margin: 30px;
    padding: 15px 30px;
	}
	.snc-category:hover {
		background: #24467a !important;
		color: #FFF;
	}
	.snc-banner-top {
		margin-top:-65px;
	}
	.snc-btn-list-category a {
		height: 70px;
		background: #4BA0CD !important;
	}
	.snc-btn-esg-compliance a {
    padding-top: 20px;
}
	.snc-btn-list-category a{
    padding-top: 20px;
		width: 100% !important;
}
	.snc-btn-list-category:hover a {
		background: #24467a !important;
		color: #FFF;
	}
	.snc-all .elementor-button {
    line-height: 35px;
}
}
@media (max-width: 768px) {
	.snc-btn-list-category a {
        background: #4BA0CD !important;
        color: #FFF;
				width:260px !important;
    }
/*     .snc-btn-list-category:hover a {
        background: #24467a !important;
        color: #FFF;
    } */
}
@media (max-width: 1024px) {
	.snc-list-button-category {
    text-align:center;
		margin: 40px;
  }
	.list-inline {
    display: inline-flex;
}
	.snc-category {
    font-size: 1.1rem;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    fill: #946B05;
    color: #946B05;
    background-color: #F7D88B;
    border-radius: 5px 5px 5px 5px;
    margin: 10px;
    padding: 5px 10px;
	}
	.snc-category:hover {
		background: #24467a !important;
		color: #FFF;
	}
	.snc-banner-top {
		margin-top:-65px;
	}
  
}
@media (max-width: 768px) {
	.snc-list-button-category {
    text-align:center;
		margin: 40px;
  }
	.list-inline {
    display: inline-flex;
}
	.snc-category {
    font-size: 1.1rem;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    fill: #946B05;
    color: #946B05;
    background-color: #F7D88B;
    border-radius: 5px 5px 5px 5px;
    margin: 5px;
    padding: 5px 10px;
	}
	.snc-category:hover {
		background: #24467a !important;
		color: #FFF;
	}
	.snc-banner-top {
		margin-top:-65px;
	}
  
}

nav#ftwp-contents {
    width: 100% !important;
}
nav.ftwp-transform-right-center {
	max-width:250px !important;
}
span#ftwp-header-control {
    font-family: 'FontAwesome' !important;
}
span.ftwp-trigger-icon.ftwp-icon-number {
    font-family: 'FontAwesome' !important;
}
.snc-active a{
	background: #24467a !important;
	color: #FFF;
}
/* .post_sticky__form__error {
	display:block !important;
} */
.snc-dmca a {
    background: url(https://images.dmca.com/Badges/dmca-badge-w250-5x1-01.png?ID=7f960222-4cf1-46cf-a79c-bed56dbb706b) !important;;
    width: 250px;
    height: 45px;
}

.dmca-badge img {
    filter: none !important;
	width: auto !important;
}


/* Start custom event calendar */
.tribe-events-event-categories-label, .tribe-events-event-categories,
.tribe_events-template-default  .tribe-events-notices,
.tribe_events-template-default  .tribe-events-schedule{
	display: none;
}

.tribe_events-template-default 
 .tribe-events-c-subscribe-dropdown {margin-top: 0;}

.tribe_events-template-default .jeg_main_menu a {
    color: #114575 !important;
}

.tribe_events-template-default .jeg_logo.jeg_desktop_logo img {
    filter: brightness(1) invert(0) !important;
}

@media (min-width: 768px) {
    .tribe_events-template-default .tribe_events {
        position: relative;
        padding-right: 300px;
    }
    
    .tribe_events-template-default .tribe-events-single-section {
        position: absolute !important;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    
    .tribe_events-template-default .tribe-events-single-section::before {
        display: none;
    }
}
.jscroll-to-top {
	
	bottom: 70px;
}
/* .open_icon {
	left:0;
} */
.rootBox {
    position: fixed !important;
		right:30px !important;
	  bottom: 130px !important;
/* 		top : 52% !important; */
}


.tribe-events.tribe-common {
    margin-bottom: 140px !important;
}

dt.tribe-events-start-datetime-label {
    display: none !important;
}

abbr.tribe-events-abbr.tribe-events-start-datetime.updated.published.dtstart {
    display: none !important;
}

.snc-event-bottom-time {
    display: none !important;
}
.open_icon {
    cursor: pointer;
    display: none;
    width: 52px;
    height: 52px;
    background: #eceef5;
    border-radius: 5px;
    margin-bottom: 15px;
    position: fixed !important;
    top: 78% !important;
    right: 30px !important;
}
@media (min-width: 1024px) {
    .single-post .rootBox {
        position: fixed !important;
        top: 53% !important;
        right: 1rem;
        z-index: 9;
    }
}
@media (min-width: 1024px) and (max-width:1440px) {
    .single-post .rootBox {
        position: fixed !important;
        top: 50% !important;
        right: 1rem;
        z-index: 9;
    }
}
@media (min-width: 768px) and (max-width:1023px) {
    .single-post .rootBox {
        position: fixed !important;
        top: 70% !important;
        right: 1rem;
        z-index: 9; 
				padding:0px !important;
    }
	.collapse_icon {
    cursor: pointer;
    position: fixed !important;
    right: 80px !important;
    top: 71% !important;
}
}
@media (max-width: 768px) {
	.single-post .rootBox {
        padding: 0 1rem !important;
    }
	.collapse_icon {
    cursor: pointer;
    position: fixed;
    width: 15px;
    height: 15px;
}
	.collapse_icon img {
		    width: 100%;
	}
	.rootBox {
    left: 10%;
    width: 80%;
	}
	.rootBox .collapse_icon {
		display:none;
	}
	.rootBox .contentBox {
		display:none;
	}
	.rootBox .open_icon {
		display:block;
	}
}
.jeg_postblock_9 .jeg_post {
    float: left;
    width: 33%;
    padding-right: 30px;
}
/* page landing category */
@media (min-width: 1024px) {
	.egs-category-landingpage-list-service .elementor-container {
   border-radius: 16px;
    background: #14A2D2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 32px;
    gap: 64px;
}
	.esg-category-landingpage-service-title .elementor-heading-title {
    font-size: 22px;
    line-height: 24.2px;
}
	.esg-category-landingpage-service-icon .elementor-icon svg {
    margin-right: 12px !important;
    content: "";
    min-width: 28px;
    height: 28px;
    margin: unset;
    background: var(--checked-icon);
    background-position: 50%;
    background-repeat: no-repeat;
}
	.esg-category-landingpage-service-description p {
    font-size: 18px;
    line-height: 27px;
}
	    .tcsa-category-landingpage-title-report h4 {
        font-size: 26px !important;
        line-height: 28.6px !important;
        font-weight: 500 !important;
    }
	.tcsa-category-landingpage-title-about .elementor-heading-title {
    font-size: 36px;
    line-height: 39.6px;
}
	.esg-category-landingpage-list-aboutus > .elementor-container:first-child {
    margin-right: auto;
    margin-left: auto;
    border-radius: 16px;
    border: 1px solid hsla(220, 3%, 81%, .5);
    background-color: #fafafa;
    margin-top: 60px;
    padding: 64px 60px 0;
}
	.esg-catagory-landingpage-header-aboutus .elementor-heading-title {
    font-size: 48px;
    line-height: 52.8px;
}
	.esg-category-landingpage-list-services-banner .elementor-container {
    gap: 40px;
}
	.tcsa-category-landingpage-element-services-banner .elementor-widget-wrap {
    border-radius: 16px;
    padding: 32px 26px;
}
	.esg-category-landingpage-title-aboutus-banner .elementor-container {
    gap: 125px;
}
	.esg-category-landingpage-title-my-company .elementor-heading-title {
    font-size: 36px;
    line-height: 39.6px;
}
	.esg-category-landingpage-title-my-company-description {
    margin-bottom: 0px !important;
    line-height: 0px;
}
	.esg-category-landingpage-title-my-company-list-services .elementor-container {
    gap: 16px;
}
	.esg-category-landingpage-company-services-title .elementor-heading-title {
    font-size: 18px;
    line-height: 19.8px;
}
	.esg-category-landingpage-company-services-title-icon {
    margin-bottom: 0px !important;
}
	.esg-category-landingpage-company-services-title {
    padding: 0px 10px;
    height: 100px;
}
	.esg-category-landingpage-company-services-title {
    border-bottom: 2px solid #f4f5f5;
}
	.esg-catgory-landingpage-company-services-element .elementor-widget-wrap {
    padding: 0px !important;
}
	.tcsa-landingpage-list-information-company {
    height: 230px;
    border-bottom: 2px solid #f4f5f5;
}
	.tcsa-landingpage-list-information-company-description {
    height: 120px;
}
	.esg-category-landingpage-company-milestone-title .elementor-heading-title {
		        font-size: 36px;
        line-height: 39.6px;
}
	.CSRDPage_container_table_3__qH_h_ {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    background: #fff;
    border-radius: 16px;
    padding-top: 50px;
}
	.CSRDPage_column__Tj7VD {
    flex: 1 1 16.6666666667%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
	.CSRDPage_line__6i3re {
    width: calc(50% + 9.5px);
    margin-left: calc(50% - 9.5px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f4f4f5;
    height: 2px;
}
	.CSRDPage_line__6i3re img {
    left: 0;
    position: absolute;
    margin: 0 auto;
}
	.CSRDPage_bottom__JMX_t {
    width: 80%;
    margin: 25px auto 40px;
}
	.CSRDPage_column__Tj7VD:nth-child(5) .CSRDPage_line__6i3re {
    width: 20px !important;
    margin-right: calc(50% - 9.5px);
    position: relative;
}
	.esg-category-landingpage-title-data-requirements .elementor-heading-title {
    font-size: 42px;
    line-height: 39.6px;
}
	.esg-category-landingpage-title-data-requirements p {
    text-align: center;
    margin: auto;
    width: 75%;
}
	.esg-category-landing-list-element-data-requirement .elementor-container {
    gap: 20px;
}
	.esg-category-landingpage-data-requirement-title-left, .esg-category-landingpage-data-requirement-title-right {
    height: 200px;
}
	.esg-landingpage-data-requirement-element .elementor-heading-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
	.esg-category-landingpage-company-line-first .elementor-container {
    gap: 0px;
}
	.esg-category-landingpage-company-line-two .elementor-container {
    gap: 0px;
}
	.esg-landingpage-list-social .elementor-container {
    gap: 16px;
}
	.esg-landingpage-element-social .elementor-widget-wrap {
    padding: 0px !important;
}
	.esg-landingpage-header-footer .elementor-heading-title {
    font-size: 45px;
    line-height: 52.8px;
}
	.elementor-element-10368a8 .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}
	.esg-category-landingpage-company-line-first {
    height: 120px;
}
	.esg-category-landingpage-company-line-two {
		height: 120px;
	}
	.esg-category-landingpage-company-line-first .elementor-container.elementor-column-gap-default {
    height: 100%;
}
	.esg-category-landingpage-company-line-two .elementor-container.elementor-column-gap-default {
    height: 100%;
}
	.jeg_postblock_9.jeg_col_3o3 .jeg_post {
        width: 50%;
    }
	.esg-category-landingpage-service-description span {
    font-size: 18px;
    line-height: 27px;
}
	.esg-category-landingpage-service-description .elementor-icon-box-title {
    margin: 0px;
}
	.esg-category-landingpage-service-description {
    margin-bottom: 0px !important;
}
	.elementor-22271 .elementor-element.elementor-element-1c9c77f > .elementor-background-overlay {
    background-color: #fff;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
	.esg-category-landingpage-banner .elementor-background-overlay {
    background-color: rgb(20,162,210) !important;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
	.esg-landingpage-header-services .elementor-icon-box-title span {
    font-size: 20px;
}
	.esg-landingpage-button-demo .elementor-button-text {
    padding: 10px;
    font-size: 20px;
}
}
@media (max-width: 768px) {
	.esg-category-landingpage-list-services-banner .elementor-container {
    gap: 40px;
    padding: 0px 16px !important;
}
	.tcsa-category-landingpage-element-services-banner .elementor-widget-wrap.elementor-element-populated {
    border-radius: 10px;
}
	.egs-category-landingpage-list-service {
    background-color: #14A2D2;
    margin: 0px 16px;
    border-radius: 15px;
}
	.esg-landingpage-service-image img {
    padding: 10px 16px;
}
	.esg-category-landingpage-service-title .elementor-heading-title {
    font-size: 20px;
    line-height: 26px;
}
	.elementor-element-361c72a .elementor-widget-wrap {
    padding: 16px !important;
}
	.esg-category-landingpage-service-icon svg {
    width: 28px;
}
	.esg-category-landingpage-service-icon {
    line-height: 0px;
    margin-bottom: 0px !important;
}
	.esg-category-landingpage-service-description {
    margin-bottom: 0px !important;
}
	.tcsa-category-landingpage-title-about .elementor-heading-title {
    font-size: 26px;
    line-height: 33px;
    margin: 0px 62px;
}
	.esg-category-landingpage-list-aboutus > .elementor-container:first-child
	{
    background: #f4f5f5;
    margin: 0px 25px;
		border-radius:16px;
}
	.esg-landingpage-header-active .elementor-icon {
    padding-top: 20px;
}
	.esg-category-landingpage-company-services-title .elementor-heading-title {
    font-size: 18px;
    line-height: 24px;
}
	.esg-category-landingpage-title-my-company-list-services .elementor-container {
    gap: 16px;
}
	.CSRDPage_container_table_3__qH_h_ {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    background: #fff;
    border-radius: 16px;
    padding-top: 50px;
    margin-top: 0;
    padding-top: 0;
    flex-direction: column;
}
	.CSRDPage_column__Tj7VD {
    position: relative;
    flex: 1 1 16.6666666667%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
	.CSRDPage_line__6i3re {
    position: absolute;
    height: 85%;
    width: 2px;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    bottom: 0;
		background-color: #f4f4f5
}
	.CSRDPage_bottom__JMX_t {
    text-align: left;
    margin-right: 26px;
    margin-left: 60px;
    max-width: 180px;
}
	.esg-category-landingpage-title-data-requirements .elementor-heading-title {
    color: #101010;
    font-size: 26px;
    line-height: 33px;
}
	.esg-landingpage-data-requirement-element .elementor-heading-title {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 10px;
}
	.elementor-element-04ff4bd {
    border-left: 2px solid #f4f5f5;
}
	.elementor-element-45a2b22 {
    border-left: 2px solid #f4f5f5;
}
	.elementor-element-bb8ae81 {
    padding: 0px 16px;
}
	.elementor-element-aa23dfd {
    border-left: 2px solid #f4f5f5;
}
	.elementor-element-10368a8 .elementor-element-populated {
    padding: 10px 16px !important;
}
	.esg-category-landingpage-service-description h3.elementor-icon-box-title {
    font-size: 16px;
    line-height: 18px;
}
	.esg-category-landingpage-service-description .elementor-icon-box-icon {
    padding-top: 15px;
}
	.elementor-22271 .elementor-element.elementor-element-1c9c77f > .elementor-background-overlay {
    background-color: #FFF;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
	.esg-category-landingpage-banner .elementor-background-overlay {
    background-color: #24467A !important;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
	.esg-landingpage-service-image img {
    padding: 0px;
}
	.elementor-element-49193b3 .elementor-widget-wrap.elementor-element-populated {
    padding: 16px;
}
}
.open_icon {
    top: inherit !important;
    bottom: 120px;
}
@media (max-width: 768px) {
	.open_icon {
    top: inherit !important;
    bottom: 50px;
}
	.contentBox .post_sticky .snc-h3 {
		font-size: 18px;
	}
}

/* START Seneca toolkit 2025 */

.page-id-25400 .jeg_logo.jeg_desktop_logo img {
    filter: none;
}

.page-id-25400 .jeg_header .jeg_menu.jeg_main_menu > li > a {
    color: #24467a;
}

.page-id-25400 .snc-button-menu {
    color: var(--main-blue-1) !important;
    border-color: var(--main-blue-1) !important;
}

.page-id-25400 .snc-button-menu a {
    color: var(--main-blue-1) !important;
}

/* end page landing category */
/* End line tes1234561 */