@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

body {
  margin: 0;
  padding: 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  box-sizing: border-box; }
  body a {
    text-decoration: none; }
    body a:hover {
      text-decoration: none; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: transparent; }

/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #e6e4e4;
  border-radius: 5px;
  background-color: #cccccc; }

.larger-margin-top {
  margin-top: 6rem; }

.larger-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; }

.regular-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px; }
  .regular-container .head-title {
    margin-bottom: 2rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000000;
    font-size: 31px;
    letter-spacing: 1px;
    font-weight: bold;
    max-width: 709px;
    line-height: 1.4; }
  .regular-container span {
    padding: 0 25px; }

.pink-button-outline {
  border-radius: 7px;
  background: transparent;
  border: 1px solid #00000087;
  color: #EE2A7B;
  transition: all .5s ease;
  padding: 9px 50px;
  cursor: pointer; }
  .pink-button-outline:hover {
    background: #EE2A7B;
    color: #ffffff;
    border-color: #EE2A7B; }

.pink-button {
  border-radius: 7px;
  background: #EE2A7B;
  border: none;
  color: #ffffff;
  transition: all .5s ease;
  padding: 9px 50px;
  cursor: pointer; }
  .pink-button:hover {
    background: #993F98;
    color: #ffffff; }
  .pink-button i {
    margin-right: 20px; }

.regular-item h6 {
  margin: 20px 0;
  color: #000000;
  font-weight: 500;
  font-size: 19px; }

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-left: auto;
  margin-right: auto; }

.small-container {
  max-width: 720px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .small-container .head-title {
    margin-bottom: 2rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000000;
    font-size: 31px;
    letter-spacing: 1px;
    font-weight: bold;
    max-width: 709px;
    line-height: 1.4; }

.fluid-width-image {
  display: block;
  width: 100%;
  height: auto; }

.image-circle {
  border-radius: 50%; }

.largest-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  position: relative; }

@media (max-width: 1199px) {
  .regular-container {
    max-width: 720px; } }

@media (max-width: 768px) {
  .regular-container {
    max-width: 95%; }
  .small-container {
    max-width: 95%; } }

.text-blue {
  color: #EE2A7B; }

.text-black {
  color: black; }

.text-muted {
  color: #c9c9c9 !important; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.detail-blog {
  color: #545454;
  font-size: 17px; }
  .detail-blog .row {
    margin: 0; }
  .detail-blog .col-sm-6 {
    padding: 0; }
  .detail-blog .blog-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 850px; }
  .detail-blog .blog-header h4 {
    text-align: center;
    max-width: 510px;
    margin: 40px auto;
    line-height: 1.5;
    color: black;
    font-size: 1.65rem; }
  .detail-blog .blog-header .blog-cover {
    width: 100%; }
  .detail-blog .blog-content .content-top {
    color: #939393;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16); }
    .detail-blog .blog-content .content-top span {
      color: #058bf2; }
    .detail-blog .blog-content .content-top div:nth-child(2) {
      text-align: right; }
      .detail-blog .blog-content .content-top div:nth-child(2) b {
        color: black; }
  .detail-blog .blog-content .content-share {
    padding: 25px 0; }
    .detail-blog .blog-content .content-share .share-text {
      color: black;
      font-weight: bold; }
    .detail-blog .blog-content .content-share .box-share-icon {
      font-size: 22px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .detail-blog .blog-content .content-share .box-share-icon button {
        color: #b8b8b8;
        cursor: pointer; }
        .detail-blog .blog-content .content-share .box-share-icon button:hover {
          color: #058bf2; }
        .detail-blog .blog-content .content-share .box-share-icon button:not(:first-child) {
          margin-left: 25px; }
  .detail-blog .blog-content .content-main {
    padding: 20px 0; }
    .detail-blog .blog-content .content-main img {
      width: 100%;
      display: block;
      height: auto;
      margin: 20px 0 7px 0; }
    .detail-blog .blog-content .content-main .image figcaption {
      text-align: center;
      font-weight: bold;
      color: black; }
  .detail-blog .suggestion {
    margin-bottom: 70px; }
    .detail-blog .suggestion .row {
      margin: 0 -6px; }
    .detail-blog .suggestion .s-box {
      padding: 20px 6px;
      overflow: hidden; }
      .detail-blog .suggestion .s-box:hover img {
        transform: scale(1.1); }
      .detail-blog .suggestion .s-box .s-image {
        overflow: hidden; }
      .detail-blog .suggestion .s-box img {
        width: 100%;
        transition: all ease-in-out 1s;
        height: 160px; }
    .detail-blog .suggestion h6 {
      margin-top: 20px;
      font-size: 15px;
      color: black;
      line-height: 1.6; }

@media (max-width: 856px) {
  .detail-blog .blog-container {
    max-width: 92%; }
  .detail-blog .blog-content .content-top {
    text-align: center; }
    .detail-blog .blog-content .content-top div:nth-child(2) {
      text-align: center; }
  .detail-blog .blog-content .content-share {
    text-align: center; }
    .detail-blog .blog-content .content-share span {
      text-align: center; } }

@media (max-width: 856px) {
  .detail-blog .suggestion .s-box img {
    height: auto; } }

.not-found {
  margin: 0 auto;
  background-color: #EE2A7B;
  width: 100%;
  min-height: calc(100vh - 95px);
  position: absolute; }
  .not-found h4 {
    margin: 80px 0 90px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 22px; }
  .not-found img {
    width: 100%;
    max-width: 540px;
    margin: 0 auto; }
  .not-found h2 {
    margin: 77px 0 90px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 34px; }
  .not-found-btn {
    height: 40px;
    border-radius: 40px;
    background-color: #ffffff;
    width: 100%;
    color: #EE2A7B;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 2.8; }
    .not-found-btn:hover {
      cursor: pointer; }
  .not-found .box-btn:first-child {
    padding-right: 70px; }
  .not-found .box-btn:nth-child(2) {
    padding-left: 70px; }
  .not-found .box-nf {
    padding: 0 15px; }
  .not-found .group {
    max-width: 460px;
    margin: 0 0 20px 0; }

@media (max-width: 765px) {
  .not-found {
    min-height: calc(100vh - 100px); }
    .not-found h4 {
      margin: 30px 0; }
    .not-found h2 {
      margin: 40px 0; }
    .not-found .box-btn:first-child {
      padding-right: 20px; }
    .not-found .box-btn:nth-child(2) {
      padding-left: 20px; } }

.page-about .about-cover {
  margin-bottom: 50px;
  margin-right: 30px; }

.page-about .head-title-a {
  font-size: 35px;
  text-align: left;
  text-transform: uppercase;
  color: #000; }

.page-about .head-title {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500; }

.page-about .content {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: left; }

.page-about .cover {
  margin: 100px 0px; }

.page-about .about-icon {
  margin: 100px 0px; }

.page-about .about-content {
  margin: 100px 0px; }

.page-about .icon-a {
  width: 60px; }

.page-about .icon-header {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  color: black; }

.page-about .icon-content {
  font-size: 16px;
  color: black;
  margin-bottom: 60px; }

.page-about .item {
  display: flex;
  margin: 15px 0px; }
  .page-about .item-icon .icon {
    width: 50px; }
  .page-about .item-content {
    padding-left: 20px;
    align-items: flex-start; }
    .page-about .item-content h6 {
      font-size: 20px;
      font-weight: 600;
      color: black; }
    .page-about .item-content p {
      font-size: 16px;
      font-weight: 600;
      color: #9d9195; }

.page-about .about-contact-us {
  text-align: center;
  background-image: url(/static/images/about/cover_bottom.jpg);
  background-color: #EE2A7B;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 0px 15px; }
  .page-about .about-contact-us .box-content {
    text-align: center;
    padding-top: 100px; }
    .page-about .about-contact-us .box-content h3 {
      color: #ffffff;
      letter-spacing: 2px;
      margin-top: 22px;
      font-size: 30px;
      font-weight: 500;
      text-transform: uppercase; }
    .page-about .about-contact-us .box-content .content {
      width: 50%;
      margin: 60px auto; }
      .page-about .about-contact-us .box-content .content p {
        color: #ffffff;
        letter-spacing: 2px;
        font-size: 20px;
        font-weight: 400; }

.page-about .social {
  text-align: center;
  margin-bottom: 150px; }
  .page-about .social-icon {
    width: 50px;
    margin-bottom: 10px; }
  .page-about .social h6 {
    margin: 20px 0px;
    font-weight: 500;
    font-size: 28px; }
    .page-about .social h6:hover {
      color: #EE2A7B; }
  .page-about .social p {
    font-size: 16px; }

.page-about .about-social .social:not(:last-child) {
  padding-right: 30px;
  border-right: 2px #dadada solid; }

@media (max-width: 768px) {
  .page-about .social:not(:last-child) {
    border-right: 0px !important;
    border-bottom: 2px #dadada solid;
    margin-bottom: 15px; } }

.one-article {
  cursor: pointer; }
  .one-article:hover .article-lazy {
    transform: scale(1.1); }

.article-thumnail {
  overflow: hidden;
  padding-top: 66.6667%;
  background-color: #cecece;
  position: relative;
  width: 100%;
  z-index: 0; }

.article-title {
  margin-top: 26px;
  margin-bottom: 14px;
  font-size: 21px;
  height: 54px;
  overflow: hidden;
  color: #000000;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.article-excerpt {
  height: 50px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 22px;
  color: #000000a1;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.article-info {
  font-size: 15px;
  line-height: 1; }

.article-lazy {
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  transition: transform ease-in-out 1s; }
  .article-lazy.loaded {
    animation: 0.8s ease 0s 1 normal both running fadeIn; }

.page-blog .regular-container {
  text-align: center !important; }

.page-blog .head-title {
  max-width: 710px;
  margin-bottom: 4rem;
  font-weight: 500;
  text-transform: uppercase; }

.page-blog .box-content {
  height: 600px;
  width: 100%;
  background-color: #EE2A7B;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/static/images/blog/blog.jpg);
  padding: 166px 0 0 0;
  line-height: 22px;
  transition: all .2s;
  text-align: center; }
  .page-blog .box-content h3 {
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: 500; }
  .page-blog .box-content .pink-button {
    font-size: 17px;
    padding: 15px 55px;
    margin-bottom: 22px;
    text-transform: uppercase; }
    .page-blog .box-content .pink-button:hover img {
      margin-right: 10px; }
  .page-blog .box-content .content {
    width: 50%;
    margin: 0 auto; }
    .page-blog .box-content .content p {
      color: #ffffff;
      letter-spacing: 2px;
      font-size: 18px;
      font-weight: 400; }

@media (max-width: 576px) {
  .page-blog .box-content {
    padding: 80px 0 0 0; }
    .page-blog .box-content p {
      letter-spacing: 1px; } }

.page-contacts {
  padding-top: 100px;
  padding-bottom: 160px;
  font-size: 17px; }
  .page-contacts .head-text {
    font-size: 18px; }
  .page-contacts .contacts {
    margin: 90px 0; }
    .page-contacts .contacts .col-sm-4 {
      padding-top: 12px;
      padding-bottom: 12px; }
      .page-contacts .contacts .col-sm-4:nth-child(2) {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .page-contacts .contacts h5 {
      margin-bottom: 25px;
      font-size: 18px;
      color: black; }
    .page-contacts .contacts p {
      margin-bottom: 0px;
      color: #000000; }
    .page-contacts .contacts a {
      color: #EE2A7B; }
  .page-contacts-offices {
    margin-top: -220px;
    padding-top: 65px;
    padding-bottom: 0px; }
    .page-contacts-offices .offices-head {
      position: relative;
      padding-bottom: 15px;
      font-weight: bold;
      color: #EE2A7B; }
      .page-contacts-offices .offices-head::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -17px;
        height: 3px;
        width: 34px;
        background: rgba(0, 0, 0, 0.2); }
    .page-contacts-offices .box-location {
      box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.14);
      transition: all .2s ease; }
      .page-contacts-offices .box-location:hover {
        box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.24); }
        .page-contacts-offices .box-location:hover .box-image img {
          transform: scale(1.1); }
      .page-contacts-offices .box-location .box-image {
        position: relative;
        overflow: hidden; }
        .page-contacts-offices .box-location .box-image img {
          display: inline-block;
          height: auto;
          width: 100%;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          transition: all .3s ease; }
      .page-contacts-offices .box-location .box-infos {
        padding: 30px;
        text-align: center; }
        .page-contacts-offices .box-location .box-infos h4 {
          color: black;
          font-size: 24px;
          margin-bottom: 40px; }
        .page-contacts-offices .box-location .box-infos p {
          margin-bottom: 0px;
          font-size: 17px; }
    .page-contacts-offices .contact-footer {
      padding-bottom: 85px; }

@media (max-width: 576px) {
  .page-contacts {
    padding-top: 50px; }
    .page-contacts .contacts {
      margin: 0px; }
      .page-contacts .contacts h5 {
        margin-bottom: 10px; }
      .page-contacts .contacts .col-sm-4 {
        padding-top: 24px;
        padding-bottom: 24px; }
        .page-contacts .contacts .col-sm-4:nth-child(2) {
          border-left: 0px;
          border-right: 0px;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }

.home-customer-fb {
  padding-bottom: 8rem;
  padding-top: 9rem; }
  .home-customer-fb .head-title {
    margin-bottom: 80px; }
  .home-customer-fb .content-box {
    display: flex;
    padding-left: 10px; }
    .home-customer-fb .content-box .slide-wraper {
      width: 100%;
      z-index: 4; }
    .home-customer-fb .content-box .slide-box {
      position: relative;
      padding: 18px 25px 24px 25px;
      color: #ffffff;
      margin-top: 38px;
      width: 45% !important;
      z-index: 5;
      box-sizing: border-box;
      font-weight: 300;
      background-color: #3f595df7;
      opacity: 0.902; }
      .home-customer-fb .content-box .slide-box .star {
        margin-bottom: 20px; }
        .home-customer-fb .content-box .slide-box .star i {
          margin-left: 5px; }
      .home-customer-fb .content-box .slide-box .artist {
        font-weight: 400;
        margin-bottom: 30px; }
    .home-customer-fb .content-box .right-box {
      position: relative;
      margin-left: -67%;
      z-index: 3;
      height: 460px;
      overflow: hidden;
      border-radius: 8px; }
      .home-customer-fb .content-box .right-box img {
        display: block;
        height: 100%; }
    .home-customer-fb .content-box .slick-dots {
      bottom: -65px; }
      .home-customer-fb .content-box .slick-dots li button {
        width: 13px;
        height: 13px;
        border-radius: 15px;
        border: 1px solid #00b3c9; }
        .home-customer-fb .content-box .slick-dots li button:before {
          color: transparent;
          font-size: 10px;
          line-height: 15.9px;
          width: 14.9px;
          height: 14px; }
      .home-customer-fb .content-box .slick-dots li.slick-active button {
        background: #00b3c9; }

@media (max-width: 768px) {
  .home-customer-fb .content-box {
    display: flex;
    padding-left: 10px; }
    .home-customer-fb .content-box .slide-box {
      width: 100% !important; }
    .home-customer-fb .content-box .right-box {
      margin-left: -100%; } }

.home-header {
  height: 600px;
  width: 100%;
  background-color: #EE2A7B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/static/images/home/cover-picture.jpg);
  padding: 166px 0 0 0;
  line-height: 22px;
  transition: all .2s; }
  .home-header .box-content {
    text-align: center; }
    .home-header .box-content h3 {
      color: #ffffff;
      letter-spacing: 2px;
      margin-bottom: 22px;
      font-size: 1.8rem;
      font-weight: 700; }
    .home-header .box-content .pink-button {
      font-size: 17px;
      padding: 15px 55px;
      margin-bottom: 22px; }
      .home-header .box-content .pink-button:hover img {
        margin-right: 10px; }
    .home-header .box-content .content {
      width: 50%;
      margin: 0 auto; }
      .home-header .box-content .content p {
        color: #ffffff;
        font-size: 17px;
        font-weight: 400; }
    .home-header .box-content img {
      width: 25px;
      margin-right: 20px;
      transition: all .3s ease; }

.home-requiment .regular-container {
  text-align: center !important;
  max-width: 1300px !important; }
  .home-requiment .regular-container .head-title {
    margin-bottom: 8rem;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase; }
  .home-requiment .regular-container .regular-item {
    padding: 0px 10px; }
    .home-requiment .regular-container .regular-item h6 {
      margin-top: 30px;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase; }
    .home-requiment .regular-container .regular-item img {
      width: 62px;
      height: 62px; }
    .home-requiment .regular-container .regular-item p {
      margin-bottom: 60px;
      max-width: 365px;
      font-size: 17px;
      color: #323232; }

.home-increase + .com {
  background: repeating-linear-gradient(to right, whitesmoke, whitesmoke 40px, #ffffff 0px, #ffffff 64px);
  padding-top: 0;
  padding-bottom: 1rem; }

.home-increase {
  padding-bottom: 5rem; }
  .home-increase .regular-container {
    text-align: center !important;
    max-width: 1300px !important; }
    .home-increase .regular-container .head-title {
      margin-bottom: 8rem;
      font-weight: 500;
      font-size: 30px;
      text-transform: uppercase; }
    .home-increase .regular-container .regular-item {
      padding: 0px 10px;
      width: 100%; }
      .home-increase .regular-container .regular-item h6 {
        margin: 40px 0px 30px 0px;
        font-size: 22px;
        font-weight: 600; }
      .home-increase .regular-container .regular-item p {
        margin-bottom: 60px;
        max-width: 365px;
        font-size: 17px;
        color: #323232; }
    .home-increase .regular-container .mb-5 {
      margin-bottom: 100px !important; }
  .home-increase .review .col-sm-4 {
    padding: 0 40px;
    margin-top: 3rem; }
  .home-increase .review .box-info {
    padding: 20px;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06); }
  .home-increase .review .info-number {
    margin-bottom: 0px;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    line-height: 1.1;
    display: flex;
    justify-content: center; }
    .home-increase .review .info-number p {
      margin: 0; }
    .home-increase .review .info-number i {
      font-size: 22px;
      padding-bottom: 9px;
      align-self: flex-end;
      margin-left: 4px; }
  .home-increase .review .info-text {
    font-size: 17px;
    text-transform: uppercase;
    color: #35b7d0;
    font-weight: bold; }
  .home-increase .box-button {
    text-align: center;
    margin-top: 4rem; }
    .home-increase .box-button .pink-button {
      min-width: 195px; }
  .home-increase .company {
    margin-top: 2rem; }
    .home-increase .company .box-logo {
      padding: 30px 50px;
      align-self: center; }
      .home-increase .company .box-logo img {
        width: 100%; }

.collapsing .nav.nav-tabs {
  margin-top: 15px;
  padding: 0px;
  margin-bottom: -10px;
  border-bottom: 0px; }

.collapsing .tab-content .text-content {
  margin: 4px 0px; }
  .collapsing .tab-content .text-content .text-right {
    padding: 0px; }

.carosel {
  padding-top: 0px;
  padding-bottom: 0px; }
  .carosel .slick-track {
    display: block; }
  .carosel .slick-slide {
    margin: auto; }
  .carosel .slick-next {
    display: none !important;
    right: 19px; }
    .carosel .slick-next::before {
      font-size: 34px; }
  .carosel .slick-prev {
    display: none !important;
    left: 4px;
    z-index: 1; }
    .carosel .slick-prev::before {
      font-size: 34px; }
  .carosel .slick-dots {
    bottom: 20px; }
    .carosel .slick-dots ul {
      padding-left: 0px; }
    .carosel .slick-dots li {
      width: auto;
      height: auto;
      margin: 0px 2px; }
    .carosel .slick-dots li button {
      width: 13px;
      height: 13px;
      border-radius: 15px;
      border: 1px solid #d4d4d4; }
      .carosel .slick-dots li button:before {
        color: transparent;
        font-size: 10px;
        line-height: 15.9px;
        width: 14.9px;
        height: 14px; }
    .carosel .slick-dots li.slick-active button {
      background: #EE2A7B; }
      .carosel .slick-dots li.slick-active button::before {
        color: transparent; }

@media (max-width: 1400px) {
  .home-requiment .regular-container {
    max-width: 820px !important; }
  .home-increase .regular-container {
    max-width: 820px !important; } }

@media (max-width: 768px) {
  .feed-back .row {
    margin: auto 0px; }
  .feed-back .regular-container span {
    padding: 0; }
  .home-increase .review .col-sm-4 {
    padding: 0 20px; } }

@media (max-width: 576px) {
  .home-header {
    padding: 80px 0 0 0; }
    .home-header .content p {
      letter-spacing: 1px !important; }
  .home-requiment .regular-container {
    max-width: 297px !important; }
  .home-increase .regular-container {
    max-width: 297px !important; }
  .home-increase .company .box-logo {
    padding: 30px 20px;
    align-self: center; } }

.partner {
  font-size: 18px; }

.partner-section {
  padding: 5rem 0; }
  .partner-section .head-title {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase; }
  .partner-section .head-text {
    text-align: center;
    max-width: 620px;
    margin: auto;
    margin-bottom: 40px;
    font-size: 17px;
    color: #727272; }
  .partner-section .head-text-bold {
    font-size: 17px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600; }
  .partner-section .head-content {
    font-size: 17px; }
  .partner-section .pricing {
    margin-top: 4rem;
    margin-bottom: 5rem; }
    .partner-section .pricing .row {
      margin: 0 -20px; }
    .partner-section .pricing .col-md-4 {
      padding: 90px 20px 45px 20px; }
      .partner-section .pricing .col-md-4:nth-child(2) {
        padding: 0 20px; }
        .partner-section .pricing .col-md-4:nth-child(2) .pricing-item {
          border: 2px solid #993F98;
          border-radius: 0px; }
        .partner-section .pricing .col-md-4:nth-child(2) .item-footer {
          margin-top: -54px; }
          .partner-section .pricing .col-md-4:nth-child(2) .item-footer h6 {
            margin-bottom: 12px;
            color: #EE2A7B;
            text-transform: uppercase; }
      .partner-section .pricing .col-md-4:last-child .pricing-item .item-value h5 {
        font-size: 25px; }
  .partner-section .pricing-item {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.09);
    height: 100%; }
    .partner-section .pricing-item .item-header {
      padding: 35px 10px 30px 10px;
      text-align: center;
      border-bottom: 1px solid #00000015;
      color: #993F98;
      text-transform: uppercase;
      font-weight: 600; }
    .partner-section .pricing-item .item-value {
      padding: 35px 15px 30px 15px;
      text-align: center;
      border-bottom: 1px solid #00000015; }
      .partner-section .pricing-item .item-value h6 {
        margin-bottom: 3px;
        color: #993F98;
        font-size: 20px; }
      .partner-section .pricing-item .item-value h5 {
        color: #000000;
        font-size: 35px;
        font-weight: bold; }
    .partner-section .pricing-item .item-content {
      padding: 30px 24px 30px 24px; }
      .partner-section .pricing-item .item-content h6 {
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600; }
      .partner-section .pricing-item .item-content ul {
        padding: 0;
        list-style: none;
        font-size: 17px; }
      .partner-section .pricing-item .item-content li {
        margin: 10px 0;
        display: flex; }
        .partner-section .pricing-item .item-content li .icon {
          padding: 0 7px 0 0;
          color: #EE2A7B;
          line-height: 1.6; }
      .partner-section .pricing-item .item-content p {
        font-size: 17px;
        font-weight: 600;
        color: #666666;
        text-align: center; }
      .partner-section .pricing-item .item-content .and {
        font-size: 24px;
        color: #c0c0c0;
        margin-top: 70px; }
      .partner-section .pricing-item .item-content .base-on {
        font-size: 30px;
        font-weight: 600;
        color: #000000; }
  .partner-section .item-footer {
    text-align: center;
    margin-top: -24px; }
    .partner-section .item-footer h6 {
      color: #993F98 !important;
      font-weight: 600; }
    .partner-section .item-footer .pink-button {
      padding: 9px 80px;
      max-width: 100%; }

.partner-footer {
  height: 500px;
  background: linear-gradient(to top, #004f58, #cdd1d46e);
  padding-top: 9.5rem;
  padding-bottom: 8rem;
  background-size: cover;
  background-position: center left 25%;
  background-image: url(/static/images/pricing/cover_pricing.jpg); }
  .partner-footer .box-content {
    text-align: center;
    margin-top: -130px; }
    .partner-footer .box-content h3 {
      color: #ffffff;
      letter-spacing: 2px;
      margin-top: 22px;
      font-size: 30px;
      font-weight: 500;
      text-transform: uppercase; }
    .partner-footer .box-content .content {
      width: 65%;
      margin: 60px auto; }
      .partner-footer .box-content .content p {
        color: #ffffff;
        letter-spacing: 2px;
        font-size: 16px;
        font-weight: 400; }

.about-footer {
  padding: 60px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px; }
  .about-footer .item .icon {
    width: 50px;
    margin-bottom: 10px; }
  .about-footer .item h6 {
    margin: 20px 0px;
    font-weight: 500;
    font-size: 28px; }
  .about-footer .item p {
    font-size: 16px; }
  .about-footer .item:hover h6 {
    color: #EE2A7B; }
  .about-footer .item:not(:last-child) {
    border-right: 2px #dadada solid; }

.home-customer-fb {
  padding-bottom: 8rem;
  padding-top: 9rem; }
  .home-customer-fb .head-title {
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase; }
  .home-customer-fb .row {
    display: flex !important; }
    .home-customer-fb .row .content {
      padding-top: 50px;
      font-size: 17px; }
    .home-customer-fb .row .from {
      color: #c0c0c0;
      font-size: 17px; }
  .home-customer-fb .slick-dots {
    bottom: -25px; }
    .home-customer-fb .slick-dots ul {
      padding-left: 0px; }
    .home-customer-fb .slick-dots li {
      width: auto;
      height: auto;
      margin: 0px 15px; }
    .home-customer-fb .slick-dots li button {
      width: 10px;
      height: 10px;
      border-radius: 15px;
      border: 1px solid #d4d4d4;
      background: whitesmoke; }
      .home-customer-fb .slick-dots li button:before {
        color: transparent;
        font-size: 10px;
        line-height: 15.9px;
        width: 14.9px;
        height: 14px; }
    .home-customer-fb .slick-dots li.slick-active button {
      background: whitesmoke;
      border: 2px #EE2A7B solid; }
      .home-customer-fb .slick-dots li.slick-active button::before {
        color: transparent; }

.map {
  text-align: center; }

.location {
  padding-bottom: 0;
  text-align: center; }
  .location .head-title {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000; }
  .location .over-view {
    max-width: 620px;
    margin: auto;
    text-align: center;
    font-size: 17px; }
  .location .map {
    height: 550px;
    margin-top: 3rem; }
  .location .head-text {
    margin-bottom: 80px; }
  .location .footer-text {
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 200px;
    color: #000000; }

@media (max-width: 767px) {
  .about-footer .item:not(:last-child) {
    border-right: none;
    border-bottom: 2px #dadada solid;
    margin-bottom: 20px; }
  .home-customer-fb .row {
    text-align: center; }
    .home-customer-fb .row img {
      width: 100%; }
  .home-customer-fb .slick-dots {
    bottom: -40px; }
  .about-footer .item:not(:last-child) {
    border-right: 0px !important;
    border-bottom: 2px #dadada solid;
    margin-bottom: 15px; } }

@media (max-width: 576px) {
  .about-footer .item:not(:last-child) {
    border-right: 0px;
    border-bottom: 2px #dadada solid;
    margin-bottom: 15px; } }

.box-map-popup {
  overflow: visible !important;
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 12px;
  cursor: pointer !important; }
  .box-map-popup:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 28px;
    height: 28px;
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
    z-index: 2;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.15); }

.map-popup {
  display: block;
  width: 150px;
  overflow: hidden;
  position: relative;
  z-index: 4; }
  .map-popup .popup-image {
    height: 90px;
    background-size: cover;
    background-position: 50%; }
  .map-popup .popup-content {
    color: #000000;
    padding-bottom: 5px; }
    .map-popup .popup-content p {
      margin: 7px 0; }
    .map-popup .popup-content .address {
      margin-top: 0;
      font-weight: bold;
      font-size: 13px; }
    .map-popup .popup-content .area {
      font-size: 11px;
      color: #9a9a9a; }
    .map-popup .popup-content .price {
      color: #058bf2;
      font-size: 12px;
      font-weight: 550; }

.gm-bundled-control .gmnoprint > div:nth-child(1) {
  border-radius: 20px !important;
  max-width: 30px !important;
  max-height: 70px !important; }

.gm-control-active {
  width: 30px !important;
  height: 35px !important; }
  .gm-control-active img {
    margin: 9px 5px 10px !important; }

#data-print {
  background: #fff;
  display: flex;
  justify-content: center; }

.lr-component {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.small-container {
  max-width: 768px !important; }
  @media (max-width: 768px) {
    .small-container {
      max-width: 92% !important; } }

.guide-bar {
  background-color: #eaeaea;
  padding: 8px 0px; }

.guide-page-content {
  border-bottom: 0px !important;
  padding-top: 20px !important;
  padding-bottom: 0px !important; }

.guide-page-title {
  margin: 0px;
  word-wrap: break-word;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5em;
  color: #EE2A7B; }

.guide-description {
  font-size: 18px;
  font-weight: 500;
  margin-top: 3px; }

.guide-text {
  margin: 0px !important;
  word-wrap: break-word !important;
  font-size: 15px;
  line-height: 1.5 !important;
  color: #484848 !important;
  white-space: pre-line; }
  .guide-text p {
    margin-bottom: 0px; }
  .guide-text blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px; }
  .guide-text-image {
    margin-top: 5px;
    margin-bottom: 5px; }
    .guide-text-image img {
      max-width: 100%;
      max-height: 400px;
      width: auto;
      height: auto; }

.line {
  margin: 16px 0; }
  .line__render {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #ebebeb !important; }

.guide-tag {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #EE2A7B;
  position: relative;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  height: 30px;
  line-height: 32px;
  padding: 0 18px 0 14px;
  text-decoration: none;
  flex-shrink: 0; }
  .guide-tag::before {
    background: #EE2A7B;
    width: 100%;
    content: '';
    position: absolute;
    right: 0;
    top: 0; }
  .guide-tag::after {
    background: #fff;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #EE2A7B;
    border-top: 15px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0; }

.guide-step {
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 14px; }
  .guide-step-line {
    width: 100%;
    height: 1px;
    background: #EE2A7B; }

.map {
  height: 260px;
  width: 100%; }

.guide-select {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 32px; }
  .guide-select-icon {
    width: 16px;
    margin-right: 8px;
    margin-top: -2px; }
  .guide-select .nav-lang-dropdown {
    display: flex;
    align-items: center;
    line-height: 1.5; }
  .guide-select .dropdown-item {
    display: flex;
    align-items: flex-end;
    min-width: 50px;
    line-height: 1.1; }
    .guide-select .dropdown-item img {
      margin-right: 12px; }
  .guide-select .dropdown-item:not(:first-child) {
    border: 0px; }
    .guide-select .dropdown-item:not(:first-child) img {
      height: 22px; }
  .guide-select .dropdown-option-icon {
    width: 20px;
    margin-right: 17px; }
  .guide-select .dropdown-menu {
    margin-top: 8px; }
  .guide-select .dropdown-left.dropdown-menu.show {
    right: 0 !important;
    left: auto !important; }

.text-red {
  color: #dc0000; }

.guide-ct-line {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background: #cecece; }

.guide-ct-contact {
  display: flex;
  align-items: center;
  padding: 6px 0;
  line-height: 1.3; }
  .guide-ct-contact-icon {
    width: 30px;
    height: 30px;
    margin-right: 18px; }
  .guide-ct-contact-txt-title {
    font-weight: bold; }
  .guide-ct-contact-txt-sub {
    color: #adadad;
    text-transform: capitalize; }

.guide-ct-title {
  font-weight: 500;
  font-size: 27px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.2;
  margin-bottom: 5px; }

.guide-ct-img {
  max-width: 400px;
  max-height: 550px;
  margin-top: 10px; }
  .guide-ct-img:hover {
    cursor: pointer; }
  .guide-ct-img .img-fluid {
    max-height: 550px; }

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 16px;
  height: 16px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.guide-content h2, .guide-content h1 {
  font-weight: 500;
  font-size: 27px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.2;
  margin-bottom: 5px; }

.guide-content h1 {
  font-size: 32px; }

.guide-content .btn.pink-button {
  margin-top: 9px; }

.guide-content .collapse.show .nav.nav-tabs {
  margin-top: 15px;
  padding: 0px;
  border-bottom: 0px;
  height: 50px; }
  .guide-content .collapse.show .nav.nav-tabs .nav-item {
    cursor: pointer; }
    .guide-content .collapse.show .nav.nav-tabs .nav-item .nav-link.active {
      color: #EE2A7B !important; }

.guide-content .collapse.show .tab-content .text-content {
  margin: 4px 0px; }
  .guide-content .collapse.show .tab-content .text-content .text-right {
    padding: 0px; }

.guide-content .collapsing .nav.nav-tabs {
  margin-top: 15px;
  padding: 0px;
  margin-bottom: -10px;
  border-bottom: 0px; }

.guide-content .collapsing .tab-content .text-content {
  margin: 4px 0px; }
  .guide-content .collapsing .tab-content .text-content .text-right {
    padding: 0px; }

.guide-content .slick-track {
  display: flex; }

.guide-content .slick-slide {
  margin: auto; }

.guide-content .slick-next {
  right: 19px; }
  .guide-content .slick-next::before {
    font-size: 34px; }

.guide-content .slick-prev {
  left: 4px;
  z-index: 1; }
  .guide-content .slick-prev::before {
    font-size: 34px; }

.guide-content .slick-dots {
  bottom: 20px; }
  .guide-content .slick-dots ul {
    padding-left: 0px; }
  .guide-content .slick-dots li {
    width: auto;
    height: auto;
    margin: 0px 2px; }
  .guide-content .slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    border: 1px solid #d4d4d4; }
    .guide-content .slick-dots li button:before {
      color: transparent;
      font-size: 10px;
      line-height: 15.9px;
      width: 14.9px;
      height: 14px; }
  .guide-content .slick-dots li.slick-active button {
    background: #EE2A7B; }
    .guide-content .slick-dots li.slick-active button::before {
      color: transparent; }

