/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 .px-40{font-size: 18px;line-height: 2;padding-left: 30px;}
 .px-40 span{    font-size: 22px;
   color: #e70014;
   font-weight: bold;
 }
 
  @-ms-viewport {
   width: device-width; }
 
 article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
   display: block; }
 
 abbr[title],
 abbr[data-original-title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
           text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0; }
 
 address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit; }
 .header-nav-box{font-size: 16px;;}
 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem; }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0; }
 
 dt {
   font-weight: bold; }
 
 dd {
   margin-bottom: .5rem;
   margin-left: 0; }
 
 blockquote {
   margin: 0 0 1rem; }
 
 dfn {
   font-style: italic; }
 
 b,
 strong {
   font-weight: bolder; }
 
 small {
   font-size: 80%; }
 
 sub,
 sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline; }
 
 sub {
   bottom: -.25em; }
 
 sup {
   top: -.5em; }
 
 pre,
 code,
 kbd,
 samp {
   font-family: monospace, monospace;
   font-size: 1em; }
 
 pre {
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto; }
 
 figure {
   margin: 0 0 1rem; }
 
 img {
   vertical-align: middle;
   border-style: none; }
 
 svg:not(:root) {
   overflow: hidden; }
 
 a,
 area,
 button,
 [role="button"],
 input,
 label,
 select,
 summary,
 textarea {
   -ms-touch-action: manipulation;
       touch-action: manipulation; }
 
 table {
   border-collapse: collapse; }
 
 caption {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   color: #868e96;
   text-align: left;
   caption-side: bottom; }
 
 th {
   text-align: inherit; }
 
 label {
   display: inline-block;
   margin-bottom: .5rem; }
 
 button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color; }
 
 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit; }
 
 button,
 input {
   overflow: visible; }
 
 button,
 select {
   text-transform: none; }
 
 button,
 html [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button; }
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
   padding: 0;
   border-style: none; }
 
 input[type="radio"],
 input[type="checkbox"] {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   padding: 0; }
 
 input[type="date"],
 input[type="time"],
 input[type="datetime-local"],
 input[type="month"] {
   -webkit-appearance: listbox; }
 
 textarea {
   overflow: auto;
   resize: vertical; }
 
 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0; }
 
 legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: .5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal; }
 
 progress {
   vertical-align: baseline; }
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto; }
 
 [type="search"] {
   outline-offset: -2px;
   -webkit-appearance: none; }
 
 [type="search"]::-webkit-search-cancel-button,
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none; }
 
 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button; }
 
 output {
   display: inline-block; }
 
 summary {
   display: list-item; }
 
 template {
   display: none; }
 
 [hidden] {
   display: none !important; }
 
 .fade {
   opacity: 0;
   -webkit-transition: opacity 0.15s linear;
   transition: opacity 0.15s linear; }
   .fade.show {
     opacity: 1; }
 
 .collapse {
   display: none; }
   .collapse.show {
     display: block; }
 
 tr.collapse.show {
   display: table-row; }
 
 tbody.collapse.show {
   display: table-row-group; }
 
 .collapsing {
   position: relative;
   height: 0;
   overflow: hidden;
   -webkit-transition: height 0.35s ease;
   transition: height 0.35s ease; }
 
 .alert {
   padding: 0.75rem 1.25rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: 0.25rem; }
 
 .alert-heading {
   color: inherit; }
 
 .alert-link {
   font-weight: bold; }
 
 .alert-dismissible .close {
   position: relative;
   top: -0.75rem;
   right: -1.25rem;
   padding: 0.75rem 1.25rem;
   color: inherit; }
 
 .alert-primary {
   color: #004085;
   background-color: #cce5ff;
   border-color: #b8daff; }
   .alert-primary hr {
     border-top-color: #9fcdff; }
   .alert-primary .alert-link {
     color: #002752; }
 
 .alert-secondary {
   color: #464a4e;
   background-color: #e7e8ea;
   border-color: #dddfe2; }
   .alert-secondary hr {
     border-top-color: #cfd2d6; }
   .alert-secondary .alert-link {
     color: #2e3133; }
 
 .alert-success {
   color: #155724;
   background-color: #d4edda;
   border-color: #c3e6cb; }
   .alert-success hr {
     border-top-color: #b1dfbb; }
   .alert-success .alert-link {
     color: #0b2e13; }
 
 .alert-info {
   color: #0c5460;
   background-color: #d1ecf1;
   border-color: #bee5eb; }
   .alert-info hr {
     border-top-color: #abdde5; }
   .alert-info .alert-link {
     color: #062c33; }
 
 .alert-warning {
   color: #856404;
   background-color: #fff3cd;
   border-color: #ffeeba; }
   .alert-warning hr {
     border-top-color: #ffe8a1; }
   .alert-warning .alert-link {
     color: #533f03; }
 
 .alert-danger {
   color: #721c24;
   background-color: #f8d7da;
   border-color: #f5c6cb; }
   .alert-danger hr {
     border-top-color: #f1b0b7; }
   .alert-danger .alert-link {
     color: #491217; }
 
 .alert-light {
   color: #818182;
   background-color: #fefefe;
   border-color: #fdfdfe; }
   .alert-light hr {
     border-top-color: #ececf6; }
   .alert-light .alert-link {
     color: #686868; }
 
 .alert-dark {
   color: #1b1e21;
   background-color: #d6d8d9;
   border-color: #c6c8ca; }
   .alert-dark hr {
     border-top-color: #b9bbbe; }
   .alert-dark .alert-link {
     color: #040505; }
 
 .close {
   float: right;
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1;
   color: #000;
   text-shadow: 0 1px 0 #fff;
   opacity: .5; }
   .close:focus, .close:hover {
     color: #000;
     text-decoration: none;
     opacity: .75; }
 
 button.close {
   padding: 0;
   background: transparent;
   border: 0;
   -webkit-appearance: none; }
 
 .modal-open {
   overflow: hidden; }
 
 .modal {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1050;
   display: none;
   overflow: hidden;
   outline: 0; }
   .modal.fade .modal-dialog {
     -webkit-transition: -webkit-transform 0.3s ease-out;
     transition: -webkit-transform 0.3s ease-out;
     transition: transform 0.3s ease-out;
     transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
     -webkit-transform: translate(0, -25%);
         -ms-transform: translate(0, -25%);
             transform: translate(0, -25%); }
   .modal.show .modal-dialog {
     -webkit-transform: translate(0, 0);
         -ms-transform: translate(0, 0);
             transform: translate(0, 0); }
 
 .modal-open .modal {
   overflow-x: hidden;
   overflow-y: auto; }
 
 .modal-dialog {
   position: relative;
   width: auto;
   margin: 10px; }
 
 .modal-content {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 0.3rem;
   outline: 0; }
 
 .modal-backdrop {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1040;
   background-color: #000; }
   .modal-backdrop.fade {
     opacity: 0; }
   .modal-backdrop.show {
     opacity: 0.5; }
 
 .modal-header {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   padding: 15px;
   border-bottom: 1px solid #e9ecef; }
   .modal-header .close {
     margin-left: auto; }
 
 .modal-title {
   margin-bottom: 0;
   line-height: 1.5; }
 
 .modal-body {
   position: relative;
   -webkit-box-flex: 1;
       -ms-flex: 1 1 auto;
           flex: 1 1 auto;
   padding: 15px; }
 
 .modal-footer {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
   padding: 15px;
   border-top: 1px solid #e9ecef; }
   .modal-footer > :not(:first-child) {
     margin-left: .25rem; }
   .modal-footer > :not(:last-child) {
     margin-right: .25rem; }
 
 .modal-scrollbar-measure {
   position: absolute;
   top: -9999px;
   width: 50px;
   height: 50px;
   overflow: scroll; }
 
 @media (min-width: 576px) {
   .modal-dialog {
     max-width: 500px;
     margin: 30px auto; }
   .modal-sm {
     max-width: 300px; } }
 
 @media (min-width: 1024px) {
   .modal-lg {
     max-width: 800px; } }
 
 .align-baseline {
   vertical-align: baseline !important; }
 
 .align-top {
   vertical-align: top !important; }
 
 .align-middle {
   vertical-align: middle !important; }
 
 .align-bottom {
   vertical-align: bottom !important; }
 
 .align-text-bottom {
   vertical-align: text-bottom !important; }
 
 .align-text-top {
   vertical-align: text-top !important; }
 
 .bg-primary {
   background-color: #007bff !important; }
 
 a.bg-primary:focus, a.bg-primary:hover {
   background-color: #0062cc !important; }
 
 .bg-secondary {
   background-color: #868e96 !important; }
 
 a.bg-secondary:focus, a.bg-secondary:hover {
   background-color: #6c757d !important; }
 
 .bg-success {
   background-color: #28a745 !important; }
 
 a.bg-success:focus, a.bg-success:hover {
   background-color: #1e7e34 !important; }
 
 .bg-info {
   background-color: #17a2b8 !important; }
 
 a.bg-info:focus, a.bg-info:hover {
   background-color: #117a8b !important; }
 
 .bg-warning {
   background-color: #ffc107 !important; }
 
 a.bg-warning:focus, a.bg-warning:hover {
   background-color: #d39e00 !important; }
 
 .bg-danger {
   background-color: #dc3545 !important; }
 
 a.bg-danger:focus, a.bg-danger:hover {
   background-color: #bd2130 !important; }
 
 .bg-light {
   background-color: #f8f9fa !important; }
 
 a.bg-light:focus, a.bg-light:hover {
   background-color: #dae0e5 !important; }
 
 .bg-dark {
   background-color: #343a40 !important; }
 
 a.bg-dark:focus, a.bg-dark:hover {
   background-color: #1d2124 !important; }
 
 .bg-white {
   background-color: #fff !important; }
 
 .bg-transparent {
   background-color: transparent !important; }
 
 .border {
   border: 1px solid #e9ecef !important; }
 
 .border-0 {
   border: 0 !important; }
 
 .border-top-0 {
   border-top: 0 !important; }
 
 .border-right-0 {
   border-right: 0 !important; }
 
 .border-bottom-0 {
   border-bottom: 0 !important; }
 
 .border-left-0 {
   border-left: 0 !important; }
 
 .border-primary {
   border-color: #007bff !important; }
 
 .border-secondary {
   border-color: #868e96 !important; }
 
 .border-success {
   border-color: #28a745 !important; }
 
 .border-info {
   border-color: #17a2b8 !important; }
 
 .border-warning {
   border-color: #ffc107 !important; }
 
 .border-danger {
   border-color: #dc3545 !important; }
 
 .border-light {
   border-color: #f8f9fa !important; }
 
 .border-dark {
   border-color: #343a40 !important; }
 
 .border-white {
   border-color: #fff !important; }
 
 .rounded {
   border-radius: 0.25rem !important; }
 
 .rounded-top {
   border-top-left-radius: 0.25rem !important;
   border-top-right-radius: 0.25rem !important; }
 
 .rounded-right {
   border-top-right-radius: 0.25rem !important;
   border-bottom-right-radius: 0.25rem !important; }
 
 .rounded-bottom {
   border-bottom-right-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important; }
 
 .rounded-left {
   border-top-left-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important; }
 
 .rounded-circle {
   border-radius: 50%; }
 
 .rounded-0 {
   border-radius: 0; }
 
 .clearfix::after {
   display: block;
   clear: both;
   content: ""; }
 
 .d-none {
   display: none !important; }
 
 .d-inline {
   display: inline !important; }
 
 .d-inline-block {
   display: inline-block !important; }
 
 .d-block {
   display: block !important; }
 
 .d-table {
   display: table !important; }
 
 .d-table-cell {
   display: table-cell !important; }
 
 .d-flex {
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important; }
 
 .d-inline-flex {
   display: -webkit-inline-box !important;
   display: -ms-inline-flexbox !important;
   display: inline-flex !important; }
 
 @media (min-width: 576px) {
   .d-sm-none {
     display: none !important; }
   .d-sm-inline {
     display: inline !important; }
   .d-sm-inline-block {
     display: inline-block !important; }
   .d-sm-block {
     display: block !important; }
   .d-sm-table {
     display: table !important; }
   .d-sm-table-cell {
     display: table-cell !important; }
   .d-sm-flex {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important; }
   .d-sm-inline-flex {
     display: -webkit-inline-box !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important; } }
 
 @media (min-width: 768px) {
   .d-md-none {
     display: none !important; }
   .d-md-inline {
     display: inline !important; }
   .d-md-inline-block {
     display: inline-block !important; }
   .d-md-block {
     display: block !important; }
   .d-md-table {
     display: table !important; }
   .d-md-table-cell {
     display: table-cell !important; }
   .d-md-flex {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important; }
   .d-md-inline-flex {
     display: -webkit-inline-box !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important; } }
 
 @media (min-width: 1024px) {
   .d-lg-none {
     display: none !important; }
   .d-lg-inline {
     display: inline !important; }
   .d-lg-inline-block {
     display: inline-block !important; }
   .d-lg-block {
     display: block !important; }
   .d-lg-table {
     display: table !important; }
   .d-lg-table-cell {
     display: table-cell !important; }
   .d-lg-flex {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important; }
   .d-lg-inline-flex {
     display: -webkit-inline-box !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important; } }
 
 @media (min-width: 1281px) {
   .d-xl-none {
     display: none !important; }
   .d-xl-inline {
     display: inline !important; }
   .d-xl-inline-block {
     display: inline-block !important; }
   .d-xl-block {
     display: block !important; }
   .d-xl-table {
     display: table !important; }
   .d-xl-table-cell {
     display: table-cell !important; }
   .d-xl-flex {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important; }
   .d-xl-inline-flex {
     display: -webkit-inline-box !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important; } }
 
 .d-print-block {
   display: none !important; }
   @media print {
     .d-print-block {
       display: block !important; } }
 
 .d-print-inline {
   display: none !important; }
   @media print {
     .d-print-inline {
       display: inline !important; } }
 
 .d-print-inline-block {
   display: none !important; }
   @media print {
     .d-print-inline-block {
       display: inline-block !important; } }
 
 @media print {
   .d-print-none {
     display: none !important; } }
 
 .embed-responsive {
   position: relative;
   display: block;
   width: 100%;
   padding: 0;
   overflow: hidden; }
   .embed-responsive::before {
     display: block;
     content: ""; }
   .embed-responsive .embed-responsive-item,
   .embed-responsive iframe,
   .embed-responsive embed,
   .embed-responsive object,
   .embed-responsive video {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0; }
 
 .embed-responsive-21by9::before {
   padding-top: 42.85714%; }
 
 .embed-responsive-16by9::before {
   padding-top: 56.25%; }
 
 .embed-responsive-4by3::before {
   padding-top: 75%; }
 
 .embed-responsive-1by1::before {
   padding-top: 100%; }
 
 .flex-row {
   -webkit-box-orient: horizontal !important;
   -webkit-box-direction: normal !important;
       -ms-flex-direction: row !important;
           flex-direction: row !important; }
 
 .flex-column {
   -webkit-box-orient: vertical !important;
   -webkit-box-direction: normal !important;
       -ms-flex-direction: column !important;
           flex-direction: column !important; }
 
 .flex-row-reverse {
   -webkit-box-orient: horizontal !important;
   -webkit-box-direction: reverse !important;
       -ms-flex-direction: row-reverse !important;
           flex-direction: row-reverse !important; }
 
 .flex-column-reverse {
   -webkit-box-orient: vertical !important;
   -webkit-box-direction: reverse !important;
       -ms-flex-direction: column-reverse !important;
           flex-direction: column-reverse !important; }
 
 .flex-wrap {
   -ms-flex-wrap: wrap !important;
       flex-wrap: wrap !important; }
 
 .flex-nowrap {
   -ms-flex-wrap: nowrap !important;
       flex-wrap: nowrap !important; }
 
 .flex-wrap-reverse {
   -ms-flex-wrap: wrap-reverse !important;
       flex-wrap: wrap-reverse !important; }
 
 .justify-content-start {
   -webkit-box-pack: start !important;
       -ms-flex-pack: start !important;
           justify-content: flex-start !important; }
 
 .justify-content-end {
   -webkit-box-pack: end !important;
       -ms-flex-pack: end !important;
           justify-content: flex-end !important; }
 
 .justify-content-center {
   -webkit-box-pack: center !important;
       -ms-flex-pack: center !important;
           justify-content: center !important; }
 
 .justify-content-between {
   -webkit-box-pack: justify !important;
       -ms-flex-pack: justify !important;
           justify-content: space-between !important; }
 
 .justify-content-around {
   -ms-flex-pack: distribute !important;
       justify-content: space-around !important; }
 
 .align-items-start {
   -webkit-box-align: start !important;
       -ms-flex-align: start !important;
           align-items: flex-start !important; }
 
 .align-items-end {
   -webkit-box-align: end !important;
       -ms-flex-align: end !important;
           align-items: flex-end !important; }
 
 .align-items-center {
   -webkit-box-align: center !important;
       -ms-flex-align: center !important;
           align-items: center !important; }
 
 .align-items-baseline {
   -webkit-box-align: baseline !important;
       -ms-flex-align: baseline !important;
           align-items: baseline !important; }
 
 .align-items-stretch {
   -webkit-box-align: stretch !important;
       -ms-flex-align: stretch !important;
           align-items: stretch !important; }
 
 .align-content-start {
   -ms-flex-line-pack: start !important;
       align-content: flex-start !important; }
 
 .align-content-end {
   -ms-flex-line-pack: end !important;
       align-content: flex-end !important; }
 
 .align-content-center {
   -ms-flex-line-pack: center !important;
       align-content: center !important; }
 
 .align-content-between {
   -ms-flex-line-pack: justify !important;
       align-content: space-between !important; }
 
 .align-content-around {
   -ms-flex-line-pack: distribute !important;
       align-content: space-around !important; }
 
 .align-content-stretch {
   -ms-flex-line-pack: stretch !important;
       align-content: stretch !important; }
 
 .align-self-auto {
   -ms-flex-item-align: auto !important;
       align-self: auto !important; }
 
 .align-self-start {
   -ms-flex-item-align: start !important;
       align-self: flex-start !important; }
 
 .align-self-end {
   -ms-flex-item-align: end !important;
       align-self: flex-end !important; }
 
 .align-self-center {
   -ms-flex-item-align: center !important;
       align-self: center !important; }
 
 .align-self-baseline {
   -ms-flex-item-align: baseline !important;
       align-self: baseline !important; }
 
 .align-self-stretch {
   -ms-flex-item-align: stretch !important;
       align-self: stretch !important; }
 
 @media (min-width: 576px) {
   .flex-sm-row {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
             flex-direction: row !important; }
   .flex-sm-column {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
             flex-direction: column !important; }
   .flex-sm-row-reverse {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
             flex-direction: row-reverse !important; }
   .flex-sm-column-reverse {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
             flex-direction: column-reverse !important; }
   .flex-sm-wrap {
     -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important; }
   .flex-sm-nowrap {
     -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important; }
   .flex-sm-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important; }
   .justify-content-sm-start {
     -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
             justify-content: flex-start !important; }
   .justify-content-sm-end {
     -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
             justify-content: flex-end !important; }
   .justify-content-sm-center {
     -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
             justify-content: center !important; }
   .justify-content-sm-between {
     -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
             justify-content: space-between !important; }
   .justify-content-sm-around {
     -ms-flex-pack: distribute !important;
         justify-content: space-around !important; }
   .align-items-sm-start {
     -webkit-box-align: start !important;
         -ms-flex-align: start !important;
             align-items: flex-start !important; }
   .align-items-sm-end {
     -webkit-box-align: end !important;
         -ms-flex-align: end !important;
             align-items: flex-end !important; }
   .align-items-sm-center {
     -webkit-box-align: center !important;
         -ms-flex-align: center !important;
             align-items: center !important; }
   .align-items-sm-baseline {
     -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
             align-items: baseline !important; }
   .align-items-sm-stretch {
     -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
             align-items: stretch !important; }
   .align-content-sm-start {
     -ms-flex-line-pack: start !important;
         align-content: flex-start !important; }
   .align-content-sm-end {
     -ms-flex-line-pack: end !important;
         align-content: flex-end !important; }
   .align-content-sm-center {
     -ms-flex-line-pack: center !important;
         align-content: center !important; }
   .align-content-sm-between {
     -ms-flex-line-pack: justify !important;
         align-content: space-between !important; }
   .align-content-sm-around {
     -ms-flex-line-pack: distribute !important;
         align-content: space-around !important; }
   .align-content-sm-stretch {
     -ms-flex-line-pack: stretch !important;
         align-content: stretch !important; }
   .align-self-sm-auto {
     -ms-flex-item-align: auto !important;
         align-self: auto !important; }
   .align-self-sm-start {
     -ms-flex-item-align: start !important;
         align-self: flex-start !important; }
   .align-self-sm-end {
     -ms-flex-item-align: end !important;
         align-self: flex-end !important; }
   .align-self-sm-center {
     -ms-flex-item-align: center !important;
         align-self: center !important; }
   .align-self-sm-baseline {
     -ms-flex-item-align: baseline !important;
         align-self: baseline !important; }
   .align-self-sm-stretch {
     -ms-flex-item-align: stretch !important;
         align-self: stretch !important; } }
 
 @media (min-width: 768px) {
   .flex-md-row {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
             flex-direction: row !important; }
   .flex-md-column {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
             flex-direction: column !important; }
   .flex-md-row-reverse {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
             flex-direction: row-reverse !important; }
   .flex-md-column-reverse {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
             flex-direction: column-reverse !important; }
   .flex-md-wrap {
     -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important; }
   .flex-md-nowrap {
     -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important; }
   .flex-md-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important; }
   .justify-content-md-start {
     -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
             justify-content: flex-start !important; }
   .justify-content-md-end {
     -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
             justify-content: flex-end !important; }
   .justify-content-md-center {
     -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
             justify-content: center !important; }
   .justify-content-md-between {
     -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
             justify-content: space-between !important; }
   .justify-content-md-around {
     -ms-flex-pack: distribute !important;
         justify-content: space-around !important; }
   .align-items-md-start {
     -webkit-box-align: start !important;
         -ms-flex-align: start !important;
             align-items: flex-start !important; }
   .align-items-md-end {
     -webkit-box-align: end !important;
         -ms-flex-align: end !important;
             align-items: flex-end !important; }
   .align-items-md-center {
     -webkit-box-align: center !important;
         -ms-flex-align: center !important;
             align-items: center !important; }
   .align-items-md-baseline {
     -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
             align-items: baseline !important; }
   .align-items-md-stretch {
     -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
             align-items: stretch !important; }
   .align-content-md-start {
     -ms-flex-line-pack: start !important;
         align-content: flex-start !important; }
   .align-content-md-end {
     -ms-flex-line-pack: end !important;
         align-content: flex-end !important; }
   .align-content-md-center {
     -ms-flex-line-pack: center !important;
         align-content: center !important; }
   .align-content-md-between {
     -ms-flex-line-pack: justify !important;
         align-content: space-between !important; }
   .align-content-md-around {
     -ms-flex-line-pack: distribute !important;
         align-content: space-around !important; }
   .align-content-md-stretch {
     -ms-flex-line-pack: stretch !important;
         align-content: stretch !important; }
   .align-self-md-auto {
     -ms-flex-item-align: auto !important;
         align-self: auto !important; }
   .align-self-md-start {
     -ms-flex-item-align: start !important;
         align-self: flex-start !important; }
   .align-self-md-end {
     -ms-flex-item-align: end !important;
         align-self: flex-end !important; }
   .align-self-md-center {
     -ms-flex-item-align: center !important;
         align-self: center !important; }
   .align-self-md-baseline {
     -ms-flex-item-align: baseline !important;
         align-self: baseline !important; }
   .align-self-md-stretch {
     -ms-flex-item-align: stretch !important;
         align-self: stretch !important; } }
 
 @media (min-width: 1024px) {
   .flex-lg-row {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
             flex-direction: row !important; }
   .flex-lg-column {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
             flex-direction: column !important; }
   .flex-lg-row-reverse {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
             flex-direction: row-reverse !important; }
   .flex-lg-column-reverse {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
             flex-direction: column-reverse !important; }
   .flex-lg-wrap {
     -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important; }
   .flex-lg-nowrap {
     -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important; }
   .flex-lg-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important; }
   .justify-content-lg-start {
     -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
             justify-content: flex-start !important; }
   .justify-content-lg-end {
     -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
             justify-content: flex-end !important; }
   .justify-content-lg-center {
     -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
             justify-content: center !important; }
   .justify-content-lg-between {
     -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
             justify-content: space-between !important; }
   .justify-content-lg-around {
     -ms-flex-pack: distribute !important;
         justify-content: space-around !important; }
   .align-items-lg-start {
     -webkit-box-align: start !important;
         -ms-flex-align: start !important;
             align-items: flex-start !important; }
   .align-items-lg-end {
     -webkit-box-align: end !important;
         -ms-flex-align: end !important;
             align-items: flex-end !important; }
   .align-items-lg-center {
     -webkit-box-align: center !important;
         -ms-flex-align: center !important;
             align-items: center !important; }
   .align-items-lg-baseline {
     -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
             align-items: baseline !important; }
   .align-items-lg-stretch {
     -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
             align-items: stretch !important; }
   .align-content-lg-start {
     -ms-flex-line-pack: start !important;
         align-content: flex-start !important; }
   .align-content-lg-end {
     -ms-flex-line-pack: end !important;
         align-content: flex-end !important; }
   .align-content-lg-center {
     -ms-flex-line-pack: center !important;
         align-content: center !important; }
   .align-content-lg-between {
     -ms-flex-line-pack: justify !important;
         align-content: space-between !important; }
   .align-content-lg-around {
     -ms-flex-line-pack: distribute !important;
         align-content: space-around !important; }
   .align-content-lg-stretch {
     -ms-flex-line-pack: stretch !important;
         align-content: stretch !important; }
   .align-self-lg-auto {
     -ms-flex-item-align: auto !important;
         align-self: auto !important; }
   .align-self-lg-start {
     -ms-flex-item-align: start !important;
         align-self: flex-start !important; }
   .align-self-lg-end {
     -ms-flex-item-align: end !important;
         align-self: flex-end !important; }
   .align-self-lg-center {
     -ms-flex-item-align: center !important;
         align-self: center !important; }
   .align-self-lg-baseline {
     -ms-flex-item-align: baseline !important;
         align-self: baseline !important; }
   .align-self-lg-stretch {
     -ms-flex-item-align: stretch !important;
         align-self: stretch !important; } }
 
 @media (min-width: 1281px) {
   .flex-xl-row {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
             flex-direction: row !important; }
   .flex-xl-column {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
             flex-direction: column !important; }
   .flex-xl-row-reverse {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
             flex-direction: row-reverse !important; }
   .flex-xl-column-reverse {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
             flex-direction: column-reverse !important; }
   .flex-xl-wrap {
     -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important; }
   .flex-xl-nowrap {
     -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important; }
   .flex-xl-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important; }
   .justify-content-xl-start {
     -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
             justify-content: flex-start !important; }
   .justify-content-xl-end {
     -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
             justify-content: flex-end !important; }
   .justify-content-xl-center {
     -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
             justify-content: center !important; }
   .justify-content-xl-between {
     -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
             justify-content: space-between !important; }
   .justify-content-xl-around {
     -ms-flex-pack: distribute !important;
         justify-content: space-around !important; }
   .align-items-xl-start {
     -webkit-box-align: start !important;
         -ms-flex-align: start !important;
             align-items: flex-start !important; }
   .align-items-xl-end {
     -webkit-box-align: end !important;
         -ms-flex-align: end !important;
             align-items: flex-end !important; }
   .align-items-xl-center {
     -webkit-box-align: center !important;
         -ms-flex-align: center !important;
             align-items: center !important; }
   .align-items-xl-baseline {
     -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
             align-items: baseline !important; }
   .align-items-xl-stretch {
     -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
             align-items: stretch !important; }
   .align-content-xl-start {
     -ms-flex-line-pack: start !important;
         align-content: flex-start !important; }
   .align-content-xl-end {
     -ms-flex-line-pack: end !important;
         align-content: flex-end !important; }
   .align-content-xl-center {
     -ms-flex-line-pack: center !important;
         align-content: center !important; }
   .align-content-xl-between {
     -ms-flex-line-pack: justify !important;
         align-content: space-between !important; }
   .align-content-xl-around {
     -ms-flex-line-pack: distribute !important;
         align-content: space-around !important; }
   .align-content-xl-stretch {
     -ms-flex-line-pack: stretch !important;
         align-content: stretch !important; }
   .align-self-xl-auto {
     -ms-flex-item-align: auto !important;
         align-self: auto !important; }
   .align-self-xl-start {
     -ms-flex-item-align: start !important;
         align-self: flex-start !important; }
   .align-self-xl-end {
     -ms-flex-item-align: end !important;
         align-self: flex-end !important; }
   .align-self-xl-center {
     -ms-flex-item-align: center !important;
         align-self: center !important; }
   .align-self-xl-baseline {
     -ms-flex-item-align: baseline !important;
         align-self: baseline !important; }
   .align-self-xl-stretch {
     -ms-flex-item-align: stretch !important;
         align-self: stretch !important; } }
 
 .float-left {
   float: left !important; }
 
 .float-right {
   float: right !important; }
 
 .float-none {
   float: none !important; }
 
 @media (min-width: 576px) {
   .float-sm-left {
     float: left !important; }
   .float-sm-right {
     float: right !important; }
   .float-sm-none {
     float: none !important; } }
 
 @media (min-width: 768px) {
   .float-md-left {
     float: left !important; }
   .float-md-right {
     float: right !important; }
   .float-md-none {
     float: none !important; } }
 
 @media (min-width: 1024px) {
   .float-lg-left {
     float: left !important; }
   .float-lg-right {
     float: right !important; }
   .float-lg-none {
     float: none !important; } }
 
 @media (min-width: 1281px) {
   .float-xl-left {
     float: left !important; }
   .float-xl-right {
     float: right !important; }
   .float-xl-none {
     float: none !important; } }
 
 .position-static {
   position: static !important; }
 
 .position-relative {
   position: relative !important; }
 
 .position-absolute {
   position: absolute !important; }
 
 .position-fixed {
   position: fixed !important; }
 
 .position-sticky {
   position: -webkit-sticky !important;
   position: sticky !important; }
 
 .fixed-top {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030; }
 
 .fixed-bottom {
   position: fixed;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1030; }
 
 @supports ((position: -webkit-sticky) or (position: sticky)) {
   .sticky-top {
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     z-index: 1020; } }
 
 .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   -webkit-clip-path: inset(50%);
           clip-path: inset(50%);
   border: 0; }
 
 .sr-only-focusable:active, .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
   overflow: visible;
   clip: auto;
   white-space: normal;
   -webkit-clip-path: none;
           clip-path: none; }
 
 .w-25 {
   width: 25% !important; }
 
 .w-50 {
   width: 50% !important; }
 
 .w-75 {
   width: 75% !important; }
 
 .w-100 {
   width: 100% !important; }
 
 .h-25 {
   height: 25% !important; }
 
 .h-50 {
   height: 50% !important; }
 
 .h-75 {
   height: 75% !important; }
 
 .h-100 {
   height: 100% !important; }
 
 .mw-100 {
   max-width: 100% !important; }
 
 .mh-100 {
   max-height: 100% !important; }
 
 .m-0 {
   margin: 0 !important; }
 
 .mt-0,
 .my-0 {
   margin-top: 0 !important; }
 
 .mr-0,
 .mx-0 {
   margin-right: 0 !important; }
 
 .mb-0,
 .my-0 {
   margin-bottom: 0 !important; }
 
 .ml-0,
 .mx-0 {
   margin-left: 0 !important; }
 
 .m-1 {
   margin: 0.25rem !important; }
 
 .mt-1,
 .my-1 {
   margin-top: 0.25rem !important; }
 
 .mr-1,
 .mx-1 {
   margin-right: 0.25rem !important; }
 
 .mb-1,
 .my-1 {
   margin-bottom: 0.25rem !important; }
 
 .ml-1,
 .mx-1 {
   margin-left: 0.25rem !important; }
 
 .m-2 {
   margin: 0.5rem !important; }
 
 .mt-2,
 .my-2 {
   margin-top: 0.5rem !important; }
 
 .mr-2,
 .mx-2 {
   margin-right: 0.5rem !important; }
 
 .mb-2,
 .my-2 {
   margin-bottom: 0.5rem !important; }
 
 .ml-2,
 .mx-2 {
   margin-left: 0.5rem !important; }
 
 .m-3 {
   margin: 1rem !important; }
 
 .mt-3,
 .my-3 {
   margin-top: 1rem !important; }
 
 .mr-3,
 .mx-3 {
   margin-right: 1rem !important; }
 
 .mb-3,
 .my-3 {
   margin-bottom: 1rem !important; }
 
 .ml-3,
 .mx-3 {
   margin-left: 1rem !important; }
 
 .m-4 {
   margin: 1.5rem !important; }
 
 .mt-4,
 .my-4 {
   margin-top: 1.5rem !important; }
 
 .mr-4,
 .mx-4 {
   margin-right: 1.5rem !important; }
 
 .mb-4,
 .my-4 {
   margin-bottom: 1.5rem !important; }
 
 .ml-4,
 .mx-4 {
   margin-left: 1.5rem !important; }
 
 .m-5 {
   margin: 3rem !important; }
 
 .mt-5,
 .my-5 {
   margin-top: 3rem !important; }
 
 .mr-5,
 .mx-5 {
   margin-right: 3rem !important; }
 
 .mb-5,
 .my-5 {
   margin-bottom: 3rem !important; }
 
 .ml-5,
 .mx-5 {
   margin-left: 3rem !important; }
 
 .p-0 {
   padding: 0 !important; }
 
 .pt-0,
 .py-0 {
   padding-top: 0 !important; }
 
 .pr-0,
 .px-0 {
   padding-right: 0 !important; }
 
 .pb-0,
 .py-0 {
   padding-bottom: 0 !important; }
 
 .pl-0,
 .px-0 {
   padding-left: 0 !important; }
 
 .p-1 {
   padding: 0.25rem !important; }
 
 .pt-1,
 .py-1 {
   padding-top: 0.25rem !important; }
 
 .pr-1,
 .px-1 {
   padding-right: 0.25rem !important; }
 
 .pb-1,
 .py-1 {
   padding-bottom: 0.25rem !important; }
 
 .pl-1,
 .px-1 {
   padding-left: 0.25rem !important; }
 
 .p-2 {
   padding: 0.5rem !important; }
 
 .pt-2,
 .py-2 {
   padding-top: 0.5rem !important; }
 
 .pr-2,
 .px-2 {
   padding-right: 0.5rem !important; }
 
 .pb-2,
 .py-2 {
   padding-bottom: 0.5rem !important; }
 
 .pl-2,
 .px-2 {
   padding-left: 0.5rem !important; }
 
 .p-3 {
   padding: 1rem !important; }
 
 .pt-3,
 .py-3 {
   padding-top: 1rem !important; }
 
 .pr-3,
 .px-3 {
   padding-right: 1rem !important; }
 
 .pb-3,
 .py-3 {
   padding-bottom: 1rem !important; }
 
 .pl-3,
 .px-3 {
   padding-left: 1rem !important; }
 
 .p-4 {
   padding: 1.5rem !important; }
 
 .pt-4,
 .py-4 {
   padding-top: 1.5rem !important; }
 
 .pr-4,
 .px-4 {
   padding-right: 1.5rem !important; }
 
 .pb-4,
 .py-4 {
   padding-bottom: 1.5rem !important; }
 
 .pl-4,
 .px-4 {
   padding-left: 1.5rem !important; }
 
 .p-5 {
   padding: 3rem !important; }
 
 .pt-5,
 .py-5 {
   padding-top: 3rem !important; }
 
 .pr-5,
 .px-5 {
   padding-right: 3rem !important; }
 
 .pb-5,
 .py-5 {
   padding-bottom: 3rem !important; }
 
 .pl-5,
 .px-5 {
   padding-left: 3rem !important; }
 
 .m-auto {
   margin: auto !important; }
 
 .mt-auto,
 .my-auto {
   margin-top: auto !important; }
 
 .mr-auto,
 .mx-auto {
   margin-right: auto !important; }
 
 .mb-auto,
 .my-auto {
   margin-bottom: auto !important; }
 
 .ml-auto,
 .mx-auto {
   margin-left: auto !important; }
 
 @media (min-width: 576px) {
   .m-sm-0 {
     margin: 0 !important; }
   .mt-sm-0,
   .my-sm-0 {
     margin-top: 0 !important; }
   .mr-sm-0,
   .mx-sm-0 {
     margin-right: 0 !important; }
   .mb-sm-0,
   .my-sm-0 {
     margin-bottom: 0 !important; }
   .ml-sm-0,
   .mx-sm-0 {
     margin-left: 0 !important; }
   .m-sm-1 {
     margin: 0.25rem !important; }
   .mt-sm-1,
   .my-sm-1 {
     margin-top: 0.25rem !important; }
   .mr-sm-1,
   .mx-sm-1 {
     margin-right: 0.25rem !important; }
   .mb-sm-1,
   .my-sm-1 {
     margin-bottom: 0.25rem !important; }
   .ml-sm-1,
   .mx-sm-1 {
     margin-left: 0.25rem !important; }
   .m-sm-2 {
     margin: 0.5rem !important; }
   .mt-sm-2,
   .my-sm-2 {
     margin-top: 0.5rem !important; }
   .mr-sm-2,
   .mx-sm-2 {
     margin-right: 0.5rem !important; }
   .mb-sm-2,
   .my-sm-2 {
     margin-bottom: 0.5rem !important; }
   .ml-sm-2,
   .mx-sm-2 {
     margin-left: 0.5rem !important; }
   .m-sm-3 {
     margin: 1rem !important; }
   .mt-sm-3,
   .my-sm-3 {
     margin-top: 1rem !important; }
   .mr-sm-3,
   .mx-sm-3 {
     margin-right: 1rem !important; }
   .mb-sm-3,
   .my-sm-3 {
     margin-bottom: 1rem !important; }
   .ml-sm-3,
   .mx-sm-3 {
     margin-left: 1rem !important; }
   .m-sm-4 {
     margin: 1.5rem !important; }
   .mt-sm-4,
   .my-sm-4 {
     margin-top: 1.5rem !important; }
   .mr-sm-4,
   .mx-sm-4 {
     margin-right: 1.5rem !important; }
   .mb-sm-4,
   .my-sm-4 {
     margin-bottom: 1.5rem !important; }
   .ml-sm-4,
   .mx-sm-4 {
     margin-left: 1.5rem !important; }
   .m-sm-5 {
     margin: 3rem !important; }
   .mt-sm-5,
   .my-sm-5 {
     margin-top: 3rem !important; }
   .mr-sm-5,
   .mx-sm-5 {
     margin-right: 3rem !important; }
   .mb-sm-5,
   .my-sm-5 {
     margin-bottom: 3rem !important; }
   .ml-sm-5,
   .mx-sm-5 {
     margin-left: 3rem !important; }
   .p-sm-0 {
     padding: 0 !important; }
   .pt-sm-0,
   .py-sm-0 {
     padding-top: 0 !important; }
   .pr-sm-0,
   .px-sm-0 {
     padding-right: 0 !important; }
   .pb-sm-0,
   .py-sm-0 {
     padding-bottom: 0 !important; }
   .pl-sm-0,
   .px-sm-0 {
     padding-left: 0 !important; }
   .p-sm-1 {
     padding: 0.25rem !important; }
   .pt-sm-1,
   .py-sm-1 {
     padding-top: 0.25rem !important; }
   .pr-sm-1,
   .px-sm-1 {
     padding-right: 0.25rem !important; }
   .pb-sm-1,
   .py-sm-1 {
     padding-bottom: 0.25rem !important; }
   .pl-sm-1,
   .px-sm-1 {
     padding-left: 0.25rem !important; }
   .p-sm-2 {
     padding: 0.5rem !important; }
   .pt-sm-2,
   .py-sm-2 {
     padding-top: 0.5rem !important; }
   .pr-sm-2,
   .px-sm-2 {
     padding-right: 0.5rem !important; }
   .pb-sm-2,
   .py-sm-2 {
     padding-bottom: 0.5rem !important; }
   .pl-sm-2,
   .px-sm-2 {
     padding-left: 0.5rem !important; }
   .p-sm-3 {
     padding: 1rem !important; }
   .pt-sm-3,
   .py-sm-3 {
     padding-top: 1rem !important; }
   .pr-sm-3,
   .px-sm-3 {
     padding-right: 1rem !important; }
   .pb-sm-3,
   .py-sm-3 {
     padding-bottom: 1rem !important; }
   .pl-sm-3,
   .px-sm-3 {
     padding-left: 1rem !important; }
   .p-sm-4 {
     padding: 1.5rem !important; }
   .pt-sm-4,
   .py-sm-4 {
     padding-top: 1.5rem !important; }
   .pr-sm-4,
   .px-sm-4 {
     padding-right: 1.5rem !important; }
   .pb-sm-4,
   .py-sm-4 {
     padding-bottom: 1.5rem !important; }
   .pl-sm-4,
   .px-sm-4 {
     padding-left: 1.5rem !important; }
   .p-sm-5 {
     padding: 3rem !important; }
   .pt-sm-5,
   .py-sm-5 {
     padding-top: 3rem !important; }
   .pr-sm-5,
   .px-sm-5 {
     padding-right: 3rem !important; }
   .pb-sm-5,
   .py-sm-5 {
     padding-bottom: 3rem !important; }
   .pl-sm-5,
   .px-sm-5 {
     padding-left: 3rem !important; }
   .m-sm-auto {
     margin: auto !important; }
   .mt-sm-auto,
   .my-sm-auto {
     margin-top: auto !important; }
   .mr-sm-auto,
   .mx-sm-auto {
     margin-right: auto !important; }
   .mb-sm-auto,
   .my-sm-auto {
     margin-bottom: auto !important; }
   .ml-sm-auto,
   .mx-sm-auto {
     margin-left: auto !important; } }
 
 @media (min-width: 768px) {
   .m-md-0 {
     margin: 0 !important; }
   .mt-md-0,
   .my-md-0 {
     margin-top: 0 !important; }
   .mr-md-0,
   .mx-md-0 {
     margin-right: 0 !important; }
   .mb-md-0,
   .my-md-0 {
     margin-bottom: 0 !important; }
   .ml-md-0,
   .mx-md-0 {
     margin-left: 0 !important; }
   .m-md-1 {
     margin: 0.25rem !important; }
   .mt-md-1,
   .my-md-1 {
     margin-top: 0.25rem !important; }
   .mr-md-1,
   .mx-md-1 {
     margin-right: 0.25rem !important; }
   .mb-md-1,
   .my-md-1 {
     margin-bottom: 0.25rem !important; }
   .ml-md-1,
   .mx-md-1 {
     margin-left: 0.25rem !important; }
   .m-md-2 {
     margin: 0.5rem !important; }
   .mt-md-2,
   .my-md-2 {
     margin-top: 0.5rem !important; }
   .mr-md-2,
   .mx-md-2 {
     margin-right: 0.5rem !important; }
   .mb-md-2,
   .my-md-2 {
     margin-bottom: 0.5rem !important; }
   .ml-md-2,
   .mx-md-2 {
     margin-left: 0.5rem !important; }
   .m-md-3 {
     margin: 1rem !important; }
   .mt-md-3,
   .my-md-3 {
     margin-top: 1rem !important; }
   .mr-md-3,
   .mx-md-3 {
     margin-right: 1rem !important; }
   .mb-md-3,
   .my-md-3 {
     margin-bottom: 1rem !important; }
   .ml-md-3,
   .mx-md-3 {
     margin-left: 1rem !important; }
   .m-md-4 {
     margin: 1.5rem !important; }
   .mt-md-4,
   .my-md-4 {
     margin-top: 1.5rem !important; }
   .mr-md-4,
   .mx-md-4 {
     margin-right: 1.5rem !important; }
   .mb-md-4,
   .my-md-4 {
     margin-bottom: 1.5rem !important; }
   .ml-md-4,
   .mx-md-4 {
     margin-left: 1.5rem !important; }
   .m-md-5 {
     margin: 3rem !important; }
   .mt-md-5,
   .my-md-5 {
     margin-top: 3rem !important; }
   .mr-md-5,
   .mx-md-5 {
     margin-right: 3rem !important; }
   .mb-md-5,
   .my-md-5 {
     margin-bottom: 3rem !important; }
   .ml-md-5,
   .mx-md-5 {
     margin-left: 3rem !important; }
   .p-md-0 {
     padding: 0 !important; }
   .pt-md-0,
   .py-md-0 {
     padding-top: 0 !important; }
   .pr-md-0,
   .px-md-0 {
     padding-right: 0 !important; }
   .pb-md-0,
   .py-md-0 {
     padding-bottom: 0 !important; }
   .pl-md-0,
   .px-md-0 {
     padding-left: 0 !important; }
   .p-md-1 {
     padding: 0.25rem !important; }
   .pt-md-1,
   .py-md-1 {
     padding-top: 0.25rem !important; }
   .pr-md-1,
   .px-md-1 {
     padding-right: 0.25rem !important; }
   .pb-md-1,
   .py-md-1 {
     padding-bottom: 0.25rem !important; }
   .pl-md-1,
   .px-md-1 {
     padding-left: 0.25rem !important; }
   .p-md-2 {
     padding: 0.5rem !important; }
   .pt-md-2,
   .py-md-2 {
     padding-top: 0.5rem !important; }
   .pr-md-2,
   .px-md-2 {
     padding-right: 0.5rem !important; }
   .pb-md-2,
   .py-md-2 {
     padding-bottom: 0.5rem !important; }
   .pl-md-2,
   .px-md-2 {
     padding-left: 0.5rem !important; }
   .p-md-3 {
     padding: 1rem !important; }
   .pt-md-3,
   .py-md-3 {
     padding-top: 1rem !important; }
   .pr-md-3,
   .px-md-3 {
     padding-right: 1rem !important; }
   .pb-md-3,
   .py-md-3 {
     padding-bottom: 1rem !important; }
   .pl-md-3,
   .px-md-3 {
     padding-left: 1rem !important; }
   .p-md-4 {
     padding: 1.5rem !important; }
   .pt-md-4,
   .py-md-4 {
     padding-top: 1.5rem !important; }
   .pr-md-4,
   .px-md-4 {
     padding-right: 1.5rem !important; }
   .pb-md-4,
   .py-md-4 {
     padding-bottom: 1.5rem !important; }
   .pl-md-4,
   .px-md-4 {
     padding-left: 1.5rem !important; }
   .p-md-5 {
     padding: 3rem !important; }
   .pt-md-5,
   .py-md-5 {
     padding-top: 3rem !important; }
   .pr-md-5,
   .px-md-5 {
     padding-right: 3rem !important; }
   .pb-md-5,
   .py-md-5 {
     padding-bottom: 3rem !important; }
   .pl-md-5,
   .px-md-5 {
     padding-left: 3rem !important; }
   .m-md-auto {
     margin: auto !important; }
   .mt-md-auto,
   .my-md-auto {
     margin-top: auto !important; }
   .mr-md-auto,
   .mx-md-auto {
     margin-right: auto !important; }
   .mb-md-auto,
   .my-md-auto {
     margin-bottom: auto !important; }
   .ml-md-auto,
   .mx-md-auto {
     margin-left: auto !important; } }
 
 @media (min-width: 1024px) {
   .m-lg-0 {
     margin: 0 !important; }
   .mt-lg-0,
   .my-lg-0 {
     margin-top: 0 !important; }
   .mr-lg-0,
   .mx-lg-0 {
     margin-right: 0 !important; }
   .mb-lg-0,
   .my-lg-0 {
     margin-bottom: 0 !important; }
   .ml-lg-0,
   .mx-lg-0 {
     margin-left: 0 !important; }
   .m-lg-1 {
     margin: 0.25rem !important; }
   .mt-lg-1,
   .my-lg-1 {
     margin-top: 0.25rem !important; }
   .mr-lg-1,
   .mx-lg-1 {
     margin-right: 0.25rem !important; }
   .mb-lg-1,
   .my-lg-1 {
     margin-bottom: 0.25rem !important; }
   .ml-lg-1,
   .mx-lg-1 {
     margin-left: 0.25rem !important; }
   .m-lg-2 {
     margin: 0.5rem !important; }
   .mt-lg-2,
   .my-lg-2 {
     margin-top: 0.5rem !important; }
   .mr-lg-2,
   .mx-lg-2 {
     margin-right: 0.5rem !important; }
   .mb-lg-2,
   .my-lg-2 {
     margin-bottom: 0.5rem !important; }
   .ml-lg-2,
   .mx-lg-2 {
     margin-left: 0.5rem !important; }
   .m-lg-3 {
     margin: 1rem !important; }
   .mt-lg-3,
   .my-lg-3 {
     margin-top: 1rem !important; }
   .mr-lg-3,
   .mx-lg-3 {
     margin-right: 1rem !important; }
   .mb-lg-3,
   .my-lg-3 {
     margin-bottom: 1rem !important; }
   .ml-lg-3,
   .mx-lg-3 {
     margin-left: 1rem !important; }
   .m-lg-4 {
     margin: 1.5rem !important; }
   .mt-lg-4,
   .my-lg-4 {
     margin-top: 1.5rem !important; }
   .mr-lg-4,
   .mx-lg-4 {
     margin-right: 1.5rem !important; }
   .mb-lg-4,
   .my-lg-4 {
     margin-bottom: 1.5rem !important; }
   .ml-lg-4,
   .mx-lg-4 {
     margin-left: 1.5rem !important; }
   .m-lg-5 {
     margin: 3rem !important; }
   .mt-lg-5,
   .my-lg-5 {
     margin-top: 3rem !important; }
   .mr-lg-5,
   .mx-lg-5 {
     margin-right: 3rem !important; }
   .mb-lg-5,
   .my-lg-5 {
     margin-bottom: 3rem !important; }
   .ml-lg-5,
   .mx-lg-5 {
     margin-left: 3rem !important; }
   .p-lg-0 {
     padding: 0 !important; }
   .pt-lg-0,
   .py-lg-0 {
     padding-top: 0 !important; }
   .pr-lg-0,
   .px-lg-0 {
     padding-right: 0 !important; }
   .pb-lg-0,
   .py-lg-0 {
     padding-bottom: 0 !important; }
   .pl-lg-0,
   .px-lg-0 {
     padding-left: 0 !important; }
   .p-lg-1 {
     padding: 0.25rem !important; }
   .pt-lg-1,
   .py-lg-1 {
     padding-top: 0.25rem !important; }
   .pr-lg-1,
   .px-lg-1 {
     padding-right: 0.25rem !important; }
   .pb-lg-1,
   .py-lg-1 {
     padding-bottom: 0.25rem !important; }
   .pl-lg-1,
   .px-lg-1 {
     padding-left: 0.25rem !important; }
   .p-lg-2 {
     padding: 0.5rem !important; }
   .pt-lg-2,
   .py-lg-2 {
     padding-top: 0.5rem !important; }
   .pr-lg-2,
   .px-lg-2 {
     padding-right: 0.5rem !important; }
   .pb-lg-2,
   .py-lg-2 {
     padding-bottom: 0.5rem !important; }
   .pl-lg-2,
   .px-lg-2 {
     padding-left: 0.5rem !important; }
   .p-lg-3 {
     padding: 1rem !important; }
   .pt-lg-3,
   .py-lg-3 {
     padding-top: 1rem !important; }
   .pr-lg-3,
   .px-lg-3 {
     padding-right: 1rem !important; }
   .pb-lg-3,
   .py-lg-3 {
     padding-bottom: 1rem !important; }
   .pl-lg-3,
   .px-lg-3 {
     padding-left: 1rem !important; }
   .p-lg-4 {
     padding: 1.5rem !important; }
   .pt-lg-4,
   .py-lg-4 {
     padding-top: 1.5rem !important; }
   .pr-lg-4,
   .px-lg-4 {
     padding-right: 1.5rem !important; }
   .pb-lg-4,
   .py-lg-4 {
     padding-bottom: 1.5rem !important; }
   .pl-lg-4,
   .px-lg-4 {
     padding-left: 1.5rem !important; }
   .p-lg-5 {
     padding: 3rem !important; }
   .pt-lg-5,
   .py-lg-5 {
     padding-top: 3rem !important; }
   .pr-lg-5,
   .px-lg-5 {
     padding-right: 3rem !important; }
   .pb-lg-5,
   .py-lg-5 {
     padding-bottom: 3rem !important; }
   .pl-lg-5,
   .px-lg-5 {
     padding-left: 3rem !important; }
   .m-lg-auto {
     margin: auto !important; }
   .mt-lg-auto,
   .my-lg-auto {
     margin-top: auto !important; }
   .mr-lg-auto,
   .mx-lg-auto {
     margin-right: auto !important; }
   .mb-lg-auto,
   .my-lg-auto {
     margin-bottom: auto !important; }
   .ml-lg-auto,
   .mx-lg-auto {
     margin-left: auto !important; } }
 
 @media (min-width: 1281px) {
   .m-xl-0 {
     margin: 0 !important; }
   .mt-xl-0,
   .my-xl-0 {
     margin-top: 0 !important; }
   .mr-xl-0,
   .mx-xl-0 {
     margin-right: 0 !important; }
   .mb-xl-0,
   .my-xl-0 {
     margin-bottom: 0 !important; }
   .ml-xl-0,
   .mx-xl-0 {
     margin-left: 0 !important; }
   .m-xl-1 {
     margin: 0.25rem !important; }
   .mt-xl-1,
   .my-xl-1 {
     margin-top: 0.25rem !important; }
   .mr-xl-1,
   .mx-xl-1 {
     margin-right: 0.25rem !important; }
   .mb-xl-1,
   .my-xl-1 {
     margin-bottom: 0.25rem !important; }
   .ml-xl-1,
   .mx-xl-1 {
     margin-left: 0.25rem !important; }
   .m-xl-2 {
     margin: 0.5rem !important; }
   .mt-xl-2,
   .my-xl-2 {
     margin-top: 0.5rem !important; }
   .mr-xl-2,
   .mx-xl-2 {
     margin-right: 0.5rem !important; }
   .mb-xl-2,
   .my-xl-2 {
     margin-bottom: 0.5rem !important; }
   .ml-xl-2,
   .mx-xl-2 {
     margin-left: 0.5rem !important; }
   .m-xl-3 {
     margin: 1rem !important; }
   .mt-xl-3,
   .my-xl-3 {
     margin-top: 1rem !important; }
   .mr-xl-3,
   .mx-xl-3 {
     margin-right: 1rem !important; }
   .mb-xl-3,
   .my-xl-3 {
     margin-bottom: 1rem !important; }
   .ml-xl-3,
   .mx-xl-3 {
     margin-left: 1rem !important; }
   .m-xl-4 {
     margin: 1.5rem !important; }
   .mt-xl-4,
   .my-xl-4 {
     margin-top: 1.5rem !important; }
   .mr-xl-4,
   .mx-xl-4 {
     margin-right: 1.5rem !important; }
   .mb-xl-4,
   .my-xl-4 {
     margin-bottom: 1.5rem !important; }
   .ml-xl-4,
   .mx-xl-4 {
     margin-left: 1.5rem !important; }
   .m-xl-5 {
     margin: 3rem !important; }
   .mt-xl-5,
   .my-xl-5 {
     margin-top: 3rem !important; }
   .mr-xl-5,
   .mx-xl-5 {
     margin-right: 3rem !important; }
   .mb-xl-5,
   .my-xl-5 {
     margin-bottom: 3rem !important; }
   .ml-xl-5,
   .mx-xl-5 {
     margin-left: 3rem !important; }
   .p-xl-0 {
     padding: 0 !important; }
   .pt-xl-0,
   .py-xl-0 {
     padding-top: 0 !important; }
   .pr-xl-0,
   .px-xl-0 {
     padding-right: 0 !important; }
   .pb-xl-0,
   .py-xl-0 {
     padding-bottom: 0 !important; }
   .pl-xl-0,
   .px-xl-0 {
     padding-left: 0 !important; }
   .p-xl-1 {
     padding: 0.25rem !important; }
   .pt-xl-1,
   .py-xl-1 {
     padding-top: 0.25rem !important; }
   .pr-xl-1,
   .px-xl-1 {
     padding-right: 0.25rem !important; }
   .pb-xl-1,
   .py-xl-1 {
     padding-bottom: 0.25rem !important; }
   .pl-xl-1,
   .px-xl-1 {
     padding-left: 0.25rem !important; }
   .p-xl-2 {
     padding: 0.5rem !important; }
   .pt-xl-2,
   .py-xl-2 {
     padding-top: 0.5rem !important; }
   .pr-xl-2,
   .px-xl-2 {
     padding-right: 0.5rem !important; }
   .pb-xl-2,
   .py-xl-2 {
     padding-bottom: 0.5rem !important; }
   .pl-xl-2,
   .px-xl-2 {
     padding-left: 0.5rem !important; }
   .p-xl-3 {
     padding: 1rem !important; }
   .pt-xl-3,
   .py-xl-3 {
     padding-top: 1rem !important; }
   .pr-xl-3,
   .px-xl-3 {
     padding-right: 1rem !important; }
   .pb-xl-3,
   .py-xl-3 {
     padding-bottom: 1rem !important; }
   .pl-xl-3,
   .px-xl-3 {
     padding-left: 1rem !important; }
   .p-xl-4 {
     padding: 1.5rem !important; }
   .pt-xl-4,
   .py-xl-4 {
     padding-top: 1.5rem !important; }
   .pr-xl-4,
   .px-xl-4 {
     padding-right: 1.5rem !important; }
   .pb-xl-4,
   .py-xl-4 {
     padding-bottom: 1.5rem !important; }
   .pl-xl-4,
   .px-xl-4 {
     padding-left: 1.5rem !important; }
   .p-xl-5 {
     padding: 3rem !important; }
   .pt-xl-5,
   .py-xl-5 {
     padding-top: 3rem !important; }
   .pr-xl-5,
   .px-xl-5 {
     padding-right: 3rem !important; }
   .pb-xl-5,
   .py-xl-5 {
     padding-bottom: 3rem !important; }
   .pl-xl-5,
   .px-xl-5 {
     padding-left: 3rem !important; }
   .m-xl-auto {
     margin: auto !important; }
   .mt-xl-auto,
   .my-xl-auto {
     margin-top: auto !important; }
   .mr-xl-auto,
   .mx-xl-auto {
     margin-right: auto !important; }
   .mb-xl-auto,
   .my-xl-auto {
     margin-bottom: auto !important; }
   .ml-xl-auto,
   .mx-xl-auto {
     margin-left: auto !important; } }
 
 .text-justify {
   text-align: justify !important; }
 
 .text-nowrap {
   white-space: nowrap !important; }
 
 .text-truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap; }
 
 .text-left {
   text-align: left !important; }
 
 .text-right {
   text-align: right !important; }
 
 .text-center {
   text-align: center !important; }
 
 @media (min-width: 576px) {
   .text-sm-left {
     text-align: left !important; }
   .text-sm-right {
     text-align: right !important; }
   .text-sm-center {
     text-align: center !important; } }
 
 @media (min-width: 768px) {
   .text-md-left {
     text-align: left !important; }
   .text-md-right {
     text-align: right !important; }
   .text-md-center {
     text-align: center !important; } }
 
 @media (min-width: 1024px) {
   .text-lg-left {
     text-align: left !important; }
   .text-lg-right {
     text-align: right !important; }
   .text-lg-center {
     text-align: center !important; } }
 
 @media (min-width: 1281px) {
   .text-xl-left {
     text-align: left !important; }
   .text-xl-right {
     text-align: right !important; }
   .text-xl-center {
     text-align: center !important; } }
 
 .text-lowercase {
   text-transform: lowercase !important; }
 
 .text-uppercase {
   text-transform: uppercase !important; }
 
 .text-capitalize {
   text-transform: capitalize !important; }
 
 .font-weight-light {
   font-weight: 300 !important; }
 
 .font-weight-normal {
   font-weight: normal !important; }
 
 .font-weight-bold {
   font-weight: bold !important; }
 
 .font-italic {
   font-style: italic !important; }
 
 .text-white {
   color: #fff !important; }
 
 .text-primary {
   color: #007bff !important; }
 
 a.text-primary:focus, a.text-primary:hover {
   color: #0062cc !important; }
 
 .text-secondary {
   color: #868e96 !important; }
 
 a.text-secondary:focus, a.text-secondary:hover {
   color: #6c757d !important; }
 
 .text-success {
   color: #28a745 !important; }
 
 a.text-success:focus, a.text-success:hover {
   color: #1e7e34 !important; }
 
 .text-info {
   color: #17a2b8 !important; }
 
 a.text-info:focus, a.text-info:hover {
   color: #117a8b !important; }
 
 .text-warning {
   color: #ffc107 !important; }
 
 a.text-warning:focus, a.text-warning:hover {
   color: #d39e00 !important; }
 
 .text-danger {
   color: #dc3545 !important; }
 
 a.text-danger:focus, a.text-danger:hover {
   color: #bd2130 !important; }
 
 .text-light {
   color: #f8f9fa !important; }
 
 a.text-light:focus, a.text-light:hover {
   color: #dae0e5 !important; }
 
 .text-dark {
   color: #343a40 !important; }
 
 a.text-dark:focus, a.text-dark:hover {
   color: #1d2124 !important; }
 
 .text-muted {
   color: #868e96 !important; }
 
 .text-hide {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0; }
 
 .visible {
   visibility: visible !important; }
 
 .invisible {
   visibility: hidden !important; }
 
 [tabindex] {
   outline: 0; }
   [tabindex]:active {
     outline: 0; }
 
 .box {
   max-width: 75rem;
   margin: auto;
   position: relative; }
   @media (max-width: 1280px) {
     .box {
       max-width: 66rem; } }
   @media (max-width: 1023px) {
     .box {
       max-width: 94%; } }
 
 .border-top-1 {
   border-top: 1px solid #e6e6e6; }
 
 .border-bottom-1 {
   border-bottom: 1px solid #e6e6e6; }
 
 .border-right-1 {
   border-right: 1px solid #e6e6e6; }
 
 .border-left-1 {
   border-left: 1px solid #e6e6e6; }
 
 .lay-bottom {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%; }
   .lay-bottom-right {
     position: absolute;
     bottom:20px;
     right: 0; }
 
 .lay-top {
   position: absolute;
   bottom: 0;
   top: 0;
   width: 100%; }
 
 .img-strecth {
   width: 100%; }
 
 .stretch-w {
   width: 100%; }
 
 .hover {
   display: none; }
 
 .link-normal {
   color: inherit;
   text-decoration: none; }
   .link-normal:hover, .link-normal.active {
     text-decoration: none;
     color: #cb2919; }
   @media (max-width: 1023px) {
     .link-normal:hover {
       color: inherit; } }
 
 .link-silent {
   color: inherit;
   text-decoration: none; }
   .link-silent:hover {
     text-decoration: none;
     color: inherit; }
 
 .indent {
   text-indent: 2em; }
   .en .indent {
     text-indent: 0; }
 
 .article-sm {
   font-size: 0.875rem;
   line-height: 1.5625rem; }
 
 .article-title-sm {
   font-size: 1.125rem;
   line-height: 1.5625rem; }
 
 .text-import {
   color: #cb2919; }
 
 .arrow-right:after {
   content: "";
   display: inline-block;
   width: 1.875rem;
   height: 1.875rem;
   margin: auto 0.375rem;
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAVFBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkwc6KAAAAG3RSTlMAAAIlLkRFVlpeX2FiY2ZncMfP0uLn6Ovs7/FhaDXdAAAAUElEQVQY063QNw7AMAwEwXWOck4y//9P18axFMsBeAxkTpEEqy0H4IdFfBXhiA5yPg5y3Q6y7qXiaI3gZK20B+slc7ZOpi8WZM/aBr0o6T8/sfADV2AzORQAAAAASUVORK5CYII=);
   margin-left: 1.25rem; }
 
 .d-arrow-bottom {
   position: relative; }
   .d-arrow-bottom:after {
     content: "";
     display: inline-block;
     width: 1rem;
     height: 1.875rem;
     background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/a40ba6aca5ae5a04be47afccae83926b.png?v=1510630561');
     background-repeat: no-repeat;
     background-position: center;
     position: absolute;
     bottom: -1.125rem;
     left: 50%;
     margin-left: -0.5rem; }
 
 .c-scroll {
   overflow: auto; }
   .c-scroll::-webkit-scrollbar {
     width: 0.625rem;
     background-color: transparent;
     background-repeat: repeat-y;
     background-position: center;
     background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMiAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNhNmE2YTYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTIgMlYwSDB2MnoiLz48L3N2Zz4="); }
   .c-scroll::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color: #d0281d; }
 
 .silent-scroll {
   overflow: auto; }
   .silent-scroll::-webkit-scrollbar {
     width: 0.1875rem;
     background-color: transparent; }
   .silent-scroll::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color: rgba(0, 0, 0, 0.3); }
 
 .play-hint {
   position: relative;
   cursor: pointer; }
   .play-hint:after {
     content: "";
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     background-color: rgba(0, 0, 0, 0.4);
     background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/0a4178a2cb48b28aa40e2ed7859c7400.png?v=1510630561');
     background-size: 12%;
     background-position: center;
     background-repeat: no-repeat; }
 
 .download-icon {
   display: block;
   width: 5rem;
   height: 5rem;
   margin: 0.25rem auto;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAA0CAMAAAAQevCgAAAA/1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////99vrbPAAAAVHRSTlMAAQkKDA0OEBIXHB0fICIjKS4vMjM0Ojw/QkNISUpQU1RXWFlbXV9gZ2hpamttb3N0eH+AiIuQlZqdo7bO1Nvc3t/g4+Xn6Ons7fDx8vP29/j5+/6PfMsvAAABQklEQVRIx+3VSVMCMRAF4IfQroC7orjggiLu+46gqKgBBd7//y0epqxyJgnJXCwPvGM6X2XS1ZUBtGQvauonT1eT8Mhqh6GU3GSa0eSd5k4zzy6SpZ55h9kwmH2H2TSYA4dZM5i9vumbf2SWDWbLtnlARERk22AOg1IyIkYeGsFD0zKYz6D0VpsImSH6JBM+KN12k8XofWa7LrKkN2HOQVZMncv1JAVzu3PxCZC3knX7FBQspNxrdArxiRm5ZhRFjRy5f0DF+CSKvAiw84ucmDaIiCQia2U7SYkI6krVU7Ag/ZR7peogyUGttEuSPNM/64MkFKnE8Ja0yWPDVR5JZTPIlGYQ11jyp6ZJvif8TYVsokO2k/6mQX6hSvJ2XPwydkPyBackSeWXLkleI9VkzIwCU6+xRGsBAIbPK8o31cs08A2TIGfFKAVudAAAAABJRU5ErkJggg==);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat; }
 
 .badge {
   font-size: 0.75rem;
   display: inline-block;
   top: -0.375rem;
   right: -0.875rem;
   position: absolute; }
 
 .load-more {
   display: inline-block;
   min-width: 12.5rem;
   padding: 1.25rem;
   font-size: 1rem;
   background-color: #e8e8e8;
   border-radius: 0.375rem;
   color: #595959;
   opacity: 0; }
   .load-more.active {
     opacity: 1; }
   .load-more strong {
     margin: auto 0.375rem; }
 
 .banner {
   position: relative;
   background-size: cover;
   background-position: center;
   overflow: hidden; }
   @media (max-width: 1023px) {
     .banner-placeholder {
       max-width: 100%; } }
   .banner-placeholder:before {
     content: "";
     display: block;
     padding-top: 35%; }
     @media (max-width: 1023px) {
       .banner-placeholder:before {
         padding-top: 34.861%; } }
   .banner-note-outer {
     height: 100%;
     width: 100%;
     position: absolute;
     top: 0;
     left: 50%;
     -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
             transform: translateX(-50%); }
   .banner-note {
     display: inline-block;
     width: 26.625rem;
     padding: 2.25rem 2.5rem 2.25rem 6.25rem;
     background-color: #fff;
     color: #262626;
     opacity: .8;
     font-size: 0.875rem;
     line-height: 1.5rem;
     position: absolute;
     right: 0;
     bottom: 11%;
     z-index: 3;
     -webkit-box-shadow: -0.125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.14);
             box-shadow: -0.125rem 0.1875rem 0.875rem 0 rgba(0, 0, 0, 0.14);
     text-indent: 2em; }
     @media (max-width: 1023px) {
       .banner-note {
         padding: 1.25rem 1.25rem 1.25rem 3.75rem; } }
     .banner-note:before {
       content: "";
       display: inline-block;
       width: 4.125rem;
       height: 2.1875rem;
       background-size: contain;
       background-position: center;
       background-repeat: no-repeat;
       background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAjCAYAAAAg/NwXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFRJREFUeNrs07ENACAIRUEwTGHj/ju5i26Atcm9lu7yyb3mCcVAAAIECBDvqrmlRXgNECAQgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA/NUVYAC8JwJd+FhK/QAAAABJRU5ErkJggg==);
       position: absolute;
       left: 3rem;
       top: 0.875rem; }
       @media (max-width: 1023px) {
         .banner-note:before {
           left: 1.875rem;
           top: 0.25rem; } }
 
 .disabled {
   cursor: not-allowed !important; }
 
 .collapse-item:last-child, .collapse-item.active {
   border-bottom: 0; }
 
 .collapse-header {
   display: block;
   padding: 1.5rem 2.625rem;
   border-bottom: 1px solid #e6e6e6;
   position: relative; }
   .collapse-header::after {
     display: block;
     clear: both;
     content: ""; }
 
 .collapse-cover {
   float: left; }
 
 .collapse-title {
   margin-right: 3.375rem;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap; }
 
 .collapse-arrow {
   display: inline-block;
   width: 1.875rem;
   height: 1.875rem;
   margin-top: -0.9375rem;
   position: absolute;
   right: 0.625rem;
   top: 50%;
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAbFBMVEX///9ZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVnwR0LfAAAAI3RSTlMADhMUFxseHyEiKCosLTAyMzg7P0NHSlBZZsfV4ejs9PX5+0l53zMAAABcSURBVBgZvcHpEoFgAEDRa0mF7GUJ+dz3f8fUNE343zmMqDgzcCpo3N3TSww04qcbOokhozUNrmjNNaUTacrH7GVGL9YFTCrXDCx9w8MDX7aWN4/82GnOn8uV0dWR+wVq9QF+dgAAAABJRU5ErkJggg==);
   cursor: pointer; }
   .collapse-item.active .collapse-arrow {
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAflBMVEX///9ZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlj0TPQAAAAKXRSTlMABAoLDhITFhobHh8gISIoLTAyMzQ9REhNU1ZfYGPa29zl6Onz9Pr7/dhcf4YAAABeSURBVBgZvcHZEoEAAEDRS/Yt2XeK5P7/D1LTNOG9c2jeds+fmS75MX0lN+d86WubzJCaXmoEIx1TCR5GfEx0SKkVu6YQ+uxS6FzcUFp4H5C7uqOyMiV3PFNzONGcNwSVBlwJ1chcAAAAAElFTkSuQmCC); }
 
 .collapse-cover {
   width: 6.875rem;
   height: 5rem;
   position: relative;
   margin-right: 1.5rem;
   overflow: hidden; }
   .collapse-cover > img {
     width: 100%; }
 
 .text-justify {
   text-align: justify;
   text-justify: distribute-all-lines;
   text-align-last: justify; }
 
 .link-btn {
   padding: 0.3125rem 1.125rem;
   border: 1px solid #fff;
   color: #fff;
   text-decoration: none; }
   .link-btn:hover {
     background-color: rgba(255, 255, 255, 0.3);
     text-decoration: none;
     color: #fff; }
 
 .hover-scale {
   overflow: hidden; }
   .hover-scale img {
     -webkit-transition: -webkit-transform .8s;
     transition: -webkit-transform .8s;
     transition: transform .8s;
     transition: transform .8s, -webkit-transform .8s;
     -webkit-transform: scale(1);
         -ms-transform: scale(1);
             transform: scale(1); }
   .hover-scale:hover img {
     -webkit-transform: scale(1.1);
         -ms-transform: scale(1.1);
             transform: scale(1.1); }
   @media (max-width: 1023px) {
     .hover-scale:hover img {
       -webkit-transform: none;
           -ms-transform: none;
               transform: none; } }
 
 .with-sq-dots .slick-dots {
   padding-left: 0;
   list-style: none;
   text-align: center;
   font-size: 0;
   margin-top: 2rem; }
   .with-sq-dots .slick-dots li {
     display: inline-block;
     width: 2.5rem;
     height: 0.375rem;
     margin: auto 0.5rem; }
     .with-sq-dots .slick-dots li button {
       display: block;
       width: 100%;
       height: 100%;
       background-color: #8c8c8c; }
     .with-sq-dots .slick-dots li.slick-active button {
       background-color: #d1291a; }
 
 .multiline {
   display: inline-block;
   vertical-align: middle;
   width: 95%; }
 
 .multiline-expander {
   display: inline-block;
   vertical-align: middle;
   height: 100%; }
 
 button,
 html [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: none;
   border: none;
   background-color: transparent; }
 
 .top-header {
   background-color: #fff;
   border-bottom: 1px solid #e6e6e6;
   position: relative;
   z-index: 10; }
   @media (max-width: 1023px) {
     .top-header {
       display: none; } }
 
 .langs {
   color: #595959;
   font-size: 0;
   display: inline-block;
   margin-top: 6px; }
   .langs span {
     font-size: 14px;
     display: inline-block; }
   .langs > span:after {
     content: "|";
     display: inline-block;
     margin: auto 8px; }
   .langs > span:last-child:after {
     content: "";
     display: none; }
 
 .input-search {
   border: 1px solid #8c8c8c;
   font-size: 0.875rem;
   margin-left: 2rem;
   display: inline-block; }
   .input-search > input {
     -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
     background-image: none;
     background-color: transparent;
     outline: 0;
     border: 0;
     padding: 1px 7px;
     min-width: 1px; }
   .input-search .search-icon {
     height: 1.25rem;
     margin-top: -0.125rem; }
     @media (max-width: 1023px) {
       .input-search .search-icon {
         height: 1.875rem;
         margin-top: -0.25rem; } }
   .input-search .input-search-addon {
     padding: 0 0.5rem;
     -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
     border: 0;
     outline: 0;
     background-image: none;
     background-color: transparent;
     cursor: pointer; }
     .input-search .input-search-addon:focus {
       outline: 0; }
   .input-search.mobile-input-search {
     border-radius: 4px;
     margin: auto 2.625rem;
     overflow: hidden;
     border-color: #cdcdcd;
     font-size: 1.875rem; }
     .input-search.mobile-input-search > input {
       width: 27rem; }
   @media (max-width: 1023px) {
     .input-search-addon {
       background: #f2f2f2;
       padding: 1px 0.875rem; } }
 
 .shares {
   float: right; }
   .shares .bds_more.bds_more {
     display: inline-block;
     height: 2.0625rem;
     padding-left: 2.5rem;
     margin: auto;
     background-position: center;
     background-size: contain;
     background-repeat: no-repeat; }
   .shares .bdsharebuttonbox {
     float: left; }
   .shares > a {
     float: left; }
 
 .logo {
   float: left;
   margin-top: 1.4375rem;
   width: 20rem;
   }
   .logo > img {
     width: 14.5rem;
     }
   @media (max-width: 1023px) {
     .logo {
       margin-top: 0; }
       .logo > img {
         width: 20rem; } }
 
 header {
   display: block; }
   @media (max-width: 1023px) {
     header {
       height: 7rem; } }
 
 .header-nav-box {
   margin-top: -1px;
   border-bottom: 0.25rem solid #e5e5e5;
   position: relative;
   z-index: 9; }
   .header-nav-box:hover:before {
     content: "";
     width: 87.5rem;
     max-width: 100%;
     position: absolute;
     bottom: -29.375rem;
     left: 50%;
     -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
             transform: translateX(-50%); }
   .zh-cn .header-nav-box .link-normal:hover, .header-nav-box .link-normal.active {
     font-weight: 500; }
   @media (max-width: 1023px) {
     .header-nav-box {
       border-bottom-width: 1px;
       position: fixed;
       width: 100%;
       left: 0;
       top: 0; } }
 
 .header-nav {
   padding-left: 0;
   list-style: none;
   color: #262626;
   margin: auto;
   /* margin-left: 9.25rem; */
   float: left;
   }
   .header-nav-outer {
     background-color: #fff;
     z-index: 10; }
     .header-nav-outer::after {
       display: block;
       clear: both;
       content: ""; }
     @media (max-width: 1023px) {
       .header-nav-outer {
         max-width: none;
         padding: 1.5rem; } }
   @media (max-width: 1023px) {
     .header-nav {
       display: none; } }
   .header-nav > .nav-item {
     margin: 1.8125rem 1.25rem;
     /* padding: 0 0.3rem; */
     cursor: pointer;
     text-align: center;
     float: left;
     position: relative;
     }
     .header-nav > .nav-item.active:before, .header-nav > .nav-item:hover:before {
       content: "";
       display: block;
       position: absolute;
       border-bottom: 0.25rem solid #cb2919;
       width: 100%;
       height: 0.25rem;
       left: -1.25rem;
       bottom: -2.0625rem;
       padding: 0 1.25rem;
       -webkit-box-sizing: content-box;
               box-sizing: content-box; }
     @media (max-width: 1280px) {
       .header-nav > .nav-item {
         margin: 1.8125rem 0.5rem;
         } }
 
 .sub-nav {
   width: 100%;
   height: 23rem;
   position: absolute;
   top: 0.25rem;
   left: 0;
   background-color: #ffffff;
   z-index: 9;
   opacity: 0;
   -webkit-transform: translateY(-1000px);
       -ms-transform: translateY(-1000px);
           transform: translateY(-1000px);
   -webkit-transition: opacity .5s, -webkit-transform .5s;
   transition: opacity .5s, -webkit-transform .5s;
   transition: opacity .5s, transform .5s;
   transition: opacity .5s, transform .5s, -webkit-transform .5s; }
   .sub-nav.active {
     -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
             transform: translateY(0);
     opacity: 1; }
   @media (max-width: 1023px) {
     .sub-nav-list {
       display: none; } }
 
 .sub-nav-items {
   list-style: none;
   padding: 1.5rem 0;
   text-align: left;
   display: inline-block; }
   .sub-nav-items-outer {
     width: 9.375rem;
     text-align: center; }
 
 .sub-nav-item {
   margin: 1.125rem auto; }
 
 .sub-nav-content {
   display: none;
   position: absolute;
   position: absolute;
   right: 0;
   top: 0;
   width: 65.625rem;
   height: 100%;
   padding: 1rem 0;
   line-height: 1.5;
   cursor: default;
   font-size: 1rem; }
   .sub-nav-content::after {
     display: block;
     clear: both;
     content: ""; }
   @media (max-width: 1280px) {
     .sub-nav-content {
       width: 54.625rem; }
       .sub-nav-content .text-left {
         font-size: 0.9375rem; } }
 
 .sub-nav-cover {
   height: 20.875rem;
   width: 27.9375rem;
   margin-right: 1.125rem;
   overflow: hidden;
   float: left; }
   @media (max-width: 1280px) {
     .sub-nav-cover {
       width: 24.375rem; } }
   .sub-nav-cover.sub-nav-culture {
     width: 24.625rem;
     margin-right: 0; }
 
 .sub-nav-culture-right {
   float: left; }
   @media (max-width: 1280px) {
     .sub-nav-culture-right {
       width: 29.875rem;
       margin-top: 2.25rem; } }
 
 .sub-nav-full-cover {
   position: relative;
   width: 98%;
   height: 98%;
   margin-top: 0.375rem; }
   @media (max-width: 1280px) {
     .sub-nav-full-cover {
       margin-top: 2rem; } }
   .sub-nav-full-cover > img {
     width: 100%;
     display: block; }
 
 .sub-nav-desc {
   margin-left: 27.9375rem; }
   @media (max-width: 1280px) {
     .sub-nav-desc {
       margin-left: 24.375rem; } }
 
 .en .sub-nav-item {
   padding: 0 0.625rem; }
 
 .zh-cn .sub-nav-item.active > .link-normal {
   font-weight: 500; }
 
 .sub-nav-item.active > .link-normal {
   color: #cb2919; }
 
 .sub-nav-item.active > .sub-nav-content {
   display: block; }
 
 .sub-nav-worldmap-container {
   width: 100%;
   height: 100%;
   overflow: hidden; }
 
 .culture-item {
   line-height: 3.125rem; }
   @media (max-width: 1280px) {
     .culture-item {
       line-height: 2.375rem; }
       .en .culture-item {
         line-height: 1.5rem; } }
   .en .culture-item {
     line-height: 1.875rem; }
 
 .culture-title {
   color: #cb2919;
   font-weight: bold; }
 
 .culture-desc {
   font-size: 0.875rem; }
   .culture-desc.slogan {
     line-height: 1.25;
     display: inline-block;
     vertical-align: middle;
     padding-left: 0.25rem;
     text-align: center; }
 
 .nav-structure-detail {
   width: 26.5625rem;
   -webkit-box-shadow: 1px 1px 13px 3px rgba(0, 0, 0, 0.18);
           box-shadow: 1px 1px 13px 3px rgba(0, 0, 0, 0.18);
   padding: 1.625rem 0;
   float: left; }
   .nav-structure-detail::after {
     display: block;
     clear: both;
     content: ""; }
   .nav-structure-detail-item {
     display: none; }
     .nav-structure-detail-item.active {
       display: block; }
 
 .nav-structure-cover {
   width: 21.5625rem;
   height: 17.4375rem;
   margin: auto;
   background-size: cover;
   background-position: center; }
 
 .brands-list {
   width: 5.75rem;
   -webkit-transition: -webkit-transform .4s;
   transition: -webkit-transform .4s;
   transition: transform .4s;
   transition: transform .4s, -webkit-transform .4s; }
   .brands-list-outer {
     height: 16.25rem;
     overflow: hidden; }
   .brands-list-box {
     line-height: 1.125rem;
     margin-left: 2.625rem;
     text-align: center;
     position: relative;
     float: right; }
   .brands-list-up, .brands-list-down {
     width: 1.25rem;
     height: 1.25rem;
     background-position: center;
     background-size: contain;
     position: absolute;
     left: 50%;
     margin-left: -0.625rem;
     cursor: pointer; }
   .brands-list-up {
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAflBMVEX///9ZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlj0TPQAAAAKXRSTlMABAoLDhITFhobHh8gISIoLTAyMzQ9REhNU1ZfYGPa29zl6Onz9Pr7/dhcf4YAAABeSURBVBgZvcHZEoEAAEDRS/Yt2XeK5P7/D1LTNOG9c2jeds+fmS75MX0lN+d86WubzJCaXmoEIx1TCR5GfEx0SKkVu6YQ+uxS6FzcUFp4H5C7uqOyMiV3PFNzONGcNwSVBlwJ1chcAAAAAElFTkSuQmCC);
     top: -1.5rem; }
   .brands-list-down {
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAbFBMVEX///9ZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVlZWVnwR0LfAAAAI3RSTlMADhMUFxseHyEiKCosLTAyMzg7P0NHSlBZZsfV4ejs9PX5+0l53zMAAABcSURBVBgZvcHpEoFgAEDRa0mF7GUJ+dz3f8fUNE343zmMqDgzcCpo3N3TSww04qcbOokhozUNrmjNNaUTacrH7GVGL9YFTCrXDCx9w8MDX7aWN4/82GnOn8uV0dWR+wVq9QF+dgAAAABJRU5ErkJggg==);
     bottom: -1.5rem; }
   .brands-list-item {
     margin: 15px auto; }
     .brands-list-item > img {
       display: block;
       margin: auto;
       max-width: 100%; }
 
 .nav-card {  -webkit-box-sizing: border-box;
   box-sizing: border-box;
 -moz-user-select: none;
 -webkit-user-select: none;
   width: 46%;
   margin: 0 1.5%;
   padding: 0.625rem 0;
   float: left;
   color: #404040;
   overflow: hidden;
   display: table; }
   .nav-card-list {
     width: 36.5rem;
     margin-left: auto;
     padding: 0 0.25rem;
     -webkit-transform: scale(1);
         -ms-transform: scale(1);
             transform: scale(1); }
     .nav-card-list::after {
       display: block;
       clear: both;
       content: ""; }
     @media (max-width: 1280px) {
       .nav-card-list {
         width: 29rem; } }
     .nav-card-list.grid-1 > .nav-card {
       width: 96%;
       margin: auto;
       float: none; }
       .nav-card-list.grid-1 > .nav-card .nav-card-name {
         width: 16rem; }
       .nav-card-list.grid-1 > .nav-card .nav-card-cover {
         width: auto; }
   .nav-card.active {
     background-color: #f2f2f2;
     text-decoration: none;
     color: #404040; }
   .nav-card-name {
     display: table-cell;
     padding: 0 0.75rem;
     vertical-align: middle; }
   .nav-card-cover {
     display: table-cell;
     overflow: hidden;
     vertical-align: middle;
     width: 4.6875rem;
     height: 3.75rem; }
     .nav-card-cover > img {
       max-width: 100%;
       max-height: 100%; }
   .nav-card-arrow {
     display: table-cell;
     width: 2rem;
     padding-left: 0.375rem;
     padding-right: 0.375rem;
     vertical-align: middle; }
 
 @media (max-width: 1280px) {
   .nav-structure-container .nav-card-list {
     width: 27.125rem; } }
 
 .product-cover-item {
   display: none;
   width: 28rem;
   height: 100%;
   background-size: cover;
   background-position: center; }
   .product-cover-item.active {
     display: block; }
 
 .nav-news-list::after {
   display: block;
   clear: both;
   content: ""; }
 
 .nav-news-title {
   font-size: 1rem;
   display: block;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   max-height: 2.875rem;
   margin-bottom: 2.1875rem; }
 
 .nav-news-content {
   display: none;
   font-size: 0.875rem; }
 
 .nav-news-link {
   display: none;
   padding: 0.3125rem 1.125rem;
   border: 1px solid #fff;
   color: #fff;
   text-decoration: none; }
   .nav-news-link:hover {
     background-color: rgba(255, 255, 255, 0.3);
     text-decoration: none;
     color: #fff; }
 
 .nav-news-box {
   position: absolute;
   width: 100%;
   top: 16.75rem;
   padding: 0 1.5rem;
   z-index: 3; }
 
 .nav-news-item {
   background-size: cover;
   background-position: center;
   width: 16rem;
   height: 21rem;
   position: relative;
   color: #fff;
   text-align: left;
   float: left;
   -webkit-transition: width .2s;
   transition: width .2s;
   overflow: hidden; }
   @media (max-width: 1280px) {
     .nav-news-item {
       width: 13.25rem; } }
   .nav-news-item.play-hint:after {
     background-color: transparent;
     background-size: 4.25rem; }
   .nav-news-item:before {
     content: "";
     background-color: rgba(0, 0, 0, 0.5);
     position: absolute;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 2; }
   .nav-news-item.active {
     width: 32.625rem; }
     @media (max-width: 1280px) {
       .nav-news-item.active {
         width: 26.875rem; } }
     .nav-news-item.active .nav-news-link {
       display: inline-block; }
     .nav-news-item.active .nav-news-title {
       font-size: 1.125rem;
       max-height: 3.1875rem; }
     .nav-news-item.active .nav-news-content {
       display: block;
       max-height: 5rem;
       overflow: hidden;
       margin-bottom: 1.75rem;
       text-indent: 2em;
       line-height: 1.75rem;
       display: block;
       display: -webkit-box;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
       overflow: hidden;
       text-overflow: ellipsis; }
       .en .nav-news-item.active .nav-news-content {
         text-indent: 0; }
     .nav-news-item.active .nav-news-box {
       top: 3.875rem;
       padding: 0 2.625rem;
       width: 32.625rem; }
       @media (max-width: 1280px) {
         .nav-news-item.active .nav-news-box {
           width: 26.875rem; } }
 
 .nav-video-list .nav-news-item.active .nav-news-box {
   top: 7.5rem;
   text-align: center; }
 
 .download-cards {
   margin-top: 1.125rem; }
   .download-cards::after {
     display: block;
     clear: both;
     content: ""; }
   @media (max-width: 1280px) {
     .download-cards {
       margin-top: 2.5rem; } }
 
 .download-item {
   -webkit-box-shadow: 1px 1px 0.9375rem rgba(0, 0, 0, 0.13);
           box-shadow: 1px 1px 0.9375rem rgba(0, 0, 0, 0.13);
   position: relative;
   width: 31%;
   margin-right: 2%;
   float: left; }
   .download-item-more {
     position: absolute;
     right: 1.5625rem;
     bottom: 0.5rem; }
     @media (max-width: 1280px) {
       .download-item-more {
         bottom: 0.75rem; } }
 
 .sub-nav-missions {
   position: relative;
   text-align: left;
   padding-left: 3rem;
   padding-top: 1rem;
   z-index: 1; }
 
 .sub-nav-mission-img {
   position: absolute;
   bottom: 1.5rem;
   right: 2.5rem;
   width: 25%; }
   .sub-nav-mission-img > img {
     width: 100%; }
 
 .mission-item {
   color: #cb2919;
   font-weight: bold;
   line-height: 30px; }
 
 .nav-historical-review {
   margin-right: 1.5rem;
   margin-top: 0.875rem;
   overflow: hidden;
   position: relative; }
   @media (max-width: 1280px) {
     .nav-historical-review {
       margin-top: 2.25rem; } }
 
 .mobile-nav .collapse-title {
   font-weight: 500;
   font-size: 2rem; }
 
 .mobile-nav .collapse-item.active .collapse-arrow {
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/d1eaaf5d9e347b5b8210005eadd3f630.png?v=1510630561'); }
 
 .mobile-nav .collapse-item.active .collapse-title {
   color: #cb2919; }
 
 .mobile-nav-outer {
   position: fixed;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: 1050;
   -webkit-transform: translateX(1000px);
       -ms-transform: translateX(1000px);
           transform: translateX(1000px);
   -webkit-transition: -webkit-transform .4s;
   transition: -webkit-transform .4s;
   transition: transform .4s;
   transition: transform .4s, -webkit-transform .4s; }
   .mobile-nav-outer.active {
     -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
             transform: translateX(0); }
   @media (min-width: 1024px) {
     .mobile-nav-outer {
       display: none; } }
 
 .mobile-nav-content {
   position: relative;
   width: 36rem;
   height: 100%;
   margin-left: 5rem;
   padding: 2.25rem 0;
   background: #fff;
   overflow: auto;
   -webkit-box-shadow: -2px 4px 0.625rem 1px rgba(0, 0, 0, 0.3);
           box-shadow: -2px 4px 0.625rem 1px rgba(0, 0, 0, 0.3); }
 
 .mobile-nav-close {
   position: absolute;
   left: 1px;
   top: 0.625rem;
   background: #fff;
   width: 3.75rem;
   height: 3.75rem;
   line-height: 3.75rem;
   font-size: 3rem;
   text-align: center;
   border-radius: 0.5rem;
   -webkit-box-shadow: 1px 2px 0.625rem 0px rgba(0, 0, 0, 0.26);
           box-shadow: 1px 2px 0.625rem 0px rgba(0, 0, 0, 0.26); }
 
 .mobile-nav-open {
   width: 3.4375rem;
   height: 3.125rem;
   z-index: 20;
   margin-left: auto;
   margin-right: 0.625rem; }
   @media (min-width: 1024px) {
     .mobile-nav-open {
       display: none; } }
   .mobile-nav-open > span {
     display: block;
     height: 0.375rem;
     width: 100%;
     border-radius: 0;
     margin: 0.75rem auto;
     background-color: #727171; }
 
 .mobile-langs {
   padding-top: 20px;
   text-align: center; }
   .mobile-langs .langs {
     display: inline-block;
     padding: 6px 18px;
     background: #d1291a;
     font-size: 15px;
     color: #ffffff;
     line-height: 18px;
     text-align: center; }
     .mobile-langs .langs > span {
       display: inline-block; }
       .mobile-langs .langs > span a {
         display: inline-block;
         color: #ffffff; }
 
 .m-sub-nav-list {
   margin: auto;
   padding: 0 3.875rem;
   background-color: #fafafa; }
 
 .m-sub-nav-item {
   display: block;
   border-bottom: 1px solid #e5e5e5;
   padding: 1.125rem 0;
   font-size: 1.875rem; }
   .m-sub-nav-item:last-child {
     border-bottom: 0; }
 
 .sub-header {
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/a85294d0f915a12a578a9978d720c278.jpg?v=1510630561');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   -webkit-box-shadow: 1px 0px 14px 3px rgba(0, 0, 0, 0.11);
           box-shadow: 1px 0px 14px 3px rgba(0, 0, 0, 0.11);
   z-index: 2;
   position: relative;
   font-size: 1.125rem;
   white-space: nowrap;
   overflow: auto; }
   .sub-header::after {
     display: block;
     clear: both;
     content: ""; }
   @media (max-width: 1023px) {
     .sub-header {
       display: none; } }
 
 .current-nav {
   display: block;
   color: #fff;
   font-size: 1.5rem;
   float: left;
   margin-top: 1.25rem; }
   .current-nav:before {
     content: "";
     display: inline-block;
     margin-right: 0.625rem;
     border: 0.375rem solid #fff;
     border-left-width: 0.75rem;
     border-right: 0;
     border-top-color: transparent;
     border-bottom-color: transparent; }
   @media (max-width: 1023px) {
     .current-nav {
       display: none; } }
 
 .sub-header-nav {
   display: block;
   padding-left: 2rem;
   padding-right: 2rem;
   margin-left: auto;
   float: right;
   white-space: nowrap;
   overflow: auto;
   max-width: 88%;
   font-size: 0;
   overflow: auto; }
   .sub-header-nav::-webkit-scrollbar {
     width: 0.1875rem;
     background-color: transparent; }
   .sub-header-nav::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color: rgba(0, 0, 0, 0.3); }
   @media (max-width: 1023px) {
     .sub-header-nav {
       margin-left: 0.625rem !important; } }
   .sub-header-nav-item {
     -webkit-transform: skewX(-20deg);
         -ms-transform: skewX(-20deg);
             transform: skewX(-20deg);
     color: #fff;
     font-size: 1.125rem;
     display: inline-block; }
     .sub-header-nav-item > a {
       -webkit-transform: skewX(20deg);
           -ms-transform: skewX(20deg);
               transform: skewX(20deg);
       display: inline-block;
       padding: 1.625rem 1.75rem; }
       .en .sub-header-nav-item > a {
         font-size: 0.875rem;
         padding: 1.625rem 1rem; }
       @media (max-width: 1280px) {
         .sub-header-nav-item > a {
           padding: 1.5rem 1rem; } }
       @media (max-width: 1023px) {
         .sub-header-nav-item > a {
           padding: 1rem 0.625rem;
           font-size: 1.875rem; } }
     .sub-header-nav-item.active, .sub-header-nav-item:hover {
       background: #fff; }
       .sub-header-nav-item.active > a, .sub-header-nav-item:hover > a {
         color: #cb2919; }
 
 .third-nav {
   padding: 1rem;
   position: relative;
   overflow: hidden; }
   .third-nav-outer {
     overflow: auto;
     padding-bottom: 2px; }
   .third-nav:after {
     content: "";
     display: block;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     border-bottom: 1px solid #e6e6e6; }
   .third-nav .link-normal {
     display: inline-block;
     margin-right: 2.5rem;
     position: relative; }
     .third-nav .link-normal.active:after, .third-nav .link-normal.active:before {
       content: "";
       position: absolute;
       display: block;
       width: 0;
       height: 0;
       border-color: transparent;
       border-style: solid;
       left: 50%;
       border-top-width: 0;
       z-index: 1; }
     .third-nav .link-normal.active:before {
       border-width: 0.5rem;
       bottom: -1rem;
       margin-left: -0.5rem;
       border-bottom-color: #e6e6e6; }
     .third-nav .link-normal.active:after {
       border-width: 0.4375rem;
       bottom: -1.0625rem;
       margin-left: -0.4375rem;
       border-bottom-color: #fff; }
   @media (max-width: 1023px) {
     .third-nav {
       font-size: 1.25rem; }
       .third-nav > .box {
         /*text-align: center;*/
       }
       .third-nav .link-normal {
         margin: 0 .65rem;
         margin-bottom: .5em;}
       .third-nav .link-normal:before {
         display: none !important; }
       .third-nav .link-normal:after {
         display: none !important; }
   }
 
 @media (min-width: 1024px) {
   .m-sub-header {
     display: none; } }
 
 .msh-item-list {
   border-bottom: 0.9375rem solid #f5f5f5;
   padding: 1.125rem 0; }
   .msh-item-list::after {
     display: block;
     clear: both;
     content: ""; }
 
 .msh-item {
   float: left;
   width: 25%;
   text-align: center;
   word-break: break-word;
   margin-bottom: 1rem; }
   .msh-item .shn-icon {
     padding: 0.75rem; }
   .msh-item .icon-img {
     width: 5rem;
     display: block;
     margin: auto; }
   .msh-item .link-normal {
     display: inline-block; }
   .msh-item .onActivate {
     display: none; }
   .msh-item.active {
     color: #cb2919; }
     .msh-item.active .onActivate {
       display: block; }
     .msh-item.active .offActivate {
       display: none; }
 
 @media (max-width: 1023px) {
   .msh-item-list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex-direction: row;
             flex-direction: row;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap; }
   .msh-item {
     -webkit-box-flex: 0;
         -ms-flex-positive: 0;
             flex-grow: 0;
     -ms-flex-negative: 0;
         flex-shrink: 0;
     float: none; } }
 
 .footer {
   display: block;
   background-color: #f5f5f5; }
   @media (max-width: 1023px) {
     .footer-nav {
       display: none; } }
   .footer-nav-items {
     padding-left: 0;
     list-style: none;
     margin: auto;
     margin-right: 5rem;
     line-height: 1.875rem;
     margin-top: 0.75rem; }
     .footer-nav-items::after {
       display: block;
       clear: both;
       content: ""; }
   .footer .nav-item {
     float: left;
     width: 16%;
     color: #3e3c36; }
   .footer span.border-right-1 {
     border-color: #000000; }
 
 .footer-links {
   color: #545251;
   padding: 1rem 0; }
   @media (max-width: 1023px) {
     .footer-links {
       text-align: center;
       padding-bottom: 0; } }
 
 .social-links {
   float: left; }
   @media (max-width: 1023px) {
     .social-links {
       float: none;
       display: inline-block;
       margin: 1.25rem auto; } }
   .social-links .bdsharebuttonbox.bdsharebuttonbox {
     float: left; }
     @media (max-width: 1023px) {
       .social-links .bdsharebuttonbox.bdsharebuttonbox {
         margin-right: 1.5rem; } }
   .social-links .bds_more.bds_more {
     margin: auto;
     height: 1.625rem;
     padding-left: 1.5rem;
     margin-right: 0.75rem;
     background-size: 1.75rem;
     background-position: center; }
     @media (max-width: 1023px) {
       .social-links .bds_more.bds_more {
         height: 2.5rem;
         padding-left: 2.5rem;
         margin-right: 1.5rem;
         background-size: 3rem; } }
   .social-links > span {
     display: inline-block;
     margin: auto 0.375rem; }
     .social-links > span.border-right-1 {
       border-color: #000000; }
     @media (max-width: 1023px) {
       .social-links > span {
         margin: auto 0.375rem; } }
   .social-links img {
     height: 1.5rem; }
     @media (max-width: 1023px) {
       .social-links img {
         height: 2.5rem; } }
 
 .footer-aboutus {
   float: right;
   display: block;
   font-size: 0; }
   .footer-aboutus > span {
     font-size: 1rem; }
   @media (max-width: 1023px) {
     .footer-aboutus {
       float: none; }
       .en .footer-aboutus {
         font-size: 1.25rem; }
       .footer-aboutus > span {
         font-size: 1.5rem; }
         .en .footer-aboutus > span {
           font-size: 1.25rem; }
         .footer-aboutus > span:first-child {
           display: none; } }
 
 .copyright {
   padding: 1.5rem 0; }
   @media (max-width: 1023px) {
     .copyright {
       margin-top: 1.25rem;
       padding: 1.25rem;
       border-top: 1px solid #e5e5e5; } }
 
 #navbar-external {
   color: #595959;
   font-size: 0.75rem; }
 
 .collapse-trigger {
   width: 2.125rem;
   height: 1.875rem;
   position: relative;
   margin: auto;
   -webkit-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
           transform: rotate(0deg);
   -webkit-transition: .5s ease-in-out;
   transition: .5s ease-in-out;
   cursor: pointer; }
   .collapse-trigger span {
     display: block;
     position: absolute;
     height: 0.375rem;
     width: 100%;
     background: #8c8c8c;
     border-radius: 0;
     opacity: 1;
     left: 0;
     -webkit-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
             transform: rotate(0deg);
     -webkit-transition: .25s ease-in-out;
     transition: .25s ease-in-out; }
   .collapsed .collapse-trigger span:nth-child(1) {
     top: 0;
     -webkit-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
             transform: rotate(0deg); }
   .collapsed .collapse-trigger span:nth-child(2) {
     left: 0;
     opacity: 1; }
   .collapsed .collapse-trigger span:nth-child(3) {
     top: 1.5rem;
     -webkit-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
             transform: rotate(0deg); }
   .collapse-trigger span:nth-child(1) {
     top: 0.75rem;
     -webkit-transform: rotate(135deg);
         -ms-transform: rotate(135deg);
             transform: rotate(135deg); }
   .collapse-trigger span:nth-child(2) {
     top: 0.75rem;
     opacity: 0;
     left: -3.75rem; }
   .collapse-trigger span:nth-child(3) {
     top: 0.75rem;
     -webkit-transform: rotate(-135deg);
         -ms-transform: rotate(-135deg);
             transform: rotate(-135deg); }
 
 #wechat-qr-modal .modal-dialog {
   width: 205px;
   padding: 10px;
   margin: auto;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transition: none;
   transition: none;
   -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
   text-align: center;
   background: #fff; }
 
 .article-card {
   width: 24rem;
   margin-right: 1.5rem;
   margin-bottom: 2.5rem;
   float: left;
   word-wrap: break-word;
   background-color: #fff;
   border-radius: 0;
   position: relative; }
   @media (max-width: 1280px) {
     .article-card {
       width: 20.3125rem; } }
   @media (max-width: 1023px) {
     .article-card {
       width: 46%;
       margin: 0.625rem 2%; } }
   .article-card:hover {
     -webkit-box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(0, 0, 0, 0.27);
             box-shadow: 0.125rem 0.125rem 0.875rem 0 rgba(0, 0, 0, 0.27); }
   .article-card-list {
     display: block;
     margin: auto;
     margin-right: -1.5rem; }
     .article-card-list::after {
       display: block;
       clear: both;
       content: ""; }
     @media (max-width: 1023px) {
       .article-card-list {
         margin-right: auto; } }
   .article-card-cover {
     height: 16.875rem;
     overflow: hidden; }
     @media (max-width: 1280px) {
       .article-card-cover {
         height: 14.375rem; } }
   .article-card-img {
     width: 100%; }
   .article-card-block {
     padding: 1.5rem 0.625rem; }
   .article-card-title {
     font-weight: bold;
     display: block;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     height: 3rem; }
     @media (max-width: 1023px) {
       .article-card-title {
         height: 4.5rem; } }
 
 .article-column-list {
   position: relative; }
   .article-column-list::after {
     display: block;
     clear: both;
     content: ""; }
 
 .article-column-item {
   width: 36.25rem;
   float: left; }
   .article-column-item:last-child {
     float: right; }
   @media (max-width: 1280px) {
     .article-column-item {
       width: 30.625rem; } }
   @media (max-width: 1023px) {
     .article-column-item {
       width: 94%;
       margin: auto 3%; } }
   .article-column-item p {
     text-indent: 2em;
     line-height: 1.8;
     margin-bottom: 0; }
     .en .article-column-item p {
       text-indent: 0; }
   .article-column-item h4 {
     margin-bottom: 0; }
 
 .slick-prev,
 .slick-next {
   position: absolute;
   display: block;
   height: 2.5rem;
   width: 2.5rem;
   line-height: 0;
   font-size: 0;
   cursor: pointer;
   background: transparent;
   color: transparent;
   top: 50%;
   -webkit-transform: translate(0, -50%);
       -ms-transform: translate(0, -50%);
           transform: translate(0, -50%);
   padding: 0;
   border: none;
   outline: none;
   background-position: center;
   background-size: cover; }
   .slick-prev:focus,
   .slick-next:focus {
     outline: 0; }
 
 .slick-prev {
   left: -25px;
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/5f57eeb056ad878cbc514baa7f3845b0.png?v=1510630561'); }
   .slick-prev:active, .slick-prev:focus {
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAAABzwahEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lJREFUeNrsm2lIVFEUx5/Lh/zSAhXhh6LlS7SvtkiREZaJFCFRaPQl2wiiIkNQoghJqKCitIXAyAqECo0MMkJRkpJQCKFooSKLyhbaoMh+l7l9M+/RN+M8znjgz4F5/3nDb96be8+5705cZ2enF4sR78VoxCx4ot8TtIwf6ev9U9peSD5jHKkITUWv0THed131FQc6ldSKctEklI6qeT1bLThwC0n1KKmLw6dVggOdQbrTjWWQOnCgs0iu3/AfVeBAryFdE1j3qgEH2gxgFQLrKUb1/SrAgd5KKhdYS4HeqKKAAXob6bjAWgL0ZhWVG9AFpKMCazHQ+VpK1kJ0QOArALogUCWrjziIdgt8+UCXBK5W72UcQjsEvi1Anwxkk9KLKEWSUXkD0GcC2531MM6h9QLfWqAvBrot7UFcQqsFvmygKwPfjwvjCloh8GX67bODBH4DLRX4lgB9q69uv0iD16I0gW8B0PV9OdhECjwB1aF5Dt9PC32vr6eWSICb1ZIGNM3h+4bmA90SjUIi3OADLfREh68DzUWPolU2hhN8KLqLxjp8b8yVRk+j2SSECzwZNaJRDt9LlILao90VhgPcwJrBaZjD99he6XdBWAPwBU4vnSyEfmhH+C9eQMJvP35ZAH0fzQ4SdDjAUx3HTc09C333AhaRXoHp8AIafsE/OY7noWqN4KsEnuW2Zo9XA065eZu0TGBNs/N8kqbfeA0yTzVde0pS7NQ3RNPgVmdH7x8O3wTUjIZrGtUN0Az03uEbbWofNEbTdNZmr/wrh2+E/aIma5rHn3uhvSqulnMwaqLsTdFUwHywt71rkWGAaWWBT9MCbuKrve0bBd5a4DM1lay/bCt6U+CtsrshVID/C7O8fFXgqwA+TxO4iZXovMBXBvx2TeAm1nmhh4auOAJ8oSZwE2Yrh+R59z7gizWBmzBbOooEvj3An9AEbsJs19opuUOAL9cEbuIw2iTw5QJfqQnc9PRlpBzJogfwNWrALfwFUpbAmg58PUpQAW7hq0iLBVazstsMfJIKcAtvlrLm2FK3W6sXWrrWAW7hm0gz0UeHNUMVuIVvtZ3dW20FjAT+iRfaXPDsP5bfKsEtfLuFf9DF4Rw/5070Ah7AfyZNZxTfRV5kb/+zvN7g57xx/X+x7AePjfgrwADHDN5xEHsZeQAAAABJRU5ErkJggg==); }
 
 .slick-next {
   right: -25px;
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/d6b896ddc40e478dfdce740ee2ab4ced.png?v=1510630561'); }
   .slick-next:active, .slick-next:focus {
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAAABzwahEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA1ZJREFUeNrsm1uITVEYx9doPLgk1zB5cIkyym0MIhrDw8gIpcYlSm5DUqiRNBIlI6TEGF5k5JImYoyRHI2OiWbGnTc0L5NQLi9HieP/NZ+SjrO+076cdb45//q3a8//TOd39tprrW+vtXPi8bjpisrJgmfBU1Nrft5MHNbCg+F78OFUPj/ldUfmgQO6DIdL/5x+As+Bv7oM3s3j588nODeJ4Ye63NS9guf+5/wIhh+lFTyZ6J5vgcdrBG+w/L0fdQXwNG3gS+Fnlkx3+CFcrAYcPXIMhwI4KojfhRdqusd/wrPg24LsdXilts6tBK4TDoEbtfXqdM/XCnKn4O3ahrPVcLUgdwSu1DaOb4YPCnL7MO2t0jaB2QXvEeQqAF+tCZy0H94myJUD/pwmcNIxYS++CvBXNYGTTsMrBLnFgG/MlAcRqcRL4RuCXDNchJnhj0y/4n9UD88V5GZQZYcftbcWcFIEng5/t+QmwG2AH6AFnPSIS9UvltwY+Cngh2sBJz3nyu69JTeMm/1YLeCkt9yk31lyA7nZF2gBp5r+A1/5V5ZoD77ys1WAM/xnHAr53k86/MJNgC9RAc7wMR7GIoL4LcAXqwBn+F8wjfM3BfE6NeB//QClPM1Npr7qwFn9g/znua7R4t7tSR0YXXhLNKoGHNB9uEAZZ4l+hMtUNHVADzKdqy4S6EL0Ax0ZDw5oWlltg0dbou3wREC3Z1o9nkgj4QfwEEvuDVV1gP6kYeZG1VeLAPolPNkv6HSDU3HyWDBs0Tr7VEB/01Cd0bycVlB7WXLN3JHFNIzjtMB4X5CL8PQ1EIV9xecJoRuDhA4bfAF8R5C7Buj5QX+ZsMBpFbVekLsM6CVhfKEwwJfDVwS5s4BeFlbzCxp8HXxBkKsB9JowO5sgwTfBZwS5o4AuD3toCQq8Aj4pyB0C9I50TCSCAKd1ccliP62d70zXtNHvCcwBBrdpN2eNBvAqbuI2bYWPp7sU9guctnJIOqgt8AkXngH4AV4DbxDkaDdUrXFEnsBb8/MqhdC0G+KicUher/heQWaR6dzKaTSB24ZDKkwajIPyOo4ne++kyFVoP8DXJzgX44cNTcZhed2vTlUXrXPRlu0X3GvTqxhR47iyL9xlwbuIfgswACTC43Itn4N1AAAAAElFTkSuQmCC); }
 
 .component-worldmap {
   padding-top: 46.66%; }
   .component-worldmap svg {
     position: absolute;
     width: 100%;
     max-height: 100%;
     top: 0;
     left: 0; }
   .component-worldmap svg .countries .country {
     fill: #d5dee3;
     stroke: #99a1ac; }
   .component-worldmap svg .countries .country.enabled:hover {
     fill: #959595;
     cursor: pointer; }
   .component-worldmap svg .country_points {
     pointer-events: none; }
   .column .component-worldmap {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     margin-top: 6%; }
     .ms .column .component-worldmap {
       margin-top: 0; }
 .component-worldmap svg {
   display: none;
 }
 .component-worldmap {
   background-image: url('http://bqglobal.oss-cn-beijing.aliyuncs.com/aliyunoss/5cc7c1d946607map.png');
   background-size: 100% auto;
   background-repeat: no-repeat;
   background-position: center;
 }
 .sub-nav-item .component-worldmap {
   background-position: top;
   background-size: auto;
 }
 .index-columns .component-worldmap {
   background-image: url('http://bqglobal.oss-cn-beijing.aliyuncs.com/aliyunoss/5cc7cab18b5d9map2.png');
 }
 .i18n-worldmap .component-worldmap {
   background-image: url('http://bqglobal.oss-cn-beijing.aliyuncs.com/aliyunoss/5cc7b73d558baWechatIMG147.png');
   background-size: auto;
 }
 .i18n-description {
   display: none;
 }
 .i18n-dev-nav-list {
   display: none;
 }
 .i18n-dev-list {
   display: none;
 }
 .country_name {
   display: none;
   position: absolute;
   z-index: 1;
   background-color: #d1261b;
   padding: 0.125rem 0.375rem;
   font-size: 0.75rem;
   color: #fff;
   cursor: default; }
   .country_name.active {
     display: block; }
 
 /* Slider */
 .slick-slider {
   position: relative;
   display: block;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent; }
 
 .slick-list {
   position: relative;
   overflow: hidden;
   display: block;
   margin: 0;
   padding: 0; }
   .slick-list:focus {
     outline: none; }
   .slick-list.dragging {
     cursor: pointer;
     cursor: hand; }
 
 .slick-slider .slick-track,
 .slick-slider .slick-list {
   -webkit-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0); }
 
 .slick-track {
   position: relative;
   left: 0;
   top: 0;
   display: block;
   margin-left: auto;
   margin-right: auto; }
   .slick-track:before, .slick-track:after {
     content: "";
     display: table; }
   .slick-track:after {
     clear: both; }
   .slick-loading .slick-track {
     visibility: hidden; }
 
 .slick-slide {
   float: left;
   height: 100%;
   min-height: 1px;
   display: none; }
   [dir="rtl"] .slick-slide {
     float: right; }
   .slick-slide img {
     display: block; }
   .slick-slide.slick-loading img {
     display: none; }
   .slick-slide.dragging img {
     pointer-events: none; }
   .slick-initialized .slick-slide {
     display: block; }
   .slick-loading .slick-slide {
     visibility: hidden; }
   .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent; }
 
 .slick-arrow.slick-hidden {
   display: none; }
 
 .index-carousel {
   padding-top: 43.1666%;
   overflow: hidden;
   position: relative; }
   .index-carousel .wrapper {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%; }
   .index-carousel img {
     width: 100%; }
   .index-carousel .slide {
     overflow: hidden; }
   .index-carousel video {
     background-color: #e2e5ea; }
   @media (max-width: 1023px) {
     .index-carousel {
       padding-top: 73.33333%; }
       .index-carousel .wrapper, .index-carousel .slide {
         height: 73.33333vw; }
       .index-carousel img, .index-carousel video {
         width: 100%;
         height: 100%;
         -o-object-fit: cover;
            object-fit: cover; } }
 
 .headline {
   z-index: 3;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 200%;
   padding-bottom: 3px; }
   .headline-box {
     position: absolute;
     bottom: 2px;
     left: 25%;
     -webkit-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
             transform: translateX(-50%); }
     .headline-box::after {
       display: block;
       clear: both;
       content: ""; }
   .headline-item {
     text-align: center;
     width: 12rem;
     margin: auto 4px;
     color: #fff;
     font-size: 14px;
     cursor: pointer;
     height: 5rem;
     overflow: hidden;
     float: left; }
     .headline-item.active {
       overflow: visible; }
       .headline-item.active .headline-inner {
         -webkit-transform: translateY(-64px);
             -ms-transform: translateY(-64px);
                 transform: translateY(-64px);
         background-color: #fff;
         color: #404040; }
       .headline-item.active .headline-title {
         padding: 16px 8px; }
       .headline-item.active .headline-desc {
         opacity: 1; }
   .headline-inner {
     background-color: rgba(0, 0, 0, 0.6);
     color: #fff;
     -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
             transform: translateY(0);
     -webkit-transition: all .55s;
     transition: all .55s;
     border-bottom: 3px solid rgba(0, 0, 0, 0.6); }
   .headline-desc {
     display: block;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     height: 3.5rem;
     color: #595959;
     font-size: 0.875rem;
     padding: 0 0.75rem;
     line-height: 1.75rem;
     margin-bottom: 1.5625rem;
     opacity: 0; }
   .headline-title {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     padding: 1.625rem 0.5rem;
     line-height: 1.75rem;
     font-weight: bold; }
 
 @media (max-width: 1023px) {
   .headline.headline {
     position: relative;
     padding: 0 5rem;
     background-color: #f5f5f5;
     width: 100%;
     height: 6rem;
     overflow: hidden; }
     .headline.headline .headline-box {
       display: block;
       max-width: initial;
       white-space: nowrap;
       position: static;
       width: 100%;
       -webkit-transform: none;
           -ms-transform: none;
               transform: none;
       left: 0;
       bottom: 0; }
     .headline.headline .headline-item {
       display: inline-block;
       width: 100%;
       margin: auto;
       height: auto;
       padding: 0; }
     .headline.headline .headline-inner {
       background-color: #f5f5f5;
       color: #282828;
       -webkit-transform: none;
           -ms-transform: none;
               transform: none;
       -webkit-transition: none;
       transition: none;
       border: 0;
       padding: 1rem 0.5rem; }
     .headline.headline .headline-title {
       padding: 0.25rem;
       height: auto;
       font-weight: 500; }
     .headline.headline .headline-desc {
       height: auto;
       padding: 0;
       opacity: 1;
       margin: auto;
       font-size: 1.25rem; }
     .headline.headline .slick-prev {
       left: 1rem; }
     .headline.headline .slick-next {
       right: 1rem; } }
 
 .brands {
   -js-display: flex;
   padding: 1.5rem 0;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between; }
   .brands::after {
     display: block;
     clear: both;
     content: ""; }
   @media (max-width: 1023px) {
     .brands {
       padding: 1.25rem 2.5rem; } }
 
 .brand-item {
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
   text-align: center;
   float: left;
   height: 80px;
   margin: 23px auto; }
   .brand-item:hover {
     -webkit-transform: translateY(-4px);
         -ms-transform: translateY(-4px);
             transform: translateY(-4px); }
   @media (max-width: 1023px) {
     .brand-item {
       width: 50%;
       height: 7.5rem;
       border-bottom: 1px solid #f1f1f1;
       overflow: hidden;
       padding: 0.875rem;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
       margin: auto; }
       .brand-item.last-elm {
         border-bottom: 0; }
       .brand-item:hover {
         -webkit-transform: none;
             -ms-transform: none;
                 transform: none; } }
   .brand-item > a {
     display: inline-block; }
   @media (max-width: 1280px) {
     .brand-item img {
       zoom: 84%; } }
   @media (max-width: 1023px) {
     .brand-item img {
       max-height: 6.5rem;
       max-width: 100%;
       zoom: 1; } }
 
 .index-columns {
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/6f58eb84f06a7bacb4db3bc7b87f8900.jpg?v=1510630561');
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 3.125rem 0; }
 
 .column {
   width: 33.333%;
   float: left;
   padding-top: 0.75rem; }
   .column a {
     display: inline-block;
     width: 100%; }
   @media (max-width: 1023px) {
     .column {
       width: 100%;
       max-width: 40rem;
       float: none;
       margin: auto; } }
   @media (max-width: 1023px) {
     .column:first-child .column-title {
       padding-left: 1.5rem; } }
   .column-border-right {
     border-right: 1px solid #ccc; }
     @media (max-width: 1023px) {
       .column-border-right {
         border-right: 0;
         border-bottom: 1px solid #ccc; } }
   .column-title {
     font-size: 1.25rem;
     font-weight: bold; }
     @media (max-width: 1023px) {
       .column-title {
         font-size: 2.25rem;
         margin-top: 1rem; } }
     .column-title:before {
       content: "";
       display: inline-block;
       width: 0.375rem;
       height: 1.375rem;
       margin-right: 0.875rem;
       background-color: #cb2919;
       vertical-align: -0.125rem; }
       @media (max-width: 1023px) {
         .column-title:before {
           font-size: 2.25rem;
           width: 0.5rem;
           height: 2.6rem;
           vertical-align: -0.5rem; } }
   .column-content {
     padding-top: 68.5%;
     position: relative; }
 
 .history-frames {
   overflow: hidden;
   max-height: 12.5rem;
   display: block;
   white-space: nowrap; }
   @media (max-width: 1023px) {
     .history-frames {
       max-height: 26.25rem; } }
 
 .history-frame {
   position: relative;
   display: inline-block;
   width: 20.625rem;
   height: 12.5rem; }
   @media (max-width: 1280px) {
     .history-frame {
       width: 18rem;
       height: 10.9375rem; } }
   @media (max-width: 1023px) {
     .history-frame {
       width: 37.5rem;
       height: 22.5rem; } }
 
 .history-column-box {
   position: absolute;
   bottom: 0;
   top: 0;
   width: 100%;
   padding: 1.375rem 2.125rem; }
   @media (max-width: 1280px) {
     .history-column-box {
       padding: 1.5625rem 1.625rem; } }
   @media (max-width: 1023px) {
     .history-column-box {
       padding: 0 1.25rem;
       margin-top: 1rem; } }
 
 .history-meta {
   background-color: rgba(0, 0, 0, 0.5);
   color: rgba(255, 255, 255, 0.9);
   padding: 0.8125rem 1.75rem; }
   .history-meta > div {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap; }
 
 .history-timeline-controll {
   margin-top: 1.5rem;
   min-width: 1px; }
   @media (max-width: 1280px) {
     .history-timeline-controll {
       margin-top: 1rem; } }
 
 .history-timeline {
   white-space: nowrap;
   overflow: hidden;
   margin: auto 1.875rem;
   font-size: 0; }
 
 .history-year {
   color: #404040;
   display: inline-block;
   text-align: center;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
   font-size: 1rem;
   outline: 0;
   padding: 0.125rem 0.625rem;
   cursor: pointer; }
   .history-year.slick-center {
     color: #cb2919; }
   @media (max-width: 1023px) {
     .history-year {
       font-size: 1.5rem; } }
 
 .icon-btn {
   display: inline-block;
   width: 1.25rem;
   height: 1.25rem;
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   cursor: pointer;
   margin-top: 0.25rem; }
   @media (max-width: 1280px) {
     .icon-btn {
       margin-top: 0.125rem; } }
   @media (max-width: 1023px) {
     .icon-btn {
       margin-top: 0.5625rem; } }
 
 .icon-minus {
   float: left;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////LKRnoFZ30AAAAAXRSTlMAQObYZgAAABJJREFUCNdjYCAA6v8/QMEEAAB5mwl5N/gyqAAAAABJRU5ErkJggg==); }
 
 .icon-plus {
   float: right;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX///9ZWVlPYckMAAAAAXRSTlMAQObYZgAAABdJREFUCNdjYACBD7hx/f8HKBifWiAAAIa5FplaVMCIAAAAAElFTkSuQmCC); }
 
 .column-tech {
   width: 100%;
   padding: 1.25rem;
   margin: auto;
   background-color: #cb2919;
   color: #fff;
   text-decoration: none;
   text-align: center; }
   @media (max-width: 1280px) {
     .column-tech {
       font-size: 0.875rem; } }
   @media (max-width: 1023px) {
     .column-tech {
       font-size: 1.875rem; } }
   .column-tech-title {
     font-size: 3.5em;
     font-weight: 900;
     line-height: 1.125em;
     letter-spacing: 0.25rem; }
   .column-tech-sub-title {
     font-size: 1.125em;
     line-height: 1.25em;
     letter-spacing: 1px; }
   .column-tech-desc {
     text-align: left;
     line-height: 1.625em;
     margin-top: 0.5rem; }
 
 .fast-tracks {
   padding: 2.875rem 0; }
   @media (max-width: 1023px) {
     .fast-tracks {
       padding-top: 2rem;
       padding-bottom: 0; } }
 
 .fast-track {
   width: 25%;
   float: left;
   font-size: 1.25rem;
   text-align: center;
   color: #666; }
   .en .fast-track {
     font-size: 0.9375rem; }
   @media (max-width: 1023px) {
     .fast-track {
       width: 50%;
       font-size: 1.75rem;
       margin-bottom: 2rem; }
       .en .fast-track {
         font-size: 1.625rem; } }
   @media (max-width: 360px) {
     .en .fast-track {
       font-size: 1.375rem; } }
   .fast-track-icon {
     width: auto; }
     .fast-track-icon > img {
       width: 100%; }
     @media (max-width: 1023px) {
       .fast-track-icon {
         width: 5.5rem; } }
   @media (max-width: 1023px) {
     .fast-track-label {
       width: 7.5rem;
       text-align: left; }
       .en .fast-track-label {
         width: 15rem; } }
   @media (max-width: 360px) {
     .fast-track-label {
       width: 7.5rem; }
       .en .fast-track-label {
         width: 12.5rem; } }
   .fast-track-inner {
     display: inline-block;
     cursor: pointer;
     vertical-align: middle; }
     .fast-track-inner > span {
       vertical-align: middle;
       display: inline-block; }
     .fast-track-inner:hover {
       color: #cb2919; }
       .fast-track-inner:hover .unhover {
         display: none; }
       .fast-track-inner:hover .hover {
         display: inline; }
       @media (max-width: 1023px) {
         .fast-track-inner:hover .unhover {
           display: inline; }
         .fast-track-inner:hover .hover {
           display: none; } }
 
 .sub-header-search {
   margin-left: auto; }
   .sub-header-search .input-search {
     padding: 0.5rem 0;
     margin: 1.125rem 0;
     background-color: #fff;
     font-size: 1rem;
     border: none; }
     .sub-header-search .input-search > input {
       width: 16rem; }
   @media (max-width: 1023px) {
     .sub-header-search {
       margin-right: 0.625rem; } }
 
 .search-item-count {
   font-size: 1.125rem;
   font-weight: bold;
   margin: 1.875rem auto; }
   @media (max-width: 1023px) {
     .search-item-count {
       font-size: 1.5rem;
       margin-left: 1.25rem;
       margin-right: 1.25rem; } }
 
 @media (max-width: 1023px) {
   .search-list {
     margin-left: 1.25rem;
     margin-right: 1.25rem; } }
 
 .search-item {
   margin-top: 1.5rem;
   border-bottom: 1px solid #e5e5e5; }
 
 .search-title {
   font-weight: bold;
   margin: 0.625rem auto;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap; }
   .search-title > a {
     color: inherit; }
 
 .search-content {
   margin-bottom: 1.75rem;
   max-height: 3em;
   font-size: 0.875rem;
   display: block;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis; }
   @media (max-width: 1023px) {
     .search-content {
       font-size: 1.125rem; } }
 
 .search-keyword {
   color: #cb2919; }
 
 .pagination {
   padding: 0; }
   .pagination-list {
     padding-left: 0;
     list-style: none;
     margin: 2.5rem auto; }
 
 .page-item {
   display: inline-block;
   margin: auto 0.625rem; }
   .page-item.active {
     color: #cb2919; }
   .page-item.disabled .page-link {
     cursor: not-allowed; }
 
 .page-link {
   color: inherit;
   text-decoration: none; }
   .page-link:hover {
     text-decoration: none; }
 
 @media (max-width: 1023px) {
   .introduction-brief,
   .introduction-company-structure {
     margin: auto 1.25rem; } }
 
 .introduction-brief .title,
 .introduction-company-structure .title {
   margin: 3.125rem auto;
   text-align: center;
   font-size: 1.5rem;
   font-weight: 600;
   color: #262626; }
   @media (max-width: 1023px) {
     .introduction-brief .title,
     .introduction-company-structure .title {
       font-size: 1.875rem; } }
 
 .introduction-brief .body {
   font-size: 0.875rem;
   color: #707070; }
   @media (max-width: 1023px) {
     .introduction-brief .body {
       font-size: 1.5rem; } }
   .introduction-brief .body img {
     float: left;
     margin-right: 2rem;
     margin-bottom: 1rem;
     max-width: 100%; }
   .introduction-brief .body p {
     text-indent: 2em;
     margin-top: 0.75em;
     margin-bottom: 0.75em;
     line-height: 1.64em; }
     .en .introduction-brief .body p {
       text-indent: 0; }
 
 .introduction-company-structure {
   clear: left; }
   .introduction-company-structure .company-list {
     margin: 0;
     padding: 0;
     padding-left: 0;
     list-style: none; }
     .introduction-company-structure .company-list::after {
       display: block;
       clear: both;
       content: ""; }
     .introduction-company-structure .company-list li {
       display: inline-block;
       width: 25%;
       float: left;
       margin-bottom: 3.5625rem;
       text-align: center; }
       @media (max-width: 1023px) {
         .introduction-company-structure .company-list li {
           width: 33%; } }
       .introduction-company-structure .company-list li > a {
         font-size: 0.875rem;
         color: #707070; }
         @media (max-width: 1023px) {
           .introduction-company-structure .company-list li > a {
             font-size: 1.5rem; } }
       .introduction-company-structure .company-list li > a:hover {
         color: #eb1204;
         text-decoration: none; }
 
 .industry-spectrum-container {
   /*
      scale the entire element may be the best solution for this page:
      1. use original box width as basis
      2. scale box to 0.85
  */
   margin: 4.375rem auto 6rem; }
   @media (max-width: 1280px) {
     .industry-spectrum-container {
       max-width: 1200px;
       -webkit-transform: scale(0.85);
           -ms-transform: scale(0.85);
               transform: scale(0.85);
       margin: -1.25rem auto -1.25rem; } }
   @media (max-width: 1023px) {
     .industry-spectrum-container {
       display: none; } }
 
 .industry-spectrum-board {
   position: relative;
   left: -10.625rem;
   width: 43.75rem;
   height: 43.75rem; }
   .industry-spectrum-board .menu {
     position: absolute;
     top: 10%;
     left: 10%;
     width: 80%;
     height: 80%;
     margin: 0 auto;
     overflow: hidden;
     border-radius: 100%; }
   .industry-spectrum-board .menu-logo {
     position: absolute;
     top: 23%;
     left: 22%;
     width: 54%;
     height: 54%;
     border-radius: 100%;
     background: #fff;
     z-index: 99; }
     .industry-spectrum-board .menu-logo > img {
       display: block;
       width: 65%;
       margin: auto;
       margin-top: 15%; }
   .industry-spectrum-board .spectrum-item {
     position: absolute;
     top: 50%;
     left: 50%;
     height: 140px;
     width: 150px;
     -webkit-transform-origin: center;
         -ms-transform-origin: center;
             transform-origin: center;
     text-align: center;
     font-size: 1rem; }
     .industry-spectrum-board .spectrum-item svg {
       -webkit-transition: -webkit-transform .5s;
       transition: -webkit-transform .5s;
       transition: transform .5s;
       transition: transform .5s, -webkit-transform .5s; }
     .industry-spectrum-board .spectrum-item.active svg {
       -webkit-transform: translateY(-30px);
           -ms-transform: translateY(-30px);
               transform: translateY(-30px); }
   .industry-spectrum-board .spectrum-item-1 {
     -webkit-transform: translate(-50%, -50%) rotate(-18deg) translateY(-254px);
         -ms-transform: translate(-50%, -50%) rotate(-18deg) translateY(-254px);
             transform: translate(-50%, -50%) rotate(-18deg) translateY(-254px); }
   .industry-spectrum-board .spectrum-item-2 {
     -webkit-transform: translate(-50%, -50%) rotate(14deg) translateY(-254px);
         -ms-transform: translate(-50%, -50%) rotate(14deg) translateY(-254px);
             transform: translate(-50%, -50%) rotate(14deg) translateY(-254px); }
   .industry-spectrum-board .spectrum-item-3 {
     -webkit-transform: translate(-50%, -50%) rotate(46deg) translateY(-254px);
         -ms-transform: translate(-50%, -50%) rotate(46deg) translateY(-254px);
             transform: translate(-50%, -50%) rotate(46deg) translateY(-254px); }
   .industry-spectrum-board .spectrum-item-4 {
     -webkit-transform: translate(-50%, -50%) rotate(78deg) translateY(-254px);
         -ms-transform: translate(-50%, -50%) rotate(78deg) translateY(-254px);
             transform: translate(-50%, -50%) rotate(78deg) translateY(-254px); }
   .industry-spectrum-board .spectrum-item-5 {
     -webkit-transform: translate(-50%, -50%) rotate(110deg) translateY(-254px);
         -ms-transform: translate(-50%, -50%) rotate(110deg) translateY(-254px);
             transform: translate(-50%, -50%) rotate(110deg) translateY(-254px); }
   .industry-spectrum-board .spectrum-item-6 {
     -webkit-transform: translate(-50%, -50%) rotate(142deg) translateY(-254px);
         -ms-transform: translate(-50%, -50%) rotate(142deg) translateY(-254px);
             transform: translate(-50%, -50%) rotate(142deg) translateY(-254px); }
   .industry-spectrum-board .spectrum-item-7 {
     -webkit-transform: translate(-50%, -50%) rotate(174deg) translateY(-254px);
         -ms-transform: translate(-50%, -50%) rotate(174deg) translateY(-254px);
             transform: translate(-50%, -50%) rotate(174deg) translateY(-254px); }
   .industry-spectrum-board .spectrum-item-8 {
     -webkit-transform: translate(-50%, -50%) rotate(206deg) translateY(-254px);
         -ms-transform: translate(-50%, -50%) rotate(206deg) translateY(-254px);
             transform: translate(-50%, -50%) rotate(206deg) translateY(-254px); }
   .en .industry-spectrum-board .spectrum-item-1 {
     font-size: 14px; }
   .en .industry-spectrum-board .spectrum-item-6 {
     font-size: 12px; }
   .en .industry-spectrum-board .spectrum-item-7 {
     font-size: 14px; }
 
 .spectrum-detail {
   position: absolute;
   top: 3%;
   right: 0;
   overflow: auto;
   padding: 0 3.125rem;
   width: 40.625rem;
   height: 42.8125rem;
   -webkit-box-shadow: 0 0 0.625rem 0.25rem rgba(0, 0, 0, 0.1);
           box-shadow: 0 0 0.625rem 0.25rem rgba(0, 0, 0, 0.1);
   opacity: 0;
   -webkit-transition: all 1.5s;
   transition: all 1.5s; }
   .spectrum-detail.active {
     opacity: 1;
     z-index: 1; }
   .spectrum-detail .title {
     padding: 1.9375rem 0;
     font-size: 1.5rem;
     color: #d0251a;
     text-align: center; }
   .spectrum-detail .illustration {
     display: block;
     width: 100%;
     margin: 0 auto; }
   .spectrum-detail .companies .company {
     width: 48%;
     height: 3.75rem;
     line-height: 3.75rem;
     margin: 0.3125rem 0;
     float: left;
     border-bottom: 1px solid #e5e5e5;
     -webkit-box-sizing: content-box;
             box-sizing: content-box;
     padding: 2px 1%; }
     .spectrum-detail .companies .company.last-elm {
       border-color: transparent; }
     .spectrum-detail .companies .company img {
       display: inline-block;
       max-width: 100%;
       max-height: 100%; }
 
 .m-industry-collapse {
   margin: 2.5rem auto;
   font-size: 1.875rem; }
   @media (min-width: 1024px) {
     .m-industry-collapse {
       display: none; } }
   .m-industry-collapse .collapse-cover > img {
     width: 140%;
     position: absolute;
     bottom: -3px;
     left: -20%; }
   .m-industry-collapse .collapse-item:first-child .collapse-header {
     border-top: 0; }
   .m-industry-collapse .collapse-header {
     padding: 1.5rem 0.5rem;
     border-top: 1px solid #f2f2f2;
     border-bottom: 0; }
   .m-industry-collapse .collapse-title {
     white-space: initial;
     line-height: 2.5rem;
     height: 5rem; }
 
 .m-illustration {
   display: block;
   margin: 1.875rem auto;
   max-width: 80%; }
 
 .m-companies {
   margin: 1.875rem;
   text-align: center; }
 
 .leadership-address {
   font-size: 1rem;
   padding: 3.625rem 0;
   color: #707070; }
   @media (max-width: 1023px) {
     .leadership-address {
       margin: auto 1.25rem;
       font-size: 1.5rem; } }
   .leadership-address img.photo {
     float: left;
     margin-right: 2em;
     max-width: 100%;
     margin-bottom: 1em; }
   .leadership-address p {
     text-indent: 2em;
     margin-top: 0.75em;
     margin-bottom: 0.75em; }
     .en .leadership-address p {
       text-indent: 0; }
   .leadership-address p:nth-of-type(1) {
     padding-top: 0.3125rem; }
   .leadership-address img.signature {
     float: right;
     width: 9.375rem;
     max-width: 100%; }
 
 .brand-culture {
   position: relative;
   width: 35.4375rem;
   height: 35.4375rem;
   margin: 12rem auto 11.25rem;
   border: 0.625rem solid;
   border-radius: 50%;
   background-color: #ffffff; }
   .en .brand-culture {
     margin: 14rem auto 11.25rem; }
   @media (max-width: 1280px) {
     .brand-culture {
       width: 31.25rem;
       height: 31.25rem;
       margin: 12rem auto 12.5rem; } }
   @media (max-width: 1023px) {
     .brand-culture {
       display: none !important; } }
   .brand-culture .logo {
     display: block;
     width: 48%;
     margin: 0;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
         -ms-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%); }
   .brand-culture .item {
     position: absolute;
     width: 30%;
     height: 30%;
     padding: 0 2.25rem;
     border-radius: 50%;
     background: #f2f2f2;
     color: #d0251a;
     font-size: 1.5rem;
     line-height: 1.8em;
     font-weight: bold; }
     @media (max-width: 1280px) {
       .brand-culture .item {
         font-size: 1.25rem; } }
     .en .brand-culture .item {
       padding: 0; }
     .brand-culture .item:hover {
       background: #d0251a;
       color: #f2f2f2; }
     .brand-culture .item .title {
       width: 4.2em;
       margin-top: 5.125rem;
       -webkit-transform: translateY(-50%);
           -ms-transform: translateY(-50%);
               transform: translateY(-50%);
       overflow-wrap: break-word;
       text-align: center; }
       @media (max-width: 1280px) {
         .brand-culture .item .title {
           margin-top: 4.5rem; } }
       .en .brand-culture .item .title {
         width: 7.5rem;
         margin-left: auto;
         margin-right: auto;
         font-size: 18px;
         line-height: 1.5; }
     .brand-culture .item .description {
       position: absolute;
       z-index: -1;
       font-size: 1.125rem;
       font-weight: normal;
       line-height: 1.5em;
       width: 0;
       /* big height in case of hiding content by accident */
       height: 10em;
       overflow: hidden;
       -webkit-transition: all .5s;
       transition: all .5s;
       background: none;
       color: #d0251a; }
       @media (max-width: 1280px) {
         .brand-culture .item .description {
           font-size: 1rem; } }
       .brand-culture .item .description > div {
         position: absolute;
         border-bottom-style: dashed;
         padding-bottom: .5em; }
     .brand-culture .item .left-description {
       right: 10%;
       bottom: 20%; }
       .brand-culture .item .left-description > div {
         bottom: 0;
         left: 0;
         padding-left: .5em;
         padding-right: 3em; }
     .brand-culture .item .right-description {
       left: 10%;
       bottom: 20%; }
       .brand-culture .item .right-description > div {
         bottom: 0;
         right: 0;
         padding-right: .5em;
         padding-left: 3em; }
 
 .brand-culture-item-1 {
   left: -17%;
   top: 37%; }
   .brand-culture-item-1 .description > div {
     width: 18em; }
   .brand-culture-item-1:hover .description {
     width: 18em; }
     .en .brand-culture-item-1:hover .description {
       width: 22em; }
 
 .brand-culture-item-2 {
   left: 8.5%;
   bottom: -9.7%; }
   .brand-culture-item-2:hover .description {
     width: 12em; }
   .brand-culture-item-2 .description {
     right: 84% !important;
     bottom: 24% !important; }
     .brand-culture-item-2 .description > div {
       width: 12em; }
 
 .brand-culture-item-3 {
   right: 8.5%;
   bottom: -9.7%; }
   .en .brand-culture-item-3 .description {
     left: 90%;
     height: 13em; }
   .brand-culture-item-3 .description > div {
     width: 19em; }
   .brand-culture-item-3:hover .description {
     width: 25em; }
     .en .brand-culture-item-3:hover .description {
       width: 20em; }
 
 .brand-culture-item-4 {
   right: -17.1%;
   top: 35%; }
   .brand-culture-item-4 .description > div {
     width: 14em;
     text-align: left; }
   .en .brand-culture-item-4 .description {
     height: 16em; }
   .brand-culture-item-4:hover .description {
     width: 20em; }
 
 .brand-culture-item-5 {
   right: 8.5%;
   top: -9.7%; }
   .brand-culture-item-5 .description {
     bottom: 30% !important; }
     .brand-culture-item-5 .description > div {
       width: 19.5em; }
   .brand-culture-item-5:hover .description {
     width: 26em; }
 
 .brand-culture-item-6 {
   left: 8.5%;
   top: -9.7%; }
   .brand-culture-item-6 .description {
     height: 18em !important;
     right: 100% !important;
     bottom: -14% !important; }
     .en .brand-culture-item-6 .description {
       height: 25em !important;
       bottom: -70% !important; }
     .brand-culture-item-6 .description > div {
       border-bottom-style: none !important;
       font-size: 0.75rem; }
       .brand-culture-item-6 .description > div p {
         margin-bottom: .2em;
         letter-spacing: .1em;
         line-height: 1.7em; }
         .en .brand-culture-item-6 .description > div p {
           line-height: 1.7em; }
       .brand-culture-item-6 .description > div .slogan-chinese {
         display: block;
         width: 13.5em;
         margin-bottom: .8em; }
       .brand-culture-item-6 .description > div .slogan-chinese-description {
         width: 25em; }
       .brand-culture-item-6 .description > div .slogan-english {
         width: 29em;
         font-size: 0.875rem;
         font-weight: bold;
         padding-top: 1em;
         margin-bottom: .7em;
         border-top-style: dashed; }
       .brand-culture-item-6 .description > div .slogan-english-description {
         width: 20em; }
   .brand-culture-item-6:hover .description {
     width: 19em; }
     .en .brand-culture-item-6:hover .description {
       width: 22em; }
 
 .m-brand-culture {
   margin: 2.5rem auto; }
   @media (min-width: 1024px) {
     .m-brand-culture {
       display: none; } }
   .m-brand-culture .culture-item {
     padding: 1.25rem; }
   .m-brand-culture .culture-desc {
     font-size: 1.5rem; }
   .m-brand-culture .collapse-item:first-child .collapse-header {
     border-top: 0; }
   .m-brand-culture .collapse-header {
     padding: 1.5rem 0.5rem;
     border-top: 1px solid #f2f2f2;
     border-bottom: 0; }
   .m-brand-culture .collapse-title {
     margin-top: 1.5rem; }
 
 .i18n-worldmap {
   background: #fafafa;
   padding: 4.5625rem 0 3.625rem; }
 
 .i18n-description {
   padding: 2.0625rem 0 3.25rem;
   margin: auto 1.125rem; }
   .i18n-description .title {
     font-size: 1.5rem;
     line-height: 1.5rem;
     text-align: center;
     padding: 1.25rem;
     font-weight: 600; }
     @media (max-width: 1023px) {
       .i18n-description .title {
         font-size: 1.875rem; } }
   .i18n-description .content {
     font-size: 1.125rem;
     margin-bottom: 1.25rem;
     font-weight: 500; }
     @media (max-width: 1023px) {
       .i18n-description .content {
         font-size: 1.5rem; } }
   .i18n-description table {
     width: 100%;
     border-collapse: collapse; }
   .i18n-description .type {
     width: 11.25rem; }
   .i18n-description .amount {
     width: 8.125rem; }
   @media (max-width: 1023px) {
     .i18n-description .type, .i18n-description .amount {
       width: auto;
       min-width: 6rem; } }
   .i18n-description th, .i18n-description td {
     border: 1px solid #b3b3b3;
     padding: 1.375rem 1.8125rem; }
   .i18n-description .head,
   .i18n-description .type,
   .i18n-description .amount {
     font-size: 1.125rem;
     font-weight: 600;
     text-align: center; }
   .i18n-description .area {
     font-size: 1rem;
     font-weight: 500; }
 
 .i18n-dev {
   width: 100%;
   height: 100%;
   position: absolute;
   right: -100%;
   bottom: -100%; }
   .i18n-dev-list {
     overflow: hidden;
     position: relative; }
   .i18n-dev.active {
     display: block;
     position: static; }
   .i18n-dev-nav-list {
     border-bottom: 2px solid #e6e6e6;
     margin-bottom: 1.875rem; }
   .i18n-dev-nav {
     display: inline-block;
     padding: 1.875rem 0.625rem;
     position: relative;
     bottom: -2px;
     border-bottom: 2px solid #e6e6e6;
     font-size: 1.25rem; }
     .i18n-dev-nav.active {
       border-bottom: 2px solid #d1261b;
       color: #d1261b; }
     @media (max-width: 1023px) {
       .i18n-dev-nav {
         font-size: 1.5rem; } }
 
 .i18n-dc-list {
   margin-bottom: 20px; }
 
 .i18n-dc-nav-list {
   padding: 0 25px; }
   .i18n-dc-nav-list .slick-prev {
     left: -8px; }
   .i18n-dc-nav-list .slick-next {
     right: -8px; }
   @media (max-width: 1023px) {
     .i18n-dc-nav-list {
       display: none; } }
 
 .i18n-dc-nav-inner {
   width: 260px;
   height: 161px;
   margin: auto;
   background-size: cover;
   background-position: center;
   position: relative;
   border: 2px solid #fff; }
   @media (max-width: 1280px) {
     .i18n-dc-nav-inner {
       width: 210px;
       height: 121px; } }
   .i18n-dc-nav-inner:before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-color: #000;
     opacity: .6; }
 
 .i18n-dc-nav.slick-current .i18n-dc-nav-inner, .i18n-dc-nav:hover .i18n-dc-nav-inner {
   border-color: #d1261b; }
   .i18n-dc-nav.slick-current .i18n-dc-nav-inner:before, .i18n-dc-nav:hover .i18n-dc-nav-inner:before {
     opacity: .2; }
 
 .i18n-dc-title {
   position: absolute;
   width: 100%;
   top: 50%;
   left: 0;
   color: #fff;
   text-align: center;
   font-size: 24px;
   -webkit-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
           transform: translateY(-50%); }
   @media (max-width: 1280px) {
     .i18n-dc-title {
       top: 42px; } }
   .en .i18n-dc-title {
     font-size: 20px; }
 
 .historical-review {
   margin-top: 3.375rem;
   margin-bottom: 3.9375rem;
   overflow: hidden; }
   @media (max-width: 1023px) {
     .historical-review {
       display: block !important;
       margin: auto;
       padding: 3.125rem 0; } }
   .historical-review .slick-slide {
     outline: none; }
 
 .container-slicker-photo,
 .container-slicker-description {
   width: 26.75rem;
   height: 20.375rem;
   overflow: hidden;
   position: absolute;
   top: 0;
   -webkit-transform: translate3d(0, 0, 0);
           transform: translate3d(0, 0, 0); }
   .nav-historical-review .container-slicker-photo, .nav-historical-review
   .container-slicker-description {
     width: 24.075rem;
     height: 18.3375rem; }
     .nav-historical-review .container-slicker-photo .slick-slide, .nav-historical-review
     .container-slicker-description .slick-slide {
       height: 18.3375rem; }
   .container-slicker-photo .slick-slide,
   .container-slicker-description .slick-slide {
     height: 20.375rem;
     overflow: hidden; }
   @media (max-width: 1280px) {
     .container-slicker-photo,
     .container-slicker-description {
       width: 21.4rem;
       height: 16.3rem; }
       .nav-historical-review .container-slicker-photo, .nav-historical-review
       .container-slicker-description {
         width: 21.1325rem;
         height: 16.09625rem; }
         .nav-historical-review .container-slicker-photo .slick-slide, .nav-historical-review
         .container-slicker-description .slick-slide {
           height: 18.3375rem; }
       .container-slicker-photo .slick-slide,
       .container-slicker-description .slick-slide {
         height: 16.3rem; } }
   @media (max-width: 1023px) {
     .container-slicker-photo,
     .container-slicker-description {
       height: auto;
       width: auto;
       margin: auto;
       position: static; }
       .container-slicker-photo .slick-slide,
       .container-slicker-description .slick-slide {
         height: 71vw;
         width: 94vw; } }
 
 .container-slicker-photo {
   left: 0; }
 
 .container-slicker-description {
   right: 0; }
 
 .slicker-photo .photo {
   display: block;
   width: 100%;
   min-height: 100%;
   -o-object-fit: cover;
      object-fit: cover; }
 
 .slicker-time-selector .slick-arrow {
   display: inline-block;
   width: 1.25rem;
   height: 1.25rem;
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   cursor: pointer;
   z-index: 1; }
   @media (max-width: 1023px) {
     .slicker-time-selector .slick-arrow {
       display: inline-block !important;
       width: 2rem;
       height: 2rem;
       top: 50%; } }
 
 .slicker-time-selector .slick-next {
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX///9ZWVlPYckMAAAAAXRSTlMAQObYZgAAABdJREFUCNdjYACBD7hx/f8HKBifWiAAAIa5FplaVMCIAAAAAElFTkSuQmCC);
   right: 1.875rem; }
   @media (max-width: 1280px) {
     .slicker-time-selector .slick-next {
       right: 1.25rem; }
       .nav-historical-review .slicker-time-selector .slick-next {
         right: 1rem; } }
   .slicker-time-selector .slick-next:hover {
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAQMAAABsABwUAAAABlBMVEUAAADLKRkYsPdFAAAAAXRSTlMAQObYZgAAABZJREFUCNdjYHzAwIAL//9/AAXjUQsAR1cXR4FQ0qEAAAAASUVORK5CYII=); }
 
 .slicker-time-selector .slick-prev {
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAEAQMAAAC5j/2SAAAAA1BMVEVZWVm92SeoAAAACklEQVQIHWNAAwAAEAABmUMJyQAAAABJRU5ErkJggg==);
   left: 1.875rem; }
   @media (max-width: 1280px) {
     .slicker-time-selector .slick-prev {
       left: 1.25rem; }
       .nav-historical-review .slicker-time-selector .slick-prev {
         left: 1rem; } }
   .slicker-time-selector .slick-prev:hover {
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////LKRnoFZ30AAAAAXRSTlMAQObYZgAAABJJREFUCNdjYCAA6v8/QMEEAAB5mwl5N/gyqAAAAABJRU5ErkJggg==); }
 
 .slicker-time-selector .indicator-left,
 .slicker-time-selector .indicator-right {
   width: 3.25rem;
   height: 0;
   border: 0.125rem solid #595959;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-0.125rem);
       -ms-transform: translateY(-0.125rem);
           transform: translateY(-0.125rem);
   pointer-events: none; }
   @media (max-width: 1023px) {
     .slicker-time-selector .indicator-left,
     .slicker-time-selector .indicator-right {
       display: none; } }
   .nav-historical-review .slicker-time-selector .indicator-left, .nav-historical-review
   .slicker-time-selector .indicator-right {
     display: none; }
 
 .slicker-time-selector .indicator-left {
   left: 2.5rem; }
   @media (max-width: 1280px) {
     .nav-historical-review .slicker-time-selector .indicator-left {
       left: 2rem; } }
 
 .slicker-time-selector .indicator-right {
   right: 2.5rem; }
   @media (max-width: 1280px) {
     .nav-historical-review .slicker-time-selector .indicator-right {
       right: 2rem; } }
 
 .container-slicker-time-selector {
   height: 20.375rem;
   margin: 0 26.75rem;
   overflow: hidden; }
   .nav-historical-review .container-slicker-time-selector {
     height: 18.3375rem;
     margin: 0 24.075rem; }
   @media (max-width: 1280px) {
     .container-slicker-time-selector {
       height: 16.3rem;
       margin: 0 21.4rem; }
       .nav-historical-review .container-slicker-time-selector {
         height: 16.09625rem;
         margin: 0 21.1325rem; } }
   @media (max-width: 1023px) {
     .container-slicker-time-selector {
       height: 6.1125rem;
       margin: 0 40.125rem;
       margin: 1.25rem auto;
       overflow: hidden; } }
 
 .slicker-time-selector {
   position: relative;
   text-align: center;
   font-size: 1.25rem;
   color: #999; }
   @media (max-width: 1023px) {
     .slicker-time-selector {
       padding: 0 5rem; } }
   @media (max-width: 1023px) {
     .slicker-time-selector .slick-list {
       position: static; } }
   .slicker-time-selector .slick-track {
     position: relative;
     top: 4.075rem; }
     .nav-historical-review .slicker-time-selector .slick-track {
       top: 3.6675rem; }
     @media (max-width: 1280px) {
       .slicker-time-selector .slick-track {
         top: 3.26rem; }
         .nav-historical-review .slicker-time-selector .slick-track {
           top: 3.21925rem; } }
     @media (max-width: 1023px) {
       .slicker-time-selector .slick-track {
         position: static; } }
   .slicker-time-selector .time {
     height: 4.075rem;
     line-height: 4.075rem; }
     .nav-historical-review .slicker-time-selector .time {
       height: 3.6675rem;
       line-height: 3.6675rem; }
     @media (max-width: 1280px) {
       .slicker-time-selector .time {
         height: 3.26rem;
         line-height: 3.26rem; }
         .nav-historical-review .slicker-time-selector .time {
           height: 3.21925rem;
           line-height: 3.21925rem; } }
     @media (max-width: 1023px) {
       .slicker-time-selector .time {
         display: inline-block;
         height: 6.1125rem;
         line-height: 6.1125rem;
         padding: 0 1.5rem;
         font-size: 1.5rem; } }
     .slicker-time-selector .time > span {
       cursor: pointer; }
   .slicker-time-selector .slick-current {
     font-size: 1.5rem;
     color: #cb2919; }
     @media (max-width: 1023px) {
       .slicker-time-selector .slick-current {
         font-size: 1.875rem; } }
 
 .slicker-description {
   overflow: hidden;
   background: #f5f5f5; }
   .slicker-description .slick-list {
     overflow: hidden; }
   .slicker-description .description {
     overflow: auto;
     padding: 2rem 1.625rem 0; }
     .nav-historical-review .slicker-description .description {
       padding: 1.8rem 1.4625rem; }
       @media (max-width: 1280px) {
         .nav-historical-review .slicker-description .description {
           padding: 1.58rem 1.28375rem; } }
     @media (max-width: 1280px) {
       .slicker-description .description {
         padding: 1.6rem 1.3rem; } }
   .slicker-description .time,
   .slicker-description .title {
     font-size: 1.25rem;
     font-weight: bold;
     color: #595959; }
     .nav-historical-review .slicker-description .time, .nav-historical-review
     .slicker-description .title {
       font-size: 1rem; }
       @media (max-width: 1280px) {
         .nav-historical-review .slicker-description .time, .nav-historical-review
         .slicker-description .title {
           font-size: 1rem; } }
     @media (max-width: 1023px) {
       .slicker-description .time,
       .slicker-description .title {
         height: auto;
         font-size: 1.875rem; } }
   .slicker-description .content {
     margin-top: 1.8em;
     font-size: 1.0625rem;
     line-height: 1.8em; }
     .en .slicker-description .content {
       font-size: 0.875rem; }
     .nav-historical-review .slicker-description .content {
       margin-top: 1.62em;
       font-size: 1rem;
       line-height: 1.6em; }
       .en .nav-historical-review .slicker-description .content {
         font-size: 0.875rem; }
       @media (max-width: 1280px) {
         .nav-historical-review .slicker-description .content {
           font-size: 1rem;
           margin-top: 1.422em; } }
     @media (max-width: 1023px) {
       .slicker-description .content {
         font-size: 1.5rem; } }
 
 .fullversion {
   display: block;
   height: 100%;
   width: 100%;
   padding: 0;
   margin: 0;
   border: 0;
   position: absolute;
   left: 0;
   top: 0; }
 
 .fullversion-container {
   position: relative;
   padding-top: 50%;
   margin: 3.125rem auto; }
 
 .nav-fullversion-container {
   position: relative;
   width: 98%;
   height: 98%;
   margin-top: 0.375rem; }
   @media (max-width: 1280px) {
     .nav-fullversion-container {
       margin-top: 2rem; } }
 
 .banner-note-news {
   font-size: 1.5rem;
   line-height: 1.5em;
   width: auto;
   padding: 2.1875rem 2.5rem 1.5625rem 3.4375rem;
   left: 0;
   bottom: 11%;
   right: auto;
   right: initial; }
   @media (max-width: 1023px) {
     .banner-note-news {
       padding: 1.25rem 2.5rem 1.25rem 4.375rem;
       left: 1.25rem; } }
   .banner-note-news .arrow-right:after {
     margin: -0.4375rem 0.375rem; }
 
 .news-card-list {
   margin-top: 3.625rem; }
 
 .news-load-more {
   padding: 1.3125rem 4rem;
   background-color: #e8e8e8;
   display: inline-block;
   font-size: 1.125rem;
   border-radius: 0.375rem;
   color: #262626;
   opacity: 0; }
   .news-load-more.active {
     opacity: 1; }
   .news-load-more > img {
     display: inline-block;
     width: 2rem; }
 
 .timeline::after {
   display: block;
   clear: both;
   content: ""; }
 
 .en .timeline {
   font-size: 0.875rem; }
 
 @media (max-width: 1023px) {
   .timeline {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center; } }
 
 .bar-months {
   border: 1px solid #e5e5e7;
   background-color: #f5f5f5;
   color: #737373;
   text-align: center;
   border-radius: 0.1875rem;
   position: relative;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
   float: left; }
   .bar-months-inner {
     padding: 0.625rem 0; }
   @media (max-width: 1023px) {
     .bar-months {
       display: none; } }
 
 .bar-month-cursor {
   position: absolute;
   background-color: #FFF;
   -webkit-box-shadow: 1px 1px 0.625rem 1px rgba(0, 0, 0, 0.28);
           box-shadow: 1px 1px 0.625rem 1px rgba(0, 0, 0, 0.28);
   padding: 1.0625rem;
   border-radius: 0.1875rem;
   top: -0.1875rem;
   left: 0.75rem;
   color: #000;
   font-weight: bold;
   -webkit-transform: translateX(0);
       -ms-transform: translateX(0);
           transform: translateX(0);
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
   cursor: ew-resize;
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/748e5093da825eea69e9c7d63dd057cb.png?v=1510630561');
   background-position: 50% 2.5rem;
   background-repeat: no-repeat;
   background-size: 0.75rem; }
   .bar-month-cursor:before {
     content: "";
     height: 0.25rem;
     width: 60%;
     border-radius: 0.125rem;
     position: absolute;
     top: 0.625rem;
     left: 20%;
     background-color: #b02316; }
 
 .month-item {
   display: inline-block;
   position: relative;
   line-height: 1;
   padding: 0.8125rem 0.125rem 0;
   margin: 0 1.125rem;
   cursor: pointer; }
   @media (max-width: 1280px) {
     .month-item {
       margin: 0 0.75rem; } }
   .month-item.disabled {
     opacity: 0.3; }
   .month-item:before {
     content: "";
     height: 0.125rem;
     width: 90%;
     border-radius: 0.125rem;
     position: absolute;
     top: 0.1875rem;
     left: 0;
     background-color: #d9d9d9; }
 
 @media (min-width: 1024px) {
   .bar-year-outer {
     float: right; } }
 
 .date-select {
   display: inline-block;
   width: 6.5625rem;
   padding: 0.875rem 1.125rem;
   border: 1px solid #e5e5e7;
   border-radius: 0.1875rem;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   color: #262626;
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
   outline: 0;
   font-size: 1rem;
   font-weight: 500;
   background-color: #f5f5f5;
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 3'%3E%3Cpolygon fill='%23ccc' points='0 0 2 3 4 0'%3E%3C/polygon%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-size: 1.125rem auto;
   background-position: 84% 50%; }
   @media (max-width: 1023px) {
     .date-select {
       width: 10rem;
       margin: auto;
       font-size: 1.875rem;
       -webkit-box-flex: 1;
           -ms-flex: 1;
               flex: 1;
       background-size: 1.875rem auto; } }
   .date-select-label {
     display: inline-block;
     padding: 0.875rem 0.75rem;
     background-color: #f5f5f5;
     border: 1px solid #e5e5e7;
     border-right: none;
     border-radius: 0.1875rem;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
     font-size: 1rem;
     margin: 0;
     text-align: center; }
     @media (max-width: 1023px) {
       .date-select-label {
         font-size: 1.875rem;
         font-weight: 500;
         -webkit-box-flex: 1;
             -ms-flex: 1;
                 flex: 1; } }
   .date-select-outer {
     margin: auto 2%;
     font-size: 0; }
     @media (max-width: 1023px) {
       .date-select-outer {
         -webkit-box-flex: 1;
             -ms-flex: 1;
                 flex: 1;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex; } }
 
 @media (min-width: 1024px) {
   .m-bar-months-outer {
     display: none; } }
 
 .news-recommends {
   margin-right: 3.125rem; }
   @media (min-width: 1024px) {
     .news-recommends ~ .news-detail {
       margin-left: 22.5rem; } }
 
 .news-detail {
   margin: auto; }
   @media (max-width: 1023px) {
     .news-detail {
       margin: 1.25rem; } }
   .news-detail img {
     width: 100%;
     display: block; }
 
 .news-recommends {
   float: left;
   width: 19.375rem; }
   @media (max-width: 1023px) {
     .news-recommends {
       display: none; } }
 
 .news-recommends-title {
   display: inline-block;
   text-align: center;
   padding: 0.5rem 1.625rem;
   position: relative; }
   .news-recommends-title:before, .news-recommends-title:after {
     content: "";
     display: block;
     height: 1px;
     width: 2.5rem;
     background-color: #000;
     position: absolute;
     top: 50%; }
   .news-recommends-title:before {
     left: 100%; }
   .news-recommends-title:after {
     right: 100%; }
 
 .news-recommends-back {
   border: 1px solid #000;
   border-left: 0;
   border-right: 0;
   text-align: center;
   padding: 0.5rem; }
   .news-recommends-back > .arrow-right:after {
     width: 0.9375rem;
     vertical-align: -0.5625rem; }
 
 .news-list-item {
   display: block;
   position: relative;
   padding-top: 13.75rem;
   margin: 1.875rem auto;
   overflow: hidden; }
   .news-list-item:after {
     content: "";
     position: absolute;
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     background: #000;
     opacity: .5;
     z-index: 1; }
 
 .nli-desc {
   width: 100%;
   height: 3rem;
   margin: 1rem auto;
   padding: 0 1rem;
   position: absolute;
   z-index: 2;
   left: 0;
   bottom: 0;
   color: #fff;
   display: block;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis; }
 
 .videos-box {
   background-color: #f5f5f5;
   position: relative; }
 
 @media (max-width: 1023px) {
   .video-container {
     display: none; } }
 
 .video-list {
   width: 19.375rem;
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   padding: 1.875rem 0; }
   .video-list-inner {
     height: 100%; }
 
 .video-content {
   margin-left: 19.375rem;
   padding: 5rem 2.125rem 6.875rem; }
 
 .video-item {
   display: block;
   padding: 1.25rem 1.875rem 0; }
   @media (max-width: 1023px) {
     .video-item {
       padding: 0 1.875rem; } }
   .video-item-title {
     font-size: 1rem; }
     @media (max-width: 1023px) {
       .video-item-title {
         font-size: 1.875rem;
         padding: 0.75rem 0 0.375rem; } }
   .video-item-date {
     font-size: 0.75rem;
     color: #737373;
     margin-bottom: 0.625rem; }
     @media (max-width: 1023px) {
       .video-item-date {
         font-size: 1.5rem; } }
   .video-item-cover {
     padding-top: 64%;
     background: #000;
     position: relative;
     overflow: hidden; }
     .video-item-cover > img, .video-item-cover > video {
       position: absolute;
       left: 0;
       top: 50%;
       width: 100%;
       -webkit-transform: translateY(-50%);
           -ms-transform: translateY(-50%);
               transform: translateY(-50%); }
   .video-item.active {
     background-color: #ffeded; }
   .video-item:after {
     content: "";
     display: block;
     padding-top: 1.5rem;
     border-bottom: 1px solid #e5e5e5; }
     @media (max-width: 1023px) {
       .video-item:after {
         border-bottom-width: 0.6875rem;
         padding-top: 1.5rem;
         margin-bottom: 2rem; } }
 
 .m-video-container {
   padding: 2.25rem 0; }
   @media (min-width: 1024px) {
     .m-video-container {
       display: none; } }
 
 .service-list {
   margin: 3.125rem auto;
   text-align: center; }
   .service-list::after {
     display: block;
     clear: both;
     content: ""; }
 
 .service-item {
   display: inline-block;
   width: 15.625rem;
   height: 5.25rem;
   margin-right: 0.625rem;
   background-color: #fafafa;
   border-bottom: 0.25rem solid #b3b3b3; }
   .service-item.active {
     border-color: #d1251a; }
   @media (max-width: 1023px) {
     .service-item {
       display: none; }
       .service-item.active {
         display: block;
         margin: auto; } }
 
 .service-title {
   font-size: 1.5rem; }
   @media (max-width: 1023px) {
     .service-title {
       display: none; } }
 
 .service-desc {
   font-size: 1.125rem; }
   @media (max-width: 1023px) {
     .service-desc {
       font-size: 1.5rem; } }
 
 .service-content-item {
   display: none; }
   .service-content-item.active {
     display: block; }
 
 .service-module-list {
   width: 100%;
   height: 35.75rem;
   position: relative;
   margin-top: 2.1875rem;
   margin-bottom: 3.125rem; }
 
 .service-module-item.active .service-module-title {
   color: #d1251a; }
 
 .service-module-item.active .service-module-content {
   display: block; }
 
 .service-module-item.active .onActivate {
   display: block; }
 
 .service-module-item.active .offActivate {
   display: none; }
 
 .service-module-icon-box {
   position: absolute;
   border: 1px solid #d9d9d9;
   text-align: center;
   width: 10.625rem; }
   @media (max-width: 1280px) {
     .service-module-icon-box {
       width: 9.5rem; } }
   .row-4 .service-module-icon-box {
     height: 8.125rem; }
     .row-4 .service-module-icon-box .icon-img {
       margin: 1.25rem auto 0.625rem; }
       .en .row-4 .service-module-icon-box .icon-img {
         margin: 1rem auto 0.2rem; }
   .row-4 .n1 .service-module-icon-box {
     left: 0;
     top: 0rem; }
   .row-4 .n2 .service-module-icon-box {
     left: 0;
     top: 9.1875rem; }
   .row-4 .n3 .service-module-icon-box {
     left: 0;
     top: 18.375rem; }
   .row-4 .n4 .service-module-icon-box {
     left: 0;
     top: 27.5625rem; }
   .row-4 .n5 .service-module-icon-box {
     right: 0;
     top: 0rem; }
   .row-4 .n6 .service-module-icon-box {
     right: 0;
     top: 9.1875rem; }
   .row-4 .n7 .service-module-icon-box {
     right: 0;
     top: 18.375rem; }
   .row-4 .n8 .service-module-icon-box {
     right: 0;
     top: 27.5625rem; }
   .row-3 .service-module-icon-box {
     height: 11.0625rem; }
     .row-3 .service-module-icon-box .icon-img {
       margin: 2.75rem auto 0.625rem; }
   .row-3 .n1 .service-module-icon-box {
     left: 0;
     top: 0rem; }
   .row-3 .n2 .service-module-icon-box {
     left: 0;
     top: 12.375rem; }
   .row-3 .n3 .service-module-icon-box {
     left: 0;
     top: 24.75rem; }
   .row-3 .n4 .service-module-icon-box {
     right: 0;
     top: 0rem; }
   .row-3 .n5 .service-module-icon-box {
     right: 0;
     top: 12.375rem; }
   .row-3 .n6 .service-module-icon-box {
     right: 0;
     top: 24.75rem; }
   .service-module-icon-box .onActivate {
     display: none; }
   .service-module-icon-box .offActivate {
     display: block; }
   .service-module-icon-box.active .onActivate {
     display: block; }
   .service-module-icon-box.active .offActivate {
     display: none; }
 
 .service-module-content {
   position: absolute;
   top: 0;
   left: 12.0625rem;
   width: 50.875rem;
   height: 35.75rem;
   border: 1px solid #d9d9d9;
   display: none; }
   @media (max-width: 1280px) {
     .service-module-content {
       left: 11.0625rem;
       width: 41.75rem; } }
 
 .service-module-desc {
   padding: 2.1875rem 2.8125rem 0.625rem;
   height: 16.25rem;
   overflow: auto;
   line-height: 1.6; }
   .row-4 .service-module-desc {
     height: 20.875rem; }
 
 @media (max-width: 1280px) {
   .service-module-icon-box {
     width: 9.5rem; }
   .service-module-content {
     left: 11.0625rem;
     width: 41.75rem; } }
 
 @media (max-width: 1023px) {
   .service-module-icon-box {
     position: static;
     display: inline-block;
     border: none;
     height: auto !important;
     width: 25%;
     font-size: 1.25rem; }
     .row-3 .service-module-icon-box {
       width: 33%; }
     .service-module-item .service-module-icon-box {
       display: none; }
     .service-module-icon-box .icon-img {
       width: 6rem; }
   .service-module-list {
     height: auto; }
   .service-module-content {
     position: static;
     margin: auto;
     width: 100%;
     height: auto;
     border: none; }
   .service-module-desc {
     height: auto !important;
     padding: 1.5rem 0; } }
 
 .m-service-module-navs {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -ms-flex-pack: distribute;
       justify-content: space-around;
   border-top: 0.875rem solid #f2f2f2;
   position: relative;
   margin-top: 1.875rem; }
   @media (min-width: 1024px) {
     .m-service-module-navs {
       display: none; } }
 
 .nav-service-item {
   width: 48%;
   height: 20.75rem;
   position: relative;
   float: left;
   margin-right: 2%;
   margin-top: 0.25rem; }
   @media (max-width: 1280px) {
     .nav-service-item {
       margin-top: 1.875rem; } }
   .nav-service-item:hover .nav-service-content {
     display: block; }
   .nav-service-item:hover .nav-service-icon {
     display: none; }
 
 .nav-service-icon {
   position: absolute;
   overflow: hidden;
   width: 15.625rem;
   height: 5.25rem;
   left: 50%;
   top: 50%;
   margin-left: -7.8125rem;
   margin-top: -2.625rem; }
 
 .nav-service-content {
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.7);
   color: #fff;
   padding: 0 2.5rem; }
   .nav-service-content .link-more {
     position: absolute;
     right: 2.5rem;
     bottom: 1.5625rem; }
 
 .nav-service-desc {
   line-height: 1.8; }
 
 .nav-service-title {
   font-size: 1.5rem;
   text-align: center;
   margin: 2.5rem auto 1rem; }
 
 .banner-note-product {
   font-size: 1.5rem;
   text-indent: 0;
   width: 23.125rem;
   padding: 1.875rem 2.5rem 1.875rem 6.25rem;
   line-height: 1.4; }
   @media (max-width: 1023px) {
     .banner-note-product {
       width: 21rem;
       padding: 1.25rem 2.5rem 1.25rem 5.25rem; } }
 
 .product-list {
   margin-right: -2%;
   margin-top: 3.125rem; }
   .product-list::after {
     display: block;
     clear: both;
     content: ""; }
 
 .product-item {
   width: 23%;
   text-align: center;
   border: 1px solid #ccc;
   margin-bottom: 1.875rem;
   margin-right: 2%;
   float: left; }
   @media (max-width: 1023px) {
     .product-item {
       width: 48%;
       margin-right: 2%; } }
   .product-item:hover {
     border-color: #cb2919; }
     .product-item:hover .product-link {
       color: #fff;
       background-color: #cb2919;
       text-decoration: none; }
 
 .product-cover {
   height: auto !important;
   padding: 0.625rem;
   overflow: hidden; }
   @media (max-width: 1280px) {
     .product-cover {
       height: 9.75rem; } }
   @media (max-width: 1280px) {
     .product-cover {
       height: 14.25rem; } }
 
 .product-name {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   padding: 0.625rem; }
 
 .product-link {
   display: block;
   padding: 0.625rem;
   background-color: #f2f2f2;
   color: #212529; }
 
 .product-load-more {
   opacity: 1;
   margin: 1.25rem auto 3.125rem; }
   .product-load-more > img {
     display: inline-block;
     width: 2.8125rem;
     vertical-align: text-bottom;
     margin: auto 0.25rem; }
 
 .banner-note-tech {
   font-size: 1.5rem;
   line-height: 1.5em;
   width: 30.625rem;
   padding: 2.1875rem 2.5rem 1.5625rem 3.4375rem;
   bottom: 11%; }
   @media (max-width: 1023px) {
     .banner-note-tech {
       width: 30rem;
       padding: 1.25rem 2.5rem 1.25rem 4.375rem; } }
 
 .tech-desc {
   margin-top: 0.625rem; }
   .tech-desc-title {
     text-align: center;
     margin-bottom: 1.5rem;
     font-size: 1.125rem;
     font-weight: bold;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap; }
     @media (max-width: 1023px) {
       .tech-desc-title {
         font-size: 1.875rem; } }
   .tech-desc-content {
     margin-bottom: 1.75rem;
     text-indent: 2em; }
     .en .tech-desc-content {
       text-indent: 0; }
     @media (max-width: 1023px) {
       .tech-desc-content {
         display: block; } }
 
 .tech-slick {
   padding: 0 6.25rem;
   position: relative;
   margin: 3.75rem auto;
   overflow: hidden; }
   @media (max-width: 1023px) {
     .tech-slick {
       padding: 0; } }
   .tech-slick .slick-prev, .tech-slick .slick-next {
     top: 25rem; }
   .tech-slick .slick-prev {
     left: 3px; }
   .tech-slick .slick-next {
     right: 3px; }
   .tech-slick img {
     max-width: 100%; }
 
 .notice-item {
   display: block;
   border-bottom: 1px dashed #c8c8c8;
   padding: 1rem;
   position: relative; }
   @media (max-width: 1023px) {
     .notice-item {
       margin: auto 1.125rem; } }
 
 .notice-title {
   margin-right: 9.375rem;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap; }
 
 .notice-date {
   position: absolute;
   right: 3.4375rem;
   top: 1rem; }
 
 .notice-item .arrow-right {
   position: absolute;
   right: 0.3125rem;
   top: 1rem; }
   .notice-item .arrow-right:after {
     height: 1.5rem;
     width: 1.5rem;
     margin: auto; }
 
 .report-items {
   margin: auto -1.5%; }
   .report-items::after {
     display: block;
     clear: both;
     content: ""; }
   @media (max-width: 1023px) {
     .report-items {
       margin: auto; } }
 
 .report-item {
   width: 30%;
   margin: 1.25rem 1.5%;
   -webkit-box-shadow: 1px 1px 0.9375rem rgba(0, 0, 0, 0.15);
           box-shadow: 1px 1px 0.9375rem rgba(0, 0, 0, 0.15);
   position: relative;
   float: left; }
   @media (max-width: 1023px) {
     .report-item {
       width: 46%; } }
 
 .report-title {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   font-size: 1.25rem;
   padding: 1rem 2rem;
   text-align: center; }
 
 .download-mask {
   position: absolute;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.53);
   width: 100%;
   height: 100%;
   text-align: center;
   opacity: 0;
   -webkit-transition: opacity .4s;
   transition: opacity .4s;
   overflow: hidden; }
   .download-item:hover .download-mask, .report-item:hover .download-mask {
     display: block;
     opacity: 1; }
   @media (max-width: 1023px) {
     .download-mask {
       background: transparent;
       font-size: 0; } }
 
 .download-btn {
   cursor: pointer;
   margin: auto;
   color: #fff;
   line-height: 40px;
   position: relative;
   top: 50%;
   margin-top: -2.5rem;
   font-size: 1.625rem;
   -webkit-transition: -webkit-transform .4s;
   transition: -webkit-transform .4s;
   transition: transform .4s;
   transition: transform .4s, -webkit-transform .4s;
   -webkit-transform: translateY(-300px);
       -ms-transform: translateY(-300px);
           transform: translateY(-300px); }
   .download-item:hover .download-btn, .report-item:hover .download-btn {
     -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
             transform: translateY(0); }
   @media (max-width: 1023px) {
     .download-btn {
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       -webkit-transition: none;
       transition: none;
       -webkit-transform: none;
           -ms-transform: none;
               transform: none;
       margin: auto;
       font-size: 0; }
       .download-btn > a {
         height: 100%;
         width: 100%;
         position: absolute;
         top: 0;
         left: 0; } }
 
 .society-list::after {
   display: block;
   clear: both;
   content: ""; }
 
 .society-link-list {
   margin: auto -0.625rem; }
   .society-link-list::after {
     display: block;
     clear: both;
     content: ""; }
 
 .society-link-item {
   margin: 0.625rem;
   display: block;
   float: left; }
   .society-link-item > img {
     height: 3.75rem; }
 
 .sunflower-container {
   margin-top: 2.875rem; }
   .sunflower-container p {
     margin-top: .75em;
     margin-bottom: .75em; }
   .sunflower-container img {
     max-width: 100%; }
 
 .sunflower-intro {
   background-color: #f5f5f5;
   text-align: center;
   padding: 1.25rem 0;
   margin-bottom: 2.5rem; }
   .sunflower-intro-column {
     display: inline-block;
     text-align: left;
     vertical-align: middle;
     margin: auto 1.25rem;
     margin-right: 3.125rem;
     margin-left: 1.875rem; }
   .sunflower-intro-desc {
     line-height: 2; }
 
 .sunflower-title {
   color: #d0281d;
   font-size: 1.125rem;
   margin: 1.25rem 0;
   font-weight: 400; }
   @media (max-width: 1023px) {
     .sunflower-title {
       font-size: 1.875rem; } }
 
 .sunflower-line {
   background-color: #f5f5f5;
   height: 0.25rem;
   margin: 1.5625rem 0 2.5rem; }
 
 .sunflower-arrow-list {
   margin: 2.5rem auto; }
   .sunflower-arrow-list::after {
     display: block;
     clear: both;
     content: ""; }
   @media (max-width: 1023px) {
     .sunflower-arrow-list {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -ms-flex-wrap: wrap;
           flex-wrap: wrap;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center; } }
 
 .sunflower-arrow {
   display: table;
   margin-top: 0.3125rem;
   margin-bottom: 0.75rem;
   position: relative;
   text-decoration: none;
   line-height: 1.25rem;
   overflow: hidden;
   height: 3.75rem;
   float: left;
   width: 20%; }
   @media (max-width: 1023px) {
     .sunflower-arrow {
       float: none;
       width: auto; } }
   .sunflower-arrow-inner {
     display: table-cell;
     vertical-align: middle;
     padding-left: 1.25rem;
     padding-right: 1.25rem;
     background-color: #d0281d;
     color: #fff;
     text-align: center; }
     @media (max-width: 1280px) {
       .sunflower-arrow-inner {
         padding: 0 2.125rem; } }
   .sunflower-arrow:before, .sunflower-arrow:after {
     content: '';
     display: table-cell;
     width: 0;
     height: 0;
     border: 1.875rem solid; }
   .sunflower-arrow:before {
     border-color: #d0281d;
     border-left-color: transparent;
     border-right: 0; }
   .sunflower-arrow:after {
     border-color: transparent;
     border-left-color: #d0281d;
     border-right: 0; }
 
 .sf-card {
   width: 17.8125rem;
   margin-right: 1.125rem;
   margin-bottom: 1.125rem;
   float: left;
   word-wrap: break-word;
   background-color: #fff;
   border-radius: 0;
   position: relative; }
   @media (max-width: 1280px) {
     .sf-card {
       width: 15.25rem; } }
   @media (max-width: 1023px) {
     .sf-card {
       width: 46%;
       margin: 0.625rem 2%; } }
   .sf-card-list {
     display: block;
     margin: auto;
     margin-right: -1.125rem; }
     .sf-card-list::after {
       display: block;
       clear: both;
       content: ""; }
     @media (max-width: 1023px) {
       .sf-card-list {
         margin-right: auto; } }
   .sf-card-cover {
     height: 11.875rem;
     overflow: hidden; }
     @media (max-width: 1280px) {
       .sf-card-cover {
         height: 10.125rem; } }
   .sf-card-img {
     width: 100%; }
   .sf-card-block {
     padding: 1.125rem 0.25rem; }
   .sf-card-title {
     display: block;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     font-size: 0.875rem;
     line-height: 1.5em;
     height: 2.625rem; }
     .en .sf-card-title {
       font-size: 0.875rem;
       height: 2.625rem; }
     @media (max-width: 1023px) {
       .sf-card-title {
         height: 4.5rem; } }
 
 .article-column-list {
   position: relative; }
   .article-column-list::after {
     display: block;
     clear: both;
     content: ""; }
 
 .article-column-item {
   width: 36.25rem;
   float: left; }
   .article-column-item:last-child {
     float: right; }
   @media (max-width: 1280px) {
     .article-column-item {
       width: 30.625rem; } }
   @media (max-width: 1023px) {
     .article-column-item {
       width: 94%;
       margin: auto 3%; } }
   .article-column-item p {
     text-indent: 2em;
     line-height: 1.8;
     margin-bottom: 0; }
   .article-column-item h4 {
     margin-bottom: 0; }
 
 .banner-note-aboutus {
   padding: 2.625rem 3.625rem 2.25rem 5.5rem;
   width: 30.625rem;
   left: 10%;
   bottom: 50%;
   right: none;
   -webkit-transform: translateY(50%);
       -ms-transform: translateY(50%);
           transform: translateY(50%);
   text-indent: 0; }
   @media (max-width: 1023px) {
     .banner-note-aboutus {
       padding: 1.25rem 2.5rem 1.25rem 3.75rem;
       width: 26rem; } }
 
 .form {
   width: 57.5rem;
   margin: auto;
   background-color: #f5f5f5;
   max-width: 100%; }
   .form-submit {
     padding: 0.6875rem 3.25rem;
     border: 0;
     font-size: 1.125rem;
     background-color: #cb2919;
     background-image: none;
     -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
     color: #fff; }
   @media (max-width: 1023px) {
     .form {
       width: auto;
       margin: auto 1.125rem; } }
 
 .legend {
   padding: 1rem 2.5rem;
   color: #fff;
   background-color: #cb2919;
   font-size: 1.125rem; }
 
 .form-group-container {
   padding: 1.5625rem 1.875rem; }
 
 .form-group {
   margin-bottom: 1rem; }
   .form-group > label {
     vertical-align: middle;
     margin-bottom: 0;
     width: 3.25rem; }
     .en .form-group > label {
       width: 5rem; }
     @media (max-width: 1023px) {
       .form-group > label {
         display: block;
         width: auto; } }
   .form-group.required:after {
     content: "*";
     display: inline-block;
     position: absolute;
     margin-left: 14px;
     color: #cb2919;
     font-size: 1.125rem;
     vertical-align: top;
     margin-top: 0.4375rem; }
 
 .form-control {
   padding: 0.25rem 0.5rem;
   background-color: #fff;
   background-image: none;
   background-clip: padding-box;
   border: 1px solid #d9d9d9; }
 
 .form-textarea {
   width: 46.875rem;
   height: 18.75rem;
   resize: none;
   max-width: 90%; }
 
 .form-textarea-label.form-textarea-label {
   vertical-align: top;
   margin-top: 0.4375rem; }
 
 .input-sm {
   width: 9.375rem; }
 
 .input-md {
   width: 12.5rem; }
 
 .input-lg {
   width: 31.25rem; }
 
 #full-map {
   height: 40rem; }
 
 .map-container {
   position: relative;
   margin: 3.625rem auto; }
   .map-container dl {
     margin-top: 2rem; }
     .en .map-container dl {
       margin-top: 0;
       font-size: 0.875rem; }
   .map-container dt {
     font-weight: normal;
     display: inline-block;
     letter-spacing: 0.375rem;
     margin-right: 0.5rem; }
     .en .map-container dt {
       letter-spacing: initial; }
   .map-container dd {
     display: inline-block; }
 
 .map-box {
   width: 25rem;
   height: 29.375rem;
   background-color: #fff;
   padding: 3.5rem 2.25rem;
   position: absolute;
   top: -33.75rem;
   left: 0;
   font-size: 1rem; }
 
 .map-input {
   display: block;
   width: 20rem;
   height: 3.125rem;
   padding: 0 1.5625rem;
   margin-bottom: 1.5rem;
   line-height: 3.125rem;
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
   background-color: #cb2919;
   background-image: none;
   outline: 0;
   border: 0;
   color: #fff; }
   .en .map-input {
     font-size: 0.75rem; }
   .map-input::-webkit-input-placeholder {
     color: #fff; }
   .map-input:-ms-input-placeholder {
     color: #fff; }
   .map-input::placeholder {
     color: #fff; }
 
 #messages {
   padding: 0 1.25rem; }
   #messages .alert {
     max-width: 18.75rem;
     margin: 1.25rem auto; }
     #messages .alert p {
       margin-bottom: 0; }
   @media (max-width: 1023px) {
     #messages {
       position: fixed;
       z-index: 999;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       background-color: rgba(0, 0, 0, 0.75); }
       #messages .alert {
         background: #fff;
         border: none;
         color: #d2261c;
         text-align: center;
         padding: 3rem;
         font-size: 2.25rem;
         position: relative;
         max-width: 25rem;
         top: 50%;
         -webkit-transform: translateY(-50%);
             -ms-transform: translateY(-50%);
                 transform: translateY(-50%);
         border-radius: 1rem; }
         #messages .alert:before {
           content: "";
           display: block;
           width: 6.125rem;
           height: 6.125rem;
           margin: 0 auto 1rem;
           background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/a8768ce34756973145d7e37f4293f33e.png?v=1517666675');
           background-position: center;
           background-size: contain;
           background-repeat: no-repeat; }
         #messages .alert .close {
           position: absolute;
           top: -3.6rem;
           right: -2.4rem;
           color: #fff;
           font-weight: 100;
           font-size: 0;
           opacity: 1;
           width: 3.4375rem;
           height: 3.4375rem;
           line-height: 3.4375rem;
           text-align: center;
           padding: 0;
           background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/17bd1d3cdfc8209aa9786afa07b1183d.png?v=1518048171');
           background-position: center;
           background-size: contain;
           background-repeat: no-repeat; } }
 
 .header-line {
   width: 81.25rem;
   margin: auto;
   border-bottom: 1px solid #e5e5e5;
   padding: 1.25rem;
   color: #737373;
   margin: 0.625rem auto;
   max-width: 96%; }
   .header-line strong {
     color: #404040; }
   @media (max-width: 1023px) {
     .header-line {
       padding: 1.25rem 0;
       width: auto;
       margin: 0.625rem 1.875rem; } }
 
 .banner-note-hr {
   top: 12%;
   bottom: auto;
   left: 0;
   font-size: 1.75rem;
   line-height: 1.5;
   width: 46.5625rem;
   text-indent: 0; }
   @media (max-width: 1023px) {
     .banner-note-hr {
       width: 32rem; } }
 
 .article-sign {
   position: absolute;
   bottom: 1.25rem;
   right: 0; }
   @media (max-width: 1023px) {
     .article-sign {
       position: static;
       float: right; } }
 
 .hr-st {
   width: 22.8125rem;
   height: 3.375rem;
   background-color: #fbe8e7;
   line-height: 1.3125rem;
   margin-bottom: 2.5rem;
   position: relative; }
   .hr-st.bottom {
     margin-bottom: 0; }
   .hr-st:after {
     content: "";
     position: absolute;
     display: block;
     top: 0;
     height: 0;
     width: 0;
     border: 1.6875rem solid transparent;
     -webkit-box-sizing: content-box;
             box-sizing: content-box; }
   .float-lg-left > .hr-st {
     padding-left: 1rem; }
     .float-lg-left > .hr-st:after {
       right: -4.4375rem;
       border-left-color: #fce9e8;
       border-left-width: 4.5rem;
       border-right-width: 0;
       -webkit-transform-origin: 0;
           -ms-transform-origin: 0;
               transform-origin: 0; }
     .float-lg-left > .hr-st.top:after {
       -webkit-transform: skewY(40deg);
           -ms-transform: skewY(40deg);
               transform: skewY(40deg); }
     .float-lg-left > .hr-st.bottom:after {
       -webkit-transform: skewY(-40deg);
           -ms-transform: skewY(-40deg);
               transform: skewY(-40deg); }
   .float-lg-right > .hr-st {
     text-align: right;
     padding-right: 1rem; }
     .float-lg-right > .hr-st:after {
       left: -4.4375rem;
       border-right-color: #fce9e8;
       border-right-width: 4.5rem;
       border-left-width: 0;
       -webkit-transform-origin: 100% 0;
           -ms-transform-origin: 100% 0;
               transform-origin: 100% 0; }
     .float-lg-right > .hr-st.top:after {
       -webkit-transform: skewY(-40deg);
           -ms-transform: skewY(-40deg);
               transform: skewY(-40deg); }
     .float-lg-right > .hr-st.bottom:after {
       -webkit-transform: skewY(40deg);
           -ms-transform: skewY(40deg);
               transform: skewY(40deg); }
   @media (max-width: 1023px) {
     .hr-st {
       width: auto;
       padding: 0;
       margin: auto;
       margin-bottom: 1.75rem;
       text-align: center !important;
       font-size: 1.5rem; }
       .hr-st:after {
         display: none; } }
   .hr-st-list {
     margin-left: auto;
     margin-right: auto;
     margin-top: 5rem;
     margin-bottom: 4rem;
     width: 64rem;
     font-size: 1.0625rem; }
     .hr-st-list::after {
       display: block;
       clear: both;
       content: ""; }
     .en .hr-st-list {
       font-size: 0.875rem; }
     @media (max-width: 1023px) {
       .hr-st-list {
         width: 94%;
         padding-top: 17rem;
         position: relative; }
         .hr-st-list .float-lg-left + .float-lg-right {
           margin-top: 1.75rem; } }
   .hr-st-center {
     width: 15.1875rem;
     height: 15.1875rem;
     border-radius: 15.1875rem;
     border: 0.625rem solid #d0281d;
     background-color: #fbe8e7;
     margin: auto;
     padding-left: 1.875rem;
     padding-right: 1.875rem;
     text-align: center;
     line-height: 2;
     font-size: 1.125rem;
     font-weight: 500;
     position: relative;
     z-index: 2; }
     .en .hr-st-center {
       padding-left: 0.625rem;
       padding-right: 0.625rem;
       font-size: 1rem; }
     @media (max-width: 1023px) {
       .hr-st-center {
         font-size: 1.375rem;
         padding: 2.8rem 0.8rem;
         position: absolute;
         top: 0;
         left: 50%;
         -webkit-transform: translateX(-50%);
             -ms-transform: translateX(-50%);
                 transform: translateX(-50%); } }
 
 .hr-numbers-container {
   height: 33.75rem;
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/8a36dd7d063241581087430038cf04bd.jpg?v=1512306450');
   background-repeat: no-repeat;
   background-size: cover;
   padding-top: 3rem; }
   @media (max-width: 1023px) {
     .hr-numbers-container {
       height: 40rem; } }
 
 .hr-numbers-list {
   background-color: rgba(255, 255, 255, 0.4);
   width: 16.125rem;
   height: 26.875rem;
   margin-left: 3.75rem;
   padding-top: 2.5rem;
   text-align: center;
   color: #fff; }
   @media (max-width: 1280px) {
     .hr-numbers-list {
       width: 12.125rem;
       margin-left: 0; } }
   @media (max-width: 1023px) {
     .hr-numbers-list {
       width: 90%;
       margin: auto;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       height: auto;
       padding: 0;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
       background-color: transparent; } }
 
 .hr-numbers-name {
   width: 19.875rem;
   height: 5rem;
   line-height: 5rem;
   margin-left: -1.875rem;
   font-size: 1.125rem; }
   .active > .hr-numbers-name {
     background-color: #d0281d;
     font-size: 1.5rem; }
   @media (max-width: 1280px) {
     .hr-numbers-name {
       width: 15.875rem; } }
   @media (max-width: 1023px) {
     .hr-numbers-name {
       margin: auto;
       font-size: 1.5rem;
       width: 13rem;
       background-color: rgba(255, 255, 255, 0.4);
       height: 4rem;
       line-height: 4rem; }
       .active > .hr-numbers-name {
         height: 5rem;
         line-height: 5rem; } }
 
 .hr-numbers-content {
   width: 48.75rem;
   height: 26.875rem;
   position: absolute;
   top: 3rem;
   right: 0;
   display: none; }
   .active .hr-numbers-content {
     display: block; }
   @media (max-width: 1023px) {
     .hr-numbers-content {
       margin-top: 5rem;
       width: 100%; } }
 
 .hr-inv {
   float: left;
   width: 7.625rem;
   margin: auto 1.0625rem;
   margin-top: 2.5rem; }
   .hr-inv-main-title {
     font-size: 1.5rem; }
   .hr-inv-box {
     border-radius: 0.4375rem;
     background-color: #d0281d;
     padding-top: 0.9375rem;
     margin-bottom: 1rem;
     position: relative; }
     .hr-inv-box:after {
       content: '';
       display: block;
       width: 0;
       height: 0;
       border: 1rem solid #E1766F;
       border-color: #E1766F transparent transparent transparent;
       position: absolute;
       top: 100%;
       left: 50%;
       -webkit-transform: translate3d(-50%, 0, 0);
               transform: translate3d(-50%, 0, 0); }
   .hr-inv-icon {
     display: block;
     margin-left: auto;
     margin-right: auto;
     padding-bottom: 0.1875rem;
     max-width: 100%; }
   .hr-inv-title {
     display: block;
     padding: 5px 7.5px;
     background-color: #e1766f;
     border-bottom-left-radius: 0.4375rem;
     border-bottom-right-radius: 0.4375rem; }
     .en .hr-inv-title {
       font-size: 0.8125rem;
       line-height: 1rem; }
   .hr-inv-desc {
     height: 7.5rem;
     line-height: 2;
     text-align: left;
     margin-top: 0.3125rem; }
     .en .hr-inv-desc {
       line-height: 1.25; }
   @media (max-width: 1023px) {
     .hr-inv {
       max-width: 18%;
       margin: auto;
       font-size: 1rem; }
       .hr-inv-list {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: justify;
             -ms-flex-pack: justify;
                 justify-content: space-between;
         margin-top: 2rem; }
       .hr-inv-box {
         padding-top: 0.25rem; } }
 
 .hr-sys-center {
   width: 23.375rem;
   height: 23.375rem;
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/1cb36db4669a1aefc584ac58213c3f79.png?v=1512306450');
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   padding-top: 10.75rem;
   font-size: 1.5rem;
   position: absolute;
   left: 25%;
   top: 0; }
 
 .hr-sys-line {
   position: absolute;
   font-size: 1.125rem; }
   .en .hr-sys-line {
     width: 15rem; }
   .hr-sys-line.n1 {
     top: 10%;
     left: 3%;
     text-align: left; }
   .hr-sys-line.n2 {
     top: 80%;
     left: 3%;
     text-align: left; }
   .hr-sys-line.n3 {
     top: 10%;
     right: 3%;
     text-align: right; }
   .hr-sys-line.n4 {
     top: 80%;
     right: 3%;
     text-align: right; }
   @media (max-width: 1023px) {
     .en .hr-sys-line {
       width: 12rem; } }
 
 .hr-pjt-center {
   width: 18.875rem;
   height: 9.625rem;
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/0fd32d7c24ff8761358e399b9ece505e.png?v=1512306450');
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   padding-top: 3.75rem;
   font-size: 1.5rem;
   position: absolute;
   top: 36%;
   left: 50%;
   -webkit-transform: translate3d(-50%, 0, 0);
           transform: translate3d(-50%, 0, 0); }
 
 .hr-pjt-item {
   position: absolute;
   -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
           transform: translateX(-50%);
   white-space: nowrap; }
   .hr-pjt-item.n1 {
     top: 60%;
     left: 18%; }
   .hr-pjt-item.n2 {
     top: 17%;
     left: 23%; }
   .hr-pjt-item.n3 {
     top: -6%;
     left: 50%; }
   .hr-pjt-item.n4 {
     top: 17%;
     left: 77%; }
   .hr-pjt-item.n5 {
     top: 60%;
     left: 82%; }
   .en .hr-pjt-item {
     width: 17rem;
     white-space: initial; }
     .en .hr-pjt-item.n3 {
       width: 22rem; }
     .en .hr-pjt-item.n5 {
       width: 12rem; }
 
 .hr-pjt-box {
   margin: 0.625rem auto;
   width: 4.125rem;
   height: 4.125rem;
   background-color: #d0281d;
   border-radius: 2.0625rem; }
 
 .hr-pjt-icon {
   max-width: 100%; }
 
 .hr-article-bg {
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/70c62445922c8797f3e17b2b83649b47.jpg?v=1518247305');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   color: #fff;
   padding: 1.75rem;
   line-height: 1.8; }
 
 .hr-ci-list {
   text-align: center;
   margin-bottom: 1.25rem; }
   @media (max-width: 1023px) {
     .hr-ci-list {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center; } }
 
 .hr-ci-item {
   display: inline-block;
   margin: auto 1.875rem; }
   .hr-ci-item > img {
     display: block;
     margin: auto;
     max-width: 9rem; }
 
 .hr-column-list {
   border-bottom: 1px solid #ebebeb;
   padding-bottom: 2.5rem;
   margin-bottom: -0.5rem; }
   .hr-column-list::after {
     display: block;
     clear: both;
     content: ""; }
 
 .hr-column-item {
   width: 46%;
   margin-right: 4%;
   float: left; }
   .hr-column-item:last-child {
     width: 50%;
     margin-right: 0; }
   @media (max-width: 1023px) {
     .hr-column-item {
       width: 88%;
       margin-left: 6%;
       margin-right: 0;
       float: none;
       margin-bottom: 2.5rem; } }
 
 .hr-column-content {
   display: block;
   margin-top: 1.25rem; }
 
 .hr-web {
   display: block;
   height: 21.625rem;
   text-align: center;
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/8312e61285866daf86d0afb94814c7b9.jpg?v=1518247305');
   background-position: center;
   background-size: cover; }
   .hr-web .btn-red {
     margin-top: 8.8125rem; }
   .hr-web:hover .btn-red {
     opacity: 1;
     color: #fff; }
 
 .btn-red {
   display: inline-block;
   background-color: #d0281d;
   font-size: 2.25rem;
   color: #fff;
   padding: 0.3125rem 2rem;
   border-radius: 0.375rem;
   opacity: 0.5; }
 
 .icon-finger {
   display: inline-block;
   width: 2.875rem;
   height: 2.25rem;
   margin-right: 0.5rem;
   background-image:url('/app/bq_global/assets/addons/bq_global/bq_global/official-theme/resources/html/assets/f0d4881722c87484f067eb70d793507f.png?v=1512306450');
   background-position: center;
   background-size: contain; }
 
 .article-line-item {
   padding: 1rem 0.625rem;
   border-bottom: 1px solid #ebebeb;
   position: relative; }
   .article-line-item::after {
     display: block;
     clear: both;
     content: ""; }
   .article-line-item.active {
     border-bottom: none;
     padding: 0.625rem 1.0625rem;
     background-color: #ebebeb; }
     .article-line-item.active .article-line-cover, .article-line-item.active .article-line-date, .article-line-item.active .article-line-link {
       display: block; }
     .article-line-item.active .article-line-title {
       white-space: normal; }
 
 .article-line-cover {
   float: left;
   display: none;
   width: 6.25rem;
   height: 6.25rem;
   margin-right: 1.0625rem;
   overflow: hidden; }
 
 .article-line-title {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap; }
 
 .article-line-date {
   display: none;
   color: #737373;
   font-size: 0.75rem; }
 
 .article-line-link {
   display: none;
   position: absolute;
   bottom: 0.625rem;
   right: 1.0625rem;
   border-color: #d0281d;
   color: #d0281d;
   font-size: 0.75rem; }
   .article-line-link:hover {
     background-color: #d0281d; }
 
 .hr-jt-list {
   margin-right: -2%; }
   .hr-jt-list::after {
     display: block;
     clear: both;
     content: ""; }
   @media (max-width: 1023px) {
     .hr-jt-list {
       margin-right: 0; } }
 
 .hr-jt-item {
   display: block;
   width: 23%;
   margin-right: 2%;
   position: relative;
   float: left;
   -webkit-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
   -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
           transform: translateY(0); }
   .hr-jt-item:hover {
     -webkit-box-shadow: 0 0 15px #ccc;
             box-shadow: 0 0 15px #ccc;
     -webkit-transform: translateY(-14px);
         -ms-transform: translateY(-14px);
             transform: translateY(-14px); }
   @media (max-width: 1023px) {
     .hr-jt-item {
       width: 70%;
       margin-left: 15%;
       margin-right: 0;
       margin-bottom: 1.25rem;
       float: none; } }
 
 .hr-jt-cover {
   width: 100%;
   overflow: hidden; }
 
 .hr-jt-name {
   padding: 0.625rem 0.9375rem;
   border: 1px solid #d9d9d9;
   border-top-width: 0; }
   .hr-jt-name .icon-circle-arrow {
     float: right; }
 
 .nav-hr-jt {
   margin-top: 1.25rem;
   text-align: center; }
   .nav-hr-jt .hr-jt-cover {
     height: 13.125rem; }
     .nav-hr-jt .hr-jt-cover > img {
       height: 100%;
       width: auto;
       margin-left: -50%; }
   .nav-hr-jt .icon-circle-arrow {
     display: none; }
 
 .icon-circle-arrow {
   width: 1.375rem;
   height: 1.375rem;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAABR1BMVEX///9zc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3NyQUiOAAAAbHRSTlMAAQQICQoMDQ4SFBgbIiYrMTY3Oj0/QEFGR0xOUFpeY2Vma2xwdnl7gIGChYaKi4yQkpOUlZqbnZ6hoqSnqbG0t7/DxMXHys3O0NLT1NXY2drb3N3e3+Lj5ebn6Onq7O3u7/Hy9Pb3+Pn6+/33bvXLAAAA+UlEQVQYGYXBZyOCUQCG4duK7JmZLSRk772TGRIlkYjn/3926j2ST66Lf7XOhd8yF0ud/NURk1L7u3Ep3UORgF763Rgub1QLFKwoSIFf21gB+YBSrD4tk9ekWQzvTTmOUXWRk/ggxx35wnr4xGjQII6LKI4eeYBplWG9RnBoFThJ86MkHSYvfgY8hfh1c1uJsZMA7i/5FQu5MLafgb0sPyp0QN7dJTCmKiwd49AaUKcRHI+nOLrVhnErcmqTSax4hpx6rWP0HmJNyUOeT36KDGkGa16LFAS1QYFP2eEajOqBlCYp0nIuZa+v3qVoO381jm8eHW9NNPOfb3HNLhyZw3S6AAAAAElFTkSuQmCC);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center; }
 
 .link-nav-end {
   position: absolute;
   right: 1.25rem;
   bottom: 1.25rem; }
 
 .nav-hr-stragety {
   padding: 2.5rem;
   line-height: 2; }
   .en .nav-hr-stragety {
     line-height: 1.6;
     font-size: 0.875rem; }
   .nav-hr-stragety .article-sign {
     right: 2.5rem;
     bottom: 7.5rem;
     font-weight: 500; }
 
 .hr-sf-first {
   font-weight: bold; }
 
 @media (max-width: 1023px) {
   html {
     font-size: 12px; } }
 
 @media (max-width: 767px) {
   html {
     font-size: 8px; } }
 
 @media (max-width: 1023px) {
   body {
     font-size: 1.5rem; } }
 
 
 @media (max-width: 1280px) and (min-width: 1022px) {
   .en #header .box {
     max-width: 100%;
   }
   .en #header > div > .box {
     max-width: 95%;
   }
   .en .sub-nav-content {
     /*width: 57.625rem;*/
     width: auto;
     left: 12rem;
   }
   .en .nav-structure-detail {
     width: 35%;
   }
   .en .nav-structure-detail + .nav-card-list {
     width: 63%;
   }
   .en .nav-structure-detail + .nav-card-list .nav-card {
     margin:0 1%;
   }
   .en .nav-news-list {
     float: right;
     margin-right: 1rem;
   }
   .en .nav-structure-cover {
     width: auto;
     margin:0 1rem;
   }
   .en .sub-nav-cover {
     width: 40%;
   }
   .en .sub-nav-cover + .nav-card-list {
     width: 57%;
   }
   .sub-nav-cover .product-cover-item {
     background-size: contain;
     background-repeat: no-repeat;
     width: auto;
   }
 
   .en .nav-news-item {
     width: 14.25rem;
   }
 
   .en .nav-news-item.active {
     width: 28.875rem;
   }
 }
 .en .nav-card {
   width: 48%;
   margin: 0 1%;
 }
 
 .en .nav-service-item {
   height: auto;
 }
 .nav-service-desc {
   overflow: hidden;
   line-height: 1.5;
 }
 .en .nav-service-content .link-more {
   background: #334047;
 }
 @media (max-width: 1023px) {
   .en .map-box {
     width: 30rem;
   }
 }
 .en .map-input {
   margin-left: 0;
   margin-right: 0;
   padding: 0;
   text-align: center;
   width: 100%;
   padding: 1rem;
   height: auto;
   line-height: 1.5;
 }
 .en .industry-spectrum-board .spectrum-item-1 {
   font-size: 13px;
 }
 @media (min-width: 1024px) {
   .en .hr-inv.n1 .hr-inv-desc {
     font-size: 14px;
   }
 }
 .en .hr-st-center .multiline {
   font-size: 14px;
 }
 .en .article-sign {
   bottom:0;
 }
 .en .leadership-address p:nth-of-type(1) {
   padding:0;
   margin:0;
 }
 @media (max-width: 1023px) {
   .en .hr-st-list {
     padding-top: 33rem;
   }
   .en .hr-st-center {
     width: 30rem;
     height: 30rem;
   }
 }
 
 .tech-desc-title {
   overflow: inherit;
   text-overflow: inherit;
   white-space: inherit;
 }
 
 
 @media (max-width: 480px) {
   .en .fast-track-label {
     text-align: center !important;
     margin-left: 0 !important;
   }
   .en .fast-track-inner > span {
     display: block !important;
     margin: 0 auto !important;
   }
   .en .copyright {
     font-size:10px;
   }
   .notice-title {
     margin-right: 15rem;
   }
 }
 
 
 .en .hr-inv-title {
   min-height: 5em;
 }
 .en .hr-inv.n1 .hr-inv-title,
 .en .hr-inv.n4 .hr-inv-title{
   padding-top: 1rem;
 }
 
 .collapse-arrow {
   height: 100%;
   margin-top: 0;
   top: 1px;
 }
 @media (max-width: 1023px) {
   .banner-note:before {
     top: .8rem;
   }
   .banner-note-aboutus {
     font-size: 1.5rem;
     padding: 1.8rem 2.5rem 1.8rem 4.375rem;
   }
 }
 
 .banner-note {
   text-indent: 0;
   padding-left: 5rem;
 }
 
 @media (max-width: 1023px) {
   .banner-note {
     padding: 1.5rem 2.5rem 1.5rem 4rem;
   }
 }
 
 .brand-item img {
   width: auto;
   height: 80px;
 }
 
 .en .header-nav > .nav-item {
   padding: 0;
 }