/* common section */
/* section */
.normal-section {
  position: relative;
  padding: 80px 30px;
  background-color: white;
}
.inner-section {
  max-width: 1280px;
  margin: auto;
}
#header_container {
  background-color: #ffffff;
}
.section-grey {
  background: #f6f7f9;
}
main {
  overflow: hidden;
}
/* btn */
.btn {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
  min-width: 194px;
}
.btn-orange {
  background-color: #f26d21;
  border-color: #f26d21;
  text-shadow: 1px 1px #f26d21;
  font-weight: 600;
  border-radius: 12px;
  color: white;
}
.btn-orange:hover {
  color: white;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #babacc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  color: #232333;
}

/* section-header */
.section-header {
  max-width: 800px;
  margin: auto;
  text-align: center;
  color: #222230;
}
.section-header h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 32px;
}
.section-header p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}

/* video modal */
#video-dialog-container {
  width: 740px;
  height: 442px;
}

#video-dialog-container .modal-body {
  padding: 0;
  background-color: #000000;
}

#video-dialog-container .modal-content {
  background-color: #000000;
}

#video-dialog-container .modal-header {
  height: 0 !important;
  padding-top: 0 !important;
  min-height: inherit;
}

#video-dialog-container button.close {
  cursor: pointer;
  top: -20px;
  right: 0;
  z-index: 2;
  overflow: hidden;
  text-indent: -10000px;
  background: url(/docs/image/new/home/video-close_bcf8544.png) 0 0 no-repeat;
  background: url(/docs/image/new/home/video-close-15_6c76ed3.png) 0 0 no-repeat
    \9;
  width: 15px;
  height: 15px;
  background-size: 15px auto;
  opacity: 1;
  filter: none;
}

/* section1 */

.section1 {
  margin-top: 104px;
  padding-bottom: 0;
  background-image: url(/docs/ent/abm/assets/img/hero-bg.svg);
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.hero-wrapper {
  max-width: 543px;
}
.hero-wrapper h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 40px;
}
.hero-wrapper p {
  font-size: 20px;
  line-height: 29px;
}
.hero-btn-box {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.hero-btn-box .btn-orange {
  margin-right: 20px;
}

/* section2 */
.section2 {
  font-size: 16px;
  line-height: 23px;
}
.section2 .dots-bg {
  position: absolute;
  right: 0;
  top: 80px;
}
.section2 .section-header {
  text-align: left;
}
.section2 .section-header p {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.section2 .device-list {
  background: #ffffff;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 20px;
  font-size: 16px;
  line-height: 23px;
  margin: 36px auto;
}
.section2 .device-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #232333;
  margin-top: 31px;
}
.section2 .device-wrapper p {
  margin-top: 15px;
}
.section2 .quote-block {
  background: #ffffff;
  box-shadow: 0px 26.087px 39.1304px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 80px 55px;
  font-size: 20px;
  line-height: 29px;
  color: #747487;
  max-width: 542px;
  margin-right: 0;
  margin-left: auto;
}
.section2 .quote-block > img {
  margin-bottom: 11px;
}
.section2 .quote-block .quote-from {
  margin-top: 40px;
  font-size: 12px;
  line-height: 14px;
}
.section2 .quote-block .quote-from .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 14px;
}
.section2 .quote-block .quote-from p:last-child {
  text-transform: uppercase;
}

/* section3 */
.section3 .zoom-prod-list {
  margin-top: 64px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section3 .zoom-prod-list .zoom-prod {
  height: 100%;
}
.section3 .zoom-prod-list .zoom-prod {
  height: 100%;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  width: 220px;
}
.section3 .zoom-prod-list .zoom-prod .prod-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: #5186b3;
  margin-top: 28px;
  margin-bottom: 12px;
}
.section3 .zoom-prod-list .zoom-prod .links-wrapper {
  margin-top: 23px;
  display: flex;
  justify-content: center;
}
.section3 .zoom-prod-list .zoom-prod .links-wrapper a {
  box-sizing: content-box;
  line-height: 14px;
  display: block;
  padding: 0 10px;
  border-right: 1px solid #232323;
}
.section3 .zoom-prod-list .zoom-prod .links-wrapper a:last-child {
  border: none;
}
/* section4 */
.section4 {
  padding-top: 13px;
  padding-bottom: 108px;
}
.section4 .grey-part {
  height: 132px;
  position: absolute;
  background: #f6f7f9;
  top: 0;
  right: 0;
  left: 0;
}
.section4 .inner-section {
  background-color: #ffffff;
  padding: 21px;
  position: relative;
  box-shadow: 0px 26.087px 39.1304px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  z-index: 1;
}
/* .section5 */
.section5 .inner-section {
  position: relative;
}
.section5 .dots-wider-bg {
  position: absolute;
  right: 0;
  top: 0;
}
.section5 .section-header {
  text-align: left;
}
.section5 .why-zoom-block {
  max-width: 500px;
  margin: auto;
}
.section5 .why-zoom-block ul {
  list-style: none;
  padding-left: 0;
  margin-top: 60px;
}
.section5 .why-zoom-block ul li {
  padding-left: 54px;
  position: relative;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 30px;
}
.section5 .why-zoom-block ul li > img {
  position: absolute;
  left: 0;
  top: 0;
}
/* section6 */
.section6 {
  padding: 80px 0;
  position: relative;
}
.section6 .inner-section {
  position: relative;
}
.section6 .customer-wrapper {
  width: 100%;
}
.section6 .customer-block {
  max-width: 1440px;
  padding-left: 30px;
  position: relative;
  margin: auto;
}
.section6 .left-img {
  position: relative;
  max-width: 710px;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
.section6 .left-img > img {
  max-width: 100%;
}
.section6 .left-img .play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.section6 .right-block {
  position: absolute;
  top: 92px;
  right: 30px;
  max-width: 739px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 29.1273px rgba(0, 0, 0, 0.1);
  padding: 80px 29px 35px 35px;
}
.section6 .right-block .avartar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
}
.section6 .right-block .customer-quote-content {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  padding-left: 125px;
  padding-bottom: 61px;
  color: #232333;
  border-bottom: 1px solid #dadada;
  margin-bottom: 28px;
}
.section6 .right-block .customer-quote-content .home-video-link {
  display: none;
}
.section6 .right-block .customer-quote-content .customer-logo {
  position: absolute;
  top: 40px;
  left: 0;
}
.section6 .right-block .customer-quote-content .quote-icon {
  width: 43px;
  margin-bottom: 15px;
}
.section6 .right-block .customer-quote-content .quote-from {
  margin-top: 22px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.section6 .right-block .logo-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section6 .right-block .logo-list .logo-btn {
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.3s;
}
.section6 .right-block .logo-list .logo-btn.active,
.section6 .right-block .logo-list .logo-btn:hover {
  opacity: 1;
}
.section6 .nav-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  z-index: 2;
}
.section6 .nav-arrow .next,
.section6 .nav-arrow .prev {
  padding: 5px;
  background: rgba(82, 82, 128, 0.09);
  border-radius: 28px;
  cursor: not-allowed;
}
.section6 .nav-arrow .next img,
.section6 .nav-arrow .prev img {
  opacity: 0.56;
  transition: all 0.3s;
}
.section6 .nav-arrow .next.active img,
.section6 .nav-arrow .prev.active img {
  opacity: 1;
}
.section6 .nav-arrow .next.active,
.section6 .nav-arrow .prev.active {
  cursor: pointer;
}
.section6 .nav-arrow .prev img {
  transform: rotate(180deg);
}
.section6 .nav-arrow .prev {
  margin-right: 15px;
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-stage-outer {
  overflow: visible;
}
/* section7 */
.section7 {
  padding-top: 160px;
  padding-bottom: 111px;
}
.section7 .inner-section {
  max-width: 1291px;
  position: relative;
}
.section7 .inner-section > img {
  position: absolute;
  left: 0;
  top: 0;
}
.section7 .inner-section .logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-top: 60px;
  margin-bottom: 140px;
}
.section7 .inner-section .logo-list .logo-placeholder {
  width: 258px;
}
.section7 .btn-list {
  text-align: center;
}
.section7 .btn-list .btn-white {
  margin-right: 22px;
}
@media screen and (max-width: 1100px) {
  .section3 .zoom-prod-list .zoom-prod {
    margin-bottom: 40px;
  }
  .section3 .zoom-prod-list .zoom-prod.placeholder {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .normal-section {
    padding: 40px 30px;
  }
  .section1 {
    margin-top: 0;
  }
  .section2 .quote-block {
    max-width: 100%;
    margin-top: 40px;
    padding: 30px;
  }
  .section2 .quote-block > img {
    height: 40px;
  }
  .section4 {
    padding-top: 0;
  }
  .section6 {
    padding: 40px 0;
  }
  .section6 .customer-block {
    padding-left: 0;
  }
  .section6 .left-img {
    display: none;
  }
  .section6 .right-block {
    position: relative;
    top: 60px;
    right: auto;
  }
  .section6 .nav-arrow {
    right: 30px;
  }
  .section6 .right-block .customer-quote-content .home-video-link {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 40px;
  }
  .section7 .inner-section .logo-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 540px) {
  .section6 .right-block .customer-quote-content {
    padding-left: 0;
  }
  .section6 .right-block .customer-quote-content .customer-logo {
    display: none;
  }
}
