#c_portalresnav_main-1567149865363 .pc_nav {
  height: auto !important;
}

#c_portalresebizads_banner-1567149865368 {
  margin-top: 0;
}

.banner-container {
  min-height: 100vh;
  max-height: unset;
}

.banner-container video {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#w_grid-1567149865008 {
  display: block !important;
}

#w_grid-1567149865008
> div
> .p_gridbox
> .p_gridcell
> .c_portalresebizads_banner-01001 {
  margin-top: 0 !important;
}

.section-bg {
  position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-bg img {
  width: 100%;
}

.section-bg .text {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translatex(-50%);
  max-width: 1400px;
  width: 90%;
  color: #fff;
}

.section-bg .text .title {
  font-size: 52px;
  margin-bottom: 25px;
  font-weight: 600;
}

.section-bg .text .desc {
  font-size: 18px;
  margin-bottom: 25px;
  max-width: 1200px;
  line-height: 1.8;
}

.section-bg .text .link {
  font-size: 14px;
}

.section-bg .text .link a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 3px;
  background-color: red;
  padding: 5px 15px;
  color: #fff;
}

@media (max-width: 1024px) {
  .section-bg .text .title {
    font-size: 30px;
  }
  .section-bg .text .desc {
    font-size: 14px;
  }
  .section-bg .text .link {
    font-size: 12px;
  }
}

.section-bg .data {
  max-width: 815px;
  display: flex;
  gap: 35px;
  margin-bottom: 25px;
}

.section-bg .data .i {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-bg .data .i .image {
  width: 40px;
}

.section-bg .data .i .number {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 5px;
}

.section-bg .data .i .number .num {
  font-size: 36px;
  font-weight: bold;
}

.section-bg .data .i .number .sub {
  font-size: 20px;
  transform: translatey(-5px);
}

.section-bg .data .i .t {
  font-size: 16px;
}

@media (max-width: 768px) {
  .section-bg .data {
    gap: 20px;
    flex-wrap: wrap;
  }
  .section-bg .data .i {
    flex: 0 45%;
  }
}

@media (max-width: 768px) {
  .section-bg {
    min-height: 500px;
    padding: 40px 0;
  }
  .section-bg img.bg {
    display: none;
  }
  .section-bg .text {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    margin: 0 auto;
  }
}
