.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0,0,0,.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

/* iCheck plugin Square skin, blue
----------------------------------- */

.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline !important;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px!important;
  height: 22px;
  background: url(../../img/icheck/blue.png) no-repeat;
  border: none;
  cursor: pointer;
  float: none !important;
}

.icheckbox_square-blue {
  background-position: 0 0;
}

.icheckbox_square-blue.hover {
  background-position: -24px 0;
}

.icheckbox_square-blue.checked {
  background-position: -48px 0;
}

.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-blue {
  background-position: -120px 0;
}

.iradio_square-blue.hover {
  background-position: -144px 0;
}

.iradio_square-blue.checked {
  background-position: -168px 0;
}

.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url(../../img/icheck/blue@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}

@-webkit-keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

.detial-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 400px;
}

.detial-banner picture {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.detial-banner .banner-text {
  position: relative;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
}

.detial-banner .banner-text h2 {
  font-size: 38px;
  line-height: 48px;
}

.detial-banner .banner-text h1 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 10px;
}

.detial-banner .banner-text h3 {
  margin-top: 0;
}

.detial-banner .banner-text p {
  width: 80%;
  margin: 0 auto;
}

.detial-banner .banner-text a {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

.detial-banner .banner-text a em {
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
}

.detial-banner .banner-text p + a {
  font-size: 22px;
}

.detial-banner .banner-text p + p + a {
  font-size: 22px;
}

.when-where .banner-nav {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 3px 20px #b3b3b3;
  margin-top: -100px;
  margin-bottom: 20px;
}

.when-where .banner-nav [class*="col-"] {
  padding: 20px;
  border-left: 1px solid #d4d4d4;
  padding-left: 35px;
}

.when-where .banner-nav [class*="col-"]:first-child {
  border-left: 0;
}

.when-where .banner-nav .warp {
  padding: 0 20px;
  line-height: 1.3;
}

.when-where .banner-nav .warp span {
  font-size: 18px;
}

.when-where .banner-nav .warp h2 {
  font-size: 38px;
  font-family: "HuaweiSans-Light", Helvetica, Arial, sans-serif;
  color: #15b0eb;
  margin-top: 10px;
  font-weight: normal !important;
}

.overlap-banner {
  min-height: 400px;
}

.overlap-reports {
  margin-bottom: 10px !important;
  margin-top: -115px;
  position: relative;
}

@media (max-width: 767px) {
  .detial-banner .banner-text {
    margin-top: 50px;
    width: 100%;
  }

  .detial-banner .banner-text h2 {
    line-height: 1.3;
    font-size: 28.000000000000004px;
  }

  .detial-banner .banner-text h1 {
    line-height: 1.3;
    font-size: 38px;
    margin-bottom: 0;
  }

  .detial-banner .banner-text p {
    font-size: 18px;
    width: 100%;
  }

  .detial-banner picture {
    left: 0;
    transform: translateX(0%);
  }

  .detial-banner picture img {
    width: 100%;
  }

  .when-where .banner-nav {
    box-shadow: 1px 6px 20px #b3b3b3;
    top: 0;
  }

  .when-where .banner-nav .warp {
    padding: 0;
    text-align: center;
  }

  .when-where .banner-nav [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #d4d4d4;
    border-left: 0;
    margin: 0 15px;
  }

  .when-where .banner-nav [class*="col-"]:first-child {
    border-top: 0;
  }
}

.card .card-img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.card:hover .card-img img {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.card h2 {
  font-size: 38px;
  line-height: 48px;
}

.card-content {
  padding: 30px 40px;
  background: #dde6ed;
}

.card-content h3 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 5px;
  margin-bottom: 0;
}

.card-content a {
  color: #222222;
}

.card-content a:hover {
  text-decoration: underline;
}

.card-content p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

a.read-more,
span.read-more {
  font-size: 22px;
  line-height: 34px;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
  color: #222222;
  display: block;
}

a.read-more:hover,
span.read-more:hover {
  text-decoration: none;
}

a.read-more em,
span.read-more em {
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
  vertical-align: middle;
}

.category-name {
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 14.000000000000002px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 0;
}

.height-fixed {
  max-height: 128px;
  height: 128px;
  overflow: hidden;
  margin-bottom: 20px;
}

.height-normal {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .card {
    padding: 0;
    display: flex;
    flex: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .card h2 {
    font-size: 28.999999999999996px;
    line-height: 39px;
  }

  .card .card-img {
    width: 40%;
    order: 2;
    overflow: hidden;
    position: relative;
    height: 140px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card .card-img img {
    width: auto;
    position: absolute;
    transform: translate(-50%, -50%) !important;
    right: -20px;
    left: 50%;
    top: 40%;
  }

  .height-fixed {
    height: auto;
    max-height: 85px;
    margin-bottom: 0;
  }

  .card-content {
    width: 60%;
    padding: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .card-content h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .card-content p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .read-more {
    font-size: 22px;
    line-height: 22px;
  }
}

.intro-contact {
  margin-bottom: 80px;
}

.intro-contact .video_box {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.intro-contact .col-sm-5 {
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}

.intro-contact .col-sm-5 a.js-image-gallery-item:before {
  opacity: 0;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  top: 50%;
  margin-top: -28px;
  background-image: url(../../img/sprite.png);
  background-position: -310px 0px;
  width: 56px;
  content: '';
  height: 56px;
}

.intro-contact .col-sm-5:hover a.js-image-gallery-item:before {
  opacity: 1;
}

.intro-contact .col-sm-5 img {
  max-height: 320px;
  margin: 0 auto;
  border-radius: 5px;
}

.intro-contact h1,
.intro-contact h2 {
  line-height: 60px;
  margin-top: 0;
}

.intro-contact h1 + .row,
.intro-contact h2 + .row {
  margin-top: 20px;
}

.intro-contact .content h2 {
  margin-bottom: 20px;
  margin-top: 0;
}

.intro-contact .content a {
  color: #f66f6a;
}

.intro-contact .content a.link-submit {
  color: #fff;
}

.intro-contact .content ul {
  list-style: disc;
  margin-left: 20px;
}

.intro-contact .content ul li {
  margin: 15px 0;
}

.intro-contact p {
  margin-top: 0;
  font-size: 18px;
  line-height: 30px;
}

.intro-contact .video-text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  margin-bottom: 30px;
  margin-left: 30px;
}

.intro-contact .video-text .title {
  margin-bottom: 20px;
  font-size: 14.000000000000002px;
}

.intro-contact .video-text .category-name {
  color: #fff;
}

.intro-contact .video-text h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.intro-contact .link + .link {
  display: block;
}

@media (max-width: 767px) {
  .intro-contact {
    margin-bottom: 60px;
  }

  .intro-contact .col-sm-5 {
    margin-bottom: 20px;
    float: none !important;
  }

  .intro-contact h1 {
    text-align: left;
    margin-top: 0;
  }

  .intro-contact p {
    text-align: left;
  }

  .intro-contact .video-text {
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .intro-contact .video-text .title {
    margin-bottom: 15px;
  }

  .intro-contact .link {
    display: block;
  }
}

.hot-topics {
  margin-bottom: 60px;
}

.hot-topics h2 {
  margin-bottom: 60px;
  line-height: 1;
}

.hot-topics .title h2 {
  margin-bottom: 0;
}

.hot-topics h5 {
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  line-height: 34px;
  position: relative;
  padding-right: 5px;
}

.hot-topics h5 + p {
  margin-top: 0;
  display: block;
  line-height: 25px;
  margin-bottom: 0;
}

.hot-topics .height-fixed {
  max-height: 165px;
  height: auto;
  margin-bottom: 0;
}

.hot-topics .height-fixed[style*="word-wrap"] {
  overflow: initial;
}

.hot-topics .row .col-sm-4 {
  margin-bottom: 40px;
}

.hot-topics .row .card {
  padding: 0 20px;
}

.hot-topics .row .card h3 {
  font-size: 22px;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
}

.hot-topics .row .card .video_box {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hot-topics .navbar-collapse {
  overflow: hidden;
}

.hot-topics .hot-more {
  width: 100%;
  text-align: center;
}

.hot-topics .hot-more a {
  padding: 10px 100px;
  border: 1px solid #e5776f;
  border-radius: 8px;
}

.hot-topics .hot-more a b {
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif !important;
}

.hot-topics .hot-more a em {
  font-size: 30px;
  display: inline-block;
  color: #333;
  vertical-align: middle;
}

.hot-topics .hot-more a:hover {
  text-decoration: none;
}

.hot-topics .hot-more a.navbar-toggle em:before {
  content: "\e904";
}

.hot-topics .hot-more a.navbar-toggle[aria-expanded="true"] em:before {
  content: "\e911";
}

.highlight h5 {
  padding-top: 20px;
  margin-bottom: 0;
  display: block;
  line-height: 34px;
  position: relative;
  padding-right: 5px;
}

.highlight h5 em {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  margin-top: -2px;
}

.highlight h5 + p {
  margin-top: 0;
  display: block;
  line-height: 25px;
  margin-bottom: 0;
}

.highlight .height-fixed {
  max-height: 165px;
  height: auto;
  margin-bottom: 0;
}

.highlight .height-fixed[style*="word-wrap"] {
  overflow: initial;
}

.highlight .row .col-sm-4 {
  margin-bottom: 0;
}

.highlight .row .card {
  padding-bottom: 30px;
}

.highlight a {
  display: block;
}

.highlight a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .hot-topics {
    margin-bottom: 20px;
  }

  .hot-topics h2 {
    margin-bottom: 40px;
  }

  .hot-topics .height-fixed {
    height: auto;
    max-height: 165px;
    padding-right: 11px;
  }

  .hot-topics h5 {
    padding-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .hot-topics h5 em {
    bottom: -2px;
  }

  .hot-topics .row .card {
    padding: 0;
    display: block;
  }

  .hot-topics .row .card h3 {
    text-align: center;
  }

  .hot-topics .hot-more a {
    padding: 10px 15%;
  }

  .highlight {
    margin-bottom: 60px;
  }

  .highlight .row .col-sm-4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 0;
    max-height: 140px;
    overflow: hidden;
    box-sizing: content-box;
  }

  .highlight .row .col-sm-4:first-child {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
  }

  .highlight .row .card {
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px;
    width: 100%;
    padding: 0;
    display: flex;
    flex: 1;
  }

  .highlight .row .card .video_box_ux {
    margin-top: 0;
    height: 140px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 40%;
    order: 2;
  }

  .highlight .row .card .video_box_ux img {
    top: 50%;
    margin-left: 0;
    margin-top: 0;
    max-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    right: -20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    position: absolute;
    width: auto;
  }

  .highlight .row .card .video_box_ux em {
    font-size: 30px;
    margin-top: -16px;
  }

  .highlight .row .card .video_box_ux .circle {
    width: 48px;
    height: 48px;
    margin-top: -26px;
    margin-left: -26px;
  }

  .highlight .row .card .video_box_ux + a,
  .highlight .row .card .height-fixed {
    width: 60%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .highlight .row .card .video_box_ux + a .height-fixed {
    width: 100%;
  }

  .highlight .height-fixed {
    height: 120px;
    max-height: 120px;
    padding-right: 11px;
  }

  .highlight h5 {
    padding-top: 10px;
    font-size: 18px;
    line-height: 30px;
    padding-right: 10px;
  }

  .highlight h5 em {
    bottom: -2px;
  }

  .hot-topics.m-show-all .navbar-collapse {
    display: block !important;
  }

  .hot-topics.m-show-all .hot-more {
    display: none !important;
  }
}

.vertical-card {
  margin-bottom: 60px;
}

.vertical-card .container > .title {
  margin-bottom: 0;
}

.vertical-card .container > p {
  margin-bottom: 40px;
  width: 80%;
}

.vertical-card h2 {
  margin-bottom: 60px;
  line-height: 1;
}

.vertical-card .title h2 {
  margin-bottom: 60px;
}

.vertical-card .row {
  display: flex;
}

.vertical-card .row .col-sm-4 {
  margin-bottom: 40px;
  display: flex;
  padding: 0 33px;
}

.vertical-card .card {
  position: relative;
  background: #dde6ed;
  border-radius: 5px;
  width: 100%;
  margin-top: 90px;
}

.vertical-card .card a {
  display: block;
}

.vertical-card .card a:hover {
  text-decoration: none;
}

.vertical-card .card:hover .card-img {
  margin-left: -20px;
}

.vertical-card .card.no-hover .card-img {
  margin-left: 0;
}

.vertical-card .card.no-hover .height-fixed {
  margin-bottom: 0;
}

.vertical-card .card .card-img {
  margin-top: -90px;
  height: 178px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.vertical-card .card .card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
}

.vertical-card .card .more-info-box {
  position: absolute;
  top: 0;
  left: 0;
  background: #dde6ed;
  border-radius: 5px;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
  height: 100%;
}

.vertical-card .card .more-info-box .card-content {
  background: none;
  position: relative;
}

.vertical-card .card .more-info-box .card-content .height-fixed {
  max-height: initial;
}

.vertical-card .card .close-title-info {
  position: absolute;
  right: 15px;
  top: 0px;
  color: #f66f6a;
  font-size: 22px;
  font-weight: bold;
  display: none;
  z-index: 3;
}

.vertical-card .card .more-title-info {
  position: absolute;
  right: 25px;
  bottom: 35px;
  color: #f66f6a;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  height: 22px;
  width: 20px;
  overflow: hidden;
}

.vertical-card .card-content {
  padding-bottom: 60px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.vertical-card .card-content .height-fixed p + div {
  display: none;
}

.vertical-card .read-more {
  position: absolute;
  bottom: 30px;
}

.vertical-card .speaker-ux-card .card-content .height-fixed {
  height: auto;
  max-height: 108px;
}

.vertical-card .speaker-ux-card .card-content h3 {
  -webkit-line-clamp: inherit;
}

.vertical-card .speaker-ux-card .card-content p {
  -webkit-line-clamp: inherit;
}

.vertical-card .loadSpace .close-title-info {
  display: block;
}

.vertical-card .loadSpace .card-content .more-title-info {
  font-size: 26px;
  right: 15px;
  top: 5px;
}

.vertical-card .loadSpace .card-content .more-title-info .hwic_add {
  display: none;
}

.vertical-card .loadSpace .card-content .more-title-info .hwic_remove {
  display: block;
}

.vertical-card > .container > .category-name {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .vertical-card .row .col-sm-4 {
    padding: 0 11px;
  }

  .vertical-card .card:hover .card-img {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vertical-card .card .card-img {
    height: 134px;
  }

  .vertical-card .card-content {
    padding: 20px;
  }

  .vertical-card .read-more {
    bottom: 5px;
  }

  .vertical-card .card .more-title-info {
    right: 5px;
  }
}

@media (max-width: 767px) {
  .vertical-card {
    margin-bottom: 20px;
  }

  .vertical-card > .container .title h2 {
    margin-bottom: 40px;
  }

  .vertical-card > .container > h2 {
    margin-bottom: 40px;
  }

  .vertical-card > .container > p {
    width: 100%;
  }

  .vertical-card .category-name h2 {
    margin-bottom: 40px;
  }

  .vertical-card .card-content {
    padding-bottom: 15px;
  }

  .vertical-card .card {
    margin-top: 0;
  }

  .vertical-card .card a {
    display: flex;
    flex: 1;
  }

  .vertical-card .card .card-img {
    margin-top: 0;
    height: 140px;
    border-top-left-radius: 0;
  }

  .vertical-card .card .card-img img {
    top: 50%;
    margin-left: 0;
    margin-top: 0;
    max-height: 100%;
  }

  .vertical-card .card .more-title-info {
    right: 41%;
    bottom: 25px;
  }

  .vertical-card .card .close-title-info {
    right: 41%;
    bottom: 5px;
    top: inherit;
    display: none;
  }

  .vertical-card .row {
    display: block;
  }

  .vertical-card .row .col-sm-4 {
    margin-bottom: 40px;
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 0;
    overflow: hidden;
  }
}

.vertical-card .card.no-hover .height-fixed {
  max-height: 128px;
  height: auto;
  margin-bottom: 0;
}

.vertical-card .card.no-hover .card-content {
  padding-bottom: 40px;
}

.vertical-card .card.no-hover .card-img {
  margin-left: 0;
}

.vertical-card .col-sm-4 .loadSpace .more-info-box {
  top: -90px;
  min-height: 378px;
}

.vertical-card .col-sm-4 .loadSpace.speaker-ux-card .more-info-box {
  min-height: 429px;
}

.vertical-card .col-sm-4 .loadSpace .close-title-info {
  top: -88px;
}

.vertical-card .speaker-ux-card .card-content .height-fixed {
  height: auto;
}

.iconfont-flash:hover .more-title-info [class*="hwic_"]:before,
.iconfont-flash.active .more-title-info [class*="hwic_"]:before,
.iconfont-flash:focus .more-title-info [class*="hwic_"]:before,
.iconfont-flash:hover .close-title-info [class*="hwic_"]:before,
.iconfont-flash.active .close-title-info [class*="hwic_"]:before,
.iconfont-flash:focus .close-title-info [class*="hwic_"]:before {
  transform: translateX(0px);
}

.vertical-card .card.speaker-ux-card.loadSpace.iconfont-flash:hover .card-img {
  margin-left: 0;
}

.ie10 .vertical-card .col-sm-4 .loadSpace .more-info-box,
.ie10 .vertical-card .col-sm-4 .loadSpace .close-title-info {
  top: 0;
}

@media (max-width: 767px) {
  .vertical-card .card.no-hover .height-fixed {
    max-height: 85px;
    height: auto;
  }

  .vertical-card .speaker-ux-card .card-content .height-fixed {
    max-height: 95px !important;
    height: auto;
    margin-bottom: 0;
  }

  .vertical-card .loadSpace .col-sm-4 {
    max-height: initial;
  }

  .vertical-card .loadSpace.card .height-fixed {
    max-height: initial;
    margin-bottom: 0;
  }

  .scroll-card .vertical-card .loadSpace.card.no-hover .height-fixed,
  .vertical-card .speaker-ux-card.loadSpace .card-content .height-fixed {
    max-height: initial !important;
    margin-bottom: 0;
    height: auto;
  }

  .vertical-card .loadSpace.card .more-title-info {
    display: none;
  }

  .vertical-card .loadSpace.card .close-title-info {
    display: block;
  }

  .vertical-card .card.no-hover .card-content {
    padding-bottom: 15px;
  }

  .vertical-card .card.no-hover .card-content h3 {
    line-height: 28.000000000000004px;
  }

  .vertical-card .col-sm-4 .loadSpace .close-title-info {
    top: initial;
    bottom: 5px;
  }

  .scroll-card .vertical-card .card.no-hover .height-fixed {
    height: auto !important;
  }
}

.scroll-card {
  margin-bottom: 100px;
}

.scroll-card .slick-slide {
  padding: 0 30px;
}

.scroll-card .vertical-card {
  margin-bottom: 0;
}

.scroll-card .vertical-card .card.no-hover .height-fixed {
  height: 128px;
}

.scroll-card .slick-dots {
  bottom: -40px;
}

.scroll-card .slick-arrow.slick-disabled {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .scroll-card .vertical-card .card .card-img {
    height: 153px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .scroll-card .vertical-card .card .card-img {
    height: 110px;
  }
}

@media (max-width: 767px) {
  .scroll-card {
    margin-bottom: 50px;
  }

  .scroll-card .slick-slide {
    padding: 0;
  }

  .scroll-card .slick-slide.slick-cloned {
    padding: 0;
    display: none !important;
  }

  .scroll-card .vertical-card {
    margin-bottom: 20px;
  }

  .scroll-card .vertical-card .card.no-hover .height-fixed {
    max-height: 85px;
  }

  .scroll-card .vertical-card .card.no-hover .card-content {
    padding-bottom: 18px;
  }

  .scroll-card .slick-dots {
    display: none !Important;
  }

  .scroll-card .slick-track {
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .scroll-card .slick-next,
  .scroll-card .slick-prev {
    display: none !important;
  }
}

.bucket-box {
  margin-bottom: 20px;
}

.bucket-box .navigation-buckets {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-radius: 5px;
  bottom: 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  margin-top: -100px;
}

.bucket-box .navigation-buckets [class*="col-"] {
  border-left: 1px solid #d4d4d4;
}

.bucket-box .navigation-buckets [class*="col-"] a {
  padding: 10px 40px 0px 30px;
  color: #222222;
  display: block;
}

.bucket-box .navigation-buckets [class*="col-"] a span.lazy-placeholder {
  width: 47px;
  height: 98px;
  background-size: 86%;
  float: left;
  overflow: hidden;
  padding-top: 0 !important;
  margin-right: 31px;
  display: block;
}

.bucket-box .navigation-buckets [class*="col-"] a h3 {
  font-size: 22px;
  line-height: 34px;
}

.bucket-box .navigation-buckets [class*="col-"] a h3 em {
  display: none \9;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  /*-webkit-transition-duration: 0.3s;
								transition-duration: 0.3s;*/
  -webkit-transition-property: transform;
  transition-property: transform , opacity;
  opacity: 0;
  font-size: 20px;
}

.bucket-box .navigation-buckets [class*="col-"] a h3 em.hwic_to-right {
  font-size: 16px;
}

.bucket-box .navigation-buckets [class*="col-"] a:hover {
  text-decoration: none;
}

.bucket-box .navigation-buckets [class*="col-"] a:hover h3 {
  color: #f66f6a;
}

.bucket-box .navigation-buckets [class*="col-"] a:hover h3 em {
  padding-left: 15px \9;
  display: inline-block;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 1;
  color: #222222;
}

.bucket-box .navigation-buckets [class*="col-"]:first-child {
  border-left: 0;
}

.bucket-box .navigation-buckets [class*="col-"]:first-child a {
  padding-left: 40px;
}

.bucket-box .navigation-buckets [class*="col-"] img {
  display: inline-block;
  float: left;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.bucket-box .navigation-buckets [class*="col-"] div h3 {
  margin-bottom: 5px;
}

.bucket-box .navigation-buckets [class*="col-"] div p {
  margin-top: 0;
  color: #808080;
}

@media (width: 768px) {
  .bucket-box .navigation-buckets .hwic_open-in-new {
    display: inline-block !important;
  }

  .bucket-box .navigation-buckets [class*="col-"] a {
    padding: 10px 0px 0px 15px;
  }

  .bucket-box .navigation-buckets [class*="col-"] img {
    padding-right: 15px;
  }

  .bucket-box .navigation-buckets [class*="col-"]:first-child a {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .bucket-box {
    margin-bottom: 40px;
  }

  .bucket-box .container {
    padding: 0;
  }

  .bucket-box .navigation-buckets {
    overflow: hidden;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-top: 0;
    border-radius: 0;
  }

  .bucket-box .navigation-buckets [class*="col-"] {
    border-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bucket-box .navigation-buckets [class*="col-"]:first-child a {
    border: 0;
    padding-left: 20px;
  }

  .bucket-box .navigation-buckets [class*="col-"] div h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .bucket-box .navigation-buckets [class*="col-"] div h3 em {
    opacity: 1;
    float: right;
    margin-top: 3px;
  }

  .bucket-box .navigation-buckets [class*="col-"] div p {
    display: none;
  }

  .bucket-box .navigation-buckets [class*="col-"] a {
    padding: 20px 20px;
    font-size: 18px;
    line-height: 30px;
    border-top: 1px solid #d4d4d4;
    display: block;
  }

  .bucket-box .navigation-buckets [class*="col-"] a:hover h3 em {
    transform: translateX(0);
  }

  .bucket-box .navigation-buckets [class*="col-"] a span.lazy-placeholder {
    display: none;
  }

  .bucket-box .navigation-buckets [class*="col-"] img {
    padding-top: 0;
    display: none;
  }
}

.agenda {
  background: #dde6ed;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 80px;
  border-radius: 0px;
}

.agenda h2 {
  margin-top: 80px;
  line-height: 1;
}

.agenda .agenda-tab ul {
  border-bottom: 1px solid #d4d4d4;
  margin-top: 50px;
}

.agenda .agenda-tab ul li {
  display: inline-block;
  padding: 0 30px;
}

.agenda .agenda-tab ul li:first-child {
  padding-left: 0;
}

.agenda .agenda-tab ul li a {
  display: block;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
  color: #808080;
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 1;
}

.agenda .agenda-tab ul li:hover a,
.agenda .agenda-tab ul li.active a {
  color: #333333;
  border-bottom: 3px solid #f66f6a;
  text-decoration: none;
}

.agenda h3 {
  margin: 0;
  margin-top: 60px;
}

.agenda .agenda-list {
  padding-bottom: 40px;
}

.agenda .agenda-list .row {
  padding: 40px 0;
  border-top: 1px solid #d4d4d4;
  /*&:nth-child(2){
				border-top:0;
			}*/
}

.agenda .agenda-list .row .col-sm-3 span {
  font-size: 18px;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
}

.agenda .agenda-list .row .col-sm-9 span {
  font-size: 18px;
}

.agenda .agenda-list .row .col-sm-9 > span {
  margin-right: 20px;
}

.agenda .agenda-list .row .col-sm-9 .entry-link {
  margin-right: 0;
}

.agenda .agenda-list .row .col-sm-9 .entry-link a {
  color: #f26c69;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
  margin-right: 20px;
  display: inline-block;
}

.agenda .agenda-list .row .col-sm-9 .entry-link a:hover {
  text-decoration: none;
}

.agenda .agenda-list .row .col-sm-9 .entry-link a:hover span {
  text-decoration: underline;
}

.agenda .agenda-list .row .col-sm-9 .entry-link a em {
  margin-left: 10px;
}

.agenda .agenda-list .row .col-sm-9 .entry-link a .icon_download:before {
  font-size: 20px;
  top: 0px;
}

.agenda .agenda-list .row .col-sm-9 .entry-link a .icon_download:after {
  font-size: 20px;
  top: 0px;
}

.agenda .agenda-list .row .col-sm-9 .entry-link a .hwic_icon_camera {
  position: relative;
  top: 3px;
  font-size: 23px;
}

.agenda .agenda-list .row .col-sm-9 .entry-link .icon_download:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.agenda .agenda-list .row .col-sm-9 .speaker-job span {
  font-size: 14.000000000000002px;
  color: #808080;
}

.agenda .agenda-list .row .col-sm-9 .speaker-job span:first-child {
  color: #282828;
  margin-top: 20px;
  border-right: 1px solid #808080;
  padding-right: 8px;
  margin-right: 8px;
}

.agenda .agenda-list .row:first-child {
  padding: 20px 0;
  border-top: 0;
}

@media (max-width: 767px) {
  .agenda {
    background: #f6fbfd;
  }

  .agenda .container {
    padding: 0;
  }

  .agenda .container h2 {
    padding: 0 22px;
    margin-top: 40px;
  }

  .agenda h3 {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .agenda .agenda-tab .panel-heading {
    background: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 22px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-top: -1px;
  }

  .agenda .agenda-tab .panel-heading h4 {
    font-size: 18px;
    font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
  }

  .agenda .agenda-tab .panel-heading h4 a {
    color: #282828;
    display: block;
  }

  .agenda .agenda-tab .panel-heading h4 a span {
    display: inline-block;
  }

  .agenda .agenda-tab .panel-heading h4 a em {
    float: right;
    margin-top: 15px;
    font-size: 32px;
  }

  .agenda .agenda-tab .panel-heading h4 a em:before {
    content: "\e911";
  }

  .agenda .agenda-tab .panel-heading h4 a.collapsed em:before {
    content: "\e904";
  }

  .agenda .agenda-tab .panel-heading h4 [aria-expanded="true"] em:before {
    content: "\e911";
  }

  .agenda .agenda-tab .panel-body {
    margin: 0 22px;
    overflow: hidden;
  }

  .agenda .agenda-list .agenda-mob-nav {
    padding: 15px 0;
    background: #fff;
    width: 100%;
    display: block;
    margin: 0 22px;
    position: absolute;
    left: -22px;
    padding-left: 22px;
    font-size: 22px;
    color: #282828;
    border-bottom: 1px solid #e3e3e3;
  }

  .agenda .agenda-list .agenda-mob-nav em {
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding-right: 10px;
  }

  .agenda .agenda-list h3 + .row {
    display: none;
  }

  .agenda .agenda-list .row .col-sm-9 .entry-link a {
    margin-left: 0;
    display: block;
  }
}

.press-center {
  background: #59c8d5;
  margin-bottom: 60px;
  margin-top: -108px;
  padding-top: 108px;
}

.press-center h1 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1;
}

.press-center p {
  margin-bottom: 40px;
  font-size: 18px;
  margin-top: 0;
}

/*@media (max-width: 767px){
	& h1{
		 text-align: center;
	}
	& p{
		text-align: center;
	}
}
*/

@media (max-width: 767px) {
  .press-center {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.image-text-carousel {
  padding-bottom: 120px;
}

.image-text-carousel .container > p {
  margin-bottom: 40px;
  width: 80%;
}

.image-text-carousel .slick-prev,
.image-text-carousel .slick-next {
  display: block !important;
}

.image-text-carousel .slick-slide > a {
  display: block;
}

.image-text-carousel .card {
  background: #dce6ee;
  border-radius: 6px;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  height: 406px;
}

.image-text-carousel .card .content {
  height: 200px;
  overflow: hidden;
}

.image-text-carousel .card .title {
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 14.000000000000002px;
  color: #808080;
  margin: 0;
}

.image-text-carousel .card h3 {
  font-size: 28.000000000000004px;
  line-height: 38px;
  margin-bottom: 0;
  margin-top: 0;
}

.image-text-carousel .card h3 a {
  margin-top: 0;
}

.image-text-carousel .card h3 + span {
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.image-text-carousel .card .col-sm-5 {
  padding-right: 40px;
}

.image-text-carousel .card span.read-more {
  color: #282828;
  margin-top: 40px;
  display: block;
}

.image-text-carousel .card span.read-more:hover {
  text-decoration: none;
}

.image-text-carousel .card span.read-more em {
  display: inline-block;
  margin-left: 15px;
}

.image-text-carousel .card p {
  font-size: 18px;
  line-height: 30px;
}

.image-text-carousel .events-img {
  position: absolute;
  top: -105px;
  right: 0;
}

.image-text-carousel .events-img img {
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 1250px) {
  .image-text-carousel .slick-prev {
    left: 0;
  }

  .image-text-carousel .slick-next {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .image-text-carousel .card {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
}

@media (width: 1024px) {
  .image-text-carousel .events-img {
    margin-top: -18%;
    top: 0 !important;
  }
}

@media (width: 991px) {
  .image-text-carousel .events-img {
    margin-top: -17%;
    top: 0 !important;
  }
}

@media (width: 768px) {
  .image-text-carousel .events-img {
    margin-top: -8%;
    top: 0 !important;
  }

  .image-text-carousel .card {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .image-text-carousel {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }

  .image-text-carousel > .container > .title {
    margin-bottom: 40px;
  }

  .image-text-carousel > .container > p {
    width: 100%;
  }

  .image-text-carousel > .container .card {
    position: relative;
    margin-top: 120px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .image-text-carousel > .container .card .content {
    height: 210px;
  }

  .image-text-carousel > .container .card > div {
    width: 100%;
  }

  .image-text-carousel > .container .card .col-sm-6 {
    position: static;
  }

  .image-text-carousel > .container .card .col-sm-6 .events-img {
    position: static;
  }

  .image-text-carousel > .container .card .col-sm-6 .events-img img {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }

  .image-text-carousel > .container .card .col-sm-5 {
    text-align: center;
    margin-top: 90px;
    padding-right: 0;
    padding: 0 35px;
  }

  .image-text-carousel > .container .card .col-sm-5 h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .image-text-carousel > .container .card .col-sm-5 h3 + span {
    font-size: 16px;
  }

  .image-text-carousel > .container .card .col-sm-5 .title {
    padding-top: 40px;
  }

  .image-text-carousel > .container .card .col-sm-5 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 115.99999999999999px;
  }

  .image-text-carousel > .container .slick-prev {
    top: 120px;
  }

  .image-text-carousel > .container .slick-next {
    top: 120px;
  }

  .image-text-carousel .events-img {
    margin: 0 31px;
    top: -180px;
    right: inherit;
  }
}

@media (max-width: 350px) {
  .image-text-carousel > .container .card .col-sm-5 h3 {
    font-size: 24px;
  }

  .image-text-carousel > .container .card .col-sm-5 span {
    font-size: 14.000000000000002px;
  }
}

.columns-list {
  margin-bottom: 100px;
}

.columns-list .card {
  margin-left: 20px;
  margin-right: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.columns-list .card > a {
  display: block;
}

.columns-list .card > a:hover {
  text-decoration: none;
}

.columns-list .card .card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.columns-list .card .card-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.columns-list .card-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 276px;
  overflow: hidden;
  position: relative;
}

.columns-list .card-content .content {
  overflow: hidden;
  height: 152px;
}

.columns-list .card-content span.read-more {
  position: absolute;
  bottom: 30px;
}

.columns-list .card-content .height-normal {
  margin-bottom: 0;
}

.columns-list ul {
  list-style: none;
  margin: 0;
  padding-right: 16.666%;
}

.columns-list ul li {
  padding-top: 60px;
}

.columns-list ul li:first-child {
  padding-top: 0;
}

.columns-list ul li .time {
  color: #808080;
}

.columns-list ul li p {
  margin: 0;
  margin-top: 10px;
}

.columns-list ul li a {
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 30px;
}

.columns-list ul li a:hover {
  text-decoration: underline;
}

.columns-list ul li .date {
  color: #666;
  font-size: 14.000000000000002px;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
  .columns-list ul li {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .columns-list {
    margin-bottom: 40px;
  }

  .columns-list > .container > .title {
    margin-top: 0;
  }

  .columns-list .col-lg-5 .card {
    margin: 0 -22px;
    display: block;
    text-align: center;
    margin-bottom: 60px;
  }

  .columns-list .col-lg-5 .card img {
    width: 100%;
  }

  .columns-list .col-lg-5 .card .card-img {
    border-radius: 0;
    height: 200px;
  }

  .columns-list .col-lg-5 .card p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
  }

  .columns-list .col-lg-5 .card .card-content {
    border-radius: 0px;
    height: 260px;
  }

  .columns-list .col-lg-5 .card .card-content .height-normal h3 {
    line-height: 28.000000000000004px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .columns-list .col-lg-5 .card .card-content .content {
    height: 240px;
    padding: 20px 0;
  }

  .columns-list ul {
    padding: 0;
  }

  .columns-list ul li {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .columns-list ul li:first-child {
    padding-top: 0;
  }

  .latest-news {
    width: 100%;
  }

  .columns-list .col-sm-6:first-child ul li:last-child {
    padding-bottom: 40px;
  }
}

/*@media (min-width:421px) and (max-width: 450px){
    .columns-list .col-lg-5 .card .card-img{
	  height:205px;
    }
}
@media (min-width:401px) and (max-width: 420px){
    .columns-list .col-lg-5 .card .card-img{
	  height:190px;
    }
}
@media (min-width:381px) and (max-width: 400px){
    .columns-list .col-lg-5 .card .card-img{
	  height:180px;
    }
}
@media (min-width:361px) and (max-width: 380px){
    .columns-list .col-lg-5 .card .card-img{
	  height:170px;
    }
}
@media (min-width:351px) and (max-width: 360px){
    .columns-list .col-lg-5 .card .card-img{
	  height:160px;
    }
}
@media (min-width:320px) and (max-width: 350px){
    .columns-list .col-lg-5 .card .card-img{
	  height:148px;
    }
}
*/

.annual-reports {
  margin-bottom: 100px;
}

.annual-reports .card-box {
  background: #fff;
  box-shadow: 1px 0 20px #cccccc;
  border-radius: 5px;
}

.annual-reports .content {
  padding: 0px 40px 30px 90px;
  border-left: 1px solid #e9e9e9;
}

.annual-reports .content span {
  font-size: 18px;
}

.annual-reports .content div {
  display: table;
}

.annual-reports .content div span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 58px;
  display: table-cell;
  vertical-align: bottom;
}

.annual-reports .content div + div {
  font-size: 60px;
  color: #15b0e8;
  font-family: "HuaweiSans-Light", Helvetica, Arial, sans-serif;
}

.annual-reports .col-sm-4:first-child .content {
  border-left: 0;
}

.annual-reports .special-css {
  padding-top: 0;
}

.annual-reports .col-sm-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.annual-reports .col-sm-4:first-child .card {
  border-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .annual-reports .content div + div {
    font-size: 40px;
  }

  .annual-reports .content {
    padding: 0px 20px 30px 40px;
  }
}

@media (max-width: 767px) {
  .annual-reports {
    margin-bottom: 60px;
  }

  .annual-reports .title {
    margin-bottom: 40px;
  }

  .annual-reports .col-sm-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .annual-reports .col-sm-4 .content {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #d4d4d4;
    border-left: 0;
    margin: 0 20px;
  }

  .annual-reports .col-sm-4 .content div {
    display: block;
  }

  .annual-reports .col-sm-4 .content div span {
    height: auto;
    display: block;
  }

  .annual-reports .col-sm-4:first-child .content {
    border-top: 0;
  }
}

.media-kits {
  margin-bottom: 100px;
}

.media-kits .content {
  background: #dce6ee;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  align-items: center;
}

.media-kits .content a {
  font-size: 18px;
  padding-right: 15px;
  color: #282828;
  padding-left: 15px;
  display: block;
}

.media-kits .content a:hover {
  text-decoration: underline;
}

.media-kits .content a.hwic_pdf:hover {
  text-decoration: none;
}

.media-kits .content a.hwic_icon_pic {
  font-size: 18px;
}

.media-kits .content a.hwic_icon_pic:hover {
  text-decoration: none;
}

.media-kits .content a:first-child {
  color: #fd6d68;
  border-right: 1px solid #c7c7c7;
  font-size: 25px;
  padding: 8px 0;
  padding-right: 15px;
  float: left;
  padding-left: 0;
  min-height: 45px;
  line-height: 1.5;
}

.media-kits .content a[class=""] {
  border-right: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .media-kits {
    margin-bottom: 60px;
  }

  .media-kits .title {
    margin-bottom: 40px;
  }

  .media-kits .content {
    margin-bottom: 20px;
    padding: 10px 10px;
    overflow: hidden / 9;
  }

  .media-kits .content a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 380px) {
  .media-kits .content a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.media-contacts {
  margin-bottom: 100px;
}

.media-contacts .content {
  background: #dce6ee;
  padding: 40px 90px;
  border-radius: 5px;
}

.media-contacts .content h3 {
  margin-bottom: 40px;
  line-height: 1;
}

.media-contacts .content ul li {
  padding-top: 20px;
}

.media-contacts .content ul li:first-child {
  padding-top: 0;
}

.media-contacts .content ul li a,
.media-contacts .content ul li p {
  font-size: 18px;
  color: #282828;
  margin-bottom: 0;
}

.media-contacts .content ul li a em,
.media-contacts .content ul li p em {
  color: #ff5850;
  margin-right: 40px;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  text-align: center;
}

@media (max-width: 767px) {
  .media-contacts {
    margin-bottom: 60px;
  }

  .media-contacts .title {
    margin-bottom: 40px;
  }

  .media-contacts .content {
    margin-bottom: 20px;
  }

  .media-contacts .content h3 {
    margin-bottom: 20px;
  }

  .media-contacts ul li {
    padding-top: 25px;
  }

  .media-contacts .col-sm-6:first-child .card {
    margin-bottom: 30px;
  }

  .media-contacts .content {
    padding: 40px 0;
    text-align: center;
  }

  .media-contacts .content ul li a .tit,
  .media-contacts .content ul li P .tit {
    color: #808080;
    font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
  }
}

.registration {
  margin-bottom: 100px;
}

.registration h2 {
  margin-bottom: 40px;
}

.registration .card-box {
  position: relative;
  background: #fff;
  box-shadow: 1px 0 20px #cccccc;
}

.registration .card-box > div {
  position: relative;
}

.registration .card-box > div .row {
  padding-bottom: 20px;
  padding-top: 20px;
}

.registration .card-box > div:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #d4d4d4;
}

.registration .card-box > div:first-child:before {
  content: "";
  border-bottom: none;
}

.registration .card-box > div:first-child + div .row,
.registration .card-box > div:first-child + div + div .row {
  padding-top: 0;
  margin-top: -40px;
}

.registration .card-box .row {
  display: flex;
}

.registration .card-box .col-sm-3 {
  display: flex-box;
  border-left: 1px solid #d4d4d4;
}

.registration .card-box .col-sm-3:first-child {
  border-left: 0;
}

.registration .card-box .card {
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.registration .card-box .card h2 {
  line-height: 1;
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
  font-size: 60px;
  color: #15b0e8;
  font-family: "HuaweiSans-Light", Helvetica, Arial, sans-serif;
}

.registration .card-box .card h3 {
  margin-top: 0;
  font-size: 22px;
}

.registration .card-box .register-btn {
  position: absolute;
  height: 60px;
  border-radius: 5px;
  background: #f66f6a;
  padding: 20px;
  bottom: -20px;
  right: -20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.registration .card-box .register-btn em {
  margin-left: 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.registration .card-box .register-btn:hover,
.registration .card-box .register-btn.active,
.registration .card-box .register-btn:focus {
  background: #a64d49;
}

.registration .card-box .register-btn.disabled {
  pointer-events: none;
  cursor: default;
  background: #d4d4d4;
}

.registration .card-box2 .row {
  margin: 0;
}

.registration .card-box2 .row .col-sm-3 {
  margin-top: 0;
  border-top: 1px solid #d4d4d4;
}

.registration .card-box2 .row:first-child .col-sm-3 {
  margin-bottom: 0;
  border-top: 0;
}

@media (max-width: 767px) {
  .registration {
    margin-bottom: 60px;
  }

  .registration .card-box .row {
    display: block;
  }

  .registration .card-box .card {
    border-top: 1px solid #d4d4d4;
  }

  .registration .card-box .card h2 {
    float: left;
  }

  .registration .card-box .card > div {
    padding-left: 60px;
    display: block;
  }

  .registration .card-box .card > div p {
    text-align: left;
  }

  .registration .card-box .col-sm-3 {
    border-left: 0;
  }

  .registration .card-box .col-sm-3:first-child .card {
    border-top: 0;
  }

  .registration .card-box .register-btn {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    min-width: 170px;
  }
}

.player-outer-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}

.video_box_ux {
  width: 100%;
  position: relative;
  z-index: 97;
  overflow: hidden;
}

.video_box_ux .circle {
  width: 69px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 8;
}

.video_box_ux .circle:before {
  content: "";
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.video_box_ux em {
  position: absolute;
  font-size: 45px;
  color: #eb5b56;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -5px;
  z-index: 11;
}

.video_box_ux a:hover .circle {
  transition-duration: 0.2s;
  transform: scale(1);
}

.video_box_ux a.js_video_player:hover .circle {
  transition-duration: 0.2s;
  transform: scale(1.1);
}

.video_box_ux img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 96;
}

.bootstrap-dialog.type-primary .modal-header {
  border: none;
}

.bootstrap-dialog-title {
  display: none !important;
}

#player_wrapper .jwplayer {
  display: table !important;
}

#player_wrapper .jwplayer {
  position: absolute;
  left: 0;
  top: -1px;
}

#player_wrapper {
  position: relative;
  padding-top: 56.25%;
  background-color: rgba(0, 0, 0, 0.8);
}

#playerContainer_wrapper {
  position: absolute !important;
  top: -1px;
  left: 0;
}

.video-dialog .modal-dialog {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

@media (max-width: 767px) {
  .video-dialog .modal-dialog {
    position: absolute;
    left: 0;
  }

  .video_box_ux img {
    border-radius: 0;
  }

  #player_wrapper .jwplayer {
    display: inline-block !important;
  }

  .jw-svg-icon-play path {
    display: none;
  }

  .jw-icon-display {
    width: 70px !important;
    height: 70px !important;
  }

  .jw-svg-icon-play {
    background-image: url(../../fonts/svg-sprite.svg);
    background-position: 0 -70px;
    background-repeat: no-repeat;
    width: 70px !important;
    height: 70px !important;
    background-size: 100%;
  }

  .jw-display-icon-container .jw-icon .jw-svg-icon-rewind {
    padding-top: 30px !important;
  }

  /*.jw-svg-icon-play{
	    font-family: 'corpfont' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: 69px !important;
		height: 70px !important;
		border: 2px solid #fff !important;
		border-radius: 50%;
		position: relative;
	}
	.jw-svg-icon-play:before{
		content: "";
		background: #000;
		opacity: 0.1;
		width: 100% !important;
		height: 100% !important;
		display: block;
		border-radius: 50%;
	}
	.jw-svg-icon-play:after{
		content:"\f0da";
	    font-size: 0.45rem;
		width: 0.44rem !important;
		height: 0.44rem !important;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -3px;
		margin-top: -22px;
		color: red;
	}*/
}

.video_box {
  width: 100%;
  position: relative;
  z-index: 97;
  overflow: hidden;
}

.video_box a.js_img_link,
.video_box a.js_video_icon,
.video_box a.js_video_player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/Assets/CBG/img/video_btn.png) 50% no-repeat;
}

.video_box a.js_img_link {
  background: none;
}

.video_box a.video_player {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/Assets/CBG/img/video_btn.png) 50% no-repeat;
}

.video_box a.js_video_icon:hover,
.video_box a.js_video_player:hover {
  background: url(/Assets/CBG/img/video_btn_hover.png) 50% no-repeat;
}

/*new video css*/

.vjs-control.vjs-quality-selector .vjs-button {
  padding-top: 3px;
  -moz-padding-top: 2px;
}

.vjs-control.vjs-quality-selector .vjs-button:before {
  content: "\f110";
  font-family: VideoJS;
  font-size: 16px;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  padding-top: 3px;
  -moz-padding-top: 0;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  padding-top: 3px;
  -moz-padding-top: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  padding-top: 3px;
  -moz-padding-top: 0;
}

.vjs-menu-button-popup .vjs-menu {
  left: -6.5em;
}

.vjs-has-started .vjs-control-bar,
.video-js .vjs-volume-panel,
.video-js .vjs-progress-control {
  display: -ms-flexbox;
}

@-moz-document url-prefix()  {
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
  .vjs-icon-fullscreen-enter:before {
    padding-top: 0px;
  }

  .video-js .vjs-mute-control .vjs-icon-placeholder:before,
  .vjs-icon-volume-high:before {
    padding-top: 0px;
  }

  .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .video-js .vjs-play-control .vjs-icon-placeholder:before,
  .vjs-icon-play:before {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .vjs-big-play-button {
    display: none !important;
  }
}

.ie11 .vjs-control.vjs-quality-selector .vjs-button {
  margin-top: 0px;
}

.ie11 .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.ie11 .vjs-icon-fullscreen-enter:before {
  padding-top: 2px;
  font-size: 16px;
}

.ie11 .video-js .vjs-mute-control .vjs-icon-placeholder:before,
.ie11 .vjs-icon-volume-high:before {
  padding-top: 2px;
  font-size: 16px;
}

.ie11 .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.ie11 .video-js .vjs-play-control .vjs-icon-placeholder:before,
.ie11 .vjs-icon-play:before {
  padding-top: 2px;
  font-size: 16px;
}

.ie11 .video-js .vjs-resolution-button {
  padding-top: 10px;
}

.ie10 .video-js .vjs-mute-control::before,
.ie10 .video-js .vjs-volume-menu-button::before,
.ie10 .vjs-icon-volume-high::before {
  padding-top: 2px;
  font-size: 16px;
}

.ie10 .video-js .vjs-big-play-button::before,
.ie10 .video-js .vjs-play-control::before,
.ie10 .vjs-icon-play::before {
  padding-top: 2px;
  font-size: 16px;
}

.ie10 .video-js .vjs-fullscreen-control::before,
.ie10 .vjs-icon-fullscreen-enter::before {
  padding-top: 2px;
  font-size: 16px;
}

.ie10 .video-js .vjs-resolution-button-label {
  position: absolute;
  top: 10px;
}

.ie9 .video-js .vjs-mute-control::before,
.ie9 .video-js .vjs-volume-menu-button::before,
.ie9 .vjs-icon-volume-high::before {
  padding-top: 2px;
  font-size: 16px;
}

.ie9 .video-js .vjs-big-play-button::before,
.ie9 .video-js .vjs-play-control::before,
.ie9 .vjs-icon-play::before {
  padding-top: 2px;
  font-size: 16px;
}

.ie9 .video-js .vjs-fullscreen-control::before,
.ie9 .vjs-icon-fullscreen-enter::before {
  padding-top: 2px;
  font-size: 16px;
}

.ie9 .video-js .vjs-resolution-button-label {
  position: absolute;
  top: 0;
}

.ie9 .secondary-hero .video_box_ux .player-outer-box {
  margin-left: 0;
}

.ie9 .video-js .vjs-resolution-button-label {
  position: absolute;
  top: 10px;
}

.ie9 .video-js .vjs-remaining-time {
  width: 100px;
}

/*.ie8 .vjs-has-started .vjs-control-bar{
	display: none !important;
}*/

@font-face {
  font-family: 'VideoJS-a';
  src: url('/Assets/corp/v2/fonts/VideoJS.eot');
  src: url('/Assets/corp/v2/fonts/VideoJS.eot?#iefix') format('embedded-opentype');
}

.ie8 .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.ie8 .video-js .vjs-play-control .vjs-icon-placeholder,
.ie8 .vjs-icon-play {
  font-family: VideoJS-a;
  font-weight: 400;
  font-style: normal;
}

.ie8 .video-js .vjs-remaining-time {
  width: 100px;
}

@media (max-width: 767px) {
  .video-js .vjs-big-play-button {
    background-image: url(https://www.huawei.com/Assets/corp/v2/fonts/svg-sprite.svg);
    background-position: 0 -70px;
    background-repeat: no-repeat;
    width: 70px !important;
    height: 70px !important;
    background-size: 100%;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    font-size: 0;
    background-color: transparent;
  }
}

.results-tab {
  position: relative;
}

.results-tab ul {
  border-bottom: 1px solid #d4d4d4;
  white-space: nowrap;
  overflow: hidden;
}

.results-tab ul .slick-prev {
  left: 0;
  background: #fff;
  box-shadow: 5px 0px 5px -4px #808080;
  height: 62px;
  border-right: 1px solid #d4d4d4 \9;
  display: block;
}

.results-tab ul .slick-prev.slick-disabled {
  display: none !important;
}

.results-tab ul .slick-prev:before {
  font-size: 32px;
}

.results-tab ul .slick-next {
  right: 0;
  background: #fff;
  box-shadow: -5px 0px 5px -4px #808080;
  height: 62px;
  display: block;
  border-left: 1px solid #d4d4d4 \9;
}

.results-tab ul .slick-next.slick-disabled {
  display: none !important;
}

.results-tab ul .slick-next:before {
  font-size: 32px;
}

.results-tab ul li {
  display: inline-block;
  margin: 0 25px;
}

.results-tab ul li:first-child {
  margin-left: 0;
}

.results-tab ul li a {
  display: block;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
  color: #808080;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 1;
}

.results-tab ul li a:hover {
  text-decoration: none;
}

.results-tab ul li:hover {
  border-bottom: 3px solid #f66f6a;
}

.results-tab ul li:hover a {
  color: #282828;
}

.results-tab ul li.active {
  border-bottom: 3px solid #f66f6a;
}

.results-tab ul li.active a {
  color: #282828;
}

.results-tab .tab-swipe-next:before {
  font-family: corpfont;
  content: "\e902";
  color: #f66f6a;
  font-size: 44px;
}

.results-tab .tab-swipe-next {
  font-size: 0;
  position: absolute;
  right: 0px;
  top: -4px;
  background: #fff;
  box-shadow: -5px 0px 5px -4px #808080;
  height: 62px;
  border-right: 1px solid #d4d4d4 \9;
  display: block;
}

.results-tab .tab-swipe-next:hover {
  text-decoration: none;
}

.results-tab .tab-swipe-next.swipe-disabled {
  display: none;
}

.results-tab .tab-swipe-prev.swipe-disabled {
  display: none;
}

.results-tab .tab-swipe-prev {
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 0;
  background: #fff;
  box-shadow: 5px 0px 5px -4px #808080;
  height: 62px;
  display: block;
  border-left: 1px solid #d4d4d4 \9;
}

.results-tab .tab-swipe-prev:hover {
  text-decoration: none;
}

.results-tab .tab-swipe-prev:before {
  font-family: corpfont;
  content: "\e901";
  color: #f66f6a;
  font-size: 44px;
}

.executives-tab {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .results-tab ul {
    width: 100%;
    overflow: auto;
  }
}

.secondary-navigation {
  min-height: 40px;
  line-height: 40px;
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
  overflow: hidden;
}

.secondary-navigation ul {
  margin-bottom: 0;
}

.secondary-navigation ul li {
  display: inline-block;
  margin-left: 15px;
}

.secondary-navigation ul li:first-child {
  margin-left: 0;
}

.secondary-navigation ul li a {
  margin-right: 15px;
  color: #222222;
  display: inline-block;
  font-size: 14.000000000000002px;
  height: 40px;
}

.secondary-navigation ul li a:hover,
.secondary-navigation ul li a.active {
  border-bottom: 5px solid #f66f6a;
  text-decoration: none;
}

.secondary-navigation.affix {
  width: 100%;
  z-index: 98;
  top: 74px;
}

.secondary-navigation.mobile-submenu {
  position: absolute;
  left: 0;
  border: 0;
  background: #fff;
  z-index: 9;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
}

.secondary-navigation.mobile-submenu .container {
  padding: 0;
}

.secondary-navigation.mobile-submenu ul {
  padding-top: 15px;
}

.secondary-navigation.mobile-submenu ul li {
  padding: 0 22px;
  display: block;
  margin-left: 0;
  border-bottom: 1px solid #d4d4d4;
}

.secondary-navigation.mobile-submenu ul li:first-child {
  border-top: 1px solid #d4d4d4;
}

.events-secondary {
  border-top: 1px solid #d4d4d4;
  margin-bottom: 60px;
  margin-top: -47px;
}

.events-secondary.affix {
  position: fixed;
  top: 0px;
  background: #fff;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
  transform: translateY(74px);
  transition: all 0.3s;
  margin-top: 0px;
}

.events-secondary ul li {
  position: relative;
}

.events-secondary ul li:before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  left: -16px;
  top: 14px;
  background: #222;
}

.events-secondary ul li:first-child:before {
  content: none;
}

.events-secondary ul li:hover a,
.events-secondary ul li.active a {
  border-bottom: 0;
  color: #f66f6a;
}

.secondary-navigation.mobile-submenu ul li a:hover,
.secondary-navigation.mobile-submenu ul li a.active {
  border: 0;
}

.scroll-down .secondary-navigation.events-secondary.affix {
  transform: translateY(0px);
  margin-top: 0px;
}

.ie8 .secondary-navigation.events-secondary.affix {
  top: 74px;
}

.ie8 .scroll-down .secondary-navigation.events-secondary.affix {
  top: 0px;
}

@media (max-width: 767px) {
  .events-secondary {
    margin-bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 66px;
    left: 0;
  }

  .events-secondary.affix {
    transform: translateY(66px);
  }

  .scroll-down .events-secondary.js-event-fixed {
    z-index: 98;
  }

  .events-secondary .container {
    padding: 0 11px;
  }

  .secondary-navigation ul {
    white-space: nowrap;
    overflow: auto;
  }

  .secondary-navigation.mobile-submenu {
    z-index: 98;
  }
}

.article-page {
  /*border-bottom: 1px solid #d4d4d4;*/
  padding-bottom: 40px;
  /*margin-bottom: @module-bottom-80;*/
}

.article-page > p,
.article-page > ol,
.article-page > ul,
.article-page > div,
.article-page > img,
.article-page > span,
.article-page > h2,
.article-page > h3,
.article-page > h4 {
  margin: 0 8.3333%;
}

.article-page .show-more {
  margin-bottom: 60px;
}

.article-page img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article-page .video_box,
.article-page .video_box_ux {
  width: auto;
  margin-bottom: 20px;
}

.article-page h1 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 60px;
}

.article-page .title {
  margin-bottom: 40px;
}

.article-page .title p {
  font-size: 22px;
  text-align: left;
}

.article-page .print-download {
  position: absolute;
  top: 30px;
  right: 0px;
}

.article-page .print-download ul {
  margin-bottom: 0;
}

.article-page .print-download ul li {
  float: left;
  list-style: none;
  margin-top: 0;
  margin-right: 20px;
}

.article-page .print-download ul li a {
  color: #000;
  font-size: 30px;
  text-decoration: none;
}

.article-page .print-download ul li a em.hwic_icon_print {
  font-size: 24px;
}

.article-page .print-download ul li a:hover {
  text-decoration: none;
}

.article-page .detail-list-icon {
  list-style: none;
  padding-left: 0;
}

.article-page .detail-list-icon li {
  padding-left: 55.00000000000001px;
  position: relative;
}

.article-page .detail-list-icon li em {
  width: 50px;
  position: absolute;
  top: 5px;
  left: 0;
}

.article-page .data-tag {
  font-size: 14.000000000000002px;
  color: #808080;
}

.article-page .data-tag span {
  margin-left: 10px;
  margin-right: 10px;
}

.article-page .data-tag span:first-child {
  margin-left: 0;
}

.rich-text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text p a {
  color: #f66f6a;
  text-decoration: underline;
}

.rich-text a.download img {
  display: inline-block;
}

.rich-text ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.rich-text ul li {
  margin: 10px 0;
}

.rich-text ul li a {
  color: #f66f6a;
  text-decoration: underline;
}

.rich-text ol {
  list-style: decimal;
  padding-left: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.rich-text ol li {
  margin: 10px 0;
}

.rich-text ol li a {
  color: #f66f6a;
  text-decoration: underline;
}

.rich-text .img-no-margin {
  margin-left: 0;
  margin-right: 0;
}

.rich-text .rich-text-img-side {
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.rich-text .rich-text-img-side ul {
  padding-left: 0;
}

.rich-text .rich-text-img-side .slick-dotted.slick-slider .pagination {
  display: none;
  text-align: center;
}

.rich-text .rich-text-img-side .slick-dotted.slick-slider .pagination #currentPage {
  font-weight: bold;
}

.rich-text .rich-text-img-side .slick-dotted.slick-slider .pagination #total {
  color: #808080;
}

.rich-text .rich-text-img-side .slick-dotted.slick-slider .slick-dots {
  display: block !important;
}

.rich-text .rich-text-img-side .slick-dotted.slick-slider.slick-showNumber .pagination {
  display: block;
}

.rich-text .rich-text-img-side .slick-dotted.slick-slider.slick-showNumber .slick-dots {
  display: none !important;
}

.rich-text .rich-text-img-side .slick-prev,
.rich-text .rich-text-img-side .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rich-text .special-text-1 {
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 0 100px;
  text-align: center;
}

.rich-text .special-text-1:before {
  content: "\201D";
  font-size: 80px;
  display: block;
  text-align: center;
  line-height: 0.8;
  color: #aeaeae;
}

.rich-text .special-text-1 h2 {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1;
}

.rich-text .special-text-1 h4 {
  color: #777777;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
}

.rich-text .special-text-1 p {
  font-size: 14.000000000000002px;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
}

.rich-text img {
  border-radius: 5px;
  max-width: 100%;
  height: auto !important;
}

.rich-text .social-share ul {
  padding-left: 0;
}

.rich-text .social-share ul li a {
  text-decoration: none !important;
}

.rich-text .social-share ul li:first-child {
  margin-left: 0 !important;
}

.rich-text .social-share .icon-VK1 {
  vertical-align: top;
}

.rich-text .social-share .icon-VK1 em {
  font-size: 12px;
}

.rich-text .social-share .icon-wechat .wechat-qrcode .help p {
  text-indent: 0;
}

.rich-text .social-share .icon-wechat:hover .wechat-qrcode {
  display: none;
}

.rich-text .social-share .icon-wechat.share-open .wechat-qrcode {
  display: block !important;
}

.rich-text .social-share .icon-wechat.share-open:hover .wechat-qrcode {
  display: block !important;
}

.photo-remark {
  font-size: 14.000000000000002px;
  line-height: 22px;
  text-align: center;
}

.footnote {
  font-size: 14.000000000000002px;
  line-height: 22px;
  border-top: 1px solid #d4d4d4;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footnote ul {
  padding-left: 0;
}

.footnote ul ol {
  padding-left: 0;
}

.article-page + div {
  border-top: 1px solid #d4d4d4;
  padding-top: 80px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .article-page > p,
  .article-page > ol,
  .article-page > ul,
  .article-page > div,
  .article-page > img,
  .article-page > span,
  .article-page > h2,
  .article-page > h3,
  .article-page > h4 {
    margin: 0;
    display: block;
  }

  .article-page .show-more {
    margin-bottom: 40px;
  }

  .article-page h1 {
    font-size: 30px;
    line-height: 46px;
    margin-top: 0;
  }

  .rich-text .special-text-1 {
    padding: 0 22px;
  }
}

.rich-text span.tweet_quote a {
  color: #666;
  text-decoration: none;
}

.rich-text span.tweet_quote a:hover {
  color: #f66f6a;
  text-decoration: underline;
}

.rich-text .tweet-this ul {
  list-style: none;
  padding-left: 0;
}

span.tweet_quote {
  position: relative;
  padding-left: 20px;
}

.tweet_quote:before {
  background: url(../../../img/hw1_sprite.png) no-repeat 0 -190px;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  content: "";
}

.search-results {
  margin-bottom: 100px;
}

.search-results h1 {
  margin-top: 0;
  margin-bottom: 60px;
}

.search-results > h2 {
  margin-bottom: 40px;
}

.search-results .results-input {
  position: relative;
  margin-bottom: 60px;
}

.search-results .results-input input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  padding-left: 22px;
  padding-right: 55.00000000000001px;
}

.search-results .results-input .results-input-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #282828;
  margin-top: 13px;
  margin-right: 20px;
}

.search-results .results-input .results-input-btn:hover {
  text-decoration: none;
}

.search-results .results-input .results-input-btn em {
  font-size: 24px;
  font-weight: bold;
}

.search-results .results-tab {
  margin-bottom: 60px;
}

.search-results .screen-reset > h3 {
  margin-bottom: 30px;
  font-size: 22px;
  color: #808080;
  text-align: center;
}

.search-results .screen-reset .title {
  margin-bottom: 0;
  font-size: 14.000000000000002px;
  color: #808080;
  margin-bottom: 10px;
}

.search-results .screen-reset .title h3 {
  float: left;
  font-size: 18px;
  color: #282828;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 10px;
}

.search-results .screen-reset .title .right {
  float: right;
  color: #808080;
  position: relative;
}

.search-results .screen-reset .title .right span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.search-results .screen-reset .title .right a {
  font-size: 14.000000000000002px;
  float: none;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
  color: #282828;
}

.search-results .screen-reset .title .right a em {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}

.search-results .screen-reset .title .right a.navbar-toggle[aria-expanded="true"] em:before {
  content: "\e911";
}

.search-results .screen-reset .title .right a + div {
  background: #f5f5f5;
  position: absolute;
  top: 26px;
  left: 0;
  min-width: 120px;
  width: 100%;
  z-index: 100;
}

.search-results .screen-reset .title .right a + div ul {
  padding: 10px 15px;
}

.search-results .screen-reset .title .right a + div ul li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #d4d4d4;
}

.search-results .screen-reset .title .right a + div ul li:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.search-results .screen-reset .title .right a + div ul li a {
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
}

.search-results .screen-reset .title .right a + div ul li a:hover {
  color: #f66f6a;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
}

.search-results .screen-reset .results-list li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #d4d4d4;
  list-style: none;
}

.search-results .screen-reset .results-list li:first-child {
  padding-top: 0;
}

.search-results .screen-reset .results-list li .recommand {
  background: #f6f4f5;
  padding: 20px;
  border-radius: 5px;
}

.search-results .screen-reset .results-list li .list-style-1 li {
  width: 50%;
  float: left;
  border-bottom: 0;
  padding: 10px 0;
}

.search-results .screen-reset .results-list li .list-style-1 li a {
  color: #f8788b;
  font-size: 16px;
}

.search-results .screen-reset .results-list li p {
  font-size: 16px;
  margin-top: 5px;
}

.search-results .screen-reset .results-list li strong {
  font-size: 22px;
  display: inline-block;
  vertical-align: -2px;
  vertical-align: middle \9;
}

.search-results .screen-reset .results-list li .date {
  margin-top: 5px;
}

.search-results .screen-reset .results-list li a:hover span {
  text-decoration: underline;
}

.search-results .screen-reset .results-list .list-style-2 > a {
  font-size: 18px;
  padding-top: 10px;
  display: block;
}

.search-results .screen-reset .results-list .type {
  color: #666;
  font-size: 14.000000000000002px;
  margin-bottom: 5px;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
}

.search-results .screen-reset .results-list h3 {
  margin: 0;
  font-size: 22px;
  overflow: hidden;
  color: #282828;
}

.search-results .screen-reset .results-list a {
  width: 100%;
  font-size: 22px;
}

.search-results .screen-reset .results-list span.deta {
  font-size: 14px;
  color: #666;
  display: block;
}

.search-results .screen-reset .results-list p {
  margin-top: 0;
  font-size: 14.000000000000002px;
  line-height: 22px;
}

.search-results .screen-reset .results-list .date {
  font-size: 14.000000000000002px;
  color: #808080;
  display: block;
  height: 100%;
}

.search-results .screen-reset .results-list .row {
  display: flex;
  margin-top: 0;
  margin-bottom: 20px;
  align-items: center;
}

.search-results .screen-reset .results-list .row .col-xs-7 {
  padding-right: 0;
}

.search-results .screen-reset .results-list .row .col-xs-5 {
  padding-left: 0;
  overflow: hidden;
}

.search-results .screen-reset .results-list .row .col-xs-5 > div {
  height: 240px;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.search-results .screen-reset .results-list .row .col-xs-5 > div img {
  display: inline-block !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.search-results .screen-reset .results-list .row .col-xs-5 > div > div {
  font-size: 18px;
  transition: all 0.4s;
}

.search-results .screen-reset .results-list .row .col-xs-5 > div > div.internal-link:before {
  content: "\e912";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: 'corpfont' !important;
  line-height: 40px;
  font-size: 14px;
  z-index: 8;
}

.search-results .screen-reset .results-list .row .col-xs-5 > div > div.external-link:before {
  content: "\e921";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: 'corpfont' !important;
  line-height: 40px;
  font-size: 18px;
  z-index: 8;
}

.search-results .screen-reset .results-list .row .col-xs-5 > div > div span {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 100%;
}

.search-results .screen-reset .results-list .row .content {
  background: #dde6ed;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.search-results .screen-reset .results-list .row .content .title {
  margin-bottom: 0;
}

.search-results .screen-reset .results-list .row .content > div {
  max-height: 187px;
  overflow: hidden;
}

.search-results .screen-reset .results-list .row .content > div h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.search-results .screen-reset .results-list .row img {
  width: auto;
  margin: 0 auto;
}

.search-results .screen-reset .results-list > h3 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.search-results .events-rss {
  width: 100%;
  height: 50px;
  text-align: right;
  margin-top: -50px;
}

.search-results .events-rss .hwic_icon_rss:before {
  font-size: 50px;
  color: #f6a555;
}

.search-results .events-rss .hwic_icon_rss:hover {
  text-decoration: none;
}

.autocomplete-suggestion {
  padding-top: 10px;
  padding-bottom: 10px;
}

.autocomplete-suggestion b {
  color: #f66f6a;
}

.screen {
  margin-bottom: 40px;
}

.screen .results-input {
  margin-top: 30px;
}

.screen .title {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 0;
}

.screen .title h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
}

.screen .title a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #f66f6a;
  float: right;
}

.screen .filter-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.screen .filter-wrap .search-icon {
  display: block;
}

.screen .filter-wrap .cross-icon {
  display: none;
  position: absolute;
  top: 8px;
  right: 15px;
}

.screen .filter-wrap .has-keyword .search-icon {
  display: none;
}

.screen .filter-wrap .has-keyword .cross-icon {
  display: block;
}

.screen .filter-wrap > div {
  position: relative;
}

.screen .filter-wrap > div .input-search {
  margin-bottom: 20px;
  padding-right: 40px;
}

.screen .filter-wrap ul li {
  margin-bottom: 15px;
}

.screen .filter-wrap ul li .check-box {
  width: 26px;
  height: 26px;
  display: inline-block;
  float: left;
  margin-top: 0;
}

.screen .filter-wrap ul li > div {
  border-radius: 3px;
}

.screen .filter-wrap ul li > label {
  display: inline-block;
  float: right;
  width: 88%;
  font-weight: normal;
  cursor: pointer;
  margin-top: 1px;
  /*&:hover {
                        font-family: @font-family-akkuratpro-bold;
                    }*/
}

.screen .filter-wrap ul li > label.icheckbox_square-blue {
  background-image: url(../../img/icheck/blue.png);
}

.screen .filter-wrap ul li > label a {
  float: left;
  color: #222222;
  font-size: 18px;
}

.screen .filter-wrap ul li > label a:hover,
.screen .filter-wrap ul li > label a.active {
  font-weight: bold;
}

.screen .filter-wrap ul li > label em {
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 85%;
  display: inline-block;
}

.screen .filter-wrap ul li > label span {
  float: right;
  color: #555;
  font-size: 14.000000000000002px;
  margin-top: 5px;
}

.filter-close,
.filter-lsit {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-keyword-open-fullscreen {
    position: fixed;
    top: 0;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    width: 100%;
    z-index: 101;
    padding-top: 20px !important;
  }

  .mobile-keyword-open-fullscreen .filter-wrap {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
  }

  .mobile-keyword-open-fullscreen .filter-wrap .list {
    display: none !important;
  }

  .mobile-keyword-open-fullscreen .filter-wrap #js-filter-topic-top-5 {
    display: none !important;
  }

  .mobile-keyword-open-fullscreen .filter-lsit {
    display: block !important;
  }

  .mobile-keyword-open-fullscreen .filter-lsit h3 {
    font-size: 18px;
    background: #e2e3e8;
    padding: 3px 10px;
    margin-bottom: 0;
    font-weight: normal !important;
  }

  .mobile-keyword-open-fullscreen .filter-lsit h3 a {
    display: block;
  }

  .mobile-keyword-open-fullscreen .filter-lsit ul li {
    padding: 5px 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
  }

  .mobile-keyword-open-fullscreen .filter-lsit ul li:first-child {
    border-top: 1px solid #ccc;
  }

  .mobile-keyword-open-fullscreen .filter-lsit ul li a {
    display: block;
  }

  .mobile-keyword-open-fullscreen .filter-clear {
    display: none !important;
  }

  .mobile-keyword-open-fullscreen .filter-close {
    display: block !important;
  }

  .screen .filter-wrap .cross-icon {
    top: 10px;
  }
}

.apply {
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  background: #f66f6a;
  text-align: center;
  display: block;
  margin: 0 22px 40px 22px;
}

.apply a {
  color: #fff;
  display: block;
}

@media (min-width: 768px) {
  .search-results .screen-reset .results-list a:hover .col-xs-5 > div.link-hover > div {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    position: relative;
    z-index: 8;
  }

  .search-results .screen-reset .results-list a:hover .col-xs-5 > div.link-hover .internal-link:before {
    content: "\e912";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-family: 'corpfont' !important;
    line-height: 40px;
    font-size: 14px;
    background: none;
  }

  .search-results .screen-reset .results-list a:hover .col-xs-5 > div.link-hover .external-link:before {
    content: "\e921";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-family: 'corpfont' !important;
    line-height: 40px;
    font-size: 18px;
    background: none;
  }
}

@media (max-width: 767px) {
  .search-results .filter-mob-btn {
    padding: 7.000000000000001px 30px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 14.000000000000002px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .search-results .screen-reset > h3 {
    margin-top: 80px;
  }

  .search-results .screen-reset > .title {
    margin-bottom: 20px;
  }

  .search-results .screen-reset .results-list h3 {
    margin-top: 0;
    font-size: 22px;
    line-height: 22px;
    line-height: 30px;
  }

  .search-results .screen-reset .results-list p {
    text-align: left;
  }

  .search-results .screen-reset .results-list .row .content {
    padding: 20px 15px;
    max-height: 140px;
    overflow: hidden;
    min-height: 1px;
  }

  .search-results .screen-reset .results-list .row .content > div {
    max-height: 110px;
  }

  .search-results .screen-reset .results-list .row .content .title {
    color: #808080;
  }

  .search-results .screen-reset .results-list .row .col-xs-5 > div {
    height: 140px;
  }

  .search-results .screen-reset .results-list img {
    max-height: 140px;
  }

  .search-results .screen-reset .title > a {
    padding: 7.000000000000001px 30px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 14.000000000000002px;
    float: left;
    width: 100%;
    text-align: center;
  }

  .search-results .screen-reset .title > a + div {
    top: 40px;
  }

  .search-results .screen-reset .title .right {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 7.000000000000001px 0;
    width: 49%;
    text-align: center;
    margin-top: 15px;
  }

  .search-results .screen-reset .title .right a em {
    display: none;
  }

  .search-results .screen-reset .title .right a + div {
    top: 37px;
    background: #f0eded;
  }

  .search-results .screen-reset .title .right a + UL {
    top: 39px;
  }

  .search-results .moblie-apply a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #f66f6a;
    border-radius: 5px;
    font-size: 18px;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .search-results h1 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .search-results .events-rss {
    margin-top: 0px;
  }

  .filter-dialog .modal-dialog {
    width: 100%;
    margin: 0;
    top: 0;
    transform: translateY(0) !important;
  }

  .filter-dialog .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
  }

  .filter-dialog .modal-dialog .modal-content .modal-header {
    display: none;
  }

  .filter-dialog .modal-dialog .modal-content .modal-body {
    padding: 0;
  }

  .filter-dialog .modal-dialog .modal-content .modal-body .screen {
    padding: 0 22px;
  }

  .mob-filters-head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 40px;
  }

  .mob-filters-head .colse {
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: #222222;
    top: 2px;
  }
}

#bestbet .recommand .subListUl li {
  padding: 0 !important;
}

#bestbet .bestbets_li .imgDiv {
  padding-right: 15px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #bestbet .bestbets_li .imgDiv {
    width: 100% !important;
    float: none !important;
    margin: 15px 0;
    padding-right: 0;
  }

  #bestbet .bestbets_li .imgDiv + div {
    width: 100% !important;
    float: none !important;
  }
}

.photos-list {
  padding: 40px 0;
}

.photos-list h4 {
  margin-bottom: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
  max-height: 60px;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  font-weight: normal;
}

.photos-list p {
  margin: 0;
  color: #555;
}

.photos-list [class*="col-sm-"] {
  margin-bottom: 40px;
  padding-right: 35px;
  padding-left: 35px;
}

.photos-list [class*="col-sm-"]:first-child {
  padding-left: 11px;
}

.photos-list .col-sm-4 > a {
  display: block;
  background: #f0f0f0;
  height: 180px;
}

.photos-list .col-sm-4 img {
  max-height: 180px;
  width: auto;
}

.photos-list .col-sm-4 .lazy-placeholder {
  height: 100%;
}

.fancybox-navigation .fancybox-button--arrow_right:before {
  content: "\e902";
  width: 44px;
  height: 44px;
  font-family: corpfont;
  color: #f66f6a;
  font-size: 44px;
}

.fancybox-navigation .fancybox-button--arrow_left:before {
  content: "\e901";
  width: 44px;
  height: 44px;
  font-family: corpfont;
  color: #f66f6a;
  font-size: 44px;
}

.fancybox-navigation .fancybox-button div {
  display: none;
}

.photos-list2 {
  padding-top: 0;
}

#fancybox-close {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  top: 15px !important;
  right: 16px !important;
  height: 28px !important;
}

#fancybox-close:before {
  content: "\e90c";
  color: #fff;
  font-family: 'corpfont' !important;
  padding-left: 7px;
}

#fancybox-left,
#fancybox-right {
  width: 60px !important;
  bottom: inherit;
  top: 50%;
  height: 100px;
  margin-top: -40px;
}

#fancybox-left:hover,
#fancybox-left:focus,
#fancybox-right:hover,
#fancybox-right:focus {
  text-decoration: none;
}

#fancybox-left:before,
#fancybox-right:before {
  font-family: corpfont;
  color: #f66f6a;
  font-size: 44px;
}

#fancybox-left {
  left: 0px;
}

#fancybox-left:before {
  content: "\e901";
}

#fancybox-right {
  right: -15px;
}

#fancybox-right:before {
  content: "\e902";
}

#fancybox-outer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
}

div#fancybox-title {
  position: relative;
  display: block !important;
  bottom: 0 !important;
  height: 43px !important;
  background: #fff !important;
  width: 100% !important;
  margin-left: 0 !important;
  padding-right: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ie8 div#fancybox-title {
  bottom: 10px !important;
}

#fancybox-bg-s {
  display: none;
}

div#fancybox-wrap,
div#fancybox-wrap * {
  border-width: 0 !important;
}

.fancybox-bg {
  display: none;
}

div#fancybox-wrap {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

div#fancybox-content {
  width: 100% !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.download-big-img-btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
  float: right;
  margin-top: 5px;
}

.download-big-img-btn:before {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e918";
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.download-big-img-btn:after {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e913";
  font-size: 25px;
  position: absolute;
  bottom: 6px;
  left: 0;
}

#fancybox-title-over {
  padding: 6px;
  text-align: right;
  line-height: 35px;
  font-size: 16px;
}

#fancybox-title-over b {
  font-weight: normal;
  width: 90%;
  display: inline-block;
  color: #282828;
  text-align: left;
  float: left;
  padding-left: 10px;
}

.fancybox-is-open .fancybox-caption p + p,
.fancybox-is-open .fancybox-caption p + p a {
  font-size: 12px;
  color: #808080;
}

.photos-list .col-sm-4 > a {
  width: 100%;
  position: relative;
}

.photos-list .col-sm-4 > a span {
  position: absolute !important;
  top: 50%;
  width: 100% !important;
  transform: translateY(-50%);
}

.ie8 .photos-list .col-sm-4 > a span,
.ie9 .photos-list .col-sm-4 > a span {
  position: static;
  top: 0;
  width: 100% !important;
  transform: translateY(0);
}

@media (min-width: 768px) and (max-width: 1024px) {
  #fancybox-right {
    right: 0;
  }

  #fancybox-left {
    left: 0;
  }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 0;
  }

  .fancybox-show-caption .fancybox-caption {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .photos-list [class*="col-sm-"] {
    padding-right: 11px;
    padding-left: 11px;
  }

  #fancybox-wrap,
  #fancybox-content {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
  }
}

.horizontal-img {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .horizontal-img {
    margin-bottom: 60px;
  }
}

.quotes {
  padding: 0 100px;
  text-align: center;
  margin: 0 8.3333%;
  margin-bottom: 100px;
}

.quotes:before {
  content: "\201D";
  font-size: 80px;
  display: block;
  text-align: center;
  line-height: 0.8;
  color: #aeaeae;
}

.quotes h2 {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1;
}

.quotes h4 {
  color: #777777;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
}

.quotes p {
  font-size: 14.000000000000002px;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .quotes {
    padding: 0 22px;
    margin: 0;
    margin-bottom: 60px;
  }
}

/* BREADCRUMBS /
/********************/

#breadcrumb_nav,
#breadcrumb_nav_mob {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#breadcrumb_nav ul li,
#breadcrumb_nav_mob ul li {
  display: inline;
  padding-right: 2px;
  font-size: 14.000000000000002px;
}

#breadcrumb_nav ul li a,
#breadcrumb_nav_mob ul li a {
  color: #000;
  font-size: 14.000000000000002px;
  text-decoration: underline;
}

#breadcrumb_nav ul li a.active,
#breadcrumb_nav_mob ul li a.active {
  font-weight: bold;
}

#breadcrumb_nav ul li:first-child + li em,
#breadcrumb_nav ul li:first-child + li + li em,
#breadcrumb_nav ul li:first-child + li + li + li em,
#breadcrumb_nav ul li:first-child + li + li + li + li em,
#breadcrumb_nav ul li:first-child + li + li + li + li + li em,
#breadcrumb_nav ul li:first-child + li + li + li + li + li + li em {
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14.000000000000002px;
}

#breadcrumb_nav_mob ul li:first-child + li em,
#breadcrumb_nav_mob ul li:first-child + li + li em,
#breadcrumb_nav_mob ul li:first-child + li + li + li em,
#breadcrumb_nav_mob ul li:first-child + li + li + li + li em,
#breadcrumb_nav_mob ul li:first-child + li + li + li + li + li em,
#breadcrumb_nav_mob ul li:first-child + li + li + li + li + li + li em {
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14.000000000000002px;
}

#breadcrumb_nav {
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  #breadcrumb_nav_mob {
    padding-top: 0px;
    margin-bottom: 25px;
  }

  #breadcrumb_nav_mob ul {
    margin-bottom: 0;
  }

  #breadcrumb_nav_mob ul li a {
    text-decoration: none;
  }

  #breadcrumb_nav_mob ul li a em {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
  }
}

.main-banner {
  margin-bottom: 80px;
}

.main-banner .main-content {
  position: relative;
}

.main-banner .banner-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.main-banner .banner-text h1,
.main-banner .banner-text h2,
.main-banner .banner-text p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.main-banner .banner-text a {
  color: #fff;
}

.main-banner .banner-text a em {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .main-banner {
    margin-bottom: 60px;
  }

  .main-banner .banner-text {
    padding: 0 15px;
  }

  .main-banner .banner-text h2 {
    line-height: 38px;
  }
}

.point-of-view {
  margin-bottom: 80px;
}

.point-of-view .view-box > div {
  height: 409.99999999999994px;
  overflow: hidden;
}

.point-of-view .view-box > div.slick-initialized {
  height: auto;
  overflow: inherit;
}

.point-of-view .slick-dots {
  display: none !important;
}

.point-of-view .slick-pagination {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -40px;
}

.point-of-view .totalPage {
  color: #808080;
}

.point-of-view .slick-list {
  width: 100%;
}

.point-of-view .slick-slide {
  padding: 50px 0px 60px 0;
}

.point-of-view .slick-slide .view-img {
  transform: scale(0.78) translateX(12.5%);
  transition: transform ease .3s;
  -ms-transform: scale(0.78) translateX(12.5%);
  -ms-transition: transform ease .3s;
  -webkit-transform: scale(0.78) translateX(12.5%);
  -webkit-transition: transform ease .3s;
  -moz-transform: scale(0.78) translateX(12.5%);
  -moz-transition: transform ease .3s;
}

.point-of-view .slick-slide .view-img {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.point-of-view .slick-slide.slick-current.slick-active .view-img {
  transform: scale(1.22) translateX(11%);
  -ms-transform: scale(1.22) translateX(11%);
  -webkit-transform: scale(1.22) translateX(11%);
  -moz-transform: scale(1.22) translateX(11%);
}

.ie8 .point-of-view .slick-slide {
  padding: 0px 5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .view-box .slick-prev {
    left: 0;
  }

  .view-box .slick-next {
    right: 0;
  }

  .point-of-view .slick-pagination {
    bottom: -20px;
  }

  .point-of-view .slick-slide .view-img img {
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .point-of-view .slick-slide.slick-current.slick-active .view-img {
    transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
  }
}

@media (max-width: 767px) {
  .point-of-view {
    margin-bottom: 40px;
  }

  .point-of-view .container {
    padding: 0;
  }

  .point-of-view .container .title {
    padding: 0 22px;
  }

  .point-of-view .slick-slide .view-img {
    transform: none;
  }

  .point-of-view .slick-slide.slick-current.slick-active .view-img {
    transform: none;
  }

  .point-of-view .slick-slide {
    padding: 0;
  }

  .point-of-view .slick-pagination {
    bottom: -35px;
  }
}

@-webkit-keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

.results-tab {
  position: relative;
}

.results-tab ul {
  border-bottom: 1px solid #d4d4d4;
  white-space: nowrap;
  overflow: hidden;
}

.results-tab ul .slick-prev {
  left: 0;
  background: #fff;
  box-shadow: 5px 0px 5px -4px #808080;
  height: 62px;
  border-right: 1px solid #d4d4d4 \9;
  display: block;
}

.results-tab ul .slick-prev.slick-disabled {
  display: none !important;
}

.results-tab ul .slick-prev:before {
  font-size: 32px;
}

.results-tab ul .slick-next {
  right: 0;
  background: #fff;
  box-shadow: -5px 0px 5px -4px #808080;
  height: 62px;
  display: block;
  border-left: 1px solid #d4d4d4 \9;
}

.results-tab ul .slick-next.slick-disabled {
  display: none !important;
}

.results-tab ul .slick-next:before {
  font-size: 32px;
}

.results-tab ul li {
  display: inline-block;
  margin: 0 25px;
}

.results-tab ul li:first-child {
  margin-left: 0;
}

.results-tab ul li a {
  display: block;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
  color: #808080;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 1;
}

.results-tab ul li a:hover {
  text-decoration: none;
}

.results-tab ul li:hover {
  border-bottom: 3px solid #f66f6a;
}

.results-tab ul li:hover a {
  color: #282828;
}

.results-tab ul li.active {
  border-bottom: 3px solid #f66f6a;
}

.results-tab ul li.active a {
  color: #282828;
}

.results-tab .tab-swipe-next:before {
  font-family: corpfont;
  content: "\e902";
  color: #f66f6a;
  font-size: 44px;
}

.results-tab .tab-swipe-next {
  font-size: 0;
  position: absolute;
  right: 0px;
  top: -4px;
  background: #fff;
  box-shadow: -5px 0px 5px -4px #808080;
  height: 62px;
  border-right: 1px solid #d4d4d4 \9;
  display: block;
}

.results-tab .tab-swipe-next:hover {
  text-decoration: none;
}

.results-tab .tab-swipe-next.swipe-disabled {
  display: none;
}

.results-tab .tab-swipe-prev.swipe-disabled {
  display: none;
}

.results-tab .tab-swipe-prev {
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 0;
  background: #fff;
  box-shadow: 5px 0px 5px -4px #808080;
  height: 62px;
  display: block;
  border-left: 1px solid #d4d4d4 \9;
}

.results-tab .tab-swipe-prev:hover {
  text-decoration: none;
}

.results-tab .tab-swipe-prev:before {
  font-family: corpfont;
  content: "\e901";
  color: #f66f6a;
  font-size: 44px;
}

.executives-tab {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .results-tab ul {
    width: 100%;
    overflow: auto;
  }
}

.photos-list {
  padding: 40px 0;
}

.photos-list h4 {
  margin-bottom: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
  max-height: 60px;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  font-weight: normal;
}

.photos-list p {
  margin: 0;
  color: #555;
}

.photos-list [class*="col-sm-"] {
  margin-bottom: 40px;
  padding-right: 35px;
  padding-left: 35px;
}

.photos-list [class*="col-sm-"]:first-child {
  padding-left: 11px;
}

.photos-list .col-sm-4 > a {
  display: block;
  background: #f0f0f0;
  height: 180px;
}

.photos-list .col-sm-4 img {
  max-height: 180px;
  width: auto;
}

.photos-list .col-sm-4 .lazy-placeholder {
  height: 100%;
}

.fancybox-navigation .fancybox-button--arrow_right:before {
  content: "\e902";
  width: 44px;
  height: 44px;
  font-family: corpfont;
  color: #f66f6a;
  font-size: 44px;
}

.fancybox-navigation .fancybox-button--arrow_left:before {
  content: "\e901";
  width: 44px;
  height: 44px;
  font-family: corpfont;
  color: #f66f6a;
  font-size: 44px;
}

.fancybox-navigation .fancybox-button div {
  display: none;
}

.photos-list2 {
  padding-top: 0;
}

#fancybox-close {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  top: 15px !important;
  right: 16px !important;
  height: 28px !important;
}

#fancybox-close:before {
  content: "\e90c";
  color: #fff;
  font-family: 'corpfont' !important;
  padding-left: 7px;
}

#fancybox-left,
#fancybox-right {
  width: 60px !important;
  bottom: inherit;
  top: 50%;
  height: 100px;
  margin-top: -40px;
}

#fancybox-left:hover,
#fancybox-left:focus,
#fancybox-right:hover,
#fancybox-right:focus {
  text-decoration: none;
}

#fancybox-left:before,
#fancybox-right:before {
  font-family: corpfont;
  color: #f66f6a;
  font-size: 44px;
}

#fancybox-left {
  left: 0px;
}

#fancybox-left:before {
  content: "\e901";
}

#fancybox-right {
  right: -15px;
}

#fancybox-right:before {
  content: "\e902";
}

#fancybox-outer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
}

div#fancybox-title {
  position: relative;
  display: block !important;
  bottom: 0 !important;
  height: 43px !important;
  background: #fff !important;
  width: 100% !important;
  margin-left: 0 !important;
  padding-right: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ie8 div#fancybox-title {
  bottom: 10px !important;
}

#fancybox-bg-s {
  display: none;
}

div#fancybox-wrap,
div#fancybox-wrap * {
  border-width: 0 !important;
}

.fancybox-bg {
  display: none;
}

div#fancybox-wrap {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

div#fancybox-content {
  width: 100% !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.download-big-img-btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
  float: right;
  margin-top: 5px;
}

.download-big-img-btn:before {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e918";
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.download-big-img-btn:after {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e913";
  font-size: 25px;
  position: absolute;
  bottom: 6px;
  left: 0;
}

#fancybox-title-over {
  padding: 6px;
  text-align: right;
  line-height: 35px;
  font-size: 16px;
}

#fancybox-title-over b {
  font-weight: normal;
  width: 90%;
  display: inline-block;
  color: #282828;
  text-align: left;
  float: left;
  padding-left: 10px;
}

.fancybox-is-open .fancybox-caption p + p,
.fancybox-is-open .fancybox-caption p + p a {
  font-size: 12px;
  color: #808080;
}

.photos-list .col-sm-4 > a {
  width: 100%;
  position: relative;
}

.photos-list .col-sm-4 > a span {
  position: absolute !important;
  top: 50%;
  width: 100% !important;
  transform: translateY(-50%);
}

.ie8 .photos-list .col-sm-4 > a span,
.ie9 .photos-list .col-sm-4 > a span {
  position: static;
  top: 0;
  width: 100% !important;
  transform: translateY(0);
}

@media (min-width: 768px) and (max-width: 1024px) {
  #fancybox-right {
    right: 0;
  }

  #fancybox-left {
    left: 0;
  }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 0;
  }

  .fancybox-show-caption .fancybox-caption {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .photos-list [class*="col-sm-"] {
    padding-right: 11px;
    padding-left: 11px;
  }

  #fancybox-wrap,
  #fancybox-content {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
  }
}