.search {
  float: right;
}

input {
  border-style: none;
  border-radius: 3;
  font-size: 14px;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #0db883;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0277eb;
  --secondary: #0db883;
  --success: #6c757d;
  --info: #3b99e0;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat",sans-serif;
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.top-banner2 {
  background-image: url("/assets/img/scenery/3D-print-in-hand-background.jpg");
  color: rgba(116,141,205,0.35);
  height: 500px;
  max-height: 500px;
  /*top: -80px;*/
}

.top-banner4 {
  background-image: url("/assets/img/scenery/space-satalite-background.jpg");
  color: rgba(83,93,96,0.35);
  height: 600px;
  max-height: 600px;
  top: -80px;
}

.top-banner3 {
  background-image: url("/assets/img/scenery/image1.jpg");
  color: rgba(86,110,171,0.38);
  height: 500px;
  max-height: 500px;
  /*top: -80px;*/
}

.top-banner1 {
  background-image: url("/assets/img/scenery/city-in-cloud-background.jpg");
  color: rgba(116,141,205,0.35);
  height: 500px;
  max-height: 500px;
  /*top: -80px;*/
}

.top-banner-index {
  background-image: url("/assets/img/theme/index_main_pic.jpg");
  color: rgba(47,31,145,0.23);
  height: 600px;
  max-height: 600px;
  top: -80px;
}

.top-banner-ldpg-index1 {
  background-image: url("/assets/img/landingpage/worker-background.jpg");
  color: rgba(119,109,71,0.2);
  min-height: 300px;
  height: 300px;
  max-height: 300px;
}

@media (min-width: 576px) {
  .top-banner-ldpg-index1 {
    background-image: url("/assets/img/landingpage/worker-background.jpg");
    color: rgba(119,109,71,0.2);
    min-height: 300px;
    height: 400px;
    max-height: 400px;
  }
}

@media (min-width: 376px) {
  .top-banner-ldpg-index3 {
    background-image: url("/assets/img/landingpage/industry-pollution.jpg");
    color: rgba(119,109,71,0.2);
    min-height: 300px;
    height: 400px;
    max-height: 400px;
  }
}

.top-banner-ldpg-index2 {
  background-image: url("/assets/img/landingpage/customize-background.jpg");
  color: rgba(44,41,28,0.2);
  min-height: 300px;
  height: 300px;
  max-height: 300px;
}

@media (min-width: 576px) {
  .top-banner-ldpg-index2 {
    background-image: url("/assets/img/landingpage/customize-background.jpg");
    color: rgba(44,41,28,0.2);
    min-height: 300px;
    height: 400px;
    max-height: 400px;
  }
}

.btn-transparent-blue {
  border-color: white !important;
  color: white;
  border-width: 2px;
}

.btn-transparent-green {
  border-color: white !important;
  color: white;
  border-width: 2px;
}

.btn-orange-light {
  border-color: var(--orange) !important;
  background-color: var(--orange);
  color: white;
  border-width: 2px;
}

.btn-orange-light:hover {
  border-color: #fd7e14bd !important;
  background-color: rgba(253,126,20,0.74);
  color: white;
  border-width: 2px;
}

.btn-blue-green {
  border-color: var(--primary) !important;
  color: white;
  border-width: 2px;
  background-color: var(--primary);
}

.btn-green-blue {
  border-color: #0db883 !important;
  color: white;
  border-width: 2px;
  background-color: #0db883;
}

.btn-transparent-blue:hover {
  border-color: var(--primary) !important;
  color: var(--white);
  border-width: 2px;
  background: var(--primary);
}

.btn-transparent-green:hover {
  border-color: #0db883 !important;
  color: var(--white);
  border-width: 2px;
  background: #0db883;
}

.btn-blue-green:hover {
  border-color: #0db883 !important;
  color: var(--white);
  border-width: 2px;
  background: #0db883;
}

.btn-green-blue:hover {
  border-color: var(--primary) !important;
  color: var(--white);
  border-width: 2px;
  background: var(--primary);
}

.float-button-en {
  z-index: 100;
  position: fixed;
  right: 5px;
  bottom: 100px;
}

.float-button {
  z-index: 100;
  position: fixed;
  right: 5px;
  bottom: 10px;
}

.float-button a span {
  text-decoration: none;
}

span {
}

.float-button li a:hover {
}

.btn-right-bottom {
  position: absolute;
  right: 25px;
  bottom: 15px;
}

.card-white-shadow {
  box-shadow: 0 2px 10px rgba(0,0,0,.075);
  border-radius: 3px;
  border: 1px solid #eaeaea;
  margin-top: 15px;
}

.card-white-no-shadow {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  margin-top: 15px;
}

.card-heading {
  margin-bottom: 20px;
  min-width: 270px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .card-text-div {
    min-width: 300px;
    max-height: 250px;
    padding-left: 10px;
    min-height: 200px;
  }
}

.block-content {
  min-height: 800px;
}

.pagination-buttom {
  margin-top: 30px;
  margin-bottom: 30px;
}

.info-product {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.8;
  padding-left: 25px;
  padding-bottom: 10px;
}

.card-white-no-shadow {
  margin-left: 15px;
}

.info-product {
  padding-top: 10px;
}

.heading-with-lable {
  color: var(--gray-dark);
  font-size: 16px;
  border-left: 5px solid var(--blue);
  padding-left: 10px;
}

.card-info-introduction {
  color: var(--gray);
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-right: 10px;
}

.data-bottom-left {
  position: absolute;
  bottom: 0px;
}

.ourclients-background {
  min-height: 500px;
  background: url("/assets/img//theme/ourclients.jpg") no-repeat center;
  background-size: 100%;
}

.case-background {
  min-height: 200px;
  background: url("/assets/img/scenery/image1.jpg") no-repeat center;
  background-size: 100%;
}

@media (min-width: 993px) {
  .ourclients-background {
    min-height: 530px;
    background: url("/assets/img//theme/ourclients.jpg") no-repeat center;
    background-size: 65%;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #0277eb;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0277eb;
  border-color: #0277eb;
  cursor: default;
}

.content-item h3 {
  color: var(--dark);
  font-size: 18px;
  border-left: 5px solid var(--blue);
  padding-left: 10px;
  font-weight: 600;
}

.post-body h3 {
  color: var(--dark);
  font-size: 18px;
  border-left: 5px solid var(--blue);
  padding-left: 10px;
  font-weight: 600;
}

.content-item h2 {
  color: var(--gray-dark);
  font-size: 21px;
  border-left: 5px solid var(--blue);
  padding-left: 10px;
  font-weight: 600;
}

.post-body h2 {
  color: var(--gray-dark);
  font-size: 21px;
  border-left: 5px solid var(--blue);
  padding-left: 10px;
  font-weight: 600;
}

.content-item h1 {
  color: var(--gray-dark);
  font-size: 21px;
  padding-left: 10px;
  font-weight: 800;
}

.post-body h1 {
  color: var(--gray-dark);
  font-size: 21px;
  padding-left: 10px;
  font-weight: 800;
}

.post-content {
  margin-top: 40px;
}

.card-heading {
  font-weight: 300;
}

.tab-product img {
  max-width: 100%;
  height: auto;
}

.content-item img {
  max-width: 100%;
  height: auto;
}

.popup-card {
  height: 200px;
  width: 250px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-feature {
  min-height: 180px;
}

#description {
  max-width: 1200px;
}

.productlist-img {
  filter: brightness(95%);
}

.card-info-introduction {
  margin-top: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #007fff #dee2e6 #fff;
}

a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.clean-block.clean-hero.top-banner1 {
}

.btn-transparent-white {
  border-color: white;
  boder: 2px;
  color: white;
}

.navbar-noscroll .nav-link {
  color: var(--success) !important;
}

.navbar-noscroll {
  background-color: white;
}

@media (min-width: 768px) {
  .navbar-noscroll img {
    filter: grayscale(100%) brightness(10000%);
  }
}

@media (min-width: 768px) {
  .navbar-noscroll .nav-link {
    color: white !important;
  }
}

@media (min-width: 768px) {
  .navbar-noscroll {
    background-color: transparent;
  }
}

.product-feature-en {
  min-height: 260px;
  padding-left: 5px;
}

.card-body-en {
  min-height: 470px;
}

