@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  color: #173551;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 300;
}

strong {
  font-weight: 400;
}

.dark,
.dark p,
.dark td {
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 0.8 !important;
  margin-top: unset;
  background-color: rgba(255, 255, 255, 0.25);
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #fff !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #fff !important;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
  margin-top: unset;
}

.csbreadcrumb {
  padding: 12px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
}

.csbreadcrumb a {
  color: var(--fs-color-primary);
}

.csbreadcrumb svg {
  vertical-align: middle;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 10px;
}

#header .nav > li {
  margin: 0 15px;
}

#header .nav > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

/* right column */
.home3 {
  width: 100%;
  overflow: hidden;
  background-image: url(/wp-content/uploads/tiger.d02499d-scaled.png);
  background-position: 50%;
  background-size: contain;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

@media screen and (min-width: 850px) {
  .home3 .col-left .col-inner {
    padding-left: 10%;
  }
}

.home3 .certification {
  margin-bottom: 48px;
  font-size: 18px;
}

.home3 .certification strong {
  background-color: #ccc;
  padding: 0px 4px;
  display: inline-block;
}

.home3 .honor-num {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--fs-color-primary);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 58px;
}

.home3 .scroll-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16rem;
  line-height: 1;
  color: #40abe4;
  transition: all 0.5s;
}

.home3 .scroll-num p {
  margin: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home3 .activeNum_2 {
  margin-top: -100%;
}

.home3 .activeNum_3 {
  margin-top: -200%;
}

.home3 .type-honor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  pointer-events: none;
}

.home3 .type-honor p {
  display: none;
  margin: 0;
}

.home3 .col-list .col-inner {
  height: 700px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: #fff;
  position: relative;
}

.home3 .col-list .col-inner::-webkit-scrollbar {
  display: none;
}

.home3 .col-list::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
}

.home3 .icon-box {
  padding: 40px 30px;
  border-top: 1px solid #dee4ea;
  display: flex;
  align-items: center;
  gap: calc(30px - 1em);
}

.home3 .icon-box h3 {
  font-size: 22px;
  color: #173551;
  word-break: break-word;
  font-weight: 400;
  margin-bottom: 10px;
}

.home3 .icon-box p {
  font-size: 14px;
  color: rgb(118, 133, 151);
}

.home4 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.home4 .row-title h2 {
  width: 216px;
  font-size: 36px;
}

.home4 .row-blog .post-item {
  flex-basis: calc(55% / 2);
  max-width: calc(55% / 2);
}

.home4 .row-blog .post-item:first-child {
  flex-basis: 45%;
  max-width: 45%;
}

.home4 .row-blog .post-item:first-child .image-cover {
  padding-top: 36.5% !important;
}

/* business */
.business1 .nav {
  justify-content: center;
  column-gap: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}

.business1 .nav::before {
  content: "";
  background-color: #f0f8fa;
  position: absolute;
  width: 100%;
  height: 100%;
  height: calc(100% - 20px);
}

.business1 .nav > li {
  padding: 20px 0;
  border: 1px solid transparent;
  display: flex;
  flex: 1 1 0%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  border-bottom-width: 0px;
  margin: 0;
}

.business1 .nav > li.active {
  background-color: #fff;
  border: 1px solid #deeaec;
}

.business1 .nav > li > a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: none;
  font-weight: 400;
  display: block;
  text-align: center;
}

.business1 .nav > li.active > a {
  color: #54abc3;
}

.business1 .nav > li .iconfont {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 0.75rem;
  font-weight: 100;
  display: block;
}

.list1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list1 ul li {
  margin-left: 0;
}

.list1 ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%2300295d%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20191.667%20191.667%22%20style%3D%22enable-background%3Anew%200%200%20191.667%20191.667%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M95.833%2C0C42.991%2C0%2C0%2C42.99%2C0%2C95.833s42.991%2C95.834%2C95.833%2C95.834s95.833-42.991%2C95.833-95.834S148.676%2C0%2C95.833%2C0z%20M150.862%2C79.646l-60.207%2C60.207c-2.56%2C2.56-5.963%2C3.969-9.583%2C3.969c-3.62%2C0-7.023-1.409-9.583-3.969l-30.685-30.685c-2.56-2.56-3.97-5.963-3.97-9.583c0-3.621%2C1.41-7.024%2C3.97-9.584c2.559-2.56%2C5.962-3.97%2C9.583-3.97c3.62%2C0%2C7.024%2C1.41%2C9.583%2C3.971l21.101%2C21.1l50.623-50.623c2.56-2.56%2C5.963-3.969%2C9.583-3.969c3.62%2C0%2C7.023%2C1.409%2C9.583%2C3.969C156.146%2C65.765%2C156.146%2C74.362%2C150.862%2C79.646z%22%2F%3E%3C%2Fsvg%3E");
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 5px;
  margin-right: 5px;
}

.about2 {
  background: #f0f8fa;
}

.about-item {
  padding: 28px 0;
  min-height: 199px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dee4ea;
  padding: 0 113px;
}

.about-item h2 {
  width: 189px;
  font-size: 18px;
  font-weight: 300;
  color: #173551;
  margin-bottom: 0;
}

.about-item h3 {
  width: calc(100% - 189px);
  font-size: 32px;
  font-family: Helvetica;
  color: #173551;
}

.about-item .t1 {
  width: 189px;
  font-size: 18px;
  font-weight: 300;
  color: #173551;
  margin-bottom: 0;
}

.about-item .t2 {
  width: calc(100% - 189px);
  font-size: 18px;
  font-family: Helvetica;
  color: #173551;
  padding-left: 20px;
}

.about3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about3 .about-item {
  align-items: unset;
}

/* archive-post */
.blog-archive {
  padding-top: 0;
}

.blog-archive .head-top {
  width: 100%;
  margin-bottom: 40px;
}

.blog-archive .head-top h2 {
  line-height: 68px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}

.page-banner .banner-wrapper {
  height: 300px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.archive-page-header {
  display: none !important;
}

.blog-single .head-top {
  display: none !important;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  line-height: 32px;
}

.entry-header .entry-category {
  background-color: rgb(249, 213, 233);
  color: rgb(23, 53, 81);
  display: inline-block;
  padding: 3px 4px 2px;
  font-size: 12px;
  opacity: 1;
  width: fit-content;
  margin-bottom: 10px;
}

.entry-header h1 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
  color: #173551;
  line-height: 50px;
}

.entry-header .is-divider {
  display: none;
}

.entry-header .entry-meta {
  font-size: 16px;
}

/* post-item */
.post-item {
  border-left: 1px solid #dce1e5;
}

.post-item:nth-child(4n) {
  border-right: 1px solid #dce1e5;
}

.post-item:last-child {
  border-right: 1px solid #dce1e5;
}

.post-item .box {
  display: flex;
  flex-flow: column;
}

.post-item .box-image {
  width: 100%;
  order: 2;
}

.post-item .box-text {
  padding: 0;
}

.post-item .cat-label {
  background-color: rgb(249, 213, 233);
  color: rgb(23, 53, 81);
  display: inline-block;
  padding: 3px 4px 2px;
  font-size: 12px;
  opacity: 1;
  margin-bottom: 10px;
}

.post-item .post-title {
  color: #173551;
  height: 60px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
  text-overflow: -o-ellipsis-lastline;
}

.post-item .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.post-item .is-divider {
  display: none;
}

.post-item .box-text a.button {
  opacity: 0;
}

.post-item a.button {
  order: 3;
  text-align: left;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #768597;
  line-height: 1;
  min-height: unset;
}

.post-item.col {
  padding-bottom: 0;
  margin-bottom: 50px;
}

/*  */
.wpcf7 p {
  position: relative;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  outline-style: none;
  border: 1px solid #768597;
  border-radius: 4px;
  padding: 6px 25px 6px 6px;
  width: 396px;
  height: 48px;
  font-size: 14px;
  background-color: #f0f8fa;
  box-shadow: none !important;
}

.wpcf7 .clear-input {
  color: red;
  position: absolute;
  top: 15px;
  right: 15px;
}

.wpcf7 input[type="submit"] {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  width: 100%;
  border-radius: 5px;
  height: 40px;
}

.wpcf7-spinner {
  display: none !important;
}

/* footer */
.footer1 {
  padding: 90px 0 30px;
  background-color: #f0f8fa;
  background-image: url(/wp-content/uploads/help_background.052e683.png);
  background-repeat: no-repeat;
  background-size: 604px 459px;
  background-position: 97px bottom;
}

.footer1 .col-text h2 {
  font-weight: 400;
  color: #173551;
  font-size: 36px;
  margin-bottom: 70px;
}

.footer1 .col-text p {
  font-weight: 300;
  color: #173551;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer1 .col-text h3 {
  font-weight: 400;
  color: #173551;
  font-size: 36px;
  margin-bottom: 10px;
}

.footer2 {
  background-color: var(--fs-color-primary);
  padding-top: 90px;
  color: #fff;
  font-size: 14px;
}

.footer2 ul {
  list-style: none;
  margin: 0;
}

.footer2 ul li {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.text-border {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 9999px;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.text-border p:last-child {
  margin-bottom: 0;
}

.customerService {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 100;
}

.customerService .customerService-con {
  width: 180px;
  background: url(/wp-content/uploads/lianxi_bg.1d08113.png) no-repeat 50%;
  padding: 14px;
  background-size: contain;
  color: #fff;
  position: relative;
  font-size: 14px;
}

.customerService .customerService-con .contact-icon {
  width: 31px;
  height: 21px;
  margin-right: 14px;
}

.customerService .customerService-con .customerServiceDialog {
  width: 324px;
  height: 0;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  bottom: 55px;
  right: 0;
  color: #173551;
  transition: height 1s;
}

.customerService .customerService-con .customerServiceDialog .contactTarget {
  height: 92px;
  background: url(/wp-content/uploads/contact_target_bg.eee5256.png) no-repeat
    50%;
  background-size: contain;
  padding: 17px 22px;
  margin-bottom: -3px;
}

.customerService .customerService-con .customerServiceDialog .contactTarget p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

.customerService
  .customerService-con
  .customerServiceDialog
  .contactTarget
  .phone {
  font-size: 28px;
}

.customerService
  .customerService-con
  .customerServiceDialog
  .customerServiceCon {
  padding: 14px 22px 6px;
  background: #fff;
  border: 1px solid #eaf0f6;
}

.customerService
  .customerService-con
  .customerServiceDialog
  .customerServiceCon
  .ant-row:not(:last-child) {
  margin-bottom: 0;
}

.customerService
  .customerService-con
  .customerServiceDialog
  .customerServiceCon
  p {
  margin-bottom: 0;
  line-height: 24px;
}

.customerService
  .customerService-con
  .customerServiceDialog
  .customerServiceCon
  .title {
  font-size: 18px;
  color: #173551;
  margin-bottom: 6px;
}

.customerService
  .customerService-con
  .customerServiceDialog
  .customerServiceCon
  .announcements {
  font-size: 11px;
  transform: scale(0.8);
  transform-origin: left top;
  color: #999;
  margin-bottom: 4px;
}

.customerService
  .customerService-con
  .customerServiceDialog
  .customerServiceCon
  .customerServiceBtn {
  background: #f9d5e9;
  border-radius: 30px;
  padding: 6px 0;
  line-height: 20px;
  text-align: center;
  color: #173551;
  margin: 10px 0;
  cursor: pointer;
}

.customerService .customerService-con:hover .customerServiceDialog {
  height: 555px;
}

.customerService input {
  max-height: 30px !important;
}

.customerService textarea {
  max-height: 60px;
  min-height: unset;
}

.register .banner {
  border-radius: 16px;
  overflow: hidden;
}

.register form {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 30px;
}

.register .wpcf7 input[type="submit"] {
  background-color: var(--wp--preset--color--luminous-vivid-amber);
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .post-item {
    border-right: 1px solid #dce1e5;
  }

  .page-banner .banner-wrapper {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
  }

  .entry-header h1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .entry-header .entry-meta {
    font-size: 14px;
  }

  .home3 .icon-box {
    padding: 15px;
  }

  .home3 .icon-box .icon-box-img {
    max-width: 100px;
  }

  .home3 .icon-box h3 {
    font-size: 18px;
  }

  .home3 .honor-num,
  .home3 .scroll-num p {
    aspect-ratio: 2 / 1;
  }

  .home3 .scroll-num {
    font-size: 100px;
  }

  .home3 .col-list .col-inner {
    height: 350px;
  }

  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  #masthead .icon-menu:before {
    content: "";
  }

  .business1 .nav {
    overflow: auto;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    flex-flow: unset;
    border-radius: 8px;
    justify-content: unset;
  }

  .business1 .nav > li {
    flex: 0 0 auto;
    padding: 10px;
  }

  .business1 .nav::before {
    width: 220px;
  }

  .about-item {
    display: block;
    padding: 0;
    min-height: unset;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about2 {
    padding-top: 15px;
  }

  .about-item h3,
  .about-item .t2 {
    width: 100%;
    font-size: 16px;
  }

  .about3 {
    padding-top: 15px;
  }
}
