body {
  font-size: 16px;
  color: #333333;
}

.nav-brand .text_logo {
  color: #111111;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  float: left;
  font-size: 24px;
}
.nav-brand .text_logo span {
  font-weight: 200;
  font-size: 15px;
  position: relative;
  top: -6px;
}
@media (max-width: 767px) {
  .nav-brand .text_logo {
    line-height: 20px;
    font-size: 22px;
    padding-left: 10px;
  }
}

.connecting-line {
  background: #e0e0e0;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 80%;
  z-index: 1;
}

span.round-tab {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 100px;
  display: inline-block;
  font-size: 20px;
  height: 42px;
  left: 0;
  line-height: 36px;
  position: absolute;
  text-align: center;
  width: 42px;
  z-index: 2;
}
span.round-tab i {
  color: #555555;
}
span.round-tab:hover {
  border: 2px solid #333;
  color: #333;
}

.wizard {
  background: #fff;
  margin: 20px auto;
}
.wizard .nav-tabs {
  border-bottom-color: #e0e0e0;
  margin: 40px auto;
  margin-bottom: 0;
  position: relative;
}
.wizard .nav-tabs span {
  color: #aaaaaa;
}
.wizard .nav-tabs > li.active > a {
  border: 0;
  border-bottom-color: transparent;
  color: #555555;
  cursor: default;
}
.wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  border: 0;
  border-bottom-color: transparent;
  color: #555555;
  cursor: default;
}
.wizard > div.wizard-inner {
  position: relative;
}
.wizard li.active span.round-tab {
  background: #fff;
  border: 2px solid #4760BB;
}
.wizard li.active span.round-tab i, .wizard li.active span.round-tab span {
  color: #4760BB;
}
.wizard li.active .top-text {
  color: #4760BB;
  font-weight: 400;
}
.wizard .nav-tabs > li {
  width: 33%;
}
.wizard li {
  position: relative;
}
.wizard li .top-text {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 200;
  top: -6px;
  color: #aaaaaa;
}
.wizard li:after {
  border: 5px solid transparent;
  border-bottom-color: #4760BB;
  bottom: 0px;
  content: " ";
  left: 46%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  transition: 0.1s ease-in-out;
}
.wizard li.active:after {
  border: 10px solid transparent;
  border-bottom-color: #4760BB;
  bottom: 0px;
  content: " ";
  left: 46%;
  margin: 0 auto;
  opacity: 1;
  position: absolute;
}
.wizard .nav-tabs > li a {
  border-radius: 100%;
  height: 42px;
  margin: 20px auto;
  padding: 0;
  width: 42px;
}
.wizard .nav-tabs > li a:hover {
  background: transparent;
}
.wizard .tab-pane {
  padding-top: 50px;
  position: relative;
}
.wizard h3 {
  margin-top: 0;
}

.wizard4.wizard .nav-tabs > li {
  width: 25%;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

@media (max-width: 585px) {
  span.round-tab {
    font-size: 20px;
    height: 42px;
    line-height: 36px;
    width: 42px;
  }
  .wizard {
    height: auto !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .wizard .nav-tabs > li a {
    height: 42px;
    line-height: 50px;
    width: 42px;
  }
  .wizard li.active:after {
    content: " ";
    left: 35%;
    position: absolute;
  }
}
body .box-type-test {
  background: #ffffff;
  border: 1px solid #E3E3E3;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
}
body .box-type-test .btn_selected {
  margin-top: 20px;
}
body .box-type-test .btn_selected .sel, body .box-type-test .btn_selected .des {
  color: #666666;
  padding: 10px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
body .box-type-test .btn_selected .sel {
  display: none;
}
body .box-type-test .btn_selected .des {
  display: block;
  background: #E3E3E3;
}
body .box-type-test.box.active {
  box-shadow: none !important;
  border: 1px solid #4760BB;
}
body .box-type-test.box.active .sel {
  display: block;
  background: #4760BB;
  color: #ffffff;
}
body .box-type-test.box.active .des {
  display: none;
}
body .box-type-test.box:hover, body .box-type-test.box:focus {
  box-shadow: 0px 0px 0px 3px #70bbe4, 0 1px 0 #d8dde3;
  -moz-box-shadow: 0px 0px 0px 3px rgba(0, 136, 210, 0.6), 0 1px 0 #d8dde3;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 136, 210, 0.6), 0 1px 0 #d8dde3;
  box-shadow: 0px 0px 0px 3px rgba(0, 136, 210, 0.6), 0 1px 0 #d8dde3;
  -webkit-transition: all 0.32s cubic-bezier(0.08, 0.8, 0.4, 0.96);
  -moz-transition: all 0.32s cubic-bezier(0.08, 0.8, 0.4, 0.96);
  -o-transition: all 0.32s cubic-bezier(0.08, 0.8, 0.4, 0.96);
  transition: all 0.32s cubic-bezier(0.08, 0.8, 0.4, 0.96);
}
body .box-type-test .img-wrapper {
  overflow: hidden;
}
body .box-type-test .img-wrapper img {
  display: inline-block;
  transition: all 0.5s ease 0s;
  vertical-align: middle;
  height: 90px;
}
body .box-type-test .img-wrapper img:hover {
  transform: scale(1.5);
}
body .box-type-test .price {
  font-weight: bold;
}
body .box-type-test h4 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.dropzone {
  border: 3px dotted #ddd;
  min-height: 200px;
  color: #999999;
  text-align: center;
}
.dropzone.ui-state-drag {
  border-color: #F5B732;
  background-color: #FEF4E0;
}

.btn-upload {
  padding: 5px 20px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #888888;
  display: inline-block;
}

.signature {
  border: 2px solid #eeeeee;
  min-height: 150px;
}

body form label.error {
  font-weight: normal;
  color: red;
}

.main-logo {
  width: auto;
  height: 82px;
  position: absolute;
  left: 5px;
  top: 4px;
}
@media (max-width: 767px) {
  .main-logo {
    height: 70px;
  }
}

.top_banner {
  background: #3C3B6E;
  color: #ffffff;
  padding: 20px 0;
}
.top_banner .title_banner {
  color: #ffffff;
}

.title_banner {
  font-weight: 200;
}
@media (max-width: 767px) {
  .title_banner {
    text-align: center;
    font-size: 32px;
  }
}

.title2_banner {
  font-weight: 200;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 7px 15px;
  border-radius: 7px;
  margin-top: 300px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .title2_banner {
    text-align: center;
    margin-top: 260px;
    font-size: 28px;
  }
}

.medium_banner {
  background-image: url("../img/slide1.jpg");
  background-position: center center;
  height: 400px;
}

.primary-list li {
  font-weight: normal;
  font-size: 16px;
}
.primary-list li a {
  color: #0570fb;
}
.primary-list ul {
  padding-left: 28px;
}
.primary-list ul li {
  font-weight: normal;
}
.primary-list ul ul li {
  list-style: disc;
}

.footer-1 {
  color: #999999;
}

.content-video .box_top_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.content-video .box_top_full .box_title_banner .content_text_1 {
  text-align: center;
  padding: 20px 0 36px;
  border-top: 3px solid #222222;
  border-left: 3px solid #222222;
  border-right: 3px solid #222222;
}
.content-video .box_top_full .box_title_banner h1 {
  margin: 0;
  color: #222;
  font-size: 58px;
  line-height: 68px;
  text-shadow: 0 0 5px #fff;
  text-transform: none;
  font-weight: normal;
}
.content-video .box_top_full .box_title_banner .table_bt {
  position: relative;
  width: 100%;
  margin: 0;
}
.content-video .box_top_full .box_title_banner .table_bt td {
  border-top: 3px solid #222222;
}
.content-video .box_top_full .box_title_banner .table_bt .content_text_2 {
  border: none;
}
.content-video .box_top_full .box_title_banner .content_text_2 {
  text-align: center;
  padding: 0 30px;
  width: 84%;
}
.content-video .box_top_full .box_title_banner .content_text_2 h1 {
  position: relative;
  top: -36px;
}
.content-video .box_top_full .center-height {
  width: 1903px;
  height: 1070px;
  display: table-cell;
  vertical-align: middle;
}
.content-video .box_top_full .justify-content-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 78%;
}
.content-video .box_top_full .box_title_banner .content_text_3 {
  text-align: center;
  color: #222;
  font-weight: 700;
  font-size: 24px;
  margin: 10px -60px 0;
  text-shadow: 0 0 2px #fff;
}

.b_left {
  border-left: 1px solid #999999;
}

.b_right {
  border-right: 1px solid #999999;
}

.fs_big1 {
  font-size: 120px;
}

.fs_big2 {
  font-size: 42px;
  margin: 0px;
}

.fs_big3 {
  font-size: 28px;
}

.bootstrap-select.btn-group .dropdown-menu {
  max-height: 265px !important;
}

header .navigation-fixed-placeholder {
  height: 69px !important;
}
header .navigation {
  min-height: 40px;
  height: auto;
}
header .navigation #main_logo {
  max-height: 64px;
  margin-top: 4px;
}
header .navigation #main_logo_mo {
  max-height: 54px;
  margin-top: 4px;
}
header .navigation .nav-menu > li > a {
  height: 54px;
  padding: 22px 16px 0px 16px;
}

.icon_plus_box {
  position: absolute;
  font-size: 28px;
  top: 50%;
  margin-top: -45px;
  right: -11px;
}

.footer-1 {
  background-color: #012B67;
}

body .button-primary, body .btn-primary {
  background-color: #012B67;
  border-color: #012B67;
}

@media (max-width: 767px) {
  .icon_plus_box {
    top: auto;
    bottom: -7px;
    right: auto;
    left: 50%;
    margin-left: -16px;
  }
  header .navigation {
    padding: 10px 0px;
  }
  .b_left, .b_right {
    border: none;
  }
  .fs_big1 {
    font-size: 74px;
  }
  .fs_big2 {
    font-size: 30px;
    padding-top: 10px;
  }
  .fs_big3 {
    font-size: 25px;
  }
  .banner-home {
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -360px center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  .content-video .box_top_full {
    position: initial;
    top: 0;
    width: 100%;
    overflow: hidden;
  }
  .content-video .box_top_full .justify-content-text {
    width: 100%;
  }
  .content-video .box_top_full .box_title_banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .content-video .box_top_full .box_title_banner .content_text_3 {
    font-size: 20px;
    margin: 0;
  }
  .title-city-paternity {
    font-size: 28px;
  }
  .content-video-git {
    width: 100%;
    margin-top: 20px;
  }
  .section-block-int {
    padding: 32px 0px 10px 0px !important;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .content-video .box_top_full .center-height {
    height: 785px;
  }
  .content-video .box_top_full .box_title_banner h1 {
    font-size: 35px;
    line-height: 38px;
  }
}
.translated-ltr body .navigation-fixed-wrapper.fixed {
  padding-top: 40px;
}

.banner-home {
  overflow: hidden;
  position: relative;
}
.banner-home .box_top_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
}
.banner-home .slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 400px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
}
.banner-home .slide__overlay path {
  opacity: 0.4;
}

@media (max-width: 767px) {
  .wizard li .top-text {
    top: -35px;
    font-size: 16px;
  }
}
.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 65px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 3px #999;
  z-index: 100;
  left: 15px;
}

.whats-app:hover {
  color: #FFF;
  opacity: 0.8;
}

.my-float {
  margin-top: 16px;
}

.section-block-int {
  padding: 80px 0px 10px 0px;
}

.list-questions a, .list-questions a i {
  color: #012B67 !important;
}

.list-questions a:hover {
  text-decoration: none;
}

.breadcrumbs {
  overflow: hidden;
  margin: 10px 0px 0px 0px;
}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
}

.breadcrumbs ul li {
  float: left;
  border: none;
  width: auto;
  font-size: 12px;
  margin-right: 10px;
}

.number-picture {
  display: inline-block;
  color: #9DB1A2;
  font-size: 110px;
  border-radius: 50%;
  border: 5px solid #9DB1A2;
  width: 170px;
  height: 170px;
  text-align: center;
}

.btn-wp1 {
  background: #dadada;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 28px;
  border-radius: 50px !important;
  display: inline-block;
}

.btn-wp1:hover, .btn-wp1:active {
  text-decoration: none;
}

.btn-wp2 {
  background: #fff;
  border: 1px solid #dadada;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 28px;
  border-radius: 50px !important;
  display: inline-block;
}

.btn-wp2:hover, .btn-wp2:active {
  text-decoration: none;
}

.btn-wp2.active {
  background: #4760BB;
  color: #ffffff;
  border-color: #4058AC;
  text-decoration: none;
}

.fl-right {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

@media (max-width: 767px) {
  .fl-right {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
}
.box-left #content_enterprises_2 ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#content-search .box-left {
  float: left;
  width: 47% !important;
}

#content_enterprises_2 .li {
  overflow: hidden;
  margin: 0;
}

#content_enterprises_2 .col-left {
  float: left;
  width: 50%;
}

#content-search .box-right .map {
  width: 100%;
  height: 663px !important;
}

#content-search {
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  height: 580px;
}

#content-search .box-right {
  float: right;
  width: 52%;
}

#content_enterprises_2 .li {
  border-bottom: 1px solid #dddddd;
}

#content_enterprises_2 .li .ent_container {
  border: 1px solid transparent;
  display: block;
  min-height: 100%;
  overflow: hidden;
}

#content_enterprises_2 .li.active .ent_container {
  background: #ebeff9 none repeat scroll 0 0;
  border: 1px solid #bbb !important;
}

.info-map-top {
  overflow: hidden;
  padding: 0;
  height: auto;
}

.info-map-top .group-img {
  float: left;
  margin-right: 0;
}

.info-map-top .group-img img {
  width: 64px;
  max-height: 66px;
}

.info-map-top .group-info .group-icon-map {
  margin-top: 4px;
  overflow: hidden;
}

#content_enterprises_2 .li .ent_container .icon_counter {
  background: transparent none no-repeat scroll 0 0;
  display: inline-block;
  float: left;
  font-size: 13px;
  height: 32px;
  margin-right: 6px;
  margin-top: 4px;
  padding-top: 4px;
  text-align: center;
  width: 25px;
  font-weight: 700;
  color: #ffffff;
}

.text_maker {
  height: 22px !important;
  text-align: center;
  width: 26px !important;
  font-size: 13px;
}

.text_maker span {
  color: #ffffff;
}

.info-map-top .group-info .group-icon-map .content-info-comp {
  float: left;
  margin-left: 5px;
  width: auto;
}

.info-map-top .group-info .group-icon-map .content-info-comp a {
  font-size: 15px;
}

.info-map-top .group-info .group-icon-map .content-info-comp p {
  margin: 5px 0px;
  font-size: 13px;
  line-height: 18px;
}

.info-map-bottom p {
  font-size: 13px;
  margin-bottom: 2px;
}

#content_enterprises_2 {
  height: auto;
}

.group-review-link {
  overflow: hidden;
}

.group-review-link a {
  font-size: 14px;
  font-weight: 600;
}

.map-bodyContent .icon_counter {
  display: none !important;
}

.info-map-top .group-info {
  float: left;
  width: auto;
}

.info-map-top .group-info a {
  font-size: 13px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #content-search .box-right {
    width: 100%;
  }
  #content-search .box-left {
    width: 100% !important;
  }
  .box-left #content_enterprises_2 ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

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