[class^="section-service"] {
  padding: 80px 0; }

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

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: .2;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.section-breadcrumb {
  position: relative;
  background-image: url(//cdn.hstatic.net/themes/200001054758/1001400966/14/header_banner_service.jpg?v=222);
  background-size: cover;
  background-position: center;
  padding: 75px 0;
  text-align: center; }
  .section-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 45, 53, 0.8); }
  .section-breadcrumb .breadcrumb-shop {
    background: transparent;
    border: none;
    position: relative; }
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      display: flex;
      justify-content: center;
      color: #fff;
      font-size: 15px;
      letter-spacing: 2px;
      padding: 0; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows span {
        font-weight: 600; }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a {
        color: #fff; }
        .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows a:hover {
          color: var(--shop-color-main); }
      .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows > li + li:before {
        content: '';
        width: 6px;
        height: 6px;
        background: var(--shop-color-main);
        border-radius: 50%;
        margin: 0 8px 0 12px;
        display: inline-block; }
  .section-breadcrumb .breadcrumb-content {
    position: relative;
    color: #fff; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 45px;
      margin: 0; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-breadcrumb {
      padding: 80px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 40px; } }
  @media (max-width: 991px) {
    .section-breadcrumb {
      padding: 60px 0; }
      .section-breadcrumb .breadcrumb-content h1 {
        font-size: 30px; } }
  @media (max-width: 767px) {
    .section-breadcrumb .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
      font-size: 12px; }
    .section-breadcrumb .breadcrumb-content h1 {
      font-size: 24px; } }

.section-service {
  background: #f8f8f8; }
  .section-service .list-service .service-item {
    padding: 10px 12px; }
    .section-service .list-service .service-item .service-centent {
      display: flex;
      flex-flow: column-reverse;
      gap: 24px;
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.08)); }
      .section-service .list-service .service-item .service-centent .item-num {
        position: relative;
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-weight: 600;
        background: var(--shop-color-bg);
        text-align: center;
        border-radius: 50%;
        margin-left: 20px;
        cursor: context-menu;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .section-service .list-service .service-item .service-centent .item-num:before {
          content: "";
          position: absolute;
          top: calc(100% - 6px);
          left: 4px;
          width: 0;
          height: 0;
          pointer-events: none;
          border: solid transparent;
          border-color: rgba(194, 225, 245, 0);
          border-top-color: transparent;
          border-bottom-color: var(--shop-color-bg);
          border-width: 15px; }
        .section-service .list-service .service-item .service-centent .item-num:hover {
          background: var(--shop-color-main);
          color: #fff; }
      .section-service .list-service .service-item .service-centent .item-detail {
        background: var(--shop-color-bg);
        padding: 30px; }
        .section-service .list-service .service-item .service-centent .item-detail .icon {
          margin-bottom: 20px; }
          .section-service .list-service .service-item .service-centent .item-detail .icon img {
            max-height: 50px; }
        .section-service .list-service .service-item .service-centent .item-detail .desc {
          line-height: 1.6;
          margin: 0; }
        .section-service .list-service .service-item .service-centent .item-detail:hover ~ .item-num {
          background: var(--shop-color-main);
          color: #fff; }
    .section-service .list-service .service-item:nth-child(odd) .service-centent {
      flex-flow: column; }
      .section-service .list-service .service-item:nth-child(odd) .service-centent .item-num:before {
        top: calc(-100% + 14px);
        border-top-color: var(--shop-color-bg);
        border-bottom-color: transparent; }

.section-service-about1 {
  position: relative;
  background-image: url(//cdn.hstatic.net/themes/200001054758/1001400966/14/service_about1_banner.jpg?v=222);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #fff; }
  .section-service-about1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .section-service-about1 .about-detail .heading-title .desc {
    color: #fff; }
  .section-service-about1 .about-btn {
    display: flex;
    flex-flow: wrap;
    gap: 20px; }
    .section-service-about1 .about-btn .button {
      min-width: 160px; }
      .section-service-about1 .about-btn .button.btn1 {
        /*color: #fff;
				border-color: #fff;
				background-color: transparent;
				border: 1px solid #fff;*/ }
        .section-service-about1 .about-btn .button.btn1:before {
          background-color: transparent; }
        .section-service-about1 .about-btn .button.btn1:hover {
          color: var(--shop-color-text); }
          .section-service-about1 .about-btn .button.btn1:hover:before {
            right: auto;
            left: 0;
            width: 100%;
            background-color: var(--shop-color-bg); }
      .section-service-about1 .about-btn .button.btn2 {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff; }
        .section-service-about1 .about-btn .button.btn2:before {
          background-color: transparent; }
        .section-service-about1 .about-btn .button.btn2:hover {
          color: #222d35; }
          .section-service-about1 .about-btn .button.btn2:hover:before {
            right: auto;
            left: 0;
            width: 100%;
            background-color: #fff; }
  @media (min-width: 1200px) {
    .section-service-about1 {
      padding: 100px 0 130px; }
      .section-service-about1 .about-detail .heading-title {
        margin: 0; }
        .section-service-about1 .about-detail .heading-title .title2 {
          font-size: 50px;
          font-weight: 600; } }
  @media (max-width: 991px) {
    .section-service-about1 .about-detail {
      text-align: center; }
    .section-service-about1 .about-btn {
      justify-content: center; } }

.section-service-about2 {
  padding: 0; }
  .section-service-about2 .about-left {
    background-image: url(//cdn.hstatic.net/themes/200001054758/1001400966/14/service_about2_banner1.jpg?v=222);
    background-size: cover;
    background-position: center;
    border-top: 10px solid var(--shop-color-main); }
  .section-service-about2 .about-right {
    padding: 70px;
    margin-top: -70px;
    background: var(--shop-color-bg); }
    .section-service-about2 .about-right .about-detail {
      position: relative;
      max-width: 560px;
      padding-right: 15px;
      border-right: 1px solid rgba(34, 45, 53, 0.05); }
    .section-service-about2 .about-right.has-bg {
      position: relative;
      overflow: hidden; }
      .section-service-about2 .about-right.has-bg:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(//cdn.hstatic.net/themes/200001054758/1001400966/14/service_about2_banner2.jpg?v=222);
        background-size: cover;
        background-position: top center; }
    .section-service-about2 .about-right .list-about .about-item {
      padding: 10px 0; }
      .section-service-about2 .about-right .list-about .about-item .icon {
        background: var(--shop-color-button);
        color: var(--shop-color-button-text);
        display: inline-block;
        width: 28px;
        height: 28px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        margin-right: 10px; }
        .section-service-about2 .about-right .list-about .about-item .icon i {
          font-size: 14px; }
  .section-service-about2 .about-video {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px 25px 30px;
    max-width: 480px;
    margin: -40px -40px auto auto;
    background: var(--shop-color-main);
    color: #fff; }
    .section-service-about2 .about-video:before {
      content: '';
      position: absolute;
      top: 0;
      right: 15px;
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.1); }
    .section-service-about2 .about-video .video-title {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 1px; }
    .section-service-about2 .about-video .video-play {
      flex: 0 0 90px;
      text-align: right; }
    .section-service-about2 .about-video .icon-play {
      position: relative;
      display: inline-block;
      --size: 50px;
      height: var(--size);
      width: var(--size);
      z-index: 1;
      pointer-events: auto;
      cursor: pointer;
      border-radius: 50%;
      background-color: #fff; }
      .section-service-about2 .about-video .icon-play svg {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 20px;
        fill: var(--shop-color-main); }
      .section-service-about2 .about-video .icon-play .play-animate {
        width: calc(var(--size) * 1.5);
        height: calc(var(--size) * 1.5);
        z-index: -1;
        opacity: 0;
        background-color: #fff;
        position: absolute;
        top: -25%;
        left: -25%;
        border-radius: 50%;
        -webkit-animation: ripple 2s infinite;
        animation: ripple 2s infinite; }
        .section-service-about2 .about-video .icon-play .play-animate:nth-child(2) {
          animation-delay: .3s !important;
          -webkit-animation-delay: .3s !important; }
        .section-service-about2 .about-video .icon-play .play-animate:nth-child(3) {
          animation-delay: .6s !important;
          -webkit-animation-delay: .6s !important; }
  @media (min-width: 992px) {
    .section-service-about2 .about-right.has-bg:before {
      width: 120%; }
    .section-service-about2 .about-right .list-about {
      display: flex;
      flex-flow: wrap; }
      .section-service-about2 .about-right .list-about .about-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px 30px 0; }
        .section-service-about2 .about-right .list-about .about-item:nth-child(3) {
          position: relative;
          padding-top: 30px; }
          .section-service-about2 .about-right .list-about .about-item:nth-child(3) ~ .about-item {
            padding-top: 30px; }
          .section-service-about2 .about-right .list-about .about-item:nth-child(3):before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 200%;
            height: 1px;
            background: rgba(34, 45, 53, 0.05); } }
  @media (max-width: 991px) {
    .section-service-about2 {
      padding: 0 0 40px; }
      .section-service-about2 .about-left {
        min-height: 350px; }
      .section-service-about2 .about-right {
        margin-top: 0;
        text-align: center; }
        .section-service-about2 .about-right .about-detail {
          margin: 0 auto;
          border-right: none; }
      .section-service-about2 .about-video {
        margin: 0 auto; } }
  @media (max-width: 767px) {
    .section-service-about2 .about-right {
      padding: 40px 15px; }
      .section-service-about2 .about-right .list-about .about-item .icon {
        width: 24px;
        height: 24px;
        line-height: 22px;
        margin-right: 6px; }
      .section-service-about2 .about-right .list-about .about-item .heading-sub .title {
        margin-bottom: 8px; }
      .section-service-about2 .about-right .list-about .about-item .heading-sub .desc {
        margin-bottom: 0; }
    .section-service-about2 .about-video .video-title {
      font-size: 18px; } }

.section-service-process {
  background: #f8f8f8; }
  .section-service-process .list-process .process-item {
    position: relative; }
    .section-service-process .list-process .process-item:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: all .4s ease-out;
      transition: all .4s ease-out;
      z-index: 1; }
    .section-service-process .list-process .process-item .item-img {
      position: relative;
      overflow: hidden; }
      .section-service-process .list-process .process-item .item-img img {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out; }
    .section-service-process .list-process .process-item .item-icon .icon {
      position: absolute;
      display: inline-block;
      top: 42%;
      right: 50%;
      margin-top: -15px;
      height: 45px;
      width: 45px;
      line-height: 45px;
      opacity: 0;
      text-align: center;
      margin-right: 5px;
      z-index: 1;
      background-color: #fff;
      transform: translateX(-20px);
      -webkit-transition: .5s;
      transition: .5s; }
      .section-service-process .list-process .process-item .item-icon .icon.icon-link {
        transform: translateX(20px);
        -webkit-transition: 1s;
        margin-right: -50px; }
      .section-service-process .list-process .process-item .item-icon .icon:hover {
        background-color: var(--shop-color-main); }
        .section-service-process .list-process .process-item .item-icon .icon:hover i {
          color: #fff; }
    .section-service-process .list-process .process-item .item-title {
      position: absolute;
      bottom: 0;
      width: 100%;
      font-size: 18px;
      font-weight: 600;
      background-color: var(--shop-color-bg);
      padding: 15px;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      z-index: 2;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      text-align: center; }
    .section-service-process .list-process .process-item:hover:before {
      opacity: 1; }
    .section-service-process .list-process .process-item:hover .item-img img {
      -moz-transform: scale(1.09);
      -webkit-transform: scale(1.09);
      -ms-transform: scale(1.09);
      transform: scale(1.09); }
    .section-service-process .list-process .process-item:hover .item-icon .icon {
      opacity: 1;
      -webkit-transform: translate(0);
      transform: translate(0); }
    .section-service-process .list-process .process-item:hover .item-title {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }
  .section-service-process .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center; }
    .section-service-process .owl-carousel .owl-dots .owl-dot {
      margin: 0 3px;
      outline: 0; }
    .section-service-process .owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 7px;
      height: 7px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(188, 35, 40, 0.5); }
    .section-service-process .owl-carousel .owl-dots .owl-dot.active {
      border-radius: 50%;
      border: 2px solid var(--shop-color-main); }
    .section-service-process .owl-carousel .owl-dots .owl-dot.active span {
      background: var(--shop-color-main); }
  @media (max-width: 991px) {
    .section-service-process .list-process .process-item .item-title {
      font-size: 16px;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); } }

.section-service-review {
  background-image: url(//cdn.hstatic.net/themes/200001054758/1001400966/14/service_review_bg.jpg?v=222);
  background-size: cover;
  background-position: center; }
  .section-service-review .review-item {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 40px 40px 20px; }
    .section-service-review .review-item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 150px);
      background: var(--shop-color-bg);
      border: 1px solid #f1f1f1; }
    .section-service-review .review-item .item-content {
      position: relative; }
      .section-service-review .review-item .item-content .icon {
        font-size: 40px;
        color: rgba(34, 45, 53, 0.4); }
      .section-service-review .review-item .item-content .desc {
        margin-top: 10px;
        line-height: 1.8;
        color: rgba(34, 45, 53, 0.8); }
      .section-service-review .review-item .item-content .item-img img {
        border: 3px solid #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(3, 59, 74, 0.01);
        -moz-box-shadow: 0 0 10px rgba(3, 59, 74, 0.01);
        box-shadow: 0 0 10px 0 rgba(3, 59, 74, 0.01);
        border-radius: 50%;
        max-width: 70px;
        margin: 0 auto; }
      .section-service-review .review-item .item-content .name {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0 5px; }
      .section-service-review .review-item .item-content .position {
        color: rgba(34, 45, 53, 0.6); }
  .section-service-review .owl-carousel .owl-item.center .review-item .item-content .icon {
    color: var(--shop-color-main); }
  .section-service-review .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 1px solid rgba(34, 45, 53, 0.2);
    outline: none;
    border-radius: 50%; }
    .section-service-review .owl-carousel .owl-nav button svg {
      width: 15px;
      height: 15px;
      fill: rgba(34, 45, 53, 0.4); }
      .section-service-review .owl-carousel .owl-nav button svg line, .section-service-review .owl-carousel .owl-nav button svg polyline {
        stroke: rgba(34, 45, 53, 0.4); }
    .section-service-review .owl-carousel .owl-nav button.owl-prev {
      left: 0; }
    .section-service-review .owl-carousel .owl-nav button.owl-next {
      right: 0; }
  @media (min-width: 992px) {
    .section-service-review .review-item .item-content .desc {
      font-size: 16px; }
    .section-service-review .owl-carousel .owl-stage-outer {
      padding-top: 30px; }
    .section-service-review .owl-carousel .owl-item.center .review-item {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      transform-origin: top;
      margin-top: -30px;
      padding: 25px 45px 20px; }
      .section-service-review .owl-carousel .owl-item.center .review-item:before {
        height: calc(100% - 135px); }
      .section-service-review .owl-carousel .owl-item.center .review-item .item-content .desc {
        font-size: 14px; }
      .section-service-review .owl-carousel .owl-item.center .review-item .item-content .name {
        font-size: 17px; }
      .section-service-review .owl-carousel .owl-item.center .review-item .item-content .position {
        font-size: 12px; }
    .section-service-review .owl-carousel .owl-nav button {
      opacity: 0;
      transition: all 0.3s; }
      .section-service-review .owl-carousel .owl-nav button:hover {
        background: var(--shop-color-main); }
        .section-service-review .owl-carousel .owl-nav button:hover svg {
          fill: #fff; }
          .section-service-review .owl-carousel .owl-nav button:hover svg line, .section-service-review .owl-carousel .owl-nav button:hover svg polyline {
            stroke: #fff; }
      .section-service-review .owl-carousel .owl-nav button.owl-prev {
        left: 0; }
      .section-service-review .owl-carousel .owl-nav button.owl-next {
        right: 0; }
    .section-service-review .owl-carousel:hover .owl-nav button {
      opacity: 1; }
      .section-service-review .owl-carousel:hover .owl-nav button.owl-prev {
        left: -40px; }
      .section-service-review .owl-carousel:hover .owl-nav button.owl-next {
        right: -40px; } }
  @media (max-width: 991px) {
    .section-service-review .owl-carousel .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -20px;
      text-align: center; }
      .section-service-review .owl-carousel .owl-dots .owl-dot {
        margin: 0 3px;
        outline: 0; }
      .section-service-review .owl-carousel .owl-dots .owl-dot span {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 7px;
        height: 7px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(188, 35, 40, 0.5); }
      .section-service-review .owl-carousel .owl-dots .owl-dot.active {
        border-radius: 50%;
        border: 2px solid var(--shop-color-main); }
      .section-service-review .owl-carousel .owl-dots .owl-dot.active span {
        background: var(--shop-color-main); } }
  @media (max-width: 767px) {
    .section-service-review .review-item {
      padding: 30px 30px 0; }
      .section-service-review .review-item:before {
        height: calc(100% - 100px); } }
