/* ================= ICONS ================== */
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  color: #1b1b1b;
}

/* ================= GENERAL STYLES ================== */
.blogimage,
.galleryimage,
#lightGallery-slider .lightGallery-slide {
  background: url("images/loader.gif") no-repeat scroll center center transparent;
}

.container,
.container-fluid,
.container-xxxxl,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1090px;
  }

  .container-xxxl {
    max-width: 1378px;
  }
}

@media (min-width: 1720px) {
  .container-xxl {
    max-width: 1378px;
  }

  .container-xxxl {
    max-width: 1702px;
  }
}

@media (min-width: 2080px) {
  .container-xxxxl {
    max-width: 2036px;
  }
}

body {
  font-family: "Helvetica Neue", "PingFang SC", ui-sans-serif, system-ui,
    -apple-system, BlinkMacSystemFont, "Hiragino Sans GB", "Microsoft YaHei",
    "Heiti SC", "WenQuanYi Micro Hei", "Segoe UI", Roboto, "Helvetica Neue",
    "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
.text-h1 {
  font-size: 44px;
}

h2,
.text-h2 {
  font-size: 40px;
}

.text-h2-lg {
  font-size: 48px;
}

h3,
.text-h3 {
  font-size: 32px;
}

h4,
.text-h4 {
  font-size: 24px;
}

h5,
.text-h5 {
  font-size: 22px;
}

h6,
.text-h6 {
  font-size: 20px;
}

h6.md {
  font-size: 14px;
  font-weight: bold;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #727272;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1b1b;
  line-height: 1.5;
}

.project-details h4,
.project-details h5,
.project-details h6 {
  font-weight: 300;
}

.home-hero.bg-black h1 span,
.home-hero.bg-black h2 span,
.home-hero.bg-black h3 span,
.home-hero.bg-black h4 span,
.home-hero.bg-black h5 span,
.home-hero.bg-black h6 span {
  color: rgba(255, 255, 255, 0.5);
}

.home-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {

  h1,
  .text-h1 {
    font-size: 80px;
  }

  h2,
  .text-h2 {
    font-size: 48px;
  }

  .text-h2-lg {
    font-size: 60px;
  }

  h3,
  .text-h3 {
    font-size: 40px;
  }

  h4,
  .text-h4 {
    font-size: 30px;
  }

  h5,
  .text-h5 {
    font-size: 24px;
  }

  h6,
  .text-h6 {
    font-size: 20px;
  }
}

@media (min-width: 2560px) {
  h1 {
    font-size: 90px;
  }
}

.displaynone {
  display: none;
}

a {
  color: #1b1b1b;
  outline: none !important;
  text-decoration: none !important;
}

a:hover,
a:focus {
  color: #1b1b1b;
}

p {
  font-size: 18px;
  color: #1b1b1b;
}

hr {
  background-color: #f5f1f0;
}

.label {
  background-color: #f5f1f0;
  color: #333333;
}

.label a {
  color: #fff;
}

.label a:hover {
  color: #fff;
}

blockquote {
  background: #f5f1f0;
}

blockquote:before {
  background: #1b1b1b;
}

blockquote:after {
  color: #fff;
}

.fc-fff {
  color: #fff !important;
}

.fc-ccc {
  color: #ccc !important;
}

.fc-999 {
  color: #999 !important;
}

.fc-666 {
  color: #666 !important;
}

.fc-000 {
  color: #000 !important;
}

.fc-73 {
  color: #737373 !important;
}

.fc-8f {
  color: #8f8f8f !important;
}

.text-block,
.fc-1b {
  color: #1b1b1b !important;
}

.fc-75 {
  color: #757575 !important;
}

.ft-uppercase {
  text-transform: uppercase !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.underlined {
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.underlined:after {
  background-color: currentColor;
  bottom: var(--offset, -15px);
  content: "";
  height: var(--height, 4px);
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0.3s;
  width: 0;
}

.underlined:hover:after {
  transition: all 0.3s ease;
  width: 100%;
}

.underlined--thick {
  --height: 0.4rem;
}

.underlined--offset {
  --offset: -0.2rem;
}

.underline-multiple {
  background-image: linear-gradient(transparent 72%,
      #fff 88%,
      transparent 0,
      transparent);
  background-repeat: no-repeat;
  background-size: 0 100%;
  display: inline;
  transition: background-size 0.3s ease-in;
}

.underline-multiple:hover {
  background-size: 100% 100%;
}

/* ================= CAROUFREDSEL ================== */
.nav-buttons {
  background-color: #1b1b1b;
}

.nav-buttons span {
  color: #fff;
}

.micon {
  background-color: #1b1b1b;
}

#caroufredsel-main-wrapper .slidetext {
  color: #fff;
  background-color: #1b1b1b;
}

#caroufredsel-main-wrapper .slidetext a {
  color: #fff;
}

/* ================= MAIN MENU  ================== */
.navbar-default {
  background-color: transparent;
  border: 0;
  min-width: 320px;
  margin-bottom: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.navbar-brand {
  padding: 12px 0;
  height: auto;
}

.logo h1 {
  color: #1b1b1b !important;
}

.sub-menu {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  list-style: outside none none;
  margin: 0;
  min-width: 150px;
  padding: 5px 0;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.nav-container {
  background-color: #fff;
}

.nav a {
  font-size: 14px;
  padding: 10px 10px;
}

/* ================= LATEST NEWS ================== */
.latest-news>figcaption {
  background-color: #f5f1f0;
}

.latest-news>figcaption>div>hr {
  background-color: #fff;
}

.latest-news h5 a {
  color: #333333;
}

.latest-news h5 a:hover {
  color: #1b1b1b;
}

/* ================= NEWS ================== */
.blogcontainer {
  background-color: #f6f6f6;
}

.blogimage a {
  background-color: #1b1b1b;
}

.postcontent h4 a {
  color: #333333;
}

.postcontent h4 a:hover {
  color: #1b1b1b;
}

.postcontent>hr {
  background-color: #fff;
}

.featured-image-date {
  background-color: #1b1b1b;
}

.featured-image-date p {
  color: #fff;
}

.blogmetadata {
  background-color: #f5f1f0;
}

.blogmetadata a {
  color: #666666;
}

.blogmetadata a:hover {
  color: #1b1b1b;
}

.blogmetadata span {
  color: #fff;
}

/* ================= COMMENTS  ================== */
.comments_content {
  border-top: 1px solid #f5f1f0;
}

/* ================= SIDEBAR ================== */
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_rss ul li,
.widget_recent-posts ul li,
.recentcomments,
.sidebar-list li {
  border-bottom: 1px solid #f5f1f0;
}

/* ================= FORMS ================== */
input,
textarea,
select {
  border: 1px solid #f5f1f0;
  color: #7a7a7a;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #1b1b1b;
}

.next a,
.previous a,
input[type="submit"] {
  color: #fff !important;
  background-color: #1b1b1b;
}

.next a:hover,
.previous a:hover,
input[type="submit"]:hover {
  color: #fff !important;
  background-color: #333;
}

::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.5);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #7a7a7a;
}

/* Firefox < 19 */
:-moz-placeholder {
  color: rgba(122, 122, 122, 0.5);
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #7a7a7a;
}

/* Firefox > 19 */
::-moz-placeholder {
  color: rgba(122, 122, 122, 0.5);
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #7a7a7a;
}

/* Internet Explorer 10 */
:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.5);
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #7a7a7a;
}

/* ================= BACK TO TOP BUTTON ================== */
.back-to-top {
  z-index: 9999;
  cursor: pointer;
  background-color: rgba(27, 27, 27, 0);
}

/* ================= ACCORDION  ================== */
#accordion-container {
  border-top: 1px solid #f5f1f0;
}

.accordion-header {
  border-bottom: 1px solid #f5f1f0;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

.accordion-header:hover {
  color: #1b1b1b;
}

.active-header {
  color: #1b1b1b;
}

.accordion-content {
  border-bottom: 1px solid #f5f1f0;
  display: none;
  font-size: 16px;
  padding: 5px;
}

/*General */
.date,
.en,
.en p {
  font-family: "Segoe UI", "Microsoft Yahei UI", "Microsoft Yahei", Arial !important;
}

.en p {
  line-height: 1.2em;
}

.bold {
  font-weight: 600;
}

.bold.en {
  font-weight: bold;
}

.light {
  font-weight: 300;
}

.white,
.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #fff;
}

@media (min-width: 992px) {

  .white-sm,
  .white-sm p,
  .white-sm h1,
  .white-sm h2,
  .white-sm h3,
  .white-sm h4,
  .white-sm h5,
  .white-sm h6 {
    color: #fff;
  }
}

.bg-white {
  background-color: #fff;
}

.gray,
.gray p {
  color: #f5f5f5;
}

.bg-gray {
  background-color: #f5f5f5;
}

.black,
.black p {
  color: #1b1b1b !important;
}

.bg-black {
  background-color: #1b1b1b;
}

.bg-dark-gray {
  background-color: #1B1B1B;
}

.blue,
.blue p {
  color: #1b1b1b;
}

.bg-blue {
  background-color: #1b1b1b;
}

.yellow,
.yellow p {
  color: #ffd333;
}

.bg-yellow {
  background-color: #ffd333;
}

.purple,
.purple p {
  color: #6c6cff;
}

.bg-purple {
  background-color: #6c6cff;
}

.green,
.green p {
  color: #11aa55;
}

.font-10,
.font-10 p {
  font-size: 10px;
}

.font-12,
.font-12 p {
  font-size: 12px;
}

.font-14,
.font-14 p {
  font-size: 14px;
}

.font-16,
.font-16 p {
  font-size: 16px;
}

.font-18,
.font-18 p {
  font-size: 18px;
}

.font-20,
.font-20 p {
  font-size: 20px;
}

.font-22,
.font-22 p {
  font-size: 22px;
}

.font-24,
.font-24 p {
  font-size: 24px;
}

.img-wrapper {
  overflow: hidden;
  position: relative;
}

.img-wrapper img {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.img-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bg-green {
  background-color: #11aa55;
}

.no-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.page-block-padding {
  padding: 20px 70px;
}

.padding-large-v {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-large-h {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-base-v {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-base-h {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-small-v {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-small-h {
  padding-left: 10px;
  padding-right: 10px;
}

.no-padding-v {
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-padding-h {
  padding-left: 0px;
  padding-right: 0px;
}

.show-grid-lg {
  margin-bottom: 35px;
}

.show-grid-md {
  margin-bottom: 25px;
}

.show-grid-sm {
  margin-bottom: 15px;
}

.show-grid-xs {
  margin-bottom: 5px;
}

.required {
  color: #d90000;
}

.container {
  width: auto;
  max-width: 100%;
}

.cus_btn {
  display: inline-block;
  color: #333;
  border: 1px solid #333;
  padding: 10px 38px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  pointer-events: auto;
  line-height: 20px;
  font-family: "Segoe UI", "Microsoft Yahei UI", "Microsoft Yahei", Arial !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.white.cus_btn {
  color: #fff;
  border-color: #fff;
}

.cus_btn.read-btn {
  border-color: rgba(255, 255, 255, 0.4);
}

.cus_btn.read-btn:hover {
  border-color: #fff;
}

.main-content-wrapper>.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .position-absolute-sm {
    position: absolute;
  }
}

.zero-row {
  margin-left: 0;
  margin-right: 0;
}

.zero-row>[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.width-12 {
  max-width: 1200px;
}

.width-5 {
  max-width: 500px;
}

.width-12,
.width-5 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.width-container {
  width: 100%;
  margin: 0 auto;
}

/*Header*/
.banner-wrapper {
  background-position: center center;
  background-size: cover;
  min-height: 850px;
}

@media (max-width: 1440px) {
  .banner-wrapper {
    min-height: 803px;
  }
}

@media (max-width: 1366px) {
  .banner-wrapper {
    min-height: 759px;
  }
}

@media (max-width: 1280px) {
  .banner-wrapper {
    min-height: 708px;
  }
}

header {
  position: relative;
}

.navbar-default .navbar-nav>li>a {
  color: rgba(255, 255, 255, 0.8);
  padding: 25px 2px 12px;
}

.header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 5px 65px;
}

.header-top nav ul.nav>li {
  margin: 0 15px;
}

.header-top nav ul.nav>li>a {
  border-bottom: 3px solid transparent;
}

.header-top nav ul.nav>li.current-menu-item>a,
.header-top nav ul.nav>li:hover>a,
.header-top nav ul.nav>li:focus>a,
.header-top nav ul.nav>li.current_page_item>a,
.header-top nav ul.nav>li.current-page-ancestor>a {
  border-bottom-color: #fff;
  color: #fff;
}

.page-title-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.page-title-wrapper h2 {
  width: 52%;
  margin-bottom: 5px;
  font-weight: 600;
  word-break: break-all;
  color: #fff;
  font-family: "Segoe UI", "Microsoft Yahei UI", "Microsoft Yahei", Arial !important;
}

.page-title-wrapper h5 {
  color: #fff;
  font-family: "Segoe UI", "Microsoft Yahei UI", "Microsoft Yahei", Arial !important;
}

/*Footer*/
.footer-left a {
  color: #fff;
  font-weight: bold;
}

footer a,
.footer-left a:hover {
  color: #7a7a7a;
}

.sub-footer a {
  color: rgba(255, 255, 255, 0.1);
}

footer a:hover,
footer a:focus {
  color: #fff;
}

.footer-top {
  padding: 60px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
}

footer h5 {
  line-height: 20px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 1.6rem;
}

footer .footer-left h5 {
  font-size: 2rem;
}

.footer-left ul {
  max-width: 270px;
}

.footer-left li {
  padding-bottom: 25px;
  float: left;
  font-size: 16px;
  width: 50%;
}

.sub-footer {
  text-align: center;
  line-height: 30px;
  padding: 25px 0;
  font-size: 14px;
  color: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact {
  padding-top: 25px;
}

.footer-social {
  margin-top: 55px;
  margin-bottom: 5px;
}

.footer-social li {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1;
  position: relative;
}

.footer-contact li:last-child,
.footer-social li:last-child,
#menu-footer-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footer-contact-us li {
  padding-bottom: 5px;
  font-size: 12px;
}

.footer-social li img {
  max-width: 35px;
}

.footer-social li .wechat-img img {
  max-width: 100%;
  opacity: 1 !important;
}

.wechat-img {
  bottom: 40px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  width: 200px;
}

.footer-social li.social-wechat:hover .wechat-img {
  display: block;
}

.footer-social li:hover img {
  opacity: 0.4;
}

footer .hidden-menu .widget_nav_menu {
  float: right;
  margin-right: 50px;
}

.footer-section h5 {
  font-size: 20px;
}

.footer-section p {
  font-size: 26px;
}

.footer-dark a.fc-fff:hover,
.footer-dark a.fc-73:hover,
.footer-dark a.nav-link:hover {
  color: #737373 !important;
}

@media (min-width: 992px) {
  .footer-dark .section-container {
    min-width: 400px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .custom-cursor-dot {
    background-color: #fff;
    border-radius: 100%;
    height: 0;
    left: 50%;
    left: 0;
    mix-blend-mode: difference;
    pointer-events: none;
    position: fixed;
    top: 50%;
    top: 0;
    transform: translate(calc(var(--mouse-x) - 50%),
        calc(var(--mouse-y) - 50%));
    transition-duration: 0.3s, 0.3s, 0ms, 0ms;
    transition-property: width, height, transform;
    transition-timing-function: ease-out;
    width: 0;
    will-change: width, height, transform;
    z-index: 999;
  }

  .cursor-trigger:hover .custom-cursor-dot {
    height: 8rem;
    width: 8rem;
  }
}

/*Home*/

.img_reward {
  max-height: 38px;
}

.img_partner_logo {
  max-height: 90px;
}

#rev_slider_1_1 .rev-btn,
.page-title-wrapper .cus_btn {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
  text-transform: capitalize;
  font-family: "Segoe UI", "Microsoft Yahei UI", "Microsoft Yahei", Arial !important;
}

.page-title-wrapper .cus_btn {
  line-height: 20px;
  padding-left: 41px;
  padding-right: 41px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#rev_slider_1_1 .rev-btn:hover,
.page-title-wrapper .cus_btn:hover {
  border: 1px solid rgba(255, 255, 255, 1) !important;
  color: #fff !important;
}

.page-first-section {
  background: #a5a5a5;
  color: #fff;
  font-size: 24px;
  padding: 20px 20px 80px;
  text-align: center;
  font-weight: 300;
  min-height: 200px;
}

.page-first-section .page-down-icon i:before {
  font-size: 40px;
  color: #fff;
}

.page-first-section .page-down-icon {
  padding: 0 0 38px;
  line-height: 20px;
}

.page-down-icon .fade-anchor {
  display: inline-block;
  opacity: 0.4;
}

.page-down-icon .fade-anchor:hover {
  opacity: 1;
}

.global-rel article {
  position: relative;
  z-index: 20;
}

.global-rel article .global-abs {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 25px;
  pointer-events: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 15;
}

article.article-toggle-box .global-abs,
.global-rel article .global-abs .post-item,
.about-section-team .global-rel article .selected-info {
  pointer-events: auto;
}

.loop-project .selected-info,
.loop-project .selected-info a,
.loop-project .selected-info h2,
.loop-project .selected-info h3,
.loop-project .selected-info h4,
.loop-project .selected-info h5,
.loop-project .selected-info h6,
.loop-project .selected-info p,
.loop-project .project-item,
.loop-project .project-item a,
.loop-project .project-item h5,
.loop-project .project-item h6,
.loop-project .project-item p {
  color: #fff;
}

.loop-project a[rel="no_link"] {
  cursor: default;
}

.loop-project .from-project-category h3,
.loop-project .page-true h3 {
  font-size: 3.4rem;
  margin-bottom: 5px;
}

.loop-project .from-text h2 {
  margin-bottom: 5px;
  word-break: break-all;
}

.loop-project .from-project .project-info h6 {
  margin-bottom: 8px;
}

.loop-project .from-project .project-info h4 {
  margin-bottom: 0;
}

.loop-project .from-project .project-info {
  opacity: 0;
  left: 0;
  padding: 32px 32px;
  position: absolute;
  bottom: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
}

.loop-project article.from-project .project-info {
  opacity: 1;
}

.home .page-projects-section {
  margin-right: -8px;
  margin-left: -8px;
}

.home .page-projects-section [class^="bg-"]:hover {
  background: rgba(35, 40, 45, 0.9);
}

.loop-project .from-project:before,
article.article-toggle-box .global-abs:before,
article.cat-latest-news:before,
article.cat-leader:before {
  content: " ";
  background: transparent;
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  z-index: 10;
}

.loop-project .from-project.invalidating-link:before {
  content: none;
}

.loop-project .from-project.invalidating-link .project-info h5,
.loop-project .from-project.invalidating-link .project-excerpt {
  display: inline-block;
  clear: right;
}

article.article-toggle-box:hover .global-abs:before,
article.cat-latest-news:hover:before,
article.cat-leader:hover:before,
.loop-project .from-project:focus:before,
article.article-toggle-box:focus .global-abs:before,
article.cat-latest-news:focus:before,
article.cat-leader:focus:before {
  background: rgba(35, 40, 45, 0.9);
}

.section-title h6 {
  line-height: 20px;
  margin-bottom: 0;
  padding: 40px 0;
  color: #7a7a7a;
}

.home-wrads-bottom .wpb_wrapper {
  max-width: 120px;
  margin: 0 auto;
}

.news-wrapper .cat-design {
  background: #1b1b1b;
}

.news-wrapper article:hover {
  background: rgba(35, 40, 45, 0.9);
}

.news-wrapper .cat-ignore-sticky {
  background: #7a7a7a !important;
}

.news-wrapper .cat-team-activity,
.news-wrapper .cat-industry-news {
  background: #fff;
}

.news-wrapper .cat-team-activity .cus_btn {
  border-color: rgba(68, 68, 68, 0.4);
  color: #444;
}

.news-wrapper article:hover .cus_btn {
  border-color: rgba(255, 255, 255, 1);
  color: #fff;
}

.home .cat-latest-news .post-info,
.home .cat-leader .post-info {
  opacity: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.home .cat-latest-news:hover .post-info,
.home .cat-leader:hover .post-info {
  opacity: 1;
}

.leader-info {
  margin-top: -30px;
  position: relative;
  text-align: center;
  top: 50%;
  width: 100%;
}

.news-wrapper article:hover .post-item a {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.news-wrapper .cat-design,
.news-wrapper .cat-design .post-excerpt,
.news-wrapper .cat-design h5,
.news-wrapper .cat-design .post-item a,
.news-wrapper .cat-ignore-sticky,
.news-wrapper .cat-ignore-sticky .post-excerpt,
.news-wrapper .cat-ignore-sticky h5,
.news-wrapper .cat-ignore-sticky .post-item a,
.news-wrapper article:hover,
.news-wrapper article:hover .post-excerpt,
.news-wrapper article:hover h5,
.news-wrapper article:hover .post-item a,
.service-section03-wrap article:hover,
.service-section03-wrap article:hover .service-section03-text,
.service-section03-wrap article:hover .service-section03-info h5,
.service-section03-wrap article:hover .service-section03-text a,
.service-section03-wrap article:hover .service-section03-text p,
.service-section03-wrap article:hover .service-section03-text ul {
  color: #fff;
}

.news-wrapper .post-info .cus_btn {
  margin-top: 20px;
}

.news-wrapper .post-info h5 {
  padding: 10px 0 5px 0;
  line-height: 1.4;
}

.clients-list ul li {
  line-height: 100px;
  text-align: center;
}

.clients-list {
  padding: 35px 0;
}

.page-links-section {
  background: #fff;
  padding: 0;
  margin-bottom: 20px;
  z-index: 200;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  -ms-transition: padding 0.2s ease-in-out;
}

.page-links-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
  line-height: 20px;
}

.page-links-section ul li {
  display: inline-block;
  padding: 0 35px 0 30px;
  line-height: 20px;
}

.clients-list img {
  margin: 0 auto;
  max-width: 120px;
}

.page-links-section ul li a {
  color: #1b1b1b;
  font-weight: bold;
}

/* .page-links-section ul li:hover a,
.page-links-section ul li.current>a,
.page-links-section ul li.active>a,
.page-links-section ul li.active-tab {
  display: block;
  padding: 10px 0;
  border-bottom: #1b1b1b solid 2px;
} */

@media (min-width: 992px) {
  .main-content .page-links-section {
    border-top: 1px solid #f4f4f4;
  }
}

/*News*/
.page-template-template-news article.cat-latest-news .post-info-detail,
.archive.category article.cat-latest-news .post-info-detail {
  bottom: 0;
  height: auto;
  left: 0;
  padding: 20px 25px;
  position: absolute;
  top: auto;
  width: 100%;
}

.page-template-template-news article.cat-latest-news .post-info h5,
.archive.category article.cat-latest-news .post-info h5 {
  font-weight: bold;
  font-size: 2.8rem;
}

.global-rel article .global-abs .post-item {
  font-size: 14px;
}

.home .news-wrapper article .post-info,
.category .news-wrapper article .post-info,
.page-news-right article .post-info {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.category .news-wrapper [class^="col-xs-"]:nth-child(4n) .post-info,
.page-news-right [class^="col-xs-"]:nth-child(2n) .post-info {
  border-right: 0;
}

/*Service*/
.section-text {
  text-align: center;
  margin: 0 auto;
  padding: 85px 80px 95px;
  max-width: 1300px;
}

.section-text p {
  line-height: 1.75;
}

.section-text h5 {
  max-width: 680px;
  margin: 0 auto 30px;
  line-height: 1.9em;
  padding: 0 30px;
}

.section-title h5 {
  line-height: 1.9em;
}

.section-text h6 {
  color: #1b1b1b;
  font-family: "Segoe UI", "Microsoft Yahei UI", "Microsoft Yahei", Arial !important;
  margin: 30px 0 60px;
  font-size: 16px;
}

article.article-toggle-box .global-abs h5 {
  font-size: 16px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  padding: 15px 30px;
  min-width: 240px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin: 0;
}

article.article-toggle-box:hover .global-abs h5,
article.article-toggle-box:focus .global-abs h5 {
  opacity: 0;
}

.article-toggle-text {
  opacity: 0;
  position: inherit;
  padding: 25px 55px;
  z-index: 50;
  height: 100%;
}

article.article-toggle-box:hover .article-toggle-text,
article.article-toggle-box:focus .article-toggle-text {
  opacity: 1;
}

.service-section03-info {
  padding: 75px 80px 25px;
  position: relative;
}

.service-section04 .tparrows:before {
  color: #7a7a7a;
}

.service-section04 .tp-bullet::after {
  background-color: #7a7a7a;
}

.service-section04 .tp-bullet {
  background-color: rgba(122, 122, 122, 0.5);
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
}

.service-section03-wrap article {
  border-top: 1px solid #f4f4f4;
  position: relative;
}

.service-section03-wrap article:hover {
  background-color: rgba(35, 40, 45, 0.95);
}

.service-section03-wrap article:last-child {
  border-bottom: 1px solid #f4f4f4;
}

.service-section03-info h5 {
  color: #1b1b1b;
}

.service-section03-info .read-more {
  font-size: 14px;
  font-family: "Segoe UI", "Microsoft Yahei UI", "Microsoft Yahei", Arial !important;
  /*	position: absolute;
	bottom: 30px;*/
}

.service-section03-text ul {
  margin-bottom: 20px;
}

ul,
ol {
  padding-left: 20px;
}

ul>li,
ol>ul>li {
  line-height: 1.65;
}

.contact-bottom-section {
  padding: 85px 0;
  border-top: 1px solid #f4f4f4;
}

.contact-bottom-section h5 {
  padding-bottom: 10px;
  font-size: 2.8rem;
}

.contact-bottom-section .cus_btn {
  margin-top: 10px;
}

.contact-bottom-section .cus_btn:hover {
  border-color: #1b1b1b;
}

.page-contact-bottom h5 {
  padding-bottom: 15px;
  font-size: 2.8rem;
}

.contact-bottom-item>.wpb_wrapper {
  padding-left: 85px;
  padding-right: 85px;
}

/*About*/
.about-section-history {
  padding: 60px 0 0;
}

.about-history-item .number {
  font-size: 78px;
  color: #1b1b1b;
  font-weight: 300;
  padding-bottom: 10px;
}

.about-history-item {
  text-align: center;
  padding-bottom: 60px;
}

.about-history-item h5 {
  color: #444;
  font-size: 16px;
}

.about-section-team .global-rel article .selected-info {
  text-align: center;
  height: auto;
  margin-top: -50px;
  top: 50%;
}

.about-section-clients .section-text {
  padding-bottom: 60px;
}

.page-links-section.fix-links {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-top-width: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
}

/*Contact*/
.contact-top-section h2 {
  font-size: 36px;
}

.contact-top-section .contact-positions h5 {
  font-size: 18px;
  padding: 5px 0 20px;
  line-height: 24px;
}

.contact-top-section .contact-positions {
  margin-bottom: 25px !important;
}

.contact-positions .see-map {
  font-size: 14px;
}

.contact-positions .see-map:hover {
  opacity: 0.4;
}

.custom-tabs-btn li {
  cursor: pointer;
}

.contact-additional h4 {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  padding-top: 16px;
}

.contact-additional h4:after {
  content: " ";
  background: #fff;
  height: 1px;
  width: 120px;
  margin-left: -60px;
  left: 50%;
  position: absolute;
  bottom: 0;
}

.contact-additional .wpb_wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.contact-additional .wpb_wrapper,
.contact-additional .wpb_wrapper p,
.contact-additional .wpb_wrapper a:hover {
  color: #fff;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  background-color: #f4f4f4;
  margin-bottom: 25px !important;
  line-height: 20px;
  font-size: 14px;
}

.wpcf7-form br {
  display: none;
}

.form-business .message textarea {
  height: 200px;
}

.form-business input[type="submit"] {
  float: none;
  margin-top: 25px;
  line-height: 20px;
  padding: 15px;
  width: 100%;
}

.contact-career h5 {
  padding-bottom: 30px;
}

.innovate-item h5 {
  padding-bottom: 20px;
}

.contact-career h6 {
  padding-bottom: 20px;
  font-size: 16px;
}

/*Project*/
.project-search-wrapper {
  display: none;
  line-height: 0;
  margin-bottom: 5px;
}

.search-no-results .project-search-wrapper {
  display: block !important;
}

.search-no-results .no-results {
  padding-top: 50px;
  padding-bottom: 50px;
}

.project-search-wrapper button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 20px;
  color: rgba(255, 255, 255, 0.5);
  top: 0;
  line-height: 60px;
}

.project-search-wrapper .searchbox input.searchtext[type="text"] {
  width: 100% !important;
  float: none;
  background: #23282d;
  padding-left: 30px;
  line-height: 2em;
  border: 0;
  height: auto;
  color: #fff;
}

.project-search-wrapper ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

.hermes .tp-bullet::after {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* Firefox < 19 */
.project-search-wrapper :-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}

/* Firefox > 19 */
.project-search-wrapper ::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}

/* Internet Explorer 10 */
.project-search-wrapper :-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}

.search-product .fa {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -moz-transform: rotateY(180deg);
  /* Firefox */
  -webkit-transform: rotateY(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotateY(180deg);
  /* Opera */
  padding-left: 10px;
}

.sub-cats-list li a {
  display: inline-block;
}

/*Post*/
.post-share li {
  display: inline-block;
  margin: 0 15px 5px 0;
  line-height: 1;
}

.post-share li a {
  padding-left: 0;
  background-size: 35px;
  height: 35px;
  width: 35px;
  background-position: center center !important;
  margin: 0;
}

.post-share li a.bds_tsina {
  background-image: url("images/share-sina.png") !important;
}

.post-share li a.bds_weixin {
  background-image: url("images/share-wechat.png") !important;
}

.post-share li a.bds_linkedin {
  background-image: url("images/share-linkedin.png") !important;
}

.post-share li:hover a {
  opacity: 0.4;
}

.single .main-content .section {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .single .main-content .section {
    padding: 80px 0;
  }
}

.post-left-info h2 {
  font-size: 48px;
  font-weight: bold;
}

.post-left-info h5 {
  font-size: 2rem;
  padding-bottom: 30px;
}

.single-project .navbar-brand {
  padding: 5px !important;
}

.single-project .post-excerpt,
.single-project .post-excerpt p {
  font-size: 20px;
  color: #8f8f8f;
}

@media (min-width: 992px) {
  .post-left-info h2 {
    font-size: 80px;
    font-weight: bold;
  }

  .single-project .post-excerpt,
  .single-project .post-excerpt p {
    font-size: 32px;
  }
}

.post-detail-wrapper {
  padding-top: 20px;
}

.single .post-detail {
  margin-bottom: 20px;
}

.single .post-detail:last-child {
  margin-bottom: 0;
}

.single .post-detail h6 {
  margin-bottom: 5px;
  font-family: "Segoe UI", "Microsoft Yahei UI", "Microsoft Yahei", Arial !important;
  color: #7a7a7a;
  font-weight: 600;
}

.single .post-tags ul {
  margin-bottom: 0;
}

.single .post-tags li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.single .single-section-title {
  padding-bottom: 10px;
}

.post-detail.post-service ul {
  list-style: none;
  padding-left: 0;
}

.post-detail.post-service ul.service-images {
  margin-bottom: 0;
}

.post-detail ul.service-images li {
  display: inline-block;
  margin: 15px 15px 10px 0;
}

.page-search-title h3 {
  padding-top: 0.5em;
}

/*Page Navi*/
.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi>a,
.wp-pagenavi>span {
  background-color: #f5f5f5;
  border: none;
  color: #1b1b1b;
  line-height: 22px;
  font-size: 15px;
  margin-right: 15px;
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 10px;
}

.wp-pagenavi span.extend {
  width: 40px;
  padding: 10px 0;
  text-align: center;
  border: none;
  border-radius: 0;
}

.wp-pagenavi>a:hover,
.wp-pagenavi>span.current {
  color: #fff;
  background-color: #1b1b1b;
}

.wp-pagenavi {
  text-align: center;
  padding: 40px 0 30px;
}

.tparrows.gyges {
  background: transparent;
}

.tparrows.tp-leftarrow.gyges::before {
  content: url("images/prev.png");
}

.tparrows.tp-rightarrow.gyges::before {
  content: url("images/next.png");
}

.tparrows.gyges:hover::before {
  opacity: 0.6;
}

.hermes .tp-bullet {
  width: 10px;
  height: 10px;
}

/*Mobile Menu*/

@media (min-width: 1200px) and (max-width: 1300px) {
  footer h5 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .innovate-column-left.vc_column_container {
    border-right: 1px solid #f4f4f4 !important;
  }

  .project-links-section.page-links-section ul li:first-child {
    padding-left: 0;
  }

  .project-links-section.page-links-section ul {
    display: flex;
    align-items: center;
  }

  .project-links-section.page-links-section ul li.search-product {
    float: right;
    padding-right: 0;
    font-weight: normal;
  }

  .project-links-section.page-links-section ul li.search-product:after {
    margin-left: 10px;
  }

  .project-links-section.page-links-section ul li:first-child:after {
    margin-left: -25px;
  }

  .col-width-1-8 {
    width: 12.5%;
  }

  .container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .width-container {
    padding-left: 65px;
    padding-right: 65px;
  }

  .form-business input[type="submit"] {
    float: right;
    max-width: 150px;
  }

  .form-business .message textarea {
    height: 275px;
  }
}

@media (min-width: 770px) {
  .header-top ul.nav .custom-menu-icon {
    display: none;
  }
}

@media (max-width: 770px) {

  .equal-left,
  .equal-right {
    height: auto !important;
  }

  .service-section03-info .read-more {
    position: inherit;
  }

  .navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: transparent !important;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .header-top ul.nav li.menu-item-has-children .custom-menu-icon {
    color: #fff !important;
    line-height: 20px !important;
    padding: 10px !important;
    position: absolute;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    top: 10px;
    font-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("images/icon-sub-menu.png");
  }

  .header-top ul.nav li.menu-item-has-children .custom-menu-icon.change-icon {
    background-image: url("images/icon-sub-show.png");
  }

  .nav li ul.sub-menu.show-sub {
    left: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .header-top ul.nav .sub-menu>li>a {
    padding-left: 40px !important;
  }

  .header-top.add-bg {
    background-color: rgba(35, 40, 45, 0.95);
  }

  .header-top nav ul.nav>li>a {
    border-bottom-color: transparent !important;
  }
}

@media (max-width: 1366px) {

  .font-18,
  .font-18 p {
    font-size: 16px;
  }

  .service-section03-info {
    padding: 55px 80px 25px;
  }
}

@media (max-width: 992px) {
  .category .news-wrapper .cat-latest-news .post-info {
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
  }

  .project-links-section ul li.search-product {
    display: none;
  }

  .project-links-section ul li {
    padding: 5px 25px 5px 20px;
  }

  .project-links-section {
    padding: 25px 0;
  }

  .project-search-wrapper {
    display: none !important;
  }

  .page-links-section ul li.current.has-sub::after {
    bottom: -25px;
  }
}

@media (max-width: 1199px) {
  footer .widget_text>h5 {
    display: none;
  }

  .service-section03-info {
    padding-top: 25px;
  }

  .contact-bottom-item>.wpb_wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 770px) {
  .equal-height {
    height: auto !important;
  }

  .page-title-wrapper {
    padding-bottom: 60px;
  }

  .nav>li>a {
    padding-top: 10px !important;
  }

  .nav-container {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .loop-project .from-project-category h3,
  .loop-project .page-true h3 {
    font-size: 3.2rem;
  }

  article.article-toggle-box .global-abs h5 {
    font-size: 14px;
  }

  .article-toggle-text {
    padding: 25px;
    left: 0;
    top: 0;
  }

  .about-history-item {
    padding-bottom: 40px;
  }

  .about-section-history {
    padding-top: 40px;
  }

  article.cat-latest-news:before {
    background: rgba(35, 40, 45, 0.05);
  }

  .page-news-left article .post-info {
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
  }

  .page-links-section {
    font-size: 14px;
  }

  .page-contact-bottom br {
    display: none;
  }

  .page-title-wrapper h5 {
    font-weight: bold;
  }

  .header-top {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
  }

  .header-top nav ul.nav>li.current-menu-item>a,
  .header-top nav ul.nav>li:hover>a,
  .header-top nav ul.nav>li:focus>a,
  .header-top nav ul.nav>li.current_page_item>a,
  .header-top nav ul.nav>li.current-page-ancestor>a {
    color: rgba(255, 255, 255, 0.4);
  }
}

@media (min-width: 480px) and (max-width: 770px) {
  .header-top .navbar-nav {
    padding: 15px 60px;
  }

  .header-top .navbar-nav.nav a {
    font-size: 18px;
  }

  .logo img {
    margin-left: 25px;
  }

  .contact-top-section h2 {
    font-size: 3.2rem;
  }

  .about-history-item .number {
    font-size: 62px;
  }

  .about-history-item h5 {
    font-size: 14px;
  }

  .section-text h6 {
    font-size: 14px;
    margin-bottom: 50px;
  }

  #footer {
    padding-left: 35px;
    padding-right: 35px;
  }

  .loop-project .from-text h2 {
    font-size: 3.6rem;
  }

  .loop-project .from-text h3 {
    font-size: 2.8rem;
  }

  .page-first-section {
    font-size: 2.2rem;
    padding-bottom: 60px;
    min-height: 0;
  }

  h5 {
    font-size: 2rem;
  }

  .page-title-wrapper {
    padding-left: 60px;
    padding-right: 60px;
    width: 70%;
  }

  .banner-wrapper {
    min-height: 600px;
  }

  .section-text {
    padding: 40px 50px 50px;
  }

  .form-business .vc_column-inner>.wpb_wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .contact-career.wpb_text_column,
  .innovate-item.wpb_text_column {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

/* footer menu */
.footer-dark {
  color: #fff;
  background-color: #1b1b1b;
}

.footer-menu {
  margin-top: 100px;
}

#footer-menu {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 992px) {
  #footer-menu {
    display: flex;
  }

  #footer-menu li.menu-item a {
    margin-right: 30px;
  }
}

#footer-menu li.menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer-menu li.menu-item a {
  position: relative;
  color: #fff;
  padding-right: 20px;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
}

#footer-menu li.menu-item a:hover {
  color: #737373;
}

.copyright {
  font-size: 17px;
}

/* #footer-menu li.menu-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  display: block;
  background: url("./images/up-right-arrow-white.svg") no-repeat center / contain;
} */

.footer-logo {
  max-height: 60px;
}

.social-media-logo {
  max-height: 24px;
}

.let-talk {
  font-size: 60px;
  position: relative;
}

@media (min-width: 992px) {
  .let-talk {
    font-size: 72px;
  }
}

/* .let-talk::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: block;
  background: url("./images/up-right-arrow-white.svg") no-repeat center / contain;
} */

.pt-sm,
.py-sm,
.p-sm {
  padding-top: 30px !important;
}

.pb-sm,
.py-sm,
.p-sm {
  padding-bottom: 30px !important;
}

.ps-sm,
.px-sm,
.p-sm {
  padding-left: 30px !important;
}

.pe-sm,
.px-sm,
.p-sm {
  padding-right: 30px !important;
}

.mt-sm,
.my-sm,
.m-sm {
  margin-top: 30px !important;
}

.mb-sm,
.my-sm,
.m-sm {
  margin-bottom: 30px !important;
}

.ms-sm,
.mx-sm,
.m-sm {
  margin-left: 30px !important;
}

.me-sm,
.mx-sm,
.m-sm {
  margin-right: 30px !important;
}

.pt-lg,
.py-lg,
.p-lg {
  padding-top: 40px !important;
}

.pb-lg,
.py-lg,
.p-lg {
  padding-bottom: 40px !important;
}

.ps-lg,
.px-lg,
.p-lg {
  padding-left: 40px !important;
}

.pe-lg,
.px-lg,
.p-lg {
  padding-right: 40px !important;
}

.mt-lg,
.my-lg,
.m-lg {
  margin-top: 40px !important;
}

.mb-lg,
.my-lg,
.m-lg {
  margin-bottom: 40px !important;
}

.ms-lg,
.mx-lg,
.m-lg {
  margin-left: 40px !important;
}

.me-lg,
.mx-lg,
.m-lg {
  margin-right: 40px !important;
}

@media (min-width: 992px) {

  .pt-lg,
  .py-lg,
  .p-lg {
    padding-top: 120px !important;
  }

  .pb-lg,
  .py-lg,
  .p-lg {
    padding-bottom: 120px !important;
  }

  .ps-lg,
  .px-lg,
  .p-lg {
    padding-left: 120px !important;
  }

  .pe-lg,
  .px-lg,
  .p-lg {
    padding-right: 120px !important;
  }

  .mt-lg,
  .my-lg,
  .m-lg {
    margin-top: 120px !important;
  }

  .mb-lg,
  .my-lg,
  .m-lg {
    margin-bottom: 120px !important;
  }

  .ms-lg,
  .mx-lg,
  .m-lg {
    margin-left: 120px !important;
  }

  .me-lg,
  .mx-lg,
  .m-lg {
    margin-right: 120px !important;
  }
}

.pt-xl,
.py-xl,
.p-xl {
  padding-top: 200px !important;
}

.pb-xl,
.py-xl,
.p-xl {
  padding-bottom: 200px !important;
}

.ps-xl,
.px-xl,
.p-xl {
  padding-left: 200px !important;
}

.pe-xl,
.px-xl,
.p-xl {
  padding-right: 200px !important;
}

.mt-xl,
.my-xl,
.m-xl {
  margin-top: 200px !important;
}

.mb-xl,
.my-xl,
.m-xl {
  margin-bottom: 200px !important;
}

.ms-xl,
.mx-xl,
.m-xl {
  margin-left: 200px !important;
}

.me-xl,
.mx-xl,
.m-xl {
  margin-right: 200px !important;
}

@media (min-width: 992px) {

  .pt-xl-xl,
  .py-xl-xl,
  .p-xl-xl {
    padding-top: 220px !important;
  }

  .pb-xl-xl,
  .py-xl-xl,
  .p-xl-xl {
    padding-bottom: 220px !important;
  }

  .ps-xl-xl,
  .px-xl-xl,
  .p-xl-xl {
    padding-left: 220px !important;
  }

  .pe-xl-xl,
  .px-xl-xl,
  .p-xl-xl {
    padding-right: 220px !important;
  }

  .mt-xl-xl,
  .my-xl-xl,
  .m-xl-xl {
    margin-top: 220px !important;
  }

  .mb-xl-xl,
  .my-xl-xl,
  .m-xl-xl {
    margin-bottom: 220px !important;
  }

  .ms-xl-xl,
  .mx-xl-xl,
  .m-xl-xl {
    margin-left: 220px !important;
  }

  .me-xl-xl,
  .mx-xl-xl,
  .m-xl-xl {
    margin-right: 220px !important;
  }
}

@media (min-width: 992px) {
  .border-s-ccc {
    border-left: 2px solid #ccc;
  }

  .border-e-ccc {
    border-right: 2px solid #ccc;
  }
}

.btn {
  font-weight: bold;
}

.btn .btn-arrows {
  position: relative;
}

.btn .btn-arrows::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 10;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  display: block;
  background: url("./images/up-right-arrow.svg") no-repeat center / contain;
}

.btn:hover .btn-arrows::before,
.btn:active .btn-arrows::before {
  background: url("./images/up-right-arrow-white.svg") no-repeat center / contain;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .current,
.wp-pagenavi .page.smaller,
.wp-pagenavi .page.larger {
  width: 40px;
  padding: 10px 0;
  text-align: center;
  border: none;
  border-radius: 0;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-size: 10px;
}

.post-sub-title {
  color: #8f8f8f;
}

.about-title {
  width: 60%;
}

.border-top {
  border-top: rgba(255, 255, 255, 0.2) solid 1px !important;
}

@media (min-width: 992px) {
  .contact-info {
    text-align: right;
  }
}

/* 公共页面模版2025 */
.page-hero p,
.page-hero h1,
.page-hero h2,
.page-hero h3,
.page-hero h4,
.page-hero h5,
.page-hero h6 {
  color: rgba(255, 255, 255, 0.7);
}

.page-hero p span,
.page-hero h1 span,
.page-hero h2 span,
.page-hero h3 span,
.page-hero h4 span,
.page-hero h5 span,
.page-hero h6 span {
  color: rgba(255, 255, 255, 1);
}

.page-hero-content {
  max-width: 1020px;
}

.full-height {
  min-height: 100vh;
}

/* 跑马灯效果 */
/* .marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
} */

/* .marquee-content {
  display: inline-block;
  animation: marquee 30s linear infinite;
} */

/* @keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */

/* 鼠标悬停时暂停动画 */
/* .marquee-container:hover .marquee-content {
  animation-play-state: paused;
} */

.max-width-670 {
  max-width: 670px;
}

.max-width-986 {
  max-width: 986px;
}

.max-width-1080 {
  max-width: 1080px;
}

.max-width-1280 {
  max-width: 1280px;
}

.max-width-1360 {
  max-width: 1360px;
}


@media (min-width: 992px) {
  .max-width-442 {
    max-width: 442px;
  }

  .max-height-442 {
    max-height: 442px;
  }
}

h2.title-number,
.title-number {
  font-size: 80px;
}

.wpcf7-spinner {
  position: absolute;
}

/* Project */
.loop-project .from-project:before,
article.article-toggle-box .global-abs:before,
article.cat-latest-news:before,
article.cat-leader:before {
  background-color: rgba(0, 0, 0, 0.03);
}

.loop-project .from-project:hover:before,
article.article-toggle-box .global-abs:hover:before,
article.cat-latest-news:hover:before,
article.cat-leader:hover:before {
  background-color: rgba(0, 0, 0, 0.05);
}

.single-project .main-content-wrapper {
  background: linear-gradient(to bottom, #d9d9d9 0%, #ffffff 960px);
}

.single-project .navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.single-project .logo {
  max-height: 40px !important;
}

input.wpcf7-form-control.wpcf7-submit {
  padding: 1.32rem 3rem;
  font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 82px;
  height: 82px;
  border-radius: 82px;
  background-color: #ddd;
  color: #1b1b1b;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #1b1b1b;
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 26px;
}

.arrow-r-b::after,
.arrow-l-b::after {
  top: 0;
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
}

.arrow-r-b::after {
  /* var(--bs-gutter-x)的负值，再减掉4px，就是箭头在X轴的偏移量 */
  right: calc(var(--bs-gutter-x) * -1 + 6px);
  background: url("./images/arrow-r-b.svg") no-repeat center / contain;
}

.arrow-l-b::after {
  left: calc(var(--bs-gutter-x) * -1 + 6px);
  background: url("./images/arrow-l-b.svg") no-repeat center / contain;
}

.forcefullwidth_wrapper_tp_banner h1,
.forcefullwidth_wrapper_tp_banner h1 span {
  font-size: 80px !important;
}

.font-300 {
  font-weight: 300 !important;
}

#project-loop-wrapper ul.list-unstyled li a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #999999;
}

#project-loop-wrapper ul.list-unstyled li.current a {
  color: #000;
  font-weight: bold;
}

#project-loop-wrapper ul.list-unstyled li:hover {
  opacity: 0.5;
  color: rgba(0, 0, 0, 1);
}

.loop-project.border-top {
  border-top: #1b1b1b solid 1px !important;
}

.slogan {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

@media (min-width: 1240px) {
  .slogan {
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .slogan {
    padding-right: 480px !important;
  }
}

.slogan-wrapper {
  position: relative;
  overflow: hidden;
  top: -4px;
}

.slogan-item {
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  width: 100%;
}

.slogan-item.active {
  opacity: 1;
  transform: translateY(0);
}

.slogan-item.slide-out-up {
  opacity: 0;
  transform: translateY(-100%);
}

.slogan-item.slide-in-up {
  opacity: 1;
  transform: translateY(0);
}

.arrow-down-svg {
  bottom: 40px;
  left: 50%;
  max-height: 40px;
  transform: translateX(-50%);
}

.customerName,
.projectName {
  font-size: 16px;
}

.related-projects h6.fw-light {
  font-size: 24px;
}

.page-slogan {
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.banner-container::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.home-project-title {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 32px;
  left: 32px;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.selected-image:hover .home-project-title {
  opacity: 1;
  visibility: visible;
}

.strategy-design-research a.active,
.about-us-tabs a.active {
  color: #000 !important;
  font-weight: bold !important;
}

@media (min-width: 992px) {

  .about-us-tabs-fixed,
  .strategy-design-research-tabs-fixed {
    position: fixed;
    width: 100%;
    top: 64px;
    left: 0;
    background-color: #fff;
    z-index: 999;
  }

  .about-us-tabs-fixed .container-xxxl,
  .strategy-design-research-tabs-fixed .container-xxxl {
    margin-top: 0 !important;
    padding: 20px 0 !important;
  }
}

.line-height-25 {
  line-height: 2.5;
}

.line-height-20 {
  line-height: 2;
}

.line-height-15 {
  line-height: 1.5;
}

.page-banner-title {
  font-size: 32px !important;
  width: 80%;
  font-weight: 300 !important;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .page-banner-title {
    width: 60%;
    font-size: 50px !important;
  }
}
