@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

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

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

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

img {
  max-width: 100%; }

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

.lazyload {
  opacity: 0.1; }

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

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

/* CSS3 ANIMATION */
@-webkit-keyframes move_wave {
  0% {
    transform: translateZ(0) translateY(0) scaleY(1); }
  100% {
    transform: translateZ(5px) translateY(-50%) scaleY(1); } }

@keyframes move_wave {
  0% {
    transform: translateZ(0) translateY(0) scaleY(1); }
  100% {
    transform: translateZ(5px) translateY(-50%) scaleY(1); } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

/*============= CSS GENNAR =======================================*/
.owl-carousel .owl-item img {
  width: auto !important; }

@media (min-width: 1200px) {
  .layoutHrv-themestore .container-width {
    max-width: 1600px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1300px) {
  .layoutHrv-themestore .container-width {
    max-width: 1720px;
    padding-left: 90px;
    padding-right: 90px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .layoutHrv-themestore .container-width-lg {
    max-width: 1440px;
    width: auto; } }

.sitebox-heading {
  margin-bottom: 30px; }
  .sitebox-heading h2, .sitebox-heading .hTitle {
    margin: 0;
    line-height: 1.3;
    font-size: 40px;
    color: #000;
    font-family: var(--hrv-font-family-bold); }
  .sitebox-heading h2 a, .sitebox-heading .hTitle a {
    color: #000; }
  .sitebox-heading h2.cl-black, .sitebox-heading .hTitle.cl-black {
    color: #080A33; }
  .sitebox-heading h2.cl-white, .sitebox-heading .hTitle.cl-white {
    color: #ffffff; }
  .sitebox-heading .hTitle-page {
    margin: 0;
    line-height: 1.3;
    font-size: 38px;
    color: #2979ff;
    font-family: var(--hrv-font-family-bold); }
  .sitebox-heading .hTitle-page.cl-white {
    color: #ffffff; }
  .sitebox-heading .subtitle-wrap {
    font-size: 18px;
    color: #2a2a2a;
    padding-top: 2px;
    letter-spacing: -0.25px; }
    .sitebox-heading .subtitle-wrap p {
      margin: 0 0; }
    .sitebox-heading .subtitle-wrap p + p {
      margin-top: 15px; }
    .sitebox-heading .subtitle-wrap .cl-grey {
      color: #4f4f4f; }
  @media (max-width: 767px) {
    .sitebox-heading {
      margin-bottom: 20px; }
    .sitebox-heading h2, .sitebox-heading .hTitle {
      font-size: 26px; }
    .sitebox-heading .hTitle-page {
      font-size: 28px; }
    .sitebox-heading .subtitle-wrap {
      font-size: 15px; } }

.sitebox-actions .btn-getstart {
  display: inline-block;
  margin: 0;
  padding: 12px 30px;
  min-width: 200px;
  text-align: center;
  font-size: 18px;
  font-family: 'sfuiText_bold';
  text-transform: uppercase;
  color: #ffffff;
  background: #2979ff;
  border: 1px solid #2979ff;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1); }
  .sitebox-actions .btn-getstart--yellow {
    border-color: #ffb800;
    background: #ffb800; }
  .sitebox-actions .btn-getstart--white {
    color: #2979ff;
    border-color: #2979ff;
    background: transparent; }
  .sitebox-actions .btn-getstart:hover, .sitebox-actions .btn-getstart:focus {
    color: #ffffff;
    background: #2A72FF;
    border-color: #2A72FF; }
  .sitebox-actions .btn-getstart--white:hover, .sitebox-actions .btn-getstart--white:focus {
    color: #ffffff;
    background: #2A72FF;
    border-color: #2A72FF; }

.sitebox-actions .txt-note {
  color: #26323d;
  margin: 5px 0 10px; }

.sitebox-actions .txt-note a {
  color: #ffffff; }

@media (max-width: 767px) {
  .sitebox-actions .btn-getstart {
    font-size: 15px;
    min-width: auto;
    width: 100%; } }

.paralax_bkgTop {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #003DA0; }

.paralax_bkgTop .circles-background {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 600%;
  width: 100%;
  z-index: -1;
  display: inline-block;
  background-image: url(//file.hstatic.net/1000359313/file/index-zonebottom-vector_f2f75e25c6da463199112007c0e705a9.png);
  background-repeat: no-repeat repeat-y;
  background-position: 50%;
  background-size: contain;
  -webkit-animation: move_wave 60s linear infinite;
  animation: move_wave 60s linear infinite; }

.template-collection.hrv-themes-breadcrumb.paralax_bkgTop {
  background: transparent; }

@media (max-width: 767px) {
  .paralax_bkgTop .circles-background {
    background-size: 190%;
    background-position: right; } }

/*====== BREADCRUMB +++ PAGINATION  =======*/
.searchpage-form {
  text-align: right; }
  .searchpage-form .input-search {
    padding: 8px 15px 8px 45px;
    font-size: 15px;
    max-width: 320px;
    color: #333333;
    width: 100%;
    border: 1px solid #dfdfdf;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238b8b8b' viewBox='0 0 20 20' role='img'%3E%3Cpath d='M2 8c0-3.309 2.691-6 6-6s6 2.691 6 6-2.691 6-6 6-6-2.691-6-6m17.707 10.293l-5.395-5.396A7.946 7.946 0 0 0 16 8c0-4.411-3.589-8-8-8S0 3.589 0 8s3.589 8 8 8a7.954 7.954 0 0 0 4.897-1.688l5.396 5.395a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 18px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .searchpage-form .input-search:focus {
    outline: #3da5f5; }

.pagination-themes .pagination {
  -ms-justify-content: center;
  justify-content: center; }

.pagination-themes .pagination li .page-node {
  display: block;
  font-size: 15px;
  color: #777777;
  font-family: 'sfuiText_semibold';
  padding: 5px 10px; }

.pagination-themes .pagination li.disabled .page-node {
  color: #D1D5DB;
  pointer-events: none; }

.pagination-themes .pagination li.active .page-node {
  color: #0047ba;
  font-family: 'sfuiText_bold';
  transform: scale(1.3); }

.breadcrumb-themes .breadcrumb {
  font-size: 14px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  font-family: 'sfuiText_medium'; }

.breadcrumb-themes .breadcrumb li a {
  color: #000424;
  padding: 4px 0; }

.breadcrumb-themes .breadcrumb li + li:before {
  content: '';
  margin: 0 5px;
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23585858' 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; }

.breadcrumb-themes .breadcrumb .active {
  color: #000424; }

@media (max-width: 767px) {
  .breadcrumb-themes {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px; }
  .breadcrumb-themes .breadcrumb-list {
    padding-left: 15px;
    padding-bottom: 20px;
    margin-bottom: -20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .breadcrumb-themes .breadcrumb {
    font-size: 14px;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .breadcrumb-themes .breadcrumb li:last-child {
    padding-right: 15px; } }

.hrv-themes-breadcrumb {
  padding: 60px 0 70px;
  margin-bottom: 60px; }
  .hrv-themes-breadcrumb:before {
    content: "";
    opacity: 0.3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
    background-image: url("https://file.hstatic.net/1000192210/file/article-header-bg-min_de4479acaaff46e0bf79c00f19599943.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center; }
  .hrv-themes-breadcrumb.template-collection:before {
    content: none; }
  .hrv-themes-breadcrumb.template-collection .circles-background {
    display: none; }
  .hrv-themes-breadcrumb .breadcrumb-themes {
    margin-bottom: 0px; }
    .hrv-themes-breadcrumb .breadcrumb-themes .breadcrumb li a {
      color: #f0f0f4; }
    .hrv-themes-breadcrumb .breadcrumb-themes .breadcrumb .active {
      color: #f0f0f4; }
    .hrv-themes-breadcrumb .breadcrumb-themes .breadcrumb li + li:before {
      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"); }
  .hrv-themes-breadcrumb .sitebox-heading {
    margin-bottom: 0; }
  .hrv-themes-breadcrumb .sitebox-heading .subtitle-wrap {
    color: #ffffff;
    font-size: 16px; }
  .hrv-themes-breadcrumb .sitebox-heading .subtitle-wrap h1 {
    display: none; }
  @media (max-width: 991px) {
    .hrv-themes-breadcrumb .searchpage-top {
      display: none; } }
  @media (max-width: 767px) {
    .hrv-themes-breadcrumb {
      padding: 45px 0;
      margin-bottom: 45px; }
    .hrv-themes-breadcrumb .sitebox-heading .subtitle-wrap {
      font-size: 15px; } }

/*++++++++++++ PRODUCT LO0P ITEM ++++++++++++++++++++*/
.theme-item {
  margin-bottom: 40px; }
  .theme-item__block {
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    border-radius: 16px;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; }
  .theme-item__image {
    position: relative;
    padding: 0px 0px 0;
    background-color: #f0f1f2;
    overflow: hidden; }
    .theme-item__image .theme--screenshot img {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -ms-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out; }
    .theme-item__image .theme--screenshot .lazyload-image .lazyload-image__placeholder.image-ratio {
      padding-bottom: 122%; }
    .theme-item__image .theme--screenshot .lazyload-image .lazyload-image__placeholder.image-ratio-mobile {
      padding-bottom: 172%; }
    .theme-item__image .theme--screenshot .mobile-insert {
      display: block;
      position: absolute;
      bottom: 0;
      right: 12px;
      z-index: 1;
      width: 48%;
      max-width: 260px;
      border-radius: 6px 6px 0 0;
      overflow: hidden;
      background-color: #dadee0;
      border: 3px solid #131515;
      border-bottom: 0;
      box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1); }
    .theme-item__image .theme--labels [class^='label-'] {
      position: absolute;
      z-index: 2;
      letter-spacing: -0.35px;
      border: 2px solid #fff;
      font-size: 13px;
      color: #ffffff;
      font-family: 'sfuiText_semibold';
      text-transform: uppercase;
      text-align: center;
      border-radius: 4px; }
    .theme-item__image .theme--labels .label-sale {
      left: -1px;
      top: -1px;
      background: #f3092e;
      border-width: 1px;
      padding: 4px 10px;
      border-radius: 0 0 8px 0;
      font-size: 16px; }
    .theme-item__image .theme--labels .label-new {
      right: -1px;
      top: -1px;
      background: #f3092e;
      border-width: 1px;
      padding: 4px 10px;
      border-radius: 0 0 0 8px; }
    .theme-item__image .theme--labels .label-common {
      top: 0px;
      right: 0px;
      background: #28c5d8;
      font-size: 11px;
      line-height: 1.3;
      height: 48px;
      width: 48px;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -ms-justify-content: center;
      justify-content: center; }
  .theme-item__detail {
    padding: 15px 12px 10px;
    border-top: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*.theme--price{
			color: #ea2e37;font-size: 16px;margin-bottom:10px;
			letter-spacing: -0.312px;font-family: 'sfuiText_semibold';
			span{margin-right:8px;}
			del {font-size: 14px;color: #848484;font-family: 'sfuiText_regular'; font-weight:600;}
		}*/ }
    .theme-item__detail .theme--title {
      line-height: 1.4;
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 5px;
      font-family: 'sfuiText_semibold'; }
    .theme-item__detail .theme--title a {
      text-decoration: none;
      color: #2a363b;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .theme-item__detail .theme--actions {
      margin-top: auto;
      margin-left: -4px;
      margin-right: -4px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .theme-item__detail .theme--actions .btn-proloop {
        position: relative;
        font-size: 13px;
        color: #000;
        background: #f0f0f0;
        font-family: 'sfuiText_bold';
        height: 40px;
        line-height: 40px;
        padding: 0 4px;
        border-radius: 2px;
        display: block;
        text-align: center;
        -webkit-flex: 1 1;
        flex: 1 1;
        max-width: calc(50% - 6px);
        margin: 5px 3px 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: -0.4px; }
      .theme-item__detail .theme--actions .btn-proloop.view-demo {
        color: #ffffff;
        background: #2979ff; }
      .theme-item__detail .theme--actions .btn-proloop.view-preorder {
        color: #ffffff;
        background: #f3092e; }
      .theme-item__detail .theme--actions .btn-proloop.view-demo.view-mobile {
        display: none; }
      .theme-item__detail .theme--actions .btn-proloop:before,
      .theme-item__detail .theme--actions .btn-proloop:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        bottom: 3px;
        right: 3px; }
      .theme-item__detail .theme--actions .btn-proloop:before {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        transform: scale3d(0, 1, 1); }
      .theme-item__detail .theme--actions .btn-proloop:after {
        border-left: 1px solid white;
        border-right: 1px solid white;
        transform: scale3d(1, 0, 1); }
      .theme-item__detail .theme--actions .btn-proloop:hover:before,
      .theme-item__detail .theme--actions .btn-proloop:hover:after {
        transform: scale3d(1, 1, 1);
        transition: transform 0.5s; }
  @media (min-width: 992px) {
    .theme-item__block:hover {
      transform: translate3d(0, 0px, 0);
      border-color: #94cdff;
      box-shadow: 0px 0px 30px 0px rgba(45, 218, 248, 0.3); } }
  @media (max-width: 991px) {
    .theme-item__detail .theme--actions .btn-proloop.view-demo.view-mobile {
      display: block; }
    .theme-item__detail .theme--actions .btn-proloop.view-demo:not(.view-mobile) {
      display: none; } }
  @media (max-width: 767px) {
    .theme-item {
      margin-bottom: 30px; }
    .theme-item__detail {
      padding: 14px 10px 10px; }
      .theme-item__detail .theme--title {
        font-size: 16px; }
      .theme-item__detail .theme--actions .btn-proloop {
        font-size: 12px; } }

.theme-mobile {
  margin-bottom: 35px; }
  .theme-mobile__block {
    position: relative;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; }
  .theme-mobile__label [class^='circle-'] {
    color: #fff;
    position: absolute;
    top: -5px;
    z-index: 9;
    letter-spacing: -0.35px;
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff;
    font-family: var(--hrv-font-family-medium);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: .35s;
    transition: .35s; }
  .theme-mobile__label .circle-new {
    right: -5px;
    background: #f3092e; }
  .theme-mobile__label .circle-sale {
    left: -5px;
    background: #f3092e; }
  .theme-mobile__label .circle-common {
    right: -5px;
    background: #28c5d8;
    line-height: initial;
    font-size: 11px;
    padding: 6px 0; }
  .theme-mobile__image {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    padding: 30px 25px 0;
    background-color: #f0f1f2;
    /*border-bottom: 1px solid #e5e5e5;*/ }
    .theme-mobile__image .theme--screenshot {
      overflow: hidden;
      box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
      border-radius: 10px 10px 0 0;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
      .theme-mobile__image .theme--screenshot .first-img {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        -webkit-transition: opacity 1.2s ease-in-out;
        -moz-transition: opacity 1.2s ease-in-out;
        -ms-transition: opacity 1.2s ease-in-out;
        -o-transition: opacity 1.2s ease-in-out;
        transition: opacity 1.2s ease-in-out;
        /*image-rendering: pixelated;*/ }
    .theme-mobile__image .theme--screenshot .lazyload-image .lazyload-image__placeholder {
      padding-bottom: 150%; }
    .theme-mobile__image .theme--imgscroll {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden; }
      .theme-mobile__image .theme--imgscroll .img-scroll {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        text-align: center;
        -webkit-transition: opacity 1s, top 3s ease-in-out;
        -moz-transition: opacity 1s, top 3s ease-in-out;
        -ms-transition: opacity 1s, top 3s ease-in-out;
        -o-transition: opacity 1s, top 3s ease-in-out;
        transition: opacity 1s, top 3s ease-in-out; }
    .theme-mobile__image .theme--backdrop {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      opacity: 0;
      background: rgba(14, 23, 112, 0.5);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s; }
  .theme-mobile__detail {
    padding: 15px 15px 15px; }
    .theme-mobile__detail .theme--title {
      line-height: 1.4;
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 5px;
      font-family: 'sfuiText_semibold'; }
    .theme-mobile__detail .theme--title a {
      text-decoration: none;
      color: #2a363b;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .theme-mobile__detail .theme--price {
      color: #ea2e37;
      font-size: 16px;
      letter-spacing: -0.312px;
      font-family: 'sfuiText_semibold'; }
      .theme-mobile__detail .theme--price span {
        margin-right: 8px; }
      .theme-mobile__detail .theme--price del {
        font-size: 14px;
        color: #848484;
        font-family: 'sfuiText_regular';
        font-weight: 600; }
    .theme-mobile__detail .actions-button {
      position: absolute;
      top: calc(50% - 80px);
      left: calc(50% - 60px);
      z-index: 2;
      width: 120px;
      display: inline-block;
      text-align: center;
      margin: auto;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s; }
    .theme-mobile__detail .actions-button .btn-proloop {
      font-size: 13px;
      position: relative;
      background: #ff5d00;
      color: #fff;
      width: 120px;
      height: 40px;
      line-height: 40px;
      display: block;
      text-align: center; }
    .theme-mobile__detail .actions-button .btn-proloop.view-demo {
      background: #1F93DE;
      margin-top: 15px; }
    .theme-mobile__detail .actions-button .btn-proloop.view-preorder {
      background: #f3092e;
      margin-top: 15px; }
    .theme-mobile__detail .actions-button .btn-proloop:before,
    .theme-mobile__detail .actions-button .btn-proloop:after {
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      bottom: 4px;
      right: 4px; }
    .theme-mobile__detail .actions-button .btn-proloop:before {
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      transform: scale3d(0, 1, 1); }
    .theme-mobile__detail .actions-button .btn-proloop:after {
      border-left: 1px solid white;
      border-right: 1px solid white;
      transform: scale3d(1, 0, 1); }
    .theme-mobile__detail .actions-button .btn-proloop:hover:before,
    .theme-mobile__detail .actions-button .btn-proloop:hover:after {
      transform: scale3d(1, 1, 1);
      transition: transform 0.5s; }
  @media (min-width: 992px) {
    .theme-mobile__block:hover {
      transform: translate3d(0, 0px, 0);
      -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18);
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18); }
    .theme-mobile__block:hover .theme-mobile__image .theme--imgscroll .img-scroll {
      -webkit-transition: opacity 1s, top 2.2s ease-in-out 0.15s;
      -moz-transition: opacity 1s, top 2.2s ease-in-out 0.15s;
      -ms-transition: opacity 1s, top 2.2s ease-in-out 0.15s;
      -o-transition: opacity 1s, top 2.2s ease-in-out 0.15s;
      transition: opacity 1s, top 2.2s ease-in-out 0.15s; }
    .theme-mobile__block:hover .theme-mobile__image .theme--imgscroll {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
    .theme-mobile__block:hover .theme-mobile__image .theme--backdrop {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .theme-mobile__block:hover .actions-button {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  @media (max-width: 767px) {
    .theme-mobile {
      margin-bottom: 20px; }
    .theme-mobile:nth-child(odd) {
      padding-right: 8px; }
    .theme-mobile:nth-child(even) {
      padding-left: 8px; }
    .theme-mobile__label [class^='circle-'] {
      font-size: 11px;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      line-height: 34px; }
    .theme-mobile__label .circle-common {
      font-size: 9px;
      padding: 5px 0;
      line-height: initial; }
    .theme-mobile__image {
      padding: 20px 16px 0; }
    .theme-mobile__detail {
      padding: 12px 8px 12px; }
      .theme-mobile__detail .theme--title {
        font-size: 14px; }
      .theme-mobile__detail .theme--price {
        font-size: 13px; }
        .theme-mobile__detail .theme--price span {
          margin-right: 4px; }
        .theme-mobile__detail .theme--price del {
          font-size: 11px;
          font-weight: 600; }
      .theme-mobile__detail .actions-button {
        display: none; } }

/*++++++++++++++++++* BODY  INDEX ++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
[class^="section-themes-"] {
  padding: 70px 0; }

@media (max-width: 767px) {
  [class^="section-themes-"] {
    padding: 45px 0; } }

.section-themes-overview {
  background: #f9f9f9;
  padding: 50px 0 60px; }
  .section-themes-overview .overview-heading {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    animation-duration: 0.8s;
    animation-iteration-count: 1; }
    .section-themes-overview .overview-heading h1 {
      color: #000;
      margin-bottom: 15px;
      font-size: 45px;
      font-family: var(--hrv-font-family-bold); }
    .section-themes-overview .overview-heading .subhead {
      color: #ffffff;
      font-size: 24px;
      font-family: var(--hrv-font-family-regular); }
  .section-themes-overview .overview-search .search-fieldset {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .section-themes-overview .overview-search .search-input, .section-themes-overview .overview-search .search-submit {
    padding: 12px 20px;
    background: #ffffff; }
  .section-themes-overview .overview-search .search-input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    border-radius: 0;
    color: #1777f1;
    font-size: 15px;
    outline: none;
    border: 1px solid #dfdfdf;
    border-radius: 4px 0 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .section-themes-overview .overview-search .search-submit {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    outline: none;
    background: #007bf9;
    border: 1px solid #00B8F9;
    border-left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
    .section-themes-overview .overview-search .search-submit svg {
      width: 24px;
      height: 100%;
      fill: #ffffff; }
  .section-themes-overview .overview-search .search-input:-webkit-input-placeholder {
    color: #bec3c8; }
  .section-themes-overview .overview-search .search-input:-moz-placeholder {
    color: #bec3c8; }
  .section-themes-overview .overview-search .search-input:-ms-input-placeholder {
    color: #bec3c8; }
  .section-themes-overview .overview-search .search-input:-moz-placeholder {
    color: #bec3c8; }
  .section-themes-overview .circles-background {
    opacity: 1; }
  @media (max-width: 992px) and (min-width: 768px) {
    .section-themes-overview .overview-heading h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .section-themes-overview {
      padding: 30px 0 40px; }
    .section-themes-overview .overview-heading {
      margin-bottom: 10px; }
      .section-themes-overview .overview-heading h1 {
        font-size: 28px;
        margin-bottom: 18px; }
      .section-themes-overview .overview-heading .subhead {
        font-size: 20px; }
    .section-themes-overview .overview-search .search-input, .section-themes-overview .overview-search .search-submit {
      padding: 10px 15px; }
    .section-themes-overview .overview-search .search-submit {
      padding-left: 20px;
      padding-right: 20px; }
      .section-themes-overview .overview-search .search-submit svg {
        width: 20px; } }

.section-themes-categories .cate-list {
  margin-left: -8px;
  margin-right: -8px; }

.section-themes-categories .cate-item {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 16px; }
  .section-themes-categories .cate-item__link {
    position: relative;
    height: 100%;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: -0.35px;
    font-size: 16px;
    color: #000;
    font-family: 'sfuiText_medium', sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    border-radius: 5px;
    padding: 14px 10px;
    text-align: center;
    background: #fff;
    border: 1px solid  #000;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .section-themes-categories .cate-item__link:hover {
    color: #0047ba;
    border-color: #0047ba;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02); }

@media (min-width: 992px) {
  .section-themes-categories .sitebox-heading {
    margin-bottom: 0; }
  .section-themes-categories .categories-detail {
    padding-right: 35px; }
  .section-themes-categories .categories-linklist {
    padding-left: 0; } }

@media (max-width: 767px) {
  .section-themes-categories .cate-list {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 10px; }
  .section-themes-categories .cate-item {
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 2px; }
    .section-themes-categories .cate-item__link {
      font-size: 14px;
      padding: 10px 7px; } }

.section-themes-products {
  background: #fbfbfb; }
  .section-themes-products + .section-themes-products {
    padding-top: 0px; }
  .section-themes-products .blockTitle-home .block-title {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%; }
  .section-themes-products .blockTitle-home .block-link .txt-link {
    white-space: nowrap;
    font-family: 'sfuiText_medium'; }
    .section-themes-products .blockTitle-home .block-link .txt-link svg {
      stroke: currentColor;
      fill: none;
      width: 6px;
      margin-left: 5px; }
  .section-themes-products .blockTitle-home .block-intro {
    position: relative;
    z-index: 2;
    padding: 30px 35px; }
  .section-themes-products .blockTitle-home__intro {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid #c5f7ff; }
    .section-themes-products .blockTitle-home__intro:before, .section-themes-products .blockTitle-home__intro:after, .section-themes-products .blockTitle-home__intro .block-intro:before {
      content: "";
      position: absolute;
      border-radius: 50%; }
    .section-themes-products .blockTitle-home__intro:before {
      top: -162px;
      left: -152px;
      width: 378px;
      height: 378px;
      background: #f9fbe7;
      opacity: 0.6; }
    .section-themes-products .blockTitle-home__intro:after {
      bottom: -252px;
      right: -15px;
      width: 378px;
      height: 378px;
      background: #e8f5e9;
      opacity: 0.6; }
    .section-themes-products .blockTitle-home__intro .block-intro:before {
      bottom: -165px;
      right: -124px;
      z-index: -1;
      width: 378px;
      height: 378px;
      background: #fff3e0;
      opacity: 0.4; }
    @media (max-width: 991px) and (min-width: 768px) {
      .section-themes-products .blockTitle-home__intro:before, .section-themes-products .blockTitle-home__intro:after, .section-themes-products .blockTitle-home__intro .block-intro:before {
        width: 340px;
        height: 340px; } }
    @media (max-width: 767px) {
      .section-themes-products .blockTitle-home__intro:before, .section-themes-products .blockTitle-home__intro:after, .section-themes-products .blockTitle-home__intro .block-intro:before {
        width: 360px;
        height: 360px; } }
  .section-themes-products .wrapper-button {
    text-align: center; }
  @media (min-width: 992px) {
    .section-themes-products .blockTitle-home .block-text {
      max-width: 80%; }
    .section-themes-products .blockTitle-home__intro {
      display: -webkit-flex;
      display: flex;
      -webkit-align-self: center;
      align-self: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-flex-direction: column;
      flex-direction: column; }
    .section-themes-products .sitebox-actions .btn-getstart {
      font-size: 16px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-themes-products .listTheme-row:not(.listTheme-hasTitle) .theme-item:nth-child(4).product-theme-lastHide {
      display: none; }
    .section-themes-products .listTheme-row:not(.listTheme-hasTitle) .theme-item.mobile-show ~ div {
      display: none; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-themes-products {
      /*.theme-mobile:nth-child(4).product-theme-lastHide{display:none}
		.theme-mobile.mobile-show ~ div{display:none;}
		.theme-item:nth-child(4).product-theme-lastHide{display:none}
		.theme-item.mobile-show ~ div{display:none;}*/ } }
  @media (max-width: 767px) {
    .section-themes-products .blockTitle-home .block-link {
      display: none; }
    .section-themes-products .blockTitle-home .block-intro {
      padding: 20px; }
    .section-themes-products .sitebox-actions .btn-getstart {
      width: auto; }
    .section-themes-products .listTheme-row:not(.listTheme-hasTitle) .theme-mobile:nth-child(n+5):nth-child(-n+8) {
      display: none; }
    .section-themes-products .listTheme-row.listTheme-hasTitle .theme-mobile.mobile-show ~ div {
      display: none; }
    .section-themes-products .listTheme-row:not(.listTheme-hasTitle) .theme-item:nth-child(n+5):nth-child(-n+8) {
      display: none; }
    .section-themes-products .listTheme-row.listTheme-hasTitle .theme-item.mobile-show ~ div {
      display: none; } }

.section-themes-device {
  text-align: center;
  padding: 0 0 40px; }
  .section-themes-device .wrapper-device {
    display: flex;
    display: -ms-flex;
    -ms-justify-content: center;
    justify-content: center; }
  .section-themes-device .device-navlist {
    display: flex;
    display: -ms-flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 1px;
    background: #f0f1f2;
    border: 1px solid #D4E2E9;
    width: 320px;
    position: relative;
    overflow: hidden;
    border-radius: 50px; }
    .section-themes-device .device-navlist__item {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .section-themes-device .device-navlist__item .device--link {
        padding: 10px 15px;
        border: 1px solid #f0f1f2;
        display: flex;
        display: -ms-flex;
        -ms-justify-content: center;
        justify-content: center;
        color: #3d5067;
        font-size: 18px;
        font-family: 'sfuiText_bold'; }
      .section-themes-device .device-navlist__item .device--icon {
        display: block;
        width: 25px;
        height: 25px;
        margin-right: 10px; }
      .section-themes-device .device-navlist__item .device--icon svg {
        fill: currentColor; }
    .section-themes-device .device-navlist__item:nth-child(1) .device--link {
      border-radius: 50px 0 0 50px; }
    .section-themes-device .device-navlist__item:nth-child(2) .device--link {
      border-radius: 0 50px 50px 0; }
    .section-themes-device .device-navlist__item.is-active .device--link {
      color: #ffffff;
      background-color: #00aeef;
      border: 1px solid #24B8FF; }
  @media (max-width: 767px) {
    .section-themes-device .device-navlist {
      width: 260px;
      border-radius: 50px; }
      .section-themes-device .device-navlist__item .device--link {
        font-size: 14px; }
      .section-themes-device .device-navlist__item .device--icon {
        width: 22px;
        height: 22px; }
      .section-themes-device .device-navlist__item:nth-child(1) .device--link {
        border-radius: 50px 0 0 50px; }
      .section-themes-device .device-navlist__item:nth-child(2) .device--link {
        border-radius: 0 50px 50px 0; } }

.section-themes-manage {
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 90px 0; }
  .section-themes-manage .insert-item {
    position: absolute; }
    .section-themes-manage .insert-item.insert-1 {
      top: 0;
      left: 0;
      max-width: 26%; }
    .section-themes-manage .insert-item.insert-2 {
      bottom: 0;
      left: 0;
      max-width: 20%; }
    .section-themes-manage .insert-item.insert-3 {
      top: 0;
      right: 0;
      max-width: 12%; }
    .section-themes-manage .insert-item.insert-4 {
      bottom: 0;
      right: 0;
      max-width: 26%; }
  .section-themes-manage .manage-info {
    position: relative;
    z-index: 2; }
  @media (max-width: 767px) {
    .section-themes-manage {
      padding: 45px 0; }
    .section-themes-manage .sitebox-heading h2 {
      font-size: 24px; }
    .section-themes-manage .insert-item.insert-1 {
      max-width: 36%; }
    .section-themes-manage .insert-item.insert-2 {
      max-width: 30%; }
    .section-themes-manage .insert-item.insert-3 {
      max-width: 18%; }
    .section-themes-manage .insert-item.insert-4 {
      max-width: 36%; } }

.section-themes-apps {
  position: relative;
  z-index: 1;
  background: #003da0;
  padding: 0; }
  .section-themes-apps .sitebox-heading {
    margin-bottom: 15px; }
  .section-themes-apps .apps-detail .wrap-info {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px; }
    .section-themes-apps .apps-detail .wrap-info p {
      margin: 0; }
  .section-themes-apps .apps-images__inner {
    background: #ffffff; }
  @media (min-width: 992px) {
    .section-themes-apps {
      background: -moz-linear-gradient(to right, #003da0 0%, #003da0 50%, #ffffff 50%, #ffffff 100%);
      background: -webkit-linear-gradient(to right, #003da0 0%, #003da0 50%, #ffffff 50%, #ffffff 100%);
      background: linear-gradient(to right, #003da0 0%, #003da0 50%, #ffffff 50%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003da0', endColorstr='#ffffff',GradientType=1 ); }
    .section-themes-apps .apps-detail__inner, .section-themes-apps .apps-images__inner {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-justify-content: center;
      justify-content: center; }
    .section-themes-apps .apps-detail__inner {
      padding-top: 50px;
      padding-bottom: 50px; }
    .section-themes-apps .apps-images {
      padding-right: 0; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-themes-apps .apps-detail__inner {
      padding-right: 30px;
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-themes-apps {
      padding: 70px 0;
      background: #003da0; }
    .section-themes-apps .apps-detail {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .section-themes-apps {
      padding: 45px 0;
      background: #003da0; }
    .section-themes-apps .apps-detail {
      margin-bottom: 20px; }
      .section-themes-apps .apps-detail .sitebox-header {
        margin-bottom: 12px; }
      .section-themes-apps .apps-detail .wrap-info {
        margin-bottom: 20px; } }

@-webkit-keyframes bubble-ripple {
  0% {
    transform: scale(1);
    opacity: .75; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

@keyframes bubble-ripple {
  0% {
    transform: scale(1);
    opacity: .75; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

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

.brand-juno-1 {
  fill: #e01b22; }

.brand-concung-1 {
  fill: #ea377c; }

.wrapper-trustbrands .trusted-brands__title {
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px; }
  .wrapper-trustbrands .trusted-brands__title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 200px;
    margin: auto;
    height: 1px;
    background: #FF1744; }
  .wrapper-trustbrands .trusted-brands__title h3 {
    color: #3F3F3F;
    font-size: 18px;
    margin: 0 0 5px;
    font-family: 'sfuiText_medium'; }
  .wrapper-trustbrands .trusted-brands__title .cl_light {
    color: #FF1744; }

.wrapper-trustbrands .trusted-brands__list {
  position: relative; }
  .wrapper-trustbrands .trusted-brands__list:before, .wrapper-trustbrands .trusted-brands__list:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #0049BE;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
  .wrapper-trustbrands .trusted-brands__list:before {
    top: 0; }
  .wrapper-trustbrands .trusted-brands__list:after {
    bottom: 0; }
  .wrapper-trustbrands .trusted-brands__list .brand-item {
    padding: 10px 18px; }
    .wrapper-trustbrands .trusted-brands__list .brand-item--logo {
      box-sizing: content-box;
      display: block;
      overflow: hidden;
      position: relative;
      width: 100%;
      margin: auto; }
    .wrapper-trustbrands .trusted-brands__list .brand-item--logo .logo--insert {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 60%; }
    .wrapper-trustbrands .trusted-brands__list .brand-item--logo .logo--insert img,
    .wrapper-trustbrands .trusted-brands__list .brand-item--logo .logo--insert svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      max-height: 90%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      font-family: "blur-up: auto", "object-fit: cover";
      object-fit: contain; }
    .wrapper-trustbrands .trusted-brands__list .brand-item--logo .logo--insert svg {
      width: 100%;
      height: 100%; }
    .wrapper-trustbrands .trusted-brands__list .brand-item--logo .lazyload {
      opacity: 0;
      -webkit-filter: blur(5px);
      filter: blur(5px);
      transition: opacity 500ms, filter 700ms;
      -webkit-transition: opacity 500ms, filter 700ms; }
    .wrapper-trustbrands .trusted-brands__list .brand-item--logo .lazyloading {
      opacity: 0.3;
      -webkit-filter: blur(8px);
      filter: blur(8px);
      transition: opacity 500ms, filter 700ms;
      -webkit-transition: opacity 500ms, filter 700ms; }
    .wrapper-trustbrands .trusted-brands__list .brand-item--logo .lazyloaded {
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0);
      transition: opacity 500ms, filter 700ms;
      -webkit-transition: opacity 500ms, filter 700ms; }
  .wrapper-trustbrands .trusted-brands__list .brand-item.brand-bitis .brand-item--logo img,
  .wrapper-trustbrands .trusted-brands__list .brand-item.brand-vietjet .brand-item--logo img {
    max-width: 84%; }
  .wrapper-trustbrands .trusted-brands__list .brand-item.brand-aeon .brand-item--logo svg,
  .wrapper-trustbrands .trusted-brands__list .brand-item.brand-vinamilk .brand-item--logo img {
    max-width: 80%; }
  .wrapper-trustbrands .trusted-brands__list .brand-item.brand-tchouse .brand-item--logo svg {
    max-width: 52%; }
  .wrapper-trustbrands .trusted-brands__list:not(.owl-loaded) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden; }
  .wrapper-trustbrands .trusted-brands__list:not(.owl-loaded) .brand-item {
    -ms-flex: 0 0 calc(100%/9);
    flex: 0 0 calc(100%/9);
    max-width: calc(100%/9); }

@media (max-width: 1199px) and (min-width: 992px) {
  .wrapper-trustbrands .trusted-brands__list:before, .wrapper-trustbrands .trusted-brands__list:after {
    max-width: 960px; }
  .wrapper-trustbrands .trusted-brands__list:not(.owl-loaded) .brand-item {
    -ms-flex: 0 0 calc(100%/8);
    flex: 0 0 calc(100%/8);
    max-width: calc(100%/8); } }

@media (max-width: 991px) and (min-width: 768px) {
  .wrapper-trustbrands .trusted-brands__list:before, .wrapper-trustbrands .trusted-brands__list:after {
    max-width: 700px; }
  .wrapper-trustbrands .trusted-brands__list:not(.owl-loaded) .brand-item {
    -ms-flex: 0 0 calc(100%/6);
    flex: 0 0 calc(100%/6);
    max-width: calc(100%/6); } }

@media (max-width: 767px) {
  .wrapper-trustbrands .trusted-brands__title {
    padding: 5px 0 8px; }
    .wrapper-trustbrands .trusted-brands__title h3 {
      font-size: 16px; }
    .wrapper-trustbrands .trusted-brands__title:before {
      max-width: 150px; }
  .wrapper-trustbrands .trusted-brands__list:before, .wrapper-trustbrands .trusted-brands__list:after {
    left: 15px;
    right: 15px;
    max-width: 540px; }
  .wrapper-trustbrands .trusted-brands__list .brand-item {
    padding: 12px 10px; }
  .wrapper-trustbrands .trusted-brands__list:not(.owl-loaded) .brand-item {
    -ms-flex: 0 0 calc(100%/4);
    flex: 0 0 calc(100%/4);
    max-width: calc(100%/4); } }

.section-themes-testimonials {
  padding: 75px 0 0; }
  .section-themes-testimonials .testimonial-item__inner {
    padding: 16px 12px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 15px; }
  .section-themes-testimonials .testimonial-item__quote blockquote {
    margin: 0 0; }
  .section-themes-testimonials .testimonial-item__quote .quote__stars {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .section-themes-testimonials .testimonial-item__quote .quote__stars svg {
      width: 20px; }
  .section-themes-testimonials .testimonial-item__quote .quote__text {
    color: #2c2c2c;
    margin: 12px 0 25px;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'sfuiText_regular', sans-serif; }
  .section-themes-testimonials .testimonial-item__quote .quote__name {
    display: block;
    color: #2c2c2c;
    font-style: normal;
    font-size: 16px;
    font-family: 'sfuiText_semibold', sans-serif; }
  .section-themes-testimonials .testimonial-item__quote .quote__cite {
    font-style: normal;
    font-size: 12px;
    color: #A7A7A7; }
  .section-themes-testimonials .testimonial-item__quote .quote__video {
    position: relative;
    margin-top: 8px; }
    .section-themes-testimonials .testimonial-item__quote .quote__video .ico-play {
      box-shadow: 7px 6px 13.16px 0.84px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: calc(50% - 20px);
      left: calc(50% - 20px);
      z-index: 2; }
      .section-themes-testimonials .testimonial-item__quote .quote__video .ico-play:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 0px;
        height: 0px;
        border-radius: 2px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 12px solid #ffffff; }
      .section-themes-testimonials .testimonial-item__quote .quote__video .ico-play, .section-themes-testimonials .testimonial-item__quote .quote__video .ico-play span {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        background: #FF0000;
        text-align: center; }
      .section-themes-testimonials .testimonial-item__quote .quote__video .ico-play .bubble-ripple, .section-themes-testimonials .testimonial-item__quote .quote__video .ico-play .bubble-ripple-inner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
        -webkit-animation: bubble-ripple 1.8s linear infinite;
        -moz-animation: bubble-ripple 1.8s linear infinite;
        -o-animation: bubble-ripple 1.8s linear infinite;
        animation: bubble-ripple 1.8s linear infinite; }
  .section-themes-testimonials .testimonial-item__avtar {
    border-top: 1px solid #E5E5E5;
    margin-top: 15px;
    padding-top: 15px; }
    .section-themes-testimonials .testimonial-item__avtar .quote__brand {
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .section-themes-testimonials .testimonial-item__avtar .quote__brand--logo {
        -ms-flex: 0 0 calc(100% - 50px);
        flex: 0 0 calc(100% - 50px);
        max-width: calc(100% - 50px);
        padding-right: 15px; }
        .section-themes-testimonials .testimonial-item__avtar .quote__brand--logo svg {
          height: 100%; }
        .section-themes-testimonials .testimonial-item__avtar .quote__brand--logo svg, .section-themes-testimonials .testimonial-item__avtar .quote__brand--logo img {
          max-height: 50px; }
        .section-themes-testimonials .testimonial-item__avtar .quote__brand--logo .logo-tch svg {
          height: 40px;
          width: 40px; }
        .section-themes-testimonials .testimonial-item__avtar .quote__brand--logo .logo-tch p {
          padding-left: 12px;
          margin: 0;
          font-size: 14px;
          font-family: 'sfuiText_semibold', sans-serif; }
        .section-themes-testimonials .testimonial-item__avtar .quote__brand--logo .logo-aothun svg {
          max-height: 30px; }
        .section-themes-testimonials .testimonial-item__avtar .quote__brand--logo .logo-ibasic img {
          max-height: 30px; }
        .section-themes-testimonials .testimonial-item__avtar .quote__brand--logo .logo-giaybom img {
          max-height: 38px; }
      .section-themes-testimonials .testimonial-item__avtar .quote__brand--avt {
        -ms-flex: 0 0 54px;
        flex: 0 0 54px;
        max-width: 54px; }
  @media (min-width: 992px) {
    .section-themes-testimonials .grid-listrow {
      --gap: 30px;
      --columns: 3;
      display: column;
      -moz-columns: var(--columns);
      columns: var(--columns);
      gap: var(--gap); }
      .section-themes-testimonials .grid-listrow .grid-item {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: var(--gap); } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-themes-testimonials .wrapper-testimonial {
      margin-left: -15px;
      margin-right: -15px; }
    .section-themes-testimonials .grid-listrow .grid-item {
      padding-left: 15px;
      padding-right: 15px;
      width: 320px; }
    .section-themes-testimonials .grid-listrow:not(.owl-loaded) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow: hidden; }
      .section-themes-testimonials .grid-listrow:not(.owl-loaded) .grid-item {
        -ms-flex: 0 320px;
        flex: 0 0 320px;
        max-width: 320px; }
    .section-themes-testimonials .testimonial-item__inner {
      min-height: 465px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-justify-content: space-between;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .section-themes-testimonials {
      padding: 50px 0 0; }
    .section-themes-testimonials .wrapper-testimonial {
      margin-left: -15px;
      margin-right: -15px; }
    .section-themes-testimonials .grid-listrow .grid-item {
      padding-left: 15px;
      padding-right: 5px;
      width: 290px; }
    .section-themes-testimonials .grid-listrow:not(.owl-loaded) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow: hidden; }
      .section-themes-testimonials .grid-listrow:not(.owl-loaded) .grid-item {
        -ms-flex: 0 290px;
        flex: 0 0 290px;
        max-width: 290px; }
    .section-themes-testimonials .testimonial-item__inner {
      min-height: 435px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-justify-content: space-between;
      justify-content: space-between; }
    .section-themes-testimonials .testimonial-item__quote .quote__video {
      margin-top: 30px; }
    .section-themes-testimonials .testimonial-item__quote .quote__text {
      font-size: 14px;
      min-height: 190px; }
    .section-themes-testimonials .testimonial-item__quote .quote__name {
      font-size: 13px; } }

.section-themes-freetrial {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  margin-bottom: 45px; }
  .section-themes-freetrial:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("https://file.hstatic.net/1000001117/file/hrvhome-bottom-bg_04f3790413d7461db4c4a0584660b8cb.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain; }
  .section-themes-freetrial .freetrial-inner {
    position: relative;
    z-index: 1;
    margin-top: 60px; }
    .section-themes-freetrial .freetrial-inner .block-heading {
      margin-bottom: 30px; }
      .section-themes-freetrial .freetrial-inner .block-heading h2 {
        font-size: 32px;
        line-height: 1.5;
        color: #080A33;
        margin: 0 0 5px;
        font-family: 'sfuiText_semibold'; }
      .section-themes-freetrial .freetrial-inner .block-heading h2 .cl-lowlight {
        color: #ff0000;
        text-transform: uppercase; }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-themes-freetrial .freetrial-inner .block-heading h2 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .section-themes-freetrial {
      margin-bottom: 15px;
      padding: 50px 0; }
    .section-themes-freetrial .freetrial-inner {
      margin-top: 40px; }
      .section-themes-freetrial .freetrial-inner .block-heading h2 {
        font-size: 22px; }
      .section-themes-freetrial .freetrial-inner .sitebox-actions .btn-getstart {
        width: 100%; } }

/*++++++++++++++++++ COLLECTION PAGE +++++++++++++++++++++++++++++++++++++++++++++*/
.section-collections-industry {
  padding: 70px 0px;
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #f9fafa;
  color: #555; }
  .section-collections-industry .list-collection {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .section-collections-industry .collection-item {
    position: relative;
    margin-bottom: 30px; }
  .section-collections-industry .collection-item .collection-block-links {
    display: block;
    position: relative;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
  .section-collections-industry .collection-item .collection-block-links img.collection-thumb {
    border-radius: 3px;
    max-width: 100%; }
  .section-collections-industry .collection-item .collection-overlay {
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .section-collections-industry .collection-item .collection-overlay .block-table-cell {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%; }
  .section-collections-industry .collection-item .collection-overlay .collection-title-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .section-collections-industry .collection-title-cell h3 {
    font-size: 24px;
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
    display: block;
    margin: 0; }
  .section-collections-industry .collection-item .collection-block-links:hover, .section-collections-industry .collection-item .collection-block-links:focus {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: translateY(-5px);
    -moz-transition: translateY(-5px);
    -o-transition: translateY(-5px);
    transform: translateY(-5px); }
  .section-collections-industry .web_examples {
    text-align: center;
    font-size: 16px;
    font-family: 'sfuiText_medium';
    margin: 10px 0 0; }
  @media screen and (min-width: 768px) {
    .section-collections-industry .collection-item:nth-child(3n+1) {
      clear: both; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-collections-industry .collection-title-cell h3 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .section-collections-industry {
      padding: 60px 0; }
    .section-collections-industry .collection-title-cell h3, .section-collections-industry .heading-collection-title p.note_title {
      font-size: 14px; }
    .section-collections-industry .collection-item {
      margin-bottom: 12px; }
    .section-collections-industry .collection-item:nth-child(2n+1) {
      clear: both; }
    .section-collections-industry .collection-item:nth-child(odd) {
      padding-right: 6px; }
    .section-collections-industry .collection-item:nth-child(even) {
      padding-left: 6px; } }

/*++++++++++++++++ ĐĂNG KÝ THEME dangky_themes ++++++++++++++++++++++++++++ */
.form-email-themes {
  padding: 70px 0px; }

.form-email-themes .sitebox-heading .subtitle-wrap {
  font-size: 16px;
  color: #666; }

.form-email-themes .form-contact {
  text-align: center; }

.form-email-themes .form-group {
  position: relative; }

.form-email-themes input, .form-email-themes textarea {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  min-height: 53px;
  border: 1px solid #dddee0;
  box-shadow: none;
  position: relative; }

.input-group--sae {
  overflow: hidden;
  width: 200px;
  font-size: 16px; }

.input-group--sae .input__field--sae {
  background: 0 0;
  width: 100%;
  padding: 15px 0 10px 15px;
  font-weight: 500; }

.input-group--sae .input__label--sae {
  text-align: left;
  color: #767676;
  font-weight: 400;
  padding: 0;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.input-group--sae .input__label--sae .input__label-content--sae {
  padding: 7px 20px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s; }

.input--filled.input-group--sae .input__label-content--sae,
.input__field--sae:focus + .input__label--sae .input__label-content--sae {
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
  transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1); }

.input--filled.input-group--sae .icon--sae,
.input__field--sae:focus + .input__label--sae .icon--sae {
  -webkit-transition-delay: 10ms;
  -moz-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -90deg);
  -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -90deg);
  -o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -90deg);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -90deg); }

.form-contact .reset_contact, .form-contact .send-contact {
  color: #fff;
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 500; }

.form-contact .send-contact {
  background: #fa8300;
  border-color: #fa8300;
  margin-right: 8px;
  min-width: 192px;
  letter-spacing: 1px; }

.form-contact .reset_contact {
  background: #C8C8C8;
  border-color: #C8C8C8;
  letter-spacing: 1px; }

.form-contact .reset_contact:hover, .form-contact .send-contact:hover {
  opacity: .8; }

@media (max-width: 767px) {
  .form-email-themes {
    padding: 50px 0; } }

/*********************************************** */
/*=========== CHI TIET SAN PHAM ==========================*/
.theme-detail--heading {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #a1a1a1; }
  .theme-detail--heading .theme--title {
    color: #000000;
    font-size: 34px;
    font-family: var(--hrv-font-family-bold);
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0; }
  .theme-detail--heading .theme--vendor {
    font-size: 12px;
    color: #2a363b;
    margin: 3px 0 0; }

.theme-detail--price {
  font-size: 22px;
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600; }
  .theme-detail--price .price--sale {
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
    background: red;
    color: #fff;
    margin: 0;
    letter-spacing: 0.2px; }
  .theme-detail--price .price--root {
    font-size: 15px;
    font-weight: 400;
    color: #6f717b;
    margin: 0 6px; }

.theme-detail--ctas {
  padding: 0; }
  .theme-detail--ctas .label-or {
    margin: 0px 0;
    font-size: 14px;
    text-align: center; }
  .theme-detail--ctas .btn-theme {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #007ae8;
    border: 0;
    margin: 15px 0;
    padding: 14px 10px;
    text-transform: uppercase; }
  .theme-detail--ctas .btn-theme + .btn-theme {
    margin-top: 10px; }
  .theme-detail--ctas .btn-theme.btn-desktop {
    display: block; }
  .theme-detail--ctas .btn-theme.btn-mobile {
    display: none; }
  .theme-detail--ctas .btn-theme.btn-gettheme {
    background: #ff5d00;
    text-transform: initial; }
  .theme-detail--ctas .btn-theme.btn-preorder {
    background: #ff0000; }
  .theme-detail--ctas .btn-theme.btn-preorder:before {
    background-color: #ea2e37; }
  .theme-detail--ctas .text-preorder {
    padding: 5px 10px;
    text-align: left;
    margin: 0;
    color: #2a2a2a;
    font-size: 16px;
    font-family: 'sfuiText_medium'; }
  .theme-detail--ctas .link-salepage {
    text-align: left;
    margin: 10px	0; }
    .theme-detail--ctas .link-salepage b {
      font-family: 'sfuiText_bold';
      font-weight: initial; }
    .theme-detail--ctas .link-salepage a {
      color: #1876d2;
      font-family: 'sfuiText_medium';
      font-size: 15px;
      letter-spacing: -0.51px;
      outline: none;
      cursor: pointer; }
    .theme-detail--ctas .link-salepage .link--arrow {
      overflow: hidden;
      height: 14px;
      margin-left: 0.5em;
      margin-bottom: -0.125em;
      stroke: currentColor;
      stroke-width: 2;
      fill: transparent; }
    .theme-detail--ctas .link-salepage .link--arrow-inner {
      transform: translateX(-32px);
      transition: transform 200ms cubic-bezier(0.4, 0.22, 0.28, 1); }
    .theme-detail--ctas .link-salepage a:hover .link--arrow-inner, .theme-detail--ctas .link-salepage a:focus .link--arrow-inner {
      transform: translateX(-15px);
      transition: transform 300ms cubic-bezier(0.4, 0.22, 0.28, 1); }
  .theme-detail--ctas.choose-theme {
    border: 0;
    padding: 0; }

.theme-detail--reference {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .theme-detail--reference select#ref_theme {
    width: 50%;
    padding: 8px 10px; }

.theme-detail--guide {
  margin: 0; }
  .theme-detail--guide .link-guide {
    display: block;
    background: transparent;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    /*color:#007ae8;*/
    color: #fff;
    border: 0;
    font-family: 'sfuiText_medium',sans-serif; }
  .theme-detail--guide .svg-icon-guide {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .theme-detail--guide .svg-icon-guide * {
    fill: currentColor; }

.theme-detail--support {
  text-align: center;
  padding: 15px 0px;
  margin-top: 20px;
  border-top: 1px dashed #a2a1a1; }
  .theme-detail--support p {
    margin: 0; }
  .theme-detail--support .num-phone {
    font-size: 18px;
    font-weight: 500;
    color: #ea2e37; }

.theme-detail--images.screenshot-tablet {
  display: none; }

.theme-detail--images.screenshot-desktop {
  display: block; }

.theme-detail--images .screen-block {
  position: relative; }
  .theme-detail--images .screen-block__desktop {
    position: relative;
    overflow: hidden;
    width: 80%;
    background: #ffffff;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2); }
    .theme-detail--images .screen-block__desktop .lazyload-image img {
      margin-left: auto;
      margin-right: auto; }
  .theme-detail--images .screen-block__mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 270px;
    max-width: 50%; }
    .theme-detail--images .screen-block__mobile .iphone-frame {
      width: 100%; }
      .theme-detail--images .screen-block__mobile .iphone-frame--device, .theme-detail--images .screen-block__mobile .iphone-frame--boximg {
        border-radius: 25px 25px 0 0; }
      .theme-detail--images .screen-block__mobile .iphone-frame--device {
        position: relative;
        margin: 0 auto;
        background: #3A4245;
        padding: 4px 4px 0;
        box-shadow: 0px 2px 4px rgba(0, 21, 64, 0.05), 0px 0px 2px rgba(0, 21, 64, 0.14); }
      .theme-detail--images .screen-block__mobile .iphone-frame--boximg {
        background: #121515;
        padding: 10px 8px 0px; }
        .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-notch {
          background: #131515;
          width: 46%;
          border-radius: 0 0 18px 18px;
          position: absolute;
          top: 5px;
          left: 0;
          right: 0;
          z-index: 1;
          margin: 0 auto;
          padding: 5px 0 6px;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-notch span {
            margin: 0 3px; }
          .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-notch span:nth-child(1) {
            display: block;
            width: 32px;
            height: 4px;
            border-radius: 12px;
            background: #262C2D; }
          .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-notch span:nth-child(2) {
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 2px solid #262C2D; }
          .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-notch span:nth-child(2):before {
            content: "";
            width: 1px;
            height: 1px;
            background: #636F73;
            opacity: 0.4;
            display: block;
            margin: 2px auto 0; }
        .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-volume span {
          position: absolute;
          width: 2px;
          background: #121515;
          border-radius: 2px; }
        .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-volume span:nth-child(1) {
          height: 22px;
          left: -2px;
          top: 15%; }
        .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-volume span:nth-child(2) {
          height: 40px;
          left: -2px;
          top: calc(15% + 22px + 15px); }
        .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-volume span:nth-child(3) {
          height: 40px;
          left: -2px;
          top: calc(15% + (37px + 40px) + 15px); }
        .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-volume span:nth-child(4) {
          height: 60px;
          right: -2px;
          top: calc(15% +  60px); }
        .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-lazy {
          border-radius: 18px 18px 0 0;
          overflow: hidden; }
        .theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-lazy img {
          margin: 0 auto; }
        .theme-detail--images .screen-block__mobile .iphone-frame--boximg .lazyload-image .lazyload-image__placeholder {
          background: #ffffff; }

.theme-detail--desc {
  font-size: 14px; }
  .theme-detail--desc .desc-detail * {
    max-width: 100% !important; }
  .theme-detail--desc .desc-detail img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 10px 0; }
  .theme-detail--desc .desc-detail h2, .theme-detail--desc .desc-detail h3 {
    font-size: 26px; }
  .theme-detail--desc .desc-detail h4, .theme-detail--desc .desc-detail h5, .theme-detail--desc .desc-detail h6 {
    font-size: 24px; }

.theme-detail .action-link-expert {
  padding: 15px 15px 0; }

.theme-detail .action-link-expert .link-setup {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline; }

@media (max-width: 991px) {
  .theme-detail--ctas .btn-theme.btn-desktop {
    display: none; }
  .theme-detail--ctas .btn-theme.btn-mobile {
    display: block; }
  .theme-detail--images {
    margin-bottom: 35px;
    padding-top: 10px; }
    .theme-detail--images.screenshot-tablet {
      display: block; }
    .theme-detail--images.screenshot-desktop {
      display: none; }
    .theme-detail--images .screen-block {
      max-width: 580px; } }

@media (max-width: 767px) {
  .theme-detail--heading .theme--title {
    font-size: 28px; }
  .theme-detail--price {
    font-size: 20px; }
  .theme-detail--ctas .btn-theme {
    font-size: 14px;
    margin: 10px 0; }
  .theme-detail--images .screen-block__desktop {
    width: 95%;
    max-width: 420px; }
  .theme-detail--images .screen-block__mobile {
    width: 50%;
    max-width: 200px; }
    .theme-detail--images .screen-block__mobile .iphone-frame {
      width: 100%; }
      .theme-detail--images .screen-block__mobile .iphone-frame--device, .theme-detail--images .screen-block__mobile .iphone-frame--boximg {
        border-radius: 18px 18px 0 0; }
      .theme-detail--images .screen-block__mobile .iphone-frame--boximg {
        padding: 8px 5px 0px; }
      .theme-detail--images .screen-block__mobile .iphone-frame .boximg-notch {
        padding: 3px 0 5px;
        border-radius: 0 0 10px 10px; }
        .theme-detail--images .screen-block__mobile .iphone-frame .boximg-notch span {
          margin: 0 2px; }
        .theme-detail--images .screen-block__mobile .iphone-frame .boximg-notch span:nth-child(1) {
          width: 26px;
          height: 3px; }
        .theme-detail--images .screen-block__mobile .iphone-frame .boximg-notch span:nth-child(2) {
          width: 6px;
          height: 6px; }
      .theme-detail--images .screen-block__mobile .iphone-frame .boximg-volume span:nth-child(1) {
        top: 12%; }
      .theme-detail--images .screen-block__mobile .iphone-frame .boximg-volume span:nth-child(2) {
        top: calc(12% + 18px + 10px); }
      .theme-detail--images .screen-block__mobile .iphone-frame .boximg-volume span:nth-child(3) {
        top: calc(12% + (28px + 40px) + 10px); }
      .theme-detail--images .screen-block__mobile .iphone-frame .boximg-volume span:nth-child(4) {
        top: calc(12% +  40px); }
      .theme-detail--images .screen-block__mobile .iphone-frame .boximg-lazy {
        border-radius: 12px 12px 0 0; } }

.section-themes-details {
  padding: 15px 0;
  background: #ffffff; }
  .section-themes-details .product-details {
    overflow: hidden;
    padding: 20px 40px 0; }
  .section-themes-details .breadcrumb-themes {
    margin-bottom: 45px; }
    .section-themes-details .breadcrumb-themes .breadcrumb .active {
      display: none; }
  @media (min-width: 992px) {
    .section-themes-details .product-details {
      background: #f0f9ff;
      box-shadow: 0 0 30px #f0f1f2;
      border-radius: 12px 12px 4px 4px; }
      .section-themes-details .product-details--sidebar {
        padding-right: 50px;
        padding-bottom: 30px;
        padding-top: 30px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-themes-details .product-details {
      padding: 20px 20px 0; }
      .section-themes-details .product-details--sidebar {
        padding-right: 30px;
        padding-bottom: 40px; }
      .section-themes-details .product-details--screenshot {
        padding-left: 5px; } }
  @media (max-width: 991px) {
    .section-themes-details {
      padding: 0 0 20px;
      box-shadow: 0 10px 10px 0 #f0f1f2; }
    .section-themes-details .product-details {
      padding: 15px 0px 0; }
      .section-themes-details .product-details--screenshot {
        display: none; } }

.section-themes-description {
  padding: 20px 0 0; }
  @media (max-width: 991px) {
    .section-themes-description {
      padding-top: 10px; }
    .section-themes-description + .section-themes-recommend {
      margin-top: 40px; } }

.section-themes-recommend {
  padding: 50px 0 40px; }
  @media (max-width: 991px) {
    .section-themes-recommend {
      border-top: 1px solid #eaeaea;
      padding-top: 40px; } }

.layoutProduct_detail_new .section-themes-details {
  transition: all 0.3s;
  padding-bottom: 0; }
  .layoutProduct_detail_new .section-themes-details .breadcrumb-themes .breadcrumb li a {
    color: #fff; }
  .layoutProduct_detail_new .section-themes-details .breadcrumb-themes .breadcrumb li + li:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23ffffff' 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"); }
  .layoutProduct_detail_new .section-themes-details .product-details {
    box-shadow: none;
    background: transparent; }
  .layoutProduct_detail_new .section-themes-details .theme-detail--heading {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }
    .layoutProduct_detail_new .section-themes-details .theme-detail--heading .theme--title, .layoutProduct_detail_new .section-themes-details .theme-detail--heading .theme--vendor {
      color: #fff; }
  .layoutProduct_detail_new .section-themes-details .theme-detail--ctas .label-or {
    color: #fff; }
  .layoutProduct_detail_new .section-themes-details .theme-detail--ctas .btn-theme--white {
    color: #000;
    background: #fff;
    border-radius: 50px; }
    .layoutProduct_detail_new .section-themes-details .theme-detail--ctas .btn-theme--white:before {
      background-color: #f0f6fb; }
  .layoutProduct_detail_new .section-themes-details .theme-detail--support {
    border-top: 1px dashed rgba(255, 255, 255, 0.5); }
    .layoutProduct_detail_new .section-themes-details .theme-detail--support p, .layoutProduct_detail_new .section-themes-details .theme-detail--support .num-phone {
      color: #fff; }
  @media (min-width: 992px) {
    .layoutProduct_detail_new .section-themes-details .product-details {
      /*background: #fff;*/ } }

/*+++++++++++++++++++++ CART  ++++++++++++++++++++++*/
.layoutPage-cart .theme-confirm {
  padding: 40px 0 60px; }

.panel-checkout {
  margin-bottom: 25px; }
  .panel-checkout .card-title {
    margin: 0;
    font-size: 18px;
    font-family: 'sfuiText_bold';
    line-height: 1.3; }
  .panel-checkout .card-header {
    padding: 18px 20px; }
  .panel-checkout .card-body {
    padding: 30px 20px; }
    .panel-checkout .card-body .input-group-text {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: 0; }
    .panel-checkout .card-body .btn-checkout, .panel-checkout .card-body .update-cart {
      margin-top: 15px;
      outline: none;
      text-transform: uppercase;
      font-size: 16px;
      padding: 10px 30px;
      font-family: 'sfuiText_bold';
      background-color: #1565c0;
      border: 1px solid #1565c0;
      transition: all 0.5s; }
      .panel-checkout .card-body .btn-checkout:hover, .panel-checkout .card-body .btn-checkout:focus, .panel-checkout .card-body .update-cart:hover, .panel-checkout .card-body .update-cart:focus {
        background-color: #0070d2;
        border-color: #0070d2; }
  .panel-checkout .card-footer .order-invoice-block {
    position: relative; }
    .panel-checkout .card-footer .order-invoice-block .checkbox {
      margin: 2px 0; }
    .panel-checkout .card-footer .order-invoice-block .checkbox > .title {
      font-size: 14px;
      padding-left: 40px;
      vertical-align: text-top;
      margin-bottom: 0;
      cursor: pointer;
      font-weight: bold; }
    .panel-checkout .card-footer .order-invoice-block .checkbox .regular-checkbox {
      display: none; }
    .panel-checkout .card-footer .order-invoice-block .checkbox .regular-checkbox + .box {
      border: 2px solid #2979ff;
      padding: 9px;
      border-radius: 50%;
      opacity: 0.25;
      display: inline-block;
      background: transparent;
      margin-bottom: 0;
      position: absolute;
      left: 5px;
      top: 2px; }
    .panel-checkout .card-footer .order-invoice-block .checkbox .regular-checkbox + .box:after {
      content: '\2714\fe0e';
      font-size: 13px;
      position: absolute;
      top: 0px;
      left: 4px;
      color: #2979ff; }
    .panel-checkout .card-footer .order-invoice-block .checkbox .regular-checkbox:checked + .box {
      background: #2979ff;
      opacity: 1; }
    .panel-checkout .card-footer .order-invoice-block .checkbox .regular-checkbox:checked + .box:after {
      color: #ffffff; }
    .panel-checkout .card-footer .order-invoice-block .bill-field {
      display: none; }
    .panel-checkout .card-footer .order-invoice-block .bill-field--forms {
      padding-top: 20px; }
    .panel-checkout .card-footer .order-invoice-block .bill-field .form-row {
      margin-right: -7px;
      margin-left: -7px; }
    .panel-checkout .card-footer .order-invoice-block .bill-field .form-row > .col, .panel-checkout .card-footer .order-invoice-block .bill-field .form-row > [class*=col-] {
      padding-right: 7px;
      padding-left: 7px; }
    .panel-checkout .card-footer .order-invoice-block .bill-field .form-group {
      margin-bottom: 16px; }
    .panel-checkout .card-footer .order-invoice-block .bill-field .form-group input {
      font-size: 12px;
      height: 40px;
      color: #000000;
      box-shadow: none;
      background-clip: padding-box;
      border-radius: 2px;
      border: 1px solid #dddddd;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none; }
    .panel-checkout .card-footer .order-invoice-block .bill-field .form-group input[type=number]::-webkit-outer-spin-button,
    .panel-checkout .card-footer .order-invoice-block .bill-field .form-group input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .panel-checkout .card-footer .order-invoice-block .bill-field .form-group input[type=number] {
      -moz-appearance: textfield; }
    .panel-checkout .card-footer .order-invoice-block .bill-field .form-group .text-danger {
      margin-top: 5px;
      display: block;
      font-size: 11px;
      color: #ff0000; }
    .panel-checkout .card-footer .order-invoice-block .bill-field .form-btn .button {
      height: 40px;
      line-height: 40px;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 15px;
      color: #2979ff;
      font-family: 'sfuiText_bold';
      background: #ffffff;
      border: 1px solid #2979ff; }
  @media (max-width: 767px) {
    .panel-checkout .card-title {
      font-size: 16px; }
    .panel-checkout .card-header, .panel-checkout .card-footer {
      padding: 12px 15px; }
    .panel-checkout .card-body {
      padding: 30px 15px; }
      .panel-checkout .card-body .input-group-text {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px; } }

.swal-modal {
  line-height: 1.3;
  padding: 20px 15px 15px;
  color: #2a363b;
  margin-bottom: 50px; }
  .swal-modal .swal-icon {
    margin: 0 auto 20px; }
  .swal-modal .swal-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: #2a363b;
    padding: 10px 0;
    font-weight: initial;
    font-family: var(--hrv-font-family-bold); }
  .swal-modal .swal-text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #2a363b;
    font-weight: 400;
    padding: 0;
    margin: 0;
    max-width: 100%; }
  .swal-modal .swal-footer {
    text-align: center;
    padding: 8px 0px; }
    .swal-modal .swal-footer .swal-button {
      position: relative;
      display: inline-block;
      min-width: 110px;
      padding: 10px 25px;
      line-height: normal;
      color: #000;
      border: 1px solid #000;
      border-radius: 2px;
      text-transform: uppercase;
      font-size: 12px;
      text-align: center;
      letter-spacing: 1px;
      background-color: transparent;
      -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      z-index: 1;
      overflow: hidden;
      box-shadow: none; }
      .swal-modal .swal-footer .swal-button.swal-button--cancel {
        border: 1px solid #000;
        background-color: #000;
        color: #fff; }
      .swal-modal .swal-footer .swal-button.swal-button--confirm {
        border: 1px solid #ec0b0b;
        background-color: #ec0b0b;
        color: #fff; }
  .swal-modal .swal-icon-md {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
    border-color: red;
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s; }
  .swal-modal .swal-icon--error__x-mark-md {
    position: relative;
    display: block;
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s; }
  .swal-modal .swal-icon--error__line-md {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: red;
    display: block;
    top: 37px;
    border-radius: 2px; }
  .swal-modal .swal-icon--error__line--left-md {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px; }
  .swal-modal .swal-icon--error__line--right-md {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px; }
  .swal-modal.swal-cart-invoice {
    max-width: 440px; }
    .swal-modal.swal-cart-invoice .swal-footer {
      text-align: center;
      padding: 8px 0px; }
      .swal-modal.swal-cart-invoice .swal-footer .swal-button.swal-button--cancel {
        border: 1px solid #dfdfdf;
        background-color: #dfdfdf;
        color: #000000; }
      .swal-modal.swal-cart-invoice .swal-footer .swal-button.swal-button--confirm {
        border: 1px solid #ff0100;
        background-color: #ff0100;
        color: #fff; }
  @media (max-width: 500px) {
    .swal-modal.swal-product-plus {
      padding-left: 14px;
      padding-right: 14px; } }

/*---------------------------- -------------------------------------*/
.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 0;
  outline: none;
  border-radius: 100%;
  bottom: 105px;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  right: -30px;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  .scrollToTop.show {
    right: 25px;
    opacity: 1;
    visibility: visible;
    background: #2d75ab; }
  .scrollToTop:hover {
    background: #0073ea;
    color: #fff; }
  .scrollToTop svg {
    fill: #ffffff;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    width: 22px;
    height: 45px;
    margin-top: -2px; }
  @media (max-width: 767px) {
    .scrollToTop {
      width: 42px;
      height: 42px;
      line-height: 40px;
      bottom: 125px; }
    .scrollToTop.show {
      right: 14px; } }

/*++++++++++++++++++++++SEARCH PAGE +++  PAGE 404 ++++++++++++++++++++++++*/
.section-search-results {
  padding-bottom: 50px; }
  .section-search-results .text-not-found {
    font-size: 24px;
    font-family: 'sfuiText_semibold';
    margin: 0 0 5px; }
  .section-search-results .expanded-message {
    margin-bottom: 35px; }

.page-404-content {
  padding-top: 0px;
  padding-bottom: 40px; }

.img-404 {
  padding: 80px 0 20px;
  text-align: center; }

.img-404 p, .img-404 p span {
  font-size: 20px;
  font-family: var(--hrv-font-family-regular); }

.detail-404 {
  margin-bottom: 20px; }

.btn-404 .btn {
  border: 1px solid #01579b;
  font-size: 14px;
  font-family: var(--hrv-font-family-bold);
  padding: 8px 30px; }

.btn-404.l .btn {
  float: right;
  background-color: #01579b;
  color: #fff; }

.btn-404.l:hover .btn {
  background-color: #00447a; }

.btn-404.r .btn {
  float: left; }

.btn-404.r:hover .btn {
  border-color: #023966;
  color: #023966; }

@media (min-width: 1200px) {
  .img-404 img {
    max-width: 500px; } }

@media (max-width: 767px) {
  .page-404-content {
    padding-top: 15px; }
  .detail-404 {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .img-404 img {
    max-width: 400px; } }

@media (min-width: 768px) {
  .img-404 img {
    max-width: 400px; }
  .img-404 span {
    display: block; } }

@media (max-width: 768px) {
  .img-404 {
    padding-top: 20px; }
  .btn-404.r .btn, .btn-404.l .btn {
    float: none;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .btn-404 {
    margin-bottom: 15px; } }

/*++++++++++++ page.check-theme  ++++++++++++++++++++++++*/
.layoutPage-orders {
  padding: 45px 0 60px; }
  .layoutPage-orders .orders-checkphone {
    background: #f5f5f5;
    padding: 30px;
    box-shadow: 0 0 6px 1px #c4cdd5;
    border-radius: 6px; }
  @media (max-width: 767px) {
    .layoutPage-orders .orders-checkphone {
      padding: 30px 0 0; }
      .layoutPage-orders .orders-checkphone__title {
        padding-left: 15px;
        padding-right: 15px; } }

/*======= modal search mobile===================================================*/
.themes-sitebox-search {
  position: fixed;
  z-index: 100151;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  background-color: #ffffff; }
  .themes-sitebox-search .sitebox-search {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .themes-sitebox-search .sitebox-search__forms {
      padding: 6px 15px;
      text-align: right; }
      .themes-sitebox-search .sitebox-search__forms .searchbox-form {
        padding-right: 40px;
        position: relative; }
        .themes-sitebox-search .sitebox-search__forms .searchbox-form .input-search {
          visibility: hidden;
          width: 0;
          padding: 8px 10px 8px 30px;
          font-size: 14px;
          color: #333333;
          border: 0;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238b8b8b' viewBox='0 0 20 20' role='img'%3E%3Cpath d='M2 8c0-3.309 2.691-6 6-6s6 2.691 6 6-2.691 6-6 6-6-2.691-6-6m17.707 10.293l-5.395-5.396A7.946 7.946 0 0 0 16 8c0-4.411-3.589-8-8-8S0 3.589 0 8s3.589 8 8 8a7.954 7.954 0 0 0 4.897-1.688l5.396 5.395a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414'%3E%3C/path%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: 2px 50%;
          background-size: 16px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: width 0.3s linear 0.1s;
          transition: width 0.3s linear 0.1s; }
        .themes-sitebox-search .sitebox-search__forms .searchbox-form .input-search:focus {
          outline: #3da5f5; }
        .themes-sitebox-search .sitebox-search__forms .searchbox-form .input-search:-webkit-input-placeholder {
          color: #bec3c8; }
        .themes-sitebox-search .sitebox-search__forms .searchbox-form .input-search:-moz-placeholder {
          color: #bec3c8; }
        .themes-sitebox-search .sitebox-search__forms .searchbox-form .input-search:-ms-input-placeholder {
          color: #bec3c8; }
        .themes-sitebox-search .sitebox-search__forms .searchbox-form .input-search:-moz-placeholder {
          color: #bec3c8; }
        .themes-sitebox-search .sitebox-search__forms .searchbox-form .button-search--close {
          width: 35px;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          border: 0;
          background: transparent;
          box-shadow: none;
          outline: none; }
          .themes-sitebox-search .sitebox-search__forms .searchbox-form .button-search--close svg {
            width: 20px;
            height: 100%;
            fill: #828a91; }
    .themes-sitebox-search .sitebox-search__results {
      font-size: 15px;
      position: relative;
      width: 100%;
      padding: 20px 15px;
      background-color: #ffffff;
      border-top: 1px solid #b6babf;
      overflow-y: auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .themes-sitebox-search .sitebox-search__results .search-suggest {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px); }
        .themes-sitebox-search .sitebox-search__results .search-suggest--label {
          margin: 0;
          font-size: 13px;
          color: #757575; }
        .themes-sitebox-search .sitebox-search__results .search-suggest--list {
          margin: 10px 0 0;
          font-size: 15px; }
          .themes-sitebox-search .sitebox-search__results .search-suggest--list li a {
            display: inline-block;
            padding: 6px 0;
            color: #212121;
            font-family: 'sfuiText_medium',sans-serif; }
      .themes-sitebox-search .sitebox-search__results .search-results .item-ult {
        margin: 0; }
      .themes-sitebox-search .sitebox-search__results .search-results .item-ult a {
        display: inline-block;
        padding: 6px 0;
        color: #212121;
        font-family: 'sfuiText_medium',sans-serif; }
      .themes-sitebox-search .sitebox-search__results .search-results--list {
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 15px;
        padding-bottom: 15px; }
      .themes-sitebox-search .sitebox-search__results .search-results .results-more {
        margin-top: 6px; }
      .themes-sitebox-search .sitebox-search__results .search-results .results-more a {
        color: #343a40;
        font-family: 'sfuiText_medium',sans-serif; }
      .themes-sitebox-search .sitebox-search__results .search-results .results-more svg {
        height: 12px;
        margin-left: 6px;
        fill: currentColor; }
  .themes-sitebox-search.show-search .sitebox-search__forms .searchbox-form .input-search {
    width: 100%;
    visibility: visible; }
  .themes-sitebox-search.show-search .sitebox-search__results .search-suggest {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .45s .5s,visibility .45s .5s,transform .45s ease .3s; }
  @media (max-width: 991px) and (min-width: 768px) {
    .themes-sitebox-search .sitebox-search__forms .searchbox-form, .themes-sitebox-search .sitebox-search__forms .search-results, .themes-sitebox-search .sitebox-search__forms .search-suggest, .themes-sitebox-search .sitebox-search__results .searchbox-form, .themes-sitebox-search .sitebox-search__results .search-results, .themes-sitebox-search .sitebox-search__results .search-suggest {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }

.themes-sitebox-search.is-open {
  display: block; }

body.body--search-open {
  overflow: hidden; }

/*Zone 1 haravan.com*/
.overview-main-promotion {
  padding: 20px 0 0;
  background-color: #0122fe;
  overflow: hidden;
  background-image: url("https://file.hstatic.net/1000001117/file/bg-index_f488fb469d9a464e8e276abc268ea1ec.png");
  background-repeat: no-repeat;
  background-position: 10% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .overview-main-promotion .homepage-actions .btn-trial {
    /*min-width:340px;*/
    min-width: 0;
    background: #FF9900;
    border: 0;
    /*padding-top:15px;padding-bottom:10px;*/
    padding: 15px 24px 10px;
    font-family: var(--hrv-font-family-bold);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2); }
  .overview-main-promotion .homepage-actions-mb {
    display: none; }
  .overview-main-promotion .hrvprmt-detail__inner {
    padding-top: 50px;
    padding-bottom: 55px;
    position: relative;
    z-index: 2; }
  .overview-main-promotion .hrvprmt-detail h1 {
    margin: 0 0;
    line-height: 1.3;
    letter-spacing: -0.6px;
    font-size: 42px;
    color: #ffffff;
    font-family: var(--hrv-font-family-bold); }
  .overview-main-promotion .hrvprmt-detail .subhead {
    line-height: 1.3;
    max-width: 85%;
    margin: 10px 0 25px;
    color: #fafafa;
    font-size: 28px;
    font-family: var(--hrv-font-family-medium); }
  .overview-main-promotion .hrvprmt-detail .subhead .label-sale {
    color: #ffffff;
    font-size: 130%; }
  .overview-main-promotion .hrvprmt-detail .block-lbsale {
    margin: 15px 0 30px;
    padding: 0 10px; }
    .overview-main-promotion .hrvprmt-detail .block-lbsale--box {
      position: relative;
      z-index: 1;
      margin: 0;
      padding: 11px 20px 12px 74px;
      background: transparent;
      display: inline-block;
      font-size: 22px;
      font-family: var(--hrv-font-family-barlow);
      font-weight: 600;
      line-height: 1.25;
      color: #AA2727;
      letter-spacing: -0.9px;
      text-shadow: 0px 0px 1.65px rgba(255, 250, 245, 0.67), 0.825px 0.825px 2.475px #FFFFFF; }
      .overview-main-promotion .hrvprmt-detail .block-lbsale--box .label-icon {
        position: absolute;
        width: 50px;
        left: 14px;
        top: -6px; }
      .overview-main-promotion .hrvprmt-detail .block-lbsale--box:before, .overview-main-promotion .hrvprmt-detail .block-lbsale--box:after {
        content: "";
        z-index: -1;
        position: absolute;
        height: 50%;
        left: 0;
        right: 0;
        background: #ffe103; }
      .overview-main-promotion .hrvprmt-detail .block-lbsale--box:before {
        transform: skew(40deg);
        top: 1px; }
      .overview-main-promotion .hrvprmt-detail .block-lbsale--box:after {
        transform: skew(-40deg);
        bottom: 0; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .overview-main-promotion .hrvprmt-detail .block-lbsale {
        padding-right: 0;
        margin-right: -10px; }
      .overview-main-promotion .hrvprmt-detail .block-lbsale--box {
        font-size: 20px;
        padding: 16px 15px 12px 66px; }
        .overview-main-promotion .hrvprmt-detail .block-lbsale--box .label-icon {
          width: 46px;
          left: 12px;
          top: -4px; } }
    @media (max-width: 767px) {
      .overview-main-promotion .hrvprmt-detail .block-lbsale {
        padding: 0 0 0 2px;
        margin-bottom: 20px;
        margin-left: 0px; }
      .overview-main-promotion .hrvprmt-detail .block-lbsale--box {
        font-size: 16px;
        padding: 12px 10px 12px 45px; }
        .overview-main-promotion .hrvprmt-detail .block-lbsale--box .label-icon {
          width: 35px;
          left: 5px;
          top: -5px; }
        .overview-main-promotion .hrvprmt-detail .block-lbsale--box:before {
          transform: skew(35deg); }
        .overview-main-promotion .hrvprmt-detail .block-lbsale--box:after {
          transform: skew(-35deg); } }
  .overview-main-promotion .hrvprmt-detail .block-time {
    margin-bottom: 20px; }
    .overview-main-promotion .hrvprmt-detail .block-time--box {
      display: inline-block;
      border-radius: 8px;
      padding: 12px;
      background: linear-gradient(180deg, #1007AB 0%, rgba(16, 7, 171, 0) 100%);
      text-align: center; }
    .overview-main-promotion .hrvprmt-detail .block-time--text {
      line-height: 1.2;
      text-align: center;
      margin: 0 0 10px;
      font-size: 24px;
      color: #ffffff;
      font-family: var(--hrv-font-family-bold); }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] {
      padding: 0 0;
      text-align: center;
      font-size: initial; }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] .soon-group-inner {
      margin: 0px; }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] > .soon-group {
      border: 1px solid #001B3C;
      border-radius: 6px;
      background: linear-gradient(180deg, #00223E 0%, #012D51 56.5%, #000F1C 60.21%, #003159 100%); }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] > .soon-group .soon-group-sub + .soon-group-sub {
      border-left: 1px solid #001B3C; }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] > .soon-group .soon-group {
      text-align: center;
      padding: 5px 15px; }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] .soon-label {
      letter-spacing: -0.35px;
      margin: 0;
      text-transform: uppercase;
      color: #FFB300;
      font-size: 17px;
      font-family: var(--hrv-font-family-bold); }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] .soon-value {
      color: #FFE082;
      font-size: 37px;
      font-family: var(--hrv-font-family-bold); }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] .soon-separator {
      display: none;
      font-size: 20px;
      vertical-align: top;
      padding: 5px 6px;
      color: #ffffff; }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] .soon-separator,
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] .soon-slot-inner {
      text-shadow: none;
      min-width: 0.9em !important; }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon-countdown {
      opacity: 0;
      min-height: 95px;
      min-width: 325px; }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon-countdown[data-initialized="true"] {
      opacity: 1; }
  .overview-main-promotion .hrvprmt-detail .premier-partner {
    margin-top: 15px; }
    .overview-main-promotion .hrvprmt-detail .premier-partner__text p {
      font-size: 16px;
      margin: 0 0 10px;
      text-transform: uppercase;
      color: #ffffff;
      font-family: 'sfuiText_semibold',sans-serif; }
    .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--list {
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      align-items: center; }
    .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 21%;
      margin-right: 32px; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item__logo {
        box-sizing: content-box;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        margin: auto; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item__logo .logo--insert {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 50%; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item__logo .logo--insert img, .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item__logo .logo--insert svg {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        font-family: "blur-up: auto", "object-fit: cover";
        object-fit: contain; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item__logo .logo--insert svg {
        fill: #ffffff;
        opacity: 0.8;
        transition: opacity 200ms ease-in-out; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item__logo:hover svg {
        opacity: 1; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item__logo .logo--insert .lazyload {
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        transition: opacity 500ms, filter 700ms;
        -webkit-transition: opacity 500ms, filter 700ms; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item__logo .logo--insert .lazyloading {
        opacity: 0.3;
        -webkit-filter: blur(8px);
        filter: blur(8px);
        transition: opacity 500ms, filter 700ms;
        -webkit-transition: opacity 500ms, filter 700ms; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item__logo .logo--insert .lazyloaded {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        transition: opacity 500ms, filter 700ms;
        -webkit-transition: opacity 500ms, filter 700ms; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item:nth-child(3) .partner--item__logo .logo--insert svg {
        width: 75%; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item:last-child {
        margin-right: 0; }
  .overview-main-promotion .hrvprmt-image {
    /*.block-image{
		position: relative;	z-index: 1;margin-right:-15px;margin-left:-30px;
		&:before {
		content: "";
		position: absolute;	z-index: -1;
		height: 100%;left:-5%;	right:-5%;bottom:20%;
		background-image: url("data:image/svg+xml,%3Csvg width='704' height='621' viewBox='0 0 704 621' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_9140_36251)'%3E%3Cpath d='M429.071 159.568C464.894 167.97 467.438 131.856 496.15 126.901C598.147 109.301 607.822 354.893 502.874 391.919C403.583 426.948 301.317 225.542 301.317 225.542C301.317 225.542 281.554 172.182 301.317 150.601C319.153 131.124 342.412 132.067 367.916 138.911C388.065 144.318 408.76 154.804 429.071 159.568Z' fill='%2300FFB2'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_9140_36251)'%3E%3Cpath d='M262.993 257.754C298.817 266.156 301.361 230.042 330.072 225.087C432.069 207.486 441.745 453.079 336.796 490.104C237.505 525.134 135.24 323.728 135.24 323.728C135.24 323.728 115.477 270.368 135.24 248.786C153.075 229.31 176.334 230.253 201.838 237.097C221.988 242.504 242.682 252.99 262.993 257.754Z' fill='%2300FFB2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_9140_36251' x='166.564' y='0.0308075' width='536.643' height='521.949' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='62.9846' result='effect1_foregroundBlur_9140_36251'/%3E%3C/filter%3E%3Cfilter id='filter1_f_9140_36251' x='0.486862' y='98.2166' width='536.643' height='521.949' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='62.9846' result='effect1_foregroundBlur_9140_36251'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
		background-repeat: no-repeat;background-size: contain;background-position: top center; 
	}
	}*/ }
    .overview-main-promotion .hrvprmt-image__inner {
      padding-top: 20px;
      padding-bottom: 0; }
    .overview-main-promotion .hrvprmt-image .block-title-image {
      font-size: 30px;
      font-family: var(--hrv-font-family-bold);
      line-height: 1.2;
      letter-spacing: -0.35px;
      color: #ffffff;
      margin-left: 90px; }
      .overview-main-promotion .hrvprmt-image .block-title-image img {
        max-width: 54px; }
  .overview-main-promotion .overview-search {
    margin-bottom: 50px; }
    .overview-main-promotion .overview-search .search-fieldset {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: stretch;
      align-items: stretch;
      box-shadow: 1px 2px 4px 0px rgba(31, 32, 33, 0.33);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .overview-main-promotion .overview-search .search-input, .overview-main-promotion .overview-search .search-submit {
      padding: 12px 20px;
      background: #ffffff; }
    .overview-main-promotion .overview-search .search-input {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 1%;
      border-radius: 0;
      color: #1777f1;
      font-size: 15px;
      outline: none;
      border: 1px solid #dfdfdf;
      border-radius: 4px 0 0 4px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .overview-main-promotion .overview-search .search-submit {
      padding-left: 30px;
      padding-right: 30px;
      text-align: center;
      outline: none;
      background: #00B8F9;
      border: 1px solid #00B8F9;
      border-left: 0;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0; }
      .overview-main-promotion .overview-search .search-submit svg {
        width: 24px;
        height: 100%;
        fill: #ffffff; }
    .overview-main-promotion .overview-search .search-input:-webkit-input-placeholder {
      color: #bec3c8; }
    .overview-main-promotion .overview-search .search-input:-moz-placeholder {
      color: #bec3c8; }
    .overview-main-promotion .overview-search .search-input:-ms-input-placeholder {
      color: #bec3c8; }
    .overview-main-promotion .overview-search .search-input:-moz-placeholder {
      color: #bec3c8; }
  @media (min-width: 992px) {
    .overview-main-promotion .hrvprmt-detail {
      -ms-align-self: center;
      align-self: center; }
    .overview-main-promotion .hrvprmt-image {
      -webkit-align-self: center;
      align-self: center; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .overview-main-promotion .hrvprmt-detail h1 {
      font-size: 36px; }
    .overview-main-promotion .hrvprmt-detail .subhead {
      max-width: 90%;
      font-size: 26px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .overview-main-promotion {
      padding-top: 60px;
      text-align: center; }
    .overview-main-promotion .hrvprmt-detail__inner {
      padding-top: 0px;
      padding-bottom: 0px; }
    .overview-main-promotion .hrvprmt-detail .subhead {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
    .overview-main-promotion .hrvprmt-detail .block-time--text {
      font-size: 16px;
      text-align: center; }
    .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] {
      text-align: center; }
    .overview-main-promotion .hrvprmt-detail .block-logos {
      margin-bottom: 40px; }
    .overview-main-promotion .hrvprmt-detail .premier-partner__list {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--list {
        -ms-justify-content: center;
        justify-content: center; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item {
        margin-left: 15px;
        margin-right: 15px; }
    .overview-main-promotion .hrvprmt-detail .homepage-actions .btn-trial {
      min-width: 50%; }
    .overview-main-promotion .hrvprmt-image {
      padding: 0 50px; }
      .overview-main-promotion .hrvprmt-image .block-image {
        margin-right: 0;
        margin-left: 0; } }
  @media (max-width: 991px) {
    .overview-main-promotion .homepage-actions-pc {
      display: none; }
    .overview-main-promotion .homepage-actions-mb {
      display: block;
      margin-bottom: 20px;
      text-align: center; }
    .overview-main-promotion .hrvprmt-detail__inner {
      text-align: center; }
    .overview-main-promotion .hrvprmt-image__inner {
      padding-bottom: 10px; }
      .overview-main-promotion .hrvprmt-image__inner .block-title-image {
        margin-left: 0;
        text-align: center; } }
  @media (max-width: 767px) {
    .overview-main-promotion {
      padding: 45px 0 30px;
      background-position: 80% 100%; }
    .overview-main-promotion .homepage-actions-mb {
      margin-bottom: 0; }
      .overview-main-promotion .homepage-actions-mb .btn-trial {
        width: auto !important; }
    .overview-main-promotion .hrvprmt-detail__inner {
      padding-top: 0px;
      padding-bottom: 0px; }
    .overview-main-promotion .hrvprmt-detail h1 {
      font-size: 28px; }
    .overview-main-promotion .hrvprmt-detail .subhead {
      margin: 5px 0 15px;
      font-size: 20px;
      max-width: 100%; }
    .overview-main-promotion .hrvprmt-detail .block-time {
      margin-bottom: 10px; }
      .overview-main-promotion .hrvprmt-detail .block-time--text {
        font-size: 18px;
        text-align: center; }
      .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] .soon-label {
        font-size: 14px; }
      .overview-main-promotion .hrvprmt-detail .block-time--soon .soon[data-layout*=group] .soon-value {
        font-size: 28px; }
      .overview-main-promotion .hrvprmt-detail .block-time--soon .soon-countdown {
        min-height: 75px;
        min-width: 280px; }
    .overview-main-promotion .hrvprmt-detail .premier-partner__list {
      max-width: 300px;
      margin-left: 0;
      margin-right: auto; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--list {
        -ms-justify-content: start;
        justify-content: start; }
      .overview-main-promotion .hrvprmt-detail .premier-partner__list .partner--item {
        margin-left: 10px;
        margin-right: 20px;
        max-width: 25%; }
    .overview-main-promotion .hrvprmt-detail .homepage-actions .btn-trial {
      width: 100%;
      min-width: auto; }
    .overview-main-promotion .hrvprmt-image__inner {
      padding-top: 0;
      padding-bottom: 30px; }
    .overview-main-promotion .hrvprmt-image .block-image {
      margin-left: 0;
      padding: 0 15px; }
      .overview-main-promotion .hrvprmt-image .block-image:before {
        height: 100%;
        left: -5%;
        right: -5%;
        bottom: 28%; }
    .overview-main-promotion .overview-search {
      margin: 30px 0 10px; }
      .overview-main-promotion .overview-search .search-input, .overview-main-promotion .overview-search .search-submit {
        padding: 10px 15px; }
      .overview-main-promotion .overview-search .search-submit {
        padding-left: 20px;
        padding-right: 20px; }
        .overview-main-promotion .overview-search .search-submit svg {
          width: 20px; } }
  @media (max-width: 480px) {
    .overview-main-promotion .hrvprmt-image__inner {
      max-width: 80%;
      margin: 0 auto; }
      .overview-main-promotion .hrvprmt-image__inner .block-title-image {
        font-size: 24px; } }
  .overview-main-promotion img.lazyload:not([src]) {
    visibility: hidden; }
  .overview-main-promotion .lazyload-image {
    box-sizing: content-box;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto; }
  .overview-main-promotion .lazyload-image img {
    display: block; }
  .overview-main-promotion .lazyload-image .lazyload-image__placeholder {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
  .overview-main-promotion .lazyload-image .lazyload-image__placeholder.aspect-ratio {
    padding-bottom: calc((var(--height-img)/var(--width-img)) * 100%); }
  .overview-main-promotion .lazyload-image .lazyload-image__placeholder img {
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    left: 50%;
    top: 50%;
    border: none;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "blur-up: auto", "object-fit: contain";
    -o-object-fit: contain;
    object-fit: contain; }
  .overview-main-promotion .lazyload-image .lazyload-image__placeholder iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    border: none;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .overview-main-promotion .lazyload-image .lazyload-image__placeholder .lazyloading {
    opacity: 0.6;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    transition: opacity 100ms, filter 150ms;
    -webkit-transition: opacity 100ms, filter 150ms; }
  .overview-main-promotion .lazyload-image .lazyload-image__placeholder .lazyloaded {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); }

/*End Zone 1 haravan.com*/
/*Hpbd 2024*/
.section-prmts-banner {
  padding: 25px 0 35px 0;
  overflow: hidden;
  background-image: url("https://file.hstatic.net/1000001117/file/bg-banner-min_3e3bc167b90249bdafd10e4d794af1dc.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .section-prmts-banner .prmts-group {
    display: flex;
    align-items: center; }
    .section-prmts-banner .prmts-group .prmts-logo {
      flex: 0 0 20%;
      text-align: right; }
      .section-prmts-banner .prmts-group .prmts-logo img {
        max-width: 127px; }
    .section-prmts-banner .prmts-group .prmts-banner {
      flex: 0 0 45%;
      text-align: center; }
    .section-prmts-banner .prmts-group .prmts-detail {
      flex: 0 0 35%; }
      .section-prmts-banner .prmts-group .prmts-detail .detail-tag {
        width: 290px;
        height: 80px;
        position: relative;
        left: 30px;
        background-image: url("https://file.hstatic.net/1000001117/file/g-banner1_a89f731b1bd34f058908b6b4f8f0de0a.png");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: space-evenly; }
        .section-prmts-banner .prmts-group .prmts-detail .detail-tag .tag-icon {
          margin: 6px 0 0 2px; }
        .section-prmts-banner .prmts-group .prmts-detail .detail-tag .tag-text {
          font-size: 22px;
          font-weight: 600;
          font-family: var(--hrv-font-family-barlow);
          font-stretch: condensed;
          font-style: normal;
          line-height: 1.2;
          letter-spacing: -0.66px;
          text-align: left;
          color: #aa2727;
          margin: 6px 0 0 15px; }
      .section-prmts-banner .prmts-group .prmts-detail .detail-desc {
        font-family: var(--hrv-font-family-bold);
        font-size: 21px;
        line-height: 1.2;
        color: #fdf300;
        margin: 10px 0 0 35px; }
    .section-prmts-banner .prmts-group--2 .prmts-logo, .section-prmts-banner .prmts-group--3 .prmts-logo {
      font-size: 18px;
      font-family: var(--hrv-font-family-bold);
      line-height: 1.2;
      letter-spacing: -0.35px;
      text-align: left;
      color: #ffffff;
      text-align: center; }
      .section-prmts-banner .prmts-group--2 .prmts-logo img, .section-prmts-banner .prmts-group--3 .prmts-logo img {
        max-width: 31px; }
      .section-prmts-banner .prmts-group--2 .prmts-logo span, .section-prmts-banner .prmts-group--3 .prmts-logo span {
        white-space: nowrap; }
    .section-prmts-banner .prmts-group--2 .prmts-logo {
      margin-left: -30px; }
    .section-prmts-banner .prmts-group--2 .prmts-detail .detail-tag {
      background-image: url("https://file.hstatic.net/1000001117/file/g-banner2_cc2ec7e185f34a8fb0cdde8fcec5818b.png"); }
      .section-prmts-banner .prmts-group--2 .prmts-detail .detail-tag .tag-icon {
        margin: 8px 0 0 3px; }
      .section-prmts-banner .prmts-group--2 .prmts-detail .detail-tag .tag-text {
        font-size: 25px; }
    .section-prmts-banner .prmts-group--3 .prmts-detail .detail-tag {
      background-image: url("https://file.hstatic.net/1000001117/file/g-banner3_03d6d7ff5ca34f419a7738bb79d042f4.png"); }
      .section-prmts-banner .prmts-group--3 .prmts-detail .detail-tag .tag-icon {
        text-shadow: 0.8px 0.8px 1px rgba(242, 110, 35, 0.6), 0 0 1px rgba(195, 94, 0, 0.3);
        font-family: var(--hrv-font-family-barlow);
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -0.66px;
        color: #ffffff;
        text-transform: uppercase;
        margin: 6px 0 0 -32px; }
      .section-prmts-banner .prmts-group--3 .prmts-detail .detail-tag .tag-text {
        font-size: 30px; }
    .section-prmts-banner .prmts-group--3 .prmts-detail .detail-desc {
      width: 100%; }
  @media (min-width: 1770px) {
    .section-prmts-banner {
      padding: 35px 0 60px 0; } }
  @media (max-width: 991px) {
    .section-prmts-banner {
      background-position-x: 33%; }
      .section-prmts-banner .prmts-group {
        flex-flow: column; }
        .section-prmts-banner .prmts-group > div {
          margin-bottom: 20px; }
        .section-prmts-banner .prmts-group .prmts-detail .detail-tag {
          width: 260px;
          height: 72px;
          left: 0;
          margin: 0 auto; }
          .section-prmts-banner .prmts-group .prmts-detail .detail-tag .tag-text {
            font-size: 20px; }
        .section-prmts-banner .prmts-group .prmts-detail .detail-desc {
          text-align: center;
          margin-left: 0; }
        .section-prmts-banner .prmts-group--2 .prmts-detail .detail-tag .tag-icon {
          margin-left: -5px; }
        .section-prmts-banner .prmts-group--3 .prmts-detail .detail-tag .tag-icon {
          font-size: 22px;
          margin-left: -30px; }
        .section-prmts-banner .prmts-group--3 .prmts-detail .detail-tag .tag-text {
          font-size: 26px; } }
  @media (max-width: 767px) {
    .section-prmts-banner {
      background-position-x: 42%; } }
  @media (max-width: 480px) {
    .section-prmts-banner {
      background-position-x: 48%; }
      .section-prmts-banner .prmts-group .prmts-banner img {
        max-width: 250px; }
      .section-prmts-banner .prmts-group .prmts-detail .detail-tag {
        width: 240px;
        height: 67px; }
        .section-prmts-banner .prmts-group .prmts-detail .detail-tag .tag-icon {
          margin: 3px 0 0; }
        .section-prmts-banner .prmts-group .prmts-detail .detail-tag .tag-text {
          font-size: 18px; }
      .section-prmts-banner .prmts-group .prmts-detail .detail-desc {
        font-size: 15px; }
      .section-prmts-banner .prmts-group--2 .prmts-detail .detail-tag .tag-icon {
        margin: 6px 0 0 -10px; }
      .section-prmts-banner .prmts-group--3 .prmts-detail .detail-tag .tag-icon {
        margin: 6px 0 0 -30px; }
      .section-prmts-banner .prmts-group--3 .prmts-detail .detail-tag .tag-text {
        font-size: 22px;
        margin-top: 2px; } }
  @media (max-width: 390px) {
    .section-prmts-banner .prmts-detail .detail-desc {
      font-size: 14px; } }

/*End Hpbd 2024*/
.zalo-chat-widget {
  bottom: 35px !important;
  right: 18px !important; }

/*Edit Menu Primary*/
.mainHeader-themes ul.primary-menu.primary-menu-cus li.has-subnav .dropdown-subchild .submenu-primary {
  padding: 0 15px; }
  .mainHeader-themes ul.primary-menu.primary-menu-cus li.has-subnav .dropdown-subchild .submenu-primary > li {
    flex: 0 0 calc(50% - 15px); }
    .mainHeader-themes ul.primary-menu.primary-menu-cus li.has-subnav .dropdown-subchild .submenu-primary > li a {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 10px 0; }
      .mainHeader-themes ul.primary-menu.primary-menu-cus li.has-subnav .dropdown-subchild .submenu-primary > li a .icon-menu {
        flex: 0 0 25px; }

.mainHeader-themes ul.primary-menu.primary-menu-cus li.has-subnav .dropdown-subchild.subchild-col {
  min-width: 500px; }
  .mainHeader-themes ul.primary-menu.primary-menu-cus li.has-subnav .dropdown-subchild.subchild-col .submenu-primary {
    display: flex;
    flex-flow: wrap;
    gap: 0 30px; }
    .mainHeader-themes ul.primary-menu.primary-menu-cus li.has-subnav .dropdown-subchild.subchild-col .submenu-primary > li:nth-last-child(2) a, .mainHeader-themes ul.primary-menu.primary-menu-cus li.has-subnav .dropdown-subchild.subchild-col .submenu-primary > li:last-child a {
      border-bottom: none; }

@media (max-width: 991px) {
  .primary-mobile-menu.primary-menu-cus-mobile {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dfe3e8;
    border-bottom: none; }
    .primary-mobile-menu.primary-menu-cus-mobile .primary-menu li {
      font-family: 'sfuiText_bold'; }
    .primary-mobile-menu.primary-menu-cus-mobile .primary-menu .menu-link {
      padding: 13px 0;
      display: block; }
    .primary-mobile-menu.primary-menu-cus-mobile .primary-menu .submenu-primary-parent {
      border-left: 1px solid #3D7BF6; }
      .primary-mobile-menu.primary-menu-cus-mobile .primary-menu .submenu-primary-parent > li > a {
        font-family: 'sfuiText_bold';
        color: #2A363B; }
      .primary-mobile-menu.primary-menu-cus-mobile .primary-menu .submenu-primary-parent .submenu-primary-child li a {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #596a7d; }
        .primary-mobile-menu.primary-menu-cus-mobile .primary-menu .submenu-primary-parent .submenu-primary-child li a .icon-menu img {
          width: 20px; }
    .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile {
      padding: 15px 0;
      background: #fff;
      /*box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);*/
      border-radius: 5px; }
      .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile .search-fieldset {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
      .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile .search-input, .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile .search-submit {
        padding: 8px 10px;
        background: #ffffff; }
      .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile .search-input {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 200px;
        border-radius: 0;
        color: #1777f1;
        font-size: 15px;
        outline: none;
        border: 1px solid #dfdfdf;
        border-radius: 4px 0 0 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile .search-submit {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        outline: none;
        background: #007bf9;
        border: 1px solid #00B8F9;
        border-left: 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0; }
        .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile .search-submit svg {
          width: 24px;
          height: 100%;
          fill: #ffffff; }
      .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile .search-input:-webkit-input-placeholder {
        color: #bec3c8; }
      .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile .search-input:-moz-placeholder {
        color: #bec3c8; }
      .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile .search-input:-ms-input-placeholder {
        color: #bec3c8; }
      .primary-mobile-menu.primary-menu-cus-mobile .form-search-mobile .search-input:-moz-placeholder {
        color: #bec3c8; } }

/*END Edit Menu Primary*/
/*Index Zone 1*/
.hd-search-mobile {
  display: none; }

.hd-search, .hd-search-mobile {
  position: relative; }
  .hd-search .search-icon, .hd-search-mobile .search-icon {
    padding: 0 10px;
    margin-top: 2px;
    cursor: pointer; }
    .hd-search .search-icon svg, .hd-search-mobile .search-icon svg {
      width: 20px;
      height: 20px;
      fill: #3d5067; }
  .hd-search .form-search, .hd-search-mobile .form-search {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
    border-radius: 5px; }
    .hd-search .form-search .search-fieldset, .hd-search-mobile .form-search .search-fieldset {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .hd-search .form-search .search-input, .hd-search .form-search .search-submit, .hd-search-mobile .form-search .search-input, .hd-search-mobile .form-search .search-submit {
      padding: 8px 10px;
      background: #ffffff; }
    .hd-search .form-search .search-input, .hd-search-mobile .form-search .search-input {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 200px;
      border-radius: 0;
      color: #1777f1;
      font-size: 15px;
      outline: none;
      border: 1px solid #dfdfdf;
      border-radius: 4px 0 0 4px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .hd-search .form-search .search-submit, .hd-search-mobile .form-search .search-submit {
      padding-left: 30px;
      padding-right: 30px;
      text-align: center;
      outline: none;
      background: #007bf9;
      border: 1px solid #00B8F9;
      border-left: 0;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0; }
      .hd-search .form-search .search-submit svg, .hd-search-mobile .form-search .search-submit svg {
        width: 24px;
        height: 100%;
        fill: #ffffff; }
    .hd-search .form-search .search-input:-webkit-input-placeholder, .hd-search-mobile .form-search .search-input:-webkit-input-placeholder {
      color: #bec3c8; }
    .hd-search .form-search .search-input:-moz-placeholder, .hd-search-mobile .form-search .search-input:-moz-placeholder {
      color: #bec3c8; }
    .hd-search .form-search .search-input:-ms-input-placeholder, .hd-search-mobile .form-search .search-input:-ms-input-placeholder {
      color: #bec3c8; }
    .hd-search .form-search .search-input:-moz-placeholder, .hd-search-mobile .form-search .search-input:-moz-placeholder {
      color: #bec3c8; }
  .hd-search:hover .form-search, .hd-search-mobile:hover .form-search {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 991px) {
    .hd-search .form-search, .hd-search-mobile .form-search {
      padding: 10px; }
      .hd-search .form-search .search-submit, .hd-search-mobile .form-search .search-submit {
        padding-left: 15px;
        padding-right: 15px; }
        .hd-search .form-search .search-submit svg, .hd-search-mobile .form-search .search-submit svg {
          width: 18px; } }

.hd-search-new {
  position: relative;
  margin-right: 10px; }
  .hd-search-new .search-icon {
    padding: 0 10px;
    margin-top: 2px;
    cursor: pointer; }
    .hd-search-new .search-icon svg {
      width: 20px;
      height: 20px;
      fill: #3d5067; }
  .hd-search-new .form-search-new .search-fieldset {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .hd-search-new .form-search-new .search-input, .hd-search-new .form-search-new .search-submit {
    padding: 8px 10px;
    background: #ffffff; }
  .hd-search-new .form-search-new .search-input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 200px;
    border-radius: 0;
    color: #1777f1;
    font-size: 15px;
    outline: none;
    border: 1px solid #dfdfdf;
    border-radius: 4px 0 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .hd-search-new .form-search-new .search-submit {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    outline: none;
    background: #007bf9;
    border: 1px solid #00B8F9;
    border-left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
    .hd-search-new .form-search-new .search-submit svg {
      width: 24px;
      height: 100%;
      fill: #ffffff; }
  .hd-search-new .form-search-new .search-input:-webkit-input-placeholder {
    color: #bec3c8; }
  .hd-search-new .form-search-new .search-input:-moz-placeholder {
    color: #bec3c8; }
  .hd-search-new .form-search-new .search-input:-ms-input-placeholder {
    color: #bec3c8; }
  .hd-search-new .form-search-new .search-input:-moz-placeholder {
    color: #bec3c8; }
  .hd-search-new:hover .form-search {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 991px) {
    .hd-search-new .form-search {
      padding: 10px; }
      .hd-search-new .form-search .search-submit {
        padding-left: 15px;
        padding-right: 15px; }
        .hd-search-new .form-search .search-submit svg {
          width: 18px; } }

.themes-zone1 {
  /*background: #1e2b3e;
	color: #ffffff;*/
  color: #fff;
  transition: all 0.3s; }
  .themes-zone1 a {
    /*color: #ffffff;*/
    color: #fff; }
  .themes-zone1 .lazyload-image .lazyload-image__placeholder.aspect-ratio {
    padding-bottom: calc((var(--height-img)/var(--width-img)) * 100%); }
  .themes-zone1 .heading-title {
    margin-bottom: 60px; }
    .themes-zone1 .heading-title h1 {
      margin-bottom: 15px;
      font-size: 50px;
      font-family: var(--hrv-font-family-regular); }
  .themes-zone1 .list-banner .owl-carousel:not(.owl-loaded) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .themes-zone1 .list-banner .owl-carousel .owl-nav {
    display: none; }
  .themes-zone1 .list-banner .banner-item {
    /*flex: 0 0 35%;*/
    padding: 0 10px; }
    .themes-zone1 .list-banner .banner-item .item-icon img {
      border-radius: 12px;
      max-width: 600px;
      max-height: 374px;
      /*max-width: 670px;max-height: 418px;*/ }
    .themes-zone1 .list-banner .banner-item .item-title {
      display: flex;
      align-items: end;
      gap: 8px;
      margin-top: 15px;
      font-size: 18px; }
      .themes-zone1 .list-banner .banner-item .item-title .title {
        border-bottom: 1px solid;
        line-height: 20px; }
      .themes-zone1 .list-banner .banner-item .item-title .icon img {
        filter: brightness(0) invert(1); }
      .themes-zone1 .list-banner .banner-item .item-title svg {
        fill: currentColor;
        width: 15px;
        height: 15px;
        margin-top: 2px; }
    .themes-zone1 .list-banner .banner-item.item-mobile .item-title {
      max-width: 217px; }
  @media (min-width: 1300px) {
    .themes-zone1 .list-banner {
      max-width: 1920px;
      padding-left: 90px;
      margin: 0 auto; }
      .themes-zone1 .list-banner.center-slide {
        padding-left: 0; } }
  @media (min-width: 1920px) {
    .themes-zone1 .list-banner {
      padding-left: 180px; } }
  @media (max-width: 991px) {
    .themes-zone1 .list-banner {
      /*gap: 15px;
			&::-webkit-scrollbar {
			display: none;
		}*/ }
      .themes-zone1 .list-banner .banner-item {
        /*flex: 0 0 45%;*/ }
        .themes-zone1 .list-banner .banner-item.item-mobile {
          /*flex: 0 0 16.3%;*/ }
        .themes-zone1 .list-banner .banner-item .item-title {
          font-size: 14px; } }
  @media (max-width: 767px) {
    .themes-zone1 .heading-title {
      margin-bottom: 20px;
      text-align: center; }
      .themes-zone1 .heading-title h1 {
        font-size: 25px; }
    .themes-zone1 .list-banner {
      padding-bottom: 0; }
      .themes-zone1 .list-banner .banner-item .item-icon img {
        max-width: 300px;
        max-height: 187px; }
      .themes-zone1 .list-banner .banner-item .item-title {
        font-size: 12px; }
        .themes-zone1 .list-banner .banner-item .item-title .title {
          line-height: 15px; }
        .themes-zone1 .list-banner .banner-item .item-title img {
          width: 13px !important;
          height: 13px !important; }
      .themes-zone1 .list-banner .banner-item.item-mobile .item-title {
        max-width: 108px; } }
  @media (max-width: 480px) {
    .themes-zone1 .heading-title h1 br {
      display: none; } }

.section-themes-products.style-bg {
  background: #fff; }

@media (max-width: 991px) {
  .hd-search-mobile {
    display: block; } }

/*END Index Zone 1*/
