.furstore-section-text strong {
  font-weight: bolder;
}

.furstore-section-text .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .furstore-section-text .btn {
    transition: none;
  }
}

.furstore-section-text .btn:focus,
.furstore-section-text .btn:hover {
  text-decoration: none;
}

.furstore-section-text .btn.focus,
.furstore-section-text .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.furstore-section-text .btn.disabled,
.furstore-section-text .btn:disabled {
  opacity: 0.65;
}

.furstore-section-text .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.furstore-section-text a.btn.disabled {
  border: none;
  padding: 0;
  margin: 0;
}

.furstore-section-text fieldset:disabled a.btn {
  pointer-events: none;
}

.furstore-section-text .media {
  display: flex;
  align-items: flex-start;
}

.furstore-section-text .number-content.align-items-center {
  justify-content: center;
}

.furstore-section-text .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.furstore-section-text .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.furstore-section-text * {
  outline: 0;
}

.furstore-section-text .mt-20 {
  margin-top: 20px !important;
}

.furstore-section-text .font-900 {
  font-weight: 900 !important;
}

.furstore-section-text .font-800 {
  font-weight: 800 !important;
}

.furstore-section-text .font-700 {
  font-weight: 700 !important;
}

.furstore-section-text .font-600 {
  font-weight: 600 !important;
}

.furstore-section-text .font-500 {
  font-weight: 500 !important;
}

.furstore-section-text .font-400 {
  font-weight: 400 !important;
}

.furstore-section-text .font-300 {
  font-weight: 300 !important;
}

.furstore-section-text .c_df {
  color: var(--text-color);
}

.furstore-section-text .c_pr {
  color: var(--theme-color-primary);
}

.furstore-section-text .overflow_hidden {
  overflow: hidden !important;
}

.furstore-section-text .pointer {
  cursor: pointer;
}

.furstore-section-text .respone_image {
  position: relative;
}

.furstore-section-text .respone_image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #f5f5f5;
  -o-object-fit: cover;
  object-fit: cover;
}

.furstore-section-text i {
  display: inline-block;
}

.furstore-section-text .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
  border-radius: var(--button-radius);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.17s linear, background-color 0.17s linear, border-color 0.17s linear;
  width: initial;
  min-width: 45px;
  height: 45px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.furstore-section-text .btn:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2b2b2b;
}

.furstore-section-text .btn.btn-secondary {
  color: var(--color-primary);
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--color-primary);
}

.furstore-section-text .btn.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

@media (min-width: 1200px) {
  .furstore-section-text .btn {
    font: 400 1.2rem var(--font-family);
  }

  .furstore-section-text .btn.btn-secondary {
    font: 400 1.6rem var(--font-family);
  }

  .furstore-section-text .btn.btn-medium {
    min-width: 160px;
    height: 50px;
  }

  .furstore-section-text .btn.btn-large {
    min-width: 200px;
    height: 60px;
  }
}

@media (max-width: 1199px) {
  .furstore-section-text .btn {
    font: 600 1.6rem var(--font-family);
    min-width: 60px;
    height: 36px;
  }

  .furstore-section-text .btn.btn-secondary {
    font: 400 1rem var(--font-family);
  }

  .furstore-section-text .btn.btn-medium {
    min-width: 112px;
    height: 35px;
  }

  .furstore-section-text .btn.btn-large {
    min-width: 140px;
    height: 42px;
  }
}

.furstore-section-text .btn.disabled,
.furstore-section-text .btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.furstore-section-text .btn:focus {
  outline: 0;
  box-shadow: none;
}

.furstore-section-text .title_section.text-center .desc,
.furstore-section-text .title_section.text-center .sub_title {
  margin-left: auto;
  margin-right: auto;
}

.furstore-section-text .distance.wow {
  visibility: hidden;
}

.furstore-section-text .nov-block__text.text-center .image-content,
.furstore-section-text .nov-block__text.text-center .nov-text,
.furstore-section-text .nov-block__text.text-center .policy {
  margin: auto;
}

.furstore-section-text .nov-block__text.text-right .image-content,
.furstore-section-text .nov-block__text.text-right .nov-text,
.furstore-section-text .nov-block__text.text-right .policy {
  margin-left: auto;
}

html[dir="rtl"] .furstore-section-text .nov-block__text.text-right .image-content,
html[dir="rtl"] .furstore-section-text .nov-block__text.text-right .nov-text,
html[dir="rtl"] .furstore-section-text .nov-block__text.text-right .policy {
  margin-right: auto;
  margin-left: initial;
}

.furstore-section-text .nov-block__text .nov-text strong {
  font-weight: 700;
}

.furstore-section-text .nov-block__text .policy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.furstore-section-text .nov-block__text .policy .policy-item {
  padding: 15px;
}

.furstore-section-text .nov-block__text .policy.bg_item .policy-content {
  border-radius: 10px;
  padding: 15px 10px 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.furstore-section-text .nov-block__text .policy.style1 .policy-item {
  display: flex;
  align-items: center;
  text-align: left;
}

html[dir="rtl"] .furstore-section-text .nov-block__text .policy.style1 .policy-item {
  text-align: right;
}

.furstore-section-text .nov-block__text .policy.style1 .p-icon {
  margin-right: 20px;
  min-width: 55px;
}

html[dir="rtl"] .furstore-section-text .nov-block__text .policy.style1 .p-icon {
  margin-left: 20px;
  margin-right: initial;
}

.furstore-section-text .nov-block__text .policy.style2 {
  text-align: center;
}

.furstore-section-text .nov-block__text .policy.style2 .policy-item {
  padding-left: 10px;
  padding-right: 10px;
}

.furstore-section-text .nov-block__text .policy.style2 .p-icon {
  margin-bottom: 15px;
}

.furstore-section-text .nov-block__text .policy.style2 span {
  max-width: 110px;
  display: inline-block;
}

@media (max-width: 575px) {
  .furstore-section-text .nov-block__text .policy.style2.h-p4 {
    flex-wrap: wrap;
  }

  .furstore-section-text .nov-block__text .policy.style2.h-p4 .policy-item {
    width: 50%;
  }

  .furstore-section-text .nov-block__text .policy.style2.h-p4 .policy-item:first-child,
  .furstore-section-text .nov-block__text .policy.style2.h-p4 .policy-item:nth-child(2) {
    margin-bottom: 20px;
  }

  .furstore-section-text .nov-block__text .policy.style2.h-p4 span {
    max-width: 90px;
  }
}

.furstore-section-text .nov-block__text ul {
  padding-left: 15px;
}

html[dir="rtl"] .furstore-section-text .nov-block__text ul {
  padding-right: 15px;
  padding-left: initial;
}

.furstore-section-text .nov-block__text ul li {
  padding-left: 5px;
}

html[dir="rtl"] .furstore-section-text .nov-block__text ul li {
  padding-right: 5px;
  padding-left: initial;
}

.furstore-section-text .nov-block__text ul li::marker {
  font-size: 15px;
}

.furstore-section-text .nov-block__text ul li:not(:last-child) {
  margin-bottom: 7px;
}

.furstore-section-text .nov-block__text p {
  margin-bottom: 0;
}

.furstore-section-text .nov-block__text .number {
  font-weight: 700;
  font-family: var(--font-family);
}

.furstore-section-text .nov-block__text .number-title {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .furstore-section-text .nov-block__text .number-content {
    flex-wrap: wrap;
  }

  .furstore-section-text .nov-block__text .number-item {
    width: 50% !important;
    flex: 0 0 50% !important;
    margin-bottom: 25px;
  }
}

.furstore-section-text [nov-item-act] {
  position: relative;
  font-size: 1rem;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.furstore-section-text [nov-item-act]:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
}

.furstore-section-text [nov-item-act].act {
  max-height: 1000px !important;
}

.furstore-section-text [nov-item-act].act:before {
  display: none;
}

.furstore-section-text .btn-show__content {
  font-size: 10px;
}

.furstore-section-text .btn-show__content .see_less {
  display: none;
}

.furstore-section-text .btn-show__content.act .see_more {
  display: none;
}

.furstore-section-text .btn-show__content.act .see_less {
  display: block;
}

@-webkit-keyframes policy {
  16.65% {
    transform: translateX(7px);
  }

  33.33% {
    transform: translateX(-5px);
  }

  49.95% {
    transform: translateX(3px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes policy {
  16.65% {
    transform: translateX(7px);
  }

  33.33% {
    transform: translateX(-5px);
  }

  49.95% {
    transform: translateX(3px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}