@charset "utf-8";
.solutions_item {
  position: relative;
}
.solutions_item li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  border-radius: 100%;
  font-family: Poppins;
  font-size: clamp(1rem, 3vw, 1.5625rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: 2px solid #fdfdfd;
  outline-offset: 15px;
}
.solutions_item .comminicate_item {
  width: 290px;
  height: 290px;
  background: linear-gradient(90deg, #f6e3bf 0, #f1ebe0 100%, violet 100%);
  offset-path: path(
    "M341.469 364.389 2.319 121.432 462.946 1.936 395.823 195.93l-.004.01-.003.01-54.347 168.44Z"
  );
  offset-rotate: 0deg;
  offset-position: center;
  animation: move 10s infinite alternate ease-out;
  margin-left: 146px;
  margin-top: 15px;
}
.solutions_item .comminicate_item:after {
  width: 310px;
  height: 310px;
}
@keyframes move {
  0% {
    offset-distance: 0;
  }
  100% {
    offset-distance: 100%;
  }
}
.solutions_item .strategy_item {
  width: 220px;
  height: 220px;
  background: linear-gradient(318deg, #eedacb 0, #f1ebe0 100%, #efe6e0 100%);
  offset-path: path("M462.9,1.9L341.5,364.4L2.3,121.4L462.9,1.9Z");
  offset-rotate: 0deg;
  offset-position: center;
  animation: move 10s infinite alternate ease-out;
  margin-left: 111px;
  margin-top: -20px;
}
.solutions_item .strategy_item:after {
  width: 250px;
  height: 250px;
}
.solutions_item .design_item {
  width: 150px;
  height: 150px;
  background: linear-gradient(0deg, #dbe0eb 0, #dbdfea 100%, #e8e8ea 100%);
  offset-path: path("M2.3,121.4L462.9,1.9L341.5,366L2.3,121.4Z");
  offset-rotate: 0deg;
  offset-position: center;
  animation: move 10s infinite alternate ease-out;
  margin-left: 76px;
  margin-top: -55px;
}
.solutions_item .design_item:after {
  width: 170px;
  height: 170px;
}
.solutions_wrap .aside_warp ul li {
  background-color: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  padding: 5%;
  margin-bottom: 5%;
}
.solutions_wrap .aside_warp ul li h2 i svg {
  width: clamp(1rem, 6vw, 2.8125rem);
  height: clamp(1rem, 6vw, 2.8125rem);
  vertical-align: middle;
}
.solutions_wrap .aside_warp ul li h2 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1%;
  letter-spacing: 1.1px;
}
.solutions_wrap .aside_warp ul li:nth-child(1) h2 {
  color: #dec8ad;
}
.solutions_wrap .aside_warp ul li:nth-child(1) h2 i svg {
  color: #f2dab2;
  fill: currentColor;
}
.solutions_wrap .aside_warp ul li:nth-child(2) h2 {
  color: #d9b598;
}
.solutions_wrap .aside_warp ul li:nth-child(2) h2 i svg {
  color: #e9cab1;
  fill: currentColor;
}
.solutions_wrap .aside_warp ul li:nth-child(3) h2 {
  color: #9bb8d9;
}
.solutions_wrap .aside_warp ul li:nth-child(3) h2 i svg {
  color: #9bb8d9;
  fill: currentColor;
}
.solutions_wrap .primary_wrap {
  flex: 0 0 60%;
  position: relative;
  margin-right: 5%;
}
.solutions_wrap .primary_wrap .line_wrap {
  display: flex;
  justify-content: center;
  align-self: center;
  position: relative;
  z-index: -1;
}
.solutions_wrap .primary_wrap .line {
  border-radius: 100%;
  border: 2px solid #fdfdfd;
  width: 505px;
  height: 505px;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}
.solutions_wrap .primary_wrap .line svg {
  display: block;
  margin: auto;
  top: 120px;
  position: relative;
  right: 18px;
}
.service_items_detail {
  max-width: 1300px;
  margin: auto;
}
.service_items_detail ul li h2 {
  font-size: clamp(1rem, 1.85vw, 1.75rem);
  letter-spacing: 1.4px;
  font-weight: 400;
}
.service_items_detail ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
}
.service_items_detail ul li {
  width: 30%;
  position: relative;
  max-width: 370px;
}
.service_items_detail ul li i {
  vertical-align: middle;
  margin-left: 20px;
}
.service_items_detail ul li .detail_article {
  line-height: 32px;
}
.service_items_detail ul li:after {
  content: "";
  background-color: #fff;
  border-radius: 100%;
  width: 25vh;
  height: 25vh;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}
.section_service_item .article {
  text-align: center;
}
.section_step_wrap {
  padding: 100px 0 80px;
  color: #fff;
}
.section_step_wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_step_wrap ul li {
  width: 29%;
  text-align: center;
  margin-bottom: 5%;
}
.section_step_wrap ul li .number_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_step_wrap ul li .number {
  background-color: #fff;
  border-radius: 30px;
  display: block;
  padding: 2%;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 0.8;
  margin-bottom: 12px;
  text-align: center;
}
.section_step_wrap ul li .step_title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 12px;
}
.title_descript {
  margin-bottom: 10%;
}
.plan_card {
  background-color: #fff;
  border-radius: 15px;
  padding: 3% 8%;
  max-width: 950px;
  margin: auto;
  justify-content: space-between;
}
.plan_card .primary_wrap {
  flex: 0 0 45%;
}
.plan_card .primary_wrap .card_version {
  font-size: 22px;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
}
.plan_card:hover .primary_wrap .card_version {
  color: var(--white_color);
}
.plan_card .primary_wrap .s_card_title {
  font-size: 1rem;
  color: #747474;
  font-weight: 400;
}
.plan_card .primary_wrap .price_wrap {
  font-size: clamp(1rem, 2vw, 2rem);
  color: #333;
  font-weight: 500;
  margin: 35px 0 0;
  max-height: 110px;
  overflow: hidden;
}
.plan_card:hover .primary_wrap .price_wrap {
  color: var(--white_color);
}
.plan_card:hover .primary_wrap .s_card_title {
  color: var(--white_color);
}
.button_wrap {
  margin-top: 35px;
}
.button_wrap .btn {
  border-radius: 8px;
  font-weight: 500;
  max-width: 300px;
  padding: 17px 0;
  text-align: center;
  display: block;
}
.plan_card .aside_warp {
  flex: 0 0 45%;
  margin-top: 15px;
}
.plan_card .aside_warp .title_service {
  font-size: 18px;
  margin-bottom: 21px;
}
.plan_card .aside_warp ul li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
.plan_card .aside_warp ul li i {
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  text-align: center;
  line-height: 32px;
}
.plan_card .primary_wrap .price_wrap.price_number {
  font-size: clamp(1rem, 4vw, 3.5rem);
  font-family: Manrope;
  font-weight: 600;
  line-height: 1;
}
.plan_card .primary_wrap .price_wrap.price_number small {
  font-size: 21px;
  color: #747474;
  font-weight: 400;
}
.plan_card:hover .aside_warp .title_service {
  color: var(--white_color);
}
.plan_card:hover .primary_wrap .price_wrap.price_number small {
  color: var(--white_color);
}
.small_tip {
  color: #c39b79;
  font-size: 14px;
  font-family: Manrope;
  font-weight: 400;
  text-align: right;
}
.plan_card:hover .small_tip {
  color: var(--white_color);
}
.section_price_plan {
  position: relative;
}
.section_price_plan:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30vh;
  z-index: -1;
}
.section_service {
  position: relative;
}
.section_service:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30vh;
  z-index: -1;
  background-color: #f0e6d1;
}
.plan_card_group .plan_card_group_wrap li.plan_card_group_item {
  width: 31%;
  display: inline-block;
  margin: 0 3% 0 0;
}
.plan_card_group .plan_card_group_wrap li.plan_card_group_item:last-child {
  margin: 0;
}
.plan_card_group .plan_card_group_wrap li.plan_card_group_item {
  background: #fff;
  border-radius: 23px;
  overflow: hidden;
  vertical-align: top;
  min-height: 570px;
}
.plan_card_group .plan_card_group_wrap li.plan_card_group_item:hover {
  background: #d3997a;
  transition: all 0.5s;
}
.plan_card_group_wrap li.plan_card_group_item {
  width: 100%;
}
.plan_card_group .plan_card_group_wrap li.plan_card_group_item .plan_card {
  margin-top: inherit;
  background-color: inherit;
  border-radius: inherit;
}
.section_solution_marketing_theme .type2 {
  color: #c8dbc5;
}
.section_solution_marketing_theme .tab_list li a {
  border: 1px solid #94ac89;
  color: #94ac89;
}
.section_solution_marketing_theme .tab_list li a:hover,
.section_solution_marketing_theme .tab_list li.active a {
  background-color: #94ac89;
  color: #fdfdfd;
  border: 1px solid #94ac89;
}
.section_solution_marketing_theme .title_wrap {
  color: #86af80;
}
.section_solution_marketing_theme .title_wrap span::before {
  background-color: #dfecd5;
}
.section_solution_marketing_theme .service_items_detail ul li h2 {
  color: #729b6c;
}
.section_solution_marketing_theme .service_items_detail ul li h2 i svg {
  color: #c3e0bf;
  fill: currentColor;
}
.section_solution_marketing_theme .section_step_wrap {
  position: relative;
}
.section_solution_marketing_theme .section_step_wrap:after {
  content: "";
  position: absolute;
  background-color: #fefefe;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: background-color 1.6s cubic-bezier(0.6, 0.25, 0, 1);
  z-index: -1;
}
.section_solution_marketing_theme .active .section_step_wrap:after {
  background-color: rgb(133, 165, 128, 0.8);
}
/* .section_solution_marketing_theme .section_price_plan:after{background-color:#f0f0ee}
.section_solution_marketing_theme .active.section_price_plan:after{background-color:rgba(221,232,219,.8)} */
.section_solution_marketing_theme .plan_card {
  transition: all 0.3s;
}
.section_solution_marketing_theme .plan_card:hover {
  background-color: #82b17b;
  color: var(--white_color);
}
.section_solution_marketing_theme .section_step_wrap ul li .number {
  color: #adbbca;
}
.section_solution_marketing_theme .plan_card .aside_warp ul li i {
  background-color: #82b17b;
}
.section_solution_marketing_theme .plan_card:hover .aside_warp ul li i {
  background-color: var(--white_color);
  color: #82b17b;
}
.section_solution_marketing_theme .button_wrap .btn {
  border: 1px solid #82b17b;
  color: #82b17b;
}
.section_solution_marketing_theme .plan_card:hover .button_wrap .btn {
  background-color: transparent;
  color: var(--white_color);
  border: 1px solid var(--white_color);
}

.section_solution_marketing_theme .section_service:after {
  background-color: rgba(221, 232, 219, 0.8);
}
.section_solution_marketing_theme .section_item_wrap ul li .sevice_item_number {
  color: #86af80;
  border-right: 1px solid #dfecd5;
}
.section_solution_marketing_theme
  .section_item_wrap
  ul
  li
  a
  .sevice_item
  .sevice_item_detail {
  color: #86af80;
}
.section_solution_marketing_theme .section_item_wrap ul li .icon_brand {
  background-color: #dfecd5;
}
.section_solution_marketing_theme .section_item_wrap ul li:hover {
  box-shadow: 0px 0px 25px rgba(134, 175, 128, 0.8);
}
.section_solution_marketing_theme .section_item_wrap ul li:hover .icon_brand {
  background-color: #86af80;
}
@media (max-width: 1100px) {
  .section_solution_marketing_theme .service_items_detail ul li i {
    line-height: 1;
  }
  .section_solution_marketing_theme .service_items_detail ul li i svg {
    width: 50px;
    height: 50px;
  }
  .section_solution_marketing_theme .service_items_detail ul li h2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .section_solution_marketing_theme .service_items_detail ul li i {
    margin-left: inherit;
  }
  .section_solution_marketing_theme .button_wrap {
    display: block;
  }
  .plan_card_group .plan_card_group_wrap li.plan_card_group_item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .section_solution_marketing_theme .plan_card {
    flex-direction: column;
  }
}
.section_solution_webdesign_theme .type2 {
  color: #e9cab1;
}
.section_solution_webdesign_theme .tab_list li a {
  border: 1px solid #c39479;
  color: #c39479;
}
.section_solution_webdesign_theme .tab_list li a:hover,
.section_solution_webdesign_theme .tab_list li.active a {
  background-color: #c39479;
  color: #fdfdfd;
  border: 1px solid #c39479;
}
.section_solution_webdesign_theme .title_wrap {
  color: #c39479;
}
.section_solution_webdesign_theme .title_wrap span::before {
  background-color: #f1e2da;
}
.section_solution_webdesign_theme .service_items_detail ul li h2 {
  color: #c39479;
}
.section_solution_webdesign_theme .service_items_detail ul li h2 i svg {
  color: #e9c5b1;
  fill: currentColor;
}
.section_solution_webdesign_theme .section_step_wrap {
  position: relative;
}
.section_solution_webdesign_theme .section_step_wrap:after {
  content: "";
  position: absolute;
  background-color: #fefefe;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: background-color 1.6s cubic-bezier(0.6, 0.25, 0, 1);
  z-index: -1;
}
.section_solution_webdesign_theme .active .section_step_wrap:after {
  background-color: rgba(195, 148, 121, 0.8);
}
.section_solution_webdesign_theme .section_step_wrap ul li .number {
  color: #c39b79;
}
.section_solution_webdesign_theme .section_price_plan {
  padding-bottom: 5%;
}
/* .section_solution_webdesign_theme .section_price_plan:after{background-color:#f0f0ee}
.section_solution_webdesign_theme .active.section_price_plan:after{background-color:#f0dcd1} */
.section_solution_webdesign_theme .plan_card_group .plan_card {
  flex-direction: column;
  padding: 8%;
}
.section_solution_webdesign_theme .plan_card:hover .aside_warp ul li {
  color: var(--white_color);
}
.section_solution_webdesign_theme .plan_card .aside_warp ul li i {
  background-color: #e9cab1;
}
.section_solution_webdesign_theme .plan_card:hover .aside_warp ul li i {
  background-color: var(--white_color);
  color: #c39479;
}
.section_solution_webdesign_theme .plan_card .button_wrap {
  margin: 5% 0;
  transform: translate(0, 140px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_solution_webdesign_theme
  .plan_card_group
  .plan_card_group_wrap
  li.plan_card_group_item:nth-child(1)
  .plan_card:hover
  .button_wrap {
  transform: translate(0, 0);
  position: relative;
  z-index: 1;
}
.section_solution_webdesign_theme
  .plan_card_group
  .plan_card_group_wrap
  li.plan_card_group_item:nth-child(2)
  .plan_card:hover
  .button_wrap {
  transform: translate(0, 0);
  position: relative;
  z-index: 1;
}
.section_solution_webdesign_theme
  .plan_card_group
  .plan_card_group_wrap
  li.plan_card_group_item:nth-child(3)
  .plan_card:hover
  .button_wrap {
  transform: translate(0, 0);
  position: relative;
  z-index: 1;
}
.section_solution_webdesign_theme .plan_card .button_wrap .btn {
  border: 1px solid #d39979;
  color: #d39979;
  margin: auto;
}
.section_solution_webdesign_theme .plan_card:hover .button_wrap .btn {
  color: var(--white_color);
  border: 1px solid var(--white_color);
}

.section_solution_webdesign_theme .section_service:after {
  background-color: #f0dcd1;
}
.section_solution_webdesign_theme .section_item_wrap ul li .sevice_item_number {
  color: #c39b79;
}
.section_solution_webdesign_theme
  .section_item_wrap
  ul
  li
  a
  .sevice_item
  .sevice_item_detail {
  color: #c39b79;
}
.section_solution_webdesign_theme .section_item_wrap ul li .icon_brand {
  background-color: #f1e2da;
}

@media (max-width: 1100px) {
  .section_solution_webdesign_theme .service_items_detail ul li i {
    line-height: 1;
  }
  .section_solution_webdesign_theme .service_items_detail ul li i svg {
    width: 50px;
    height: 50px;
  }
  .section_solution_webdesign_theme .service_items_detail ul li h2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .section_solution_webdesign_theme .service_items_detail ul li i {
    margin-left: inherit;
  }
  .section_solution_webdesign_theme .plan_card {
    flex-direction: row;
  }
  .section_solution_webdesign_theme .plan_card .button_wrap {
    transform: revert;
    position: revert;
  }
}
.section_solution_system_theme .type2 {
  color: #cfdbe9;
}
.section_solution_system_theme .tab_list li a {
  border: 1px solid #7fa4cb;
  color: #7fa4cb;
}
.section_solution_system_theme .tab_list li a:hover,
.section_solution_system_theme .tab_list li.active a {
  background-color: #7fa4cb;
  color: #fdfdfd;
  border: 1px solid #7fa4cb;
}
.section_solution_system_theme .title_wrap {
  color: #7fa4cb;
}
.section_solution_system_theme .title_wrap span::before {
  background-color: #dce7f3;
}
.section_solution_system_theme .service_items_detail ul li h2 {
  color: #7fa4cb;
}
.section_solution_system_theme .service_items_detail ul li h2 i svg {
  color: #cadff5;
  fill: currentColor;
}
.section_solution_system_theme .section_step_wrap ul li .number {
  color: #7fa4cb;
}
.section_solution_system_theme .section_step_wrap {
  position: relative;
}
.section_solution_system_theme .section_step_wrap:after {
  content: "";
  position: absolute;
  background-color: #fefefe;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: background-color 1.6s cubic-bezier(0.6, 0.25, 0, 1);
  z-index: -1;
}
.section_solution_system_theme .active .section_step_wrap:after {
  background-color: rgb(127, 164, 203, 0.8);
}
/* .section_solution_system_theme .section_price_plan:after{background-color:#f0f0ee}
.section_solution_system_theme .active.section_price_plan:after{background-color:rgba(222,231,241,.8)} */
.section_solution_system_theme .plan_card {
  transition: all 0.3s;
}
.section_solution_system_theme .plan_card:hover {
  background-color: #7a9ec8;
  color: var(--white_color);
}
.section_solution_system_theme .plan_card_group .plan_card {
  flex-direction: column;
}
.section_solution_system_theme .plan_card .aside_warp ul li i {
  background-color: #dce7f3;
}
.section_solution_system_theme .button_wrap .btn {
  border: 1px solid #7a9ec8;
  color: #7a9ec8;
}
.section_solution_system_theme .plan_card:hover .aside_warp ul li i {
  background-color: var(--white_color);
  color: #7a9ec8;
}
.section_solution_system_theme .plan_card:hover .button_wrap .btn {
  background-color: transparent;
  color: var(--white_color);
  border: 1px solid var(--white_color);
}

.section_solution_system_theme .section_service:after {
  background-color: rgba(222, 231, 241, 0.8);
}
.section_solution_system_theme .section_item_wrap ul li .sevice_item_number {
  color: #7fa4cc;
  border-right: 1px solid #dce7f3;
}
.section_solution_system_theme
  .section_item_wrap
  ul
  li
  a
  .sevice_item
  .sevice_item_detail {
  color: #7fa4cc;
}
.section_solution_system_theme .section_item_wrap ul li .icon_brand {
  background-color: #dce7f3;
}
.section_solution_system_theme .section_item_wrap ul li:hover {
  box-shadow: 0px 0px 25px rgba(127, 164, 204, 0.8);
}
.section_solution_system_theme .section_item_wrap ul li:hover .icon_brand {
  background-color: #7fa4cc;
}

@media (max-width: 1100px) {
  .section_solution_system_theme .service_items_detail ul li i {
    line-height: 1;
  }
  .section_solution_system_theme .service_items_detail ul li i svg {
    width: 50px;
    height: 50px;
  }
  .section_solution_system_theme .service_items_detail ul li h2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .section_solution_system_theme .service_items_detail ul li i {
    margin-left: inherit;
  }
  .section_solution_system_theme .plan_card {
    flex-direction: row;
  }
  .section_solution_system_theme .button_wrap {
    display: block;
  }
}
@media (max-width: 600px) {
  .section_solution_system_theme .plan_card {
    flex-direction: column;
  }
}
.section_solution_smart_theme .type2 {
  color: #e8dfc2;
}
.section_solution_smart_theme .tab_list li a {
  border: 1px solid #cca874;
  color: #cca874;
}
.section_solution_smart_theme .tab_list li a:hover,
.section_solution_smart_theme .tab_list li.active a {
  background-color: #cca874;
  color: #fdfdfd;
  border: 1px solid #cca874;
}
.section_solution_smart_theme .title_wrap {
  color: #d1ad78;
}
.section_solution_smart_theme .title_wrap span::before {
  background-color: #f4ebd1;
}
.section_solution_smart_theme .service_items_detail ul li h2 {
  color: #b5894a;
}
.section_solution_smart_theme .service_items_detail ul li h2 i svg {
  color: #e1d6b1;
  fill: currentColor;
}
.section_solution_smart_theme .section_step_wrap ul li .number {
  color: #d6b483;
}
.section_solution_smart_theme .section_step_wrap {
  position: relative;
}
.section_solution_smart_theme .section_step_wrap:after {
  content: "";
  position: absolute;
  background-color: #fefefe;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: background-color 1.6s cubic-bezier(0.6, 0.25, 0, 1);
  z-index: -1;
}
.section_solution_smart_theme .active .section_step_wrap:after {
  background-color: rgb(214, 180, 131, 0.8);
}
/* .section_solution_smart_theme .section_price_plan:after{background-color:#f0f0ee}
.section_solution_smart_theme .active.section_price_plan:after{background-color:rgba(244,235,209,.8)} */
.section_solution_smart_theme .plan_card {
  transition: all 0.3s;
}
.section_solution_smart_theme .plan_card:hover {
  background-color: #d9b682;
  color: var(--white_color);
}
.section_solution_smart_theme .plan_card_group .plan_card {
  flex-direction: column;
}
.section_solution_smart_theme .plan_card .aside_warp ul li i {
  background-color: #d9b682;
}
.section_solution_smart_theme .plan_card:hover .aside_warp ul li i {
  background-color: var(--white_color);
  color: #d9b682;
}
.section_solution_smart_theme .button_wrap .btn {
  border: 1px solid #d9b682;
  color: #d9b682;
}
.section_solution_smart_theme .plan_card:hover .button_wrap .btn {
  background-color: transparent;
  color: var(--white_color);
  border: 1px solid var(--white_color);
}

.section_solution_smart_theme .section_service:after {
  background-color: rgba(244, 235, 209, 0.8);
}
.section_solution_smart_theme .section_item_wrap ul li .sevice_item_number {
  color: #d1ae79;
  border-right: 1px solid #f5ebd2;
}
.section_solution_smart_theme
  .section_item_wrap
  ul
  li
  a
  .sevice_item
  .sevice_item_detail {
  color: #d1ae79;
}
.section_solution_smart_theme .section_item_wrap ul li .icon_brand {
  background-color: #f5ebd2;
}
.section_solution_smart_theme .section_item_wrap ul li:hover {
  box-shadow: 0px 0px 25px rgba(209, 174, 121, 0.8);
}
.section_solution_smart_theme .section_item_wrap ul li:hover .icon_brand {
  background-color: #d1ae79;
}

@media (max-width: 1100px) {
  .section_solution_smart_theme .service_items_detail ul li i {
    line-height: 1;
  }
  .section_solution_smart_theme .service_items_detail ul li i svg {
    width: 50px;
    height: 50px;
  }
  .section_solution_smart_theme .service_items_detail ul li h2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .section_solution_smart_theme .service_items_detail ul li i {
    margin-left: inherit;
  }
  .section_solution_smart_theme .button_wrap {
    display: block;
  }
}
@media (max-width: 600px) {
  .section_solution_smart_theme .plan_card {
    flex-direction: column;
  }
}
.section_solution .title_wrap {
  color: var(--primary_color);
}
.section_solution .title_wrap span::before {
  background-color: #f0e6d1;
}
@media (max-width: 1100px) {
  .solutions_wrap .primary_wrap {
    display: none;
  }
  .solutions_wrap .aside_warp {
    width: 100%;
  }
  .solutions_wrap .aside_warp ul li {
    max-width: 500px;
    margin: 0 auto 3%;
  }
  .solutions_wrap .aside_warp ul li h2 {
    font-size: 1.25rem;
  }
  .service_items_detail ul li {
    background-color: #fff;
    padding: 2% 2% 5%;
    border-radius: 100%;
    width: clamp(1rem, 30vw, 18rem);
    height: clamp(1rem, 30vw, 18rem);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .service_items_detail ul li:after {
    display: none;
  }
  .service_items_detail ul li .detail_article {
    font-size: 14px;
  }
  .section_step_wrap ul li .number {
    line-height: 1;
  }
  .plan_card_group .plan_card_group_wrap {
    display: inherit;
  }
  .plan_card_group .plan_card_group_wrap li.plan_card_group_item {
    margin-bottom: 5%;
  }
  .plan_card .aside_warp {
    margin-top: inherit;
  }
  .section_step_wrap ul li .number_wrap {
    flex-direction: row;
    justify-content: normal;
  }
  .section_step_wrap ul li .number {
    margin-right: 5%;
  }
  .section_step_wrap ul li {
    width: 48%;
    text-align: left;
  }
  .section_price_plan:after {
    height: 50vh;
  }
  .service_items_detail ul li i {
    margin-left: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 990px) {
  .service_items_detail ul li {
    width: 370px;
    height: 370px;
    margin: auto;
    margin-bottom: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .service_items_detail ul {
    flex-direction: column;
  }
  .service_items_detail ul li:nth-child(1) {
    margin-left: 5vw;
  }
  .service_items_detail ul li:nth-child(2) {
    margin-top: -113px;
    margin-left: 31vw;
  }
  .service_items_detail ul li:nth-child(3) {
    margin-left: 5vw;
    margin-top: -110px;
  }
  .service_items_detail ul li .detail_article {
    font-size: 1rem;
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .section_step_wrap {
    padding: 5% 0;
  }
  .service_items_detail ul {
    flex-direction: column;
    margin-top: 5%;
    align-items: center;
  }
  .section_step_wrap ul li {
    width: 100%;
    margin: 5% 0;
  }
  .solutions_wrap .aside_warp ul li h2 {
    font-size: 1.125rem;
  }
  .service_items_detail ul li {
    width: 370px;
    height: 370px;
    margin-bottom: 5%;
  }
  .title_wrap span::before {
    top: -1px;
  }
  .plan_card .primary_wrap {
    margin-bottom: 5%;
  }
  .plan_card .primary_wrap .price_wrap {
    margin-top: 5%;
  }
  .button_wrap {
    margin-top: 5%;
  }
  .solutions_wrap .aside_warp ul li {
    margin-bottom: 5%;
  }
}
.our_skill {
  margin-top: 218px;
}
.our_skill ul {
  display: flex;
  color: var(--primary_color);
}
.our_skill ul li {
  padding: 46px;
  border-left: 1px solid #e9cab1;
  position: relative;
  overflow: hidden;
}
.our_skill ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: background-color 1s cubic-bezier(0.6, 0.25, 0, 1);
  z-index: -1;
}
.our_skill ul li a {
  position: relative;
  z-index: 2;
}
.our_skill ul li:hover::after {
  background-color: rgba(191, 152, 121, 0.7);
}
.our_skill ul li h2 {
  color: var(--primary_color);
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  line-height: 24px;
  letter-spacing: 0.72px;
  font-weight: 400;
}
.our_skill ul li:hover h2 {
  color: #fdfdfd;
}
.our_skill ul li .sub_description {
  color: var(--primary_color);
  font-size: clamp(1rem, 1.8vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}
.our_skill ul li:hover .sub_description {
  color: #fdfdfd;
}
.our_skill ul li .icon {
  margin: 31px 0 65px;
}
.our_skill ul li .icon .icon_brand {
  background-color: #fff;
  color: #bf9879;
  border-radius: 100%;
  padding: 10px;
}
.our_skill ul li .description {
  font-size: 1rem;
  line-height: 1;
  color: #fdfdfd;
  line-height: normal;
}
.our_skill ul li .description_wrap {
  transform: translate(0, -30%);
  opacity: 0;
  transition: transform 1s;
}
.our_skill ul li:hover .description_wrap {
  transform: translate(0, 0);
  opacity: 1;
}
@media (max-width: 1500px) {
  .our_skill ul li {
    padding: 2%;
  }
}
@media (max-width: 1100px) {
  .our_skill ul li h2 {
    font-size: 16px;
  }
  .our_skill ul li .sub_description {
    font-size: 16px;
  }
  .our_skill ul li .icon {
    margin: 58px 0 30px;
  }
  .our_skill ul li .description_wrap {
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 1s;
  }
  .our_skill ul li .icon .icon_brand {
    background-color: var(--primary_color);
    color: var(--white_color);
  }
  .our_skill ul li .description {
    color: var(--primary_color);
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 821px) {
  .our_skill ul li h2 {
    font-size: 14px;
  }
  .our_skill ul li .sub_description {
    font-size: 14px;
  }
  .section_home .primary_wrap {
    flex: 0 0 100%;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .our_skill ul {
    flex-direction: column;
  }
  .our_skill ul li .sub_description {
    border-bottom: 1px solid #e9cab1;
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
  .our_skill ul li {
    margin-bottom: 10%;
  }
  .our_skill ul li .sub_description {
    line-height: 1.3;
  }
  .our_skill ul li .icon {
    position: absolute;
    right: 0;
    top: -7vh;
    margin: 0;
  }
}
.section_solution_marketing_theme ul.breadcrumb,
.section_solution_smart_theme ul.breadcrumb,
.section_solution_system_theme ul.breadcrumb,
.section_solution_webdesign_theme ul.breadcrumb {
  justify-content: center;
}

.section_item_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_item_wrap ul li {
  width: 48%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.5s;
}
.section_item_wrap ul li:hover {
  box-shadow: 0px 0px 25px rgba(195, 155, 122, 0.8);
}
.section_item_wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 30px;
}
.section_item_wrap ul li a .sevice_item {
  display: flex;
  flex-direction: row;
}
.section_item_wrap ul li a .sevice_item .sevice_item_detail {
  display: flex;
  flex-direction: column;
  color: #c39b79;
  justify-content: center;
  white-space: nowrap;
}
.section_item_wrap ul li a .sevice_item .sevice_item_detail .service_zh {
  font-size: 22px;
  letter-spacing: 0.66px;
}
.section_item_wrap ul li a .sevice_item .sevice_item_detail .service_eng {
  font-size: 18px;
  letter-spacing: 0.54px;
}

.section_item_wrap ul li .sevice_item_number {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  letter-spacing: 8.32px;
  color: #c39b79;
  font-weight: 600;
  border-right: 1px solid #f0e6d1;
  padding-right: 35px;
  margin-right: 35px;
  letter-spacing: 1.28px;
}
.section_item_wrap ul li .icon_brand {
  font-size: 45px;
  background-color: #f0e6d1;
  color: #fff;
  padding: 29px;
  border-radius: 100%;
  width: 73px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.section_item_wrap ul li:hover .icon_brand {
  background-color: #c39b79;
}

@media (max-width: 1100px) {
  .section_item_wrap ul li {
    width: 80%;
    margin: 0 auto 5%;
    max-width: 500px;
  }
  .section_item_wrap ul li a {
    padding: 5%;
  }
}
@media (max-width: 600px) {
  .section_item_wrap ul li {
    width: 100%;
  }
  .section_item_wrap ul li .sevice_item_number {
    font-size: 2rem;
    padding-right: 5%;
    margin-right: 5%;
  }
  .section_item_wrap ul li a .sevice_item .sevice_item_detail .service_zh {
    font-size: 1.2rem;
  }
  .section_item_wrap ul li a .sevice_item .sevice_item_detail .service_eng {
    font-size: 1rem;
  }
  .section_item_wrap ul li .icon_brand {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}


.project_swiper{
  margin: 40px 0 60px 0;
}