* {
  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%;
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: var(--ldp-font-1);
  color: #111827;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

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

a:hover {
  text-decoration: none; }

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

ol,
ul {
  margin: 0; }

b {
  font-weight: 400;
  font-family: var(--ldp-font-3); }

/*.hrvlayout-article .hrv-breadcrumbs .breadcrumb > li:first-child{display:none}*/
.article-meta {
  color: #ffffff;
  font-size: 16px;
  margin-top: 18px; }
  .article-meta ul {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .article-meta ul li {
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex; }
  .article-meta ul li:last-child {
    margin-right: 0px; }
  .article-meta ul li .mt-ico {
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    max-width: 24px; }
  .article-meta ul li .mt-txt {
    padding-left: 8px;
    -ms-align-self: center;
    align-self: center; }
  .article-meta ul li .mt-ico svg {
    width: 100%; }
  @media (max-width: 767px) {
    .article-meta {
      font-size: 14px; }
    .article-meta ul li {
      margin-right: 20px; }
    .article-meta ul li .mt-ico {
      -ms-flex: 0 0 18px;
      flex: 0 0 18px;
      max-width: 18px; } }

.hrv-article-content {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .hrv-article-content {
      margin-bottom: 40px; } }

.hrv-single-row > div {
  flex: 0 0 auto;
  padding: 0 10px; }

.hrv-single-row .hrv-single--tbcontent {
  width: 20%; }

.hrv-single-row .hrv-single--left {
  width: 60%; }

.hrv-single-row .hrv-single--right {
  width: 20%; }

@media (min-width: 992px) {
  .hrv-single-row .hrv-single--left {
    padding: 0 20px 0 22px; }
  .hrv-single-row .hrv-single--right {
    padding: 0; } }

@media (max-width: 991px) {
  .hrv-single-row .hrv-single--tbcontent {
    display: none; }
  .hrv-single-row .hrv-single--left {
    width: 65%; }
  .hrv-single-row .hrv-single--right {
    width: 35%; } }

@media (max-width: 767px) {
  .hrv-single-row > div {
    padding: 0 15px; }
  .hrv-single-row .hrv-single--left, .hrv-single-row .hrv-single--right {
    width: 100%; } }

/* News */
@media (min-width: 1200px) {
  .hrv-section-heading .container, .hrv-article-content .container {
    max-width: 1280px; }
  .hrv-section-heading .articles-has--tbcontent {
    padding-left: 20%; } }

.hrv-actions .btn-register {
  text-decoration: none;
  text-align: center;
  margin-top: 16px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  background: #ffc238;
  padding: 14px 20px;
  display: inline-block;
  min-width: 220px;
  box-shadow: 1px 2px 4px 0px rgba(255, 255, 255, 0.03);
  border-radius: 6px;
  outline: none; }
  .hrv-actions .btn-register svg {
    height: 24px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: text-bottom; }

@media (max-width: 767px) {
  .hrv-actions .btn-register {
    font-size: 16px; }
  .hrv-actions .btn-register svg {
    height: 18px; } }

.hrv-headline h1 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.5;
  color: #1c1c1c;
  font-weight: 700; }

.hrv-headline .subhead {
  max-width: 740px;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.6;
  color: #1c1c1c; }

.hrv-headline .subhead p {
  margin: 0 0 2px; }

.hrv-section-heading {
  color: #ffffff;
  padding: 135px 0 150px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 70px; }
  .hrv-section-heading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
    background-image: url("https://cdn.hstatic.net/files/1000001117/file/hrv-art-bg.png");
    /*background-image: url('https://cdn.hstatic.net/files/1000001117/file/hr-tag-heading-bg-1.webp');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }
  .hrv-section-heading .hrv-headline h1, .hrv-section-heading .hrv-headline .subhead {
    color: #ffffff; }
  .hrv-section-heading .articles-has--tbcontent {
    display: flex; }
  .hrv-section-heading .hrv-heading {
    max-width: 566px; }

.hrv-article-recommend {
  border-top: 1px #DEE1E6 solid;
  margin-top: 60px;
  padding: 22px 0; }
  .hrv-article-recommend .recommend-title h2 {
    font-size: 32px;
    font-family: var(--ldp-font-3);
    margin-bottom: 22px; }
  .hrv-article-recommend .article-post {
    background: #F7F7F7;
    border-radius: 24px;
    border: 1px #E5E7EB solid;
    overflow: hidden; }
    .hrv-article-recommend .article-post .post-content {
      padding: 16px; }
      .hrv-article-recommend .article-post .post-content .art-tag {
        color: #2463EB;
        font-size: 14px;
        font-family: var(--ldp-font-2);
        padding: 4px 12px;
        border-radius: 20px;
        border: 1px #2463EB solid;
        display: inline-block;
        margin-bottom: 10px; }
      .hrv-article-recommend .article-post .post-content h3 {
        margin: 0;
        font-size: 20px;
        font-family: var(--ldp-font-3);
        line-height: 1.4; }
        .hrv-article-recommend .article-post .post-content h3 a {
          color: #19191B; }
      .hrv-article-recommend .article-post .post-content .btn-more {
        margin-top: 16px; }
        .hrv-article-recommend .article-post .post-content .btn-more .art-btn {
          background: #2463EB;
          padding: 10px 20px;
          border-radius: 30px;
          color: #F7F7F7;
          font-family: var(--ldp-font-3);
          display: inline-block; }

.hrv-block-actions .btn-register {
  text-decoration: none;
  text-align: center;
  margin: 0;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  background: #ffc238;
  padding: 14px 20px;
  display: inline-block;
  min-width: 220px;
  box-shadow: 1px 2px 4px 0px rgba(255, 255, 255, 0.03);
  border-radius: 6px; }
  .hrv-block-actions .btn-register svg {
    height: 24px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: text-bottom; }

.hrv-block-actions .btn-register--blue {
  padding: 16px 24px 12px;
  background: #2962FF;
  border-color: #2962FF; }

@media (max-width: 767px) {
  .hrv-block-actions .btn-register {
    font-size: 16px;
    width: 100%;
    min-width: auto; }
  .hrv-block-actions .btn-register svg {
    height: 18px; } }

@media (max-width: 767px) {
  .hrv-headline h1 {
    font-size: 20px; }
  .hrv-headline .subhead {
    font-size: 16px; }
  .hrv-section-heading {
    padding: 80px 0 120px;
    margin-bottom: 30px; }
  .hrv-article-recommend {
    margin-top: 30px;
    padding: 15px 0; }
    .hrv-article-recommend .recommend-title h2 {
      font-size: 22px;
      margin-bottom: 15px; }
    .hrv-article-recommend .article-post {
      border-radius: 12px; }
      .hrv-article-recommend .article-post .post-content .art-tag {
        font-size: 12px; }
      .hrv-article-recommend .article-post .post-content h3 {
        font-size: 18px; } }

/****** breadcrumbs &   pagination*****/
.hrv-breadcrumbs {
  margin: 0 0 30px;
  color: #000; }
  .hrv-breadcrumbs .row {
    margin: 0; }
  .hrv-breadcrumbs .breadcrumb {
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0; }
  .hrv-breadcrumbs .breadcrumb > li a {
    color: #f0f0f4; }
  .hrv-breadcrumbs .breadcrumb > li:not(:last-child):before {
    content: none; }
  .hrv-breadcrumbs .breadcrumb > li:nth-child(2):before {
    content: '';
    margin: 0 6px;
    background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23f0f0f4' xmlns='http://www.w3.org/2000/svg' viewBox='-242.1 245.6 6.6 10.3'%3E%3Cpath d='M-235.6 250.7l-5.1 5.2-1.4-1.4 3.7-3.8-3.7-3.7 1.4-1.4'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    padding: 0; }
  .hrv-breadcrumbs .breadcrumb > li strong {
    font-weight: initial; }
  .hrv-breadcrumbs .breadcrumb > li.active {
    color: #f0f0f4; }
  @media (max-width: 767px) {
    .hrv-breadcrumbs {
      margin: 0 0 15px; }
      .hrv-breadcrumbs .breadcrumb-list {
        padding: 0;
        overflow: hidden; }
      .hrv-breadcrumbs .breadcrumb {
        font-size: 12px;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch; }
      .hrv-breadcrumbs .breadcrumb > li + li:before {
        margin: 0 4px; } }

.hrv-paginations {
  text-align: center;
  margin: 0 0; }
  .hrv-paginations .pagination-list {
    border-top: 1px solid #E5E5E5;
    padding: 8px 0; }
  .hrv-paginations .page-node {
    font-size: 16px;
    color: #656565;
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none; }
  .hrv-paginations .page-node.prev, .hrv-paginations .page-node.next {
    font-size: 18px; }
  .hrv-paginations .page-node:hover {
    color: #2A363B; }
  .hrv-paginations .page-node.current {
    color: #0047ba; }

/* Table of Contents Article */
.table-of-contents {
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0px 0 20px;
  width: 100%;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle .icon-list {
  cursor: pointer;
  color: #1b6aef;
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 16px;
  margin: 0 0 0 8px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: #2979ff; }

.table-of-contents ul li a {
  text-decoration: none;
  color: #252525; }

.table-of-contents .table-content > ul {
  padding-bottom: 10px; }

.table-of-contents .table-content > ul ul {
  padding-left: 10px; }

.table-of-contents .table-content > ul ul li::marker {
  color: #adadad;
  font-size: 12px; }

.table-of-contents .table-content > ul ul ul {
  display: none !important; }

.table-of-contents ul li.active > a,
.table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
  color: #2979ff; }

#table-content-container .table-content {
  display: none; }

#table-content-container .table-content > ul ul {
  font-size: 15px; }

.tbOfcontent-sidebar .table-of-header {
  display: none !important; }

.tbOfcontent-sidebar .table-of-contents {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0; }

.tbOfcontent-sidebar .table-of-contents ul {
  line-height: 1.6;
  list-style: none; }

.tbOfcontent-sidebar .table-of-contents ul li {
  font-size: 14px; }

.tbOfcontent-sidebar .table-of-contents ul li ul li {
  font-size: 12px; }

.tbOfcontent-sidebar .table-of-contents ul li::marker {
  color: #adadad; }

.tbOfcontent-sidebar .table-of-contents ul ul {
  /*display:none*/ }

.tbOfcontent-sidebar .table-of-contents .table-title {
  line-height: 1.5;
  padding: 0 0 5px;
  border-bottom: 2px solid #0047ba;
  margin-bottom: 10px; }

/* style - scroll */
.tbOfcontent-sidebar .table-of-contents .table-content {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.tbOfcontent-sidebar .table-of-contents .table-content::-webkit-scrollbar {
  width: 3px;
  height: 30px; }

.tbOfcontent-sidebar .table-of-contents .table-content::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.tbOfcontent-sidebar .table-of-contents .table-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.tbOfcontent-sidebar .table-of-contents .table-content::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e3e4; }

.tbOfcontent-sidebar .table-of-contents .table-content::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); }

@media (min-width: 1200px) {
  .article-content #table-content-container {
    display: none; }
  .hv-article-content .hv-single--tbcontent {
    display: block; } }

@media (max-width: 1300px) {
  .tbOfcontent-sidebar .table-of-contents .table-content {
    max-height: 300px; } }

@media (max-width: 1199px) {
  .article-content #table-content-container {
    display: block; }
  .hv-article-content .hv-single--tbcontent {
    display: none; } }

@media (max-width: 767px) {
  .table-of-contents {
    padding: 8px 12px; }
  .table-of-contents ul {
    font-size: 14px; }
  .table-of-contents .table-content > ul ul {
    padding-left: 0; }
  #table-content-container .table-content > ul ul {
    font-size: 14px; } }

/* Style the Image Used to Trigger the Modal */
.article-images-zoom .artzoom-img {
  position: relative;
  display: inline-block; }

.article-images-zoom .artzoom-img img {
  cursor: url("data:image/svg+xml,%0A%3Csvg width='35' height='35' viewBox='0 0 35 35' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='nonzero'%3E%3Ccircle fill='%23ffffff' cx='17.5' cy='17.5' r='17.5'/%3E%3Cpath fill='%231c1b1b' d='M24 18h-6v6h-1v-6h-6v-1h6v-6h1v6h6'/%3E%3C/g%3E%3C/svg%3E"), auto;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.article-images-zoom .artzoom-img img:hover {
  -moz-transform: scale3d(1.01, 1.01, 1.01);
  -webkit-transform: scale3d(1.01, 1.01, 1.01);
  -o-transform: scale3d(1.01, 1.01, 1.01);
  -ms-transform: scale3d(1.01, 1.01, 1.01);
  transform: scale3d(1.01, 1.01, 1.01);
  opacity: 0.9; }

.article-images-zoom a.artzoom-img > img {
  cursor: pointer; }

.article-images-zoom .icon_thumb_zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 6px;
  cursor: url("data:image/svg+xml,%0A%3Csvg width='35' height='35' viewBox='0 0 35 35' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='nonzero'%3E%3Ccircle fill='%23ffffff' cx='17.5' cy='17.5' r='17.5'/%3E%3Cpath fill='%231c1b1b' d='M24 18h-6v6h-1v-6h-6v-1h6v-6h1v6h6'/%3E%3C/g%3E%3C/svg%3E"), auto; }

.article-images-zoom .icon_thumb_zoom svg {
  fill: currentColor;
  width: 14px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle; }

.article-content--expandable {
  color: #1c1c1c; }

.article-content--expandable * {
  line-height: 1.95;
  max-width: 100% !important; }

.article-content--expandable p {
  margin-bottom: 1rem; }

.article-content--expandable h2, .article-content--expandable h3, .article-content--expandable h4, .article-content--expandable h5, .article-content--expandable h6 {
  line-height: 1.6 !important;
  font-weight: 700;
  color: #1c1c1c; }

.article-content--expandable h2 {
  font-size: 32px;
  scroll-margin-block-start: 100px; }

.article-content--expandable h3 {
  font-size: 24px;
  scroll-margin-block-start: 100px; }

.article-content--expandable h4 {
  font-size: 22px; }

.article-content--expandable h5 {
  font-size: 20px; }

.article-content--expandable h2 b, .article-content--expandable h3 b, .article-content--expandable h4 b, .article-content--expandable h5 b, .article-content--expandable h6 b,
.article-content--expandable h2 strong, .article-content--expandable h3 strong, .article-content--expandable h4 strong, .article-content--expandable h5 strong, .article-content--expandable h6 strong {
  font-weight: 700;
  line-height: 1.6 !important; }

.article-content--expandable ul, .article-content--expandable ol {
  list-style: inherit;
  padding-left: 25px;
  margin-bottom: 16px; }

.article-content--expandable ul li, .article-content--expandable ol li {
  margin-bottom: 14px; }

.article-content--expandable a, .article-content--expandable a strong {
  color: #2979ff !important; }

.article-content--expandable table {
  border: 0;
  display: block;
  overflow-x: auto; }
  .article-content--expandable table tr td {
    padding: 10px 15px;
    min-width: 100px; }
  .article-content--expandable table tbody {
    display: table;
    width: 100%; }

.article-content--expandable .btn--default {
  padding: 10px 20px;
  border: 2px solid #ffffff;
  background: linear-gradient(270deg, #2987ED 0%, #4C6BE5 100%);
  display: inline-block;
  border-radius: 6px;
  box-shadow: 0px 0px 1px 4px #3c7ae9;
  text-align: center;
  min-width: 250px;
  margin: 5px 0; }
  .article-content--expandable .btn--default, .article-content--expandable .btn--default strong {
    color: #ffffff !important; }

.article-content--expandable .sidebox-banner {
  margin: 20px 0; }
  .article-content--expandable .sidebox-banner .lazyload-image {
    border-radius: 4px; }

.article-content--expandable .expandable__inner {
  position: relative;
  overflow: hidden;
  line-height: 1.8; }

.article-content--expandable .expandable__readmore {
  text-align: center;
  position: relative; }

.article-content--expandable .expandable__readmore:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 100%;
  height: 200px;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff); }

.article-content--expandable .expandable__readmore button {
  font-size: 19px;
  color: #1E8FFF;
  padding-bottom: 0;
  padding-top: 40px;
  margin: 0 5px 20px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: none;
  box-shadow: 0 0 1px transparent;
  outline: none; }

.article-content--expandable .expandable__readmore button span,
.article-content--expandable .expandable__readmore button span span {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: auto; }

.article-content--expandable .expandable__readmore button span span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  top: 9px;
  height: 15px;
  opacity: .3; }

.article-content--expandable .expandable__readmore button span.arrow {
  top: 22px; }

.article-content--expandable .expandable__readmore button span.arrow:before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  opacity: 1; }

.article-content--expandable .expandable__readmore button span.arrow:after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  opacity: .5; }

.article-content--expandable .expandable__readmore button .arrow span {
  animation: animate-arrow-1 1s ease-in-out infinite; }

.article-content--expandable .expandable__readmore button .arrow:after {
  animation: animate-arrow-2 1s ease-in-out infinite .1s; }

.article-content--expandable .expandable__readmore button .arrow:before {
  animation: animate-arrow-3 1s ease-in-out infinite .2s; }

@media (max-width: 767px) {
  .article-content--expandable h2 {
    font-size: 22px; }
  .article-content--expandable h3 {
    font-size: 20px; }
  .article-content--expandable h4 {
    font-size: 18px; }
  .article-content--expandable h5 {
    font-size: 18px; } }

@media (min-width: 768px) {
  .hrv-wrapper-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; } }

/*===================================================================*/
/* 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(--ldp-font-3);
  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;
  flex-flow: column;
  justify-content: center;
  align-items: center; }

.modalForm-register .modal-heading .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  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 .close {
  padding: 0;
  margin: 0;
  outline: none; }

.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(--ldp-font-3); }

.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;
  font-family: var(--ldp-font-2);
  display: block;
  padding: 0;
  margin: 0 0 7px; }

.field-input-wrapper .field-label b {
  color: #ff0000;
  font-size: 70%;
  font-weight: 400;
  position: relative;
  top: -3px; }

.field-input-wrapper .field-placeholder {
  font-size: 15px;
  color: #333333;
  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: var(--ldp-font-2);
  font-size: 15px;
  color: #000000;
  background-color: #f5f8fa;
  border: 1px solid #e7e7e7;
  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-group-select svg {
  position: absolute;
  bottom: 18px;
  right: 15px;
  width: 15px;
  height: 15px; }

.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,
.field-group.field-group-select .field-input-wrapper .field-label {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: var(--ldp-font-2); }

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

.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;
  font-size: 15px;
  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: #fffef2;
  border: 1px solid #e7e7e7;
  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: 18px;
  width: 18px;
  line-height: 18px;
  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: #F9A825; }

.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: #0047ba;
  border-color: #ffffff; }

.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: var(--ldp-font-3);
  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: 650px; }
  .modalForm-register.modalForm-video .modal-dialog {
    max-width: 900px; }
  .modalForm-register.modalForm-video .modal-dialog .iframe-video iframe {
    width: 100%;
    max-width: 100%;
    min-height: 500px; } }

@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; }
  .field-group.field-group-radio .field-input-wrapper .field-label,
  .field-group.field-group-checkbox .field-input-wrapper .field-label {
    font-size: 16px; }
  .listChoice-option .radio-primary input[type='radio'] + label, .listChoice-option .checkbox-primary input[type='checkbox'] + label {
    font-size: 13px; }
  .modalForm-register.modalForm-video .modal-dialog .iframe-video iframe {
    max-width: 100%; } }

.field-group .field-error {
  margin: 5px 5px 0;
  font-size: 12px;
  color: #e40000; }

.checkbox.checkbox-primary.input-text {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: start; }
  .checkbox.checkbox-primary.input-text input, .checkbox.checkbox-primary.input-text textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    color: #6f6c90;
    width: 80%;
    padding-left: 15px; }
  .checkbox.checkbox-primary.input-text textarea {
    height: 24px; }

.text-error-form {
  color: red;
  margin-bottom: 15px; }

.modalForm-register.modalForm-video .sitebox-actions {
  margin-top: 10px; }

.modalForm-register.modalForm-video .modal-heading .modal-title p {
  font-size: 20px; }

@media (max-width: 767px) {
  .modalForm-register.modalForm-video .modal-heading .modal-title p {
    font-size: 18px; } }

.modalForm-register .btn-trial {
  position: relative;
  font-size: 16px;
  font-family: var(--ldp-font-3);
  text-transform: uppercase;
  color: #ffffff;
  background: #3D7BF6;
  border: 1px solid #3D7BF6;
  padding: 15px 24px 12px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border-radius: 6px;
  outline: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14); }
  .modalForm-register .btn-trial:before {
    content: '';
    background-color: #3d60c3;
    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; }
  .modalForm-register .btn-trial.disabled {
    pointer-events: none;
    opacity: 0.7; }
  .modalForm-register .btn-trial:hover, .modalForm-register .btn-trial:focus {
    color: #ffffff;
    background: #315dd7;
    border-color: #315dd7; }

.modalForm-register .txt-note {
  margin: 0;
  font-style: italic;
  font-size: 14px;
  margin: 0; }

.modalForm-register .btn-disabled {
  background: #a2a2a2;
  border-color: #a2a2a2;
  pointer-events: none; }

.hrv-article-form {
  padding: 20px;
  background: #F7F7F7;
  border-radius: 24px;
  border: 1px #E5E7EB solid; }
  .hrv-article-form .form-row > .col, .hrv-article-form .form-row > [class*=col-] {
    padding-right: 0;
    padding-left: 0; }
  .hrv-article-form .field-group-button {
    margin: 0; }
    .hrv-article-form .field-group-button .btn-trial {
      background: #2463EB;
      padding: 10px;
      border-radius: 30px;
      color: #fff;
      width: 100%;
      font-family: var(--ldp-font-3); }
  .hrv-article-form .form-title {
    font-size: 24px;
    font-family: var(--ldp-font-3);
    border-bottom: 2px #2962FF solid;
    padding-bottom: 4px;
    margin-bottom: 8px;
    display: inline-block; }
  .hrv-article-form .form-desc {
    color: #19191B;
    font-size: 14px;
    margin-bottom: 10px; }
  .hrv-article-form .field-group {
    margin-bottom: 4px; }
  .hrv-article-form .field-input-wrapper .field-placeholder {
    display: none; }
  .hrv-article-form .field-input-wrapper .field-input, .hrv-article-form .field-input-wrapper .field-select {
    background: white;
    border-radius: 24px;
    outline: 1px #E5E7EB solid;
    padding: 10px 20px; }
    .hrv-article-form .field-input-wrapper .field-input::-webkit-input-placeholder, .hrv-article-form .field-input-wrapper .field-select::-webkit-input-placeholder {
      color: #9CA3B0;
      font-size: 14px; }
    .hrv-article-form .field-input-wrapper .field-input::-moz-placeholder, .hrv-article-form .field-input-wrapper .field-select::-moz-placeholder {
      color: #9CA3B0;
      font-size: 14px; }
    .hrv-article-form .field-input-wrapper .field-input::-ms-input-placeholder, .hrv-article-form .field-input-wrapper .field-select::-ms-input-placeholder {
      color: #9CA3B0;
      font-size: 14px; }
  .hrv-article-form .b24-form-wrapper {
    background-color: transparent; }
    .hrv-article-form .b24-form-wrapper .b24-form-header, .hrv-article-form .b24-form-wrapper .b24-form-content {
      padding: 0;
      border: none;
      font-family: var(--ldp-font-1); }
      .hrv-article-form .b24-form-wrapper .b24-form-header .b24-form-header-title, .hrv-article-form .b24-form-wrapper .b24-form-content .b24-form-header-title {
        font-family: var(--ldp-font-3); }
    .hrv-article-form .b24-form-wrapper .b24-form-control-string .b24-form-control, .hrv-article-form .b24-form-wrapper .b24-form-btn-block .b24-form-btn {
      border-radius: 50px; }
    .hrv-article-form .b24-form-wrapper .b24-form-btn-block .b24-form-btn {
      background-color: #2463eb; }
  @media (max-width: 767px) {
    .hrv-article-form .form-title {
      font-size: 18px; } }

footer {
  border-top: 1px #E5E7EB solid; }
