.menu_main .nav-main .head_1 .nav_1 {
  height: 104px;
}

.menu_main .nav-main .head_1 .nav_1 .level_0 {
  height: 104px;
}

.menu_main .nav-main .head_1 .nav_1 .level_0 .nav-link {
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_main .nav-main .head_1 .nav_1 .level_0:hover {
  background: #fff;
}

.menu_main .nav-main .head_1 .nav_1 .level_0:hover::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 48px);
  height: 2px;
  background-color: #f5821e;
  bottom: 0;
  left: 24px;
}

.menu_main .nav-main .head_1 .nav_1 .level_0:hover .dropdown-menu {
  width: 300px;
}

.menu_main .nav-main .head_1 .nav_1 .level_0:hover .dropdown-menu .nav-item-lv2 .nav-link {
  height: unset !important;
  background: #4b5082;
}

.menu_main .nav-main .head_1 .nav_1 .level_0:hover .dropdown-menu .nav-item-lv2:hover .nav-link {
  background: #f5821e url(../../../../templates/default/images/chevron-right.svg) top 13px right 8px no-repeat;
  -webkit-transition: unset !important;
  transition: unset !important;
}

.menu-top-right nav ul li a {
  color: #fff !important;
  font-size: 14px !important;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-top-right nav ul li .dropdown-menu .nav-item-lv2 .nav-link {
  height: unset !important;
}

.menu-top-right nav ul .level_0:last-child .nav-link {
  background: #f5821e;
}

.menu-top-right nav ul .level_0:last-child:hover .dropdown-menu1 .nav-item-lv2 .nav-link {
  background: #4b5082;
}

.menu-top-right nav ul .level_0:last-child:hover .dropdown-menu1 .nav-item-lv2:first-child .nav-link {
  background: #f5821e;
}

.menu_hed {
  border-radius: 0px;
  text-align: center;
}

.nav-main .menu_hed .nav.nav_1 {
  text-align: left;
}

.nav-main .menu_hed .nav.nav_2 {
  text-align: right;
  float: right;
}

.nav-main .menu_hed .nav li {
  display: inline-block;
  float: left;
}

.nav-main .menu_hed .nav .nav-item {
  float: left;
  position: relative;
  padding: 0px 0px;
  z-index: 3;
}

.nav-main .menu_hed .nav .nav-item.active {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.nav-main .menu_hed .nav .nav-item .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4b5082;
  padding: 16px;
}

.nav-main .menu_hed .nav .nav-item .nav-link:hover {
  color: #fa821e;
}

.module_home .fa-angle-down {
  display: none;
}

.nav-main .menu_hed .nav .nav-item.active > a:before {
  top: -4px;
  width: calc(100% + 19px);
  -moz-width: calc(100% + 19px);
  -webkit-width: calc(100% + 19px);
  -o-width: calc(100% + 19px);
}

@media (max-width: 1199px) {
  .nav-main .menu_hed .nav .nav-item.active > a:before {
    width: calc(100% + 9px);
    -moz-width: calc(100% + 9px);
    -webkit-width: calc(100% + 9px);
    -o-width: calc(100% + 9px);
  }
}

.nav-main .menu_hed .nav .nav-item.active > a .fa {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item li {
  display: block;
  width: 100%;
}

.nav-main .menu_hed .nav .nav-item.has-mega {
  position: static;
}

.nav-main .menu_hed .nav .nav-item > a {
  z-index: 5;
}

@media (max-width: 1199px) {
  .nav-main .menu_hed .nav .nav-item > a:before {
    width: calc(100% + 8px);
    -moz-width: calc(100% + 8px);
    -webkit-width: calc(100% + 8px);
    -o-width: calc(100% + 10px);
    transform: translateX(-15px);
    -o-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
}

.nav-main .menu_hed .nav .nav-item > .fa {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 32px;
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv2 {
  padding: 0 10px;
  position: relative;
  font-size: 14px;
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv2 .fa {
  position: absolute;
  right: 0px;
  padding: 0px 10px;
  top: 0;
  line-height: 41px;
  color: #1d3046;
  display: none;
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv3 {
  padding: 0 10px;
  position: relative;
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv3 .fa {
  position: absolute;
  right: 0px;
  padding: 0px 10px;
  top: 0;
  line-height: 41px;
}

.nav-main .menu_hed .nav .nav-item:hover {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  z-index: 99999999;
  background: #fa821e;
}

.nav-main .menu_hed .nav .nav-item:hover > a {
  background: none;
  color: #f98000;
}

.nav-main .menu_hed .nav .nav-item:hover > a:before {
  top: -4px;
  width: calc(100% + 19px);
  -moz-width: calc(100% + 19px);
  -webkit-width: calc(100% + 19px);
  -o-width: calc(100% + 19px);
}

@media (max-width: 1199px) {
  .nav-main .menu_hed .nav .nav-item:hover > a:before {
    width: calc(100% + 9px);
    -moz-width: calc(100% + 9px);
    -webkit-width: calc(100% + 9px);
    -o-width: calc(100% + 9px);
  }
}

.nav-main .menu_hed .nav .nav-item:hover > .fa {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item:hover:before {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu {
  display: block;
  padding-top: 2px;
  border-radius: 0px;
  width: auto;
  padding: 0px;
  background: #4b5082;
  border: none;
  width: 240px;
}

.dropdown-menu {
  margin-top: 0;
}

.nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li {
  padding: 0px 0px;
}

.nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li > a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  border-bottom: solid 0.5px #555;
}

.nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li > a .fa {
  float: right;
  line-height: 18px;
  font-size: 16px;
  color: #333333;
}

.nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:last-child > a {
  border-bottom: 0px;
}

.nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > a {
  background: #f5821e url(../../../../templates/default/images/chevron-right.svg) top 13px right 8px no-repeat;
  color: white;
  font-weight: 500;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > a .fa {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > .fa {
  color: #fff;
  display: none;
}

.nav-main .menu_hed .nav .nav-item:hover > .mega-content {
  display: block;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu {
  position: relative;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 {
  margin-top: -5px;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 {
  display: none;
  margin-top: 0;
  border-top: 0px;
  border-radius: 0px;
  width: 280px;
  padding: 0px;
  left: 99%;
  top: 0px;
  background: #272c63;
}

@media (max-width: 1199px) {
  .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu.media_left,
  .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4.media_left {
    left: -100% !important;
  }
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li {
  padding: 0px 0px;
  background-color: #272c63;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li > a,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li > a {
  display: block;
  padding: 12px 16px;
  color: white;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li .fa,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li .fa {
  position: absolute;
  right: 0px;
  padding: 0px 5px;
  top: 0;
  line-height: 41px;
  color: #333;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:last-child > a,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:last-child > a {
  border-bottom: 0px;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover > a,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > a {
  background-color: #f98000;
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover > a .fa,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > a .fa {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover .fa,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover .fa {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover > .lv-4,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > .lv-4 {
  display: block;
  border-top: 0px;
  border-radius: 0px;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  margin-left: 2px;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu:hover > .scroll_menu {
  max-height: 294px;
  overflow-y: auto;
}

.dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nav-main .menu_hed .nav .mega-content .level1.item {
  float: left;
  width: 25%;
  padding: 0 5px;
}

@media (min-width: 1200px) {
  .nav-main .menu_hed .nav .mega-content .level1.item.col-lg-3:nth-child(4n + 1) {
    clear: left;
  }
}

.nav-main ul .nav-item.has-mega {
  position: static;
  height: 47px;
  margin-left: 1px;
}

@media (max-width: 1199px) {
  .nav-main ul .nav-item.has-mega {
    position: relative !important;
  }
  .nav-main ul .nav-item.has-mega > .dropdown-menu {
    margin-top: 46px !important;
  }
}

.nav-main ul .nav-item:hover > .mega-content {
  display: block;
}

.nav-main .mega-content {
  display: none;
  position: absolute;
  width: 1140px;
  background: #fff;
  z-index: 99999;
  padding: 0px 15px;
  border: 1px solid #ebebeb;
  left: 0px;
  margin-top: -1px;
}

@media (min-width: 1500px) {
  .nav-main .mega-content {
    width: 1420px;
  }
}

.nav-main .mega-content.mega_right {
  transform: translateX(-50%);
  -os-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  right: 100%;
  left: -35%;
}

.nav-main .mega-content .nav-width ul {
  width: 100%;
  display: block;
  top: 0;
  border-left: 0px;
  background-color: #fff;
  position: static;
  overflow: hidden;
  text-align: left;
}

.nav-main .mega-content .h4 {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.nav-main .mega-content .h4 a {
  text-decoration: none;
  display: block;
}

.nav-main .mega-content .h4 a span {
  color: #49b14d;
}

.nav-main .mega-content .h4 a span:hover {
  color: #49b14d;
}

.nav-main .mega-content .level1.item {
  float: left;
  padding: 0 5px;
}

.nav-main .mega-content li:hover > a {
  color: #49b14d;
  text-decoration: none;
}

.nav-main .mega-content li:hover > a span {
  color: #49b14d;
}

.nav-main .mega-content li:hover > span {
  color: #49b14d;
}

.nav-main .mega-content li:hover > .fa {
  color: #49b14d;
}

.nav-main .mega-content ul.level1 {
  margin-top: 20px;
}

.nav-main .mega-content .level2 {
  padding: 5px 0px;
  width: 100% !important;
}

.nav-main .mega-content .level2.item {
  width: 100%;
}

.nav-main .mega-content .level2 a {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-decoration: none;
  color: #c3e384;
}

.nav-main .mega-content .level2 a span {
  color: linghten(#49b14d, 20%);
}

.nav-main .mega-content .level2 .fa {
  width: 10px;
  font-size: 15px;
  float: left;
  line-height: 24px;
}

.nav-main .mega-content .level2:hover > a {
  color: #49b14d;
  text-decoration: none;
}

.nav-main .mega-content .level2:hover > a span {
  color: #49b14d;
}

.nav-main .mega-content .level2:hover > span {
  color: #49b14d;
}

.nav-main .mega-content .level2:hover > .fa {
  color: #49b14d;
}

.nav-main .mega-content .nav-width {
  width: 100%;
  float: left;
  padding: 20px 0px;
}

.nav-main .mega-content .nav-width .parent-mega-menu {
  padding: 0px 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-main .mega-content .nav-width .parent-mega-menu .col-lg-4:nth-child(3n + 1) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .nav-main .mega-content .nav-width .parent-mega-menu .col-lg-4:nth-child(3n + 1) {
    clear: left;
  }
}

.nav-main .mega-content .nav-width .banner-image {
  margin-top: 15px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .nav-main .menu_hed .nav li.nav-item a {
    padding: 0px 5px;
  }
  .menu-top-right .nav-main .menu_hed .nav .nav-item .dropdown-menu1 {
    right: 0px;
    left: auto;
  }
  .menu-top-right .nav-main .menu_hed .nav .nav-item .nav-link {
    font-size: 12px !important;
  }
  .menu_main .nav-main .menu_hed .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 16px 10px;
  }
  .header-content .logo-home img {
    max-width: 180px;
  }
  .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu {
    right: 0px;
    left: auto;
  }
}
/*# sourceMappingURL=styles.css.map */