@font-face {
  font-family: 'fontello';
  src: url('/templets/cibesliftV2/font/fontello.eot?80172554');
  src: url('/templets/cibesliftV2/font/fontello.eot?80172554#iefix') format('embedded-opentype'),
       url('/templets/cibesliftV2/font/fontello.woff2?80172554') format('woff2'),
       url('/templets/cibesliftV2/font/fontello.woff?80172554') format('woff'),
       url('/templets/cibesliftV2/font/fontello.ttf?80172554') format('truetype'),
       url('/templets/cibesliftV2/font/fontello.svg?80172554') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/templets/cibesliftV2/font/fontello.svg?64163019') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-ok:before { content: '\e800'; }
.icon-rengongkefu:before { content: '\e801'; } 
.icon-jinru:before { content: '\e802'; } 
.icon-zaixianyuyueshicheng:before { content: '\e803'; } 
.icon-right-open-1:before { content: '\e804'; } 
.icon-left-open-1:before { content: '\e805'; } 
.icon-down-open-1:before { content: '\e806'; } 
.icon-lianxidianhua:before { content: '\e807'; } 
.icon-dingwei:before { content: '\e808'; } 
.icon-right-open-mini:before { content: '\e809'; } 
.icon-xiushi:before { content: '\e80a'; } 
.icon-plus:before { content: '\e80b'; } 
.icon-search:before { content: '\e80c'; }
.icon-up-open-1:before { content: '\e80d'; }
.icon-search-1:before { content: '\e80e'; } 
.icon-th:before { content: '\e80f'; } 
.icon-dot:before { content: '\e810'; }
.icon-minus:before { content: '\e811'; } 
.icon-play-circled2:before { content: '\e812'; } 
.icon-left-open-mini:before { content: '\e813'; } 
.icon-tubiaozhizuo-:before { content: '\e814'; }
.icon-clock:before { content: '\e815'; } 
.icon-bookmark:before { content: '\e816'; } 
.icon-guankanyanjing:before { content: '\e817'; }
.icon-menu:before { content: '\e818'; }
.icon-paper-plane:before { content: '\e819'; } 
.icon-globe:before { content: '\e81a'; } 
.icon-phone:before { content: '\e81b'; } 
.icon-phone24:before { content: '\e81c'; } 
.icon-picture:before { content: '\e81f'; } 
.icon-star:before { content: '\e821'; } 
.icon-showroom:before { content: '\e826'; } 
.icon-angle-left:before { content: '\f104'; } 
.icon-angle-right:before { content: '\f105'; } 
.icon-question-circle-o:before { content: '\f29c'; } 

body{
  font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,Arial,sans-serif;
  color: rgba(0,0,0,.87);
}
*, ::after, ::before {
  outline: none;
}
a {
  color: rgba(0,0,0,.87);
}
a, a:hover, a:focus {
  text-decoration: none;
  transition: all .2s ease-out
}
a:hover, a:focus {
  color: #ff9300;
  transition: all .2s ease-out
}
.dropdown-toggle:after {
  content: none;
}
.navbar-light .navbar-nav .nav-link {
  /*color: rgba(0,0,0,.87);*/
  color: #212529;
  font-weight: 500;
  /*font-size: 20px;*/
  font-size: 18px;
}

.text-first {
  color: rgba(0,0,0,.87);
}
.text-sec {
  color: rgba(0,0,0,.67);
}
.small-md {
  font-size: 14px;
}
.small {
  font-size: 12px;
}
.font-18 {
  font-size: 18px;
}

.wrapper {
  max-width: 780px;
}
.wrapper-sm {
  max-width: 460px;
}
.small-md-fluid, .small-lg-fluid {font-size: 14px;}
@media(min-width: 768px){
  .small-md-fluid {
    font-size: 16px;
  }
}
@media(min-width: 992px){
  .small-lg-fluid {
    font-size: 16px;
  }
}

@media(min-width: 768px){
  .px-md-12 {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x)/ 2) !important;
    padding-left: calc(var(--bs-gutter-x)/ 2) !important;;
  }
}

.z-four {z-index: 4;}
.bg-fade {background: #f9f9f9;}

.btn-hover:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff9300;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform .25s ease-out;
}
.btn-hover:hover:after, .btn-hover:active:after{
  transform: scaleY(1);
  /*transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
}
.scale img.scale-img {
  transition: transform .3s ease-out;
}
.scale:hover img.scale-img {
  transform: scale(1.15);
  transition: transform .3s ease-out;
}
.shadow {
  box-shadow: 0 1px 4px 0 #dfe5ee !important;
}
.shadow-none {
  box-shadow: none !important;
}
@media(min-width: 768px){
  .shadow-md-none {
    box-shadow: none !important;
  }
  .shadow-md {
    box-shadow: 0 1px 4px 0 #dfe5ee !important;
  }
}
.bg-fade-fluid {
  background: #fff;
}
@media(min-width: 768px) {
  .bg-fade-fluid {
    background: #f5f5f5
  }
}
hr {background-color: rgba(0,0,0,.25);}
.form-control {
  border: 1px solid #ededed;
  transition: all .3s ease;
}
.form-control:focus {
  border: 1px solid #ff9300;
  box-shadow: none;
  background: #ECECEC;
  transition: all .3s ease;
}
.form-check-input:focus {
  border-color: #ff9300;
  box-shadow: 0 0 0 0.25rem rgba(255,147,0,.25);
}
.color-cibes {
  color: #ff9300;
}
.font-weight {font-weight: 600;}
@media(min-width: 768px) {
  .font-weight {font-weight: 500;}
}
.opacity-8 {opacity: .8;}

.offcanvas-start {width: 65% !important;}
@media(min-width: 768px){
  .offcanvas-start {
    width: 400px !important;
  }
}

/*!
 * Bootstrap Drawer v4.0.0 (https://iqbalfn.github.io/bootstrap-drawer/)
 * Copyright 2019 Iqbal Fauzi
 * Licensed under MIT (https://github.com/iqbalfn/bootstrap-drawer/blob/master/LICENSE)
 */
/*.drawer-open {
  overflow: hidden;
}
.drawer {
  position: fixed;
  width: 240px;
  top: 0;
  z-index: 1050;
  height: 100vh;
  display: none;
}
.drawer.drawer-right {
  right: -240px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.drawer.drawer-left {
  left: -240px;
}
.drawer.show {
  -webkit-transform: none;
  transform: none;
}
.drawer.show.drawer-right {
  right: 0;
}
.drawer.show.drawer-left {
  left: 0;
}
.drawer.slide {
  transition: left 0.2s ease, right 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .drawer.slide {
    transition: none;
  }
}
.drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.drawer-backdrop.fade {
  opacity: 0;
}
.drawer-backdrop.show {
  opacity: 0.5;
}
.drawer-content {
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  height: 100%;
  overflow-y: auto;
}

.drawer-content.drawer-content-scrollable {
  display: flex;
  flex-direction: column;
}

.drawer-content.drawer-content-scrollable > div {
  display: flex;
  flex-direction: column;
}

.drawer-content.drawer-content-scrollable > div.drawer-body {
  flex: 1;
  overflow-y: auto;
}

.drawer-header {
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.drawer-header .form-group {
  margin-bottom: 0;
}

.drawer-footer {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}

.drawer-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.drawer-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.accordion-sub {
  padding-left: 42px;
}
.accordion-sub:hover, .accordion-sub:focus, .accordion-header:hover, .accordion-header:focus{background-color: #f1f1f1;color:rgba(0,0,0,.87);}*/
/* end Bootstrap Drawer */

.fixed-bottom-ios {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.bg-cibes {
  background-color: #ff9300;
}

.translate-middle-x {
  transform: translateX(-50%);
}
.translate-middle-y {
  transform: translateY(-50%);
}




.logo {
  max-height: 40px;
}
#header {
  /*border-bottom: 1px solid rgba(0,0,0,.05);*/
  box-shadow: 0px 4px 8px -3px rgba(0,0,0,.08);
}
.megamenu {
  position: absolute;
  width: 100%;
  overflow: hidden;
  left: 0 !important;
  right: 0 !important;
  top: 100% !important;
  transform: translate3d(0,0,0) !important;
}
/*#navbarCibes .dropdown-item {
  color: #fff;
  transition: all .3s ease;
}
#navbarCibes .dropdown-item:focus, #navbarCibes .dropdown-item:hover {
  background: rgba(59,58,81,1);
  color: #fff;
  transition: all .3s ease;
}*/
#navbarCibes .dropdown-item.active, #navbarCibes .dropdown-item:active {
  color: #fff;
  background: #ff9300;
}
#navbarCibes .dropdown-toggle::after {content: none;}
/*#navbarCibes .dropdown-menu {
  animation-name: DropDownSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
  margin: 0;
  z-index: 1000;
  color: #6c757d;
  background: rgba(59,58,81,.85);
  border: 1px solid #e9f0f4;
  border-radius: 2px;
}*/
@keyframes DropDownSlide {
  100% {
    transform: translateY(0)
  }
  0% {
    transform: translateY(15px)
  }
}
#navbarCibes .dropdown-menu .dropdown-divider {
  border-top-color: rgba(255,255,255,.45);
}
#navbarCibes .dropdown-toggle i.icon-down-open-1:before {
  transition: transform .5s ease;
}
#navbarCibes .dropdown-toggle.show i.icon-down-open-1:before {
  transform: rotate(180deg);
  transition: transform .5s ease;
}
.carousel-indicators li {
    width: 40px;
    height: 4px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3.2rem;
    height: 3.2rem;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
/*.swiper-pagination-banner {*/
/*  bottom: .75rem !important;*/
/*}*/
/*.swiper-banner-next {*/
/*  right: .75rem;*/
/*}*/
/*.swiper-banner-prev {*/
/*  left: .75rem;*/
/*}*/
/*.swiper-pagination-banner, .swiper-banner-next, .swiper-banner-prev {*/
/*  z-index: 10;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.swiper-banner-prev, .swiper-banner-next {*/
/*  width: 32px;*/
/*  height: 32px;*/
/*  font-size: 20px;*/
/*  background: rgba(0,0,0,.75);*/
/*  color: #fff;*/
/*  font-weight: 400;*/
/*  border-radius: 100%;*/
/*  opacity: .7;*/
/*  transition: opacity .3s ease;*/
/*}*/
/*.swiper-banner-prev:hover, .swiper-banner-prev:focus, .swiper-banner-next:hover, .swiper-banner-next:focus {*/
/*  opacity: 1;*/
/*  transition: opacity .3s ease;*/
/*}*/
/*.swiper-banner-prev.swiper-button-disabled, .swiper-banner-next.swiper-button-disabled {*/
/*  opacity: .2;*/
/*}*/
/*.swiper-pagination-banner .swiper-pagination-bullet {*/
/*  width: 24px;*/
/*  height: 4px;*/
/*  background: #fff;*/
/*  border-radius: 0;*/
/*}*/
/*@media(min-width:768px){*/
/*  .swiper-pagination-banner .swiper-pagination-bullet {*/
/*    width: 48px;*/
/*    height: 4px;*/
/*  }*/
/*  .swiper-pagination-banner {*/
/*    bottom: 2rem !important;*/
/*  }*/
/*  .swiper-banner-prev, .swiper-banner-next {*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    font-size: 32px;*/
/*  }*/
/*  .swiper-banner-next {*/
/*    right: 1.25rem;*/
/*  }*/
/*  .swiper-banner-prev {*/
/*    left: 1.25rem;*/
/*  }*/
/*}*/
/*@media(min-width:992px){*/
/*  .swiper-pagination-banner .swiper-pagination-bullet {*/
/*    width: 60px;*/
/*    height: 4px;*/
/*  }*/
/*  .swiper-banner-prev, .swiper-banner-next {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    font-size: 40px;*/
/*  }*/
/*  .swiper-banner-next {*/
/*    right: 2rem;*/
/*  }*/
/*  .swiper-banner-prev {*/
/*    left: 2rem;*/
/*  }*/
/*}*/

.container-left {
  z-index: 10;
  width: 100%;
  margin-left: 2rem;
}
@media (min-width: 576px) {
  .container-left {
    --bs-gutter-x: 1.5rem;
    max-width: 540px;
    --max-width: 540px;
    /*margin-left: calc((100vw - var(--max-width )) / 2);*/
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container-left {
    max-width:720px;
    --max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-left {
    max-width:960px;
    --max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-left {
    max-width:1140px;
    --max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-left {
    max-width: 1320px;
    --max-width: 1320px;
  }
}
.banner-content h2 {
  font-size: 36px;
}
.banner-content p.h4{
  font-size: 16px;
}
@media(min-width: 768px){
  .banner-content p.h4{
    font-size: 20px;
  }
  .banner-content h2 {
    font-size: 42px;
  }
  .banner-content li a.h5 {
    font-size: 16px;
  }
}
@media(min-width: 992px){
  .banner-content p.h4{
    font-size: 24px;
  }
  .banner-content h2 {
    font-size: 52px;
  }
  .banner-content li a.h5 {
    font-size: 20px;
  }
}
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,.35)
}
.btn-banner {
  padding: 12px 24px;
  background: #262f2f;
  white-space: nowrap;
  border-radius: 2px;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}
.btn-banner:hover, .btn-banner:focus{
  transition: all .3s ease-in-out;
}
.bg-cover:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0, rgba(0,0,0,.65) 0, transparent 100%);
    transition: all .3s ease-in-out;
    z-index: 2;
}
.bg-cover.active:after, .bg-cover.active:after {
    height: 100%;
    background: linear-gradient(0, rgba(0,0,0,.7) 0, transparent 100%);
    transition: all .3s ease-in-out;
    z-index: 2;
}

.bg-cover .content {
	position: absolute;
	left: 50%;
	bottom: 0;
	top: auto;
	transform: translateX(-50%);
	z-index: 3;
	transition: all .3s ease-in-out;
}
.bg-cover.active .content, .bg-cover.active .content {
	top: 50%;
	left: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
}
.bg-cover .content p {
	display: none;
}
.bg-cover.active .content p, .bg-cover.active .content p {
	display: block;
}

/*.bg-cover:after{*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0,0,0,.25);*/
/*}*/
/*.bg-cover h3.h5:after {*/
/*  content: "";*/
/*  width: 48px;*/
/*  height: 3px;*/
/*  background: #ff9300;*/
/*  display: block;*/
/*  margin-top: .75rem;*/
/*  margin-bottom: .75rem;*/
/*  text-align: center;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/
/*.products-thumb-section {
  border: 1px solid #f5f5f5;
}*/
.products-thumb-wrapper {
  border: 1px solid rgba(0,0,0,.125);
}
@media(min-width: 992px){
  .products-thumb-wrapper {
    border: 0
  }
}
.swiper-slide.selected .products-thumb-wrapper {
  border-left: 2px solid #ff9300;
}


.products-intro h3 {
  font-size: 16px;
}
.products-intro p {
  font-size: 14px;
  white-space: nowrap;
}

@media(min-width: 992px){
  .products-intro h3 {
    font-size: 16px;
  }
  .products-intro p {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media(min-width: 1200px){
  .products-intro h3 {
    font-size: 18px;
  }
  .products-intro p {
    font-size: 14px;
  }
}
@media(min-width: 1400px){
  .products-intro h3 {
    font-size: 20px;
  }
  .products-intro p {
    font-size: 16px;
  }
}
.play-icon-sm {
  width: 48px;
  height: 48px;
}
.play-icon-lg, .play-icon {
  width: 60px;
  height: 60px;
}
@media(min-width: 768px){
  .play-icon-sm {
    width: 60px;
    height: 60px;
  }
  .play-icon {
    width: 80px;
    height: 80px;
  }
  .play-icon-lg {
    width: 100px;
    height: 100px;
  }
}
/*.swiper-products .card-body {
  position: absolute;
  background: rgba(0,0,0,.65);
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.swiper-products .card-body a.title {
  color: #fff;
  font-size: 20px;
}
.swiper-products .card-body p.intro {
  color: #fff;
}*/

/*.products-section-wrapper:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0,rgba(0,0,0,.45) 0, transparent 100%);
  z-index: 2;
}
.products-section-wrapper .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}*/
/*#products-thumb .swiper-slide-thumb-active {
  border-top: 2px solid red;
}*/
.thumb-active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ff9300 transparent;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  z-index: 3;;
}
.thumb-active:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff9300;
  z-index: 3;
}
#products-thumb p {
  background: rgba(0,0,0,.5);
  /*letter-spacing: 1px;*/
}
  .equal-height {min-height: 50px;}
}

.swiper-products-next {
  left: auto;
  z-index: 10;
  right: 0;
}
.swiper-products-prev {
  right: auto;
  z-index: 10;
  left: 0;
}
@media(min-width:992px){
  .swiper-products-next {
    right: 0;
  }
  .swiper-products-prev {
    left: 0;
  }
}
@media(min-width:1200px){
  .swiper-products-next {
    right: -36px;
  }
  .swiper-products-prev {
    left: -36px;
  }
}
@media(min-width:1400px){
  .swiper-products-next {
    right: -32px;
  }
  .swiper-products-prev {
    left: -32px;
  }
}
@media(min-width:1500px){
  .swiper-products-next {
    right: -48px;
  }
  .swiper-products-prev {
    left: -48px;
  }
}

.swiper-products-prev, .swiper-products-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dedede;
  width: 42px;
  height: 42px;
  font-size: 24px;
  text-align: center;
  border-radius: 100%;
  color: rgba(0,0,0,.67);
}
.swiper-products-prev.swiper-button-disabled,.swiper-products-next.swiper-button-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}

.list-style:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 9px;
  border-radius: 100%;
  background-color: #ff9300;
  opacity: .8;
  z-index: 3;
}
.list-style:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 100%;
  background-color: #ff9300;
  opacity: 0.12;
  z-index: 2;
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  margin: 0 auto;
}

.testimonial-swiper span.badge {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 16px;
  background: linear-gradient(to right,rgba(0,0,0,.65) 0, transparent 100%);
  border-radius: 0;
}

.btn-cibes, .btn-outline {
  display: inline-block;
  padding: 12px 24px;
  transition: all .3s ease-out;
  white-space: nowrap;
  border-radius: 2px;
}
@media(min-width: 576px){
  .btn-cibes, .btn-outline {
    padding: 12px 32px;
  }
}
.btn-cibes {
  background: #262f2f;
  color: #fff;
}
.btn-outline {
  background: transparent;
  color: rgba(0,0,0,.87);
  border: 2px solid #ff9300;
}
.btn-cibes:hover {
  color: #fff;
  transition: all .3s ease-out;
}
.btn-outline:hover, .btn-outline:focus {
  color: #fff;
  transition: all .15s ease-out;
}

.showroom {
  background-image: url(/templets/cibesliftV2/images/bg-showroom.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
@media(min-width: 992px) {
  .showroom {
    background-attachment: fixed;
  }
}
.showroom:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .155);
  z-index: 1;
}
.showroom-content {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  z-index: 10;
}
@media(min-width: 768px){
  .showroom-content {
    padding-top: 98px;
    padding-bottom: 98px;
  }
}
.news-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 16px;
  background: linear-gradient(to left,rgba(0,0,0,.65) 50%, transparent 100%);
  border-radius: 0;
}


.form-title{
  border-left: 4px solid #ff9300;
  padding-left: 1rem;
}
@media(min-width:768px){
  .form-title{
    border-left: 0;
    padding-left: 0;
  }
}
a.form-contact-detail {
  color: #111;
}
.form-contact-detail i {
  color: #ff9300;
  font-size: 18px;
  line-height: 1;
}
.form-contact-detail i[class*="icon-dingwei"]{
  font-size: 20px;
}
.form-control {
  background: #ededed;
}
.btn-radios {
  padding: 8px 12px;
  border: 1px solid #ededed;
  background: #ededed;
  text-align: center;
  border-radius: 4px;
  transition: all .3s ease;
  cursor: pointer;
}
.btn-check:active+.btn-radios, .btn-check:checked+.btn-radios {
  background: transparent;
  border-color: #ff9300;
  transition: all .3s ease;
}
textarea {
  width: 100%;
  padding: 10px 16px;
  background: #ededed;
  border: 0;
  border-radius: 2px;
  line-height: 1.2;
  transition: all .3s ease-in-out;
}
textarea::placeholder {
  font-size: 14px;
}
.form-check-input:checked {
  background: #ff9300;
  border-color: #ff9300;
  box-shadow: none;
}
#yinsi {
  width: 18px;
  height: 18px;
}
#btn-submit {
  display: block;
  background: #262f2f;
  border: 0;
  color: #fff;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  width: 100%;
}
@media(min-width: 768px) {
  #btn-submit {
    display: inline-block;
    max-width: 120px;
  }
}
#btn-submit:focus {
  outline-color: rgba(255,147,0,.25);
}
.weixin {
  width: 50%;
}
@media(min-width: 768px) {
  .weixin {
    width: 200px;
  }
}

.footer {
  /*background: #3C3B50;*/
  background: #262626;
}
.footer h5 {
  font-size: 16px;
}
.footer a.contact {
  font-size: 18px;
}
@media(min-width: 768px) {
  .footer h5 {
    font-size: 20px;
  }
  .footer a.contact {
    font-size: 24px;
  }
}
.footer hr {background: rgba(255,255,255,.5);}
.copyright {
  background: #202020;
}
.btn-footer {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.32);
  background: #111;
  font-size: 14px;
  color: #fff;
  transition: all .25s linear;
}
.btn-footer:hover, .btn-footer:focus {
  color: #ff9300;
  border-color: #ff9300;
  transition: all .25s linear;
}
@media(min-width: 768px){
  .btn-footer {
    padding: 10px 20px;
  }
}
.column-line {
  border-left: 1px solid rgba(255,255,255,.15);
}
.bottom-megamenu {
  position: static;
}
.bottom-megamenu .dropdown-menu {
  animation-name: DropUpSlide;
  animation-duration: .3s;
  animation-fill-mode: both;
}
@keyframes DropUpSlide {
  100% {
    transform: translateY(-46px)
  }
  0% {
    transform: translateY(-48px)
  }
/*  100% {
    transform: translateY(-100%)
  }
  0% {
    transform: translateY(-95%)
  }*/
}
.bottom-megamenu .dropdown-toggle::after{
  content: none;
}
.bottom-megamenu .dropdown-menu.show {
  left: 0;
  display: block;
  width: 100vw;
  padding: 0;
  margin: 0;
  background: rgba(59,58,81,.98);
}
.bottom-megamenu .dropdown-menu.show {
  left: 0 !important;
  bottom: -1px !important;
  /*top: 1px !important;*/
}
.bottom-megamenu.show a.dropdown-toggle:focus, .bottom-megamenu.show a.dropdown-toggle:active, .bottom-megamenu:focus, .bottom-megamenu:active {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.border-top-dropdown {
  border-top: 1px solid rgba(255,255,255,.25);
}

.general-banner:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.05);
  z-index: 2;
}
.intro-underline:after {
  content: "";
  display: block;
  margin-top: .5rem;
  background: #ff9300;
  width: 48px;
  height: 3px;
  text-align: center;
}
/*@media(min-width: 768px){
  .intro-underline:after {
    content: "";
  }
}*/
.long-underline:after, .underline:after {
  content: "";
  display: block;
  margin-top: 12px;
  background: #ff9300;
  width: 48px;
  height: 3px;
}
@media(min-width: 992px){
  .long-underline:after, .underline:after{
    /*margin-top: .875rem;*/
  }
}
/*.ecosilent .content {
  position: relative;
}
@media(min-width: 768px){
  .ecosilent .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    color: #fff;
    background: #f5f5f5;
  }
  .ecosilent .content ul, .ecosilent .content p {
    opacity: .9;
  }
  .ecosilent .line {
    position: absolute;
  }
}*/

.size h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid rgb(255,147,0, .5);
  border-radius: 100%;
}

.products-case h5 {
  font-size: 16px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products-case p {
  font-size: 12px;
}
@media(min-width: 768px) {
  .products-case h5 {
    -webkit-line-clamp: 1;
  }
  .products-case p {
    font-size: 14px;
  }
}
.related-products .content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.65);
}
.related-products .content i {
  color: #fff;
  transition: color .25s ease-in-out;
}
.related-products:hover .content i {
  color: #ff9300;
  transition: color .25s ease-in-out;
}

.location-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 16px 8px 24px;
  background: linear-gradient(to left,rgba(0,0,0,.65) 50%, transparent 100%);
  border-radius: 0;
  letter-spacing: 2px;
}

.whychoose:after {
  position: absolute;
  left: -20%;
  top: 0;
  width: 20%;
  height: 100%;
  background: #f5f5f5;
  z-index: 1;
}
.whychoose-reverse:after {
  position: absolute;
  right: -20%;
  top: 0;
  width: 20%;
  height: 100%;
  background: #f5f5f5;
  z-index: 1;
}
@media(min-width: 768px){}
@media(min-width: 992px){
  .whychoose:after, .whychoose-reverse:after {
    content: "";
  }
  .whychoose, .whychoose-reverse {
    min-height: 350px;
  }
}
@media(min-width: 1200px){
  .whychoose, .whychoose-reverse {
    min-height: 440px;
  }
}
@media(min-width: 1400px){
  .whychoose, .whychoose-reverse {
    min-height: 500px;
  }
}


#testimonials-four .swiper-slide:nth-child(4n+1) {
  margin-top: 1.5rem;
}
#testimonials-four .swiper-slide:nth-child(4n+2) {
  margin-top: 5rem;
}
#testimonials-four .swiper-slide:nth-child(4n+4) {
  margin-top: 3.5rem;
}
@media(min-width: 768px){
  #testimonials-four .swiper-slide:nth-child(4n+1) {
    margin-top: 3rem;
  }
  #testimonials-four .swiper-slide:nth-child(4n+2) {
    margin-top: 8rem;
  }
  #testimonials-four .swiper-slide:nth-child(4n+4) {
    margin-top: 5rem;
  }
}
@media(min-width: 992px){
  #testimonials-four .swiper-slide:nth-child(4n+1) {
    margin-top: 3rem;
  }
  #testimonials-four .swiper-slide:nth-child(4n+2) {
    margin-top: 8rem;
  }
  #testimonials-four .swiper-slide:nth-child(4n+4) {
    margin-top: 5rem;
  }
}
@media(min-width: 1200px){
  #testimonials-four .swiper-slide:nth-child(4n+1) {
    margin-top: 4rem;
  }
  #testimonials-four .swiper-slide:nth-child(4n+2) {
    margin-top: 10rem;
  }
  #testimonials-four .swiper-slide:nth-child(4n+4) {
    margin-top: 6rem;
  }
}

.number {
  background: #fff url('../images/number.png') no-repeat center;
  background-size: cover;
  /*min-height: 500px;*/
}
.count {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
@media(min-width: 768px) {
  .count {
    font-size: 42px;
    font-weight: 500;
  }
}
@media(min-width: 992px) {
  .count {
    font-size: 56px;
  }
}
@media(min-width: 1200px) {
  .count {
    font-size: 70px;
  }
}
.numsup .icon-plus:before {font-weight: 900;}

/*.vision {
  position: relative;
  margin-top: 0;
  background-image: url(/templets/cibesliftV2/images/about/together.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  min-height: auto;
}
@media(min-width: 768px) {
  .vision {
    min-height: 480px;
  }
}
@media(min-width: 992px) {
  .vision {
    background-attachment: fixed;
    min-height: 480px;
  }
}
@media(min-width: 992px) {
  .vision {
    min-height: 600px;
  }
}
@media(min-width: 1200px) {
  .vision {
    min-height: 640px;
  }
}
.vision:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.25);
  z-index: 2;
}
.vision-content {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 32px;
  padding-right: 32px;
  z-index: 10;
}
@media(min-width: 768px) {
  .vision-content {
    padding-left: 0;
    padding-right: 0;
  }
}*/


/*.swiper-line-wrapper:after, .swiper-line-wrapper-reverse:after {
  position: absolute;
  height: 100%;
  top: 0;
  background: #f5f5f5;
}
.swiper-line-wrapper, .swiper-line-wrapper-reverse {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.swiper-line-wrapper .content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left: 0;
}
.swiper-line-wrapper-reverse .content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-right: 0;
}
@media(min-width: 768px){
  .swiper-line-wrapper, .swiper-line-wrapper-reverse {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .swiper-line-wrapper .content {
    padding-left: 6rem;
    padding-right: 6rem;
    border-left: 0;
  }
  .swiper-line-wrapper-reverse .content {
    padding-left: 6rem;
    padding-right: 6rem;
    border-right: 0;
  }
}
@media(min-width: 992px){
  .swiper-line-wrapper:after {
    content: "";
    width: 15%;
    left: -15%;
  }
  .swiper-line-wrapper-reverse:after {
    content: "";
    width: 15%;
    right: -15%;
  }
  .swiper-line-wrapper, .swiper-line-wrapper-reverse {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .swiper-line-wrapper .content {
    padding-left: 4rem;
    padding-right: 4rem;
    border-left: 4px solid #ff9300;
  }
  .swiper-line-wrapper-reverse .content {
    padding-left: 4rem;
    padding-right: 4rem;
    border-right: 4px solid #ff9300;
  }
}
@media(min-width: 1200px){
  .swiper-line-wrapper:after {
    content: "";
    width: 20%;
    left: -20%;
  }
  .swiper-line-wrapper-reverse:after {
    content: "";
    width: 20%;
    right: -20%;
  }
  .swiper-line-wrapper, .swiper-line-wrapper-reverse {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .swiper-line-wrapper .content, .swiper-line-wrapper-reverse .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media(min-width: 1400px){
  .swiper-line-wrapper, .swiper-line-wrapper-reverse {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .swiper-line-wrapper .content, .swiper-line-wrapper-reverse .content {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}*/
/*.swiper-line-wrapper .wrapper-sm:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ff9300;
}*/
/*.swiper-line-wrapper .wrapper-sm  {
  border-left: 4px solid #ff9300
}*/
/*.swiper-line {
  min-height: 180px;
  max-height: 240px;
}*/
/*.swiper-line-wrapper .wrapper-sm {
  position: relative;
}*/
/*@media(min-width: 992px){
  .swiper-line-wrapper .wrapper-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 480px;
  }
}
@media(min-width: 1200px){
  .swiper-line-wrapper .wrapper-sm {
    min-width: 600px;
  }
}
.swiper-line:after {
}
.line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 2px;
  background-color: rgba(244,151,18,.5);
}
.line:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(244,151,18,.85);
}
.line span:first-child {
  font-weight: 600;
}
*/
.upline:after {
  position: absolute;
  left: 0;
  top: 0;
  background: #ff9300;
  width: 100px;
  height: 4px;
}
@media(min-width: 768px){
  .upline:after {
    content: "";
  }
}
.wrapper-out:after{
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: 3;
}
.swiper-line {
  min-height: 180px;
  max-height: 300px;
}
.line:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(244,151,18,.5);
}
.line:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
/*  transform: translateY(-50%);*/
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(244,151,18,.8);
}
.line div.text-sec:after {
  content: "";
  position: absolute;
  left: 1px;
  top: -3px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: rgba(244,151,18,.2);
}

.swiper-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom,rgba(255,255,255,.2),white);
  z-index: 100;
}

@media(min-width: 992px){
  .col-lg-52 {
    flex: 0 0 auto;
    width: 52%
  }
  .col-lg-48 {
    flex: 0 0 auto;
    width: 48%
  }
}
@media(min-width:992px){
    .left-border {
        border-left: 4px solid #ff9300
    }
}




.contact .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #ff9300;
  color: #fff;
  font-size: 24px;
}

@media(min-width: 576px){
  .contact .icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}
.filter-option p {
  min-width: 120px;
}
.city {
  margin-bottom: .5rem;
  padding: 8px 18px;
  color: #666;
  border-radius: 2px;
  transition: all .12s ease-in-out;
}
.filter-option .jplist-selected, .filter-option li:hover, .filter-option li:focus {
  background: #ff9930;
  color: #fff;
  transition: all .12s ease-in-out;
}
.filter-option {
  padding: 1rem;
  border: 1px solid #e9e9e9;
}
.shanghai-showroom {
  margin-top: -1.5rem;
}
.shanghai-showroom:after {
  position: absolute;
  left: -3rem;
  top: 0;
  width: 3rem;
  height: 100%;
  background: #f3f3f3;
  z-index: 2;
}
@media(min-width: 768px){
  .shanghai-showroom {
    margin-top: 0;
  }
  .shanghai-showroom:after {
    content: "";
  }
}
.jplist-pagination .prev, .jplist-pagination .next, .jplist-pagination ul li {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  transition: all .15s ease-in-out;
  cursor: pointer;
}
.jplist-pagination ul li {
  background: #fff;
  margin-bottom: .5rem;
}
.jplist-pagination .jplist-disabled {
  background: transparent;
  opacity: .5;
}
.jplist-pagination ul li.jplist-selected, .jplist-pagination .prev:hover, .jplist-pagination .next:hover, .jplist-pagination ul li:hover, .jplist-pagination .prev:focus, .jplist-pagination .next:focus, .jplist-pagination ul li:focus {
  background: #ff9300;
  color: #fff;
  transition: all .15s ease-in-out;
}

.filter-mobile {
  border: 1px solid #e9e9e9;
}




@media(min-width: 768px){
  .position-filter {
    margin-top: -46px;
    border-radius: 4px;
  }
}
@media(min-width:992px){
  .position-filter {
    margin-top: -29px;
    border-radius: 4px;
  }
}
.position-filter-wrapper {
  border: 1px solid #e9e9e9;
  padding-top: 12px;
  padding-bottom: 12px;
}

.position-list li a {
  color: rgba(0,0,0,.67);
  background: transparent;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 2px;
  transition: all .15s ease-in-out;
  font-size: 16px;
}
.position-list li a.active, .position-list li a:hover, .position-list li a:focus {
  color: #fff;
  background: #ff9300;
  transition: all .15s ease-in-out;
}

.mobile-position {
  border: 1px solid #d8d8d8;
  width: 96%;
}
/*@media(min-width: 375px){
  .mobile-position {
    width: 80%;
  }
}*/
/*@media(min-width: 425px){
  .mobile-position {
    width: 60%;
  }
}*/
.mobile-position div:first-child{
  background: #dfdfdf;
  color: #333;
}
.mobile-position-dropdown .dropdown-menu {
  min-width: 120px;
}
.mobile-position-dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
  padding: 10px 15px;
  transition: background-color .12s ease-in-out;
}
.mobile-position-dropdown .dropdown-menu .dropdown-item:active, .mobile-position-dropdown .dropdown-menu .dropdown-item:focus, .mobile-position-dropdown .dropdown-menu .dropdown-item:hover {
  background: #ff9300;
  color: #fff;
}
.mobile-position-dropdown .dropdown-toggle:after {content: none;}

.list-card {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 4px;
  /*border: 1px solid transparent;*/
  background: #fff;
  transition: border .15s ease-in-out;
}
.list-card:hover, .list-card:focus {
  border-color: #ff9300;
}
/*.list-card .more {
  padding: 8px 24px;
  background: rgba(0,0,0,.5);
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}*/
.list-card > a.scale:hover .more, .list-card > a.scale:focus .more {
  opacity: 1;
  transition: opacity .3s ease-in-out;
}
.page-navi li {
  display: inline-block;
  margin-left: .25rem;
  margin-right: .25rem;
}
.page-navi a, .page-navi li.thisclass span {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  transition: all .15s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #252529;
}
.page-navi a.waves {
  background: transparent;
}
.page-navi li.thisclass span, .page-navi li.thisclass a, .page-navi a:hover, .page-navi a:focus{
  color: #fff;
  background: #ff9300;
  transition: all .15s ease-in-out;
}
@media(min-width: 768px){
  .text-truncate-md {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.font-md-fluid {font-size: 16px;}
@media(min-width: 768px){
  .font-md-fluid {font-size: 18px;}
}


.article-content h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 24px;
}
.article-content h3 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 26px;
  margin-bottom: 16px;
  line-height: 140%;
}
@media(min-width: 768px){
  .article-content h2 {
    font-size: 24px;
    margin-top: 50px;
    line-height: 140%;
  }
  .article-content h3 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.article-content p {
    margin: 0 0 20px 0;
    line-height: 30px;
    color: #4c4e4d;
}
.article-content .plyr {
    margin: 0 0 20px 0;
}
.article-content figure {
    margin: 40px auto;
}
.article-content img {
    display: block;
    width: 100%;
    max-width: 680px;
    height: auto;
    margin: 40px auto;
}
.article-content figure img {
    margin: 0 auto .5rem;
}
.article-content p a {
    color: #4c4e4d;
    border-bottom: 2px solid #ff9300;
}
.article-content p a[href^="tel"] {
    background: #ff9300;
    border: 0;
    color: #fff;
    padding: 4px 15px 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    transition: all .2s linear;
}
.article-content p a[href^="tel"]:before {
    content: '\e807';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .5rem;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .25rem;
    padding-right: .375rem;
    font-size: 14px;
}
.article-content p a:hover,.article-content p a:focus {
    box-shadow: inset 0 -1px #ff9300;
    color: rgba(0,0,0,.87);
    transition: all .2s linear;
}
.article-content p a[href^="tel"]:hover,.article-content p a[href^="tel"]:focus {
    color: rgba(0,0,0,.87);
    background: transparent;
    transition: all .2s linear;
}
.article-content .embed-responsive {
  margin: 24px auto;
}
.article-content a.tag {
  padding: 6px 12px;
  margin: 0 12px 12px 0;
  display: inline-block;
  background: #f5f5f5;
  font-size:  14px;
}

.lefttitle {
  border-left: 4px solid #ff9300;
}

.siderelate .title{
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media(min-width: 768px){
  .siderelate .title {
    -webkit-line-clamp: 1;
  }
}
@media(min-width: 992px){
  .siderelate .title {
    -webkit-line-clamp: 2;
  }
}
.siderelate-card {
  border: 0;
}
@media(min-width: 768px){
  .siderelate-card {
    border: 1px solid rgba(0,0,0,.125);
  }
}
@media(min-width: 992px){
  .siderelate-card {
    border: 1px solid rgba(0,0,0,.125);
  }
}
@media(min-width: 1200px){
  .siderelate-card {
    border: 0;
  }
}
.siderelate-list .siderelate-card {
  border-bottom: 1px solid rgba(0,0,0,.075);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.siderelate-list .col-12:last-child .siderelate-card {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media(min-width: 768px) {
  .siderelate-list .siderelate-card {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .siderelate-list .col-12:last-child .siderelate-card {
    border-bottom: 1px solid rgba(0,0,0,.075);
  }
}
@media(min-width: 992px) {
  .siderelate-list .siderelate-card {
    padding-bottom: 0;
  }
  .siderelate-list .col-12:last-child .siderelate-card {
    border-bottom: 1px solid rgba(0,0,0,.075);
  }
}
@media(min-width: 1200px) {
  .siderelate-list .siderelate-card {
    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
    padding-bottom: 1rem;
  }
  .siderelate-list .col-12:last-child .siderelate-card {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.siderelate-list .col-12:nth-child(2n){
  padding-left: 0;
}
.siderelate-list .col-12:nth-child(2n+1){
  padding-right: 0;
}
@media(min-width: 768px){
  .siderelate-list .col-12:nth-child(2n){
    padding-left: .5rem;
  }
  .siderelate-list .col-12:nth-child(2n+1){
    padding-right: .5rem;
  }
}
@media(min-width: 1200px){
  .siderelate-list .col-12:nth-child(2n){
    padding-left: 0;
  }
  .siderelate-list .col-12:nth-child(2n+1){
    padding-right: 0;
  }
}

.sidetag li a {
  display: block;
  background: #ededed;
  color: #666;
  padding: 8px 16px;
  margin-bottom: .75rem;
  border-radius: 2px;
  font-size: 14px;
  transition: color .25s ease-in-out;
}

.sidetag li a:hover, .sidetag li a:focus {
    color: #ff9300;
    transition: color .25s ease-in-out;
}
.text-truncate-twoline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.small-fluid {font-size: 12px;}
@media(min-width: 768px){
  .small-fluid {
    font-size: 14px;
  }
}

.simplescrollup__button {
  position: fixed;
  bottom: calc(60px + constant(safe-area-inset-bottom));
  bottom: calc(60px + env(safe-area-inset-bottom));
  right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #f49712;
  transition: .5s all;
  z-index: 99;
}
/*@media(min-width:768px){
  .simplescrollup__button {
    right: 30px;
    bottom: 30px;
  }
}*/
.simplescrollup__button--show {
  transform: translateX(0);
}
.simplescrollup__button--hide {
  transform: translateX(100px);
}



#sheight .show, #sdoor .show, #scolor .show, #stouch .show, #slight .show, #ssafe .show, #spit .show {
  opacity: 0;
  cursor: pointer;
}
#sheight span.hover, #scolor span.hover, #stouch span.hover {
  width: 12px;
  height: 12px;
  background: #ff9300;
  border-radius: 100%;
  z-index: 3;
  left: 6px;
}
#sheight span.hover:before, #scolor span.hover:before, #stouch span.hover:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: -6px;
  top: -6px;
  background: #ff9300;
  opacity: .5;
  border-radius: 100%;
  z-index: 2;
}
#sheight span.hover:after, #scolor span.hover:after, #stouch span.hover:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  left: -12px;
  top: -12px;
  background: #ff9300;
  opacity: .25;
  border-radius: 100%;
  z-index: 1;
}
#sheight .show span:before, #scolor .show span:before, #stouch .show span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -4px;
  top: -4px;
  background: #ff9300;
  border-radius: 100%;
}
#sheight .show span:after, #scolor .show span:after, #stouch .show span:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: -8px;
  top: -8px;
  background: #ff9300;
  opacity: .5;
  border-radius: 100%;
}
#sheight .show span, #scolor .show span, #stouch .show span {
  height: 2px;
  display: block;
  background: #ff9300;
  opacity: .75;
  position: relative;
}
#sheight .show span { width: 40px; }
#scolor .show span{ width: 40px; }
#stouch .show span{ width: 30px; }
#sheight {
  position: absolute;
  top:  2%;
  right: 8%;
}
#scolor {
  position: absolute;
  top:  38%;
  right: 4%;
}
#stouch {
  position: absolute;
  top:  77%;
  right: 2%;
}
#stouch .fixed {margin-top:-8px;}
@media(min-width:768px){
    #sheight .show span { width: 120px; }
    #scolor .show span{ width: 100px; }
    #stouch .show span{ width: 80px; }
    #sheight {
      position: absolute;
      top:  6%;
      right: -18%;
    }
    #scolor {
      position: absolute;
      top:  38%;
      right: -4%;
    }
    #stouch {
      position: absolute;
      top:  74%;
      right: -15%;
    }
    #stouch .fixed {margin-top:0;}
}
@media(min-width:992px){
    #sheight .show span { width: 200px; }
    #scolor .show span{ width: 120px; }
    #stouch .show span{ width: 100px; }
    #sheight {
      position: absolute;
      top:  6%;
      right: -36%;
    }
    #scolor {
      position: absolute;
      top:  38%;
      right: -8%;
    }
    #stouch {
      position: absolute;
      top:  74%;
      right: -19%;
    }
}
@media(min-width:1200px){
    #sheight .show span { width: 240px; }
    #scolor .show span{ width: 120px; }
    #stouch .show span{ width: 100px; }
    #sheight {
      position: absolute;
      top:  6%;
      right: -32%;
    }
    #scolor {
      position: absolute;
      top:  38%;
      right: -2%;
    }
    #stouch {
      position: absolute;
      top:  74%;
      right: -10%;
    }
}
@media(min-width:1400px){
    #sheight .show span { width: 240px; }
    #scolor .show span{ width: 120px; }
    #stouch .show span{ width: 100px; }
    #sheight {
      position: absolute;
      top:  6%;
      right: -24%;
    }
    #scolor {
      position: absolute;
      top:  38%;
      right: 3%;
    }
    #stouch {
      position: absolute;
      top:  75%;
      right: -3%;
    }
}


#sdoor span.hover, #slight span.hover, #ssafe span.hover, #spit span.hover {
  width: 12px;
  height: 12px;
  background: #ff9300;
  border-radius: 100%;
  z-index: 3;
  right: 6px;
  position: absolute;
}
#sdoor span.hover:before, #slight span.hover:before, #ssafe span.hover:before, #spit span.hover:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: -6px;
  top: -6px;
  background: #ff9300;
  opacity: .5;
  border-radius: 100%;
  z-index: 2;
}
#sdoor span.hover:after, #slight span.hover:after, #ssafe span.hover:after, #spit span.hover:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: -12px;
  top: -12px;
  background: #ff9300;
  opacity: .25;
  border-radius: 100%;
  z-index: 1;
}
#sdoor .show span, #slight .show span, #ssafe .show span, #spit .show span {
  height: 2px;
  display: block;
  background: #ff9300;
  opacity: .75;
  position: relative;
}
#sdoor .show span:before, #slight .show span:before, #ssafe .show span:before, #spit .show span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -4px;
  top: -4px;
  background: #ff9300;
  border-radius: 100%;
}
#sdoor .show span:after, #slight .show span:after, #ssafe .show span:after, #spit .show span:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: -8px;
  top: -8px;
  background: #ff9300;
  opacity: .5;
  border-radius: 100%;
}
#sdoor .show span{ width: 30px; }
#slight .show span{width: 30px;}
#ssafe .show span{width: 40px;}
#spit .show span{width: 40px;}
#sdoor {
  position: absolute;
  top:  25%;
  left: -1%;
}
#slight {
  position: absolute;
  top:  48%;
  left: 1%;
}
#spit {
  position: absolute;
  top:  97%;
  left: 19%;
}
#ssafe {
  position: absolute;
  top:  90%;
  left: 8%;
}
@media(min-width:768px){
    #sdoor .show span{ width: 120px; }
    #slight .show span{width: 100px;}
    #ssafe .show span{width: 100px;}
    #spit .show span{width: 80px;}
    #sdoor {
      position: absolute;
      top:  25%;
      left: -14%;
    }
    #slight {
      position: absolute;
      top:  48%;
      left: -10%;
    }
    #spit {
      position: absolute;
      top:  97%;
      left: 15%;
    }
    #ssafe {
      position: absolute;
      top:  90%;
      left: 0%;
    }
}
@media(min-width:992px){
    #sdoor .show span{ width: 160px; }
    #slight .show span{width: 120px;}
    #ssafe .show span{width: 120px;}
    #spit .show span{width: 80px;}
    #sdoor {
      position: absolute;
      top:  25%;
      left: -23%;
    }
    #slight {
      position: absolute;
      top:  48%;
      left: -14%;
    }
    #spit {
      position: absolute;
      top:  97%;
      left: 15%;
    }
    #ssafe {
      position: absolute;
      top:  90%;
      left: -4%;
    }
}
@media(min-width:1200px){
    #sdoor .show span{ width: 160px; }
    #slight .show span{width: 120px;}
    #ssafe .show span{width: 120px;}
    #spit .show span{width: 80px;}
    #sdoor {
      position: absolute;
      top:  25%;
      left: -14%;
    }
    #slight {
      position: absolute;
      top:  48%;
      left: -6%;
    }
    #spit {
      position: absolute;
      top:  97%;
      left: 21%;
    }
    #ssafe {
      position: absolute;
      top:  90%;
      left: 4%;
    }
}
@media(min-width:1400px){
    #sdoor .show span{ width: 160px; }
    #slight .show span{width: 120px;}
    #ssafe .show span{width: 120px;}
    #spit .show span{width: 80px;}
    #sdoor {
      position: absolute;
      top:  25%;
      left: -7%;
    }
    #slight {
      position: absolute;
      top:  48%;
      left: 0%;
    }
    #spit {
      position: absolute;
      top:  97%;
      left: 26%;
    }
    #ssafe {
      position: absolute;
      top:  90%;
      left: 11%;
    }
}


#sheight .show.active, #sdoor .show.active, #scolor .show.active, #stouch .show.active, #slight .show.active, #ssafe .show.active, #spit .show.active {
  animation: fadeInLeft 1.5s 1;
  opacity: 1;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .3;
  }
  50% {
    opacity: .5;
  }
  70% {
    opacity: .7
  }
  100% {
    opacity: 1;
  }
}



.vision {
  position: relative;
  /*margin-top: 8px;*/
  /*background: url(/templets/cibesliftV2/images/bg-showroom.jpg) no-repeat center fixed;*/
  background-image: url(/templets/cibesliftV2/images/about/together.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  min-height: auto;
}
@media(min-width: 768px) {
  .vision {
    /*margin-top: 48px;*/
    min-height: 480px;
  }
}
@media(min-width: 992px) {
  .vision {
    /*margin-top: 48px;*/
    background-attachment: fixed;
    min-height: 680px;
  }
}
@media(min-width: 1200px) {
  .vision {
    /*margin-top: 96px;*/
    background-attachment: fixed;
  }
}
.vision:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.125);
  z-index: 2;
}
.vision-content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 32px;
  padding-right: 32px;
  z-index: 10;
}
@media(min-width: 768px) {
  .vision-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.next-article a, .prev-article a {
    display:flex;
    color: rgba(0,0,0,0.67);
    font-size: 14px;
}
/*serve*/
.process-icon-wrapper, .process-content-wrapper{
  display: flex;
}
.process-icon-wrapper {
  width: 32px;
  margin-right: 1rem;
}
.process-icon span {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  color: #fff;
  background: rgb(255,147,0, .85);
  font-size: 20px;
  font-weight: 600;
}
.process-icon:after {
  content: "";
  width: 2px;
  height: calc(100% - 32px);
  background: rgb(255,147,0, .5);
  display: block;
  margin: auto;
}
@media(min-width: 768px){
  .process-icon-wrapper {
    width: 42px;
  }
  .process-icon span {
    width: 42px;
    height: 42px;
  }
  .process-icon:after {
    height: calc(100% - 42px);
  }
}
/*faq0409*/
.card {border-color: rgba(0,0,0,.08);}
.faq-category li a {border-bottom: 2px solid rgba(0,0,0,.08);}
.faq-category a {
  font-size: 18px;
  color: rgba(0,0,0,.67);
  font-weight: 400;
  transition: all .3s ease-in-out;
}
.faq-category li:hover a {
  border-bottom: 2px solid #ff9300;
}
.faq-category li a.active {
  font-weight: 600;
  color: rgba(0,0,0,.87);
  border-bottom: 2px solid #ff9300;
  transition: all .3s ease-in-out;
}
.languageicon {
  font-size: 20px;
}
.language_switch .dropdown-menu {
  min-width: 280px;
  max-width: 280px;
}

/*20210721*/
[role=tab] {cursor: pointer;}
.sticky-left #stickyfilter{left: 0;}
.headerseries {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  position: relative;
}
.productseries {
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: 700;
  color: #333;
  position: relative;
}
.productseries .sizefluid {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
@media(min-width: 992px){
  .productseries {
    font-size: 20px;
  }
  .productseries .sizefluid {
    font-size: 16px;
    /*font-weight: 500;*/
  }
}
.swiper-slide-thumb-active .productseries:after, .active.headerseries:after, .active.productseries:after {
  content:  "";
  display: block;
  margin-top: 4px;
  background: #ff9300;
  width: 48px;
  height: 4px;
}
@media(min-width: 768px){
  .swiper-slide-thumb-active .productseries:after, .active.headerseries:after, .active.productseries:after {
    margin-top: 8px;
  }
}
.mobileseries:before {
  content: "";
  display: block;
  margin-bottom: 8px;
  background: transparent;
  width: 48px;
  height: 3px;
  margin-left: auto;
  margin-right:  auto;
}
.active.mobileseries:before{
  background: #ff9300;
}
.accordion-button::after {
  background-size: 16px;
}


@media(min-width: 1200px){
  .offset-lg-1-1 {
      margin-left: -8.33333333%;
  }
}
@media(min-width: 992px){
  .offset-lg-1-1 {
      margin-left: -9%;
  }
}
.border-designer {
  border-left: 4px solid #e2c4ac;
}
.six-wrapper {
  border:  2px solid #e2c4ac;
  border-radius: 4px;
}
.six-wrapper .icon {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #f5f5f5;
}

.light-v90 {min-height:  160px;}
.light-v90   {
    background-image:
    linear-gradient(to top, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url("/templets/cibesliftV2/images/products/v90galaxy/ceiling_colors_2.jpg");
    background-blend-mode: overlay;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: change-bgm;
    animation-duration: 12s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes change-bgm{
 0% {background-image: linear-gradient(to top, rgba(236, 233, 21, 0.22), rgba(236, 233, 21, 0.52)),url("/templets/cibesliftV2/images/products/v90galaxy/ceiling_colors_2.jpg");}
 16% {background-image: linear-gradient(to top, rgba(95, 164, 200, 0.22), rgba(194, 10, 221, 0.53)),url("/templets/cibesliftV2/images/products/v90galaxy/ceiling_colors_2.jpg");}
 32% {background-image: linear-gradient(to top, rgba(236, 233, 21, 0.22), rgba(236, 233, 21, 0.53)),url("/templets/cibesliftV2/images/products/v90galaxy/ceiling_colors_2.jpg");}
 48% {background-image: linear-gradient(to top, rgba(8, 181, 237, 0.22), rgba(8, 181, 237, 0.53)),url("/templets/cibesliftV2/images/products/v90galaxy/ceiling_colors_2.jpg");}
 64% {background-image: linear-gradient(to top, rgba(241, 146, 140, 0.22), rgba(241, 146, 140, 0.53)),url("/templets/cibesliftV2/images/products/v90galaxy/ceiling_colors_2.jpg"); }
 80% {background-image: linear-gradient(to top, rgba(33, 136, 72, 0.22), rgba(33, 136, 72, 0.53)),url("/templets/cibesliftV2/images/products/v90galaxy/ceiling_colors_2.jpg"); }
 96% {background-image: linear-gradient(to top, rgba(45, 46, 52, 0.22), rgba(17, 19, 93, 0.53)),url("/templets/cibesliftV2/images/products/v90galaxy/ceiling_colors_2.jpg"); }
}
@media(min-width: 768px){
  .light-v90 {min-height:  480px;}
}
.fourthumb img {
  width: 60px;
  height: 60px;
}
.fourthumb h5 {
  font-size:  14px;
}
@media(min-width: 768px){
  .fourthumb img {
    width: 80px;
    height: 80px;
  }
  .fourthumb h5 {
    font-size:  18px;
  }
}
@media(min-width: 992px){
  .fourthumb img {
    width: 120px;
    height: 120px;
  }
}

.swiperproducts .swiper-pagination-bullet {
  margin-left: .25rem;
  margin-right: .25rem;
}
/*20211203*/
.font_20_14 {
  font-size: 14px;
}
@media(min-width: 992px){
  .font_20_14 {
    font-size: 20px;
  }
}
.mr-3{margin-right: 1rem;}

.smarttouch-next.swiper-button-next:after, .smarttouch-prev.swiper-button-prev:after {font-size: 30px;}
/*20220602 faq*/
.accordion-item.border-bottom {
  border-bottom:  1px solid rgba(0,0,0,.05) !important;
}
.accordionicon .icon {
  background: rgba(244, 151, 18, .65);
  border-radius: 100%;
}
.accordionicon .icon img {
  width: 28px;
  height: 28px;
}
/*brand*/
#brandlogo .swiper-slide {
  max-width:  150px;
}
.grayscale {
  filter: grayscale(100%);
  -webkit-filter:  grayscale(100%);
  -webkit-backface-visibility: hidden;
  opacity: .9;
  transition: filter .25s linear;
}
.grayscale:hover {
  filter:  grayscale(0);
  -webkit-filter:  grayscale(0);
  opacity: 1;
}
.swiper-pagination-brand .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
/*aifanfan*/
#newBridge .nb-icon-wrap {
  width: 48px !important;
  height: 48px !important;
}
@media(min-width: 768px) {
  #newBridge .nb-icon-wrap {
    width: auto !important;
    height: auto !important;;
  }
}
@media(min-width: 768px) {
  #newBridge .nb-customer-icon-style-newicon .nb-icon-inner-wrap-newicon {
    width: 80px !important;
    height: 80px !important;
  }
}
/*20230128*/
/*@media(min-width: 768px){
  #choose .swiper-slide {
    width:  100% !important
  }
}*/




/*.hoverseries {
  cursor:  pointer;
}
.hoverseries span {
  border-left: 4px solid transparent;
  font-weight: 500;
  opacity: .75;
  transition: all .4s;
}
.hoverseries.swiper-slide-thumb-active span {
  font-weight: 600;
  border-color: #f49712;
  opacity: 1;
}*/
.hoverseries{cursor: pointer;}
.hoverseries.swiper-slide-thumb-active {
  background: #fff;
  transition: all .25s linear;
}
.hoverseries h6 {
  color: rgba(0,0,0,.8);
}

.hoverseries.swiper-slide-thumb-active h6 {
  /*font-weight: 700;*/
  color: #f49712;
  transition: all .2s ease-in-out;
}



.sizearea {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.three-versions {
  border:  3px solid #f49712;
}
.sticky-left .swiper {
  padding-top: 4px;
  padding-bottom: 4px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.12);
  transition: all .3s linear;
}
  .sticky-left .productseries {
    line-height: 1.25;
  }
  .bg-scroll {background: #f9f9f9;}
@media(min-width: 768px){
  .sticky-left .swiper {
    box-shadow:  none;
  }
  .sticky-left .productseries {
    line-height: 1.5;
  }
  .sticky-left .productseries {
    transform: scale(0.95);
    transition: all .3s linear;
  }
  .bg-scroll {background: #fff;}
}
#moresafe .swiper-slide, .swiperpadding {
  padding: 2px !important;
}
.p-12 {
  padding: 12px;
}
.mb-12 {margin-bottom: 12px}

/*.intro-banner {
  width: 100%;
  background: #fff;
  font-size:  16px;
  background: rgba(0,0,0,.5);
  color: #fff;
}
@media(min-width: 768px) {
  .intro-banner {
    width: 768px;
    font-size: 18px;
  }
}*/
.sticky-left .stickyshadow  {
  box-shadow: 0px 4px 8px -3px rgb(0,0,0,.08);
  transition: all .3s linear;
}
.products-wrapper{
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .products-wrapper {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .products-wrapper{
        max-width:720px
    }
}

@media (min-width: 992px) {
    .products-wrapper{
        max-width:768px
    }
}

@media (min-width: 1200px) {
    .products-wrapper {
        max-width:960px
    }
}

@media (min-width: 1400px) {
    .products-wrapper{
        max-width:1000px
    }
}
@media(min-width: 992px){
    .carousel-wrapper {
      width: auto !important;
    }
    }

      .adv-pos {
    margin-top: 24px;
  }
  @media(min-width:992px) {
    .adv-pos {
      margin-top: -160px;
    }
    .adv-pos .shadow-advpos {
      box-shadow: 0 1px 4px 0 #dfe5ee;
    }
  }
  @media(min-width:1024px) {
    .adv-pos {
      margin-top: -180px;
    }
  }
.vscrew video {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.vscrew-h {
  height: calc(100dvh/1.5);
}

@media(min-width:768px) {
  .vscrew-h {
    height: calc(100vh - 120px);
  }
}<!--ºÄÊ±1756449388.2423Ãë-->