a {
  color: #23262D;
}
a:hover {
  text-decoration: none;
  color: #FF9900;
}

#app-header {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.05));
}
#app-header ul.mega-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#app-header ul.mega-menu li {
  display: inline-block;
}
#app-header ul.mega-menu li a {
  display: block;
  line-height: 79px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#app-header ul.mega-menu li:hover a {
  color: #FF9900;
}
#app-header .language-selector a {
  display: block;
  text-transform: uppercase;
  color: #ADADAD;
}
#app-header .mega-menu-wrapper {
  background-color: #23262D;
  color: #fff;
  overflow: hidden;
  height: auto;
  padding: 50px 0;
  display: none;
}
#app-header .mega-menu-wrapper.active {
  display: block;
}
#app-header .mega-menu-wrapper .mega-menu-column h2 {
  font-size: 18px;
  color: #FF9900;
  margin-bottom: 15px;
  line-height: normal;
}
#app-header .mega-menu-wrapper .mega-menu-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#app-header .mega-menu-wrapper .mega-menu-column ul li a {
  display: block;
  color: #Fff;
  padding: 5px 0;
  line-height: normal;
  font-weight: 300;
  font-size: 14px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#app-header .mega-menu-wrapper .mega-menu-column ul li a:hover {
  padding-left: 5px;
  color: #FF9900;
}

main#main {
  padding-top: 79px;
}

#home-globe {
  background-color: #23262D;
}

.home-section {
  clear: both;
  margin-bottom: 50px;
}
.home-section:last-child {
  margin-bottom: 0;
}

.home-slogans {
  color: #fff;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.home-slogans h2 {
  font-weight: bold;
  font-size: 40px;
}
.home-slogans h2 span {
  color: #FF9900;
  text-transform: uppercase;
}

.home-widget-title {
  color: #23262D;
  font-size: 32px;
  line-height: normal;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}

.service-widget-item {
  text-align: center;
}
.service-widget-item h2 {
  font-size: 25px;
  color: #23262D;
  line-height: normal;
  margin: 0;
}
.service-widget-item h3 {
  font-size: 16px;
  color: #FF9900;
  line-height: normal;
  margin: 0 0 20px;
}
.service-widget-item .intro {
  font-size: 13px;
}
.service-widget-item .service-video-wrapper {
  overflow: hidden;
}
.service-widget-item .service-video-wrapper video {
  margin-top: -40px;
}

a.nt {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
a.nt span.date {
  position: absolute;
  display: inline-block;
  padding: 2px 5px;
  top: 20px;
  right: 20px;
  z-index: 2;
  font-size: 11px;
  line-height: normal;
  background-color: #23262D;
  color: #fff;
  border-radius: 3px;
}
a.nt h2 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 15px;
  padding: 20px;
  line-height: normal;
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 2;
}
a.nt img {
  z-index: 1;
  transition: transform 0.3s;
}
a.nt:hover img {
  transform: scale(1.1);
}
a.nt.d-3 {
  max-height: 228px;
}

@supports (backdrop-filter: none) {
  a.nt h2 {
    backdrop-filter: blur(3px);
  }
}
@supports not (backdrop-filter: none) {
  a.nt h2 {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.widget-sub-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget-sub-title .swiper-navs {
  position: relative;
  width: 54px;
  height: 22px;
}
.widget-sub-title .swiper-navs .swiper-arrows {
  top: 0;
  margin-top: 0;
  height: 22px !important;
  color: #23262D;
}
.widget-sub-title .swiper-navs .swiper-arrows:hover {
  color: #FF9900;
}
.widget-sub-title .swiper-navs .swiper-arrows:after {
  font-size: 16px;
  line-height: 22px;
}
.widget-sub-title .swiper-navs .swiper-arrows.swiper-button-prev {
  left: 0;
}
.widget-sub-title .swiper-navs .swiper-arrows.swiper-button-next {
  right: 0;
}

.social-links {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links li {
  display: inline-block;
  margin: 0 10px;
}
.social-links li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 50px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.social-links li a:hover {
  background-color: #FF9900;
  color: #Fff;
  border-color: #FF9900;
}

.widget-desc {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.page-title.news {
  font-size: 20px;
  margin-bottom: 30px;
}

.share-box {
  border-color: #f2f2f2;
}

.news-index-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-index-categories li {
  display: block;
  margin: 0 10px;
}
.news-index-categories li a {
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.news-index-categories li a:hover, .news-index-categories li a.active {
  color: #FF9900;
}

a.nt h2 {
  background-color: rgba(0, 0, 0, 0.2);
}
a.nt.sm h2 {
  font-size: 13px;
  padding: 15px;
  font-weight: normal;
  line-height: 17px;
}

.select2-container--default .select2-selection--multiple {
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

a.news-thumbnail h2 {
  line-height: 18px;
  font-size: 15px;
}

ul.tabHead {
  border-bottom-color: #FF9900;
}

footer {
  clear: both;
  padding: 50px 0;
  margin-top: 50px;
  background-color: #23262D;
  color: #ccc;
  font-size: 13px;
}

.footer-qr {
  max-width: 200px;
  border-radius: 10px;
  height: auto;
}

.isloading {
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}
.isloading .loading-image {
  height: 100%;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-size: 250px;
  -webkit-animation: shine-loading-image 2s infinite ease-out;
  animation: shine-loading-image 2s infinite ease-out;
}

@-webkit-keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }
}
@keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }
}
@-webkit-keyframes shine-loading-container-items {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 140px;
  }
}
@keyframes shine-loading-container-items {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 140px;
  }
}
#myearth {
  width: 100%;
  height: 500px;
  max-height: 500px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s ease-in;
}

#myearth.earth-ready {
  opacity: 1;
}

#myearth::before {
  content: none;
}

/* background glow */
#glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100vh;
  height: 100vh;
  max-height: 100vw;
  transform: translate(-50%, -50%);
  z-index: 200;
  pointer-events: none;
}

/*# sourceMappingURL=theme.css.map */
