@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.pc-clWhite {
  color: white;
}

.pc-clBlack {
  color: #262424;
}

.pc-clGray {
  color: #58595b;
}

.pc-clGray-l {
  color: #a5a5a5;
}

.pc-clGray-ll {
  color: #dddddd;
}

.pc-clGray-lll {
  color: #ededed;
}

.pc-clRed {
  color: #be1e2d;
}

.pc-clBlue {
  color: #1e73be;
}

.pc-bgWhite {
  background-color: white;
}

.pc-bgBlack {
  background-color: #262424;
}

.pc-bgRed {
  background-color: #be1e2d;
}

.pc-bgGray {
  background-color: #58595b;
}

.pc-bgGray-ll {
  background-color: #dddddd;
}

.pc-bgGray-lll {
  background-color: #ededed;
}

.pc-bgGray-llll {
  background-color: #f7f7f7;
}

.pc-clFb {
  color: #3b5998;
}

.pc-clIn {
  color: #007bb6;
}

.pc-bgFb {
  background-color: #3b5998;
}

.pc-bgIn {
  background-color: #007bb6;
}

.pc-fwLight, input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, .pc-text-input, .pc-main-menu > .pc-item > a, .pc-des-slider .pc-clipping-mask .pc-clipping-text, .pc-suffix, .pc-job-number {
  font-family: 'Roboto', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.pc-fwLight, input:-ms-input-placeholder,
textarea:-ms-input-placeholder, .pc-text-input, .pc-main-menu > .pc-item > a, .pc-des-slider .pc-clipping-mask .pc-clipping-text, .pc-suffix, .pc-job-number {
  font-family: 'Roboto', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.pc-fwLight, input::-ms-input-placeholder,
textarea::-ms-input-placeholder, .pc-text-input, .pc-main-menu > .pc-item > a, .pc-des-slider .pc-clipping-mask .pc-clipping-text, .pc-suffix, .pc-job-number {
  font-family: 'Roboto', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.pc-fwLight, input::placeholder,
textarea::placeholder, .pc-text-input, .pc-main-menu > .pc-item > a, .pc-des-slider .pc-clipping-mask .pc-clipping-text, .pc-suffix, .pc-job-number {
  font-family: 'Roboto', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.pc-fwRegular, body, input,
textarea, .pc-input > .pc-blinding, .pc-sub-menu > .pc-item.pc-active, .pc-article-slide-left > .pc-item > .pc-title {
  font-family: 'Roboto', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.pc-fwNormal {
  font-family: 'Roboto', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.pc-fwBold, .pc-left-suffix-text > .pc-text,
.pc-right-suffix-text > .pc-text {
  font-family: 'Roboto', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.pc-fwBlack {
  font-family: 'Roboto', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.pc-ttUpper {
  text-transform: uppercase;
}

h1.pc-title,
h2.pc-title,
h3.pc-title,
h4.pc-title,
h5.pc-title {
  padding: 0;
  margin: 0;
  line-height: 1.35;
  margin-bottom: 3px;
}

@media (max-width: 640px) {
  h1.pc-title,
  h2.pc-title,
  h3.pc-title,
  h4.pc-title,
  h5.pc-title {
    line-height: 1.4;
  }
}

@media (max-width: 330px) {
  h1.pc-title,
  h2.pc-title,
  h3.pc-title,
  h4.pc-title,
  h5.pc-title {
    line-height: 1.25;
  }
}

h1 {
  font-size: 2rem;
}

.pc-fs10 {
  font-size: 10px;
}

.pc-fs11 {
  font-size: 11px;
}

.pc-fs12 {
  font-size: 12px;
}

.pc-fs13 {
  font-size: 13px;
}

.pc-fs14 {
  font-size: 14px;
}

.pc-fs15 {
  font-size: 15px;
}

.pc-fs16 {
  font-size: 16px;
}

.pc-fs17 {
  font-size: 17px;
}

.pc-fs18 {
  font-size: 18px;
}

.pc-fs19 {
  font-size: 19px;
}

.pc-fs20 {
  font-size: 20px;
}

.pc-fs24 {
  font-size: 24px;
}

.pc-fs36 {
  font-size: 36px;
}

.pc-fs40 {
  font-size: 40px;
}

.pc-fs48 {
  font-size: 48px;
}

.pc-fs50 {
  font-size: 50px;
}

@media (max-width: 640px) {
  .pc-fs10-mob {
    font-size: 10px;
  }
  .pc-fs11-mob {
    font-size: 11px;
  }
  .pc-fs12-mob {
    font-size: 12px;
  }
  .pc-fs13-mob {
    font-size: 13px;
  }
  .pc-fs14-mob {
    font-size: 14px;
  }
  .pc-fs15-mob {
    font-size: 15px;
  }
  .pc-fs16-mob {
    font-size: 16px;
  }
  .pc-fs17-mob {
    font-size: 17px;
  }
  .pc-fs18-mob {
    font-size: 18px;
  }
  .pc-fs19-mob {
    font-size: 19px;
  }
  .pc-fs20-mob {
    font-size: 20px;
  }
  .pc-fs24-mob {
    font-size: 24px;
  }
  .pc-fs30-mob {
    font-size: 30px;
  }
  .pc-fs36-mob {
    font-size: 36px;
  }
  .pc-fs40-mob {
    font-size: 40px;
  }
  .pc-fs48-mob {
    font-size: 48px;
  }
  .pc-fs50-mob {
    font-size: 50px;
  }
}

.pc-fsItalic {
  font-style: italic;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

*,
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 0;
  margin: 0;
  color: #58595b;
  line-height: 1.65;
  font-size: 16px;
}

@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  body {
    line-height: 1.5;
    font-size: 14px;
  }
}

button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

.pc-a {
  text-decoration: none;
  color: #58595b;
}

.pc-a:hover {
  color: #be1e2d;
}

.pc-link {
  text-decoration: none;
  color: #1e73be;
}

.pc-link:hover {
  color: #1e73be;
  text-decoration: underline;
}

.pc-space5 {
  padding-bottom: 5px;
  display: block;
}

.pc-space10 {
  padding-bottom: 10px;
  display: block;
}

.pc-space15 {
  padding-bottom: 15px;
  display: block;
}

.pc-space20 {
  padding-bottom: 20px;
  display: block;
}

.pc-space25 {
  padding-bottom: 25px;
  display: block;
}

.pc-space30 {
  padding-bottom: 30px;
  display: block;
}

.pc-space40 {
  padding-bottom: 40px;
  display: block;
}

.pc-space50 {
  padding-bottom: 50px;
  display: block;
}

.pc-space60 {
  padding-bottom: 60px;
  display: block;
}

.pc-space70 {
  padding-bottom: 70px;
  display: block;
}

.pc-space80 {
  padding-bottom: 80px;
  display: block;
}

.pc-space90 {
  padding-bottom: 90px;
  display: block;
}

.pc-space100 {
  padding-bottom: 100px;
  display: block;
}

@media (max-width: 768px) {
  .pc-space10-pad {
    padding-bottom: 10px;
  }
  .pc-space20-pad {
    padding-bottom: 20px;
  }
  .pc-space30-pad {
    padding-bottom: 30px;
  }
  .pc-space40-pad {
    padding-bottom: 40px;
  }
  .pc-space50-pad {
    padding-bottom: 50px;
  }
  .pc-space60-pad {
    padding-bottom: 60px;
  }
  .pc-space80-pad {
    padding-bottom: 80px;
  }
}

@media (max-width: 640px) {
  .pc-space10-mob {
    padding-bottom: 10px;
  }
  .pc-space20-mob {
    padding-bottom: 20px;
  }
  .pc-space30-mob {
    padding-bottom: 30px;
  }
  .pc-space40-mob {
    padding-bottom: 40px;
  }
  .pc-space60-mob {
    padding-bottom: 60px;
  }
  .pc-space80-mob {
    padding-bottom: 80px;
  }
}

@media (max-width: 330px) {
  .pc-space10-small-mob {
    padding-bottom: 10px;
  }
  .pc-space20-small-mob {
    padding-bottom: 20px;
  }
  .pc-space30-small-mob {
    padding-bottom: 30px;
  }
  .pc-space40-small-mob {
    padding-bottom: 40px;
  }
  .pc-space50-small-mob {
    padding-bottom: 50px;
  }
  .pc-space60-small-mob {
    padding-bottom: 60px;
  }
  .pc-space80-small-mob {
    padding-bottom: 80px;
  }
}

.pc-br {
  border: 1px solid #dddddd;
}

.pc-brTop {
  border-top: 1px solid #dddddd;
}

.pc-brRight {
  border-right: 1px solid #dddddd;
}

.pc-brBottom {
  border-bottom: 1px solid #dddddd;
}

.pc-brLeft {
  border-left: 1px solid #dddddd;
}

.pc-fLeft {
  float: left;
}

.pc-fRight {
  float: right;
}

.pc-ell, .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-right-child > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-sqBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pc-sqBox:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.pc-sqBox .pc-sqContent {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.pc-dBlock {
  display: block;
}

.pc-dInBlock {
  display: inline-block;
}

.pc-dNone {
  display: none;
}

.pc-dNonei {
  display: none !important;
}

.pc-vCenter, .pc-binding .pc-pick .pc-img, .pc-binding .pc-pick .pc-text, .pc-item-job > div {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.pc-w100p {
  width: 100%;
}

.pc-mw80p {
  max-width: 80%;
}

@media (max-width: 640px) {
  .pc-mw80p {
    max-width: 100%;
  }
}

.pc-mw85p {
  max-width: 85%;
}

@media (max-width: 640px) {
  .pc-mw85p {
    max-width: 100%;
  }
}

.pc-mw90p {
  max-width: 90%;
}

@media (max-width: 640px) {
  .pc-mw90p {
    max-width: 100%;
  }
}

.pc-h100p {
  height: 100%;
}

.pc-division, .pc-list-article .pc-article, .pc-list-people, .pc-company-info {
  width: 100%;
}

.pc-division:before, .pc-list-article .pc-article:before, .pc-list-people:before, .pc-company-info:before {
  content: " ";
  display: table;
}

.pc-division:after, .pc-list-article .pc-article:after, .pc-list-people:after, .pc-company-info:after {
  content: " ";
  display: table;
  clear: both;
}

.pc-clear {
  clear: both;
}

.pc-hidden {
  display: none;
}

.pc-show {
  display: block;
}

@media (max-width: 768px) {
  .pc-hidden-pad {
    display: none;
  }
  .pc-show-pad {
    display: block;
  }
  .pc-dBlock-pad {
    display: block;
  }
  .pc-dInBlock-pad {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .pc-hidden-mob {
    display: none;
  }
  .pc-show-mob {
    display: block;
  }
  .pc-dBlock-mob {
    display: block;
  }
  .pc-dInBlock-mob {
    display: inline-block;
  }
}

@media (max-width: 330px) {
  .pc-hidden-small-mob {
    display: none;
  }
  .pc-show-small-mob {
    display: block;
  }
  .pc-dBlock-small-mob {
    display: block;
  }
  .pc-dInBlock-small-mob {
    display: inline-block;
  }
}

.pc-noSelect, .pc-btn, .pc-list-option > .pc-item, .pc-list-btn-tab > .pc-item, .pc-logo-color, .pc-main-menu, .pc-main-menu-right {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.pc-on {
  display: block !important;
}

.pc-off {
  display: none !important;
}

.pc-tCenter {
  text-align: center;
}

.pc-tRight {
  text-align: right;
}

.pc-tLeft {
  text-align: left;
}

@media (max-width: 640px) {
  .pc-tCenter-mob {
    text-align: center;
  }
  .pc-tRight-mob {
    text-align: right;
  }
  .pc-tLeft-mob {
    text-align: left;
  }
}

.pc-line-hor-style {
  position: relative;
  max-width: 380px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #be1e2d;
}

.pc-line-hor-style:after {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-color: #be1e2d;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.pc-line-ver-style {
  position: relative;
  max-height: 380px;
  height: 100%;
  width: 1px;
  border-left: 1px solid #be1e2d;
}

.pc-line-ver-style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -5.5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-color: #be1e2d;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.pc-pR {
  position: relative;
}

.pc-pA {
  position: absolute;
}

.pc-ul {
  padding: 0px;
  margin: 0px;
  padding-left: 20px;
}

.pc-ul-format {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc-pSticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pc-pSticky80 {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.pc-slOutside {
  list-style: disc;
}

.pc-slDisc {
  list-style: outside;
}

.pc-slSquare {
  list-style: square;
}

.pc-slNone {
  list-style: none;
}

.pc-mAuto {
  margin: 0 auto;
}

.pc-maxWidth540 {
  max-width: 540px;
  margin: 0 auto;
}

.pc-maxWidth640 {
  max-width: 640px;
  margin: 0 auto;
}

.pc-maxWidth650 {
  max-width: 650px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pc-maxWidth650 {
    max-width: 560px;
  }
}

.pc-maxWidth800 {
  max-width: 800px;
  margin: 0 auto;
}

.pc-p0 {
  padding: 0px;
}

.pc-p5 {
  padding: 5px;
}

.pc-p10 {
  padding: 10px;
}

.pc-p15 {
  padding: 15px;
}

.pc-p20 {
  padding: 20px;
}

.pc-p25 {
  padding: 25px;
}

.pc-p30 {
  padding: 30px;
}

.pc-p40 {
  padding: 40px;
}

.pc-p60 {
  padding: 60px;
}

.pc-p80 {
  padding: 80px;
}

.pc-pL0 {
  padding-left: 0px;
}

.pc-pL5 {
  padding-left: 5px;
}

.pc-pL10 {
  padding-left: 10px;
}

.pc-pL15 {
  padding-left: 15px;
}

.pc-pL20 {
  padding-left: 20px;
}

.pc-pL25 {
  padding-left: 25px;
}

.pc-pL30 {
  padding-left: 30px;
}

.pc-pL40 {
  padding-left: 40px;
}

.pc-pL60 {
  padding-left: 60px;
}

.pc-pL80 {
  padding-left: 80px;
}

.pc-pR0 {
  padding-right: 0px;
}

.pc-pR5 {
  padding-right: 5px;
}

.pc-pR10 {
  padding-right: 10px;
}

.pc-pR15 {
  padding-right: 15px;
}

.pc-pR20 {
  padding-right: 20px;
}

.pc-pR25 {
  padding-right: 25px;
}

.pc-pR30 {
  padding-right: 30px;
}

.pc-pR40 {
  padding-right: 40px;
}

.pc-pR60 {
  padding-right: 60px;
}

.pc-pR80 {
  padding-right: 80px;
}

.pc-pT0 {
  padding-top: 0px;
}

.pc-pT5 {
  padding-top: 5px;
}

.pc-pT10 {
  padding-top: 10px;
}

.pc-pT15 {
  padding-top: 15px;
}

.pc-pT20 {
  padding-top: 20px;
}

.pc-pT25 {
  padding-top: 25px;
}

.pc-pT30 {
  padding-top: 30px;
}

.pc-pT40 {
  padding-top: 40px;
}

.pc-pT60 {
  padding-top: 60px;
}

.pc-pT80 {
  padding-top: 80px;
}

.pc-pB0 {
  padding-bottom: 0px;
}

.pc-pB5 {
  padding-bottom: 5px;
}

.pc-pB10 {
  padding-bottom: 10px;
}

.pc-pB15 {
  padding-bottom: 15px;
}

.pc-pB20 {
  padding-bottom: 20px;
}

.pc-pB25 {
  padding-bottom: 25px;
}

.pc-pB30 {
  padding-bottom: 30px;
}

.pc-pB40 {
  padding-bottom: 40px;
}

.pc-pB60 {
  padding-bottom: 60px;
}

.pc-pB80 {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .pc-p0-pad {
    padding: 0px;
  }
  .pc-p5-pad {
    padding: 5px;
  }
  .pc-p10-pad {
    padding: 10px;
  }
  .pc-p15-pad {
    padding: 15px;
  }
  .pc-p20-pad {
    padding: 20px;
  }
  .pc-p25-pad {
    padding: 25px;
  }
  .pc-p30-pad {
    padding: 30px;
  }
  .pc-p40-pad {
    padding: 40px;
  }
  .pc-p60-pad {
    padding: 60px;
  }
  .pc-p80-pad {
    padding: 80px;
  }
  .pc-pL0-pad {
    padding-left: 0px;
  }
  .pc-pL5-pad {
    padding-left: 5px;
  }
  .pc-pL10-pad {
    padding-left: 10px;
  }
  .pc-pL15-pad {
    padding-left: 15px;
  }
  .pc-pL20-pad {
    padding-left: 20px;
  }
  .pc-pL25-pad {
    padding-left: 25px;
  }
  .pc-pL30-pad {
    padding-left: 30px;
  }
  .pc-pL40-pad {
    padding-left: 40px;
  }
  .pc-pL60-pad {
    padding-left: 60px;
  }
  .pc-pL80-pad {
    padding-left: 80px;
  }
  .pc-pR0-pad {
    padding-right: 0px;
  }
  .pc-pR5-pad {
    padding-right: 5px;
  }
  .pc-pR10-pad {
    padding-right: 10px;
  }
  .pc-pR15-pad {
    padding-right: 15px;
  }
  .pc-pR20-pad {
    padding-right: 20px;
  }
  .pc-pR25-pad {
    padding-right: 25px;
  }
  .pc-pR30-pad {
    padding-right: 30px;
  }
  .pc-pR40-pad {
    padding-right: 40px;
  }
  .pc-pR60-pad {
    padding-right: 60px;
  }
  .pc-pR80-pad {
    padding-right: 80px;
  }
  .pc-pT0-pad {
    padding-top: 0px;
  }
  .pc-pT5-pad {
    padding-top: 5px;
  }
  .pc-pT10-pad {
    padding-top: 10px;
  }
  .pc-pT15-pad {
    padding-top: 15px;
  }
  .pc-pT20-pad {
    padding-top: 20px;
  }
  .pc-pT25-pad {
    padding-top: 25px;
  }
  .pc-pT30-pad {
    padding-top: 30px;
  }
  .pc-pT40-pad {
    padding-top: 40px;
  }
  .pc-pT60-pad {
    padding-top: 60px;
  }
  .pc-pT80-pad {
    padding-top: 80px;
  }
  .pc-pB0-pad {
    padding-bottom: 0px;
  }
  .pc-pB5-pad {
    padding-bottom: 5px;
  }
  .pc-pB10-pad {
    padding-bottom: 10px;
  }
  .pc-pB15-pad {
    padding-bottom: 15px;
  }
  .pc-pB20-pad {
    padding-bottom: 20px;
  }
  .pc-pB25-pad {
    padding-bottom: 25px;
  }
  .pc-pB30-pad {
    padding-bottom: 30px;
  }
  .pc-pB40-pad {
    padding-bottom: 40px;
  }
  .pc-pB60-pad {
    padding-bottom: 60px;
  }
  .pc-pB80-pad {
    padding-bottom: 80px;
  }
}

@media (max-width: 640px) {
  .pc-p0-mob {
    padding: 0px;
  }
  .pc-p5-mob {
    padding: 5px;
  }
  .pc-p10-mob {
    padding: 10px;
  }
  .pc-p15-mob {
    padding: 15px;
  }
  .pc-p20-mob {
    padding: 20px;
  }
  .pc-p25-mob {
    padding: 25px;
  }
  .pc-p30-mob {
    padding: 30px;
  }
  .pc-p40-mob {
    padding: 40px;
  }
  .pc-p60-mob {
    padding: 60px;
  }
  .pc-p80-mob {
    padding: 80px;
  }
  .pc-pL0-mob {
    padding-left: 0px;
  }
  .pc-pL5-mob {
    padding-left: 5px;
  }
  .pc-pL10-mob {
    padding-left: 10px;
  }
  .pc-pL15-mob {
    padding-left: 15px;
  }
  .pc-pL20-mob {
    padding-left: 20px;
  }
  .pc-pL25-mob {
    padding-left: 25px;
  }
  .pc-pL30-mob {
    padding-left: 30px;
  }
  .pc-pL40-mob {
    padding-left: 40px;
  }
  .pc-pL60-mob {
    padding-left: 60px;
  }
  .pc-pL80-mob {
    padding-left: 80px;
  }
  .pc-pR0-mob {
    padding-right: 0px;
  }
  .pc-pR5-mob {
    padding-right: 5px;
  }
  .pc-pR10-mob {
    padding-right: 10px;
  }
  .pc-pR15-mob {
    padding-right: 15px;
  }
  .pc-pR20-mob {
    padding-right: 20px;
  }
  .pc-pR25-mob {
    padding-right: 25px;
  }
  .pc-pR30-mob {
    padding-right: 30px;
  }
  .pc-pR40-mob {
    padding-right: 40px;
  }
  .pc-pR60-mob {
    padding-right: 60px;
  }
  .pc-pR80-mob {
    padding-right: 80px;
  }
  .pc-pT0-mob {
    padding-top: 0px;
  }
  .pc-pT5-mob {
    padding-top: 5px;
  }
  .pc-pT10-mob {
    padding-top: 10px;
  }
  .pc-pT15-mob {
    padding-top: 15px;
  }
  .pc-pT20-mob {
    padding-top: 20px;
  }
  .pc-pT25-mob {
    padding-top: 25px;
  }
  .pc-pT30-mob {
    padding-top: 30px;
  }
  .pc-pT40-mob {
    padding-top: 40px;
  }
  .pc-pT60-mob {
    padding-top: 60px;
  }
  .pc-pT80-mob {
    padding-top: 80px;
  }
  .pc-pB0-mob {
    padding-bottom: 0px;
  }
  .pc-pB5-mob {
    padding-bottom: 5px;
  }
  .pc-pB10-mob {
    padding-bottom: 10px;
  }
  .pc-pB15-mob {
    padding-bottom: 15px;
  }
  .pc-pB20-mob {
    padding-bottom: 20px;
  }
  .pc-pB25-mob {
    padding-bottom: 25px;
  }
  .pc-pB30-mob {
    padding-bottom: 30px;
  }
  .pc-pB40-mob {
    padding-bottom: 40px;
  }
  .pc-pB60-mob {
    padding-bottom: 60px;
  }
  .pc-pB80-mob {
    padding-bottom: 80px;
  }
}

.pc-m0 {
  margin: 0px;
}

.pc-m5 {
  margin: 5px;
}

.pc-m10 {
  margin: 10px;
}

.pc-m15 {
  margin: 15px;
}

.pc-m20 {
  margin: 20px;
}

.pc-m25 {
  margin: 25px;
}

.pc-m30 {
  margin: 30px;
}

.pc-m40 {
  margin: 40px;
}

.pc-m60 {
  margin: 60px;
}

.pc-m80 {
  margin: 80px;
}

.pc-mL0 {
  margin-left: 0px;
}

.pc-mL5 {
  margin-left: 5px;
}

.pc-mL10 {
  margin-left: 10px;
}

.pc-mL15 {
  margin-left: 15px;
}

.pc-mL20 {
  margin-left: 20px;
}

.pc-mL25 {
  margin-left: 25px;
}

.pc-mL30 {
  margin-left: 30px;
}

.pc-mL40 {
  margin-left: 40px;
}

.pc-mL60 {
  margin-left: 60px;
}

.pc-mL80 {
  margin-left: 80px;
}

.pc-mR0 {
  margin-right: 0px;
}

.pc-mR5 {
  margin-right: 5px;
}

.pc-mR10 {
  margin-right: 10px;
}

.pc-mR15 {
  margin-right: 15px;
}

.pc-mR20 {
  margin-right: 20px;
}

.pc-mR25 {
  margin-right: 25px;
}

.pc-mR30 {
  margin-right: 30px;
}

.pc-mR40 {
  margin-right: 40px;
}

.pc-mR60 {
  margin-right: 60px;
}

.pc-mR80 {
  margin-right: 80px;
}

.pc-mT0 {
  margin-top: 0px;
}

.pc-mT5 {
  margin-top: 5px;
}

.pc-mT10 {
  margin-top: 10px;
}

.pc-mT15 {
  margin-top: 15px;
}

.pc-mT20 {
  margin-top: 20px;
}

.pc-mT25 {
  margin-top: 25px;
}

.pc-mT30 {
  margin-top: 30px;
}

.pc-mT40 {
  margin-top: 40px;
}

.pc-mT60 {
  margin-top: 60px;
}

.pc-mT80 {
  margin-top: 80px;
}

.pc-mB0 {
  margin-bottom: 0px;
}

.pc-mB5 {
  margin-bottom: 5px;
}

.pc-mB10 {
  margin-bottom: 10px;
}

.pc-mB15 {
  margin-bottom: 15px;
}

.pc-mB20 {
  margin-bottom: 20px;
}

.pc-mB25 {
  margin-bottom: 25px;
}

.pc-mB30 {
  margin-bottom: 30px;
}

.pc-mB40 {
  margin-bottom: 40px;
}

.pc-mB60 {
  margin-bottom: 60px;
}

.pc-mB80 {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pc-m0-pad {
    margin: 0px;
  }
  .pc-m5-pad {
    margin: 5px;
  }
  .pc-m10-pad {
    margin: 10px;
  }
  .pc-m15-pad {
    margin: 15px;
  }
  .pc-m20-pad {
    margin: 20px;
  }
  .pc-m25-pad {
    margin: 25px;
  }
  .pc-m30-pad {
    margin: 30px;
  }
  .pc-m40-pad {
    margin: 40px;
  }
  .pc-m60-pad {
    margin: 60px;
  }
  .pc-m80-pad {
    margin: 80px;
  }
  .pc-mL0-pad {
    margin-left: 0px;
  }
  .pc-mL5-pad {
    margin-left: 5px;
  }
  .pc-mL10-pad {
    margin-left: 10px;
  }
  .pc-mL15-pad {
    margin-left: 15px;
  }
  .pc-mL20-pad {
    margin-left: 20px;
  }
  .pc-mL25-pad {
    margin-left: 25px;
  }
  .pc-mL30-pad {
    margin-left: 30px;
  }
  .pc-mL40-pad {
    margin-left: 40px;
  }
  .pc-mL60-pad {
    margin-left: 60px;
  }
  .pc-mL80-pad {
    margin-left: 80px;
  }
  .pc-mR0-pad {
    margin-right: 0px;
  }
  .pc-mR5-pad {
    margin-right: 5px;
  }
  .pc-mR10-pad {
    margin-right: 10px;
  }
  .pc-mR15-pad {
    margin-right: 15px;
  }
  .pc-mR20-pad {
    margin-right: 20px;
  }
  .pc-mR25-pad {
    margin-right: 25px;
  }
  .pc-mR30-pad {
    margin-right: 30px;
  }
  .pc-mR40-pad {
    margin-right: 40px;
  }
  .pc-mR60-pad {
    margin-right: 60px;
  }
  .pc-mR80-pad {
    margin-right: 80px;
  }
  .pc-mT0-pad {
    margin-top: 0px;
  }
  .pc-mT5-pad {
    margin-top: 5px;
  }
  .pc-mT10-pad {
    margin-top: 10px;
  }
  .pc-mT15-pad {
    margin-top: 15px;
  }
  .pc-mT20-pad {
    margin-top: 20px;
  }
  .pc-mT25-pad {
    margin-top: 25px;
  }
  .pc-mT30-pad {
    margin-top: 30px;
  }
  .pc-mT40-pad {
    margin-top: 40px;
  }
  .pc-mT60-pad {
    margin-top: 60px;
  }
  .pc-mT80-pad {
    margin-top: 80px;
  }
  .pc-mB0-pad {
    margin-bottom: 0px;
  }
  .pc-mB5-pad {
    margin-bottom: 5px;
  }
  .pc-mB10-pad {
    margin-bottom: 10px;
  }
  .pc-mB15-pad {
    margin-bottom: 15px;
  }
  .pc-mB20-pad {
    margin-bottom: 20px;
  }
  .pc-mB25-pad {
    margin-bottom: 25px;
  }
  .pc-mB30-pad {
    margin-bottom: 30px;
  }
  .pc-mB40-pad {
    margin-bottom: 40px;
  }
  .pc-mB60-pad {
    margin-bottom: 60px;
  }
  .pc-mB80-pad {
    margin-bottom: 80px;
  }
}

@media (max-width: 640px) {
  .pc-m0-mob {
    margin: 0px;
  }
  .pc-m5-mob {
    margin: 5px;
  }
  .pc-m10-mob {
    margin: 10px;
  }
  .pc-m15-mob {
    margin: 15px;
  }
  .pc-m20-mob {
    margin: 20px;
  }
  .pc-m25-mob {
    margin: 25px;
  }
  .pc-m30-mob {
    margin: 30px;
  }
  .pc-m40-mob {
    margin: 40px;
  }
  .pc-m60-mob {
    margin: 60px;
  }
  .pc-m80-mob {
    margin: 80px;
  }
  .pc-mL0-mob {
    margin-left: 0px;
  }
  .pc-mL5-mob {
    margin-left: 5px;
  }
  .pc-mL10-mob {
    margin-left: 10px;
  }
  .pc-mL15-mob {
    margin-left: 15px;
  }
  .pc-mL20-mob {
    margin-left: 20px;
  }
  .pc-mL25-mob {
    margin-left: 25px;
  }
  .pc-mL30-mob {
    margin-left: 30px;
  }
  .pc-mL40-mob {
    margin-left: 40px;
  }
  .pc-mL60-mob {
    margin-left: 60px;
  }
  .pc-mL80-mob {
    margin-left: 80px;
  }
  .pc-mR0-mob {
    margin-right: 0px;
  }
  .pc-mR5-mob {
    margin-right: 5px;
  }
  .pc-mR10-mob {
    margin-right: 10px;
  }
  .pc-mR15-mob {
    margin-right: 15px;
  }
  .pc-mR20-mob {
    margin-right: 20px;
  }
  .pc-mR25-mob {
    margin-right: 25px;
  }
  .pc-mR30-mob {
    margin-right: 30px;
  }
  .pc-mR40-mob {
    margin-right: 40px;
  }
  .pc-mR60-mob {
    margin-right: 60px;
  }
  .pc-mR80-mob {
    margin-right: 80px;
  }
  .pc-mT0-mob {
    margin-top: 0px;
  }
  .pc-mT5-mob {
    margin-top: 5px;
  }
  .pc-mT10-mob {
    margin-top: 10px;
  }
  .pc-mT15-mob {
    margin-top: 15px;
  }
  .pc-mT20-mob {
    margin-top: 20px;
  }
  .pc-mT25-mob {
    margin-top: 25px;
  }
  .pc-mT30-mob {
    margin-top: 30px;
  }
  .pc-mT40-mob {
    margin-top: 40px;
  }
  .pc-mT60-mob {
    margin-top: 60px;
  }
  .pc-mT80-mob {
    margin-top: 80px;
  }
  .pc-mB0-mob {
    margin-bottom: 0px;
  }
  .pc-mB5-mob {
    margin-bottom: 5px;
  }
  .pc-mB10-mob {
    margin-bottom: 10px;
  }
  .pc-mB15-mob {
    margin-bottom: 15px;
  }
  .pc-mB20-mob {
    margin-bottom: 20px;
  }
  .pc-mB25-mob {
    margin-bottom: 25px;
  }
  .pc-mB30-mob {
    margin-bottom: 30px;
  }
  .pc-mB40-mob {
    margin-bottom: 40px;
  }
  .pc-mB60-mob {
    margin-bottom: 60px;
  }
  .pc-mB80-mob {
    margin-bottom: 80px;
  }
}

.pc-ani1, .pc-list-sub-nav > .pc-item {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.pc-ani2, .pc-btn.pc-effect-arrow-el.pc-hover-el > .pc-content > .pc-left,
.pc-btn.pc-effect-arrow-el.pc-hover-el > .pc-content > .pc-right, .pc-link-tab .pc-list-content-link-tab > .pc-item {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.pc-ani3, .pc-list-people > .pc-people > .pc-content > .pc-cover > .pc-img, .pc-list-people > .pc-people > .pc-content > .pc-cover > .pc-text > .pc-title {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pc-ani4, .pc-list-content-tab > .pc-item.pc-active {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.pc-ani, .pc-list-people > .pc-people > .pc-content > .pc-cover > .pc-text > .pc-pos {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.pc-effect.pc-opacity-none {
  opacity: 0;
}

.pc-effect.pc-ef-active {
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.pc-effect.pc-ef-active.pc-ef-move-left {
  -webkit-animation-name: moveLeft;
          animation-name: moveLeft;
}

.pc-effect.pc-ef-active.pc-ef-move-right {
  -webkit-animation-name: moveRight;
          animation-name: moveRight;
}

.pc-effect.pc-ef-active.pc-ef-move-top {
  -webkit-animation-name: moveTop;
          animation-name: moveTop;
}

.pc-effect.pc-ef-active.pc-ef-move-bottom {
  -webkit-animation-name: moveBottom;
          animation-name: moveBottom;
}

@-webkit-keyframes moveTop {
  0% {
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moveTop {
  0% {
    -webkit-transform: translateY(10vh);
    transform: translateY(10vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes moveBottom {
  0% {
    -webkit-transform: translateY(-10vh);
    transform: translateY(-10vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moveBottom {
  0% {
    -webkit-transform: translateY(-10vh);
    transform: translateY(-10vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(10vh);
    transform: translateX(10vh);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(10vh);
    transform: translateX(10vh);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(-10vh);
    transform: translateX(-10vh);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveRight {
  0% {
    -webkit-transform: translateX(-10vh);
    transform: translateX(-10vh);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animated.hinge2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.hinge3 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.animated.hinge4 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.animated.hinge5 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.animated.delay {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  30% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  30% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInDown2;
          animation-name: fadeInDown2;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
  }
  30% {
  }
  40% {
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
  }
  30% {
  }
  40% {
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2%, 0, 0);
            transform: translate3d(-2%, 0, 0);
  }
  30% {
  }
  40% {
    -webkit-transform: translate3d(-2%, 0, 0);
            transform: translate3d(-2%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2%, 0, 0);
            transform: translate3d(-2%, 0, 0);
  }
  30% {
  }
  40% {
    -webkit-transform: translate3d(-2%, 0, 0);
            transform: translate3d(-2%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeInzoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInzoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInzoom {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@media (max-width: 640px) {
  .fadeInzoom {
    -webkit-animation-duration: 0;
            animation-duration: 0;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes zoomInTargeFirst {
  0% {
    opacity: 0;
    background-size: 100%;
  }
  100% {
    opacity: 1;
    background-size: 45%;
  }
}

@keyframes zoomInTargeFirst {
  0% {
    opacity: 0;
    background-size: 100%;
  }
  100% {
    opacity: 1;
    background-size: 45%;
  }
}

@-webkit-keyframes zoomInTargetSecond {
  0% {
    background-size: 45%;
  }
  50% {
    background-size: 47%;
  }
  100% {
    background-size: 45%;
  }
}

@keyframes zoomInTargetSecond {
  0% {
    background-size: 45%;
  }
  50% {
    background-size: 47%;
  }
  100% {
    background-size: 45%;
  }
}

.zoomInTargeFirst, .pc-job-list > .pc-item.pc-zoomInFirst > .pc-content > .pc-img:after {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: zoomInTargeFirst;
          animation-name: zoomInTargeFirst;
}

.zoomInTargetSecond, .pc-job-list > .pc-item.pc-zoomInSecond > .pc-content > .pc-img:after {
  -webkit-animation-name: zoomInTargetSecond;
          animation-name: zoomInTargetSecond;
  -webkit-animation: zoomInTargetSecond 2s infinite;
  /* Safari 4.0 - 8.0 */
  animation: zoomInTargetSecond 2s infinite;
}

.pc-icon-btn-social {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.pc-icon-btn-social > i {
  display: block;
  font-size: 26px;
}

.pc-btn {
  display: inline-block;
  position: relative;
  min-width: 100px;
  min-height: 38px;
  padding: 0 15px;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  white-space: nowrap;
  outline: none;
  border: 0;
  line-height: 38px;
  cursor: pointer;
  text-decoration: none;
}

.pc-btn > .pc-content {
  position: relative;
  z-index: 2;
}

.pc-btn > .pc-content > .pc-left,
.pc-btn > .pc-content > .pc-center,
.pc-btn > .pc-content > .pc-right {
  position: relative;
}

.pc-btn > .pc-content > .pc-left {
  margin-right: 20px;
}

.pc-btn > .pc-content > .pc-right {
  margin-left: 20px;
}

.pc-btn.pc-effect-arrow-el > .pc-content > .pc-right,
.pc-btn.pc-effect-arrow-el > .pc-content > .pc-left {
  overflow: hidden;
  opacity: 0;
  max-width: 0px;
}

.pc-btn.pc-effect-arrow-el > .pc-content > .pc-right {
  margin-left: 0;
}

.pc-btn.pc-effect-arrow-el > .pc-content > .pc-left {
  margin-right: 0;
}

@media (max-width: 860px) {
  .pc-btn.pc-effect-arrow-el.pc-hover-el:hover > .pc-content > .pc-right,
  .pc-btn.pc-effect-arrow-el.pc-hover-el:hover > .pc-content > .pc-left {
    display: none;
  }
  .pc-btn.pc-effect-arrow-el.pc-hover-el:hover > .pc-content > .pc-right {
    display: none;
  }
  .pc-btn.pc-effect-arrow-el.pc-hover-el:hover > .pc-content > .pc-left {
    display: none;
  }
}

.pc-btn.pc-brWhite-el {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}

.pc-btn.pc-brWhite-el.pc-hover-el:hover {
  background-color: white;
  color: #be1e2d;
}

.pc-btn.pc-brWhite-el.pc-hover-el:active {
  background-color: transparent;
  color: white;
}

.pc-btn.pc-brGray-el {
  border: 1px solid #58595b;
  background-color: transparent;
  color: #58595b;
}

.pc-btn.pc-brGray-el.pc-hover-el:hover {
  border-color: #be1e2d;
  color: #be1e2d;
}

.pc-btn.pc-brGray-el.pc-hover-el:active {
  border: 1px solid #58595b;
  color: #58595b;
}

.pc-btn.pc-brGray-el {
  border: 1px solid #58595b;
  background-color: transparent;
  color: #58595b;
}

.pc-btn.pc-brRed-el {
  border: 1px solid #be1e2d;
  background-color: #be1e2d;
  color: #be1e2d;
}

.pc-btn.pc-brRed-el.pc-hover-el:hover {
  background-color: #a21320;
}

.pc-btn.pc-brRed-el.pc-hover-el:active {
  background-color: #be1e2d;
}

.pc-btn.pc-bgRed-el {
  background-color: #be1e2d;
  color: white;
}

.pc-btn.pc-bgRed-el.pc-hover-el:hover:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.pc-btn.pc-bgRed-el.pc-hover-el:active {
  background-color: #be1e2d;
}

.pc-btn.pc-bgRed-el.pc-hover-el:active:after {
  display: none;
}

.pc-btn.pc-bgGreen-el {
  background-color: #228b56;
  color: white;
}

.pc-btn.pc-bgGreen-el.pc-hover-el:hover:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.pc-btn.pc-bgGreen-el.pc-hover-el:active {
  background-color: #228b56;
}

.pc-btn.pc-bgGreen-el.pc-hover-el:active:after {
  display: none;
}

.pc-btn.pc-bgGray-el {
  background-color: #a5a5a5;
  color: white;
}

.pc-btn.pc-bgGray-el.pc-hover-el:hover {
  background-color: #58595b;
}

.pc-btn.pc-bgGray-el.pc-hover-el:active {
  background-color: #a5a5a5;
}

.pc-btn.pc-big-el {
  border-width: 2px;
  min-width: 200px;
  min-height: 50px;
  font-size: 18px;
  line-height: 50px;
}

@media (max-width: 640px) {
  .pc-btn.pc-big-el {
    min-width: 100%;
  }
}

.pc-btn.pc-long-el {
  min-width: 170px;
}

@media (max-width: 640px) {
  .pc-btn.pc-long-el {
    min-width: 100%;
  }
}

.pc-btn.pc-longer-el {
  min-width: 300px;
}

@media (max-width: 640px) {
  .pc-btn.pc-longer-el {
    min-width: 100%;
  }
}

.pc-btn.pc-longest-el {
  min-width: 500px;
}

@media (max-width: 640px) {
  .pc-btn.pc-longest-el {
    min-width: 100%;
  }
}

.pc-scroll-top-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0;
  z-index: 10;
  outline: none;
  display: none;
}

.pc-scroll-top-btn i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 50px;
}

.pc-scroll-top-btn i:first-child {
  z-index: 1;
}

.pc-scroll-top-btn i:last-child {
  margin-top: 2px;
  color: rgba(0, 0, 0, 0.3);
}

.pc-scroll-top-btn:focus {
  border: 0;
}

.pc-scroll-top-btn.pc-active {
  display: block;
}

.pc-avoid-click {
  pointer-events: none;
}

.pc-fleContainer, .pc-btn > .pc-content, .pc-text-input, .pc-main-menu, .pc-main-menu-right, .pc-list-sub-nav > .pc-item, .pc-des-slider .pc-logo-des, .pc-top-bar, .pc-frame-slide-left,
.pc-frame-job-details, .pc-staff-voice > .pc-item, .pc-cop-info > .pc-item, .contact-message, .pc-company-info > .pc-item > .pc-content, .pc-info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-fleContainer-mob, .pc-list-games > .pc-item, .pc-content-details > .pc-wrapper-panel, .pc-table-vacancy > tbody > tr > td > .pc-content, .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left, .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-left-child, .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-right-child, .pc-service-transfer > .pc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .pc-fleContainer-mob, .pc-list-games > .pc-item, .pc-content-details > .pc-wrapper-panel, .pc-table-vacancy > tbody > tr > td > .pc-content, .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left, .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-left-child, .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-right-child, .pc-service-transfer > .pc-item {
    display: block;
  }
}

.pc-fleStart {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.pc-fleEnd {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.pc-fleEnd-items {
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pc-fleSpBetween {
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.pc-fleSpAround {
  -moz-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

.pc-fleSpEvenly {
  -moz-justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}

.pc-fleDrCol {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.pc-fleDrRow, .pc-top-bar {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.pc-fleStretch {
  -moz-align-items: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-align: stretch;
}

.pc-fleNowrap {
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}

.pc-fleWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pc-fleColReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.pc-fleOne, .pc-btn > .pc-content > .pc-center, .pc-text-input > .pc-center, .pc-list-sub-nav > .pc-item > .pc-center, .pc-des-slider .pc-logo-des .pc-logo-1,
.pc-des-slider .pc-logo-des .pc-logo-2, .pc-top-bar > .pc-center, .pc-frame-slide-left > .pc-center,
.pc-frame-job-details > .pc-center, .pc-staff-voice > .pc-item > .pc-center, .pc-cop-info > .pc-item > .pc-center, .pc-list-games > .pc-item > .pc-img-item, .pc-list-games > .pc-item > .pc-text-item, .contact-message > .pc-text, .pc-content-details > .pc-wrapper-panel > .pc-center-panel, .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left, .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-left-child > .pc-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0px;
}

.pc-fleMiddle, .pc-btn > .pc-content > .pc-left, .pc-btn > .pc-content > .pc-center,
.pc-btn > .pc-content > .pc-right, .pc-text-input > .pc-left, .pc-text-input > .pc-center,
.pc-text-input > .pc-right,
.pc-text-input > .pc-action, .pc-main-menu-right > .pc-item, .pc-list-sub-nav > .pc-item > div, .pc-des-slider .pc-logo-des .pc-logo-1,
.pc-des-slider .pc-logo-des .pc-logo-2, .pc-top-bar > .pc-left, .pc-top-bar > .pc-center,
.pc-top-bar > .pc-right, .pc-company-info > .pc-item > .pc-content > .pc-middle, .pc-service-transfer > .pc-item > div, .pc-info-footer .pc-logo-footer,
.pc-info-footer .pc-address-footer,
.pc-info-footer .pc-social-footer {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-align-self: center;
}

.pc-fleCenter, .pc-btn > .pc-content > .pc-left, .pc-btn > .pc-content > .pc-center,
.pc-btn > .pc-content > .pc-right {
  -moz-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

input,
textarea {
  border: 1px solid #dddddd;
  color: #58595b;
  font-size: 14px;
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #58595b;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a5a5a5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

input::placeholder,
textarea::placeholder {
  color: #a5a5a5;
}

.pc-input {
  position: relative;
}

.pc-input > .pc-blinding {
  padding: 10px;
  width: 100%;
  padding-right: 30px;
}

.pc-input:hover > .pc-close-btn {
  display: block;
}

.pc-input > .pc-close-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: white;
  padding: 5px 10px;
  cursor: pointer;
  display: none;
}

.pc-input > .pc-close-btn:hover {
  color: #be1e2d;
}

.pc-input.pc-line-el input,
.pc-input.pc-line-el textarea {
  border: transparent;
  background-color: transparent;
  border-bottom: 1px solid #58595b;
  resize: none;
}

.bs-table-warpper {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bs-table-warpper .bs-top-table .bs-container-table > th {
  padding: 10px 0;
  min-width: 0;
  border-bottom: 1px solid #f3f3f3;
}

.bs-table-warpper .bs-content-table {
  overflow-y: auto;
}

.bs-table-warpper .bs-content-table .bs-container-table > td {
  padding: 15px 20px;
  min-width: 0;
  border-top: 1px solid #f3f3f3;
}

.bs-table-warpper .bs-content-table .bs-container-table.bs-show + .bs-show-centent > .bs-item-show > .bs-content-item {
  opacity: 1;
}

.bs-table-warpper .bs-content-table .bs-show-centent {
  width: 100%;
}

.bs-table-warpper .bs-content-table .bs-show-centent > .bs-item-show > .bs-content-item {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  border-top: 1px dashed #f3f3f3;
}

.bs-table-warpper .bs-divi-content-table {
  background-color: white;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.bs-table-cover {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.bs-table-cover .bs-table-warpper {
  position: static;
  width: 100%;
}

.bs-table-cover .bs-table-warpper .bs-top-table {
  width: 100%;
  background-color: white;
}

.bs-table-cover .bs-table-warpper .bs-content-table {
  width: 100%;
}

.pc-list-option {
  position: fixed;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
  min-width: 170px;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640px) {
  .pc-list-option {
    min-width: 155px;
  }
}

.pc-list-option > .pc-item {
  cursor: pointer;
  padding: 10px 15px;
}

.pc-list-option > .pc-item a {
  text-decoration: none;
}

.pc-list-option > .pc-item.pc-item-btn {
  padding: 0px;
}

.pc-list-option > .pc-item.pc-item-btn:hover {
  background-color: #ededed;
}

.pc-list-option > .pc-item.pc-item-btn > a {
  display: block;
  padding: 10px 15px;
}

.pc-list-option > .pc-item.pc-item-btn.pc-active {
  color: #be1e2d;
}

.pc-list-option > .pc-item.pc-item-btn.pc-active > a {
  color: #be1e2d;
}

.pc-list-option > .pc-item.pc-item-btn.pc-disable {
  color: #a5a5a5;
}

.pc-list-option > .pc-item.pc-item-btn.pc-disable > a {
  color: #a5a5a5;
}

.pc-text-input {
  min-width: 100px;
  height: 40px;
  border: 1px solid #dddddd;
  padding: 5px;
  overflow: hidden;
  background-color: white;
}

.pc-text-input:hover {
  border: 1px solid #58595b;
}

.pc-binding {
  padding: 5px;
}

.pc-binding .pc-pick .pc-img {
  height: 30px;
}

.pc-binding .pc-pick .pc-img img {
  display: block;
  height: 100%;
}

.pc-dropdown-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  color: #a5a5a5;
  cursor: pointer;
}

.pc-dropdown-btn:hover {
  color: #58595b;
}

.pc-placeholder {
  color: #a5a5a5;
}

.pc-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  z-index: 9;
}

.pc-list-btn-tab {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pc-list-btn-tab > .pc-item {
  cursor: pointer;
}

.pc-list-btn-tab > .pc-item:hover {
  color: #262424;
}

.pc-list-btn-tab > .pc-item.pc-active {
  color: #be1e2d;
}

.pc-list-content-tab {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc-list-content-tab > .pc-item {
  opacity: 0;
  height: 0px;
  overflow: hidden;
}

.pc-list-content-tab > .pc-item.pc-active {
  opacity: 1;
  height: auto;
}

.pc-link-tab .pc-list-link-btn-tab > .pc-item {
  cursor: pointer;
}

.pc-link-tab .pc-list-link-btn-tab > .pc-item:hover > a {
  color: black;
}

.pc-link-tab .pc-list-link-btn-tab > .pc-item.pc-active > a {
  color: #be1e2d;
}

.pc-link-tab .pc-list-content-link-tab > .pc-item {
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  min-height: 0px;
}

.pc-link-tab .pc-list-content-link-tab > .pc-item.pc-active {
  opacity: 1;
  visibility: visible;
  min-height: 150px;
  height: auto;
  overflow: visible;
}

.pc-navigation {
  position: relative;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.pc-line-move-nav {
  display: none;
  height: 2px;
  width: 2px;
}

.pc-logo-color img {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  display: block;
}

.pc-logo-mob {
  display: inline-block;
  vertical-align: middle;
}

.pc-logo-mob img {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  display: block;
}

.pc-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc-main-menu > .pc-item {
  position: relative;
}

.pc-main-menu > .pc-item > a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #58595b;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

@media (max-width: 860px) {
  .pc-main-menu > .pc-item > a {
    padding: 10px;
  }
}

.pc-main-menu > .pc-item > a:hover {
  color: black;
}

.pc-main-menu > .pc-item > a:active {
  color: #be1e2d;
}

.pc-main-menu > .pc-item.pc-active > a, .pc-main-menu > .pc-item.pc-active-fit > a {
  color: #be1e2d;
}

.pc-main-menu > .pc-item.pc-active:after, .pc-main-menu > .pc-item.pc-active-fit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: #be1e2d;
}

.pc-main-menu-right {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc-main-menu-right > .pc-item {
  margin-left: 20px;
}

@media (max-width: 860px) {
  .pc-main-menu-right > .pc-item {
    margin-left: 10px;
  }
}

.pc-main-menu-right > .pc-item > a {
  cursor: pointer;
  text-decoration: none;
}

.pc-sub-menu {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 120px;
}

.pc-sub-menu > .pc-item {
  padding: 10px 20px;
  padding-right: 10px;
  padding-left: 22px;
}

.pc-sub-menu > .pc-item a {
  color: #58595b;
  text-decoration: none;
}

.pc-sub-menu > .pc-item:hover a {
  color: black;
}

.pc-sub-menu > .pc-item.pc-active a {
  color: #be1e2d;
}

.pc-list-sub-nav {
  margin: 0;
  padding: 20px;
  list-style: none;
  display: block;
}

.pc-list-sub-nav > .pc-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a5a5a5;
  cursor: pointer;
  width: 100%;
  padding-left: 0;
}

.pc-list-sub-nav > .pc-item > .pc-left {
  margin-right: 10px;
}

.pc-list-sub-nav > .pc-item:last-child {
  border-bottom: 0;
}

.pc-list-sub-nav > .pc-item a {
  color: #58595b;
  text-decoration: none;
}

.pc-list-sub-nav > .pc-item:hover a {
  color: black;
}

.pc-list-sub-nav > .pc-item.pc-active {
  padding-left: 20px;
}

.pc-list-sub-nav > .pc-item.pc-active a {
  color: #be1e2d;
}

.pc-list-sub-nav > .pc-item.pc-active .pc-suffix-arrow-right,
.pc-list-sub-nav > .pc-item.pc-active .pc-suffix-arrow-left {
  background-color: #be1e2d;
}

.pc-list-sub-nav > .pc-item.pc-active .pc-suffix-arrow-right:before, .pc-list-sub-nav > .pc-item.pc-active .pc-suffix-arrow-right:after,
.pc-list-sub-nav > .pc-item.pc-active .pc-suffix-arrow-left:before,
.pc-list-sub-nav > .pc-item.pc-active .pc-suffix-arrow-left:after {
  background-color: #be1e2d;
}

.pc-pattern-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 5;
}

.pc-pattern-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.pc-pattern-overlay2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/pattern_ovelay.png);
  background-repeat: repeat;
  opacity: 0.2;
}

.pc-slider-main {
  position: relative;
  min-height: 380px;
  background-color: white;
  overflow: hidden;
  max-height: 590px;
}

@media (max-width: 1370px) {
  .pc-slider-main {
    max-height: 540px;
  }
}

@media (max-width: 960px) {
  .pc-slider-main {
    max-height: 380px;
  }
}

@media (max-width: 768px) {
  .pc-slider-main {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .pc-slider-main {
    min-height: auto;
    max-height: 260px;
  }
}

.pc-slider-main .pc-item-slider {
  max-height: 590px;
}

@media (max-width: 1370px) {
  .pc-slider-main .pc-item-slider {
    max-height: 540px;
  }
}

@media (max-width: 960px) {
  .pc-slider-main .pc-item-slider {
    max-height: 380px;
  }
}

@media (max-width: 768px) {
  .pc-slider-main .pc-item-slider {
    font-size: 28px;
    height: 380px;
  }
}

@media (max-width: 640px) {
  .pc-slider-main .pc-item-slider {
    height: 260px;
  }
}

.pc-slider-main.pc-sub-el {
  max-height: 360px;
}

@media (max-width: 768px) {
  .pc-slider-main.pc-sub-el {
    font-size: 28px;
  }
}

.pc-slider-main.pc-sub-el .pc-item-slider {
  max-height: 360px;
}

.pc-item-slider {
  position: relative;
  overflow: hidden;
}

.pc-item-slider > img {
  margin-top: -163px;
}

@media (max-width: 1370px) {
  .pc-item-slider > img {
    margin-top: -96px;
  }
}

@media (max-width: 768px) {
  .pc-item-slider > img {
    margin-top: 114px;
  }
}

@media (max-width: 768px) {
  .pc-item-slider > img {
    margin-top: 45px;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.pc-des-slider {
  text-align: center;
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1024px;
  width: 100%;
  z-index: 6;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .pc-des-slider {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 640px) {
  .pc-des-slider {
    bottom: 10%;
  }
}

.pc-des-slider .pc-logo-des .pc-logo-1,
.pc-des-slider .pc-logo-des .pc-logo-2 {
  padding: 20px;
}

.pc-des-slider .pc-logo-des .pc-logo-1 img {
  width: auto;
  height: 15vh;
}

.pc-des-slider .pc-logo-des .pc-logo-2 img {
  height: auto;
  height: 60vh;
}

.pc-des-slider .pc-wrap-text {
  position: relative;
  text-align: left;
}

.pc-des-slider .pc-wrap-text:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 3px;
  height: 2px;
  width: 90px;
  background-color: #be1e2d;
}

.pc-des-slider .pc-wrap-text .pc-title {
  font-size: 45px;
  line-height: 1.2;
}

@media (max-width: 1370px) {
  .pc-des-slider .pc-wrap-text .pc-title {
    font-size: 40px;
  }
}

@media (max-width: 960px) {
  .pc-des-slider .pc-wrap-text .pc-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .pc-des-slider .pc-wrap-text .pc-title {
    font-size: 28px;
  }
}

@media (max-width: 330px) {
  .pc-des-slider .pc-wrap-text .pc-title {
    font-size: 24px;
  }
}

.pc-des-slider .pc-clipping-mask {
  text-align: left;
  position: relative;
}

.pc-des-slider .pc-clipping-mask:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 90px;
  background-color: #be1e2d;
}

@media (max-width: 768px) {
  .pc-des-slider .pc-clipping-mask:after {
    left: 0;
    bottom: -10px;
  }
}

.pc-des-slider .pc-clipping-mask .pc-clipping-text {
  position: relative;
  display: inline-block;
  font-size: 54px;
  background-image: url(../img/banners/slider/bg-text.jpg);
  background-size: 100vw;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  letter-spacing: 5px;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .pc-des-slider .pc-clipping-mask .pc-clipping-text {
    font-size: 65px;
  }
}

@media (max-width: 960px) {
  .pc-des-slider .pc-clipping-mask .pc-clipping-text {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .pc-des-slider .pc-clipping-mask .pc-clipping-text {
    background-size: 100vw;
    font-size: 28px;
  }
}

.pc-title-slider {
  color: white;
  font-size: 42px;
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  .pc-title-slider {
    font-size: 26px;
    letter-spacing: 1px;
  }
}

.pc-img-slider {
  height: 60px;
}

@media (max-width: 768px) {
  .pc-img-slider {
    width: 30px;
    height: 30px;
    display: none !important;
  }
}

.owl-dots {
  display: none;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #be1e2d;
  margin-top: -25px;
  z-index: 8;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 0;
  padding: 20px 10px;
  font-size: 28px;
  font-weight: lighter;
  color: #a5a5a5;
}

@media (max-width: 768px) {
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    padding: 15px 10px;
    font-size: 20px;
  }
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  color: #be1e2d;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav .owl-next {
  right: 0;
}

.pc-arrow-down-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 24px;
  padding: 10px;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 6;
}

.pc-main {
  position: relative;
  min-height: 100%;
  z-index: 1;
}

.pc-bg-body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ededed;
}

.pc-bg-body::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 100vh solid #e6e6e6;
  border-left: 15vw solid #e6e6e6;
  border-right: 10vw solid transparent;
}

.pc-bg-body::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100vh solid #e8e8e8;
  border-left: 10vw solid transparent;
  border-right: 10vw solid #e8e8e8;
}

@media (max-width: 640px) {
  .pc-bg-body::before {
    display: none;
  }
}

.pc-container {
  position: relative;
  display: block;
  max-width: 1040px;
  margin: 0 auto;
}

.pc-overlay-top {
  position: relative;
}

.pc-overlay-top:before {
  content: '';
  position: absolute;
  top: -50px;
  height: 50px;
  width: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.97);
}

.pc-sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 8;
  background-color: white;
  line-height: 1.4;
}

.pc-sticky-bar.pc-active .pc-logo-color img {
  height: 40px;
}

.pc-logo-color img {
  height: 42px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.pc-top-bar {
  padding: 12px 20px;
  background-color: rgba(255, 255, 255, 0.97);
}

@media (max-width: 768px) {
  .pc-top-bar {
    padding: 10px 20px;
  }
}

@media (max-width: 640px) {
  .pc-top-bar {
    padding: 10px;
  }
}

.pc-top-bar > .pc-left {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .pc-top-bar > .pc-left {
    margin-right: 10px;
  }
}

.pc-list-article {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 60px;
  margin-bottom: 40px;
}

.pc-list-article .pc-article {
  position: relative;
  margin-bottom: 60px;
}

.pc-list-article .pc-article > .pc-img-article {
  position: relative;
  background-color: gray;
  width: 55%;
  overflow: hidden;
}

@media (max-width: 640px) {
  .pc-list-article .pc-article > .pc-img-article {
    width: 100%;
  }
}

.pc-list-article .pc-article > .pc-img-article::after {
  content: '';
  display: block;
  padding-bottom: 95%;
}

.pc-list-article .pc-article > .pc-img-article img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
}

.pc-list-article .pc-article > .pc-content-article {
  position: relative;
  float: left;
  width: 55%;
  padding: 10%;
  text-align: center;
  line-height: 1.6;
  background-color: rgba(255, 255, 255, 0.97);
}

@media (max-width: 640px) {
  .pc-list-article .pc-article > .pc-content-article {
    width: 95%;
    left: 2.5%;
  }
}

.pc-list-article .pc-article:nth-child(odd) > .pc-img-article {
  float: left;
}

.pc-list-article .pc-article:nth-child(odd) > .pc-content-article {
  margin-top: 7%;
  margin-left: -10%;
}

@media (max-width: 640px) {
  .pc-list-article .pc-article:nth-child(odd) > .pc-content-article {
    margin-top: -10%;
    margin-left: 0;
  }
}

.pc-list-article .pc-article:nth-child(even) > .pc-img-article {
  float: right;
  margin-top: 5%;
}

@media (max-width: 640px) {
  .pc-list-article .pc-article:nth-child(even) > .pc-img-article {
    margin-top: 0;
  }
}

.pc-list-article .pc-article:nth-child(even) > .pc-content-article {
  margin-right: -10%;
}

@media (max-width: 640px) {
  .pc-list-article .pc-article:nth-child(even) > .pc-content-article {
    margin-top: -10%;
    margin-right: 0;
  }
}

.pc-list-article .pc-title-style {
  margin: 0;
  padding: 0;
  margin-bottom: 10%;
}

.pc-title-style {
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
  vertical-align: middle;
  line-height: 45px;
}

@media (max-width: 640px) {
  .pc-title-style {
    font-size: 24px;
    line-height: 30px;
  }
}

.pc-title-style.pc-red-el:after {
  background-color: #be1e2d;
}

.pc-title-style:after {
  content: '';
  width: 90px;
  height: 2px;
  background-color: #58595b;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

@media (max-width: 640px) {
  .pc-title-style:after {
    margin-top: 10px;
  }
}

.pc-title-style.pc-white-el:after {
  background-color: white;
}

.pc-title-style.pc-tLeft:after {
  margin: 0;
  margin-top: 15px;
}

.pc-suffix {
  position: relative;
  font-size: 28px;
  text-transform: uppercase;
}

.pc-suffix:before, .pc-suffix:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.pc-suffix:before {
  background-image: url("../img/suffix-left.png");
  margin-right: 30px;
}

.pc-suffix:after {
  background-image: url("../img/suffix-right.png");
  margin-left: 30px;
}

.pc-article-home,
.pc-bottom-footer {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin: 0 auto;
  background-color: white;
}

.pc-article-home > .pc-section,
.pc-bottom-footer > .pc-section {
  position: relative;
  display: block;
}

.pc-article-home > .pc-section > .pc-item,
.pc-bottom-footer > .pc-section > .pc-item {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.pc-article-home > .pc-section > .pc-item > .pc-content-item,
.pc-bottom-footer > .pc-section > .pc-item > .pc-content-item {
  position: relative;
  max-width: 1040px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.pc-article-home .pc-quote,
.pc-bottom-footer .pc-quote {
  position: relative;
}

.pc-article-home .pc-quote:after, .pc-article-home .pc-quote:before,
.pc-bottom-footer .pc-quote:after,
.pc-bottom-footer .pc-quote:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../img/quote_icon.svg);
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}

@media (max-width: 640px) {
  .pc-article-home .pc-quote:after, .pc-article-home .pc-quote:before,
  .pc-bottom-footer .pc-quote:after,
  .pc-bottom-footer .pc-quote:before {
    position: initial;
    width: 50px;
    height: 50px;
    background-size: 38px;
    background-position: initial;
  }
}

.pc-article-home .pc-quote:before,
.pc-bottom-footer .pc-quote:before {
  top: -20px;
  left: -80px;
}

.pc-article-home .pc-quote:after,
.pc-bottom-footer .pc-quote:after {
  bottom: -10px;
  right: -80px;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

@media (max-width: 640px) {
  .pc-article-home .pc-quote:after,
  .pc-bottom-footer .pc-quote:after {
    width: 100%;
  }
}

.pc-bgImage-service,
.pc-bgImage-game,
.pc-bgImage-jobs {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}

.pc-bgImage-service:after,
.pc-bgImage-game:after,
.pc-bgImage-jobs:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.pc-bgImage-service img,
.pc-bgImage-game img,
.pc-bgImage-jobs img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
}

@media (max-width: 768px) {
  .pc-bgImage-service img,
  .pc-bgImage-game img,
  .pc-bgImage-jobs img {
    width: auto;
    min-height: auto;
    height: 100%;
    min-width: 100%;
  }
}

@media (max-width: 640px) {
  .pc-bgImage-service img,
  .pc-bgImage-game img,
  .pc-bgImage-jobs img {
    width: auto;
    height: 100%;
  }
}

.pc-content-item {
  position: relative;
}

.pc-title-page {
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 290px;
}

.pc-frame-slide-left,
.pc-frame-job-details {
  background-color: rgba(255, 255, 255, 0.97);
}

@media (max-width: 640px) {
  .pc-frame-slide-left,
  .pc-frame-job-details {
    display: block;
  }
}

.pc-frame-slide-left > .pc-left,
.pc-frame-job-details > .pc-left {
  width: 190px;
}

@media (max-width: 640px) {
  .pc-frame-slide-left > .pc-left,
  .pc-frame-job-details > .pc-left {
    display: none;
  }
}

.pc-frame-job-details > .pc-left {
  width: 305px;
  padding-top: 50px;
}

.pc-frame-job-details > .pc-center {
  padding-top: 50px;
}

.pc-title-job {
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

@media (max-width: 640px) {
  .pc-title-job {
    position: relative;
    top: 0;
  }
}

.pc-job-number {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #58595b;
  border-radius: 100px;
  min-width: 35px;
  min-height: 35px;
  padding: 8px 7px;
  line-height: 1;
  font-style: normal;
  margin-right: 10px;
  text-align: center;
}

.pc-article-slide-left {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc-article-slide-left > .pc-item {
  padding-left: 35px;
  padding-right: 140px;
  padding-top: 120px;
  padding-bottom: 80px;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .pc-article-slide-left > .pc-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pc-article-slide-left > .pc-item > .pc-title {
  margin-bottom: 20px;
}

.pc-item-job {
  width: 100%;
}

.pc-item-job > div {
  display: inline-block;
}

.pc-item-job > .pc-img {
  height: 30px;
}

.pc-item-job > .pc-img img {
  display: block;
  height: 100%;
}

.pc-ul-dot {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

.pc-ul-dot > .pc-item {
  position: relative;
  margin-bottom: 10px;
  margin-left: 18px;
}

.pc-ul-dot > .pc-item.pc-active {
  color: #be1e2d;
}

.pc-ul-numb {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pc-ul-numb > .pc-item {
  position: relative;
  margin-bottom: 20px;
  counter-increment: step-counter;
  padding-left: 50px;
  min-height: 40px;
}

.pc-ul-numb > .pc-item:before {
  content: counter(step-counter);
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 8px;
  color: #58595b;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #58595b;
  border-radius: 30px;
  padding: 10px;
  min-width: 17px;
  text-align: center;
  margin-right: 10px;
  line-height: 1.3;
}

.pc-staff-voice {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 0px;
  margin-right: 0;
}

@media (max-width: 640px) {
  .pc-staff-voice {
    margin-left: 0;
    margin-right: 0;
  }
}

.pc-staff-voice > .pc-item {
  padding: 20px;
  padding-bottom: 100px;
}

@media (max-width: 640px) {
  .pc-staff-voice > .pc-item {
    display: block;
    padding-bottom: 50px;
  }
  .pc-staff-voice > .pc-item:first-child {
    padding-top: 20px;
  }
}

.pc-staff-voice > .pc-item:last-child {
  padding-bottom: 20px;
}

.pc-staff-voice .pc-avatar-emp,
.pc-staff-voice .pc-avatar-suffix {
  position: relative;
  width: 260px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .pc-staff-voice .pc-avatar-emp,
  .pc-staff-voice .pc-avatar-suffix {
    width: 100%;
  }
}

.pc-staff-voice .pc-avatar-emp img,
.pc-staff-voice .pc-avatar-suffix img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pc-staff-voice .pc-staff-info {
  text-align: right;
  margin-bottom: 20px;
}

.pc-staff-voice .pc-staff-info .pc-pos {
  font-size: 15px;
}

@media (max-width: 640px) {
  .pc-staff-voice .pc-staff-info .pc-pos {
    font-size: 14px;
  }
}

.pc-staff-voice .pc-avatar-suffix {
  width: 15px;
}

@media (max-width: 640px) {
  .pc-staff-voice .pc-avatar-suffix {
    display: none;
  }
}

.pc-staff-voice .pc-avatar-suffix img {
  left: 114px;
}

.pc-staff-voice .pc-voice {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 40px;
}

@media (max-width: 640px) {
  .pc-staff-voice .pc-voice {
    padding-left: 0;
    padding-right: 0;
  }
}

.pc-staff-voice .pc-voice > .pc-item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.pc-staff-voice .pc-voice > .pc-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pc-staff-voice .pc-pSticky80 {
  position: relative;
  top: 0;
}

.pc-cop-info {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc-cop-info > .pc-item {
  margin-bottom: 5px;
}

@media (max-width: 640px) {
  .pc-cop-info > .pc-item {
    display: block;
    margin-bottom: 10px;
  }
}

.pc-cop-info > .pc-item > .pc-left {
  width: 250px;
}

.pc-list-job {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #58595b;
}

.pc-list-job > .pc-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
}

.pc-list-job > .pc-item:before {
  content: '';
  position: absolute;
  top: -8px;
  left: -12px;
  height: 100%;
  width: 1px;
  border-left: 1px solid #dddddd;
}

.pc-list-job > .pc-item:after {
  content: '';
  position: absolute;
  top: 20px;
  left: -14px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #dddddd;
}

.pc-map-about {
  margin-left: 0px;
  margin-right: 0;
}

@media (max-width: 640px) {
  .pc-map-about {
    margin-right: 0;
  }
}

.pc-map-about {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.pc-map-iframe {
  width: 100%;
  height: 300px;
}

.pc-list-games {
  position: relative;
}

.pc-list-games > .pc-item {
  position: relative;
}

.pc-list-games > .pc-item > .pc-img-item > .pc-img img {
  display: block;
  width: 100%;
}

.pc-list-games > .pc-item:nth-child(even) {
  /* Safari 6.1+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.pc-list-people {
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.pc-list-people > .pc-people {
  display: block;
  position: relative;
  float: left;
  width: 33.33%;
  cursor: pointer;
}

@media (max-width: 640px) {
  .pc-list-people > .pc-people {
    width: 100%;
  }
}

.pc-list-people > .pc-people:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.pc-list-people > .pc-people > .pc-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-decoration: none;
}

.pc-list-people > .pc-people > .pc-content > .pc-cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pc-list-people > .pc-people > .pc-content > .pc-cover > .pc-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.pc-list-people > .pc-people > .pc-content > .pc-cover > .pc-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: 100%;
}

.pc-list-people > .pc-people > .pc-content > .pc-cover > .pc-text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  color: white;
}

.pc-list-people > .pc-people > .pc-content > .pc-cover > .pc-text > .pc-title,
.pc-list-people > .pc-people > .pc-content > .pc-cover > .pc-text > .pc-pos {
  position: relative;
  left: 0;
  opacity: 1;
  display: inline-block;
  padding: 6px 20px;
}

.pc-list-people > .pc-people > .pc-content > .pc-cover > .pc-text > .pc-title {
  background-color: #be1e2d;
}

.pc-list-people > .pc-people > .pc-content > .pc-cover > .pc-text > .pc-pos {
  background-color: #58595b;
}

.pc-list-people > .pc-people:hover > .pc-content > .pc-cover > .pc-text > .pc-title,
.pc-list-people > .pc-people:hover > .pc-content > .pc-cover > .pc-text > .pc-pos {
  left: -100%;
  opacity: 0;
}

.pc-list-people > .pc-people:hover > .pc-content > .pc-cover > .pc-img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#contact-message {
  display: block;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: 100%;
}

.contact-message > .pc-img img {
  display: block;
  width: 150px;
}

.contact-message > .pc-text {
  text-align: left;
  padding-left: 0;
}

.pc-balloon-text {
  position: absolute;
  bottom: 75px;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #a5a5a5;
  border-bottom-width: 3px;
  background-color: white;
  border-radius: 50px;
  line-height: 1.5;
  margin-right: -20px;
}

@media (max-width: 640px) {
  .pc-balloon-text {
    margin-right: -10px;
    font-size: 16px;
    line-height: 1.3;
  }
}

.pc-balloon-text:before, .pc-balloon-text:after {
  position: absolute;
  content: '';
  width: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  border-width: 12px 20px 0px 0;
  border-style: solid;
}

.pc-balloon-text:before {
  bottom: 0px;
  left: -9px;
  display: block;
  z-index: -1;
  border-color: transparent #a5a5a5;
}

.pc-balloon-text:after {
  bottom: 5px;
  left: -5px;
  display: block;
  z-index: 2;
  border-color: transparent white;
}

.pc-content-details {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.pc-content-details > .pc-wrapper-panel > .pc-left-panel {
  width: 300px;
}

@media (max-width: 640px) {
  .pc-content-details > .pc-wrapper-panel > .pc-left-panel {
    width: 100%;
  }
}

.pc-content-details > .pc-wrapper-panel > .pc-center-panel {
  padding: 20px;
  padding-left: 40px;
  line-height: 1.8;
}

@media (max-width: 640px) {
  .pc-content-details > .pc-wrapper-panel > .pc-center-panel {
    padding-left: 20px;
  }
}

.pc-suffix-arrow-right,
.pc-suffix-arrow-left {
  display: inline-block;
  position: relative;
  width: 4px;
  height: 4px;
  background-color: #58595b;
  /* IE 9 */
  -webkit-transform: translateX(5px) rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: translateX(5px) rotate(-45deg);
  vertical-align: middle;
}

.pc-suffix-arrow-right:before, .pc-suffix-arrow-right:after,
.pc-suffix-arrow-left:before,
.pc-suffix-arrow-left:after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #58595b;
}

.pc-suffix-arrow-right:before,
.pc-suffix-arrow-left:before {
  top: -6px;
  right: 0;
}

.pc-suffix-arrow-right:after,
.pc-suffix-arrow-left:after {
  bottom: 0;
  left: -6px;
}

.pc-right-suffix {
  position: relative;
  text-align: right;
}

.pc-right-suffix:after {
  content: '';
  display: inline-block;
  background-image: url("../img/suffix-right.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-size: 24px;
  margin-left: 20px;
  display: none;
}

.pc-left-suffix,
.pc-left-suffix-white {
  position: relative;
  text-align: left;
}

.pc-left-suffix:before,
.pc-left-suffix-white:before {
  content: '';
  display: inline-block;
  background-image: url("../img/suffix-left.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-size: 24px;
  margin-right: 20px;
  display: none;
}

.pc-left-suffix-white:before {
  background-image: url("../img/suffix-left-white.png");
}

.pc-left-suffix-text,
.pc-right-suffix-text {
  display: block;
  position: absolute;
  top: -28px;
  width: 0;
  height: 0;
  font-style: normal;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .pc-left-suffix-text,
  .pc-right-suffix-text {
    display: none;
  }
}

.pc-left-suffix-text > .pc-text,
.pc-right-suffix-text > .pc-text {
  position: absolute;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}

.pc-left-suffix-text {
  left: 0;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.pc-left-suffix-text > .pc-text {
  right: 0;
  bottom: 0;
}

.pc-right-suffix-text {
  right: 0;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

.pc-right-suffix-text > .pc-text {
  left: 0;
  bottom: 0;
}

.pc-title-brRed {
  padding: 0 10px;
  border: 2px solid #be1e2d;
  color: #be1e2d;
  display: inline-block;
}

.pc-title-square {
  position: absolute;
  color: #be1e2d;
  text-align: center;
  width: 214px;
  height: 214px;
  padding-top: 90px;
}

@media (max-width: 640px) {
  .pc-title-square {
    width: 100px;
    height: 100px;
    padding-top: 35px;
    font-size: 14px;
  }
}

.pc-title-square .pc-square {
  position: absolute;
  top: 27px;
  left: 27px;
  width: 160px;
  height: 160px;
  border: 2px solid #be1e2d;
}

@media (max-width: 640px) {
  .pc-title-square .pc-square {
    top: 17px;
    left: 17px;
    width: 70px;
    height: 70px;
  }
}

.pc-title-square .pc-title {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 18px;
}

.pc-title-square.pc-white-el .pc-square {
  border-color: white;
}

.pc-title-square.pc-white-el .pc-title {
  color: white;
}

.pc-section:nth-child(odd) .pc-title-square {
  top: 0;
  left: 0;
  right: inherit;
}

@media (max-width: 640px) {
  .pc-section:nth-child(odd) .pc-title-square {
    left: 15px;
  }
}

.pc-section:nth-child(odd) .pc-title-square .pc-square {
  /* IE 9 */
  -webkit-transform: rotate(25deg);
  /* Chrome, Safari, Opera */
  transform: rotate(25deg);
}

.pc-section:nth-child(even) .pc-title-square, .pc-section.pc-right-el .pc-title-square {
  top: 0;
  right: 0;
  left: inherit;
}

@media (max-width: 640px) {
  .pc-section:nth-child(even) .pc-title-square, .pc-section.pc-right-el .pc-title-square {
    right: 15px;
  }
}

.pc-section:nth-child(even) .pc-title-square .pc-square, .pc-section.pc-right-el .pc-title-square .pc-square {
  /* IE 9 */
  -webkit-transform: rotate(-25deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-25deg);
}

.pc-line-left-style {
  position: relative;
  padding-left: 30px;
  text-align: left;
}

.pc-line-left-style .pc-line {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  width: 1px;
  background-color: #dddddd;
}

.pc-line-left-style .pc-line > span {
  display: block;
  position: relative;
}

.pc-line-left-style .pc-line > span:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #dddddd;
  border-radius: 40px;
  z-index: 1;
}

.pc-line-left-style .pc-line > span:after {
  content: '';
  position: absolute;
  top: 8px;
  left: -3px;
  width: 10px;
  height: 10px;
  background-color: #58595b;
  border-radius: 10px;
  z-index: 1;
}

.pc-line-left-style.pc-local-el .pc-line {
  background-color: #be1e2d;
}

.pc-line-left-style.pc-local-el .pc-line > span:before {
  background-color: #be1e2d;
}

.pc-line-left-style.pc-local-el .pc-line > span:after {
  background-color: white;
}

.pc-line-left-style.pc-local-el:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 3px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #be1e2d;
}

.pc-company-info {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 10px;
}

@media (max-width: 640px) {
  .pc-company-info {
    padding: 15px;
  }
}

.pc-company-info > .pc-item {
  position: relative;
  float: left;
  width: 20%;
  min-width: 200px;
}

@media (max-width: 768px) {
  .pc-company-info > .pc-item {
    min-width: 248px;
  }
}

@media (max-width: 640px) {
  .pc-company-info > .pc-item {
    width: 50%;
    min-width: 50px;
  }
}

.pc-company-info > .pc-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.pc-company-info > .pc-item > .pc-content {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  border: 1px solid #58595b;
  padding: 10px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .pc-company-info > .pc-item > .pc-content {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}

.pc-company-info > .pc-item > .pc-content > .pc-middle {
  width: 100%;
}

.pc-job-list {
  padding: 10px;
  margin: 0;
  list-style: none;
  position: relative;
}

@media (max-width: 640px) {
  .pc-job-list {
    padding: 10px;
  }
}

.pc-job-list > .pc-item {
  position: relative;
  display: inline-block;
  width: 20%;
  padding: 20px;
}

@media (max-width: 768px) {
  .pc-job-list > .pc-item {
    width: 20%;
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .pc-job-list > .pc-item {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 330px) {
  .pc-job-list > .pc-item {
    width: 49%;
    padding: 5px;
  }
}

.pc-job-list > .pc-item a {
  cursor: pointer;
}

.pc-job-list > .pc-item > .pc-content {
  display: block;
  position: relative;
}

.pc-job-list > .pc-item > .pc-content > .pc-img {
  text-align: center;
}

.pc-job-list > .pc-item > .pc-content > .pc-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .pc-job-list > .pc-item > .pc-content > .pc-img img {
    width: 70%;
  }
}

.pc-job-list > .pc-item > .pc-content > .pc-img .icon-en {
  display: block;
}

.pc-job-list > .pc-item > .pc-content > .pc-img .icon-dis {
  display: none;
}

.pc-job-list > .pc-item > .pc-content > .pc-text {
  text-align: center;
  position: relative;
  border: 1px solid #58595b;
  padding: 5px 10px;
}

.pc-job-list > .pc-item > .pc-content > .pc-text > .pc-title {
  line-height: 20px;
  margin-bottom: 0px;
}

.pc-job-list > .pc-item > .pc-content > .pc-text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #58595b;
  border-right: 10px solid transparent;
  z-index: 1;
}

.pc-job-list > .pc-item > .pc-content .pc-notification {
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
  display: block;
  background-color: #be1e2d;
  border-radius: 20px;
  text-align: center;
  min-height: 25px;
  min-width: 25px;
  line-height: 25px;
  color: white;
  z-index: 1;
}

@media (max-width: 640px) {
  .pc-job-list > .pc-item > .pc-content .pc-notification {
    min-height: 20px;
    min-width: 20px;
    line-height: 20px;
  }
}

.pc-job-list > .pc-item.pc-avoid-click > .pc-content > .pc-img .icon-en {
  display: none;
}

.pc-job-list > .pc-item.pc-avoid-click > .pc-content > .pc-img .icon-dis {
  display: block;
}

.pc-job-list > .pc-item.pc-avoid-click > .pc-content > .pc-text {
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
}

.pc-job-list > .pc-item.pc-avoid-click > .pc-content > .pc-text:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #ffffff;
  border-right: 7px solid transparent;
  z-index: 2;
}

.pc-job-list > .pc-item.pc-avoid-click > .pc-content > .pc-text:after {
  border-bottom: 10px solid #a5a5a5;
  border-right: 10px solid transparent;
  left: 3px;
  bottom: 3px;
}

.pc-job-list > .pc-item.pc-avoid-click > .pc-content .pc-notification {
  display: none;
}

.pc-job-list > .pc-item.pc-zoomInFirst > .pc-content > .pc-img:after {
  content: '';
}

.pc-job-list > .pc-item.pc-zoomInSecond > .pc-content > .pc-img:after {
  content: '';
}

.pc-job-list > .pc-item:hover > .pc-content > .pc-text {
  color: black;
}

.pc-job-list > .pc-item:hover > .pc-content > .pc-text:after {
  border-bottom-color: black;
}

.pc-job-list > .pc-item.pc-active > .pc-content > .pc-text {
  color: #be1e2d;
  position: relative;
}

.pc-job-list > .pc-item.pc-active > .pc-content > .pc-img {
  position: relative;
}

.pc-job-list > .pc-item.pc-active > .pc-content > .pc-img:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/icon-target.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}

.pc-job-list > .pc-item.pc-active > .pc-content > .pc-text {
  border: 1px solid #be1f2e;
}

.pc-job-list > .pc-item.pc-active > .pc-content > .pc-text:after {
  border-bottom: 10px solid #be1f2e;
}

.pc-vacancy .pc-list-btn-tab {
  text-align: center;
  padding: 10px;
  display: inline-block;
}

.pc-vacancy .pc-list-btn-tab .pc-item {
  min-width: 160px;
  padding: 10px 20px;
  border: 2px solid #a5a5a5;
  margin: 10px;
  font-weight: bold;
  color: #a5a5a5;
}

.pc-vacancy .pc-list-btn-tab .pc-item:hover {
  border-color: #58595b;
  color: #58595b;
}

.pc-vacancy .pc-list-btn-tab .pc-item.pc-active {
  border-color: #be1e2d;
  color: #be1e2d;
}

.pc-table-vacancy {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

@media (max-width: 640px) {
  .pc-table-vacancy {
    display: block;
  }
}

@media (max-width: 640px) {
  .pc-table-vacancy > tbody {
    display: block;
  }
}

.pc-table-vacancy > tbody > tr {
  border-bottom: 1px dashed #dddddd;
}

@media (max-width: 640px) {
  .pc-table-vacancy > tbody > tr {
    display: block;
  }
}

@media (max-width: 640px) {
  .pc-table-vacancy > tbody > tr > td {
    display: block;
  }
}

.pc-table-vacancy > tbody > tr > td > .pc-content {
  overflow: hidden;
}

.pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 40px;
}

@media (max-width: 640px) {
  .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left {
    padding-right: 0;
  }
}

.pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-left-child {
  overflow: hidden;
}

.pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-left-child > .pc-left {
  padding-right: 20px;
}

@media (max-width: 640px) {
  .pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-left-child > .pc-left {
    padding-right: 0;
  }
}

.pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-right-child {
  overflow: hidden;
}

.pc-table-vacancy > tbody > tr > td > .pc-content > .pc-left > .pc-right-child > div {
  width: 768px;
  max-width: 100%;
}

.pc-table-vacancy > tbody > tr > td > .pc-content > .pc-right {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pc-table-vacancy > tbody > tr:last-child {
  border-bottom: none;
}

.pc-table-vacancy li {
  line-height: 1.8;
}

.pc-service-transfer {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc-service-transfer > .pc-item {
  margin-bottom: 20px;
}

.pc-service-transfer > .pc-item > div {
  position: relative;
}

.pc-service-transfer > .pc-item .pc-img {
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .pc-service-transfer > .pc-item .pc-img {
    width: 100%;
  }
}

.pc-service-transfer > .pc-item .pc-img img {
  position: relative;
  display: block;
  height: 295px;
}

@media (max-width: 768px) {
  .pc-service-transfer > .pc-item .pc-img img {
    height: 245px;
  }
}

@media (max-width: 640px) {
  .pc-service-transfer > .pc-item .pc-img img {
    height: auto;
    width: 100%;
  }
}

.pc-service-transfer > .pc-item .pc-text {
  position: relative;
  text-align: center;
  text-align: left;
  z-index: 6;
}

@media (max-width: 640px) {
  .pc-service-transfer > .pc-item .pc-text {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
}

.pc-service-transfer > .pc-part1 .pc-img img {
  right: -40px;
}

.pc-service-transfer > .pc-part1 .pc-text {
  margin-right: -110px;
  margin-left: 0px;
}

@media (max-width: 640px) {
  .pc-service-transfer > .pc-part1 .pc-text {
    margin-right: 0;
    margin-left: 0;
  }
}

.pc-service-transfer > .pc-part2 .pc-text {
  margin-left: 40px;
}

@media (max-width: 640px) {
  .pc-service-transfer > .pc-part2 .pc-text {
    margin-left: 0px;
  }
}

.pc-service-transfer > .pc-part3 .pc-img img {
  right: -30px;
}

@media (max-width: 640px) {
  .pc-service-transfer > .pc-part3 .pc-img img {
    left: 0;
  }
}

.pc-service-transfer > .pc-part3 .pc-text {
  margin-left: 0px;
  margin-right: -50px;
}

.pc-contract {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc-contract .pc-item .pc-img {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.pc-contract .pc-item .pc-img img {
  display: block;
  width: 100%;
}

.pc-contract .pc-part1 {
  text-align: center;
}

.pc-contract .pc-part1 .pc-text {
  text-align: left;
}

.pc-contract .pc-part2 .pc-img {
  width: 100%;
}

.pc-contract .pc-part2 .pc-text {
  text-align: left;
  width: 100%;
}

.pc-develop img {
  display: block;
}

.pc-title-img {
  position: relative;
  text-align: center;
  max-width: 320px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 640px) {
  .pc-title-img {
    max-width: 200px;
  }
}

@media (max-width: 330px) {
  .pc-title-img {
    max-width: 190px;
  }
}

.pc-title-img .pc-img {
  display: inline-block;
  width: 100%;
}

.pc-title-img .pc-img img {
  display: block;
  width: 100%;
}

.pc-image-tk {
  width: 80%;
}

@media (max-width: 640px) {
  .pc-image-tk {
    width: 100%;
  }
}

.pc-icon-title-detail {
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .pc-icon-title-detail {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.pc-icon-title-detail img {
  display: block;
  width: 75%;
}

@media (max-width: 640px) {
  .pc-icon-title-detail img {
    width: 45%;
  }
}

@media (max-width: 640px) {
  .pc-service-content {
    margin-top: 0;
  }
}

.pc-btn-service {
  padding-left: 14px;
}

.pc-location-icon {
  position: relative;
  width: 11px;
  height: 14px;
  display: inline-block;
  margin-right: 3px;
}

.pc-location-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #a5a5a5;
  border-radius: 40px;
  z-index: 1;
}

.pc-location-icon:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 1;
}

.pc-location-icon > .pc-tail {
  position: absolute;
  top: 6px;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #a5a5a5;
}

.pc-footer {
  background-color: white;
}

.pc-info-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ededed;
  background-color: rgba(255, 255, 255, 0.97);
}

@media (max-width: 640px) {
  .pc-info-footer {
    display: block;
  }
}

.pc-info-footer .pc-logo-footer,
.pc-info-footer .pc-address-footer,
.pc-info-footer .pc-social-footer {
  width: 50%;
  padding: 20px;
  padding-left: 22px;
}

.pc-info-footer .pc-logo-footer {
  display: none;
  position: relative;
  text-align: center;
}

.pc-info-footer .pc-logo-footer img {
  display: inline-block;
  height: 60px;
}

.pc-info-footer .pc-social-footer {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  text-align: right;
}

@media (max-width: 640px) {
  .pc-info-footer .pc-logo-footer,
  .pc-info-footer .pc-address-footer,
  .pc-info-footer .pc-social-footer {
    width: 100%;
    text-align: center;
  }
}

.pc-copyright-footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #ededed;
  background-color: white;
}

.parsley-errors-list {
  padding: 0;
  margin: 0;
}

.parsley-errors-list > li {
  list-style: none;
  text-align: left;
  color: #d44950;
}

.grecaptcha-badge {
  display: none;
}
/*# sourceMappingURL=stylesheet.css.map */