@font-face {
  font-family: 'sfuiText_regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(//theme.hstatic.net/1000166796/1001171918/14/sfuitext-regular.woff?v=2499) format("woff"); }

@font-face {
  font-family: 'sfuiText_bold';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("//theme.hstatic.net/1000166796/1001171918/14/sfuitext-bold.woff?v=2499") format("woff"); }

@font-face {
  font-family: 'sfuiText_medium';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("//theme.hstatic.net/1000166796/1001171918/14/sfuitext-medium.woff?v=2499") format("woff"); }

@font-face {
  font-family: 'sfuiText_semibold';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("//theme.hstatic.net/1000166796/1001171918/14/sfuitext-semibold.woff?v=2499") format("woff"); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

* {
  margin: 0;
  padding: 0; }

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'sfuiText_regular',Helvetica,sans-serif;
  font-size: 16px;
  color: #2a363b;
  letter-spacing: -0.3px;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    body {
      font-size: 15px; } }

a, a:hover {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

a:hover {
  text-decoration: none; }

img, svg {
  max-width: 100%; }

ol, ul {
  margin: 0; }

table {
  width: 100%; }

ol, ul {
  margin: 0; }

ul, ol {
  margin: 0;
  list-style: none; }

.svglogo_vsbc {
  fill: #115d90; }

.vsbc_2 {
  fill: #f47322; }

/*====== GENERAL ========================================*/
.os-animation, .staggered-animation {
  opacity: 0; }

.os-animation.animated, .staggered-animation.animated {
  opacity: 1; }

.owl-carousel .owl-item img {
  width: auto !important;
  margin: auto; }

img.lazyload:not([src]) {
  visibility: hidden; }

.lazyload {
  opacity: 0.1; }

.lazyloading {
  opacity: 1;
  transition: opacity 300ms; }

.lazyload-image {
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto; }

.lazyload-image img {
  display: block; }

.lazyload-image .lazyload-image__placeholder {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.lazyload-image .lazyload-image__placeholderc img,
.lazyload-image .lazyload-image__placeholder iframe,
.lazyload-image .lazyload-image__placeholder .lazyload {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  overflow: hidden;
  font-family: "blur-up: auto", "object-fit: cover";
  object-fit: contain; }

/*====== page - tiktok event v1.0 ===============================*/
.btn-hover-vertical {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn-hover-vertical:before {
  content: '';
  background-color: #b31f27;
  position: absolute;
  top: 0;
  left: -2px;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.btn-hover-vertical:hover::before {
  opacity: 1;
  right: -2px;
  width: calc(100% + 4px); }

.btn-hover-vertical:hover, .btn-hover-vertical:focus {
  text-decoration: none;
  color: #fff;
  background: #b31f27;
  border-color: #b31f27; }

.ldpevent-heading {
  margin-bottom: 30px; }
  .ldpevent-heading .color-white {
    color: #ffffff; }
  .ldpevent-heading .color-red {
    color: #FE2C55; }
  .ldpevent-heading h2 {
    color: #000000;
    font-size: 36px;
    line-height: 120%;
    margin: 0px;
    font-family: var(--hrv-font-family-bold); }
  .ldpevent-heading .subtitle {
    margin: 0;
    color: #000000;
    font-size: 24px;
    font-family: var(--hrv-font-family-regular); }
  .ldpevent-heading .subtitle.color-white {
    color: #ffffff; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .ldpevent-heading h2 {
      font-size: 32px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .ldpevent-heading h2 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .ldpevent-heading {
      margin-bottom: 15px; }
    .ldpevent-heading h2 {
      font-size: 26px; }
    .ldpevent-heading .subtitle {
      font-size: 20px; } }

.ldpevent-actions .btn-event {
  font-family: 'sfuiText_bold',sans-serif;
  text-transform: uppercase;
  padding: 15px 25px;
  min-width: 220px;
  background: #ee3124;
  color: #ffffff;
  border: 1px solid #ee3124;
  font-size: 20px;
  line-height: 120%;
  outline: none;
  border-radius: 4px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2); }
  .ldpevent-actions .btn-event.disabled {
    pointer-events: none;
    opacity: 0.7; }
  .ldpevent-actions .btn-event.btn-white {
    background: #fff;
    color: #000;
    border: 1px solid #fff; }
  .ldpevent-actions .btn-event:hover, .ldpevent-actions .btn-event:focus {
    background: #b31f27;
    border-color: #b31f27; }
  .ldpevent-actions .btn-event.btn-white:hover, .ldpevent-actions .btn-event.btn-white:focus {
    color: #ffffff;
    background: #b31f27;
    border-color: #b31f27; }

@media (max-width: 767px) {
  .ldpevent-actions .btn-event {
    font-size: 18px;
    padding: 12px 15px;
    width: 100%; } }

[class^="oracle-event"] {
  padding: 80px 0; }

@media (max-width: 767px) {
  [class^="oracle-event-"] {
    padding: 50px 0; } }

.oracle-event-overview {
  position: relative;
  padding: 40px 0 0;
  background-color: #0016a9;
  background-image: url("https://file.hstatic.net/1000166796/file/oracle-bg-top_7b2d0771d9d3430790a540cdfa5bec37.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
  .oracle-event-overview .overview-header {
    background: #FFFFFF; }
    .oracle-event-overview .overview-header .box-logos {
      -ms-display: flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      justify-content: space-between;
      padding: 20px 0px; }
      .oracle-event-overview .overview-header .box-logos--col {
        -ms-display: flex;
        display: flex;
        -ms-align-items: center;
        align-items: center; }
      .oracle-event-overview .overview-header .box-logos--text {
        font-family: var(--hrv-font-family-bold);
        font-size: 15px;
        line-height: 120%;
        letter-spacing: -0.5px;
        color: #000066;
        margin: 4px 0 0; }
      .oracle-event-overview .overview-header .box-logos--list {
        -ms-display: flex;
        display: flex;
        -ms-align-items: center;
        align-items: center; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item {
          margin-left: 25px; }
          .oracle-event-overview .overview-header .box-logos--list .logo-item svg {
            height: 30px; }
          .oracle-event-overview .overview-header .box-logos--list .logo-item img {
            max-height: 34px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--3 img {
          max-height: 22px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--4 img {
          max-height: 24px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--6 img {
          max-height: 28px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--7 svg {
          max-height: 20px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--8 img {
          max-height: 20px;
          margin-bottom: 5px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--9 img {
          max-height: 29px; }
  .oracle-event-overview .overview-detail h1 {
    margin: 0;
    font-size: 48px;
    color: #ffffff;
    font-family: var(--hrv-font-family-bold); }
  .oracle-event-overview .overview-detail .time-text {
    font-family: var(--hrv-font-family-bold);
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #00006b;
    background: #ffffff;
    border-radius: 20px 0;
    padding: 20px 30px 15px;
    margin: 16px 0;
    display: inline-block; }
  .oracle-event-overview .overview-detail .address-text {
    font-size: 22px;
    line-height: 150%;
    margin: 16px 0 22px;
    font-family: var(--hrv-font-family-medium);
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #ffffff; }
  .oracle-event-overview .overview-speaker .listing-speaker {
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
  .oracle-event-overview .overview-speaker .speaker-item {
    -ms-flex: 0 0 calc(100%/4);
    flex: 0 0 calc(100%/4);
    max-width: calc(100%/4);
    padding-left: 3px;
    padding-right: 3px; }
    .oracle-event-overview .overview-speaker .speaker-item__inner {
      height: 100%; }
    .oracle-event-overview .overview-speaker .speaker-item__info {
      padding: 8px 6px 20px;
      text-align: center; }
      .oracle-event-overview .overview-speaker .speaker-item__info .spk_name {
        margin: 0;
        letter-spacing: -0.459861px;
        color: #ffffff;
        font-size: 17.0806px;
        font-family: 'sfuiText_bold',sans-serif; }
      .oracle-event-overview .overview-speaker .speaker-item__info .spk_pos {
        margin: 2px 0 5px;
        letter-spacing: -0.459861px;
        color: #ffffff;
        font-size: 13.1389px;
        opacity: 0.8; }
      .oracle-event-overview .overview-speaker .speaker-item__info .spk_brand svg {
        max-width: 50%;
        max-height: 40px;
        fill: #ffffff; }
  .oracle-event-overview .overview-content {
    padding: 60px 0 40px; }
  @media (min-width: 1200px) {
    .oracle-event-overview .overview-detail--inner {
      float: right;
      width: 100%;
      max-width: calc((1140px/2) - 30px);
      padding-right: 20px; }
    .oracle-event-overview .overview-speaker {
      padding-left: 0; }
      .oracle-event-overview .overview-speaker--inner {
        max-width: 900px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .oracle-event-overview .overview-header .box-logos--list .logo-item {
      margin-left: 16px; }
    .oracle-event-overview .overview-header .box-logos--text {
      font-size: 13px; }
    .oracle-event-overview .overview-detail--inner {
      float: right;
      width: 100%;
      max-width: calc((960px/2) - 30px);
      padding-right: 15px; }
    .oracle-event-overview .overview-detail h1 {
      font-size: 44px; }
    .oracle-event-overview .overview-speaker {
      padding-left: 0; }
      .oracle-event-overview .overview-speaker .listing-speaker {
        padding-top: 0; }
      .oracle-event-overview .overview-speaker .speaker-item {
        -ms-flex: 0 0 calc(100%/3);
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
        margin-top: -10px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .oracle-event-overview .overview-header .box-logos {
      margin: 0 -15px; }
      .oracle-event-overview .overview-header .box-logos--col {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: start;
        align-items: start; }
        .oracle-event-overview .overview-header .box-logos--col + .box-logos--col {
          padding-left: 40px; }
      .oracle-event-overview .overview-header .box-logos--list .logo-item {
        margin-right: 20px;
        margin-left: 0; }
      .oracle-event-overview .overview-header .box-logos--text {
        font-size: 13px;
        white-space: nowrap;
        margin: 0 0 4px; }
        .oracle-event-overview .overview-header .box-logos--text .d-block {
          display: inline-block !important; }
    .oracle-event-overview .overview-detail {
      text-align: center; } }
  @media (min-width: 992px) {
    .oracle-event-overview .container-fluid {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .oracle-event-overview {
      padding: 30px 0 0px; }
    .oracle-event-overview .overview-header .box-logos {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-align-items: flex-start;
      align-items: flex-start;
      padding: 12px 0px 6px;
      margin: 0 -5px; }
      .oracle-event-overview .overview-header .box-logos--col + .box-logos--col {
        margin-top: 12px; }
      .oracle-event-overview .overview-header .box-logos--list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item {
          margin-left: 13px;
          max-width: 16%;
          margin-bottom: 12px; }
          .oracle-event-overview .overview-header .box-logos--list .logo-item svg {
            height: 24px; }
          .oracle-event-overview .overview-header .box-logos--list .logo-item img {
            max-height: 26px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--hrv {
          max-width: 32%; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--7 {
          max-width: 25%; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--3 img {
          max-height: 24px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--4 img {
          max-height: 24px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--5 img {
          max-height: 24px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--6 img {
          max-height: 19px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--7 svg {
          max-height: 22px; }
        .oracle-event-overview .overview-header .box-logos--list .logo-item--8 img {
          max-height: 18px; }
      .oracle-event-overview .overview-header .box-logos--text {
        font-size: 11px;
        white-space: nowrap;
        min-width: 66px;
        -ms-align-self: start;
        align-self: start; }
    .oracle-event-overview .overview-detail h1 {
      font-size: 32px; }
    .oracle-event-overview .overview-detail .time-text {
      font-size: 20px;
      padding: 18px 25px 12px; }
    .oracle-event-overview .overview-detail .address-text {
      font-size: 18px; }
    .oracle-event-overview .overview-speaker .listing-speaker {
      padding-top: 28px; }
    .oracle-event-overview .overview-speaker .speaker-item {
      -ms-flex: 0 0 calc(100%/3);
      flex: 0 0 calc(100%/3);
      max-width: calc(100%/3);
      margin-top: -8px; }
    .oracle-event-overview .overview-content {
      padding: 45px 0 30px; } }

.oracle-event-countdown {
  background: linear-gradient(0deg, #0034BA, #0034BA), #FE2C55;
  text-align: center; }
  .oracle-event-countdown .ldpevent-heading {
    margin-bottom: 0px; }
  .oracle-event-countdown .zone-countdown {
    margin: 25px 0; }
    .oracle-event-countdown .zone-countdown__soon {
      min-height: 95px; }
      .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] {
        padding: 0 0;
        text-align: center;
        margin-bottom: 0;
        font-size: inherit; }
      .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] > .soon-group {
        background: linear-gradient(180deg, #00223E 0%, #012D51 51.5%, #000F1C 55.21%, #003159 100%);
        border: 1px solid #001B3C;
        border-radius: 8px; }
      .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] > .soon-group .soon-group-sub + .soon-group-sub {
        border-left: 1px solid #001B3C; }
      .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] > .soon-group .soon-group-sub .soon-group-inner {
        color: #1c1c1c;
        min-width: 55px;
        padding: 8px 30px 12px;
        margin: 0px; }
      .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] > .soon-group .soon-group-sub .soon-separator + .soon-group {
        margin: 0 0px; }
      .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] > .soon-group .soon-group-sub .soon-label {
        letter-spacing: -0.35px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 18px;
        font-family: var(--hrv-font-family-bold);
        margin: 0;
        text-transform: uppercase; }
      .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] > .soon-group .soon-group-sub .soon-value {
        display: block;
        background: transparent;
        padding: 0px;
        border-radius: 0px;
        letter-spacing: -0.9px;
        color: #ffffff;
        font-size: 36px;
        font-family: var(--hrv-font-family-bold); }
      .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] > .soon-group .soon-group-sub .soon-separator {
        color: #ffffff;
        font-size: 20px;
        vertical-align: top; }
      .oracle-event-countdown .zone-countdown__soon .soon[data-face*=glow] .soon-separator, .oracle-event-countdown .zone-countdown__soon .soon[data-face*=glow] .soon-slot-inner {
        text-shadow: none; }
      .oracle-event-countdown .zone-countdown__soon__info .countdown-label {
        opacity: 0;
        white-space: nowrap;
        letter-spacing: -0.4px; }
      .oracle-event-countdown .zone-countdown__soon__info > .soon[data-initialized="true"] + .countdown-label {
        opacity: 1; }
  @media (max-width: 767px) {
    .oracle-event-countdown .zone-countdown {
      margin-bottom: 25px; }
      .oracle-event-countdown .zone-countdown__soon {
        min-height: 80px; }
        .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] > .soon-group .soon-group-sub .soon-group-inner {
          min-width: 38px;
          padding: 4px 14px 8px; }
        .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] > .soon-group .soon-group-sub .soon-label {
          font-size: 14px; }
        .oracle-event-countdown .zone-countdown__soon .soon[data-layout*=group] > .soon-group .soon-group-sub .soon-value {
          font-size: 28px; }
    .oracle-event-countdown .ldpevent-actions .btn-event {
      width: auto; } }

.oracle-event-timeline {
  position: relative; }
  .oracle-event-timeline h2 {
    text-align: center; }
  .oracle-event-timeline .timeline {
    position: relative;
    padding-left: 25px;
    border-left: 1px dashed #FE2C55;
    list-style-type: none; }
    .oracle-event-timeline .timeline .card-item {
      position: relative;
      margin-bottom: 50px;
      border-top: none; }
      .oracle-event-timeline .timeline .card-item:before {
        content: "";
        position: absolute;
        left: -30px;
        top: 60px;
        display: block;
        height: 9px;
        width: 9px;
        background: #FE2C55;
        border-radius: 50%; }
      .oracle-event-timeline .timeline .card-item.card-hlight:before {
        top: calc(50% - 5px); }
      .oracle-event-timeline .timeline .card-item.not-choose:before {
        display: none; }
      .oracle-event-timeline .timeline .card-item .rowbox.row {
        margin-left: 0;
        margin-right: 0; }
      .oracle-event-timeline .timeline .card-item .box-hlight {
        padding: 10px 35px;
        margin-left: -35px;
        position: relative;
        background: linear-gradient(90deg, #E4FCF3 28.94%, rgba(252, 228, 236, 0) 104.38%); }
        .oracle-event-timeline .timeline .card-item .box-hlight .text-name {
          color: #FE2C55;
          letter-spacing: -0.4px;
          margin: 0;
          color: #FE2C55;
          font-size: 18px;
          font-family: 'sfuiText_bold',sans-serif; }
      .oracle-event-timeline .timeline .card-item .box-arrows {
        position: relative;
        background: #25F4EE;
        border-radius: 4px;
        padding: 10px 15px;
        max-width: 245px; }
        .oracle-event-timeline .timeline .card-item .box-arrows:before {
          content: '';
          position: absolute;
          top: calc(50% - 10px);
          left: -18px;
          height: 0;
          width: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid #25F4EE;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        .oracle-event-timeline .timeline .card-item .box-arrows .text-time {
          font-size: 18px;
          letter-spacing: -0.4px;
          color: #000000;
          margin-bottom: 0; }
        .oracle-event-timeline .timeline .card-item .box-arrows .text-evt {
          color: #000;
          margin: 0;
          font-size: 18px;
          font-family: 'sfuiText_bold',sans-serif;
          letter-spacing: -0.4px; }
      .oracle-event-timeline .timeline .card-item .box-avatar {
        margin-top: 0px; }
        .oracle-event-timeline .timeline .card-item .box-avatar .box-info {
          padding-left: 4px; }
        .oracle-event-timeline .timeline .card-item .box-avatar .avt-thumb {
          background-color: #fff;
          padding: 4px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-shadow: 0px 5.18603px 10.3721px -5.18603px rgba(24, 39, 75, 0.12), 0px 6.91471px 20.7441px -3.45735px rgba(24, 39, 75, 0.08);
          -moz-box-shadow: 0px 5.18603px 10.3721px -5.18603px rgba(24, 39, 75, 0.12), 0px 6.91471px 20.7441px -3.45735px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 5.18603px 10.3721px -5.18603px rgba(24, 39, 75, 0.12), 0px 6.91471px 20.7441px -3.45735px rgba(24, 39, 75, 0.08); }
          .oracle-event-timeline .timeline .card-item .box-avatar .avt-thumb img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
        .oracle-event-timeline .timeline .card-item .box-avatar .avt-info {
          margin-top: 14px; }
        .oracle-event-timeline .timeline .card-item .box-avatar .avt-name {
          color: #FE2C55;
          font-size: 18px;
          font-family: 'sfuiText_bold',sans-serif;
          margin-bottom: 0;
          letter-spacing: -0.45px; }
        .oracle-event-timeline .timeline .card-item .box-avatar .avt-job {
          font-style: italic;
          font-weight: 500;
          letter-spacing: -0.4px;
          margin: 0;
          font-size: 14px;
          color: #000;
          font-family: 'sfuiText_medium',sans-serif; }
        .oracle-event-timeline .timeline .card-item .box-avatar .avt-tag {
          margin: 0 0 4px;
          color: #000000;
          font-size: 10px;
          text-transform: uppercase; }
        .oracle-event-timeline .timeline .card-item .box-avatar .box-info.avt-small {
          margin: 0;
          padding-right: 15px;
          flex: 0 0 calc(100%/6);
          max-width: calc(100%/6);
          margin-top: 15px; }
          .oracle-event-timeline .timeline .card-item .box-avatar .box-info.avt-small .avt-thumb {
            width: 100%;
            max-width: 98%; }
          .oracle-event-timeline .timeline .card-item .box-avatar .box-info.avt-small .avt-name {
            font-size: 14px; }
          .oracle-event-timeline .timeline .card-item .box-avatar .box-info.avt-small .avt-job {
            font-size: 12px; }
      .oracle-event-timeline .timeline .card-item .box-detail .text-time {
        font-size: 20px;
        color: #FE2C55;
        margin: 0;
        font-family: 'sfuiText_bold',sans-serif; }
      .oracle-event-timeline .timeline .card-item .box-detail .text-title {
        font-size: 20px;
        color: #26323d;
        margin: 6px 0 0;
        line-height: 120%;
        font-family: var(--hrv-font-family-bold);
        letter-spacing: -0.35px; }
      .oracle-event-timeline .timeline .card-item .box-detail .text-title span {
        display: block; }
      .oracle-event-timeline .timeline .card-item .box-detail .list-info {
        margin: 0 0 10px; }
        .oracle-event-timeline .timeline .card-item .box-detail .list-info li {
          position: relative;
          margin-bottom: 6px;
          letter-spacing: -0.4px; }
      .oracle-event-timeline .timeline .card-item .box-detail .text-user {
        color: #FE2C55;
        font-size: 18px;
        font-family: 'sfuiText_semibold',sans-serif;
        margin: 14px 0 0;
        letter-spacing: -0.45px; }
      .oracle-event-timeline .timeline .card-item .box-detail .text-job {
        font-style: italic;
        font-weight: 500;
        letter-spacing: -0.4px;
        margin: 0;
        font-size: 14px;
        color: #000;
        font-family: 'sfuiText_medium',sans-serif; }
      .oracle-event-timeline .timeline .card-item .box-detail hr.line-event {
        border-top: 1px solid #FE2C55;
        margin: 12px 0; }
      .oracle-event-timeline .timeline .card-item .box-small + .box-small {
        margin-top: 22px; }
      .oracle-event-timeline .timeline .card-item .box-small .text-user {
        margin-top: 2px;
        font-size: 95%; }
      .oracle-event-timeline .timeline .card-item .box-small .list-info {
        margin: 0 0 7px; }
    .oracle-event-timeline .timeline .card-item.mrgin-15 {
      margin-bottom: 15px; }
  @media (min-width: 768px) {
    .oracle-event-timeline .timeline .card-item .rowbox.row {
      margin-left: 0;
      margin-right: 0; }
    .oracle-event-timeline .timeline .card-item .box-avatar.col-md-cus3 {
      -ms-flex: 0 0 160px;
      flex: 0 0 160px;
      max-width: 160px; }
    .oracle-event-timeline .timeline .card-item .box-detail.col-md-cus9 {
      -ms-flex: 0 0 calc(100% - 160px);
      flex: 0 0 calc(100% - 160px);
      max-width: calc(100% - 160px);
      padding-left: 30px; }
    .oracle-event-timeline .timeline .card-item .box-detail.col-md-cus9.order-md-1 {
      padding-left: 0;
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .oracle-event-timeline .timeline {
      padding-left: 20px; }
      .oracle-event-timeline .timeline .card-item {
        position: relative;
        margin-bottom: 50px;
        border-top: none; }
        .oracle-event-timeline .timeline .card-item:before {
          left: -25px;
          top: 55px; }
        .oracle-event-timeline .timeline .card-item.card-hlight:before {
          top: calc(50% - 5px); }
        .oracle-event-timeline .timeline .card-item .box-hlight {
          padding: 10px 15px;
          margin-left: -30px; }
          .oracle-event-timeline .timeline .card-item .box-hlight .text-name {
            font-size: 16px; }
        .oracle-event-timeline .timeline .card-item .box-arrows {
          padding: 10px 15px; }
          .oracle-event-timeline .timeline .card-item .box-arrows .text-time {
            font-size: 14px; }
          .oracle-event-timeline .timeline .card-item .box-arrows .text-evt {
            font-size: 16px; }
        .oracle-event-timeline .timeline .card-item .box-avatar .box-info {
          padding-left: 0px;
          padding-right: 20px; }
        .oracle-event-timeline .timeline .card-item .box-avatar .avt-thumb {
          width: 130px; }
        .oracle-event-timeline .timeline .card-item .box-avatar .avt-name {
          font-size: 16px; }
        .oracle-event-timeline .timeline .card-item .box-avatar .avt-job {
          font-size: 14px; }
        .oracle-event-timeline .timeline .card-item .box-avatar .box-info.avt-small {
          margin: 0;
          padding-right: 15px;
          flex: 0 0 calc(100%/3);
          max-width: calc(100%/3);
          margin-top: 15px; }
          .oracle-event-timeline .timeline .card-item .box-avatar .box-info.avt-small .avt-thumb {
            width: 100%; }
          .oracle-event-timeline .timeline .card-item .box-avatar .box-info.avt-small .avt-name {
            font-size: 13px; }
          .oracle-event-timeline .timeline .card-item .box-avatar .box-info.avt-small .avt-job {
            font-size: 10px; }
        .oracle-event-timeline .timeline .card-item .box-detail {
          margin-top: 15px; }
          .oracle-event-timeline .timeline .card-item .box-detail .text-time {
            font-size: 18px; }
          .oracle-event-timeline .timeline .card-item .box-detail .text-title {
            font-size: 20px; }
          .oracle-event-timeline .timeline .card-item .box-detail .text-user {
            font-size: 16px; }
          .oracle-event-timeline .timeline .card-item .box-detail .text-job {
            font-size: 12px; }
          .oracle-event-timeline .timeline .card-item .box-detail hr.line-event {
            margin: 10px 0; } }

.oracle-event-speakers {
  padding-bottom: 50px;
  background: linear-gradient(0deg, #F2FFFC, #F2FFFC), linear-gradient(180deg, #FFC8D7 -8.5%, #FFF5F8 14.67%), linear-gradient(0deg, #0339A6, #0339A6), #FE2C55; }
  .oracle-event-speakers .speaker-item {
    margin-bottom: 30px;
    text-align: center; }
    .oracle-event-speakers .speaker-item__avatar .circle-avatar {
      width: 160px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #FFFFFF;
      padding: 4px;
      overflow: hidden;
      margin-bottom: 10px;
      box-shadow: 0px 5.18603px 10.3721px -5.18603px rgba(24, 39, 75, 0.12), 0px 6.91471px 20.7441px -3.45735px rgba(24, 39, 75, 0.08);
      margin-left: auto;
      margin-right: auto; }
      .oracle-event-speakers .speaker-item__avatar .circle-avatar img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .oracle-event-speakers .speaker-item__detail .name {
      color: #FE2C55;
      font-size: 24px;
      font-family: var(--hrv-font-family-bold);
      margin: 0; }
    .oracle-event-speakers .speaker-item__detail .job {
      font-style: italic;
      margin: 0; }
  @media (max-width: 767px) {
    .oracle-event-speakers {
      padding-bottom: 20px; }
    .oracle-event-speakers .speaker-item {
      margin-bottom: 30px;
      text-align: center; }
      .oracle-event-speakers .speaker-item__avatar .circle-avatar {
        width: 120px; }
      .oracle-event-speakers .speaker-item__detail .name {
        font-size: 18px; }
      .oracle-event-speakers .speaker-item__detail .job {
        font-size: 15px; } }

.oracle-event-benefits {
  background: #0034BA;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED; }
  .oracle-event-benefits .listing-target {
    margin: 0;
    border-radius: 16px;
    margin: 0 0 50px;
    background: #0016a9;
    border: 1px solid #022dd1;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12); }
    .oracle-event-benefits .listing-target .target-item {
      padding: 0; }
      .oracle-event-benefits .listing-target .target-item__block {
        padding: 24px 15px;
        -ms-display: flex;
        display: flex;
        -ms-align-items: center;
        align-items: center; }
      .oracle-event-benefits .listing-target .target-item .box-icon {
        -ms-flex: 0 0 56px;
        flex: 0 0  56px;
        max-width: 56px;
        -ms-align-self: start;
        align-self: start; }
        .oracle-event-benefits .listing-target .target-item .box-icon svg {
          width: 100%; }
      .oracle-event-benefits .listing-target .target-item .box-title {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: calc(100% - 56px);
        padding-left: 20px; }
        .oracle-event-benefits .listing-target .target-item .box-title p {
          margin: 0;
          font-size: 18px;
          color: #ffffff;
          font-family: var(--hrv-font-family-bold); }
    .oracle-event-benefits .listing-target .target-item + .target-item {
      border-left: 1px solid #022dd1; }
  .oracle-event-benefits .listing-benefit .benefit-item {
    margin-bottom: 50px;
    text-align: center; }
    .oracle-event-benefits .listing-benefit .benefit-item__icon svg {
      height: 96px; }
    .oracle-event-benefits .listing-benefit .benefit-item__text {
      padding: 10px 0 0;
      color: #ffffff; }
      .oracle-event-benefits .listing-benefit .benefit-item__text p {
        margin: 0; }
  @media (max-width: 991px) and (min-width: 768px) {
    .oracle-event-benefits .listing-target {
      margin: 10px 0 40px; }
      .oracle-event-benefits .listing-target .target-item__block {
        padding: 15px 15px; }
      .oracle-event-benefits .listing-target .target-item .box-icon {
        -ms-flex: 0 0 50px;
        flex: 0 0  50px;
        max-width: 50px; }
      .oracle-event-benefits .listing-target .target-item .box-title {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: calc(100% - 50px);
        padding-left: 15px; } }
  @media (max-width: 767px) {
    .oracle-event-benefits .listing-target {
      margin: 10px 0 40px; }
      .oracle-event-benefits .listing-target .target-item__block {
        padding: 15px 15px; }
      .oracle-event-benefits .listing-target .target-item .box-icon {
        -ms-flex: 0 0 50px;
        flex: 0 0  50px;
        max-width: 50px; }
      .oracle-event-benefits .listing-target .target-item .box-title {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: calc(100% - 50px);
        padding-left: 20px; }
      .oracle-event-benefits .listing-target .target-item + .target-item {
        border-top: 1px solid #022dd1;
        border-left: 0; }
    .oracle-event-benefits .listing-benefit .benefit-item {
      margin-bottom: 30px;
      text-align: center; }
      .oracle-event-benefits .listing-benefit .benefit-item__icon svg {
        height: 55px; }
    .oracle-event-benefits .listing-benefit .benefit-item:nth-child(odd) {
      padding-right: 10px; }
    .oracle-event-benefits .listing-benefit .benefit-item:nth-child(even) {
      padding-left: 10px; } }

.oracle-event-brands .brand-logos__title {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px; }
  .oracle-event-brands .brand-logos__title h3 {
    background: #ffffff;
    z-index: 2;
    padding: 0 12px;
    margin: 0 0;
    color: #FE2C55;
    font-size: 20px;
    font-family: var(--hrv-font-family-bold);
    text-transform: uppercase;
    letter-spacing: -0.4px;
    line-height: 1.2;
    position: relative;
    display: inline-block; }
  .oracle-event-brands .brand-logos__title:before, .oracle-event-brands .brand-logos__title:after {
    content: "";
    position: absolute;
    top: 42%;
    width: 24%;
    height: 1px; }
  .oracle-event-brands .brand-logos__title:before {
    right: 55%;
    background-image: linear-gradient(to right, transparent, #FE2C55);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .oracle-event-brands .brand-logos__title:after {
    left: 55%;
    background-image: linear-gradient(to right, #FE2C55, transparent);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.oracle-event-brands .brand-logos__list {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: center;
  justify-content: center; }
  .oracle-event-brands .brand-logos__list .logo-item {
    -ms-flex: 0 0 calc(100%/6);
    flex: 0 0 calc(100%/6);
    max-width: calc(100%/6);
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .oracle-event-brands .brand-logos__list .logo-item--inner {
    background: #ffffff;
    border: 1px solid #FF5284;
    border-radius: 6px;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto; }
    .oracle-event-brands .brand-logos__list .logo-item--inner .logo--insert {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 55%; }
    .oracle-event-brands .brand-logos__list .logo-item--inner .logo--insert img,
    .oracle-event-brands .brand-logos__list .logo-item--inner .logo--insert svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      height: 70%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      font-family: "blur-up: auto", "object-fit: cover";
      object-fit: contain; }
    .oracle-event-brands .brand-logos__list .logo-item--inner .logo--insert .lazyload {
      opacity: 0;
      -webkit-filter: blur(5px);
      filter: blur(5px);
      transition: opacity 500ms, filter 700ms;
      -webkit-transition: opacity 500ms, filter 700ms; }
    .oracle-event-brands .brand-logos__list .logo-item--inner .logo--insert .lazyloading {
      opacity: 0.3;
      -webkit-filter: blur(8px);
      filter: blur(8px);
      transition: opacity 500ms, filter 700ms;
      -webkit-transition: opacity 500ms, filter 700ms; }
    .oracle-event-brands .brand-logos__list .logo-item--inner .logo--insert .lazyloaded {
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0);
      transition: opacity 500ms, filter 700ms;
      -webkit-transition: opacity 500ms, filter 700ms; }
  .oracle-event-brands .brand-logos__list .logo-item--1 .logo-item--inner .logo--insert svg {
    height: 46%; }

.oracle-event-brands .brand-logos-bigsize .brand-logos__list .logo-item {
  -ms-flex: 0 0 calc(100%/5);
  flex: 0 0 calc(100%/5);
  max-width: calc(100%/5); }

.oracle-event-brands .brand-logos-bigsize .brand-logos__list .logo-item--mtp .logo-item--inner .logo--insert img {
  height: 90%;
  width: 90%; }

.oracle-event-brands .brand-logos-bigsize .brand-logos__list .logo-item--insider .logo-item--inner .logo--insert img {
  height: 58%; }

.oracle-event-brands .brand-logos + .brand-logos {
  margin-top: 40px; }

@media (max-width: 767px) {
  .oracle-event-brands .brand-logos__title:before {
    right: 45%;
    width: 50%; }
  .oracle-event-brands .brand-logos__title:after {
    left: 45%;
    width: 50%; }
  .oracle-event-brands .brand-logos__title h3 {
    font-size: 18px; }
  .oracle-event-brands .brand-logos__list {
    margin-left: -10px;
    margin-right: -10px; }
    .oracle-event-brands .brand-logos__list .logo-item {
      -ms-flex: 0 0 calc(100%/4);
      flex: 0 0 calc(100%/4);
      max-width: calc(100%/4);
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 20px; }
  .oracle-event-brands .brand-logos-bigsize .brand-logos__list .logo-item {
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3); } }

.oracle-event-formdata {
  background: #0034BA; }
  .oracle-event-formdata .field-notify p {
    font-family: 'sfuiText_medium';
    color: #ffffff;
    text-align: center;
    margin: 0 0 20px; }

/*===================================================================*/
/* modal succes */
.modal.modalForm-success .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

.modal.modalForm-success.show .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal.modalForm-success {
  background: rgba(3, 17, 27, 0.7);
  padding: 0; }

.modalForm-success .modal-content {
  position: relative;
  border: 0;
  background-color: #0068FF;
  background: -moz-linear-gradient(130deg, #0068FF 0%, #0068FF 99%);
  background: -webkit-linear-gradient(130deg, #0068FF 0%, #0068FF 99%);
  background: -webkit-linear-gradient(130deg, #0068FF 0%, #0068FF 99%); }

.modalForm-success .modal-content:before, .modalForm-success .modal-content:after {
  content: "";
  position: absolute;
  width: 35%;
  top: 0;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.modalForm-success .modal-content:after {
  right: 0;
  background-image: url(//file.hstatic.net/1000001117/file/modal-succes-vector-right-min.png); }

.modalForm-success .modal-content:before {
  left: 0;
  background-image: url(//file.hstatic.net/1000001117/file/modal-succes-vector-left-min.png); }

.modalForm-success .modal-content .modal-body {
  z-index: 2;
  padding: 20px 35px; }

.modalForm-success .modal-body img {
  width: 200px; }

.modalForm-success .modal-body .modal-title {
  font-size: 28px;
  color: #fff;
  font-family: var(--hrv-font-family-bold);
  margin: 0 0 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative; }

.modalForm-success .modal-body .modal-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 1px;
  background: #fff; }

.modalForm-success .modal-body p:not(.modal-title) {
  font-size: 16px;
  color: #fff;
  margin: 20px 0 0; }

.modalForm-success .hide_modal {
  padding: 10px 30px;
  text-transform: uppercase; }

.modalForm-success .modal-body p.txt-link {
  margin-top: 10px; }

.modalForm-success .modal-body p.txt-link a {
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.8; }

@media (min-width: 768px) {
  .modalForm-success .modal-dialog {
    width: 555px; } }

@media (max-width: 767px) {
  .modalForm-success .modal-content:before,
  .modalForm-success .modal-content:after {
    width: 40%;
    background-size: auto; }
  .modalForm-success .modal-content .modal-body {
    padding: 20px 18px; } }

/* popup Register  */
.modalForm-register.fade.show {
  opacity: 1;
  z-index: 10551; }

.modalForm-register .modal-content {
  background-color: #fff;
  border: 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 172, 193, 0.16);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 80px;
  overflow: hidden; }

.modalForm-register .modal-heading {
  background: #ffffff;
  text-align: center;
  border: 0;
  padding: 35px 25px 5px; }

.modalForm-register .modal-heading .modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 5;
  margin: 0;
  padding: 0;
  outline: none;
  margin-top: 0px;
  opacity: 1;
  float: initial;
  text-shadow: none;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  background: #e5e5e5;
  border: 1px solid #e5e5e5; }

.modalForm-register .modal-heading .modal-close svg {
  display: block;
  fill: #33475b;
  width: 20px;
  height: 100%;
  opacity: 0.7;
  margin: auto;
  -webkit-transition: -webkit-transform .25s, opacity .25s;
  -moz-transition: -moz-transform .25s, opacity .25s;
  transition: transform .25s, opacity .25s; }

.modalForm-register .modal-heading .modal-close:hover svg {
  opacity: 1;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12); }

.modalForm-register .modal-heading .modal-title {
  padding: 0px 0px 0;
  line-height: 1.3;
  color: #0141A7;
  font-size: 28px;
  margin: 0px auto 5px;
  font-family: var(--hrv-font-family-bold); }

.modalForm-register .modal-heading .modal-subtitle {
  font-size: 16px;
  position: relative;
  margin: 0 auto; }

.modalForm-register .modal-bodyform {
  position: relative;
  padding: 10px 35px 30px; }

/* Modal body form  */
.field-group {
  margin-bottom: 20px; }

.field-group .field-messages {
  font-size: 13px;
  margin: 5px 0;
  padding: 0 20px;
  color: #bababa; }

.field-input-wrapper {
  position: relative; }

.field-input-wrapper .field-label {
  font-size: 15px;
  color: #666666;
  font-family: 'sfuiText_medium';
  display: block;
  font-weight: initial;
  padding: 0;
  margin: 0 0 7px; }

.field-input-wrapper .field-label b {
  color: #ff0000;
  font-weight: initial;
  font-size: 88%; }

.field-input-wrapper .field-placeholder {
  font-size: 15px;
  color: #6d7175;
  display: block;
  font-weight: initial;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  pointer-events: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms; }

.field-required .field-input-wrapper .field-placeholder:after {
  content: " *";
  font-size: 12px;
  color: #ff0000; }

.field-input-wrapper .field-input,
.field-input-wrapper .field-select {
  font-family: 'sfuiText_medium';
  font-size: 15px;
  color: #000000;
  background-color: #fff6ec;
  border: 1px solid #c9cccf;
  display: block;
  width: 100%;
  padding: 14px 20px;
  box-sizing: border-box;
  outline: none;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.03);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: padding 150ms;
  -moz-transition: padding 150ms;
  transition: padding 150ms; }

.field-input-wrapper textarea.field-input {
  width: 100%;
  max-width: 100%; }

.field-group .field-input-wrapper .field-input[type=number]::-webkit-outer-spin-button,
.field-group .field-input-wrapper .field-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.field-group .field-input-wrapper .field-input::-webkit-input-placeholder {
  color: #666666;
  font-size: 0; }

.field-group .field-input-wrapper .field-input::-moz-placeholder {
  color: #666666;
  font-size: 0; }

.field-group .field-input-wrapper .field-input::-ms-input-placeholder {
  color: #666666;
  font-size: 0; }

/* select */
.field-group-select .field-input-wrapper:not(.js-is-field) .field-placeholder {
  opacity: 0;
  visibility: hidden; }

.field-input-wrapper .field-select-dropdown {
  position: relative; }

.field-input-wrapper .field-select-dropdown:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 18px;
  border: solid #666666;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.field-input-wrapper .field-select-dropdown .field-select {
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.field-input-wrapper .field-select-dropdown .field-select option,
.field-input-wrapper .field-select-dropdown .field-select:invalid {
  color: #3d5067;
  font-size: 15px; }

.field-input-wrapper .field-select-dropdown .field-select option[value="null"],
.field-input-wrapper .field-select-dropdown .field-select option[value=""] {
  color: #bababa; }

/* checkbox- radio */
.field-group.field-group-radio .field-input-wrapper .field-label,
.field-group.field-group-checkbox .field-input-wrapper .field-label {
  color: #ffffff;
  margin-bottom: 5px; }

.field-group.field-group-radio .field-input-wrapper .field-label.red,
.field-group.field-group-checkbox .field-input-wrapper .field-label.red {
  color: #000000; }

.listChoice-option .checkbox-primary, .listChoice-option .radio-primary {
  margin: 0px 0 10px;
  padding: 0;
  position: relative; }

.listChoice-option .radio-primary input[type='radio'] + label,
.listChoice-option .checkbox-primary input[type='checkbox'] + label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin: 0; }

.listChoice-option .radio-primary input[type='radio'],
.listChoice-option .checkbox-primary input[type='checkbox'] {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  color: #fff;
  background: #AEFFFE;
  border: 1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 0;
  transition: all 0.15s ease-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.listChoice-option .radio-primary input[type='radio']:before,
.listChoice-option .checkbox-primary input[type='checkbox']:before {
  content: '\2714\fe0e';
  font-size: 14px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  opacity: 0;
  position: absolute;
  display: inline-block;
  text-align: center; }

.listChoice-option .radio-primary .input-radius[type='radio'],
.listChoice-option .radio-primary .input-radius[type='radio']:after {
  border-radius: 50%; }

.listChoice-option .radio-primary input[type='radio']:hover:before,
.listChoice-option .checkbox-primary input[type='checkbox']:hover:before {
  opacity: 1;
  color: #000000; }

.listChoice-option .radio-primary input[type='radio']:hover,
.listChoice-option .checkbox-primary input[type='checkbox']:hover {
  background: #fff; }

.listChoice-option .radio-primary input[type='radio']:checked,
.listChoice-option .checkbox-primary input[type='checkbox']:checked {
  background: #000000;
  border-color: #000000; }

.listChoice-option .radio-primary input[type='radio']:checked:after,
.listChoice-option .checkbox-primary input[type='checkbox']:checked:after {
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  background: #00b0ff;
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s; }

.listChoice-option .radio-primary input[type='radio']:checked:before,
.listChoice-option .checkbox-primary input[type='checkbox']:checked:before {
  opacity: 1;
  color: #ffffff; }

@keyframes click-wave {
  0% {
    height: 15px;
    width: 15px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 40px;
    width: 40px;
    margin-left: -12.5px;
    margin-top: -12.5px;
    opacity: 0; } }

.listChoice-flexbox {
  margin: 0 -5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.listChoice-flexbox > div {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 10px; }

.listChoice-flexbox .radio-primary {
  position: relative; }

.listChoice-flexbox .radio-primary input.option-input[type='radio'] {
  position: absolute;
  top: 8px;
  left: 12px;
  height: 18px;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.listChoice-flexbox .radio-primary input[type='radio'] + label {
  margin: 0;
  cursor: pointer;
  color: #3d5067;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 8px 5px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in; }

.listChoice-flexbox .radio-primary input[type='radio'] + label:before {
  content: "";
  width: 2px;
  height: 110%;
  background-color: #0047ba;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }

.listChoice-flexbox .radio-primary input.option-input[type='radio']:checked + label,
.listChoice-flexbox .radio-primary input.option-input[type='checkbox']:checked + label {
  border-color: #0047ba;
  color: #fff; }

.listChoice-flexbox .radio-primary input.option-input[type='radio']:checked + label:before {
  width: 120%;
  transform: translate(-50%, -50%);
  opacity: 1; }

/* js-active */
.js-is-field.field-input-wrapper .field-input,
.js-is-field.field-input-wrapper .field-select {
  padding-top: 21px;
  padding-bottom: 7px; }

.js-is-field.field-input-wrapper .field-placeholder {
  visibility: visible;
  opacity: 1;
  font-size: 11px;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px); }

.field-group.field-group-error .field-input-wrapper .field-label {
  color: #ff0000; }

/* button */
.field-group-button {
  margin: 5px 0 10px; }

.field-group-button .btn-submit-form {
  position: relative;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  font-family: 'sfuiText_bold';
  text-transform: uppercase;
  margin-top: 10px;
  min-width: 270px;
  width: 100%;
  color: #ffffff;
  background: #0169ed;
  border: 0;
  padding: 12px 30px;
  display: block;
  vertical-align: middle;
  outline: none;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.field-group-button .btn-submit-form:before {
  content: "";
  background: #ff4e00;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.field-group-button .btn-submit-form:hover,
.field-group-button .btn-submit-form:focus {
  outline: none; }

.field-group-button .btn-submit-form:hover:before,
.field-group-button .btn-submit-form:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

@media (min-width: 768px) {
  .modalForm-register .modal-dialog {
    max-width: 550px; } }

@media (max-width: 767px) {
  .modalForm-register .modal-content {
    margin-bottom: 0;
    margin-top: 20px; }
  .modalForm-register .modal-heading {
    padding: 30px 20px 5px; }
  .modalForm-register .modal-heading .modal-title {
    font-size: 25px;
    padding: 0px 0px 0; }
  .modalForm-register .modal-heading .modal-subtitle {
    font-size: 14px; }
  .field-group-button .button {
    width: 100%; }
  .modalForm-register .modal-bodyform {
    padding: 8px 15px 30px; }
  .field-input-wrapper .field-placeholder {
    left: 15px; }
  .field-input-wrapper .field-input, .field-input-wrapper .field-select {
    padding-left: 15px;
    padding-right: 15px; } }
