.nav-container {
  max-width: 1400px; }

.navbar {
  position: relative;
  z-index: 999;
  width: 100%;
  min-height: 100px;
  padding: 0;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.2); }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  height: 100px;
  background: #fff; }

.navbar-collapse {
  display: flex;
  width: calc(100% - 70px);
  justify-content: space-between; }

.navbar-nav {
  width: calc(100% - 240px);
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 50px; }
  .navbar-nav .nav-item {
    font-size: 18px;
    color: #010101;
    padding: 10px 0; }
    .navbar-nav .nav-item .nav-link {
      color: #010101;
      padding: 0 0; }
  .navbar-nav .active {
    background: url("../imgs/index/menu_active.jpg") no-repeat bottom center; }

ol li {
  list-style: none !important; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.container {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0; }

.carousel-control-next, .carousel-control-prev {
  width: 6%; }

@media screen and (max-width: 991.98px) {
  .navbar {
    min-height: 68px; }

  .navbar-collapse {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .navbar {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.5rem; }

  .navbar-nav {
    width: 100%;
    padding: 0; }
    .navbar-nav .nav-item {
      padding: 10px 0;
      text-align: left;
      border-bottom: 1px solid #eee; }
      .navbar-nav .nav-item .nav-link {
        text-align: left; }
    .navbar-nav .active {
      background: url("../imgs/index/menu_active.jpg") no-repeat 20px bottom; }

  .carousel-control-next, .carousel-control-prev {
    width: 10%; }

  .row {
    margin-left: 0;
    margin-right: 0; }

  .container {
    width: 100%; } }
.banner .carousel-indicators {
  bottom: 1rem !important; }

.ana-box .carousel-control-prev {
  left: 24%; }
.ana-box .carousel-control-next {
  right: 24%; }

@media screen and (max-width: 991.98px) {
  .navbar-nav .nav-item {
    padding: 10px 0; }
    .navbar-nav .nav-item .nav-link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0; }
  .navbar-nav .active {
    background: url("../imgs/index/menu_active.jpg") no-repeat left bottom; }

  .dropdown-menu {
    border: none; }
    .dropdown-menu .dropdown-item {
      padding: .8rem 1.5rem;
      border-bottom: 1px solid #eee; }

  .ana-box .carousel-control-prev {
    left: 20%; }
  .ana-box .carousel-control-next {
    right: 20%; } }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px; }

.page-item.active .page-link {
  background: #bb0942;
  border-color: #bb0942; }

.page-link {
  color: #bb0942; }

/*# sourceMappingURL=reset-bootstrap-min.css.map */
