@font-face {
  font-family: 'Neutra Text';
  src: url("../fonts/NeutraText-Book.woff") format("woff"), url("../fonts/NeutraText-Book.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neutraface Display';
  src: url("../fonts/NeutrafaceDisplay-Light.woff2") format("woff2"), url("../fonts/NeutrafaceDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neutraface Display Bold Alt';
  src: url("../fonts/NeutrafaceDisplay-BoldAlt.woff2") format("woff2"), url("../fonts/NeutrafaceDisplay-BoldAlt.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Neutraface Text Light';
  src: url("../fonts/NeutrafaceText-LightItalic.woff2") format("woff2"), url("../fonts/NeutrafaceText-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .no-js .show_menu_btn {
    display: none;
  }
  .no-js #nav ul {
    display: block;
  }

  .js .show_menu_btn {
    display: block;
  }
  .js #nav ul {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .show_menu_btn {
    display: none;
  }

  #nav ul {
    display: block;
  }
}
/* The show menu button */
.show_menu_btn {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
  background-color: #96c93d;
  font-family: 'Neutra Text';
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

/* The menu itself */
@media (max-width: 1024px) {
  #nav {
    height: auto;
    padding: 0 15px;
  }
}
#nav ul {
  margin: 0;
  padding: 0;
}
#nav ul li {
  position: relative;
  z-index: 3;
  float: left;
  list-style-type: none;
}
@media only screen and (max-width: 1199px) {
  #nav ul li {
    display: inline-block;
  }
}
#nav ul li a {
  font-family: 'Neutra Text';
  font-size: 21px;
  color: #4a5258;
  border-bottom: none;
  padding: 9px 27px 11px;
  display: block;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #nav ul li a {
    padding: 9px 16.4px 11px;
  }
}
@media (max-width: 767px) {
  #nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  #nav ul li a {
    display: inline-block;
    padding: 10px 25px;
  }
}
#nav ul li:last-child a {
  padding: 9px 28px 11px;
}
@media all and (-ms-high-contrast: none) {
  #nav ul li:last-child a *::-ms-backdrop, #nav ul li:last-child a {
    padding: 9px 27px 11px;
  }
}
@media only screen and (max-width: 1199px) {
  #nav ul li:last-child a {
    padding: 9px 16.6px 11px;
  }
}
#nav ul li .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #98a4af;
  position: absolute;
  top: 18px;
  right: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #nav ul li .caret {
    right: 3px;
  }
}
#nav ul li:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}
#nav ul li:hover:before {
  background-color: #50585e;
}
@media (max-width: 1024px) {
  #nav ul li:hover:before {
    background-color: transparent;
  }
}
#nav ul li:hover a {
  color: #fff;
}
@media (max-width: 1024px) {
  #nav ul li:hover a {
    color: #96c93d;
  }
}
#nav ul li:hover .caret {
  border-top: 8px solid #fff;
}
@media (max-width: 1024px) {
  #nav ul li:hover .caret {
    border-top: 8px solid #96c93d;
  }
}
@media only screen and (min-width: 1024px) {
  #nav ul li:hover .drop {
    display: block;
  }
}
#nav ul li .drop {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  top: 40px;
  right: 0;
  display: none;
}
@media (max-width: 1024px) {
  #nav ul li .drop {
    width: auto !important;
  }
}
#nav ul li .drop li {
  padding: 0;
  float: none;
  margin: 0 auto;
  display: block;
  height: auto;
  text-align: center;
}
#nav ul li .drop li:before {
  transition: all 0.5s ease-in-out;
}
#nav ul li .drop li:hover {
  background-color: #96c93d;
}
@media (max-width: 1024px) {
  #nav ul li .drop li:hover {
    background-color: transparent;
  }
}
#nav ul li .drop li:hover:before {
  display: none;
}
#nav ul li .drop li:hover a {
  color: #fff;
}
@media (max-width: 1024px) {
  #nav ul li .drop li:hover a {
    color: #96c93d;
  }
}
#nav ul li .drop li a {
  color: #98a4af;
  height: auto;
  line-height: 1;
  padding: 10px;
}
@media (max-width: 1024px) {
  #nav ul li .drop {
    position: static;
    box-shadow: none;
    padding: 0 20px;
    margin: 0 auto;
  }
}
#nav ul li .drop1 {
  width: 184px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #nav ul li .drop1 {
    width: 163px;
  }
}
#nav ul li .drop2 {
  width: 138px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #nav ul li .drop2 {
    width: 117px;
  }
}
#nav ul li .dmenu {
  display: block;
}
@media (max-width: 1024px) {
  #nav ul li {
    width: 100%;
    padding: 0;
    float: none;
    text-align: center;
  }
}
#nav ul .active:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}
#nav ul .active > a {
  color: #fff !important;
  background-color: #96c93d;
}
@media (max-width: 1024px) {
  #nav ul .active > a {
    color: #96c93d !important;
    background-color: transparent;
  }
}
#nav ul .active .caret {
  border-top: 8px solid #fff;
}
@media (max-width: 1024px) {
  #nav ul .active .caret {
    border-top: 8px solid #96c93d;
  }
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  border-radius: 100%;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #c1c1c1;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

body, html {
  height: 100%;
}

body {
  margin: 0;
  font-family: 'Neutra Text';
  font-weight: 500;
  position: relative;
}

a {
  text-decoration: none;
}

.outer {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.6);
}

header {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  background-size: cover !important;
  background: url(../images/head-bg.jpg) center center no-repeat;
  padding: 22px 15px;
}
@media only screen and (min-width: 1200px) {
  header {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header {
    max-width: 100%;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  header {
    height: 120px;
  }
}
@media (max-width: 549px) {
  header {
    padding: 15px;
  }
}
header .logo {
  display: inline-block;
}
@media (max-width: 767px) {
  header .logo {
    width: 75%;
  }
}
@media (max-width: 549px) {
  header .logo {
    margin: 0 auto;
  }
}
header .logo img {
  width: 100%;
}
@media (max-width: 549px) {
  header .logo {
    display: block;
  }
}
header .con-right {
  float: right;
  margin-top: -16px;
}
@media (max-width: 549px) {
  header .con-right {
    margin: 15px auto 0;
    display: block;
    float: none;
    width: 80px;
  }
}

.menu-outer {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  background-size: cover !important;
  background: url(../images/nav-bg.jpg) center center no-repeat;
  height: 75px;
  padding: 0 15px 12px;
  z-index: 9;
}
@media only screen and (min-width: 1200px) {
  .menu-outer {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .menu-outer {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .menu-outer {
    height: 50px;
  }
}
.menu-outer:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, #0f1111, #89939d);
  top: 0;
  z-index: -1;
}
.menu-outer:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, #0f1111, #89939d);
  bottom: 0;
  z-index: -1;
}
.menu-outer .wh-menu {
  position: absolute;
  background-color: #fff;
  top: 10px;
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .menu-outer .wh-menu {
    top: 12px;
  }
}
@media (max-width: 767px) {
  .menu-outer .wh-menu {
    z-index: 999;
  }
}
.menu-outer .wh-nav {
  margin: 13px auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  height: 40px;
}
@media only screen and (min-width: 1200px) {
  .menu-outer .wh-nav {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .menu-outer .wh-nav {
    width: 1000px;
  }
}
@media (max-width: 1024px) {
  .menu-outer .wh-nav {
    box-shadow: none;
  }
}

.sl-outer {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  background-size: cover !important;
  padding: 25px 15px;
  background: url(../images/green.jpg) top center no-repeat;
}
@media only screen and (min-width: 1200px) {
  .sl-outer {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .sl-outer {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .sl-outer {
    height: 550px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .sl-outer {
    height: 460px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sl-outer {
    height: 460px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sl-outer {
    min-height: 930px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .sl-outer {
    padding: 30px 15px;
  }
}
@media (max-width: 549px) {
  .sl-outer {
    padding: 60px 15px 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .sl-outer .sl-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.sl-outer .sl-wrap {
  text-align: center;
  position: relative;
  background: url(../images/slborder.png) top center no-repeat;
  width: 550px;
  float: left;
  height: 550px;
  background-size: cover;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .sl-outer .sl-wrap {
    height: 460px;
    width: 460px;
  }
}
@media (max-width: 1024px) {
  .sl-outer .sl-wrap {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .sl-outer .sl-wrap {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .sl-outer .sl-wrap {
    float: none;
  }
}
@media (max-width: 549px) {
  .sl-outer .sl-wrap {
    width: 280px;
    height: 280px;
  }
}
.sl-outer .sl-wrap #slider {
  top: 50px;
  margin: 0 auto;
  width: 450px;
}
@media only screen and (max-width: 1199px) {
  .sl-outer .sl-wrap #slider {
    top: 43px;
    width: 390px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .sl-outer .sl-wrap #slider {
    width: 410px;
  }
}
@media (max-width: 549px) {
  .sl-outer .sl-wrap #slider {
    width: 235px;
  }
}
@media (max-width: 549px) {
  .sl-outer .sl-wrap #slider {
    top: 25px;
  }
}
.sl-outer .sl-wrap #slider .owl-item .item {
  height: 450px;
  background-size: cover !important;
  border-radius: 100%;
  margin: 0 auto;
  width: 450px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .sl-outer .sl-wrap #slider .owl-item .item {
    width: 375px;
    height: 375px;
  }
}
@media (max-width: 1024px) {
  .sl-outer .sl-wrap #slider .owl-item .item {
    height: 375px;
    width: 375px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .sl-outer .sl-wrap #slider .owl-item .item {
    height: 410px;
    width: 405px;
  }
}
@media (max-width: 549px) {
  .sl-outer .sl-wrap #slider .owl-item .item {
    width: 230px;
    height: 230px;
  }
}
.sl-outer .story {
  width: 600px;
  max-height: 550px;
  float: right;
  position: relative;
  background: url(../images/txbg.png) no-repeat;
  background-size: contain;
  z-index: 3;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .sl-outer .story {
    margin: 0;
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .sl-outer .story {
    max-width: 500px;
    margin: 15px auto 0;
  }
}
@media (max-width: 1023px) {
  .sl-outer .story {
    float: none;
  }
}
@media (max-width: 549px) {
  .sl-outer .story {
    max-width: 290px;
    background: url(../images/txbg-mob.png) no-repeat;
    max-height: 775px;
  }
}
.sl-outer .story .inner {
  padding: 45px 55px;
  text-align: center;
  color: #4a5258;
  font-family: 'Neutra Text';
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .sl-outer .story .inner {
    line-height: 1.1;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .sl-outer .story .inner {
    font-size: 18px;
  }
}
@media (max-width: 549px) {
  .sl-outer .story .inner {
    padding: 30px 20px 25px;
    line-height: 1;
  }
}
.sl-outer .story .inner .title {
  font-family: 'Neutra Text';
  font-weight: 500;
  margin: 0;
  font-size: 35px;
  color: #000;
  position: relative;
  padding: 0 0 10px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .sl-outer .story .inner .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .sl-outer .story .inner .title {
    font-size: 25px;
  }
}
.sl-outer .story .inner .title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  left: 5%;
  right: 5%;
  background: linear-gradient(to left, #0f1111, #89939d);
  margin: 0 auto;
  background: #221f1f;
  width: 270px;
  bottom: 0;
  left: 10%;
  right: 10%;
}
@media (max-width: 1024px) {
  .sl-outer .story .inner .title:before {
    width: 80%;
  }
}
.sl-outer .story .inner .text-wrap .right {
  text-align: right;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .sl-outer .story .inner .text-wrap .right {
    text-align: center;
    margin-left: 0;
  }
}
.sl-outer .story .inner .text-wrap .right .itl {
  font-style: italic;
  font-weight: 600;
}
.sl-outer .bottom {
  position: absolute;
  left: 0;
  bottom: -25px;
  z-index: 2;
  height: 160px;
  width: 100%;
  background-size: cover;
  background: url(../images/blue.png) no-repeat;
}
@media (max-width: 767px) {
  .sl-outer .bottom {
    bottom: -20px;
    height: 120px;
  }
}
@media (max-width: 549px) {
  .sl-outer .bottom {
    bottom: -10px;
    height: 120px;
  }
}
.sl-outer .bottom img {
  width: 100%;
}
.sl-outer .est {
  position: absolute;
  top: 30px;
  left: 15px;
  max-width: 100px;
}
@media only screen and (min-width: 1024px) {
  .sl-outer .est {
    display: none;
  }
}
@media (max-width: 767px) {
  .sl-outer .est {
    top: 30px;
  }
}
@media (max-width: 549px) {
  .sl-outer .est {
    left: 50%;
    transform: translate(-50px, 0);
  }
}

.cl-outer {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  background-size: cover !important;
  height: 460px;
  background: url(../images/silver-bg.jpg) top center no-repeat;
  padding: 80px 20px;
}
@media only screen and (min-width: 1200px) {
  .cl-outer {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .cl-outer {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .cl-outer {
    padding: 50px 20px;
    height: 420px;
  }
}
@media (max-width: 1024px) {
  .cl-outer {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .cl-outer {
    height: auto;
    min-height: 610px;
    overflow: hidden;
  }
}
.cl-outer:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, #0f1111, #89939d);
  top: 0;
}
.cl-outer:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, #0f1111, #89939d);
  bottom: 0;
}
.cl-outer .client,
.cl-outer .license {
  width: 30%;
  margin: 0 10%;
}
@media only screen and (max-width: 1199px) {
  .cl-outer .client,
  .cl-outer .license {
    width: 35%;
    margin: 0 6%;
  }
}
@media (max-width: 1024px) {
  .cl-outer .client,
  .cl-outer .license {
    width: 42%;
    margin: 0 2%;
  }
}
@media (max-width: 767px) {
  .cl-outer .client,
  .cl-outer .license {
    box-shadow: none;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.cl-outer .client .title,
.cl-outer .license .title {
  font-family: 'Neutra Text';
  font-weight: 500;
  margin: 0;
  font-size: 35px;
  color: #000;
  position: relative;
  padding: 0 0 10px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .cl-outer .client .title,
  .cl-outer .license .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cl-outer .client .title,
  .cl-outer .license .title {
    font-size: 25px;
  }
}
.cl-outer .client .title:before,
.cl-outer .license .title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  left: 5%;
  right: 5%;
  background: linear-gradient(to left, #0f1111, #89939d);
  margin: 0 auto;
  background: #221f1f;
  width: 270px;
  bottom: 0;
}
@media (max-width: 1024px) {
  .cl-outer .client .title:before,
  .cl-outer .license .title:before {
    width: 80%;
  }
}
.cl-outer .client .scrollbar-light,
.cl-outer .license .scrollbar-light {
  height: 370px;
  background: url(../images/scr-bg.png) top center no-repeat;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.3);
  background-size: cover;
  overflow-x: hidden !important;
}
@media only screen and (max-width: 1199px) {
  .cl-outer .client .scrollbar-light,
  .cl-outer .license .scrollbar-light {
    height: 350px;
  }
}
.cl-outer .client .cl-list,
.cl-outer .license .cl-list {
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 21px;
  margin: 0;
  color: #50585e;
  padding: 15px 25px 15px 15px;
}
@media (max-width: 767px) {
  .cl-outer .client .cl-list,
  .cl-outer .license .cl-list {
    font-size: 18px;
  }
}
.cl-outer .client .cl-list li,
.cl-outer .license .cl-list li {
  line-height: 1.3;
}
.cl-outer .client {
  float: left;
}
.cl-outer .license {
  float: right;
}
@media (max-width: 767px) {
  .cl-outer .license {
    margin-top: 20px;
  }
}

.fpo-outer {
  margin: 0 auto;
  padding: 0 15px;
  font-family: 'Neutra Text';
  font-weight: 500;
  padding: 30px 15px;
  font-size: 21px;
  text-align: center;
  color: #4a5258;
  overflow: hidden;
  margin-bottom: -80px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .fpo-outer {
    max-width: 1230px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .fpo-outer {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .fpo-outer {
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .fpo-outer {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .fpo-outer {
    font-size: 18px;
  }
}
.fpo-outer .fpo {
  width: 32%;
  float: left;
}
@media (max-width: 767px) {
  .fpo-outer .fpo {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.fpo-outer .fpo .text-wrap {
  background-size: contain;
  background: url(../images/fpo-bg.png) top center no-repeat;
  padding: 15px 60px 70px;
}
@media only screen and (max-width: 1199px) {
  .fpo-outer .fpo .text-wrap {
    height: 100%;
    padding: 15px 40px 80px;
  }
}
@media (max-width: 1024px) {
  .fpo-outer .fpo .text-wrap {
    background: none;
    padding: 0 15px 15px;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .fpo-outer .fpo .text-wrap {
    padding: 0;
  }
}
.fpo-outer .fpo .text-wrap p {
  margin: 0;
}
.fpo-outer .fpo .text-wrap .itc {
  font-style: italic;
  font-weight: 600;
}
.fpo-outer .fpo:nth-child(2) {
  position: relative;
  margin: 0 2%;
}
@media (max-width: 767px) {
  .fpo-outer .fpo:nth-child(2) {
    margin: 0 0 20px 0;
  }
}
.fpo-outer .fpo:nth-child(2):before, .fpo-outer .fpo:nth-child(2):after {
  content: "";
  position: absolute;
  width: 35px;
  height: 305px;
  background: url(../images/border.png) top center no-repeat;
  background-size: cover;
  bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .fpo-outer .fpo:nth-child(2):before, .fpo-outer .fpo:nth-child(2):after {
    display: none;
  }
}
.fpo-outer .fpo:nth-child(2):before {
  left: -25px;
}
.fpo-outer .fpo:nth-child(2):after {
  right: -25px;
}
.fpo-outer .title {
  font-family: 'Neutra Text';
  font-weight: 500;
  margin: 0;
  font-size: 35px;
  color: #000;
  position: relative;
  padding: 0 0 10px;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 3px;
  word-spacing: 5px;
}
@media only screen and (max-width: 1199px) {
  .fpo-outer .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fpo-outer .title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .fpo-outer .title {
    font-size: 30px;
    letter-spacing: 0;
    word-spacing: 0;
  }
}
.fpo-outer .title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  left: 5%;
  right: 5%;
  background: linear-gradient(to left, #0f1111, #89939d);
  margin: 0 auto;
  width: auto;
  bottom: 0;
}
@media (max-width: 1024px) {
  .fpo-outer .title:before {
    width: 80%;
  }
}

.pro-outer {
  margin: 0 auto;
  padding: 0 15px;
  height: 1000px;
  background: url(../images/pro-bg.jpg) top center no-repeat;
  position: relative;
  margin-bottom: -210px;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .pro-outer {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .pro-outer {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .pro-outer {
    height: 900px;
  }
}
@media (max-width: 549px) {
  .pro-outer {
    max-height: 700px;
  }
}
.pro-outer .grey-des {
  height: 110px;
  background: url(../images/grey-bg.png) center center no-repeat;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  text-shadow: 0 2px 1px #000;
  word-spacing: 2px;
  background-size: cover;
}
.pro-outer .grey-des .flogo {
  position: absolute;
  top: 4px;
  right: 30px;
}
.pro-outer .grey-des .flogo img {
  height: 95px;
}
.pro-outer .grey-des .pg-title {
  width: 700px;
  text-align: center;
  float: right;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .grey-des .pg-title {
    width: 100%;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .pro-outer .grey-des .pg-title {
    padding: 20px 0;
  }
}
.pro-outer .grey-des .pg-title .title {
  font-size: 32px;
  color: #fff;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .grey-des .pg-title .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .pro-outer .grey-des .pg-title .title {
    font-size: 20px;
  }
}
.pro-outer .grey-des .title-wrap {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  float: right;
  margin: 0 15px;
  width: 710px;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .grey-des .title-wrap {
    width: 98%;
    margin: 7px auto;
    line-height: 1.4;
    float: none;
  }
}
.pro-outer .grey-des .title-wrap .big {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 1024px) {
  .pro-outer .grey-des .title-wrap .big {
    font-size: 22px;
  }
}
.pro-outer .grey-des .title-wrap .md {
  font-family: 'Neutraface Text Light';
  font-weight: 300;
  font-style: italic;
}
.pro-outer .grey-des .title-wrap .md,
.pro-outer .grey-des .title-wrap .sm {
  font-size: 21px;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .grey-des .title-wrap .md,
  .pro-outer .grey-des .title-wrap .sm {
    font-size: 18px;
  }
}
.pro-outer .twol-title .title-wrap {
  margin: 20px 0;
}
.pro-outer .pro-inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  /*
  .wd-page,
  .cd-page{
  	#mob-sli{
  		.owl-item{
  			.title-wrap{
  				min-height: 65px;
  			}
  		}
  		.owl-nav{
  			margin-bottom: -10px;
  		}
  	}
  }*/
}
@media only screen and (max-width: 1199px) {
  .pro-outer .pro-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .pro-outer .pro-inner {
    max-width: 740px;
  }
}
.pro-outer .pro-inner .left {
  margin-top: -5px;
}
.pro-outer .pro-inner .right {
  margin-top: 80px;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .pro-inner .left,
  .pro-outer .pro-inner .right {
    margin-top: 145px;
  }
}
@media (max-width: 1024px) {
  .pro-outer .pro-inner .left,
  .pro-outer .pro-inner .right {
    margin-top: 140px;
  }
}
.pro-outer .pro-inner .left {
  width: 470px;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .pro-inner .left {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .pro-outer .pro-inner .left {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .pro-outer .pro-inner .left {
    display: none;
  }
}
.pro-outer .pro-inner .left ul {
  list-style-type: none;
  clear: both;
  overflow: hidden;
}
.pro-outer .pro-inner .left ul li {
  display: inline-block;
  cursor: pointer;
}
.pro-outer .pro-inner .left .item-small {
  padding-left: 0;
}
.pro-outer .pro-inner .left .item-small:not(:first-child) {
  display: none;
}
.pro-outer .pro-inner .left .item-small li {
  position: relative;
  z-index: 1;
  float: left;
  width: 42%;
  margin: 0 4%;
}
.pro-outer .pro-inner .left .item-small li:hover:before {
  content: "";
  background: url(../images/bg-land.png) center center no-repeat;
  background-size: contain;
  top: 0;
  left: 5px;
  height: 95%;
  width: 95%;
}
.pro-outer .pro-inner .left .item-small li img {
  width: 100%;
}
.pro-outer .pro-inner .left .item-small .thumb {
  z-index: -1;
}
.pro-outer .pro-inner .left .pagination {
  background: url(../images/page-bg.png) center center no-repeat;
  padding-left: 0;
  text-align: center;
  margin: 25px 0 0;
  width: 114%;
  height: 60px;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .pro-inner .left .pagination {
    padding: 0 0 0 3px;
    height: 50px;
    background-size: contain;
  }
}
.pro-outer .pro-inner .left .pagination li {
  padding: 14px;
  line-height: 1;
}
.pro-outer .pro-inner .left .pagination li a {
  color: #98a4af;
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .pro-inner .left .pagination li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .pro-outer .pro-inner .left .pagination li {
    padding: 14px 8px;
  }
}
@media (max-width: 1024px) {
  .pro-outer .pro-inner .left .pagination li {
    padding: 13px 8px 7px;
  }
}
.pro-outer .pro-inner .left .pagination li:hover a {
  color: #96c93d;
}
.pro-outer .pro-inner .left .pagination li.active a {
  color: #96c93d;
}
.pro-outer .pro-inner .left .pagination .previous,
.pro-outer .pro-inner .left .pagination .next {
  position: absolute;
  top: 0;
}
.pro-outer .pro-inner .left .pagination .previous {
  left: 0;
}
.pro-outer .pro-inner .left .pagination .next {
  right: 15px;
}
@media (max-width: 1024px) {
  .pro-outer .pro-inner .left .pagination .next {
    right: 5px;
  }
}
.pro-outer .pro-inner .right {
  float: right;
  width: 670px;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .pro-inner .right {
    width: 615px;
  }
}
@media (max-width: 1024px) {
  .pro-outer .pro-inner .right {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .pro-outer .pro-inner .right {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
.pro-outer .pro-inner .right .img-wrap {
  width: 100%;
  position: relative;
  margin: 70px 0;
}
@media (max-width: 767px) {
  .pro-outer .pro-inner .right .img-wrap {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .pro-outer .pro-inner .right .img-wrap {
    margin: 30px 0;
  }
}
@media (max-width: 1024px) {
  .pro-outer .pro-inner .right .img-wrap {
    margin: 26% 0;
  }
}
@media (min-width: 768px) {
  .pro-outer .pro-inner .right .img-wrap .owl-nav {
    display: none;
  }
}
.pro-outer .pro-inner .right .img-wrap .landing {
  width: 100%;
}
.pro-outer .pro-inner .right .img-wrap .def,
.pro-outer .pro-inner .right .img-wrap .slide {
  width: 100%;
}
.pro-outer .pro-inner .right .img-wrap .land-bg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro-outer .pro-inner .right .img-wrap .land-bg .slide {
  display: none;
}
@media (max-width: 767px) {
  .pro-outer .pro-inner .right #mob-sli {
    position: relative;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .pro-outer .pro-inner .right #mob-sli {
    display: none;
  }
}
.pro-outer .pro-inner .right #mob-sli .owl-stage-outer {
  border-radius: 0;
}
.pro-outer .pro-inner .right #mob-sli .owl-item {
  position: relative;
  margin-top: 20px;
}
.pro-outer .pro-inner .right #mob-sli .owl-item .title-wrap {
  padding: 15px;
}
@media (max-width: 767px) {
  .pro-outer .pro-inner .right #mob-sli .owl-item .title-wrap {
    padding: 15px 15px 0;
    min-height: 100px;
  }
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .right #mob-sli .owl-item .title-wrap {
    line-height: 1.1;
  }
}
.pro-outer .pro-inner .right #mob-sli .owl-item .title-wrap .big {
  font-size: 25px;
}
@media (max-width: 767px) {
  .pro-outer .pro-inner .right #mob-sli .owl-item .title-wrap .big {
    font-size: 22px;
  }
}
.pro-outer .pro-inner .right #mob-sli .owl-item .title-wrap .md {
  font-family: 'Neutraface Text Light';
  font-weight: 300;
  font-style: italic;
}
.pro-outer .pro-inner .right #mob-sli .owl-item .title-wrap .md,
.pro-outer .pro-inner .right #mob-sli .owl-item .title-wrap .sm {
  font-size: 21px;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .right #mob-sli .owl-item .title-wrap .md,
  .pro-outer .pro-inner .right #mob-sli .owl-item .title-wrap .sm {
    font-size: 18px;
  }
}
.pro-outer .pro-inner .right #mob-sli .owl-item .itmcl {
  height: 465px;
  margin: 0 auto;
  padding: 15px;
  background-size: contain;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .right #mob-sli .owl-item .itmcl {
    height: 260px;
    padding: 0;
  }
}
.pro-outer .pro-inner .right #mob-sli .owl-item img {
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .right #mob-sli .owl-item img {
    max-width: 240px;
    padding: 20px;
  }
}
.pro-outer .pro-inner .right #mob-sli .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 74%;
  margin-bottom: -190px;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .right #mob-sli .owl-nav {
    bottom: 67%;
    margin-bottom: -120px;
  }
}
.pro-outer .pro-inner .right #mob-sli .owl-nav .owl-prev,
.pro-outer .pro-inner .right #mob-sli .owl-nav .owl-next {
  font-size: 60px;
  color: #fff;
  position: absolute;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .right #mob-sli .owl-nav .owl-prev,
  .pro-outer .pro-inner .right #mob-sli .owl-nav .owl-next {
    font-size: 50px;
  }
}
.pro-outer .pro-inner .right #mob-sli .owl-nav .owl-prev {
  left: 50%;
  margin-left: -265px;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .right #mob-sli .owl-nav .owl-prev {
    margin-left: -155px;
  }
}
.pro-outer .pro-inner .right #mob-sli .owl-nav .owl-next {
  right: 50%;
  margin-right: -265px;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .right #mob-sli .owl-nav .owl-next {
    margin-right: -155px;
  }
}
.pro-outer .pro-inner .right .gra-img-wrap {
  max-width: 551px;
  margin: 75px auto 0;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .pro-inner .right .gra-img-wrap {
    width: 509px;
    margin: 45px auto;
  }
}
@media (max-width: 1024px) {
  .pro-outer .pro-inner .right .gra-img-wrap {
    width: 405px;
    margin: 45px auto;
  }
}
.pro-outer .pro-inner .right .gra-img-wrap .land-bg {
  left: -2px;
  bottom: 2px;
}
.pro-outer .pro-inner .wd-page #mob-sli .owl-item .title-wrap,
.pro-outer .pro-inner .cd-page #mob-sli .owl-item .title-wrap {
  min-height: 70px;
}
.pro-outer .pro-inner .wd-page #mob-sli .owl-nav,
.pro-outer .pro-inner .cd-page #mob-sli .owl-nav {
  margin-bottom: -90px;
}
.pro-outer .pro-inner .gd-page {
  width: 670px;
}
@media only screen and (max-width: 1199px) {
  .pro-outer .pro-inner .gd-page {
    width: 615px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1024px) {
  .pro-outer .pro-inner .gd-page {
    width: 400px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 549px) {
  .pro-outer .pro-inner .gd-page {
    width: 250px;
  }
}

.pro-outer .pro-inner .gd-page #mob-sli .owl-item img {
  margin: 8px auto;
}
@media (max-width: 767px) {
  .pro-outer .pro-inner .gd-page #mob-sli .owl-item img {
    max-width: 370px;
  }
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .gd-page #mob-sli .owl-item img {
    max-width: 210px;
  }
}
.pro-outer .pro-inner .gd-page #mob-sli .owl-item .title-wrap {
  min-height: 105px;
}
@media (max-width: 767px) {
  .pro-outer .pro-inner .gd-page #mob-sli .owl-item .title-wrap {
    margin: 0;
  }
}
.pro-outer .pro-inner .gd-page #mob-sli .owl-item .itmcl {
  background-size: contain;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .gd-page #mob-sli .owl-item .itmcl {
    height: auto;
  }
}
.pro-outer .pro-inner .gd-page #mob-sli .owl-nav .owl-prev {
  margin-left: -235px;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .gd-page #mob-sli .owl-nav .owl-prev {
    margin-left: -150px;
  }
}
.pro-outer .pro-inner .gd-page #mob-sli .owl-nav .owl-next {
  margin-right: -231px;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .gd-page #mob-sli .owl-nav .owl-next {
    margin-right: -146px;
  }
}
.pro-outer .pro-inner .ld-page #mob-sli .owl-item .title-wrap {
  min-height: 90px;
}
.pro-outer .pro-inner .bd-page #mob-sli .owl-item .title-wrap {
  min-height: 175px;
}
.pro-outer .pro-inner .bd-page #mob-sli .owl-item img {
  margin: 13px auto;
}
@media (max-width: 549px) {
  .pro-outer .pro-inner .bd-page #mob-sli .owl-nav {
    margin-bottom: -165px;
  }
}
.pro-outer .swash {
  position: absolute;
  bottom: 110px;
  width: 100%;
  height: 125px;
  background: url(../images/bg-blue.png) center center no-repeat;
  left: 0;
}

.ill-outer {
  height: 1100px;
  margin-bottom: -240px;
}
.ill-outer .grey-des .pg-title,
.ill-outer .grey-des .title-wrap {
  width: 910px;
}
@media only screen and (max-width: 1199px) {
  .ill-outer .grey-des .pg-title,
  .ill-outer .grey-des .title-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .ill-outer {
    height: 1050px;
  }
}
@media (max-width: 1024px) {
  .ill-outer {
    height: 870px;
  }
}
@media (max-width: 767px) {
  .ill-outer {
    height: 710px;
  }
}
@media (max-width: 549px) {
  .ill-outer {
    height: 620px;
  }
}
.ill-outer .pro-inner {
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner {
    max-width: 905px;
  }
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner {
    max-width: 750px;
  }
}
.ill-outer .pro-inner .left {
  width: 225px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner .left {
    width: 165px;
  }
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner .left {
    width: 130px;
  }
}
.ill-outer .pro-inner .left .item-small li {
  width: auto;
  margin: 0 0 0;
}
.ill-outer .pro-inner .left .item-small li:not(:first-child) {
  margin: 22px 0 0;
}
.ill-outer .pro-inner .ill-page {
  width: 900px;
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner .ill-page {
    width: auto;
    float: left;
    margin-left: 25px;
  }
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner .ill-page {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .ill-outer .pro-inner .ill-page {
    width: 460px;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 549px) {
  .ill-outer .pro-inner .ill-page {
    width: 250px;
  }
}
.ill-outer .pro-inner .ill-page .ill-img-wrap {
  max-width: 875px;
  margin: 75px auto;
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner .ill-page .ill-img-wrap {
    margin: 85px 0;
    width: 710px;
  }
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner .ill-page .ill-img-wrap {
    width: 560px;
  }
}
.ill-outer .pro-inner .ill-page .ill-img-wrap .item-small {
  position: absolute;
  padding-left: 0;
  left: -30px;
  right: -20px;
  margin-top: 15px;
}
.ill-outer .pro-inner .ill-page .ill-img-wrap .item-small:not(:first-of-type) {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner .ill-page .ill-img-wrap .item-small {
    left: -5px;
    right: 0;
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner .ill-page .ill-img-wrap .item-small {
    left: 0;
    margin-top: 35px;
  }
}
.ill-outer .pro-inner .ill-page .ill-img-wrap .item-small li {
  float: left;
  list-style-type: none;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner .ill-page .ill-img-wrap .item-small li {
    width: 165px;
  }
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner .ill-page .ill-img-wrap .item-small li {
    width: 130px;
  }
}
.ill-outer .pro-inner .ill-page .ill-img-wrap .item-small li:not(:last-child) {
  margin-right: 23px;
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner .ill-page .ill-img-wrap .item-small li:not(:last-child) {
    margin-right: 18px;
  }
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner .ill-page .ill-img-wrap .item-small li:not(:last-child) {
    margin-right: 13px;
  }
}
.ill-outer .pro-inner .ill-page .ill-img-wrap .item-small li img {
  width: 100%;
}
.ill-outer .pro-inner .ill-page #mob-sli .owl-item .itmcl {
  height: 305px;
}
@media (max-width: 767px) {
  .ill-outer .pro-inner .ill-page #mob-sli .owl-item .itmcl {
    height: 290px;
  }
}
@media (max-width: 549px) {
  .ill-outer .pro-inner .ill-page #mob-sli .owl-item .itmcl {
    height: 165px;
  }
}
.ill-outer .pro-inner .ill-page #mob-sli .owl-item .itmcl img {
  padding: 0;
}
@media (max-width: 549px) {
  .ill-outer .pro-inner .ill-page #mob-sli .owl-item .itmcl img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .ill-outer .pro-inner .ill-page #mob-sli .owl-nav {
    margin-bottom: -150px;
  }
}
@media (max-width: 549px) {
  .ill-outer .pro-inner .ill-page #mob-sli .owl-nav {
    margin-bottom: -92px;
  }
}
@media (max-width: 549px) {
  .ill-outer .pro-inner .ill-page #mob-sli .owl-nav .owl-prev {
    margin-left: -155px;
  }
}
@media (max-width: 549px) {
  .ill-outer .pro-inner .ill-page #mob-sli .owl-nav .owl-next {
    margin-right: -155px;
  }
}
.ill-outer .pro-inner .pagination {
  background: url(../images/page-bg.png) center center no-repeat;
  padding-left: 0;
  text-align: center;
  margin: 25px 0 0;
  width: 100%;
  height: 60px;
  background-size: cover;
  position: relative;
  clear: both;
  width: 470px;
  position: absolute;
  bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner .pagination {
    padding: 0 0 0 3px;
    height: 50px;
    background-size: contain;
  }
}
.ill-outer .pro-inner .pagination li {
  padding: 14px;
  line-height: 1;
}
.ill-outer .pro-inner .pagination li a {
  color: #98a4af;
  font-size: 23px;
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner .pagination li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner .pagination li {
    padding: 14px 8px;
  }
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner .pagination li {
    padding: 13px 8px 7px;
  }
}
.ill-outer .pro-inner .pagination li:hover a {
  color: #96c93d;
}
.ill-outer .pro-inner .pagination li.active a {
  color: #96c93d;
}
.ill-outer .pro-inner .pagination .previous,
.ill-outer .pro-inner .pagination .next {
  position: absolute;
  top: 0;
}
.ill-outer .pro-inner .pagination .previous {
  left: 0;
}
.ill-outer .pro-inner .pagination .next {
  right: 15px;
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner .pagination .next {
    right: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .ill-outer .pro-inner .pagination {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner .pagination {
    bottom: 45px;
  }
}
@media (max-width: 767px) {
  .ill-outer .pro-inner .pagination {
    display: none;
  }
}
.ill-outer .pro-inner .pagination li {
  list-style-type: none;
  display: inline-block;
}

@media (max-width: 1024px) {
  .cd-outer .pro-inner .left .pagination li,
  .ill-outer .pro-inner .left .pagination li {
    padding: 13px 5px 7px;
  }
}
.cd-outer .pro-inner .left .pagination .previous,
.cd-outer .pro-inner .left .pagination .next,
.ill-outer .pro-inner .left .pagination .previous,
.ill-outer .pro-inner .left .pagination .next {
  top: 1px;
}
@media (max-width: 1024px) {
  .cd-outer .pro-inner .left .pagination .previous a,
  .cd-outer .pro-inner .left .pagination .next a,
  .ill-outer .pro-inner .left .pagination .previous a,
  .ill-outer .pro-inner .left .pagination .next a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .ill-outer .pro-inner .pagination li {
    padding: 13px 5px 7px;
  }
}
@media (max-width: 1024px) {
  .ill-outer .pro-inner .pagination .next a,
  .ill-outer .pro-inner .pagination .previous a {
    font-size: 16px !important;
  }
}

.pet-outer .pro-inner .left .pagination .previous,
.pack-outer .pro-inner .left .pagination .previous {
  left: 35px;
}
@media (max-width: 1024px) {
  .pet-outer .pro-inner .left .pagination .previous,
  .pack-outer .pro-inner .left .pagination .previous {
    left: 0;
  }
}
.pet-outer .pro-inner .left .pagination .next,
.pack-outer .pro-inner .left .pagination .next {
  right: 40px;
}
@media (max-width: 1024px) {
  .pet-outer .pro-inner .left .pagination .next,
  .pack-outer .pro-inner .left .pagination .next {
    right: 0;
  }
}

.gift-outer .pro-inner .left .pagination .previous,
.ld-outer .pro-inner .left .pagination .previous {
  left: 25px;
}
@media (max-width: 1024px) {
  .gift-outer .pro-inner .left .pagination .previous,
  .ld-outer .pro-inner .left .pagination .previous {
    left: 0;
  }
}
.gift-outer .pro-inner .left .pagination .next,
.ld-outer .pro-inner .left .pagination .next {
  right: 30px;
}
@media (max-width: 1024px) {
  .gift-outer .pro-inner .left .pagination .next,
  .ld-outer .pro-inner .left .pagination .next {
    right: 0;
  }
}

.clpg-outer {
  height: 930px;
  background: url(../images/client-bg.jpg) center center no-repeat;
}
@media only screen and (max-width: 1199px) {
  .clpg-outer {
    height: 820px;
  }
}
@media (max-width: 1023px) {
  .clpg-outer {
    height: 680px;
  }
}
@media (max-width: 767px) {
  .clpg-outer {
    height: 900px;
    max-height: none;
  }
}
@media (max-width: 767px) {
  .clpg-outer .swash {
    bottom: 80px;
  }
}
.clpg-outer .cli-inner {
  max-width: 88%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .clpg-outer .cli-inner {
    max-width: 92%;
  }
}
@media (max-width: 767px) {
  .clpg-outer .cli-inner {
    padding-top: 20px;
  }
}
.clpg-outer .cli-inner .title {
  font-family: 'Neutra Text';
  font-weight: 500;
  margin: 0;
  font-size: 35px;
  color: #000;
  position: relative;
  padding: 0 0 10px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .clpg-outer .cli-inner .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .clpg-outer .cli-inner .title {
    font-size: 25px;
  }
}
.clpg-outer .cli-inner .title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #221f1f;
  bottom: 0;
}
.clpg-outer .cli-inner .cli {
  float: left;
}
.clpg-outer .cli-inner .lic {
  float: right;
}
.clpg-outer .cli-inner .cli,
.clpg-outer .cli-inner .lic {
  width: 400px;
  position: relative;
  margin: 40px auto 0;
  background: url(../images/cli-bg.png) center center no-repeat;
  background-size: cover !important;
  padding: 40px;
  height: 650px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .clpg-outer .cli-inner .cli,
  .clpg-outer .cli-inner .lic {
    width: 330px;
    height: 545px;
  }
}
@media (max-width: 1023px) {
  .clpg-outer .cli-inner .cli,
  .clpg-outer .cli-inner .lic {
    width: 300px;
    height: 500px;
  }
}
@media (max-width: 895px) {
  .clpg-outer .cli-inner .cli,
  .clpg-outer .cli-inner .lic {
    width: 255px;
    height: 430px;
  }
}
@media (max-width: 767px) {
  .clpg-outer .cli-inner .cli,
  .clpg-outer .cli-inner .lic {
    background: url(../images/cli-bg-mob.png) center center no-repeat;
    float: none;
    margin: 25px auto 0;
    height: 320px;
    width: 230px;
    padding: 30px;
  }
}
.clpg-outer .cli-inner .cli .scrollbar-light,
.clpg-outer .cli-inner .lic .scrollbar-light {
  height: 550px;
}
@media only screen and (max-width: 1199px) {
  .clpg-outer .cli-inner .cli .scrollbar-light,
  .clpg-outer .cli-inner .lic .scrollbar-light {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .clpg-outer .cli-inner .cli .scrollbar-light,
  .clpg-outer .cli-inner .lic .scrollbar-light {
    height: 420px;
  }
}
@media (max-width: 895px) {
  .clpg-outer .cli-inner .cli .scrollbar-light,
  .clpg-outer .cli-inner .lic .scrollbar-light {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .clpg-outer .cli-inner .cli .scrollbar-light,
  .clpg-outer .cli-inner .lic .scrollbar-light {
    height: 250px;
  }
}
.clpg-outer .cli-inner .cli .scrollbar-light .scroll-element_size,
.clpg-outer .cli-inner .lic .scrollbar-light .scroll-element_size {
  background: transparent;
}
.clpg-outer .cli-inner .cli .scrollbar-light .cl-list,
.clpg-outer .cli-inner .lic .scrollbar-light .cl-list {
  font-family: 'Neutra Text';
  font-weight: 500;
  list-style-type: none;
  font-size: 23px;
  line-height: 2;
  margin-top: 0;
  padding-left: 20px;
  color: #77797f;
}
@media (max-width: 1023px) {
  .clpg-outer .cli-inner .cli .scrollbar-light .cl-list,
  .clpg-outer .cli-inner .lic .scrollbar-light .cl-list {
    font-size: 21px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .clpg-outer .cli-inner .cli .scrollbar-light .cl-list,
  .clpg-outer .cli-inner .lic .scrollbar-light .cl-list {
    padding-left: 0;
    font-size: 18px;
  }
}

.clip-outer {
  height: auto;
  background-size: cover;
  padding-bottom: 110px;
  margin-bottom: -175px;
  background: url(../images/clip-bg.jpg) top center no-repeat;
}
@media only screen and (max-width: 1199px) {
  .clip-outer {
    margin-bottom: -200px;
  }
}
@media (max-width: 549px) {
  .clip-outer {
    max-height: none;
  }
}
.clip-outer .grey-des {
  z-index: 2;
}
.clip-outer .grey-des .flogo {
  right: auto;
  left: 55px;
}
.clip-outer .grey-des .pg-title {
  width: 100%;
  margin: 15px 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .clip-outer .grey-des .pg-title {
    margin: 9px 0;
  }
}
.clip-outer .grey-des .pg-title .title {
  margin: 0;
}
.clip-outer .grey-des .pg-title .md {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 767px) {
  .clip-outer .grey-des .pg-title .md {
    font-size: 18px;
  }
}
.clip-outer .swash {
  bottom: 44%;
  margin-bottom: -110px;
}
.clip-outer .clip-inner {
  padding: 150px 15px 15px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
}
@media only screen and (max-width: 1199px) {
  .clip-outer .clip-inner {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .clip-outer .clip-inner {
    max-width: 740px;
  }
}
@media (max-width: 767px) {
  .clip-outer .clip-inner {
    display: none;
  }
}
.clip-outer .clip-wrap {
  width: 18%;
  display: block;
  float: left;
  padding: 0 40.4px;
  text-align: center;
  font-size: 19px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .clip-outer .clip-wrap {
    padding: 0 21px;
    display: inline-block;
    width: 20.7%;
  }
}
@media (max-width: 1024px) {
  .clip-outer .clip-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .clip-outer .clip-wrap {
    width: 240px;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
.clip-outer .clip-wrap .thumb {
  max-width: 100%;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .clip-outer .clip-wrap .thumb {
    width: auto;
    margin: 0 auto;
  }
}
.clip-outer .clip-wrap .title {
  font-size: 24px;
  margin: 0;
  height: 100px;
  display: table;
  width: 100%;
  line-height: 1;
}
@media (max-width: 1024px) {
  .clip-outer .clip-wrap .title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .clip-outer .clip-wrap .title {
    height: 90px;
  }
}
.clip-outer .clip-wrap .title span {
  display: block;
  font-weight: 300;
}
.clip-outer .clip-wrap .title figcaption {
  display: table-cell;
  vertical-align: middle;
}
.clip-outer .clip-wrap .clip {
  padding: 20px 10px 20px 20px;
  margin-top: 15px;
  background: url(../images/clip-bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.clip-outer .clip-wrap .clip:before {
  content: "";
  width: 80%;
  margin: 0 auto;
  height: 3px;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
}
.clip-outer .clip-wrap .clip .scrollbar-light {
  height: 265px;
  padding: 0 10px 0 0 !important;
  word-wrap: break-word;
}
.clip-outer .clip-wrap .clip ul {
  padding: 0;
}
.clip-outer .clip-wrap .clip ul li {
  line-height: 1.5;
}
.clip-outer .clip-wrap .clip p:first-of-type {
  margin-top: 0;
}
.clip-outer .clip-wrap .clip p .itl {
  font-style: italic;
}
.clip-outer #mob-sli {
  padding-top: 150px;
}
@media (min-width: 768px) {
  .clip-outer #mob-sli {
    display: none;
  }
}
.clip-outer #mob-sli .owl-stage-outer {
  border-radius: 0;
}
.clip-outer #mob-sli .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 45%;
}
@media (max-width: 767px) {
  .clip-outer #mob-sli .owl-nav {
    margin-bottom: -140px;
  }
}
@media (max-width: 549px) {
  .clip-outer #mob-sli .owl-nav {
    margin-bottom: -150px;
  }
}
.clip-outer #mob-sli .owl-nav .owl-next,
.clip-outer #mob-sli .owl-nav .owl-prev {
  font-size: 60px;
  color: #fff;
  position: absolute;
}
@media (max-width: 549px) {
  .clip-outer #mob-sli .owl-nav .owl-next,
  .clip-outer #mob-sli .owl-nav .owl-prev {
    font-size: 45px;
  }
}
.clip-outer #mob-sli .owl-nav .owl-prev {
  left: 50%;
  margin-left: -150px;
}
@media (max-width: 549px) {
  .clip-outer #mob-sli .owl-nav .owl-prev {
    margin-left: -145px;
  }
}
.clip-outer #mob-sli .owl-nav .owl-next {
  right: 50%;
  margin-right: -150px;
}
@media (max-width: 549px) {
  .clip-outer #mob-sli .owl-nav .owl-next {
    margin-right: -145px;
  }
}

.about-outer {
  padding: 0 0 15px;
  position: relative;
}
.about-outer .est {
  position: absolute;
  top: 30px;
  left: 15px;
  max-width: 100px;
}
@media (max-width: 549px) {
  .about-outer .est {
    top: 20px;
    left: 50%;
    margin-left: -60px;
  }
}
.about-outer .top-cont {
  background: url(../images/ab-bg.jpg) center center no-repeat;
  height: 620px;
  position: relative;
  background-size: cover;
  padding: 15px 0 5px;
}
@media (max-width: 549px) {
  .about-outer .top-cont {
    height: auto;
  }
}
.about-outer .top-cont:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, #0f1111, #89939d);
  bottom: 10px;
}
.about-outer .top-cont .cont-wrap {
  height: 100%;
  width: 600px;
  background: url(../images/slborder.png) top center no-repeat;
  margin: 0 auto;
  background-size: contain;
}
@media (max-width: 1024px) {
  .about-outer .top-cont .cont-wrap {
    width: auto;
    background: none;
    padding: 0 15px;
  }
}
@media (max-width: 549px) {
  .about-outer .top-cont .cont-wrap {
    padding: 25px 0 15px;
  }
}
.about-outer .top-cont .cont-wrap .text-outer {
  padding-top: 55px;
}
@media (max-width: 549px) {
  .about-outer .top-cont .cont-wrap .text-outer {
    padding-top: 0;
  }
}
.about-outer .top-cont .cont-wrap .circle {
  background: url(../images/tx-bg.png) top center no-repeat;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  color: #FFF;
  margin-top: -20px;
  padding: 25px;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
}
@media (max-width: 767px) {
  .about-outer .top-cont .cont-wrap .circle {
    width: 380px;
    height: 380px;
    font-size: 18px;
  }
}
@media (max-width: 549px) {
  .about-outer .top-cont .cont-wrap .circle {
    background: none;
    width: auto;
    height: auto;
    line-height: 1.2;
    text-shadow: 1px 1px 1px #000;
  }
}
@media (max-width: 549px) {
  .about-outer .top-cont .cont-wrap .circle div:not(.text) {
    display: none;
  }
}
.about-outer .top-cont .swash {
  position: absolute;
  bottom: 110px;
  width: 100%;
  height: 125px;
  background: url(../images/bg-blue.png) center center no-repeat;
  left: 0;
  bottom: -5px;
}
.about-outer .aj-wrap {
  position: absolute;
  top: 670px;
  right: 0;
  width: 100%;
}
.about-outer .aj-wrap .aj-title {
  font-size: 35px;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  background: linear-gradient(to left, #6cb0db, #0182cb);
  padding: 10px 70px;
  margin: 10px 0;
}
.about-outer .aj-wrap .aj-title span {
  font-style: italic;
}
@media (max-width: 767px) {
  .about-outer .aj-wrap .aj-title {
    margin: 15px auto 0;
    font-size: 28px;
    padding: 10px;
    text-align: center;
  }
}
.about-outer .aj-wrap img {
  float: right;
  margin: -290px 10px 0 0;
}
@media (max-width: 767px) {
  .about-outer .aj-wrap img {
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 767px) {
  .about-outer .ajdesk {
    display: none;
  }
}
.about-outer .content {
  padding-top: 130px;
  height: 1030px;
  background: url(../images/con-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .about-outer .content {
    height: 885px;
  }
}
@media (max-width: 1024px) {
  .about-outer .content {
    height: auto;
  }
}
@media (max-width: 767px) {
  .about-outer .content {
    padding-top: 20px;
  }
}
.about-outer .content .con-inner {
  padding: 0 15px;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .about-outer .content .con-inner {
    max-width: 1000px;
  }
}
.about-outer .content .con-inner .ajmob {
  position: relative;
  text-align: center;
}
.about-outer .content .con-inner .ajmob img {
  margin: 80px auto 20px;
}
.about-outer .content .con-inner .ajmob .aj-title {
  font-size: 35px;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  background: linear-gradient(to left, #6cb0db, #0182cb);
  padding: 10px 70px;
  margin: 10px 0;
  position: absolute;
  left: -15px;
  right: -15px;
}
.about-outer .content .con-inner .ajmob .aj-title span {
  font-style: italic;
}
@media (max-width: 767px) {
  .about-outer .content .con-inner .ajmob .aj-title {
    margin: 15px auto 0;
    font-size: 28px;
    padding: 10px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .about-outer .content .con-inner .ajmob {
    display: none;
  }
}
.about-outer .content .con-inner .bio-wrap {
  height: 950px;
  width: 470px;
  padding: 20px 50px;
  background: url(../images/bio-bg.png) center center no-repeat;
  background-size: cover;
  font-size: 21px;
  line-height: 1.3;
  color: #4a5258;
}
@media only screen and (max-width: 1199px) {
  .about-outer .content .con-inner .bio-wrap {
    width: 385px;
    height: 800px;
    font-size: 19px;
    line-height: 1.2;
  }
}
@media (max-width: 549px) {
  .about-outer .content .con-inner .bio-wrap {
    width: 230px;
    height: auto;
    padding: 20px 25px 30px;
    min-height: 435px;
  }
}
.about-outer .content .con-inner .bio-wrap .title {
  font-size: 35px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 30px auto;
}
@media only screen and (max-width: 1199px) {
  .about-outer .content .con-inner .bio-wrap .title {
    font-size: 30px;
  }
}
@media (max-width: 549px) {
  .about-outer .content .con-inner .bio-wrap .title {
    margin: 10px auto;
    font-size: 25px;
  }
}
.about-outer .content .con-inner .bio-wrap .title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #221f1f;
  height: 4px;
  bottom: 0;
}
.about-outer .content .con-inner .bio-wrap .scrollbar-light {
  height: 770px;
  padding-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .about-outer .content .con-inner .bio-wrap .scrollbar-light {
    height: 640px;
  }
}
@media (max-width: 549px) {
  .about-outer .content .con-inner .bio-wrap .scrollbar-light {
    word-wrap: break-word;
    height: 325px;
  }
}
@media (max-width: 767px) {
  .about-outer .content .con-inner .bio-wrap .scrollbar-light .scroll-y {
    width: 11px;
  }
  .about-outer .content .con-inner .bio-wrap .scrollbar-light .scroll-y .scroll-element_outer {
    width: 6px;
  }
  .about-outer .content .con-inner .bio-wrap .scrollbar-light .scroll-y .scroll-element_outer .scroll-bar {
    width: 4px;
  }
}
.about-outer .content .con-inner .co {
  float: left;
}
.about-outer .content .con-inner .ex {
  float: right;
}
@media (max-width: 1024px) {
  .about-outer .content .con-inner .ex {
    margin: 30px auto 0;
  }
}
@media (max-width: 1024px) {
  .about-outer .content .con-inner .co,
  .about-outer .content .con-inner .ex {
    float: none;
    margin: 0 auto 20px;
  }
}
.about-outer .content .con-inner .co p,
.about-outer .content .con-inner .ex p {
  margin: 0 0 20px;
}
.about-outer .his-wrapper {
  position: relative;
  padding: 45px 0 25px;
  margin-bottom: -110px;
}
.about-outer .his-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #221f1f;
  height: 4px;
  top: 15px;
}
.about-outer .his-wrapper .aj-title {
  font-size: 35px;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  background: linear-gradient(to left, #6cb0db, #0182cb);
  padding: 10px 70px;
  margin: 10px 0;
  margin: 0;
}
.about-outer .his-wrapper .aj-title span {
  font-style: italic;
}
@media (max-width: 767px) {
  .about-outer .his-wrapper .aj-title {
    margin: 15px auto 0;
    font-size: 28px;
    padding: 10px;
    text-align: center;
  }
}
.about-outer .history {
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .about-outer .history {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  .about-outer .history {
    padding: 25px 15px 0;
  }
}
.about-outer .history .wrapper {
  width: 334px;
  float: left;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .about-outer .history .wrapper {
    width: 286px;
  }
}
@media (max-width: 1024px) {
  .about-outer .history .wrapper {
    width: 27.7%;
  }
}
@media (max-width: 767px) {
  .about-outer .history .wrapper {
    width: 100%;
    float: none;
    padding: 15px 0;
  }
}
.about-outer .history .wrapper .thumb {
  cursor: pointer;
  max-width: 100%;
}
.about-outer .history .wrapper .title {
  font-size: 35px;
  padding-bottom: 15px;
  position: relative;
  letter-spacing: 1px;
  padding: 0 20px 10px;
  height: 80px;
  width: 100%;
  display: table;
  margin: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .about-outer .history .wrapper .title {
    font-size: 30px;
    padding: 0 0 10px;
  }
}
@media (max-width: 1024px) {
  .about-outer .history .wrapper .title {
    height: 105px;
  }
}
@media (max-width: 767px) {
  .about-outer .history .wrapper .title {
    height: auto;
    margin: 10px 0;
  }
}
.about-outer .history .wrapper .title span {
  display: table-cell;
  vertical-align: middle;
}
.about-outer .history .wrapper .title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, #0f1111, #89939d);
  height: 4px;
  bottom: 0;
  width: 90%;
  right: 0;
  margin: 0 auto;
}
.about-outer .history .wrapper .text {
  background: url(../images/fpo-bg.png) center center no-repeat;
  background-size: contain;
  font-size: 21px;
  line-height: 1.7;
  padding: 15px 20px;
  min-height: 300px;
  color: #4a5258;
}
@media (max-width: 1024px) {
  .about-outer .history .wrapper .text {
    background: none;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .about-outer .history .wrapper .text {
    min-height: 0;
    padding: 0;
    line-height: 1.2;
  }
}
.about-outer .history .wrapper .text p {
  margin: 0;
}
.about-outer .history .wrapper .text p span {
  display: block;
  font-weight: 600;
  color: #4a5258;
}
.about-outer .history .middle {
  margin: 0 15px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about-outer .history .middle {
    margin: 0;
  }
}
.about-outer .history .middle:before {
  left: -25px;
}
.about-outer .history .middle:after {
  right: -25px;
}
.about-outer .history .middle:before, .about-outer .history .middle:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 305px;
  background: url(../images/border.png) top center no-repeat;
  background-size: cover;
  bottom: 100px;
  bottom: 0;
  top: 52%;
  margin-top: -25px;
}
@media only screen and (max-width: 1199px) {
  .about-outer .history .middle:before, .about-outer .history .middle:after {
    display: none;
  }
}
.about-outer .history .middle2:before, .about-outer .history .middle2:after {
  top: 48%;
}

.off-scroll {
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (pointer: coarse) {
  .off-scroll {
    top: 0;
    bottom: 0;
  }
}

.pop-wrap {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.pop-wrap .wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.pop-wrap .pop {
  width: 310px;
  height: 390px;
  background: url(../images/beaker.png) bottom center no-repeat;
  position: absolute;
  text-align: center;
  top: 5px;
  right: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .pop-wrap .pop {
    top: 140px;
  }
}
@media (max-width: 549px) {
  .pop-wrap .pop {
    top: 100px;
    right: 50%;
    margin-right: -155px;
  }
}
@media (max-width: 549px) and (orientation: landscape) {
  .pop-wrap .pop {
    top: 0;
  }
}
.pop-wrap .pop .text {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: 600;
  color: #98a4af;
  line-height: 1.4;
}
.pop-wrap .pop .text p {
  margin: 0;
}
.pop-wrap .pop .text p:first-of-type {
  margin-bottom: 8px;
}
.pop-wrap .pop .text p:last-of-type {
  margin-top: 8px;
}
.pop-wrap .pop .text p a {
  color: #98a4af;
  text-decoration: underline;
}

.vid-wrap {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.vid-wrap .wrapper {
  max-width: 1200px;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .vid-wrap .wrapper {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .vid-wrap .wrapper {
    max-width: 740px;
  }
}
@media (max-width: 767px) {
  .vid-wrap .wrapper {
    max-width: 570px;
  }
}
@media (max-width: 549px) {
  .vid-wrap .wrapper {
    max-width: 290px;
  }
}
.vid-wrap .wrapper .vid {
  width: 855px;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -240px 0 0 -428px;
}
@media (max-width: 1024px) {
  .vid-wrap .wrapper .vid {
    width: 650px;
    height: 365px;
    margin: -158px 0 0 -325px;
  }
}
@media (max-width: 767px) {
  .vid-wrap .wrapper .vid {
    width: 480px;
    height: 270px;
    margin: -135px 0 0 -240px;
  }
}
@media (max-width: 549px) {
  .vid-wrap .wrapper .vid {
    width: 270px;
    height: 152px;
    margin: -76px 0 0 -135px;
  }
}
.vid-wrap .wrapper .vid-btn {
  font-size: 25px;
  color: #fff;
  outline: 0;
  border: 0;
  position: absolute;
  top: 22%;
  right: 140px;
  margin-top: -30px;
  background: none;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .vid-wrap .wrapper .vid-btn {
    right: 40px;
    top: 14%;
  }
}
@media (max-width: 1024px) {
  .vid-wrap .wrapper .vid-btn {
    right: 15px;
    top: 32%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .vid-wrap .wrapper .vid-btn {
    right: -5px;
    top: 28%;
  }
}
@media (max-width: 767px) {
  .vid-wrap .wrapper .vid-btn {
    top: 34%;
  }
}
@media (max-width: 549px) {
  .vid-wrap .wrapper .vid-btn {
    font-size: 18px;
    right: 0;
  }
}

footer {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  background-size: cover !important;
  font-size: 21px;
  color: #fff;
  height: 360px;
  background: url(../images/foot-bg.png) bottom center no-repeat;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1200px) {
  footer {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  footer {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer {
    font-size: 18px;
    font-weight: 300;
  }
}
@media (max-width: 549px) {
  footer {
    font-size: 16px;
  }
}
footer p {
  margin: 0 0 10px;
}
@media (max-width: 549px) {
  footer p {
    margin: 0 0 5px;
  }
}
footer .address {
  position: absolute;
  right: 20px;
  bottom: 60px;
  text-align: right;
}
footer .address .info-txt {
  margin: 30px 0 20px;
}
@media (max-width: 1024px) {
  footer .address .info-txt {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  footer .address {
    bottom: 90px;
    right: 15px;
  }
}
@media (max-width: 549px) {
  footer .address {
    bottom: 90px;
  }
}
footer .company {
  content: "";
  height: 35px;
  width: 100%;
  background: linear-gradient(to left, #1c4864, #7190a5);
  position: absolute;
  left: 0;
  bottom: 10px;
}
@media (max-width: 1024px) {
  footer .company {
    height: auto;
  }
}
footer .company p {
  padding: 6.5px 15px;
  line-height: 1;
  margin: 0;
}
footer .company .tx-left {
  float: left;
}
@media (max-width: 1024px) {
  footer .company .tx-left {
    float: none;
  }
}
footer .company .tx-right {
  float: right;
}
@media (max-width: 1024px) {
  footer .company .tx-right {
    float: none;
  }
}
footer .company .itc {
  font-style: italic;
  font-weight: 600;
}

/*# sourceMappingURL=main.css.map */
