.app-l-page-slider .app-l-header {
  background: transparent;
  box-shadow: none;
}

.app-l-header {
  padding: 12px 0;
  background: #ffffff;
  width: 100%;
  position: relative;
  z-index: 99;
  transition: box-shadow ease 0.2s, padding ease 0.2s;
  -webkit-transition: box-shadow ease 0.2s, padding ease 0.2s;
  -moz-transition: box-shadow ease 0.2s, padding ease 0.2s;
  -ms-transition: box-shadow ease 0.2s, padding ease 0.2s;
  -o-transition: box-shadow ease 0.2s, padding ease 0.2s;
  box-shadow: 0px 4px 20px rgba(30, 27, 80, 0.07);
  position: sticky;
  top: 0;
}

@media screen and (max-width: 991px) {
  .app-l-header {
    padding-top: 16px;
    padding-bottom: 10px;
  }
}

.app-l-header .container-fluid,
.app-l-header .container-sm,
.app-l-header .container-md,
.app-l-header .container-lg,
.app-l-header .container-xl {
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

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

  .app-l-header .container-fluid,
  .app-l-header .container-sm,
  .app-l-header .container-md,
  .app-l-header .container-lg,
  .app-l-header .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-header {
    z-index: 3;
  }
}

.app-l-header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.app-l-logo img {
  display: block;
  max-width: 75px;
}

@media screen and (max-width: 768px) {
  .app-l-logo img {
    max-width: 54px;
    margin: 0 auto;
  }
}

.app-l-menu .select-form {
  position: relative;
  right: auto;
  top: auto;
}

.app-l-menu__toggle {
  visibility: visible;
  opacity: 1;
  margin-left: auto;
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: 24px;
  transition: opacity ease 0.2s, visibility ease 0.2s;
  -webkit-transition: opacity ease 0.2s, visibility ease 0.2s;
  -moz-transition: opacity ease 0.2s, visibility ease 0.2s;
  -ms-transition: opacity ease 0.2s, visibility ease 0.2s;
  -o-transition: opacity ease 0.2s, visibility ease 0.2s;
  font-size: 20px;
}

.app-l-menu__toggle:hover {
  outline: none;
  border: none;
}

.app-l-menu__toggle:focus,
.app-l-menu__toggle.active {
  outline: none;
  border: none;
}

@media screen and (min-width: 767px) {
  .app-l-menu__toggle {
    display: none;
  }
}

.app-l-menu__close {
  opacity: 0;
  visibility: hidden;
  margin-left: auto;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  top: 30px;
  right: 24px;
  z-index: 11;
  font-size: 16px;
  transition: opacity ease 0.2s, visibility ease 0.2s;
  -webkit-transition: opacity ease 0.2s, visibility ease 0.2s;
  -moz-transition: opacity ease 0.2s, visibility ease 0.2s;
  -ms-transition: opacity ease 0.2s, visibility ease 0.2s;
  -o-transition: opacity ease 0.2s, visibility ease 0.2s;
}

.app-l-menu {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: auto;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  position: relative;
}

.app-l-menu .dropdown {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.25);
  list-style: none;
  margin: 0;
  background: white;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 12px;
  left: 0;
  display: none;
  padding: 20px;
  border-radius: 10px;
}

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

  .app-l-menu .dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: relative !important;
    height: AUTO !important;
    padding: 1.375rem 1.5rem;
  }
}

.app-l-menu .dropdown h6,
.app-l-menu .dropdown a {
  padding: 0;
  margin: 0;
  font-weight: normal;
  background: transparent !important;
}

.app-l-menu .dropdown h6 {
  color: #da7b34;
  margin-bottom: 20px;
  font-size: 0.75rem;
}

.app-l-menu .dropdown a {
  color: #001d47 !important;
  font-size: 15px;
}

.app-l-menu .dropdown a:hover {
  color: #da7b34 !important;
}

.app-l-menu .dropdown a+a {
  margin-top: 14px;
}

.app-l-menu ul li:hover>ul,
.app-l-menu ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.app-l-menu ul li ul li {
  clear: both;
  width: 100%;
}

.app-l-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 10px;
  margin-right: 20px;
  position: relative;
}

.app-l-menu ul:after {
  content: "";
  width: 2px;
  height: 20px;
  border-right: 1px solid #969696;
  position: absolute;
  right: 0;
  margin-top: 2px;
  display: none;
}

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

  .app-l-menu ul {
    height: auto !important;
    margin-right: 0;
    padding-right: 0;
  }

  .app-l-menu ul:after {
    display: none;
  }
}

.app-l-menu ul li {
  padding: 1rem 0;
  transition-duration: 0.5s;
}

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

  .app-l-menu ul li {
    padding: 0;
  }
}

.app-l-menu ul li a {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #0F255F;
  padding: 0px 10px;
  font-family: "Mulish";
  transition: color ease 0.3s;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
}

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

  .app-l-menu ul li a {
    font-size: 20px;
  }
}

.app-l-menu ul li:hover a {
  color: #da7b34;
}

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

  .app-l-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    visibility: hidden;
    opacity: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .app-l-menu * {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
  }

  .app-l-menu ul {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: auto;
    text-align: center;
    display: none;
  }

  .app-l-menu ul li+li {
    margin-top: 16px;
  }
}

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

  .app-l-menu.app-l-menu--responsive {
    background: rgba(255, 255, 255, 0.97);
    visibility: visible;
    opacity: 1;
    display: flex !important;
  }

  .app-l-menu.app-l-menu--responsive * {
    opacity: 1;
    visibility: visible;
  }

  .app-l-menu.app-l-menu--responsive .select-form {
    margin-top: 20px;
  }
}

.app-l-menu.app-l-menu--responsive ul {
  display: block;
}

.app-l-menu.app-l-menu--responsive~.app-l-menu__toggle {
  visibility: hidden;
  opacity: 0;
}

.app-l-menu.app-l-menu--responsive~.app-l-menu__close {
  opacity: 1;
  visibility: visible;
}

.app-l-menu.app-l-menu--responsive~.app-l-menu__close:hover {
  outline: none;
  border: none;
}

.app-l-menu.app-l-menu--responsive~.app-l-menu__close:focus,
.app-l-menu.app-l-menu--responsive~.app-l-menu__close.active {
  outline: none;
  border: none;
}

@font-face {
  font-family: 'wecare';
  src: url('../fonts/icons/wecare.eot?jb8l4k');
  src: url('../fonts/icons/wecare.eot?jb8l4k#iefix') format('embedded-opentype'),
    url('../fonts/icons/wecare.ttf?jb8l4k') format('truetype'),
    url('../fonts/icons/wecare.woff?jb8l4k') format('woff'),
    url('../fonts/icons/wecare.svg?jb8l4k#wecare') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wecare' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left-arrow:before {
  content: "\e919";
}

.icon-right-arrow:before {
  content: "\e91a";
}

.icon-chat:before {
  content: "\e918";
}

.icon-arrow-right1:before {
  content: "\e917";
}

.icon-linkedin:before {
  content: "\e916";
}

.icon-fb:before {
  content: "\e915";
}

.icon-insta:before {
  content: "\e914";
}

.icon-logo:before {
  content: "\e913";
}

.icon-exclamation:before {
  content: "\e912";
}

.icon-video:before {
  content: "\e910";
}

.icon-pie-graph:before {
  content: "\e90e";
}

.icon-card:before {
  content: "\e90c";
}

.icon-measure:before {
  content: "\e90a";
}

.icon-line-graph:before {
  content: "\e908";
}

.icon-file:before {
  content: "\e903";
}

.icon-bell:before {
  content: "\e902";
}

.icon-connection:before {
  content: "\e901";
}

.icon-tick:before {
  content: "\e900";
}

.icon-chevron-up:before {
  content: "\e911";
}

.icon-close:before {
  content: "\e90f";
}

.icon-link:before {
  content: "\e90d";
}

.icon-video-solid:before {
  content: "\e90b";
}

.icon-stethescope:before {
  content: "\e909";
}

.icon-run:before {
  content: "\e907";
}

.icon-capsule:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-hamburger:before {
  content: "\e906";
}

.country-select .country-list .country {
  width: 100%;
}

.country-list {
  flex-direction: column;
  margin: auto;
}

.app-l-menu {
  display: flex;
}

.select-form {
  position: absolute;
  width: 185px;
  height: 36px;
  right: 45px;
  top: 45px;
  border: 1px solid #dfdfdf !important;
  border-radius: 6px !important;
  background: white;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 768px) {
  .select-form {
    right: 28px;
    z-index: 9;
  }
}

.select-form input {
  border: none;
  background: transparent;
}

.country-select {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.country-select .hide {
  display: none;
}

.country-select .v-hide {
  visibility: hidden;
}

.country-select .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.country-select .selected-flag {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}

.country-select * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.country-select input,
.country-select input[type="text"] {
  position: absolute;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 0;
  margin-right: 0;
}

.country-select .selected-flag .flag {
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
  left: 5px;
  border-radius: 4px;
}

.country-select .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #555;
}

.country-select .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.country-select .country-list {
  position: absolute;
  z-index: 1;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 35px 0 0 0;
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.2);
  background-color: white;
  white-space: nowrap;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.country-select .country-list .divider {
  display: none;
}

.country-select .country-list .preferred {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
}

.country-select .country-list .flag {
  display: inline-block;
  width: 25px;
}

@media (max-width: 500px) {
  .country-select .country-list {
    white-space: normal;
  }
}

.country-select .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.country-select .country-list .country {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 13px;
}

.country-select .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.country-select .country-list .flag,
.country-select .country-list .country-name {
  vertical-align: middle;
  padding-left: 2px;
  font-weight: 500;
  color: #0f255f;
}

.country-select .country-list .flag {
  margin-right: 6px;
}

.country-select.inside input,
.country-select.inside input[type="text"] {
  padding-right: 0;
  padding-left: 50px;
  margin-left: 0;
  height: 34px;
  top: 0px;
  font-size: 13px;
  line-height: normal;
  font-weight: 700;
  pointer-events: none;
}

.country-select.inside .flag-dropdown {
  right: auto;
  left: 0;
  width: 100%;
}

.country-select .flag {
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: 20px 0;
}

.country-select .flag {
  width: 36px;
  height: 20px;
  background-position: center center;
  background-size: 100%;
}

.country-select .flag.us {
  background-image: url("../images/flag-usa.png");
}

.country-select .flag.th {
  background-image: url("../images/flag-thai.png");
}

.country-select .flag.mm {
  background-image: url("../images/flag-burmese.png");
}

.country-select .flag.vn {
  background-image: url("../images/flag-vietnam.png");
}

@media (max-width: 768px) {
  .navbar-expand-sm .navbar-collapse.show {
    min-width: 132px;
  }
}

.app-l-menu.app-l-menu--responsive ul.hide {
  display: none;
}

.fp-tableCell .app-l-header {
  padding: 0 0 12px;
}

@media screen and (max-width: 768px) {
  .app-l-header .app-l-logo a .high-res {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}