@font-face {
    font-family: 'clj';
    src:  url('../fonts/clj.eot?972ytx');
    src:  url('../fonts/clj.eot?972ytx#iefix') format('embedded-opentype'),
      url('../fonts/clj.ttf?972ytx') format('truetype'),
      url('../fonts/clj.woff?972ytx') format('woff'),
      url('../fonts/clj.svg?972ytx#clj') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="fa-"], [class*=" fa-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'clj' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fa-2x{
    font-size: 2em;
  }
  .fa-angle-down:before {
    content: "\e900";
  }
  .fa-angle-right:before {
    content: "\e901";
    font-weight: 400;
  }
  .fa-angle-up:before {
    content: "\e902";
  }
  .fa-bars:before {
    content: "\e903";
  }
  .fa-clock:before {
    content: "\e904";
    color: #febc35;
  }
  .fa-envelope:before {
    content: "\e905";
    color: #febc35;
  }
  .fa-envelope-open:before {
    content: "\e906";
    color: #febc35;
  }
  .fa-eye_close:before {
    content: "\e907";
  }
  .fa-eye_open:before {
    content: "\e908";
  }
  .fa-long-arrow-right:before {
    content: "\e909";
  }
  .fa-map-marker-alt:before {
    content: "\e90a";
  }
  .fa-paper-plane:before {
    content: "\e90b";
  }
  .fa-phone:before {
    content: "\e90c";
    color: #febc35;
  }
  .fa-search:before {
    content: "\e90d";
  }
  .fa-th:before {
    content: "\e90e";
  }
  .fa-qq:before {
    content: "\e90f";
  }
  .fa-wechat:before {
    content: "\e910";
  }
  .fa-weibo:before {
    content: "\e911";
  }
  .fa-window-close:before {
    content: "\e912";
    color: #febc35;
  }
  
  
  .b-work-link .fa-angle-right i {
    color: white;
  }
  .b-work-link a:hover{
    background: #222;color: #ffffff;
  }
  .footer-icon a:hover{
    color: #ffffff;
  }
  .contact-box i{
    padding: 0.5em;
  }
  #scrollUp a:hover{
    color: #ffffff;
  }
  .faq-box .collapsed::before {
    content: "\e907"!important;
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 20px;
    font-family: "clj";
    color: #666;
 }