body {
  font-family: Montserrat;
}
.top-menu {
  background-color: #c31f2a;
  border-top: solid 5px #343233;
  height: 40px;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
}
.top-menu.fixed {
  position: fixed;
  z-index: 105;
}
.top-menu .container {
  display: flex;
  flex-wrap: wrap;
}
.top-menu .social-icons {
  margin-left: auto;
  font-size: 18px;
}
.top-menu .social-icons .text {
  font-size: 8px;
}
.top-menu .social-icons a {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  vertical-align: middle;
}
.top-menu .social-icons a:hover {
  color: #000;
  text-decoration: none;
}
.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-menu ul li {
  padding: 0;
  margin: 0;
}
.top-menu nav {
  display: inline-block;
}
.top-menu nav .industry {
  background-color: #2a3a73;
}
.top-menu nav a:hover {
  text-decoration: none;
}
.top-menu nav > ul > li {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.top-menu nav > ul > li > a {
  display: inline-block;
  font-weight: 900;
  padding: 10px 22px 11px 12px;
  line-height: 14px;
  letter-spacing: -0.4px;
  position: relative;
  color: #fff;
  white-space: nowrap;
}
.top-menu nav > ul > li:hover > a {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.top-menu nav > ul > li:hover > ul {
  display: block;
}
.top-menu nav > ul > li > ul {
  position: absolute;
  display: none;
  z-index: 10;
  width: 250px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.15);
}
.top-menu nav > ul > li > ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.top-menu nav > ul > li > ul a {
  font-weight: 900;
  padding: 10px 22px 11px 12px;
  line-height: 14px;
  letter-spacing: -0.4px;
  position: relative;
  white-space: nowrap;
  display: block;
  color: #000;
}
.top-menu nav > ul > li > ul.ot-mega-menu {
  position: absolute;
  width: auto;
  left: 0;
  z-index: 10;
  background: #fff;
  color: #8e8e8e;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.15);
}
.top-menu nav > ul > li > ul.ot-mega-menu > li {
  display: table;
  vertical-align: top;
}
.top-menu nav > ul > li > ul.ot-mega-menu > li:hover {
  background: none;
}
.top-menu nav > ul > li > ul.ot-mega-menu > li .widget-split {
  white-space: normal;
  max-width: 300px;
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
  border-right: 1px dotted rgba(0, 0, 0, 0.1);
}
.top-menu nav > ul > li > ul.ot-mega-menu > li .widget-split .widget {
  padding: 0 15px 30px;
  vertical-align: top;
  font-size: 14px;
  display: block;
  width: 300px;
  max-width: 100%;
}
.top-menu nav > ul > li > ul.ot-mega-menu > li .widget-split .widget .widget-view-more {
  clear: both;
  display: block;
  font-size: 14px;
  font-weight: 700;
  background-color: #efefef;
  letter-spacing: -0.4px;
  text-align: center;
  margin-top: 20px;
  border-radius: 3px;
  border-bottom: 1px solid #dcdcdc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 120px 100px -100px rgba(255, 255, 255, 0.2);
  padding: 8px 0;
  color: #3f3f3f;
}
.top-menu nav > ul > li > ul.ot-mega-menu > li .widget-split .widget .w-article-list .item {
  position: relative;
  margin-top: 6px;
  padding-bottom: 5px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e0e0e0;
}
.top-menu nav > ul > li > ul.ot-mega-menu > li .widget-split .widget .w-article-list .item a {
  padding: 0;
}
.top-menu nav > ul > li > ul.ot-mega-menu > li .widget-split .widget .w-article-list .item .item-meta-i {
  font-size: 12px;
}
.top-menu nav > ul > li > ul.ot-mega-menu > li .widget-split .widget h4 {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
  color: #313131;
  font-weight: 900;
  margin-top: 0;
}
.top-menu nav > ul > li > ul.ot-mega-menu > li .widget-split .widget:first-child {
  padding-top: 30px;
}
@media (max-width: 992px) {
  .top-menu #main-nav {
    display: none;
  }
}
.top-menu .show-menu {
  margin-right: 20px;
  line-height: 30px;
  color: #fff;
  display: none;
}
@media (max-width: 992px) {
  .top-menu .show-menu {
    display: inline-block;
  }
}
.top-menu .show-menu i {
  vertical-align: middle;
}
.hero-image {
  height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  background: #000;
}
@media (max-width: 768px) {
  .hero-image {
    max-height: 100vh;
    height: 450px;
  }
}
.hero-image .image {
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
}
@media (max-width: 1440px) {
  .hero-image .image {
    width: 100%;
  }
}
.hero-image .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero-image .text {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 5;
  color: #fff;
  width: 100%;
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .hero-image .text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .hero-image .text {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 1440px) {
  .hero-image .text {
    background: linear-gradient(transparent, #000);
  }
}
.hero-image .text .inside {
  width: 800px;
  max-width: 100%;
}
@media (min-width: 1440px) {
  .hero-image .text .inside {
    max-width: 50%;
  }
}
.hero-image .text a {
  color: #fff;
}
.hero-image .text h1 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .hero-image .text h1 {
    font-size: 22px;
  }
}
article .container {
  max-width: 780px;
}
article .container img {
  margin: 0 30px 30px 0;
  max-width: 100%;
  height: auto;
  width: auto;
}
article .container img:only-child {
  margin: 0 0 30px 0;
  position: relative;
  max-width: calc(100vw - 30px);
  left: 50%;
  transform: translateX(-50%);
}
article .container a {
  color: #c31f2a;
}
article .container hr {
  clear: both;
}
article .banner {
  display: flex;
  flex-wrap: wrap;
}
article .banner .inside {
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */