







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */

















/* 1d. Buttons */

/* Primary Button */








/* Secondary Button */








/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */







/* 1h. Site footer */








/* 1i. Blog Misc */











.content-wrapper {
  max-width: 1140px;
}

.container {
  max-width: calc(1140px + 30px);
  padding-left: 15px;
  padding-right: 15px;
}

.footer__container{
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 1630px) {
  .footer__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 1430px) {
  .footer__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 1300px) {
  .footer__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1219px) {
  .footer__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 48px 15px;
}

.row-fluid {
  display: flex;
}

@media (max-width: 767px) {
    .row-fluid {
      flex-direction: column;
    }
}

.dnd-section > .row-fluid {
  max-width: 1140px;
}





html {
  font-size: 16px;
}

body {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000;
}

/* Paragraphs */

p {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #009973;
}
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #00714b;
}
a: {
  text-decoration: none;
}

a:active {
  color: #28c19b;
}

/* Headings */

h1, .h1 {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #000;
  font-size: 40px;
}

h2, .h2 {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #000;
  font-size: 32px;
}

h3, .h3 {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #000;
  font-size: 28px;
}

h4, .h4 {
  font-weight: normal; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #000;
  font-size: 24px;
}

h5, .h5 {
  font-weight: normal; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #000;
  font-size: 20px;
}

h6, .h6 {
  font-weight: normal; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #000;
  font-size: 16px;
}

/* Blockquote */

blockquote {
  border-left-color: #05386b;
}





/* Primary */
.button.primary {
  background-color: #FFF;
  border: 1px solid #009973;
  border-radius: 10px;
  color: #009973;
  font-weight: 300;
  display: inline-block;
  height: 36px;
  line-height: 37px;
  border-radius: 18px;
  padding: 0 22px;
  cursor: pointer;
}

.button.primary:hover,
.button.primary:focus {
/*   background-color: rgba(0, 113, 75, 1.0);
  border-color: #00714b;
  color: #009973; */
  background-color: 

  
  
    
  


  rgba(0, 153, 115, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 153, 115, 1.0)

;
  color: #fff;
}

.button.primary:active {
/*   background-color: rgba(40, 193, 155, 1.0);
  border-color: #28c19b;
  color: #009973; */
  background-color: 

  
  
    
  


  rgba(0, 153, 115, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 153, 115, 1.0)

;
  color: #fff;
}

/* Secondary */

.button.secondary {
  background-color: 

  
  
    
  


  rgba(5, 56, 107, 1.0)

;
  border: 0px solid #05386b;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 11px 28px;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: rgba(0, 16, 67, 1.0);
  border-color: #001043;
  color: #FFFFFF;
}

.button.secondary:active {
  background-color: rgba(45, 96, 147, 1.0);
  border-color: #2d6093;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(0, 153, 115, 1.0)

;
  color: #05386b;
}

/* Form label */

form label {
  color: #000;
}

/* Form help text */

form legend {
  color: #000;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #D1D6DC;
  color: #000;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #009973;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #009973;
}

.fn-date-picker td .pika-button:hover {
  background-color: #009973 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #009973;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(0, 153, 115, 1.0)

;
  border: 1px solid #009973;
  border-radius: 10px;
  color: #FFF;
  padding: 11px 28px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 113, 75, 1.0);
  border-color: #00714b;
  color: #fff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 193, 155, 1.0);
  border-color: #28c19b;
  color: #009973;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000;
}

th,
td {
  border-color: #000;
  color: #000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 153, 115, 1.0)

;
  border-bottom-color: #000;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000;
}




.body-container-wrapper.main-home,
.body-container-wrapper.main-about,
.body-container-wrapper.main-faq,
.body-container-wrapper.main-another,
.body-container-wrapper.main-loading-page,
.body-container-wrapper.main-services-overview,
.body-container-wrapper.main-services-detail{
  padding-top: 0 !important;
}
.site-global-header {
  background-color: rgba(0,0,0, 0.3);
}

.site-global-header .desktop-list-wrapper ul li.has-sub-navigation ul.main-menu-nest-02, .site-global-header .desktop-list-wrapper ul li.has-sub-navigation>ul.simple-menu div>ul li.hs-item-has-children>ul {
  background-color: #FFF;
}

.site-global-header .desktop-list-wrapper ul li.has-sub-navigation>ul.simple-menu div>ul li a:hover {
  background-color: #f5f5f5;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
.site-global-header .desktop-list-wrapper ul li a,
.site-global-header .desktop-list-wrapper p
{
  color: #000;
  font-family: Poppins, sans-serif;
}


.site-global-header .header-wrapper:not(.drawer-open) .hamburger-line {
  background-color: #000;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #009973;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #5cdb95;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #5cdb95;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #5cdb95;
}


body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Poppins, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #000;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(17, 17, 18, 1.0)

;
}


/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer ol li,
.footer ul li,
.footer ul li a,
.footer ol li a,
.footer a,
.footer img {
  color: #ddd;
}





.blog-index,
.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 48px 0;
}

.blog-post__date {
  border-color: #000;
}

.blog-post__tag-link {
  color: #000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

.blog-pagination__link {
  color: #000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #009973;
}

#comments-listing .comment-reply-to {
  color: #009973;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00714b;
}

#comments-listing .comment-reply-to:active {
  color: #28c19b;
}











.card__price {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #000;
  font-size: 28px;
}







/* Header */

.site-global-header .main-menu-nest-01 .active>a, .site-global-header .desktop-list-wrapper ul li a:hover, .site-global-header .desktop-list-wrapper ul li.has-sub-navigation>ul.main-menu-nest-02 li.has-sub-navigation>ul.main-menu-nest-03>li>a:hover {
  color: #009973;
}

.site-global-header .desktop-list-wrapper ul li.has-sub-navigation>ul.simple-menu div>ul li a:hover, .site-global-header .desktop-list-wrapper ul li.has-sub-navigation>ul.simple-menu div>ul li.hs-item-has-children:hover>a {
  border-left-color: #5cdb95;
}


header#site-header, header#site-header .site-global-header {
  position: fixed;
}


/* Portfolio Card */
.portfolio-extended__button-wrapper, .portfolio-extended .image-card:before {
  background-color: #009973;
}

.portfolio-extended:hover .portfolio-extended__button-wrapper {
  background-color: #00714b;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #00714b;
}

/* Multiple Grids */

.hp-multiple-grids__content-single.active h3 {
  color: #009973;
}

/* Footer */
.footer .footer-top__navbar-social-flex .footer-top__navbar-social-item:hover svg path {
  fill: #009973;
}

.footer .footer-top__navbar-navigation-wrapper ul a, .footer li.hs-menu-item.hs-menu-depth-1.active.active-branch a {
  color: #ddd;
}

.footer .social-links {
  justify-content: flex-start;
}

.footer .social-links__icon:hover, .footer .social-links__icon:focus {
  background-color: #009973;
}

.footer .social-links__icon:hover svg, .footer .social-links__icon:focus svg {
  fill: #333;
}

.footer .footer-bottom {
  background-color: 

  
  
    
  


  rgba(17, 17, 18, 1.0)

;
  color: 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
}

.footer .footer-bottom .footer-bottom__content-box h3, .footer .footer-bottom .footer-bottom__content-box span {
  color: 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
}


/* Video Module */
.turned-into-video .play-button circle {
  
}
.turned-into-video .play-button svg path {
  fill: #FFF;
}

/* Image Comparison */
span.cd-handle {
  background-color: #009973;
}

.cd-handle.draggable {
  background-color: #00714b;
}

/* Theme Background Color */

.bg-theme-color-primary {
  background-color: #009973;
}

.bg-theme-color-secondary {
  background-color: #05386b;
}

.bg-theme-color-tirtiary {
  background-color: ;
}

/* Blog */

.blog-content-box .blog-colm:nth-last-child(1):before {
  background-color: #009973;
}

.blog-detail-social a:hover, .blog-right-side .sidelist ul li a {
  color: #000;
}

.blog-detail-social a:hover, .blog-right-side .sidelist ul li a:hover {
  color: #009973;
}

/* FAQ */

.faq-box__header figure svg line {
    stroke: #009973;
}


/* Forms */

form input[type=submit], form .hs-button {
/*   width: 35%; */
}

/* Search */

.hs-search-results__title {
  font-family: inherit;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body .hs-search-results__listing li {
  width: 100%;
  max-width: 32.333336%;
  padding: 1.5rem;
  border: 1px solid #eee;
  margin-bottom: 2rem;
}

/* Buttons */
/* 
.button.primary:hover, .hs-button.primary:hover {
  box-shadow: 0 0.3125rem 1.5625rem 0 rgba(0, 0, 0, 0.25);
}



.button.secondary:hover, .hs-button.secondary:hover {
  box-shadow: 0 0.3125rem 1.5625rem 0 rgba(0, 0, 0, 0.25);
}
 */

/* Blog */
.blog-pagination__link {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0.35rem 0.95rem;
  background-color: #fff;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: unset;
  border: none;
  color: #000;
}

.blog-pagination__link:hover {
  background-color: #ddd;
  color: inherit;
  text-decoration: none;
  border: none;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #009973;
}

.blog-pagination__link--active {
  color: #009973;
  background-color: #009973;
  border-color: #009973;
  pointer-events: none;
}

.blog-pagination__prev-link--disabled, .blog-pagination__next-link--disabled {
  opacity: 0.6;
  pointer-events: none;
}

.blog-right-side .input-group input {
  color: #000;
}

.blog-content-box .blog-colm a, .misc-row__column select {
  color: #000; 
}

.blog-header {
  background-color: 

  
  
    
  


  rgba(5, 56, 107, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.blog-header h1, .blog-header p, .blog-header h2 {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

@media (min-width: 992px) {
  .col-lg-6 .box.portfolio-extended .image-card {
    min-height: 17.5rem;
  }
}

.blog-with-sidebar-background-color {
  background-color: 

  
  
    
  


  rgba(236, 240, 247, 1.0)

;
}

/* Forms */

.submitted-message {
  font-weight: 600;
  text-align: center;
  background-color: #7fe87fab;
  padding: 0.5rem;
  border-radius: 4px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

body .hs-form fieldset.form-columns-1 input[type="checkbox"].hs-input, body .hs-form fieldset.form-columns-1 input[type="radio"].hs-input {
    width: auto;
    margin-top: -2px;
}


/* Globals */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h4,
.h5,
.h6 {
  line-height: 1.5;
}


body,
html {
  line-height: 1.9;
}

.systems-page form input[type='submit'] {
  width: auto;
}

.systems-page label {
  display: block;
}

/* Typography */

.theme__color-heading__primary {
  color: #009973
}

.theme__color-heading__secondary {
  color: #05386b
}

.theme__strong-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
}

.link-button {
  font-weight: 700;
  color: #009973;
}

/* blog-two-post 隐藏表单 */
.blog-two-post .comments-wrapper {
  display: none;
}

/* CTA 按钮 */
.hs-cta-embed__loaded {
/*   top: 50% !important; */
}

.default-btn {
  border-radius: 18px;
  height: 36px;
  cursor: pointer;
  background-color: #009973;
  color: #fff;
  padding: 0 20px;
  line-height: 36px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 300;
  border: none;
}

.default-btn:hover {
  background-color: #036049 !important;
  font-weight: 300 !important;
}

.gradient-btn,
.saj-btn {
  position: relative;
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  border-radius: 10px;
  line-height: 37px;
  overflow: hidden;
  cursor: pointer;
  color: #FFF;
}
.saj-btn {
  background: #529c73d3;
}
.saj-btn:hover {
  background: #529c73;
}

.gradient-btn {
  background: linear-gradient(90deg, #529c73, #01040a);
}
.gradient-btn .text-opacity {
  opacity: 0;
}
.gradient-btn .text {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gradient-btn::after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: -2px;
  background: #529c73;
  opacity: 0;
/*   transition: all .1s ease-in; */
}
.gradient-btn:hover::after {
  width: 100%;
}

.gradient-btn.primary {
  background: linear-gradient(90deg, #009973, #036049);
}
.gradient-btn.primary::after {
  opacity: 1;
  background: #1e54c1;
}

.gradient-btn.red {
  /* 84030e */
  background: #009973;
/*   background: linear-gradient(90deg, #009973, #036049); */
  /* background: linear-gradient(90deg, #ba4847, #630109); */
}
.gradient-btn.red::after {
  opacity: 1;
  background: #66c2ab;
}

.saj-link {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.saj-link::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: width .2s ease-in-out;
  background-color: #000;
}

.saj-link.default {
  color: #009973;
}
.saj-link.default::after {
  background-color: #009973;
}

.saj-link:hover::after {
  width: 100%;
}

.subscribe-input-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.subscribe-input-content,
.subscribe-input,
.subscribe-btn {
  border-radius: 21px;
  height: 42px;
}

.subscribe-input-content {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFF;
}
.subscribe-input-error {
  position: absolute;
  color: #d92b3a !important;
  bottom: -25px;
  left: 10px;
  font-size: 13px;
  text-align: left;
}
.subscribe-input-error.hide {
  display: none;
}
.subscribe-input {
  padding: 0 20px;
  border: none;
  width: 300px;
  background: #FFF;
}
.subscribe-input:focus{
  outline: none; /* 移除默认的焦点轮廓 */
}
.subscribe-input::-webkit-input-placeholder {
  color: #999;
}

.subscribe-btn {
  flex-shrink: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background-color: #009973;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
}
.subscribe-btn:hover {
  background-color: #00ab80;
}

.saj-default-btn {
  display: inline-block;
  height: 36px;
  line-height: 37px;
  border-radius: 18px;
  padding: 0 22px;
  color: #009973;
  border: 1px solid #009973;
  cursor: pointer;
}
.saj-default-btn.red {
  color: #d92b3a;
  border: 1px solid #d92b3a;
}
.saj-default-btn:hover {
  color: #fff;
  background-color: #009973;
}
.saj-default-btn.red:hover {
  color: #fff;
  background-color: #d92b3a;
}

.service_card.service_layout_one{
  padding: 0 0 !important;
}

.download-btn-icon {
 cursor: pointer;
 display: inline-block;
 fill: #000; 
}

.download-btn-icon:hover path {
  fill: #d92b3a;
}

/* Product Inquiry 标签 */
.tabify__btn::after {
  display:none;
}
.tabify__btn:hover,
.tabify__btn-active {
  color: #fff !important;
  background-color: #009973 !important;
}

/* 分页样式 */
.product-pages-content {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
.product-pages-content-btn {
  width: 36px;
  height: 36px;
  margin: 0 5px;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #FFF;
  border: 1PX solid #CCC;
}
.product-pages-content-btn:hover {
  background-color: #009973;
}
.product-pages-content-btn.disabled {
  background-color: #f2f2f2;
}

.product-pages-content-btn.disabled .product-pages-content-btn-icon svg {
  fill: #666;
}

.product-pages-content-btn.disabled:hover {
  cursor: default;
  background-color: #f2f2f2;
}

.product-pages-content-btn.disabled:hover .product-pages-content-btn-icon svg{
  fill: #666;
}
.product-pages-content-btn:hover .product-pages-content-btn-icon svg {
  fill: #fff;
}

.product-pages-content-btn-icon {
  height: 18px;
  display: flex;
  align-items: center;
}
.product-pages-content-btn-icon svg {
  fill: #333;
  width: 18px;
  height: 18px;
}
.product-pages {
  display: flex;
  align-items: center;
}
.product-pages .product-pages-btn {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333;
  margin: 0 5px;
}
.product-pages .product-pages-btn:hover {
  background-color: #009973;
  color: #FFF !important; 
}
.product-pages-btn.active {
  background-color: #009973;
  color: #FFF !important; 
}

/* 分页按钮样式 */
.pagination {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination.hide {
  display: none;
}
.pagination-pages {
  display: flex;
  align-items: center;
}
.pagination-arrow {
  border: none;
  cursor: pointer;
  margin-left: 10px;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.pagination-arrow.disabled {
  cursor: not-allowed;
}
.pagination-arrow.disabled:hover path,
.pagination-arrow.disabled path {
  fill: #999;
}
.pagination-arrow:hover path {
  fill: #009973;
}
.pagination-left-arrow {
  transform: rotate(180deg);
}
.pagination-btn {
  display: flex;
  border: none;
  cursor: pointer;
  padding: 1px 6px;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  background-color: transparent;
  font-size: 16px;
}
.pagination-btn:hover {
 color: #009973 !important;
}

.pagination-btn.active {
  color: #009973 !important;
}

.hp-latest-works .owl-theme .owl-nav {
  top: 50%;
}
.hp-latest-works.pd5 .owl-nav button.owl-next,
.hp-latest-works.pd5 .owl-nav button.owl-prev {
  background-color: #ccc !important;
  padding: 3px 7px !important;
}

.hp-latest-works.pd5 .owl-nav button.owl-next:hover,
.hp-latest-works.pd5 .owl-nav button.owl-prev:hover {
  background-color: #abaaaa !important;
}
.hp-latest-works.center .CardWithFullImageOrIcon__card-wrapper,
.hp-latest-works.center .CardWithFullImageOrIcon__heading-wrapper,
.hp-latest-works.center .CardWithFullImageOrIcon__description-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 手机端 */
@media (max-width: 767px) {
  .site-global-header .header-wrapper {
    padding: 2px 10px;
  }
  .hp-latest-works.pd5 .owl-nav button.owl-next,
  .hp-latest-works.pd5 .owl-nav button.owl-prev {
    display: none;
  }
}


/* 轮播 */
.owl-carousel .owl-stage {
  display: flex;
}

.footer .dnd-section > .row-fluid {
    max-width: none;
}

.button-wrapper.text-center button{
  padding: 0 20px;
}

.site-global-header .desktop-list-wrapper ul li.has-sub-navigation>ul.simple-menu div>ul li.hs-item-has-children>ul li.hs-item-has-children>ul {
  min-height: 100%;
}
.hs-video-container iframe,
.hs_cos_wrapper_type_linked_image img {
  border-radius: 10px;
}

.portfolio-extended__button-wrapper svg path {
  stroke: #FFF;
}

/* chatbot 的位置 */
#hubspot-messages-iframe-container.widget-align-right{
  bottom: 50px !important;
}

#hubspot-messages-iframe-container.widget-align-right iframe .hBhblh{
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-2px);
  }
  60% {
    transform: translateY(-2px);
  }
}


.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field select,
.hs-form-field textarea {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 10px !important;
}

.service_card.service_layout_one .main-box .img-box img.image_full {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  transition: .4s;
  width: 100%;
}

.mobile-menu-language-switcher {
  display: none;
}

/* landing-page 页面隐藏页头页尾 */
.hs-landing-page .footer {
  display: none !important;
}

.hs-landing-page .site-global-header {
  display: none !important;
}

.ladingpage-20-year-page {
  width: 100vw;
  height: 99.9vh;
  position: relative;
  background-image: url('https://www.saj-electric.com/hubfs/%E9%A6%96%E9%A1%B5.jpg');
  background-repeat: no-repeat;
  background-position: center center; /* 居中定位 */
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ladingpage-20-year-page-title {
  color: #333;
  text-align: center;
  font-size: 46px;
}

.ladingpage-20-year-page-left-top-icon {
  position: absolute;
  width: 400px;
  left: 0;
  top: 0;
  display: none;
}

.ladingpage-20-year-page-right-bottom-icon {
  position: absolute;
  width: 300px;
  bottom: 0;
  right: 0;
  display: none;
}
.ladingpage-20-year-page-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ladingpage-20-year-page-title-content{
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
}
.ladingpage-20-year-page-btn {
  display: flex;
  border-radius: 10px;
  padding: 20px;
  margin: 15px;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  color: #009973;
  gap: 3px;
  width: 300px;
  font-weight: bold;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, .09);
}

.ladingpage-20-year-page-btn:hover {
  color: #fff;
  background-color: #009973;
}

/* 平板 */
@media (max-width: 994px) {
  .ladingpage-20-year-page {
    background-image: url('https://www.saj-electric.com/hubfs/%E9%9B%86%E5%90%88%E9%A1%B5/%E9%9B%86%E5%90%88%E9%A1%B5-%E5%B9%B3%E6%9D%BF-1.jpg');
  }
  .ladingpage-20-year-page-left-top-icon {
    width: 320px;
  }

  .ladingpage-20-year-page-right-bottom-icon {
    width: 240px;
  }
}

/* 手机 */
@media (max-width: 767px) {
  .ladingpage-20-year-page {
    background-image: url('https://www.saj-electric.com/hubfs/%E9%9B%86%E5%90%88%E9%A1%B5/%E9%9B%86%E5%90%88%E9%A1%B5-%E7%A7%BB%E5%8A%A8.jpg');
  }
  .ladingpage-20-year-page-content {
    flex-direction: column;
  }
  .ladingpage-20-year-page-title {
    font-size: 22px;
  }
  .ladingpage-20-year-page-title-content{
    top: -80px;
  }
  
  .ladingpage-20-year-page-left-top-icon {
    width: 280px;
  }

  .ladingpage-20-year-page-right-bottom-icon {
    width: 200px;
  }
}

/* Hubspot 语言样式 */

.lang_list_class {
    border-radius: 10px;
    overflow: hidden;
}
.lang_list_class:before {
    border-bottom-color: transparent !important;
}

.lang_list_class li:first-child {
    border-radius: 10px 10px 0 0;
    border-top: none !important;
}
.lang_list_class li {
  font-size: 14px;
  padding: 10px 15px;
    border: none !important;
}

.lang_list_class li a {
    white-space: nowrap;
}
.lang_list_class li a:hover {
    color: #009973;
}