/* 演示版样式，非项目必要 */
.themed-grid-col {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(86, 61, 124, .15);
  border: 1px solid rgba(86, 61, 124, .2);
}

.bd-example {
  position: relative;
  padding: 1rem;
  border: 2px solid #f8f9fa;
}

.highlight {
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #f8f9fa;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* 按项目所需，重定义bootcss必要元素样式 */
/******
 ****** Global
 ******/
body {
  font-size: 15px;
  font-family: "Roboto", "PingFang SC", "Microsoft Yahei", arial, helvetica, clean, sans-serif;
}

p {
  margin-bottom: 35px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #222;
  font-weight: bold;
}

@media (min-width: 768px) {
  p {
    font-size: 14px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }
}

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

}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .megemeau-container p {
    font-size: 13px;
  }

  p {
    font-size: 15px;
  }

  .default-page p {
    font-size: 18px;
  }

  p.text-lg {
    font-size: 22px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 16px;
  }
}


@media (min-width: 1360px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1860px) {
  .container {
    max-width: 1440px;
  }
}

a {
  color: #000;
  cursor: pointer;
  outline: none;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .w-lg-50{
    max-width: 50%;
  }
  .w-lg-60{
    max-width: 60%;
  }
  .w-lg-70{
    max-width: 70%;
  }
}


/* 按钮样式 */
/* .btn{
    border-radius: 0;
} */
/* 主按钮（暗色#333主题） */

.btn{
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700 !important;
}

.btn-lg, .btn-group-lg > .btn{
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.375rem;
}

.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  background-color: #000;
  border-color: #000;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #333;
  border-color: #333;
}

.bd-example-border-utils [class^="border"] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: .25rem;
  background-color: #f5f5f5
}

css.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 40px;
  height: 10px;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #44cef6;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 15px;
}

.loader-ellips__dot:nth-child(4) {
  left: 30px;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(15px);
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-load-status {
  display: none;
  padding-top: 20px;
  color: #333;
  text-align: center;
}


.bg-primary {
  background-color: #CD000C !important;
}

.bg-light2 {
  background-color: #F5F5F5 !important;
}

.bg-light3 {
  background-color: #eeeeee !important;
}

.bg-dark2 {
  background-color: #000 !important;
}

.text-primary {
  color: #CD000C !important;
}

.text-blue {
  color: #166E96 !important;
}

.border-radius-0 {
  border-radius: 0;
}

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

.font-size-18 {
  font-size: 18px !important;
}

.box-shadow {
  box-shadow: 0px 0px 20px 0px #00000020;
}

.box-shadow:hover {
  box-shadow: 0px 0px 30px 0px #00000030;
}

.box-shadow-bottom {
  box-shadow: 0px 6px 12px 0px #00000020;
}

.box-shadow-bottom:hover {
  box-shadow: 0px 6px 18px 0px #00000030;
}

.btn-outline-light {
  border: 2px solid #ffffff;
}


.m-60 {
  margin: 60px !important;
}

.mt-60,
.my-60 {
  margin-top: 60px !important;
}

.mr-60,
.mx-60 {
  margin-right: 60px !important;
}

.mb-60,
.my-60 {
  margin-bottom: 60px !important;
}

.ml-60,
.mx-60 {
  margin-left: 60px !important;
}

.btn-outline-secondary {
  color: #666666;
  border-color: #666666;
  border: 2px solid #666666;
}

.btn-outline-danger {
  color: #CD000C;
  border-color: #CD000C;
  border: 2px solid #CD000C;
}

.btn-outline-danger:hover {
  background-color: #CD000C;
  border-color: #CD000C;
}

.bg-linear-dark {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 60%));
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-60 {
  font-size: 60px !important;
}

.text-transform-capitalize {
  text-transform: capitalize;
}

.text-align-middle {
  vertical-align: middle !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.bg-light2-hover:hover {
  background-color: #F5F5F5;

}


.ml-30 {
  margin-left: 30px !important;
}

.mt--150 {
  margin-top: -150px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.border-bottom-6 {
  border-bottom: 6px solid #CD000C;
}

@media (min-width: 992px) {
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .mt-lg--75 {
    margin-top: -75px !important;
  }

  .font-size-lg-13 {
    font-size: 13px !important;
  }

  .font-size-lg-15 {
    font-size: 15px !important;
  }

  .font-size-lg-17 {
    font-size: 17px !important;
  }

  .font-size-lg-18 {
    font-size: 18px !important;
  }

  .font-size-lg-20 {
    font-size: 20px !important;
  }

  .font-size-lg-22 {
    font-size: 22px !important;
  }

  .font-size-lg-28 {
    font-size: 28px !important;
  }

  .font-size-lg-32 {
    font-size: 32px !important;
  }

  .font-size-lg-36 {
    font-size: 36px !important;
  }

  .font-size-lg-40 {
    font-size: 40px !important;
  }

  .font-size-lg-42 {
    font-size: 42px !important;
  }

  .font-size-lg-48 {
    font-size: 48px !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

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

  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important;
  }

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

  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

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

  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }

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

  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }

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

  .m-lg-100 {
    margin: 100px !important;
  }

  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important;
  }

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

  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important;
  }

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

  .m-lg-150 {
    margin: 150px !important;
  }

  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 150px !important;
  }

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

  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 150px !important;
  }

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

  .m-lg-200 {
    margin: 200px !important;
  }

  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 200px !important;
  }

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

  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 200px !important;
  }

  .px-lg-150 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .min-height-lg-54 {
    min-height: 54px !important;
  }

  .min-height-lg-81 {
    min-height: 81px !important;
  }

  .min-height-lg-135 {
    min-height: 135px !important;
  }

  .min-height-lg-154 {
    min-height: 154px !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .h-lg-870 {
    min-height: 870px;
  }

  .h-lg-945 {
    min-height: 945px;
  }
}

/* home */
.tab-content .table thead {
  background-color: #EEE;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f500;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

.section-products-title {
  top: 0;
  left: 0;
  z-index: 99;
}

.section-products .swiper-text p {
  margin-bottom: 0;
}

.swiper-button-next, .swiper-button-prev {
  border: 1px solid #707070;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: black;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 30px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 30px;
}

.section-markets-title {
  bottom: 0;
}

/* 产品 */
ul.ul-primary li span::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #CD000C;
}

ul.ul-primary li {
  list-style-type: square !important;
  min-width: 100%;
  display: inline-grid;
  position: relative;
}

@media (min-width: 992px) {
  ul.ul-primary li {
    min-width: 48%;
  }
}

ul.ul-primary2 li::marker {
  color: #CD000C;
  font-size: 24px;
}

ul.ul-primary2 li {
  list-style-type: square;
}


.tab-content table {
  font-size: 15px;
  color: #000;
}

.custom-tab-btn {
  border: none;
}

.tab-btn {
  border: none;
}

.tab-btn.active-tab {
  border: none;
}

.tab-btn.active-tab .tab-btn-title {
  color: #CD000C;
  border-bottom: 3px solid #CD000C;
}

.main-title-absolute {
  bottom: 0;
  left: 0;
}

.breadcrumbs {
  font-size: 18px;
  text-transform: uppercase;
}

.wp-pagenavi span.current {
  font-size: 27px;

}

.wp-pagenavi span, .wp-pagenavi a {
  font-size: 17px;
  background-color: #ddd0;
  font-style: italic;
}

.global-sidebar-list>li>a, .page-global-sidebar-menu li>a {
  font-weight: bold;
}

.page-global-sidebar-menu ul {
  padding-left: 0;
}

.global-sidebar-list>li.current_page_item>a, .global-sidebar-list>li.current-cat>a, .page-global-sidebar-menu li.current-menu-item>a {
  color: #CD000C;
}

.global-sidebar-list-wrap .global-sidebar-list>li.current_page_item>a, .global-sidebar-list-wrap .global-sidebar-list>li.current-cat>a::before, .page-global-sidebar-menu li.current-menu-item>a::before {
  content: "";
  position: absolute;
  background-color: #CD000C;
  width: 4px;
  top: 0;
  bottom: 0;
  margin-right: 0;
  left: -5px;
}

.mega-menu-global-sidebar-list-wrap .active-tab a:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 4px;
  top: 0;
  bottom: 0;
  margin-right: 0;
  left: -4px;
}

.global-sidebar-list-wrap ul {
  border-left: 4px solid #F5F5F5;
}

.mega-menu-global-sidebar-list-wrap ul {
  border-left: 4px solid rgba(245, 245, 245, 0.5);
}

.fixed-panel {
  padding-top: 60px;
  width: 330px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.section-typical-applications ul li {
  min-width: 100%;
  display: inline-grid;
  margin-bottom: 1rem !important;
  position: relative;
}

@media (min-width: 992px) {
  .section-typical-applications ul li {
    min-width: 48%;
  }

  .fixed-panel {
    width: 210px;
  }
}

@media (min-width: 1200px) {
  .section-typical-applications ul li {
    min-width: 48%;
  }

  .fixed-panel {
    width: 255px;
  }
}

@media (min-width: 1360px) {
  .fixed-panel {
    width: 290px;
  }
}
@media (min-width: 1860px) {
  .fixed-panel {
    width: 320px;
  }
}

.section-typical-applications ul li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #CD000C;
}

.portfolio-swiper .swiper-slide-thumb-active {
  border: 1px solid #ddd;
}



@media (max-width: 1570px) and (min-width: 1200px) {

  .page-template-template-about-company-milestone .container {
    max-width: 1100px;
  }
}

/* footer */
.footer-talk {
  display: none;
}

.home .footer-talk,
.single-markets .footer-talk,
.tax-product_categories .footer-talk,
.post-type-archive-news .footer-talk,
.tax-news_categories .footer-talk,
.news-template-default .footer-talk,
.post-type-archive-portfolio .footer-talk,
.tax-portfolio_categories .footer-talk {
  display: block;
}

.menu-footer-menu-container>ul>li>a {
  font-weight: bold;
  font-size: 18px;
  color: #111;
}

.footer-menu ul li ul li {
  list-style: none;
  margin-bottom: 14px;
}

.footer-menu ul li ul {
  padding-left: 0;
  margin-top: 26px;
}

.footer-copyright a {
  color: rgb(0, 0, 0);
}

.footer-copyright a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.footer-copyright .footer-copyright-left {
  font-weight: bold;
}

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

.footer-menu ul .menu-item-has-children {
  margin-bottom: 24px;
}

#menu-footer-menu .menu-item {
  padding-bottom: 16px;
  min-width: 120px;
  display: inline-grid;
}

@media (min-width: 992px) {
  .footer-menu ul .menu-item-has-children {
    display: inline-grid;
    min-width: 260px;
    padding-left: 48px;
    padding-right: 48px;
    /* border-right: 1px solid #DDDDDD; */
    margin-bottom: 0;
  }

  .footer-menu ul li ul {
    min-height: 250px;
  }

  #menu-footer-menu {
    padding-left: 40px;
    display: flex;
    margin-bottom: 0;
  }

  #menu-footer-menu .menu-item {
    padding-right: 84px;
    padding-bottom: 0;
  }

  .footer-menu .widget {
    display: flex;
  }

  .footer-menu .widget .menu-footer-menu-container {
    margin-top: auto;
    margin-bottom: auto;
  }
}


/* swiper */


.section-swiper-time .swiper-wrapper {
  display: block;
}

@media (min-width: 992px) {

  .h-lg-1100 {
    min-height: 1100px;
  }

  .border-bottom-lg-none {
    border-bottom: 0 !important;
  }

  .swiper-slide {
    height: auto;
  }

  .section-swiper-time .swiper-wrapper {
    display: flex;
  }

  .section-swiper-time .swiperhomepagenew1 .swiper-wrapper::before {
    content: "";
    border-top: 1px solid #e5012f21;
    top: 50%;
    width: 800%;
    left: 0;
    right: 0;
    position: absolute;
  }

  .section-swiper-time .homepage-swiper-circular-down {
    top: 50%;
    position: absolute;
  }

  .section-swiper-time .homepage-swiper-circular-up {
    bottom: 50%;
    position: absolute;
  }

  .section-swiper-time .swiperhomepagenew1 .swiper-wrapper .swiper-slide::before {
    content: "";
    /* background: url('../images/swiper-arrowhead-left.svg'); */
    background-color: #CD000C;
    box-shadow: 0 0 6px 3px rgba(229, 1, 45, 0.3);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50.6%;
    left: 12%;
    transform: translate(-50%, -50%);
    margin-left: -7px;
    margin-top: -7px;
    z-index: 1;
  }

  .section-swiper-time .swiperhomepagenew1 .swiper-wrapper .swiper-slide .homepage-swiper-circular-up::before {
    content: "";
    /* background: url('../images/swiper-arrowhead-left.svg'); */
    background-color: #CD000C;
    width: 2px;
    height: 16px;
    position: absolute;
    bottom: 24px;
    left: 12%;
    margin-left: -7px;
    margin-top: -7px;
    z-index: 1;
  }

  .section-swiper-time .swiperhomepagenew1 .swiper-wrapper .swiper-slide .homepage-swiper-circular-down::before {
    content: "";
    /* background: url('../images/swiper-arrowhead-left.svg'); */
    background-color: #CD000C;
    width: 2px;
    height: 16px;
    position: absolute;
    top: 30px;
    left: 12%;
    margin-left: -7px;
    margin-top: -7px;
    z-index: 1;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 50%;
    padding: 10px 15px;
    color: #fff;
  }

  .swiper-outer {
    position: relative;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 20px;
  }

  .section-about .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    position: absolute;
  }

  .section-about .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
  }

  .border-left-2-primary {
    border-left: 2px solid #CD000C;
  }

  .section-about .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -70px;
  }

  .section-about .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -70px;
  }


}





@media (max-width: 992px) {
  .section-about .swiper-button-next, .section-about .swiper-button-prev {
    display: none;
  }
}

/* Contact */
.contact a:hover {
  color: #CD000C;
}

.contact ul li {
  list-style: none;
}

.contact-location-title {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

@media (max-width: 992px) {
  #contentLeft .footer-talk {
    display: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .page-template-template-contact .location-content .location-content-row1 {
    min-height: 280px;
  }

  .page-template-template-contact .location-content .location-content-row2 {
    min-height: 252px;
  }

  .page-template-template-contact .location-content .location-content-row3 {
    min-height: 290px;
  }

  .mw-680{
    max-width: 680px !important;
  }
}

.breadcrumbs .post.current-item {
  color: #999;
}

/* .archive.term-29 .products-list .product-item a {
  pointer-events: none;
}

.archive.term-29 .products-list .product-item .btn {
  visibility: hidden;
} */

.sing-news .post-navigation {
  margin-top:0px !important;
}

.sing-news .post-navigation .nav-links {
  display: flex;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.text-black1 {
  color: #666;
}

.page-main-title {
  font-size: 35px;
  padding-bottom: 10px;
  border-bottom: #DDD 1px solid;
}

.single-post .post-post.current-item{
  display: none;
}

.section-attachment .btn{
  text-transform: none;
}

.min-height-100 {
  min-height: 100% !important;
}

/* 首行缩进2em */
p {
  text-indent: 2em;
}

.page-template-default .default-page img{
  border-radius: 20px;
}
.customers-logo{
  max-height: 92px;
}
