:root {
  --primary: #16232C;
  --secondary: #D3AA52;
  --secondary-darker: #BB8000;
}

@font-face {
  font-family: "Chronicle Display Bold";
  src: url("./assets/fonts/Chronicle_Display_Bold.otf");
}
@font-face {
  font-family: "Chronicle Display Light";
  src: url("./assets/fonts/Chronicle_Display_Light.otf");
}
/* @font-face {font-family: "Museo Sans"; src: url("//db.onlinewebfonts.com/t/060c6a47b25e474e5dc3726cffbf2023.eot"); src: url("//db.onlinewebfonts.com/t/060c6a47b25e474e5dc3726cffbf2023.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/060c6a47b25e474e5dc3726cffbf2023.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/060c6a47b25e474e5dc3726cffbf2023.woff") format("woff"), url("//db.onlinewebfonts.com/t/060c6a47b25e474e5dc3726cffbf2023.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/060c6a47b25e474e5dc3726cffbf2023.svg#Museo Sans 300") format("svg"); } */

body {
	font-family: Museo Sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Chronicle Display Bold", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  font-size: inherit;
  font-weight: 500;
  color: inherit;
}

.chronicle-display-bold {
  font-family: "Chronicle Display Bold", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.chronicle-display-light {
  font-family: "Chronicle Display Light", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

a {
  color: var(--primary);
}
a:hover {
  color: var(--primary);
}

[type=button], [type=submit], button {
  color: var(--secondary);
  border: 1px solid var(--secondary);
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  background-color: var(--secondary);
}

.primary {
  color: var(--primary) !important;
}

.secondary {
  color: var(--secondary) !important;
}

.container {
  max-width: 1140px;
}

@media (max-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 767px){
  .container {
    max-width: 767px;
  }
}

.navbar-toggler {
  background-color: white !important;
}

.custom-logo {
	width: auto;
	max-width: 300px;
  z-index: 1;
}

.site-navigation ul.menu li a {
  padding-top: 28px;
  padding-bottom: 28px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	text-decoration: none !important;
}
.site-navigation ul.menu li.current_page_item > a,
.site-navigation ul.menu li a:hover {
  color: var(--primary);
}
@media (max-width: 991px) {
  .site-navigation ul.menu li {
    width: 100%;
  }
}

.has-thumbnail {
	padding-top: 158px;
  padding-bottom: 15px;
  color: white;
}

.page-header:not(.has-thumbnail) {
  margin-bottom: 37px;
}
.page-header:not(.has-thumbnail) > .container {
  padding-top: 119px;
  padding-bottom: 39px;
  border-bottom: 1px solid #EAEAEA;
}
.page-header:not(.has-thumbnail) .breadcrumbs li,
.page-header:not(.has-thumbnail) .breadcrumbs li a {
  color: #666;
}
.page-header:not(.has-thumbnail) .search-form {
  bottom: 30px;
}

.trp-language-switcher > div {
  border: 0;
  background-image: linear-gradient(
    45deg
    , transparent 50%, black 50%), linear-gradient(
    135deg
    , black 50%, transparent 50%) !important;
  background-position: calc(100% - 8px) calc(14px + 0px), 100% calc(14px + 0px);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}
.trp-language-switcher > div > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  background: transparent !important;
  color: #333;
}

@media screen and (max-width: 767px) {
  .trp-language-switcher {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.menu > ul {
  padding: 0;
  list-style: none;
}

.post-link {
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  z-index: 1;
}

.service-card {
  background: white;
	height: 100%;
	padding: 30px;
	border: 1px solid #E3E3E3;
}
.service-card:hover {
  background: var(--secondary);
  color: white;
}
.service-card:hover h3 {
  color: white;
}
.service-card:hover a {
  color: var(--primary);
}
.service-card:hover a i {
  color: white !important;
}

.site-header {
  display: block;
  max-width: 100% !important;
  box-shadow: 0px 1px 1px rgba(153, 153, 153, 0.25);
}

.main-services {
  border-top: 1px solid #EAEAEA;
}
.main-services ul {
  margin-bottom: 0;
  padding: 20px 0;
  list-style: none;
}
.main-services li {
  display: inline-block;
  margin-right: 50px;
}
.main-services a {
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

body:not(.single-e-landing-page) footer {
  background-color: #111518;
  padding-top: 56px;
  color: white;
}
body:not(.e-landing-page) footer h4 {
  margin-bottom: 25px;
  font-size: 23px;
  line-height: 27.6px;
  color: white;
}
body:not(.e-landing-page) footer a {
  color: white;
}
body:not(.e-landing-page) footer .border-bottom {
  border-color: #333 !important;
}
body:not(.e-landing-page) footer .menu {
  padding: 0;
  list-style: none;
}
body:not(.e-landing-page) footer .menu li {
  margin-bottom: 15px;
}
body:not(.e-landing-page) footer .menu li a {
  font-size: 16px;
  line-height: 1;
  color: white;
  text-decoration: none !important;
}
body:not(.e-landing-page) footer .contact-info .primary-button {
  margin-bottom: 20px;
  padding-bottom: 50px;
}
body:not(.e-landing-page) footer .contact-info .primary-button a {
  display: block;
  padding: 6px 0 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  background: var(--secondary);
  color: var(--primary);
  text-align: center;
}

.top-bar {
  background-color: #F8F8F8;
  left: 0;
  right: 0;
  z-index: 1;
}
.top-bar .shortcut-link {
  display: inline-block;
  margin-right: 10px;
  padding: 11px 24px 11px 22px;
  background-color: #E5E5E5;
  font-size: 12px;
  font-weight: bold;
  line-height: 14.4px;
  color: black;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .top-bar .shortcut-link {
    display: none;
  }
}

/* a[title="Chinese"] {
  position: relative;
  width: 32px !important;
  visibility: hidden;
}
a[title="Chinese"]:before {
  visibility: visible;
  position: absolute;
  top: 3px;
  display: block;
  content: '中文';
  font-size: 13px;
} */

.bottom-bar {
  padding: 13px 0;
  background: black;
  font-size: 16px;
  line-height: 36px;
  color: white;
}
.bottom-bar a {
  color: inherit;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs .separator {
  padding: 0 5px;
}
.breadcrumbs li,
.breadcrumbs li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: white;
}

.main-contact-form .row {
  margin: 0 -10px;
}
.main-contact-form .col {
  padding: 0 10px;
}
.main-contact-form label {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.main-contact-form .wpcf7-form-control-wrap {
  display: block;
}
.main-contact-form input,
.main-contact-form select {
  margin-bottom: 15px;
  border-radius: 0;
  border-color: #D0D0D0;
}
.main-contact-form textarea {
  border-radius: 0;
  border-color: #D0D0D0;
}
.main-contact-form .wpcf7-submit {
  display: block;
  width: 100%;
  height: 46px;
  background: var(--secondary);
  border: 0;
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: var(--primary);
}
.main-contact-form p:last-child {
  margin: 0;
}
.main-contact-form br {
  display: none;
}
.main-contact-form.landing-page-footer h2 {
  margin-bottom: 22px;
  font-size: 36px;
}
.main-contact-form.landing-page-footer p {
  font-size: 20px;
}
.main-contact-form.landing-page-footer label {
  font-weight: bold;
}
.main-contact-form.landing-page-footer [type=submit] {
  background: var(--secondary);
  color: black;
  font-weight: bold;
}
.main-contact-form.landing-page-footer .red {
  color: red;
}
.elementor-col-33 #main-contact-form {
  padding: 24px;
}

.search-form {
  position: absolute;
  width: 269px;
  right: 15px;
  bottom: 0;
}
.search-form label {
  display: block;
}
.search-form input {
  height: 46px;
  background: rgba(229, 229, 229, 0.9);
  border: 0;
  border-radius: 60px;
  font-size: 16px;
  line-height: 19px;
  color: black;
}
.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent !important;
  color: black !important;
}
@media (max-width: 767px) {
  .search-form {
    right: initial;
    width: 100%;
    margin: 15px auto 0;
  }
}

.col-auto-important {
  width: auto !important;
}

.col-auto-important + div {
  width: 100% !important;
}

.news {
  margin-bottom: 40px;
}
.news .news-thumbnail {
  position: relative;
}
.news .news-thumbnail img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.news .news-thumbnail .news-tags {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
}
.news .news-thumbnail .news-tags .tag {
  background: white;
  padding: 6px 10px;
}
.news .news-title {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary);
}
.news .news-title a {
  color: var(--primary);
}
@media screen and (max-width: 767px) {
  .news .news-title {
    font-size: 18px !important;
  }
}
.news .news-meta {
  margin-bottom: 18px;
  color: #A5A5A5;
}
.news .news-meta > * {
  font-size: 16px;
  line-height: 19px;
  color: #A5A5A5;
}
.news .news-excerpt {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 19px;
  color: #666;
}
.news a {
  font-weight: 500;
  color: var(--secondary-darker);
}
.news .news-content {
  padding: 20px;
}
.our-service {
  margin-bottom: 20px;
  min-height: 145px;
  padding: 18px 24px;
  border-color: #D0D0D0;  
}
.our-services .our-service-title {
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary);
}
.our-service .counters {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 17px;
  color: #BB8000;
}
.our-service a {
  font-weight: bold;
  color: var(--secondary);
}

.our-service-list-item {
  margin-bottom: 16px;
  padding: 28px 30px;
}
.our-service-list-item h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1;
}
.services-list > .col-12 {
  margin-bottom: 40px;
}
.service {
  height: 100%;
  background: white;
}
.service .service-thumbnail {
  position: relative;
}
.service .service-thumbnail img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.service .service-thumbnail .service-tags {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
}
.service .service-thumbnail .service-tags .tag {
  background: white;
  padding: 6px 10px;
}
.service .service-title {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary);
}
@media screen and (max-width: 767px) {
  .service .service-title {
    font-size: 18px !important;
  }
}
.service .service-content {
  padding: 24px;
}
.service .service-meta {
  margin-bottom: 18px;
  color: #A5A5A5;
}
.service .service-meta > * {
  font-size: 16px;
  line-height: 19px;
  color: #A5A5A5;
}
.service .sub-services {
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
.service .sub-services > * {
  margin-bottom: 6px;
}
.service .counters {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #BB8000 !important;
}
.service .counters > * {
  margin-bottom: 6px;
}

.service-list-item {
  margin-bottom: 16px;
  padding: 24px;
  height: 130px;
}
.service-list-item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}

.sub-service {
  display: flex;
  background: white;
  height: 130px;
  margin-bottom: 30px;
  padding: 15px;
  border-color: #D0D0D0;
  align-items: center;
}
.sub-service h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: var(--primary)
}

.industries .industry {
  padding: 28px 24px;
  background: #F3F3F3;
}

@media (max-width: 991px) {
  .home-industries .industry {
    padding: 15px;
  }
}
.industries .industry {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: var(--primary);
}

.subscription {
  padding: 30px 0 40px;
  color: white;
}
.subscription + .wpcf7-response-output {
  color: white;
}
.subscription p {
  color: #B2B2B2;
}
.subscription .wpcf7-submit {
  width: 220px;
  height: 46px;
  background: var(--primary);
  border: 0;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: bold;
  color: var(--secondary);
}

.slash-heading {
  position: relative;
}
.slash-heading:before {
  position: absolute;
  top: 64px;
  left: -8px;
  transform: rotate(160deg);
  display: block;
  width: 326px;
  height: 1px;
  content: '';
  background: var(--primary);
}

.grecaptcha-badge {
  display: none !important;
}

.quote-section:before {
  display: block;
  width: 146px;
  height: 100%;
  margin-left: -146px;
  content: '';
  background: var(--primary);
}

.team_member .page-header:not(.has-thumbnail) {
  margin-bottom: 0;
}
.team_member .page-header:not(.has-thumbnail) > .container {
  padding-top: 95px;
}

.team-member img {
  margin-bottom: 15px;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-member h3{
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
  color: var(--primary);
}
.team-member .job-title {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.team-member.related img {
  border-radius: 50%;
  width: 93px;
  height: 93px;
  object-fit: cover;
  object-position: center;
}

.elementor-section {
  overflow: hidden;
}

.tag {
  display: inline-block;
  background: #EAEAEA;
  margin-bottom: 5px;
  padding: 5px 10px 4px;
  font-size: 14px;
  line-height: 17px;
  color: black;
}

.case-meta {
  margin-bottom: 10px;
  font-size: 14px;
}

.testimonial {
  margin-bottom: 70px;
}
.testimonial h4 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
}
.testimonial h5 {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}
.testimonial blockquote {
  margin-bottom: 25px;
}
.testimonial .published-date {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}

.related-case {
  margin-bottom: 45px;
  padding-bottom: 15px;
}
.related-case h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .related-case h3 {
    margin-top: 15px;
    font-size: 18px !important;
  }
}
.related-case .published-date {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
}
.related-case .case-meta,
.related-case .tag {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}
.related-case .case-meta {
  margin-bottom: 8px;
}
.related-case a {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: var(--secondary-darker);
}
.related-case .excerpt {
  margin-bottom: 22px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
  font-size: 14px;
  vertical-align: middle;
  line-height: 32px;
}
.site-navigation ul.menu li ul {
  min-width: 320px;
}
.site-navigation ul.menu li.current-menu-item>a,
.site-navigation ul.menu li:hover > a {
  color: var(--secondary-darker)
}
.site-navigation ul.menu li.current-menu-item>a:after,
.site-navigation ul.menu li:hover > a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 6px;
  width: 100%;
  background-color: var(--secondary-darker)
}

.load-more {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 14px 0 12px;
  background: #FFFFFF;
  border: 1px solid var(--secondary);
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
  cursor: pointer;
}

/* .elementor-widget-accordion .elementor-tab-content ul:not([style]) {
  padding: 0;
}
.elementor-widget-accordion .elementor-tab-content ul:not([style]) li {
  list-style: none;
  margin-bottom: 10px;
}
.elementor-widget-accordion .elementor-tab-content ul:not([style]) li a {
  display: block;
  padding: 16px 19px 15px 24px;
  background: #F3F3F3;
  color: var(--primary);
} */

.white-link,
.white-link a {
  color: white !important;
}

.secondary-link,
.secondary-link a {
  color: var(--secondary) !important;
}

.full-width,
.full-width a {
  display: block;
  width: 100%;
}

.text-left * {
  text-align: left;
}

.bg-secondary {
  background: var(--secondary) !important;
}

.progress {
  height: 11px;
}
.progress,
.progress-bar {
  border-radius: 10px;
}

span.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 label {
  display: block;
}
.wpcf7-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.wpcf7-radio input {
  display: none;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label:before {
  display: block;
}
.wpcf7-radio label {
  position: relative;
  display: block;
  padding: 10px 0;
  border: 1px solid #BB8000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  padding: 7px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.wpcf7-list-item-label:before {
  display: none;
  content: '';
  background: url('./assets/images/radio-checked.svg') center no-repeat;
  position: absolute;
  top: 10px;
  left: 25px;
  width: 24px;
  height: 24px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.cf7mls_next.action-button {
  background: var(--secondary) !important;
}

.overflow-visible {
  overflow: visible;
}

/*
* Date Picker
*/
#date-field {
  display: none;
}
#date-picker {
  width: 100%;
  max-width: 400px;
  border: 1px solid #D0D0D0;
}
#date-picker * {
  border: 0;
  background: transparent;
}
#date-picker table {
  margin-bottom: 45px;
}
#date-picker th {
  font-size: 13px;
  line-height: 18px;
  color: #3C3C43;
  text-transform: uppercase;
  text-align: center;
}
#date-picker td {
  padding: 0;
  text-align: center;
}
#date-picker td span,
#date-picker td a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #ACACAC;
}
#date-picker td a {
  color: #BB8000;
}
#date-picker .ui-datepicker-current-day a {
  display: inline-block;
  background-color: #BB8000;
  border-radius: 100%;
  color: white;
}
#date-picker .ui-datepicker-title {
  padding: 45px 25px 20px;
  font-size: 20px;
  line-height: 24px;
  color: #BB8000;
}
#date-picker .ui-datepicker-header {
  position: relative;
}
#date-picker .ui-datepicker .ui-datepicker-prev,
#date-picker .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 45px;
  right: 25px;
  color: #ACACAC;
  cursor: pointer;
}

#date-picker .ui-datepicker .ui-datepicker-prev {
  right: 70px;
}

.footer-border-bottom:after {
  display: block;
  content: '';
  width: 236px;
  max-width: 100%;
  border-bottom: 1px solid #A5A5A5 !important;
  padding-bottom: 20px !important;
}

.wechat-dialog {
  display: none;
}

a[href='#wechat']:hover + .wechat-dialog,
.wechat i:hover + .wechat-dialog,
.wechat-icon:hover + .wechat-dialog {
  display: block;
  bottom: 100%;
  left: 50%;
  width: 150px;
  margin-bottom: 15px;
  transform: translate(-50%, 0);
}

.social-media a {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-color: #D9D9D9;
  color: black;
  border-radius: 50%;
}

.swiper-next,
.swiper-prev {
  position: absolute;
  top: calc(50% - 40px);
  width: 40px;
  height: 40px;
  background: url('./assets/images/swiper-next.png') center no-repeat;
  z-index: 100;
}

.swiper-next {
  right: 15px;
}

@media screen and (min-width: 1124px) {
  .swiper-next {
    right: -55px;
  }
}

.swiper-prev {
  left: 15px;
  transform: rotate(180deg);
}

@media screen and (min-width: 1124px) {
  .swiper-prev {
    left: -55px;
  }
}

.trp-language-switcher .trp-ls-shortcode-language,
.trp-language-switcher .trp-ls-shortcode-current-language {
  width: auto !important;
  padding: 4px 20px 3px 13px !important;
}
