@font-face {
  font-family: 'sfuiText_heavy';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-heavy.woff") format("woff"); }

@font-face {
  font-family: 'sfuiText_semibold';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-semibold.woff") format("woff"); }

* {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #2a363b;
  line-height: 1.4;
  overflow-x: hidden;
  background: #e3f2fd;
  font-family: 'sfuiText_regular',Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased; }

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

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

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;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none; }

h2, h3, h4, h5 {
  line-height: 1.3; }

table {
  width: 100%; }

/* css lazy load */
.os-animation {
  opacity: 0; }

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

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%;
  /*  image height / width * 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; }

/*=================================================================*/
.hrv-btn-register, .hrv-btnv2-register {
  cursor: pointer; }

.btn-event-hover {
  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-event-hover:before {
  content: '';
  background-color: #ff9800;
  position: absolute;
  z-index: -1;
  bottom: -50%;
  left: -5px;
  width: calc(100% + 10px);
  height: 100%;
  transform-origin: center bottom;
  transform: skewY(9.3deg) scaleY(0);
  -moz-transition: transform 0.5s cubic-bezier(0.48, 0, 0.12, 1) 0s;
  -o-transition: transform 0.5s cubic-bezier(0.48, 0, 0.12, 1) 0s;
  -webkit-transform: transform 0.5s cubic-bezier(0.48, 0, 0.12, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.48, 0, 0.12, 1) 0s; }

.btn-event-hover:hover {
  border-color: #ff9800; }

.btn-event-hover:hover::before {
  transform-origin: center bottom;
  transform: skewY(9.3deg) scaleY(2); }

.btn.disabled, .btn[disabled], .btn-event-disabled.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .8; }

.btn-event-disabled.disabled {
  pointer-events: none;
  opacity: 0.7; }

@media (max-width: 767px) {
  body {
    font-size: 14px; }
  .groupAction .btn-event-action {
    font-size: 14px;
    padding: 10px 25px; } }

/* svg */
.svg-label-1 {
  fill: #c2185b; }

.svg-label-2 {
  fill: #880e4f; }

.svg-label-3 {
  fill: #d81b60; }

.svg-label-4 {
  fill: #fff; }

.icon1-svg-1 {
  fill: #511b03; }

.icon1-svg-2 {
  fill: #ff9800; }

.icon2-svg-1 {
  fill: none;
  stroke: #2962ff;
  stroke-miterlimit: 10; }

.icon2-svg-2 {
  fill: #2962ff; }

.icon3-svg-1 {
  fill: #f89e1b; }

.icon3-svg-2 {
  fill: #f26e21; }

.icon3-svg-3 {
  fill: #fff; }

.icon3-svg-4 {
  fill: #f26e23; }

.icon3-svg-5 {
  fill: #ef4d25; }

.icon3-svg-6 {
  fill: #7d1418; }

.icon3-svg-7 {
  fill: url(#linear-gradient-icon3); }

.icon3-svg-8 {
  fill: #fffbfc; }

.icon4-svg-1 {
  fill: #2962ff; }

.icon4-svg-2 {
  fill: none;
  stroke: #2962ff;
  stroke-miterlimit: 10; }

.icon5-svg-1 {
  fill: none;
  stroke: #2962ff;
  stroke-miterlimit: 10; }

.icon5-svg-2 {
  fill: #2962ff; }

.discount-svg01-1 {
  fill: #3d5067; }

.discount-svg01-2 {
  fill: #f9a825; }

.discount-svg01-3, .discount-svg01-4 {
  fill: none;
  stroke: #f9a825;
  stroke-miterlimit: 10;
  stroke-width: 0.5px; }

.discount-svg01-4 {
  stroke-dasharray: 2 2; }

.discount-svg01-5 {
  fill: #fff; }

@-moz-keyframes svg-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(0.98) skew(1deg); }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg); }
  100% {
    -moz-transform: rotate(0) scale(0.98) skew(1deg); } }

@-webkit-keyframes svg-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.98) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(0.98) skew(1deg); } }

@-o-keyframes svg-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.98) skew(1deg); }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -o-transform: rotate(0) scale(0.98) skew(1deg); } }

/* HEADER */
.wrapper-mainBanner {
  background: #0505a9;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 80px; }
  .wrapper-mainBanner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70%;
    z-index: -1;
    background-image: url(../../../../file.hstatic.net/1000033225/file/group-vector_0a7eac47a1844fedb0799564ddbefc6a.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center; }
  .wrapper-mainBanner .mainBanner-event {
    position: relative;
    text-align: center; }
    .wrapper-mainBanner .mainBanner-event:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      z-index: -1;
      background-image: url("../../../../file.hstatic.net/1000033225/file/hrv7years-bkgtop_f2f1af374fa04afd8d7997455ea9513f.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom center; }
    .wrapper-mainBanner .mainBanner-event .svg-animation {
      position: relative;
      -webkit-animation-name: svg-fill-anim;
      animation-name: svg-fill-anim;
      -webkit-animation-duration: 0.65s;
      animation-duration: 0.65s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate; }
  @media (max-width: 767px) {
    .wrapper-mainBanner {
      padding-bottom: 40px; }
    .wrapper-mainBanner:after {
      height: 40%; } }

/*============================================*/
.mainHeader-event {
  text-align: center;
  padding: 25px 0; }
  .mainHeader-event .logo-hrv svg {
    fill: #fff;
    width: 250px;
    height: 60px; }
  @media (max-width: 767px) {
    .mainHeader-event .logo-hrv svg {
      fill: #fff;
      width: 200px;
      height: 50px; } }

.mainBanner-event {
  position: relative; }
  .mainBanner-event .section-event-banner {
    text-align: center; }
    .mainBanner-event .section-event-banner h1 {
      line-height: 1.4;
      position: relative;
      margin: 25px 0 10px;
      font-size: 48px;
      color: #fff;
      font-family: 'brandon_textbold';
      text-transform: uppercase; }
    .mainBanner-event .section-event-banner .eventBanner_image {
      position: relative; }
      .mainBanner-event .section-event-banner .eventBanner_image--insert {
        position: absolute;
        bottom: -40px;
        z-index: -1;
        left: 0;
        right: 0; }
      .mainBanner-event .section-event-banner .eventBanner_image img {
        width: 100%; }
  @media (max-width: 991px) and (min-width: 768px) {
    .mainBanner-event .section-event-banner h1 {
      font-size: 36px; }
    .mainBanner-event .section-event-banner .eventBanner_image--insert {
      bottom: -20px; } }
  @media (max-width: 767px) {
    .mainBanner-event .section-event-banner h1 {
      font-size: 25px;
      margin-top: 12px; }
    .mainBanner-event .section-event-banner .eventBanner_image--insert {
      bottom: 0px; } }

.listing-event {
  margin: 0 -2px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .listing-event .event-item {
    width: 25%;
    padding: 0 2px;
    margin-top: 4px; }
  .listing-event .event-item .box-link {
    height: 100%;
    background: #fff;
    border-radius: 15px 15px 10px 10px;
    cursor: pointer;
    color: #3d5067;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  .listing-event .event-item .box-top {
    background: #faf0e6;
    padding: 15px 20px;
    height: 178px;
    border-bottom: 1px solid #ffab00;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .listing-event .event-item .box-top .box-svg svg {
      display: block;
      margin: auto; }
  .listing-event .event-item .box-bottom {
    text-align: left;
    background: #fff;
    padding: 16px 12px; }
    .listing-event .event-item .box-bottom ul {
      margin: 0; }
      .listing-event .event-item .box-bottom ul li {
        position: relative;
        text-transform: uppercase;
        padding-left: 18px;
        letter-spacing: -0.35px;
        font-size: 18px;
        color: #3d5067;
        font-family: 'brandon_textbold'; }
        .listing-event .event-item .box-bottom ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 9px;
          width: 8px;
          height: 8px;
          background: #ff9800;
          border-radius: 50%; }
  .listing-event .event-item.event-item__two .box-top {
    background-image: url("../../../../file.hstatic.net/1000033225/file/bkg-deal-2_a367d4c19e64461f8df31ff2d9f240fd.jpg");
    background-size: cover;
    background-position: center right;
    border-bottom: 1px solid #2961ff; }
  .listing-event .event-item.event-item__three .box-top {
    background-image: url(../../../../file.hstatic.net/1000033225/file/bg-event-item-05th3.jpg);
    background-size: cover;
    background-position: center right;
    border-bottom: 1px solid #ffca28;
    height: 174px; }
  .listing-event .event-item.event-item__four .box-top {
    background-image: url(../../../../file.hstatic.net/1000033225/file/bg-event-item-05th04.jpg);
    background-size: cover;
    background-position: center left;
    border-bottom: 1px solid #6dcff6; }
  .listing-event .event-item.event-item__five .box-top {
    background: #f6fbff;
    border-bottom: 1px solid #6dcff6; }
  .listing-event .event-item.event-item__one .box-top .box-svg svg {
    width: 155px; }
  .listing-event .event-item.event-item__two .box-top .box-svg svg {
    width: 179px; }
  .listing-event .event-item.event-item__three .box-top .box-svg svg {
    width: 220px; }
  .listing-event .event-item.event-item__four .box-top .box-svg svg {
    width: 112px;
    margin: auto; }
  .listing-event .event-item.event-item__five .box-top .box-svg svg {
    width: 145px; }
  @media (min-width: 992px) {
    .listing-event .event-item.event-item__three .box-link {
      -ms-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
      box-shadow: 0px 0px 40px 0px rgba(0, 0, 255, 0.4);
      position: relative;
      z-index: 3; }
    .listing-event .event-item.event-item__two .box-bottom {
      padding-right: 30px; }
    .listing-event .event-item.event-item__four .box-bottom {
      padding-left: 30px; }
    .listing-event .event-item:not(.event-item__three) .box-link:hover {
      z-index: 2;
      -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 255, 0.3);
      box-shadow: 0px 0px 40px 0px rgba(0, 0, 255, 0.3);
      -webkit-transform: translate3d(0, -2px, 0);
      transform: translate3d(0, -2px, 0); }
    .listing-event .event-item.event-item__three .box-link:hover {
      -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 255, 0.5);
      box-shadow: 0px 0px 40px 0px rgba(0, 0, 255, 0.5);
      -webkit-transform: scale(1.16) translate3d(0, -2px, 0);
      transform: scale(1.16) translate3d(0, -2px, 0); } }
  @media (max-width: 991px) and (min-width: 768px) {
    .listing-event .event-item.event-item__three .box-link {
      -ms-transform: scale(1.12);
      -webkit-transform: scale(1.12);
      transform: scale(1.12);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 255, 0.4);
      position: relative;
      z-index: 3; }
    .listing-event .event-item.event-item__two .box-bottom {
      padding-right: 25px; }
    .listing-event .event-item.event-item__four .box-bottom {
      padding-left: 25px; }
    .listing-event .event-item .box-top {
      padding: 15px 10px;
      height: 140px; }
    .listing-event .event-item .box-bottom {
      padding: 18px 10px; }
      .listing-event .event-item .box-bottom ul li {
        font-size: 13px; }
        .listing-event .event-item .box-bottom ul li:before {
          top: 5px; }
    .listing-event .event-item.event-item__three .box-top {
      height: 140px; }
    .listing-event .event-item.event-item__three .box-bottom ul li {
      font-size: 14px; }
    .listing-event .event-item.event-item__one .box-top .box-svg svg {
      width: 85%; }
    .listing-event .event-item.event-item__two .box-top .box-svg svg {
      width: 100%; }
    .listing-event .event-item.event-item__four .box-top .box-svg svg {
      width: 75%;
      margin: auto; }
    .listing-event .event-item.event-item__five .box-top .box-svg svg {
      width: 75%; } }
  @media (max-width: 767px) {
    .listing-event {
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap; }
    .listing-event .event-item {
      width: 50%;
      -webkit-order: 2;
      order: 2; }
      .listing-event .event-item .box-top {
        padding: 15px 15px;
        height: 155px; }
      .listing-event .event-item .box-bottom {
        padding: 18px 10px; }
        .listing-event .event-item .box-bottom ul li {
          font-size: 14px; }
          .listing-event .event-item .box-bottom ul li:before {
            top: 5px; }
    .listing-event .event-item.event-item__three {
      width: 100%;
      -webkit-order: 1;
      order: 1; }
      .listing-event .event-item.event-item__three .box-top {
        height: 175px; }
      .listing-event .event-item.event-item__three .box-bottom ul {
        max-width: 250px;
        margin: 0 auto; }
      .listing-event .event-item.event-item__three .box-bottom ul li {
        font-size: 18px; }
    .listing-event .event-item.event-item__one .box-top .box-svg svg {
      width: 125px; }
    .listing-event .event-item.event-item__two .box-top .box-svg svg {
      width: 179px; }
    .listing-event .event-item.event-item__four .box-top .box-svg svg {
      width: 115px;
      margin: auto; }
    .listing-event .event-item.event-item__five .box-top .box-svg svg {
      width: 114px; } }

.listing-solution .solution-loop {
  margin-top: 30px; }

.listing-solution .solution-intro {
  border: 1px solid #d7effa;
  background: #fff;
  padding: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 9px 24px 0px rgba(39, 172, 227, 0.15);
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .listing-solution .solution-intro .intro-header {
    text-align: center;
    padding: 0px 0px 18px;
    border-bottom: 1px solid #81d4fa;
    position: relative;
    overflow: hidden; }
    .listing-solution .solution-intro .intro-header:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 53%;
      background-color: #27a2e9; }
    .listing-solution .solution-intro .intro-header .boximg {
      position: relative;
      z-index: 1; }
    .listing-solution .solution-intro .intro-header .boxlabel {
      margin-bottom: 15px; }
      .listing-solution .solution-intro .intro-header .boxlabel span {
        position: relative;
        display: inline-block;
        height: 36px;
        line-height: 36px;
        left: 0;
        top: calc(60% - 18px);
        z-index: 2;
        color: #fff;
        background-color: #ff9800;
        margin: 0;
        font-size: 18px;
        padding: 0 14px 0 18px;
        font-family: 'brandon_textbold';
        text-transform: uppercase; }
        .listing-solution .solution-intro .intro-header .boxlabel span:after {
          content: "";
          position: absolute;
          right: -18px;
          background: transparent;
          display: inline-block;
          vertical-align: bottom;
          border-left: 18px solid #ff9801;
          border-bottom: 18px solid transparent;
          border-top: 18px solid transparent; }
    .listing-solution .solution-intro .intro-header .boxtitle {
      position: relative;
      z-index: 1;
      padding: 0 20px;
      margin-top: -15px; }
      .listing-solution .solution-intro .intro-header .boxtitle h3 {
        color: #0064ed;
        font-size: 24px;
        font-family: 'brandon_textbold';
        text-transform: uppercase;
        margin: 0px 0 5px; }
      .listing-solution .solution-intro .intro-header .boxtitle p {
        line-height: 1.4;
        color: #3d5067;
        font-size: 20px;
        margin: 0;
        font-family: 'brandon_textmedium'; }
  .listing-solution .solution-intro .intro-plans .boxplan {
    font-size: 18px;
    color: #000000;
    background: #ddf0f9;
    border-bottom: 1px solid #81d4fa;
    margin: 0;
    padding: 12px 30px; }
    .listing-solution .solution-intro .intro-plans .boxplan .txt-plan {
      color: #0064ed;
      font-family: 'sfuiText_bold'; }
  .listing-solution .solution-intro .intro-infolist {
    padding: 10px 20px 30px; }
    .listing-solution .solution-intro .intro-infolist .boxlist {
      list-style: none;
      margin: 0; }
      .listing-solution .solution-intro .intro-infolist .boxlist .txt-color {
        color: #fb2c67; }
      .listing-solution .solution-intro .intro-infolist .boxlist .txt-bold {
        font-family: 'sfuiText_semibold'; }
      .listing-solution .solution-intro .intro-infolist .boxlist > li {
        padding: 12px 10px;
        border-bottom: 1px solid #e3f2fd; }
      .listing-solution .solution-intro .intro-infolist .boxlist > li ul {
        margin: 10px 0 0;
        padding-left: 15px; }
      .listing-solution .solution-intro .intro-infolist .boxlist > li ul li {
        position: relative;
        margin: 8px 0 0;
        padding-left: 15px; }
      .listing-solution .solution-intro .intro-infolist .boxlist > li ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #2a363b; }
  .listing-solution .solution-intro .intro-discount svg {
    width: 68%; }
  .listing-solution .solution-intro .intro-discount .note {
    color: #ff4646;
    margin-top: 8px; }
  .listing-solution .solution-intro .intro-button {
    background: #f1f9ff;
    text-align: center;
    padding: 10px 15px;
    margin-top: 15px; }
    .listing-solution .solution-intro .intro-button .btn-loop {
      display: inline-block;
      text-align: center;
      color: #0064ed;
      font-size: 18px;
      font-family: 'brandon_textbold';
      border: 1px solid #0064ed;
      padding: 8px 26px;
      border-radius: 4px;
      margin: 5px 7px 0;
      text-transform: uppercase; }
      .listing-solution .solution-intro .intro-button .btn-loop.btn-loop-blue {
        background: #0064ed;
        color: #fff;
        cursor: pointer; }
      .listing-solution .solution-intro .intro-button .btn-loop:hover, .listing-solution .solution-intro .intro-button .btn-loop:focus, .listing-solution .solution-intro .intro-button .btn-loop:active {
        background: #f1f9ff;
        color: #fff;
        border-color: #ff9800; }

.listing-solution .solution-loop-1 .solution-intro .intro-header:before {
  background-color: #0091ea;
  background-image: url("../../../../file.hstatic.net/1000033225/file/hrv7years-bkg-start_03_7e6702337459436bb4b15bc8ba62de4a.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.listing-solution .solution-loop-2 .solution-intro .intro-header:before {
  background-color: #05befb; }

.listing-solution .solution-loop-4 .solution-intro .intro-header:before {
  background-color: #0590fb; }

.listing-solution .solution-loop-5 .solution-intro .intro-header:before {
  background-color: #c6cbff; }

.listing-solution .solution-loop-3 .solution-intro {
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }
  .listing-solution .solution-loop-3 .solution-intro .intro-image {
    height: 100%;
    background-color: #2370fb; }
    .listing-solution .solution-loop-3 .solution-intro .intro-image .boximg {
      position: relative;
      z-index: 1;
      text-align: center; }
      .listing-solution .solution-loop-3 .solution-intro .intro-image .boximg:before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 78%;
        background-image: url("../../../../file.hstatic.net/1000033225/file/image_03_50c3512ea8cd4d9f882e3b9e61a0dcdc.jpg");
        background-repeat: no-repeat;
        background-size: cover; }
    .listing-solution .solution-loop-3 .solution-intro .intro-image .boxendow {
      padding: 0 20px 20px; }
      .listing-solution .solution-loop-3 .solution-intro .intro-image .boxendow .ttbold {
        margin-bottom: 15px;
        font-size: 32px;
        color: #ffffff;
        font-family: 'brandon_textbold'; }
      .listing-solution .solution-loop-3 .solution-intro .intro-image .boxendow ul {
        margin: 0; }
        .listing-solution .solution-loop-3 .solution-intro .intro-image .boxendow ul li {
          margin-top: 8px; }
  .listing-solution .solution-loop-3 .solution-intro .intro-header:before {
    display: none; }

@media (min-width: 1200px) {
  .listing-solution .solution-loop-4 .solution-intro .intro-header .boxtitle .txt-height,
  .listing-solution .solution-loop-5 .solution-intro .intro-header .boxtitle .txt-height {
    min-height: 85px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .listing-solution .solution-intro .intro-header:before {
    height: 48%; }
  .listing-solution .solution-loop-4 .solution-intro .intro-header .boxtitle .txt-height,
  .listing-solution .solution-loop-5 .solution-intro .intro-header .boxtitle .txt-height {
    min-height: 120px; } }

@media (min-width: 768px) {
  .listing-solution .solution-loop-3 .solution-intro {
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .listing-solution .solution-loop-3 .solution-intro__left {
      padding-left: 0; }
    .listing-solution .solution-loop-3 .solution-intro .intro-header, .listing-solution .solution-loop-3 .solution-intro .intro-button {
      padding-left: 30px; }
    .listing-solution .solution-loop-3 .solution-intro .intro-infolist {
      padding-bottom: 0px; }
    .listing-solution .solution-loop-3 .solution-intro .intro-header {
      text-align: left;
      padding-top: 20px; }
      .listing-solution .solution-loop-3 .solution-intro .intro-header .boxtitle {
        margin-top: 0;
        padding-left: 0; }
    .listing-solution .solution-loop-3 .solution-intro .intro-button {
      text-align: left;
      background: #ffffff; }
      .listing-solution .solution-loop-3 .solution-intro .intro-button .btn-loop {
        margin-left: 0;
        margin-right: 14px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .listing-solution .solution-intro .intro-header:before {
    height: 42%; }
  .listing-solution .solution-intro .intro-header .boxtitle {
    margin-top: 0; }
    .listing-solution .solution-intro .intro-header .boxtitle h3 {
      font-size: 22px; }
    .listing-solution .solution-intro .intro-header .boxtitle p {
      font-size: 18px; }
  .listing-solution .solution-intro .intro-plans .boxplan {
    padding: 10px 15px;
    font-size: 16px; }
  .listing-solution .solution-intro .intro-infolist {
    padding: 10px 15px 30px; }
    .listing-solution .solution-intro .intro-infolist .boxlist > li {
      padding-left: 0;
      padding-right: 0;
      padding: 10px 10px;
      font-size: 14px; }
  .listing-solution .solution-intro .intro-button {
    padding: 10px 5px; }
    .listing-solution .solution-intro .intro-button .btn-loop {
      font-size: 14px;
      padding: 8px 20px;
      margin: 5px 4px 0; }
  .listing-solution .solution-loop-3 .solution-intro .intro-header, .listing-solution .solution-loop-3 .solution-intro .intro-button {
    padding-left: 15px; }
  .listing-solution .solution-loop-3 .solution-intro .intro-button .btn-loop {
    margin-left: 0;
    margin-right: 8px; }
  .listing-solution .solution-loop-3 .solution-intro .intro-image .boximg img {
    max-width: 94%; }
  .listing-solution .solution-loop-3 .solution-intro .intro-image .boxendow {
    padding: 0 15px 20px; }
    .listing-solution .solution-loop-3 .solution-intro .intro-image .boxendow .ttbold {
      font-size: 28px;
      margin-top: 30px; }
  .listing-solution .solution-loop-4 .solution-intro .intro-header .boxtitle .txt-height,
  .listing-solution .solution-loop-5 .solution-intro .intro-header .boxtitle .txt-height {
    min-height: 100px; } }

@media (max-width: 767px) {
  .listing-solution .solution-intro .intro-header:before {
    height: 42%; }
  .listing-solution .solution-intro .intro-header .boxtitle {
    margin-top: 0; }
    .listing-solution .solution-intro .intro-header .boxtitle p {
      font-size: 18px; }
  .listing-solution .solution-intro .intro-plans .boxplan {
    padding: 10px 20px;
    font-size: 16px; }
  .listing-solution .solution-intro .intro-infolist {
    padding: 10px 10px 30px; }
  .listing-solution .solution-intro .intro-discount svg {
    width: 75%; }
  .listing-solution .solution-intro .intro-button {
    padding: 10px 5px; }
    .listing-solution .solution-intro .intro-button .btn-loop {
      width: 45%;
      font-size: 13px;
      padding: 8px 8px;
      margin: 5px 4px 0; }
  .listing-solution .solution-loop-3 .solution-intro__left, .listing-solution .solution-loop-3 .solution-intro__right {
    padding-left: 0;
    padding-right: 0; }
  .listing-solution .solution-loop-3 .solution-intro .intro-header {
    overflow: initial;
    padding-top: 30px; }
    .listing-solution .solution-loop-3 .solution-intro .intro-header .boxlabel {
      position: absolute;
      top: -18px;
      left: 0; }
      .listing-solution .solution-loop-3 .solution-intro .intro-header .boxlabel span {
        font-size: 16px; }
  .listing-solution .solution-loop-3 .solution-intro .intro-image {
    padding-bottom: 15px; }
    .listing-solution .solution-loop-3 .solution-intro .intro-image .boximg img {
      max-width: 75%; }
    .listing-solution .solution-loop-3 .solution-intro .intro-image .boxendow {
      padding: 0 15px 20px; }
      .listing-solution .solution-loop-3 .solution-intro .intro-image .boxendow .ttbold {
        font-size: 26px; } }

.section-event-special {
  position: relative;
  z-index: 6; }
  .section-event-special .wrapbox-intro-title {
    text-align: center;
    margin-bottom: 50px; }
    .section-event-special .wrapbox-intro-title h2 {
      line-height: 1.2;
      font-size: 48px;
      color: #ffffff;
      margin: 15px auto 25px;
      font-family: 'brandon_textbold'; }
    .section-event-special .wrapbox-intro-title .svglabel svg {
      max-width: 520px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-event-special .wrapbox-intro-title h2 {
      font-size: 34px; } }
  @media (max-width: 767px) {
    .section-event-special .wrapbox-intro-title h2 {
      font-size: 26px; }
    .section-event-special .wrapbox-intro-title .svglabel svg {
      max-width: 520px; } }

.section-event-solution .wrapbox-solution-title {
  background-color: #0505a9;
  padding: 20px 0 130px;
  text-align: center; }
  .section-event-solution .wrapbox-solution-title .kicker {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 24px;
    font-family: 'brandon_textbold';
    text-transform: uppercase; }
  .section-event-solution .wrapbox-solution-title .hTitle {
    margin: 0 auto 25px;
    color: #fffc00;
    font-size: 36px;
    font-family: 'brandon_textbold';
    max-width: 1030px; }

.section-event-solution .wrapbox-solution-content {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  padding-bottom: 80px; }

@media (max-width: 991px) and (min-width: 768px) {
  .section-event-solution .wrapbox-solution-title .kicker {
    font-size: 22px; }
  .section-event-solution .wrapbox-solution-title .hTitle {
    font-size: 32px; } }

@media (max-width: 767px) {
  .section-event-solution .wrapbox-solution-title {
    padding: 20px 0 110px; }
    .section-event-solution .wrapbox-solution-title .kicker {
      font-size: 20px; }
    .section-event-solution .wrapbox-solution-title .hTitle {
      font-size: 26px; }
  .section-event-solution .wrapbox-solution-content {
    padding-bottom: 50px; } }

.section-event-ggshopping {
  background-color: #0070f7;
  background-image: url("../../../../file.hstatic.net/1000033225/file/hrv7years-bkg-gg_fe16de7b81c94dbeb1c2f756b8cec1d6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right; }
  .section-event-ggshopping .sitebox-info {
    padding: 100px 0 80px; }
    .section-event-ggshopping .sitebox-info h2 {
      margin: 40px 0;
      font-size: 52px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'brandon_textbold';
      letter-spacing: -0.3px; }
      .section-event-ggshopping .sitebox-info h2 .color-yellow {
        color: #faf718; }
      .section-event-ggshopping .sitebox-info h2 .htitle-small {
        font-size: 28px;
        text-transform: initial; }
    .section-event-ggshopping .sitebox-info .blockAction-cta .btn-event-ggshopping {
      margin: 5px 0 3px;
      padding: 10px 35px;
      text-transform: uppercase;
      cursor: pointer;
      background-color: #ffeb3b;
      border: 1px solid #0064ed;
      color: #4b4406;
      font-size: 18px;
      font-family: 'brandon_textbold';
      display: inline-block;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      .section-event-ggshopping .sitebox-info .blockAction-cta .btn-event-ggshopping:hover, .section-event-ggshopping .sitebox-info .blockAction-cta .btn-event-ggshopping:focus {
        color: #fff;
        background: #2979ff;
        border-color: #2979ff; }
    .section-event-ggshopping .sitebox-info .blockAction-cta .txt-event-noted {
      color: #ffffff;
      font-size: 18px;
      margin: 10px 0; }
  @media (min-width: 992px) {
    .section-event-ggshopping .sitebox-info {
      margin-right: -15px; }
    .section-event-ggshopping .sitebox-image {
      margin-left: -65px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-event-ggshopping .sitebox-info h2 {
      font-size: 40px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-event-ggshopping .sitebox-info {
      margin-right: -15px; }
    .section-event-ggshopping .sitebox-image {
      margin-left: -65px; }
    .section-event-ggshopping .sitebox-info {
      padding: 70px 0 50px; }
      .section-event-ggshopping .sitebox-info h2 {
        font-size: 30px;
        margin: 25px 0 35px; }
        .section-event-ggshopping .sitebox-info h2 .htitle-small {
          font-size: 26px; }
      .section-event-ggshopping .sitebox-info .blockAction-cta .txt-event-noted {
        font-size: 15px; } }
  @media (max-width: 767px) {
    .section-event-ggshopping {
      padding: 50px 0 0; }
    .section-event-ggshopping .sitebox-info {
      padding: 0;
      margin-bottom: 20px; }
      .section-event-ggshopping .sitebox-info h2 {
        font-size: 30px;
        margin: 20px 0 30px; }
        .section-event-ggshopping .sitebox-info h2 .htitle-small {
          font-size: 26px; }
      .section-event-ggshopping .sitebox-info .blockAction-cta .btn-event-ggshopping {
        width: 100%;
        display: block;
        text-align: center; }
      .section-event-ggshopping .sitebox-info .blockAction-cta .txt-event-noted {
        font-size: 15px; }
    .section-event-ggshopping .colwrap-right {
      padding-left: 0; } }

/*================= INSIDE HARAVAN =================*/
section.home_inside_haravan {
  padding: 70px 0 80px;
  background: #ffffff; }

.home_inside_haravan .title_groupInside {
  color: #3d5067;
  font-size: 36px;
  margin: 10px 0 10px;
  font-family: 'brandon_textbold'; }

.heading-groupInside p.subhead {
  color: #3d5067;
  font-size: 24px;
  margin: 0 0 50px;
  font-family: 'brandon_textregular'; }

.colmn-inside .image-inside {
  min-height: 90px;
  padding: 15px 20px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00aeef; }

.colmn-inside p {
  padding: 0 20px; }

.colmn-inside .image-inside svg, .colmn-inside .image-inside img {
  height: 60px; }

.svg-google-dev-1 {
  fill: none; }

.svg-google-dev-2 {
  opacity: 0.54; }

.svg-google-dev-14, .svg-google-dev-15, .svg-google-dev-2, .svg-google-dev-5, .svg-google-dev-7, .svg-google-dev-8, .svg-google-dev-9 {
  isolation: isolate; }

.svg-google-dev-3 {
  clip-path-googledev: url(#clip-path-googledev); }

.svg-google-dev-4 {
  fill: #ffc107; }

.svg-google-dev-14, .svg-google-dev-15, .svg-google-dev-5, .svg-google-dev-7, .svg-google-dev-8, .svg-google-dev-9 {
  opacity: 0.2; }

.svg-google-dev-6 {
  fill: #0f9d58; }

.svg-google-dev-7 {
  fill: #fff; }

.svg-google-dev-8 {
  fill: #bf360c; }

.svg-google-dev-9 {
  fill: #263238; }

.svg-google-dev-10 {
  fill: url(#radial-gradient-googledev-); }

.svg-google-dev-11 {
  clip-path-googledev: url(#clip-path-googledev-8); }

.svg-google-dev-12 {
  fill: #4285f4; }

.svg-google-dev-13 {
  fill: #db4437; }

.svg-google-dev-14 {
  fill: #1a237e; }

.svg-google-dev-15 {
  fill: #3e2723; }

.svg-google-dev-16 {
  fill: url(#radial-gradient-googledev--2); }

.svg-google-dev-17 {
  fill: url(#radial-gradient-googledev--3); }

.svg-facebook-chatbot-1 {
  fill: #3d5a98; }

.svg-facebook-chatbot-2 {
  fill: #fff; }

.svg-facebook-chatbot-3 {
  fill: url(#linear-gradient-fbchatbot); }

.svg-facebook-chatbot-4 {
  fill: none;
  stroke: #b3b3b3;
  stroke-miterlimit: 10; }

.lgsvg-theme-1 {
  fill: #00589a; }

.lgsvg-theme-2 {
  fill: #3f5167; }

.lgsvg-theme-3, .lgsvg-theme-5 {
  fill: #008445; }

.lgsvg-theme-4 {
  fill: #ed1c24; }

.lgsvg-theme-5 {
  fill-rule: evenodd; }

.lgsvg-theme-6 {
  fill: #008446; }

.lgsvg-theme-7 {
  fill: #0377be; }

@media (max-width: 991px) and (min-width: 768px) {
  .heading-groupInside p.subhead {
    font-size: 20px; }
  .colmn-inside .image-inside {
    min-height: 82px; }
  .colmn-inside p {
    font-size: 14px;
    padding: 0 5px; }
  .colmn-inside .image-inside svg, .colmn-inside .image-inside img {
    height: 45px; } }

@media (max-width: 767px) {
  section.home_inside_haravan {
    padding: 40px 0 40px; }
  .colmn-inside {
    margin-bottom: 40px; }
  .heading-groupInside p.subhead {
    font-size: 20px; } }

/*================= BRAND HARAVAN =================*/
.section-brands-trusted {
  background: #e1f5fe;
  padding: 65px 0 45px; }

.section-brands-trusted h3 {
  line-height: 1.1;
  font-size: 36px;
  color: #0048e5;
  margin: 0 0 35px;
  font-family: 'brandon_textbold'; }

.section-brands-trusted h3 .ttbold {
  display: block; }

.listing_brands_logo {
  margin: 0 -0.5px;
  border-top: 0.5px solid #d1ebfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.listing_brands_logo .brand_logo {
  padding: 0.5px;
  width: 16.6666667%;
  float: left;
  background-color: #d1ebfd; }

.listing_brands_logo .brand_logo .brand_logo__block {
  padding: 5px 5px;
  height: 97px;
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.listing_brands_logo .brand_logo .brand_logo__block img {
  max-height: 57px;
  display: inline-block; }

.listing_brands_logo .brand_logo .brand_logo__block svg {
  max-width: 65%;
  max-height: 57px;
  display: inline-block; }

.listing_brands_logo .brand_logo .brand_logo__block svg {
  height: 57px; }

.listing_brands_logo .brand_logo.brand-senior-3 .brand_logo__block img {
  max-width: 75%; }

.listing_brands_logo .brand_logo.brand-bitis .brand_logo__block svg {
  max-width: 54%; }

.brand-tchouse-1 {
  fill: #000; }

.brand-thlong-1 {
  fill: #ea2028; }

.brand-thlong-1, .brand-thlong-2, .brand-thlong-3, .brand-thlong-4, .brand-thlong-5 {
  fill-rule: evenodd; }

.brand-thlong-2 {
  fill: #02adee; }

.brand-thlong-3 {
  fill: #055caa; }

.brand-thlong-4 {
  fill: #0a0a0a; }

.brand-thlong-5 {
  fill: #005aab; }

.brand-bitis-cl1, .brand-bitis-cl2 {
  fill: #034ea1; }

.brand-bitis-cl1, .brand-bitis-cl3 {
  fill-rule: evenodd; }

.brand-bitis-cl3 {
  fill: #ec1c24; }

.brand-loreal-1 {
  fill-rule: evenodd; }

.brand-maison-1 {
  fill: #030303; }

.brand-nestle-1 {
  fill: #2463a9; }

.brand-nestle-2 {
  fill: #fff; }

.brand-ghn-1 {
  fill: #ff8200; }

.brand-ghn-2 {
  fill: #074f80; }

.brand-tfshop-1 {
  fill: #040404; }

.brand-tfshop-2 {
  fill: #090808; }

.brand-tfshop-3 {
  fill: #080707; }

.brand-tfshop-4 {
  fill: #070606; }

.brand-tfshop-5 {
  fill: #080808; }

.brand-tfshop-6 {
  fill: #060505; }

.brand-tfshop-7 {
  fill: #0a0909; }

.brand-tfshop-8 {
  fill: #0c0b0b; }

.brand-tfshop-9 {
  fill: #131010; }

.brand-tfshop-10 {
  fill: #232121; }

@media (max-width: 991px) and (min-width: 768px) {
  .section-brands-trusted h3 {
    font-size: 26px; }
  .section-brands-trusted h3 .ttbold {
    display: block;
    font-size: 34px; } }

@media (max-width: 767px) {
  .section-brands-trusted {
    padding: 50px 0; }
  .section-brands-trusted h3 .ttbold {
    font-size: 28px; }
  .section-brands-trusted h3 {
    font-size: 20px; }
  .section-brands-trusted h3 .blockxs {
    display: block; }
  .listing_brands_logo .brand_logo {
    width: 25%; }
  .listing_brands_logo .brand_logo .brand_logo__block {
    height: 100%;
    min-height: 70px; }
  .listing_brands_logo .brand_logo .brand_logo__block svg {
    max-width: 75%;
    height: 42px; } }

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

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

.modalForm-register .modal-heading {
  background: #ffffff;
  text-align: center;
  border: 0; }

.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: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center; }

.modalForm-register .modal-heading .modal-close svg {
  fill: #33475b;
  width: 26px;
  height: 32px;
  opacity: 0.7;
  -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: 0.9;
  -webkit-transform: scale(1.12) rotate(270deg);
  -moz-transform: scale(1.12) rotate(270deg);
  transform: scale(1.12) rotate(270deg); }

.modalForm-register .modal-heading .modal-title {
  max-width: 600px;
  color: #0064ed;
  font-size: 34px;
  margin: 0px auto 5px;
  font-family: 'brandon_textbold'; }

.modalForm-register .modal-heading .modal-subtitle {
  color: #2a363b;
  font-size: 20px;
  position: relative;
  margin: 0 auto;
  font-family: 'brandon_textregular'; }

.modalForm-register .modal-bodyform {
  padding: 15px 40px 30px; }

/* Modale Freshdesk  */
.fs-webform-loader .loader-box {
  background: #fff;
  padding: 30px 0; }

.fserv-container .fs-notifier {
  max-width: initial;
  width: 100%;
  display: none !important; }

#signupForm .fserv-container {
  position: relative;
  z-index: 1;
  padding: 0 0px;
  max-width: 850px;
  overflow: hidden;
  background-color: transparent !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0; }

#signupForm .fserv-container form {
  max-width: initial;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0px 0 0; }

.fserv-container h2.fserv-form-name {
  font-size: 30px !important;
  color: #040C50 !important;
  font-family: 'brandon_textbold';
  line-height: 1.3;
  margin: 0;
  padding: 0; }

.fserv-container label.fserv-form-description {
  color: #040C50 !important;
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
  font-family: 'brandon_textmedium'; }

.fserv-container h2.fserv-form-name,
.fserv-container label.fserv-form-description {
  display: none !important; }

/* custom input ++ textarea  */
.modal-bodyform .fserv-container div {
  margin-top: 0px;
  margin-bottom: 0; }

.fserv-container form .fserv-field {
  position: relative;
  padding: 0 0px;
  margin-top: 0; }

.fserv-container form .fserv-field + .fserv-field {
  margin-top: 20px; }

.fserv-container form .fserv-field > .fserv-label {
  font-size: 12px;
  color: #3d5067 !important;
  font-family: 'sfuiText_regular';
  display: block;
  font-weight: initial;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  left: 21px;
  z-index: 1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms; }

.fserv-container form .fserv-field .fserv-input-text,
.fserv-container form .fserv-field .fserv-select-option {
  color: #1976d2 !important;
  font-size: 15px !important;
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  padding: 12px 20px !important;
  height: initial;
  line-height: inherit !important;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: padding 150ms;
  -moz-transition: padding 150ms;
  transition: padding 150ms; }

.fserv-container form .fserv-field textarea {
  resize: none; }

.fserv-container form .fserv-field label.error {
  margin-bottom: 0;
  display: none !important; }

/* custom selecter */
.fserv-field.fserv-field-select .fserv-select-option {
  position: relative; }

.fserv-field.fserv-field-select .fserv-select-option:after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  right: 25px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #bababa transparent transparent transparent; }

.fserv-container form .fserv-field select.selector-single {
  width: 100%;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.fserv-container form .fserv-field select.selector-single optgroup {
  background: #fff; }

.fserv-container form .fserv-field select.selector-single option:not([value=""]) {
  color: #444;
  font-size: 14px;
  padding: 10px 10px;
  background: #fff; }

.fserv-container form .fserv-field select.selector-single option[value=""],
.fserv-container form .fserv-field.fserv-select-active option[value=""],
.fserv-container form .fserv-field select.selector-single:invalid {
  font-size: 0;
  color: #ccc;
  text-indent: -9999em; }

/* custom select fresh */
.fserv-field.fserv-field-select .select2-container .select2-selection--single {
  height: inherit;
  font-size: 15px !important;
  padding: 12px 20px !important; }

.fserv-container form .fserv-field.fserv-field-select:not(.js-is-field) > .fserv-label {
  font-size: 15px !important;
  font-family: 'sfuiText_regular';
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(9px);
  transform: translateY(9px); }

.fserv-field.fserv-field-select.js-is-field .select2-container .select2-selection--single {
  padding-bottom: 5px !important;
  padding-top: 19px !important; }

.fserv-field.fserv-field-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #3d5067 !important;
  font-size: 0 !important; }

.fserv-field.fserv-field-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: inherit !important;
  padding: 0px; }

.fserv-field.fserv-field-select .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 0px; }

.fserv-field.fserv-field-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.fserv-field.fserv-field-select .select2-container--default .select2-selection--multiple {
  min-height: 54px;
  font-size: 16px !important;
  padding: 15px 15px 5px !important;
  max-height: 300px;
  line-height: initial; }

.fserv-field .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #0059ef !important;
  font-size: 15px; }

.fserv-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search {
  list-style: none;
  margin-top: 0 !important;
  padding: 0 !important; }

.fserv-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice + li.select2-search {
  margin-top: 5px !important; }

.fserv-field .select2-container--default .select2-selection--multiple li {
  padding: 2px 5px 3px !important;
  font-size: 14px;
  margin-top: 5px !important;
  line-height: initial;
  background-color: #fff !important;
  color: #0059ef !important;
  border-color: #0059ef !important; }

.fserv-field .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px !important; }

/* error */
.fserv-container form .fserv-field .fserv-input-text.error,
.fserv-container form .fserv-field .fserv-select-option.error,
.fserv-container form .fserv-field .fserv-select.error,
.fserv-container form .fserv-field .fserv-select-multiple.error,
.fserv-container form .fserv-field .fserv-textarea-text.error,
.fserv-container form .fserv-field select.selector-single.error {
  border-color: #e84545 !important; }

.fserv-container form .fserv-field .fserv-input-text:focus {
  border-color: #2979ff !important; }

/* placeholder */
.fserv-container form .fserv-field .fserv-input-text[type=number]::-webkit-outer-spin-button,
.fserv-container form .fserv-field .fserv-input-text[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.fserv-container form .fserv-field .fserv-input-text::-webkit-input-placeholder {
  color: #3d5067 !important; }

.fserv-container form .fserv-field .fserv-input-text:-moz-placeholder {
  color: #3d5067 !important; }

.fserv-container form .fserv-field .fserv-input-text::-moz-placeholder {
  color: #3d5067 !important; }

.fserv-container form .fserv-field .fserv-input-text:-ms-input-placeholder {
  color: #3d5067 !important; }

/* js-active */
.fserv-container form .fserv-field.js-is-field .fserv-input-text,
.fserv-container form .fserv-field.js-is-field .fserv-select-option {
  padding-top: 18px !important;
  padding-bottom: 6px !important; }

.fserv-container form .fserv-field.js-is-field > .fserv-label {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* custom checkbox-radio */
/* checkbox- radio */
.fserv-field.fserv-field-radio .field-label,
.fserv-field.fserv-field-checkbox .field-label {
  color: #2a363b;
  margin-bottom: 15px;
  font-size: 14px;
  color: #3d5067;
  font-family: 'sfuiText_semibold';
  display: block;
  font-weight: initial;
  padding: 0; }

.fserv-field.fserv-field-radio .field-label b,
.fserv-field.fserv-field-checkbox .field-label b {
  font-size: 13px;
  color: #ff0000;
  font-weight: initial;
  font-family: 'sfuiText_regular'; }

.fserv-field.fserv-field-radio .field-input-wrapper .field-label.red,
.fserv-field.fserv-field-checkbox .field-input-wrapper .field-label.red {
  color: red; }

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

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

.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: #ffffff;
  border: 2px solid #e5e5e5;
  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: "\2713";
  font-family: helvetica;
  font-size: 12px;
  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: #0064ed; }

.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: #0064ed;
  border-color: #0064ed; }

.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: #0064ed;
  -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-option {
  margin: 0 -8px; }

.listChoice-flexbox-option > div {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px; }

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

.listChoice-flexbox-option .radio-primary input[type='radio'] + label,
.listChoice-flexbox-option .checkbox-primary input[type='checkbox'] + label {
  color: #3d5067;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center; }

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

.listChoice-flexbox-option .radio-primary input.option-input[type='radio'],
.listChoice-flexbox-option .checkbox-primary input.option-input[type='checkbox'] {
  position: absolute;
  top: 8px;
  left: 12px;
  height: 18px;
  visibility: hidden; }

/* custom button */
.fserv-container form .fserv-field + div:not(.fserv-field) {
  position: relative;
  padding: 0 0px;
  border: 0;
  margin: 30px 0 15px;
  text-align: center; }

.fserv-container form .fserv-field + div:not(.fserv-field) button[type="submit"].fserv-button-submit {
  position: relative;
  border: 0;
  background: #ff9800 !important;
  color: #ffffff;
  font-size: 18px !important;
  text-transform: uppercase;
  font-family: 'brandon_textbold';
  margin: 0;
  outline: none;
  min-width: 60%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 30px;
  line-height: 50px;
  height: 50px;
  -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; }

.fserv-container form .fserv-field + div:not(.fserv-field) button[type="submit"].fserv-button-submit:before {
  content: "";
  background: #f4c918;
  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; }

.fserv-container form .fserv-field + div:not(.fserv-field) button[type="submit"].fserv-button-submit:hover,
.fserv-container form .fserv-field + div:not(.fserv-field) button[type="submit"].fserv-button-submit:focus {
  outline: none; }

.fserv-container form .fserv-field + div:not(.fserv-field) button[type="submit"].fserv-button-submit:hover:before,
.fserv-container form .fserv-field + div:not(.fserv-field) button[type="submit"].fserv-button-submit:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

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

@media (max-width: 767px) {
  .modalForm-register .modal-heading {
    padding: 30px 15px 20px; }
  .modalForm-register .modal-heading .modal-title {
    font-size: 24px;
    max-width: 260px; }
  .modalForm-register .modal-heading .modal-subtitle {
    font-size: 16px; }
  .modalForm-register .modal-bodyform {
    padding: 10px 15px 30px; }
  /* form */
  .fserv-container form .fserv-field .fserv-input-text,
  .fserv-container form .fserv-field .fserv-select-option {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .fserv-container form .fserv-field > .fserv-label {
    left: 16px; }
  .fserv-container form .fserv-field + div:not(.fserv-field) button[type="submit"].fserv-button-submit {
    width: 100%;
    font-size: 16px !important;
    line-height: 48px;
    height: 48px; } }

/* modal succes */
.modal.modalForm-success.fade.show {
  opacity: 1; }

.modal.modalForm-success.fade .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.fade.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: #0f29ff;
  background: -moz-linear-gradient(140deg, #36d1dc 0%, #0f29ff 65%);
  background: -webkit-linear-gradient(140deg, #36d1dc 0%, #0f29ff 65%);
  background: -ms-linear-gradient(140deg, #36d1dc 0%, #0f29ff 65%); }

.modalForm-success.modal-succes-haraads .modal-content {
  background-color: #ff6d00;
  background: -moz-linear-gradient(130deg, #fe994c 0%, #ff6d00 99%);
  background: -webkit-linear-gradient(130deg, #fe994c 0%, #ff6d00 99%);
  background: -ms-linear-gradient(130deg, #fe994c 0%, #ff6d00 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; }

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

.modalForm-success .modal-body .modal-title {
  font-size: 30px;
  color: #fff;
  font-family: 'brandon_textbold';
  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: 18px;
  font-family: 'brandon_textregular';
  color: #fff;
  margin: 34px 0 0; }

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

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

@media (max-width: 767px) {
  .modalForm-register .modal-heading .modal-title .blockxs {
    display: block; }
  .modalForm-register .modal-heading .modal-subtitle {
    padding: 0 10px; }
  .modalForm-success .modal-content:before,
  .modalForm-success .modal-content:after {
    width: 40%;
    background-size: auto; } }
