body, .wpthemeMainContent {
  background: var(--mono6);
}

.vib-v2-section-header_new02:not(.vib-v2-header-scroll-02) {
  margin-bottom: -77px;
  background: none;
  box-shadow: none;
}

.vib-v2-section-header_new02 .vib-v2-btn-dk01 {
  position: absolute;
  top: 14px;
  right: 0;
}

.vib-v2-section-header_new02.vib-v2-header-scroll-02 .vib-v2-btn-dk01 {
  border-radius: 5px;
}

.page-footer .icon-scrolltop {
  top: -65px !important;
}

.icon-scrolltop::before {
  animation-name: bounce2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes bounce2 {
  0%, 100% {
    transform: translateY(-10%) rotate(-90deg);
  }
  50% {
    transform: translateY(10%) rotate(-90deg);
  }
}
.floating-label .floating-input[name=grade],
.floating-label .floating-input[name=company] {
  text-transform: capitalize;
}

.page-footer a {
  text-decoration: none;
}

.block-countdown {
  color: #fff;
  margin-top: 80px;
}
.block-countdown .block-content {
  border-radius: 15px;
  padding: 40px 0;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 215px;
  position: relative;
  background: var(--blue-banner);
  flex-direction: column;
  color: #fff;
  background-size: cover;
}
.block-countdown .block-content .block-top {
  border-bottom: 1px solid var(--mono4);
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 40px;
  text-align: left;
}
.block-countdown .block-content .block-top .left, .block-countdown .block-content .block-top .right {
  display: flex;
  gap: 10px;
}
.block-countdown .block-content .block-top .icon-clock {
  background: url(/static/campain-landing/landing-bizcard/img/icon-clock.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.block-countdown .block-content .block-top .icon-address {
  background: url(/static/campain-landing/landing-bizcard/img/icon-address.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  min-width: 20px;
}
.block-countdown .block-content .block-top p {
  margin: 0;
  color: var(--mono7);
}
.block-countdown .block-content .block-top p.name, .block-countdown .block-content .block-top p.time {
  margin-bottom: 5px;
}
.block-countdown .block-content .block-bottom {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.block-countdown .block-content h3 {
  margin: 0;
  color: #fff;
}
.block-countdown .block-content .countdown-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.block-countdown .block-content .countdown-number {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: var(--mono7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block-countdown .block-content .countdown-number::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  opacity: 0.2;
}
.block-countdown .block-content::after {
  content: "";
  position: absolute;
  top: 63px;
  right: -50px;
  width: 325px;
  height: 268px;
  background: url(/static/campain-landing/landing-mission/img/logo-coundown.svg) no-repeat center center;
  border-radius: 25px;
}

.three-col {
  position: relative;
  margin-top: 80px;
  margin-bottom: 0;
}
.three-col h2 {
  margin: 0;
  text-align: left;
}
.three-col .list-3-col {
  margin-top: 30px;
  margin-bottom: 0;
  max-width: none;
  display: grid;
  -moz-column-gap: 70px;
       column-gap: 70px;
  grid-template-columns: 1fr 1fr 1fr;
}
.three-col .list-3-col::before {
  display: none;
}
.three-col .list-3-col [class*=col-] {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.three-col .list-3-col [class*=col-] .list-detail {
  padding: 25px;
  border-radius: 20px;
  background: var(--mono7);
  box-shadow: none;
  border: 1px solid var(--mono4);
}
.three-col .list-3-col [class*=col-] .list-detail .top-icon {
  padding: 0;
  height: 35px;
  margin: 0 0 20px 0;
}
.three-col .list-3-col [class*=col-] .list-detail .top-icon img {
  width: 35px;
}
.three-col .list-3-col [class*=col-] .list-detail .title-20 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}
.three-col .list-3-col [class*=col-] .list-detail .cont-bottom {
  margin-top: 5px;
  padding: 0;
}
.three-col .list-3-col [class*=col-] .list-detail .cont-bottom p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--mono2);
  font-weight: 500;
}
.three-col .list-3-col [class*=col-] .list-detail::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  border-radius: 20px;
  background: var(--Banner-Fire, linear-gradient(179deg, #F39423 0.45%, #EE511D 99.21%));
  transition: all 0.5s ease;
}

.vib-v2-wrapper_new .banner-top-new-info {
  padding: 0;
  background: transparent;
  margin-top: 80px;
}
.vib-v2-wrapper_new .banner-top-new-info h2 {
  margin: 0;
}
.vib-v2-wrapper_new .banner-top-new-info .container {
  padding: 0;
}
.vib-v2-wrapper_new .banner-top-new-info .contaner-slider {
  border: 1px solid var(--mono4);
  border-radius: 20px;
}
.vib-v2-wrapper_new .banner-top-new-info .contaner-slider .description {
  border-radius: 20px 0 0 20px;
}
.vib-v2-wrapper_new .banner-top-new-info .contaner-slider .image {
  border-radius: 0 20px 20px 0;
}
.vib-v2-wrapper_new .banner-top-new-info #slide-counter {
  bottom: 25px;
}
.vib-v2-wrapper_new .banner-top-new-info #slide-counter .counter-number {
  margin-right: 60px;
}

.profile {
  margin-top: 80px;
}
.profile h2 {
  margin: 0;
}
.profile .box-content {
  margin-top: 30px;
  border: 1px solid var(--mono4);
  border-radius: 20px;
  padding: 40px 30px;
  background: var(--mono7);
}
.profile .box-content .row {
  display: flex;
  justify-content: left;
  margin-left: -30px;
  margin-right: -30px;
}
.profile .box-content .row .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}
.profile .box-content .row .item .desc {
  text-align: center;
}
.profile .box-content .row .item .desc p {
  margin-bottom: 10px;
}
.profile .box-content .row .item .desc p:last-child {
  margin-bottom: 0;
}
.profile .box-content .row .item .avatar {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.profile .box-content .row .item .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all 0.5s ease;
}
.profile .box-content .row .item:nth-child(1), .profile .box-content .row .item:nth-child(2), .profile .box-content .row .item:nth-child(3), .profile .box-content .row .item:nth-child(4), .profile .box-content .row .item:nth-child(5), .profile .box-content .row .item:nth-child(6) {
  margin-bottom: 40px;
}

.time-event {
  margin-top: 80px;
}
.time-event h2 {
  margin: 0;
}
.time-event .sub-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 0;
}
.time-event .box-content {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid var(--mono4);
  border-radius: 20px;
  background: var(--mono7);
  overflow: hidden;
  flex-direction: column;
  display: flex;
  gap: 15px;
}
.time-event .box-content .row-line {
  display: flex;
  height: 20px;
  position: relative;
}
.time-event .box-content .row-line::before {
  content: "";
  position: absolute;
  width: 224px;
  height: 3px;
  background: url(/static/campain-landing/landing-bizcard/img/effect-line.svg) no-repeat center center;
  top: 10px;
  left: 0;
  animation: move-line 2s linear infinite;
  z-index: 6;
}
.time-event .box-content .row-line .dot {
  position: relative;
  width: 25%;
  display: flex;
  float: left;
}
.time-event .box-content .row-line .dot::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url(/static/campain-landing/landing-bizcard/img/icon-dot.svg) no-repeat center center;
  position: absolute;
  top: -4px;
  left: -12px;
  z-index: 6;
}
.time-event .box-content .row-line .dot::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 30px;
  background: var(--mono5);
  width: 100%;
  left: 0;
  top: 10px;
}
.time-event .box-content .row-line .dot:last-child::after {
  display: none;
}
.time-event .box-content .desc {
  width: 100%;
}
.time-event .box-content .desc .item {
  width: 25%;
  display: flex;
  gap: 5px;
  flex-direction: column;
  padding-right: 50px;
  float: left;
}
.time-event .box-content .desc .item p {
  margin: 0;
}
.time-event .box-content .desc .item .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  padding: 5px 8px;
  background: #0057D6;
  border-radius: 20px;
}
.time-event .box-content .desc .item:last-child {
  padding-right: 0;
}

@keyframes move-line {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 67%;
    opacity: 0;
  }
}
@keyframes move-line1 {
  0% {
    top: -40px;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.form-register {
  margin-top: 80px;
  background: linear-gradient(180deg, #002478 -56.25%, #0059D4 99.71%);
  padding: 100px 0;
  border-radius: 30px 30px 0 0;
}
.form-register.disabled {
  padding: 0;
  background: transparent;
}
.form-register.disabled .vib-v2-wrapper_new {
  display: none;
}
.form-register .row + .row {
  margin-top: 20px;
}
.form-register h3, .form-register h2 {
  color: #fff;
  margin: 0 0 10px 0;
}
.form-register p {
  color: #fff;
  margin: 0;
}
.form-register .form-regis-content-inner {
  padding: 20px;
  border: 1px solid var(--mono4);
  border-radius: 20px;
  background: var(--mono7);
  margin-top: 30px;
}
.form-register .row.row-button {
  display: flex;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 30px;
}
.form-register #bao-mat {
  margin-top: 30px;
  overflow: hidden;
}
.form-register #simple-content .form-footer {
  float: left;
  margin: 0;
}

.select_ocb .dropdown-menu > li:first-child > a {
  height: auto;
  padding: 10px 20px;
}
.select_ocb .bs-searchbox {
  padding: 20px 20px 0 20px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
}
.select_ocb .bs-searchbox .form-control {
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.select_ocb .select-custom-open button.dropdown-toggle[title="Nothing selected"] .filter-option {
  text-indent: -9999px;
  display: none;
}
.select_ocb button.dropdown-toggle {
  cursor: pointer;
}
.select_ocb .ocb.bootstrap-select.open > .dropdown-toggle {
  border-bottom: 2px solid #000;
}
.select_ocb .bootstrap-select.btn-group .dropdown-menu {
  max-height: 302px !important;
}

.floating-label .floating-input.textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 75px;
  padding-top: 21px;
}

.floating-label.textarea + .character {
  position: absolute;
  right: 15px;
  color: var(--mono2);
}

.floating-label.textarea label {
  top: 14px;
  line-height: 26px;
}

.floating-label.textarea .floating-input:focus ~ label {
  top: 4px;
}

.floating-label.textarea .floating-input:not(:-moz-placeholder-shown) ~ label {
  top: 0px; /*padding-right: calc(100% - 57px);*/
  line-height: 26px;
  background: #fff;
}

.floating-label.textarea .floating-input:not(:placeholder-shown) ~ label {
  top: 0px; /*padding-right: calc(100% - 57px);*/
  line-height: 26px;
  background: #fff;
}

body .page-top-banner .cont-banner .cont-banner-sub .label {
  padding: 5px 20px 5px 15px;
  border-radius: 30px 0;
  background: linear-gradient(179deg, #F39423 0.45%, #EE511D 99.21%);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .page-top-banner .cont-banner .cont-banner-sub .big-tittle h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    margin-top: 0;
  }
  body .page-top-banner .cont-banner .cont-banner-sub .medium-tittle p {
    font-size: 20px;
    line-height: 24px;
  }
  body .page-top-banner .cont-banner .cont-banner-sub {
    width: 60%;
  }
  body .modal::before {
    display: inline-block !important;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .vib-v2-section-header_new02.vib-v2-header-scroll-02 {
    box-shadow: 0px 1px 5px 0px rgba(188, 188, 188, 0.25);
    background: #fff;
    height: 60px;
  }
  .vib-v2-section-header_new02 a.vib-v2-btn-dk01::before {
    border-radius: 5px;
  }
  .vib-v2-section-header_new02:not(.vib-v2-header-scroll-02) .vib-v2-btn-dk01 {
    pointer-events: none;
    opacity: 0;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 32px;
    transition: 0s all;
  }
  .vib-v2-section-header_new02.vib-v2-header-scroll-02 .vib-v2-btn-dk01 {
    opacity: 1;
    pointer-events: auto;
    border-radius: 5px;
    transform: translateY(-50%);
    top: 50%;
    padding: 10px 32px;
    transition: 0.4s ease-in;
  }
  .three-col .list-3-col [class*=col-] .list-detail:hover {
    border: 1px solid var(--mono4);
  }
  .three-col .list-3-col [class*=col-] .list-detail:hover::after {
    width: 120px;
  }
  .profile .box-content .row .item .avatar img:hover {
    transform: scale(1.2);
  }
  .bottom-bar-register {
    display: none;
  }
  .page-footer .icon-scrolltop {
    top: -62px;
  }
}
@media screen and (max-width: 1024px) {
  .bottom-bar-register {
    display: block;
  }
  .icon-scrolltop {
    right: 20px;
    top: -65px !important;
  }
  .icon-scrolltop:hover::before {
    background: var(--icon-Angle_right_black);
  }
  .modal-general .modal-content {
    height: 100vh;
  }
  .body_scroll {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
  }
  .backgdrop.active {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    top: 0;
  }
  .vib-v2-section-header_new02 .vib-v2-btn-dk01 {
    display: none;
  }
  .bottom-bar-register {
    display: block;
    padding: 20px;
    box-shadow: 0px -5px 10px 0px rgba(188, 188, 188, 0.5);
    position: fixed;
    bottom: -100px;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s all;
  }
  .bottom-bar-register p {
    font-weight: 600;
    line-height: 26px;
    font-size: 16px;
    max-width: 300px;
    margin: 0;
  }
  .bottom-bar-register.active {
    bottom: 0px;
  }
  .block-countdown .block-content {
    padding: 40px 20px;
  }
  .block-countdown .block-content::after {
    display: none;
  }
  .block-countdown .block-content .block-top {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .time-event {
    margin-top: 80px;
  }
  .time-event .box-content {
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }
  .time-event .box-content .row-line {
    display: none;
  }
  .time-event .box-content .desc {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 40px;
    position: relative;
  }
  .time-event .box-content .desc::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 224px;
    background: url(/static/campain-landing/landing-bizcard/img/effect-line-mobile.svg) no-repeat center center;
    top: 10px;
    left: 9px;
    animation: move-line1 3s linear infinite;
    animation-delay: 1s;
    z-index: 4;
  }
  .time-event .box-content .desc .item {
    width: 100%;
    flex-direction: column;
    gap: 5px;
    position: relative;
    padding-right: 0;
  }
  .time-event .box-content .desc .item::after {
    content: "";
    position: absolute;
    height: calc(100% + 30px);
    border-radius: 30px;
    background: var(--mono5);
    width: 3px;
    left: -31px;
    top: 25px;
  }
  .time-event .box-content .desc .item::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url(/static/campain-landing/landing-bizcard/img/icon-dot.svg) no-repeat center center;
    position: absolute;
    top: 0px;
    left: -50px;
    z-index: 7;
  }
  .time-event .box-content .desc .item:last-child::after {
    background: var(--mono7);
    z-index: 6;
  }
  .three-col .list-3-col [class*=col-] .list-detail:hover {
    border: 1px solid var(--mono4);
  }
  body.disabled-form {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-top-banner .cont-banner .cont-banner-sub .big-tittle h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .profile .box-content .row .item {
    width: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .three-col .list-3-col {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin: 30px 0;
  }
  .three-col .list-3-col [class*=col-] .list-detail .title-20 {
    font-size: 24px;
    line-height: 30px;
  }
  .three-col .list-3-col [class*=col-] .list-detail {
    padding: 20px;
  }
  .profile .box-content {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .vib-v2-wrapper_new .banner-top-new-info {
    box-shadow: none;
  }
  .vib-v2-wrapper_new .banner-top-new-info .vib-v2-title-news {
    padding: 0;
  }
  .vib-v2-wrapper_new .banner-top-new-info .container {
    box-shadow: none;
  }
  .vib-v2-wrapper_new .banner-top-new-info .contaner-slider {
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-left: -20px;
    margin-right: -20px;
  }
  .vib-v2-wrapper_new .banner-top-new-info .contaner-slider .image {
    border-radius: 0;
  }
  .vib-v2-wrapper_new .banner-top-new-info .contaner-slider #slide-counter .counter-number {
    margin-right: 40px;
  }
  body.has-bottom-bar {
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 767px) {
  body .page-top-banner .cont-banner .cont-banner-sub .big-tittle h1 {
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
    font-size: 30px;
    margin-top: 0;
  }
  body .page-top-banner {
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(188, 188, 188, 0.25);
  }
  body .block-countdown {
    margin-top: 40px;
    position: relative;
    z-index: 9;
    padding: 0;
  }
  body .block-countdown .block-content {
    padding: 30px 20px;
  }
  body .block-countdown .block-content::after {
    display: none;
  }
  body .block-countdown .block-content .block-top {
    flex-direction: column;
    gap: 20px;
  }
  body .block-countdown .block-content .block-top .name, body .block-countdown .block-content .block-top .time {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  body .block-countdown .block-content .block-top .address, body .block-countdown .block-content .block-top .date {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  body .block-countdown .block-content .block-bottom {
    align-items: center;
    gap: 5px;
  }
  body .block-countdown .block-content .block-bottom .countdown-label {
    margin-top: 5px;
  }
  body .block-countdown .block-content h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  body .block-countdown .block-content .countdown-number {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 24px;
  }
  body .three-col {
    background: transparent;
    padding: 0;
    margin-top: 40px;
  }
  body .three-col .list-3-col {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  body .three-col .list-3-col [class*=col-] {
    margin: 0;
  }
  body .three-col .list-3-col::after {
    display: none;
  }
  body .vib-v2-wrapper_new .banner-top-new-info {
    margin-top: 40px;
  }
  body .vib-v2-wrapper_new .banner-top-new-info .container {
    box-shadow: none;
  }
  body .vib-v2-wrapper_new .banner-top-new-info .container .contaner-slider {
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-left: -20px;
    margin-right: -20px;
  }
  body .vib-v2-wrapper_new .banner-top-new-info .container .contaner-slider .image {
    border-radius: 0;
  }
  body .vib-v2-wrapper_new .banner-top-new-info #slide-counter .counter-number {
    margin-right: 20px;
  }
  body .vib-v2-wrapper_new .bx-wrapper {
    padding: 0;
  }
  body .profile {
    margin-top: 40px;
  }
  body .profile .box-content {
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 30px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  body .profile .box-content .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  body .profile .box-content .row .item {
    flex-direction: row;
    padding: 20px 20px 0 20px;
    margin-top: 20px;
    gap: 20px;
  }
  body .profile .box-content .row .item .avatar {
    width: 100px;
    height: 100px;
    -o-object-position: center;
       object-position: center;
    min-width: 100px;
    margin: 0;
  }
  body .profile .box-content .row .item .avatar img {
    width: 100px;
    height: 100px;
  }
  body .profile .box-content .row .item .desc {
    text-align: left;
  }
  body .profile .box-content .row .item .desc::before {
    content: "";
    position: absolute;
    width: calc(100% - 160px);
    height: 1px;
    background: var(--mono4);
    top: 0px;
    right: 20px;
    z-index: 9;
  }
  body .profile .box-content .row .item:nth-child(1), body .profile .box-content .row .item:nth-child(2), body .profile .box-content .row .item:nth-child(3), body .profile .box-content .row .item:nth-child(4), body .profile .box-content .row .item:nth-child(5), body .profile .box-content .row .item:nth-child(6) {
    margin: 20px 0 0 0;
  }
  body .profile .box-content .row .item:first-child {
    margin-top: 0px;
    padding-top: 0;
  }
  body .profile .box-content .row .item:first-child .desc::before {
    display: none;
  }
  body .time-event {
    margin-top: 40px;
  }
  body .time-event .sub-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  body .form-register {
    margin-top: 40px;
    border-radius: 0;
    padding: 40px 0;
  }
  body .form-register h3 {
    padding: 0 10px;
  }
  body .form-register h3 + p {
    padding: 0 10px;
  }
  body .form-register .vib-v2-wrapper_new {
    padding: 0 10px;
  }
  body .form-register h3 {
    font-size: 26px !important;
  }
  body .form-register #simple-content .form-footer {
    padding: 10px 20px;
    background: var(--mono6);
    border-radius: 15px;
  }
  body .form-register .row.row-button {
    margin-top: 38px;
  }
  body#content.modal-open {
    position: fixed;
  }
  .item-100vh {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100vh - 50px);
  }
  .page-top-banner i.arrow-down, .item-100vh i.arrow-down {
    padding: 0;
  }
  .page-top-banner i.arrow-down, .item-100vh i.arrow-down {
    filter: none !important;
    background-image: url(/VIBStatic/PWS2021/html/images/arrow-down-black.svg);
  }
  .page-top-banner i.arrow-down::after, .item-100vh i.arrow-down::after {
    display: none;
  }
  body .page-footer .icon-scrolltop {
    top: -62px;
  }
  body .page-footer .col-copyright {
    float: right;
    order: 12;
    text-align: right;
    padding-left: 20px !important;
    padding-right: 0;
  }
  body.has-bottom-bar {
    padding-bottom: 92px;
  }
  .bottom-bar-register p {
    max-width: 175px;
  }
  body .banner-top-new-info p {
    -webkit-line-clamp: 7;
  }
}/*# sourceMappingURL=series-workshop.css.map */