@charset "UTF-8";
/* Only Include scss from others */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* Only Include scss from others */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Added 20140310 - By Ben 
  ========================================================================== */
figure {
  margin: 0;
}

html {
  font-size: 100.01%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p a {
  text-decoration: underline;
}

[type="text"], [type="search"], [type="password"] {
  border: 0;
  padding: 0;
  margin: 0;
}

iframe {
  display: block;
}

/* theOrigo Common Classes
======================================*/
.hideText, .sr-only, #skip-start {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Clearfix
 * Ref: https://nicolasgallagher.com/micro-clearfix-hack/
======================================*/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, header:before, footer:before, .blockList_itm:before, .page:before, .depart-top:before,
.cf:after,
header:after,
footer:after,
.blockList_itm:after,
.page:after,
.depart-top:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after, header:after, footer:after, .blockList_itm:after, .page:after, .depart-top:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, header, footer, .blockList_itm, .page, .depart-top {
  *zoom: 1;
}

/*js class control
=================*/
/*.js-bxSlider { visibility: hidden;} // set it to visible while start bxSlider fn binding*/
.noTrans {
  -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}

/** {
    -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
  
  transform:none !important;
-ms-transform:none !important;
-webkit-transform:none !important;
}*/
@-ms-viewport {
  width: device-width;
}
/* =============================================================================
- Project Initial
============================================================================= */
@font-face {
  font-family: 'InterstateBoldCondensedBold';
  src: url("fonts/interstate-boldcondensed-webfont.eot");
  src: url("fonts/interstate-boldcondensed-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/interstate-boldcondensed-webfont.woff") format("woff"), url("fonts/interstate-boldcondensed-webfont.ttf") format("truetype"), url("fonts/interstate-boldcondensed-webfont.svg#InterstateBoldCondensedBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EbrimaNormal';
  src: url("fonts/ebrima-webfont.eot");
  src: url("fonts/ebrima-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ebrima-webfont.woff") format("woff"), url("fonts/ebrima-webfont.ttf") format("truetype"), url("fonts/ebrima-webfont.svg#EbrimaNormal") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?q4v6xl");
  src: url("fonts/icomoon/icomoon.eot?q4v6xl#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?q4v6xl") format("truetype"), url("fonts/icomoon/icomoon.woff?q4v6xl") format("woff"), url("fonts/icomoon/icomoon.svg?q4v6xl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icomoon:before, .ckec ul > li:before, .cke_edtable ul > li:before, .list li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dot:before, .ckec ul > li:before, .cke_edtable ul > li:before, .list li:before {
  content: "\e902";
}

.icon-menu:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e901";
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("./fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("./fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("./fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("./fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("./fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .sliderContainer .bx-prev:before, .sliderContainer .bx-next:before, .sm-link-lv1:before, .sm-link-lv2:before, .more_btn:before {
  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;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .sliderContainer .pull-left.bx-prev:before, .sliderContainer .pull-left.bx-next:before, .pull-left.sm-link-lv1:before, .pull-left.sm-link-lv2:before, .pull-left.more_btn:before {
  margin-right: .3em;
}
.fa.pull-right, .sliderContainer .pull-right.bx-prev:before, .sliderContainer .pull-right.bx-next:before, .pull-right.sm-link-lv1:before, .pull-right.sm-link-lv2:before, .pull-right.more_btn:before {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* 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, .sliderContainer .bx-prev:before, .sliderContainer .bx-next: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, .more_btn: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-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, .selected > .sm-link-lv1:before, .selected > .sm-link-lv2:before, .sm-link-lv1:hover:before, .sm-link-lv2:hover: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: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-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.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-genderless:before,
.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-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-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: "";
}

/* =============================================================================
- Base
============================================================================= */
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* =============================================================================
- Main
============================================================================= */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1000px;
  padding: 0 12px;
  margin: 0 auto;
}
.lt-ie9 .container {
  width: 1000px;
}

.lt-ie9 .wrapper {
  min-width: 1000px;
}

html, body {
  font-size: 100.1%;
}

html.text_s {
  font-size: 90%;
}
html.text_l {
  font-size: 115%;
}

body {
  font-family: 'Arial', 'Helvetica', 'sans-serif';
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
}
body.lang-tc {
  font-family: Arial, STHeiti, pmingliu, Helvetica, sans-serif;
}

/*misc*/
hr {
  border: 0;
  border-top: 1px solid #dadada;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1, h2, h3, h4 {
  font-family: "InterstateBoldCondensedBold", 'Arial', 'Helvetica', 'sans-serif';
  letter-spacing: -0.5px;
  color: #6dbc2f;
  /* CAES mod */
  color: #102bc2;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.lang-tc h1, .lang-tc h2, .lang-tc h3, .lang-tc h4 {
  font-family: "InterstateBoldCondensedBold", "Microsoft JhengHei", "微軟正黑體", Arial, STHeiti, pmingliu, Helvetica, sans-serif;
}
.lang-en h1, .lang-en h2, .lang-en h3, .lang-en h4 {
  font-weight: 400;
}

h1 {
  font-size: 1.75em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

a {
  color: inherit;
}

p, ul, ol, li {
  margin: 0;
  padding: 0;
}

p, ul, ol, td, th {
  line-height: 1.4;
}

p {
  font-size: 0.8125em;
}

ul {
  list-style: none;
}

/*table*/
/*Static Page*/
.ckec p, .cke_edtable p {
  padding-bottom: 10px;
}
.lang-en .ckec h2, .lang-en .cke_edtable h2 {
  font-size: 1.5em;
}
.lang-tc .ckec h2, .lang-tc .cke_edtable h2 {
  font-size: 1.375em;
}
.ckec h1, .ckec h2, .ckec h3, .ckec h4, .ckec h5, .ckec h6, .cke_edtable h1, .cke_edtable h2, .cke_edtable h3, .cke_edtable h4, .cke_edtable h5, .cke_edtable h6 {
  margin: 1em 0 0.3em;
}
.ckec h1 a, .ckec h2 a, .ckec h3 a, .ckec h4 a, .ckec h5 a, .ckec h6 a, .cke_edtable h1 a, .cke_edtable h2 a, .cke_edtable h3 a, .cke_edtable h4 a, .cke_edtable h5 a, .cke_edtable h6 a {
  text-decoration: none;
}
.ckec h1 a:hover, .ckec h2 a:hover, .ckec h3 a:hover, .ckec h4 a:hover, .ckec h5 a:hover, .ckec h6 a:hover, .cke_edtable h1 a:hover, .cke_edtable h2 a:hover, .cke_edtable h3 a:hover, .cke_edtable h4 a:hover, .cke_edtable h5 a:hover, .cke_edtable h6 a:hover {
  text-decoration: underline;
}
.ckec p, .ckec ol, .ckec ul, .ckec li, .cke_edtable p, .cke_edtable ol, .cke_edtable ul, .cke_edtable li {
  line-height: 1.5;
}
.ckec ol, .ckec ul, .cke_edtable ol, .cke_edtable ul {
  margin-left: 1.5em;
  font-size: 0.8125em;
}
.ckec ol li, .ckec ul li, .cke_edtable ol li, .cke_edtable ul li {
  font-size: 1em;
}
.ckec ol li p, .ckec ol li ul, .ckec ol li ol, .ckec ul li p, .ckec ul li ul, .ckec ul li ol, .cke_edtable ol li p, .cke_edtable ol li ul, .cke_edtable ol li ol, .cke_edtable ul li p, .cke_edtable ul li ul, .cke_edtable ul li ol {
  font-size: 1em;
}
.ckec ul, .cke_edtable ul {
  margin-left: 1.1em;
}
.ckec ul > li, .cke_edtable ul > li {
  position: relative;
  margin: 5px 5px 6px 0;
  line-height: 1.3;
}
.ckec ul > li:before, .cke_edtable ul > li:before {
  position: absolute;
  line-height: 0;
  left: -12px;
  content: '.' !important;
  color: #333 !important;
  font-size: 16px;
}
.lt-ie9 .ckec ul > li:before, .lt-ie9 .cke_edtable ul > li:before {
  content: '' !important;
  top: 7px;
  width: 4px;
  height: 4px;
  background: url('../img/dot.png') no-repeat center center;
}
.ckec table, .cke_edtable table {
  border: 0;
}
.ckec table td, .ckec table th, .cke_edtable table td, .cke_edtable table th {
  border: 1px solid #dedede;
  font-size: 0.8125em;
  padding: 0;
}
.ckec table td p, .ckec table td ul, .ckec table td ol, .cke_edtable table td p, .cke_edtable table td ul, .cke_edtable table td ol {
  font-size: 1em;
}
.ckec table[cellpadding='1'] td, .ckec table[cellpadding='1'] th, .cke_edtable table[cellpadding='1'] td, .cke_edtable table[cellpadding='1'] th {
  padding: 1px;
}
.ckec table[cellpadding='2'] td, .ckec table[cellpadding='2'] th, .cke_edtable table[cellpadding='2'] td, .cke_edtable table[cellpadding='2'] th {
  padding: 2px;
}
.ckec table[cellpadding='3'] td, .ckec table[cellpadding='3'] th, .cke_edtable table[cellpadding='3'] td, .cke_edtable table[cellpadding='3'] th {
  padding: 3px;
}
.ckec table[cellpadding='4'] td, .ckec table[cellpadding='4'] th, .cke_edtable table[cellpadding='4'] td, .cke_edtable table[cellpadding='4'] th {
  padding: 4px;
}
.ckec table[cellpadding='5'] td, .ckec table[cellpadding='5'] th, .cke_edtable table[cellpadding='5'] td, .cke_edtable table[cellpadding='5'] th {
  padding: 5px;
}
.ckec table[cellpadding='6'] td, .ckec table[cellpadding='6'] th, .cke_edtable table[cellpadding='6'] td, .cke_edtable table[cellpadding='6'] th {
  padding: 6px;
}
.ckec table[cellpadding='7'] td, .ckec table[cellpadding='7'] th, .cke_edtable table[cellpadding='7'] td, .cke_edtable table[cellpadding='7'] th {
  padding: 7px;
}
.ckec table[cellpadding='8'] td, .ckec table[cellpadding='8'] th, .cke_edtable table[cellpadding='8'] td, .cke_edtable table[cellpadding='8'] th {
  padding: 8px;
}
.ckec table[cellpadding='9'] td, .ckec table[cellpadding='9'] th, .cke_edtable table[cellpadding='9'] td, .cke_edtable table[cellpadding='9'] th {
  padding: 9px;
}
.ckec table[cellpadding='10'] td, .ckec table[cellpadding='10'] th, .cke_edtable table[cellpadding='10'] td, .cke_edtable table[cellpadding='10'] th {
  padding: 10px;
}
.ckec table[cellpadding='11'] td, .ckec table[cellpadding='11'] th, .cke_edtable table[cellpadding='11'] td, .cke_edtable table[cellpadding='11'] th {
  padding: 11px;
}
.ckec table[cellpadding='12'] td, .ckec table[cellpadding='12'] th, .cke_edtable table[cellpadding='12'] td, .cke_edtable table[cellpadding='12'] th {
  padding: 12px;
}
.ckec table[cellpadding='13'] td, .ckec table[cellpadding='13'] th, .cke_edtable table[cellpadding='13'] td, .cke_edtable table[cellpadding='13'] th {
  padding: 13px;
}
.ckec table[cellpadding='14'] td, .ckec table[cellpadding='14'] th, .cke_edtable table[cellpadding='14'] td, .cke_edtable table[cellpadding='14'] th {
  padding: 14px;
}
.ckec table[border='0'] td, .ckec table[border='0'] th, .cke_edtable table[border='0'] td, .cke_edtable table[border='0'] th {
  border: none;
}
.ckec > *:first-child, .cke_edtable > *:first-child {
  margin-top: 0;
}
.ckec > *:first-child > *:first-child, .cke_edtable > *:first-child > *:first-child {
  margin-top: 0;
}
.ckec a, .cke_edtable a {
  text-decoration: none;
}
.ckec a:hover, .cke_edtable a:hover {
  text-decoration: underline;
}
.ckec p a, .ckec li a, .ckec td a, .cke_edtable p a, .cke_edtable li a, .cke_edtable td a {
  color: #6dbc2f;
  /* CAES mod */
  color: #102bc2;
}
.ckec img, .cke_edtable img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .lang-en .ckec h2, .lang-en .cke_edtable h2 {
    font-size: 1.25em;
  }
  .lang-tc .ckec h2, .lang-tc .cke_edtable h2 {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 0.9375em;
  }

  .ckec ol, .ckec ul, .cke_edtable ol, .cke_edtable ul {
    font-size: 0.9375em;
  }
  .ckec table, .cke_edtable table {
    border: 0;
  }
  .ckec table td, .ckec table th, .cke_edtable table td, .cke_edtable table th {
    font-size: 0.9375em;
  }
  .ckec ul li:before, .cke_edtable ul li:before {
    margin-top: 2px;
  }
}
/* =============================================================================
- Modules : buttons/accodion/selectbox ...... etc
============================================================================= */
/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
.query-crt {
  display: none;
  position: absolute;
}

@media (min-width: 992px) {
  .query-crt-desktop {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .query-crt-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .query-crt-mobile {
    display: block;
  }
}
/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
.coloredText {
  color: #3a81e5 !important;
  /* CAES Mod */
  color: 1px solid #2340e7;
}

.lt-ie9 .hidden-md, .lt-ie9 .hidden-lg {
  display: none;
}

.hideXP *:before, .hideXP *:after {
  content: " " !important;
}

/*hidden Dropdown*/
.js-dropdown-container {
  position: relative;
}

.js-dropdown-content {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 40;
}
.active > .js-dropdown-content, .input-focus > .js-dropdown-content {
  top: 99%;
  left: 0;
}
.active > .js-dropdown-content.js-dropdown-content-right, .input-focus > .js-dropdown-content.js-dropdown-content-right {
  left: auto;
  right: 0;
}

/*share Drop down*/
.share_dropdown {
  background: #fff;
  border: 7px solid #e4e4e4;
  width: 120px;
}
.active > .share_dropdown.js-dropdown-content {
  left: -48px;
}

.share_dropdown_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.share_dropdown_itm {
  background: none;
  padding: 0;
  text-align: left;
}

.share_dropdown_link {
  text-decoration: none;
  padding: 4px 8px;
  display: block;
  font-size: 11px;
  color: #555;
  font-family: 'Arial', 'Helvetica', 'sans-serif';
}
.share_dropdown_link .fa, .share_dropdown_link .sliderContainer .bx-prev:before, .sliderContainer .share_dropdown_link .bx-prev:before, .share_dropdown_link .sliderContainer .bx-next:before, .sliderContainer .share_dropdown_link .bx-next:before, .share_dropdown_link .sm-link-lv1:before, .share_dropdown_link .sm-link-lv2:before, .share_dropdown_link .more_btn:before {
  font-size: 16px;
  margin: 0 5px 0 0;
}
.share_dropdown_link:hover, .share_dropdown_link:focus {
  background-color: #ffc0c3;
}

/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
button {
  border: none;
  border-radius: 0;
}

input[type=text], input[type=password], input[type=email], input[type=button], input[type=submit] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 3px 8px;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=button]::-moz-placeholder, input[type=submit]::-moz-placeholder {
  color: #666;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=button]:-ms-input-placeholder, input[type=submit]:-ms-input-placeholder {
  color: #666;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=button]::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder {
  color: #666;
}

input[type=text], input[type=password], input[type=email], input[type=button], input[type=submit] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
#skip-to-content {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 220px;
  top: -80px;
  font-size: 12px;
  padding: 2px;
  background: #fff;
  color: #000;
}
#skip-to-content:focus {
  height: auto;
  top: 0;
}

/* 
   Table of Contents
   =============================================================================
	0   left Right Img
    1   Table
    2   accondian lv1
    3   accondian lv2
   =============================================================================
*/
.rte-template:after {
  content: " ";
  overflow: hidden;
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}

.rte-imgContainer {
  background-color: #EEEEEE;
  margin-bottom: 10px;
}
.rte-img-right .rte-imgContainer {
  float: right;
  margin-left: 20px;
}
.rte-img-left .rte-imgContainer {
  float: left;
  margin-right: 20px;
}
.rte-img-left .rte-imgContainer img, .rte-img-right .rte-imgContainer img {
  max-width: 100%;
  height: auto !important;
  display: block;
}

.rte-img-noWrap .rte-imgContainer, .rte-img-noWrap .rte-img-content {
  overflow: hidden;
}

.rte-img-content > *:first-child {
  margin-top: 0;
}

.rte-img-caption {
  font-size: 0.75em;
  padding: 7px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .rte-img-content {
    clear: both;
  }

  .rte-imgContainer {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: left !important;
  }
  .rte-imgContainer img {
    width: 100%;
    height: auto;
  }
}
.rte-photohighlight {
  margin-bottom: 15px;
}
.rte-photohighlight img {
  width: 100%;
}

/* 
   Table of Contents
   ----------------------------------------------------------------------------=
  -1  reset include in style scss
  0   General
   ----------------------------------------------------------------------------=
*/
.bx-wrapper .bx-loading {
  background-image: url('../img/lib_bxslider/bx_loader.gif?1535946713');
}

.bx-wrapper .bx-prev {
  background-image: url('../img/lib_bxslider/controls.png?1535946713');
}

.bx-wrapper .bx-next {
  background-image: url('../img/lib_bxslider/controls.png?1535946713');
}

.bx-wrapper .bx-controls-auto .bx-start {
  background-image: url('../img/lib_bxslider/controls.png?1535946713');
}

.bx-wrapper .bx-controls-auto .bx-stop {
  background-image: url('../img/lib_bxslider/controls.png?1535946713');
}

/* 0 General 
------------------------------------===*/
.sliderContainer {
  position: relative;
  z-index: 0;
  /*visibility: hidden;*/
}
/* .sliderContainer.js-sliderAdded {
  visibility: visible;
}*/

.js-bxSlider {
  /*visibility: hidden;*/
  list-style: none;
  margin: 0;
  padding: 0;
}
.js-bxSlider > li {
  list-style: none;
}
.js-bxSlider > li:first-child ~ li {
  visibility: hidden;
  position: absolute;
}
.js-sliderAdded .js-bxSlider > li:first-child ~ li {
  visibility: visible;
  position: relative;
}

/*bxSlider style Reset*/
.bx-wrapper .bx-viewport, .bx-wrapper {
  border: none;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: auto;
  background: transparent;
  position: relative;
  z-index: 0;
}

.bx-wrapper .bx-loading {
  background: transparent;
  visibility: hidden;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: block;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: block;
}

.sliderContainer .bx-pager {
  font-size: 0;
}
.sliderContainer .bx-pager-item {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 3px;
}
.lt-ie9 .sliderContainer .bx-pager-item {
  behavior: url(/hku-templates/assets/PIE/PIE.htc);
}
.sliderContainer .bx-pager-item:first-child {
  margin-left: 0;
}
.sliderContainer .bx-pager-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background: #155c2c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lt-ie9 .sliderContainer .bx-pager-link {
  behavior: url(/hku-templates/assets/PIE/PIE.htc);
}
.lt-ie9 .sliderContainer .bx-pager-link {
  background: url('../img/lib_bxslider/pagers/12g.png?1535946714') no-repeat transparent;
}
.sliderContainer .bx-pager-link.active {
  background-color: #FFF;
}
.lt-ie9 .sliderContainer .bx-pager-link.active {
  background: url('../img/lib_bxslider/pagers/12w.png?1535946714') no-repeat transparent;
}
.sliderContainer:hover .bx-prev, .sliderContainer:hover .bx-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sliderContainer .bx-prev, .sliderContainer .bx-next {
  overflow: hidden;
  position: absolute;
  width: 30px;
  height: 60px;
  background: #fff;
  -moz-border-radius: 0 60px 60px 0;
  -webkit-border-radius: 0;
  border-radius: 0 60px 60px 0;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.45);
  text-indent: -999px;
  top: 50%;
  margin: -30px 0 0;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.lt-ie9 .sliderContainer .bx-prev, .lt-ie9 .sliderContainer .bx-next {
  background: url('../img/lib_bxslider/ie8-slider-prev.png?1535946713') no-repeat;
  font-size: 0;
}
.lt-ie9 .sliderContainer .bx-prev:before, .lt-ie9 .sliderContainer .bx-next:before {
  display: none;
}
.sliderContainer .bx-prev:hover, .sliderContainer .bx-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.sliderContainer .bx-prev:before, .sliderContainer .bx-next:before {
  color: #cccccc;
  line-height: 62px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-indent: -7px;
  text-align: center;
  font-size: 20px;
}
.sliderContainer .bx-next {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.lt-ie9 .sliderContainer .bx-next {
  background: url('../img/lib_bxslider/ie8-slider-next.png?1535946713') no-repeat;
}

@media (max-width: 767px) {
  .sliderContainer .bx-prev, .sliderContainer .bx-next {
    opacity: 1 !important;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    margin-top: -45px;
  }
  .sliderContainer .bx-next {
    -moz-transform: scale(0.7) rotate(180deg);
    -ms-transform: scale(0.7) rotate(180deg);
    -webkit-transform: scale(0.7) rotate(180deg);
    transform: scale(0.7) rotate(180deg);
    -moz-transform-origin: 60% 50%;
    -ms-transform-origin: 60% 50%;
    -webkit-transform-origin: 60% 50%;
    transform-origin: 60% 50%;
  }

  .sliderContainer .bx-pager-item {
    width: 8px;
    height: 8px;
  }
}
/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
.js-nicescroll {
  overflow: hidden;
}

.jspDrag {
  transition: top 0.3s ease-out;
}

/* =============================================================================
- Content Section
============================================================================= */
/*
   Table of Contents
   =============================================================================
  0   General
   =============================================================================
*/
/* 0 General
=======================================*/
header {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  padding: 8px 0 0;
  background: url('../img/top-bg.jpg?1535946713') top center no-repeat;
}
header > .container {
  position: relative;
}

.mainLogo {
  font-size: 0;
  position: relative;
  float: left;
  margin: 4px 0 8px;
  white-space: nowrap;
}
.mainLogo img {
  display: inline-block;
  height: 75px;
}
.mainLogo .ie8logo {
  display: inline-block !important;
}
.mainLogo a {
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mainLogo {
    background: top left no-repeat;
    background-size: auto 100%;
  }
  .lang-en.template-faculty .mainLogo {
    background-image: url('../img/logo/main-logo-fac-f-60h.png?1535946715');
  }
  .lang-tc.template-faculty .mainLogo {
    background-image: url('../img/logo/main-logo-c-fac-f-60h.png?1535946714');
  }
  .mainLogo img {
    visibility: hidden;
  }
}
@media (min-width: 371px) and (max-width: 767px) {
  .mainLogo {
    background: top left no-repeat;
    background-size: auto 100%;
  }
  .lang-en.template-faculty .mainLogo {
    background-image: url('../img/logo/main-logo-fac-f-45h.png?1535946715');
  }
  .lang-tc.template-faculty .mainLogo {
    background-image: url('../img/logo/main-logo-c-fac-f-45h.png?1535946714');
  }
  .mainLogo img {
    visibility: hidden;
  }
}
@media (max-width: 370px) {
  .mainLogo {
    background: top left no-repeat;
    background-size: auto 100%;
  }
  .lang-en.template-faculty .mainLogo {
    background-image: url('../img/logo/main-logo-fac-f-34h.png?1535946715');
  }
  .lang-tc.template-faculty .mainLogo {
    background-image: url('../img/logo/main-logo-c-fac-f-34h.png?1535946714');
  }
  .mainLogo img {
    visibility: hidden;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .mainLogo {
    background: top left no-repeat;
    background-size: auto 100%;
  }
  .template-faculty.lang-en .mainLogo {
    background-image: url('../img/logo/main-logo-fac-f.svg?1535946715');
  }
  .template-faculty.lang-tc .mainLogo {
    background-image: url('../img/logo/main-logo-c-fac-f.svg?1535946714');
  }
  .mainLogo img {
    visibility: hidden;
  }
}
.mainLogo_name {
  font-family: "Times New Roman";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  position: absolute;
  top: 9px;
  left: 71px;
  text-transform: uppercase;
}
.template-department .mainLogo_name {
  color: #6394ec;
}
.template-faculty .mainLogo_name {
  color: #00a8b2;
}
.lang-tc .mainLogo_name {
  font-family: "Times New Roman", "新細明體";
  top: 34px;
  width: 135px;
  text-align: center;
  letter-spacing: 5px;
}

.header-right {
  position: absolute;
  top: 0;
  right: 12px;
  text-align: right;
}

.header-top,
.header-bottom {
  white-space: nowrap;
}

.header-bottom {
  margin: 9px 0 0;
}

.header-block {
  line-height: 21px;
  position: relative;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
}
.header-bottom .header-block {
  padding-right: 4px;
  padding-left: 4px;
}
.header-block:before {
  position: absolute;
  top: 50%;
  left: -3px;
  width: 1px;
  height: 10px;
  margin: -5px 0 0 0;
  content: " ";
  background: #333;
}
.header-block:first-child:before {
  display: none;
}
.lt-ie9 .hidden-lg + .header-block:before {
  display: none;
}
.header-bottom .header-block:first-child:before {
  display: none;
}

.header-link-block a {
  font-size: 0.75em;
  font-weight: 700;
  text-decoration: none;
  color: #6dbc2f;
  /* CAES mod */
  color: #102bc2;
}
.header-link-block a:hover, .header-link-block a:focus {
  text-decoration: underline;
}

.header-share-block {
  font-size: 18px;
  line-height: 23px;
  position: relative;
  top: 1px;
}
.header-share-block a {
  margin: 0 3px;
}

.header-fontsize-block {
  padding-right: 0;
}
.lt-ie9 .header-fontsize-block.header-fontsize-block.hidden-xs.hidden-sm {
  display: inline-block;
}

.font-size {
  margin: 0 3px;
}
.font-size.selected {
  color: #6dbc2f;
  /* CAES mod */
  color: #102bc2;
}

.font-size-small {
  font-size: 12px;
}

.font-size-mediumn {
  font-size: 16px;
}

.font-size-large {
  font-size: 20px;
}

.header-search-block {
  font-size: 0;
  padding-top: 2px;
  padding-right: 0;
  padding-left: 0;
}
.header-search-block:before {
  display: none;
}
.lt-ie9 .header-search-block {
  padding-right: 7px;
}

#search-box {
  font-size: 11px;
  width: 145px;
  height: 21px;
  border: 1px solid #60BD00;
  /* CAES Mod */
  border: 1px solid #102bc2;
}

.button-search {
  font-size: 13px;
  line-height: 0;
  width: 21px;
  height: 21px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  color: #FFF;
  background: #60BD00;
  /* CAES Mod */
  background: #102bc2;
}
.button-search .fa, .button-search .sliderContainer .bx-prev:before, .sliderContainer .button-search .bx-prev:before, .button-search .sliderContainer .bx-next:before, .sliderContainer .button-search .bx-next:before, .button-search .sm-link-lv1:before, .button-search .sm-link-lv2:before, .button-search .more_btn:before {
  line-height: 0;
  pointer-events: none;
}

.lt-ie9 .search_dropdown {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
}

.fa-white-bg, .fa-facebook-square, .fa-twitter-square, .fa-youtube-square {
  position: relative;
}
.fa-white-bg:before, .fa-facebook-square:before, .fa-twitter-square:before, .fa-youtube-square:before {
  position: relative;
  z-index: 2;
}
.fa-white-bg:after, .fa-facebook-square:after, .fa-twitter-square:after, .fa-youtube-square:after {
  position: absolute;
  z-index: 0;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: " ";
  background: #FFF;
}
/*
.fa-facebook-square {
  color: #475A96;
}

.fa-twitter-square {
  color: #43C8F5;
}

.fa-youtube-square {
  color: #DD2824;
}*/

@media (min-width: 992px) {
  .search_dropdown {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: inline-block !important;
  }

  .hidden-lg + .header-block:before {
    display: none;
  }

  .header-search-block {
    padding-right: 7px;
  }
}
@media (max-width: 991px) {
  .header-bottom {
    display: none;
  }

  .header-top {
    margin-top: 6px;
  }

  .header-link-block a {
    font-weight: 400;
  }

  .header-block:before {
    background: #6dbc2f;
    /* CAES mod */
    background: #102bc2;
  }

  .header-share-block {
    padding-right: 0;
  }
  .header-share-block:before {
    display: none;
  }
  .header-share-block + .header-block {
    padding-left: 0;
  }
  .header-share-block + .header-block:before {
    display: none;
  }

  .search_dropdown {
    padding: 2px;
    background: #60BD00;
  }
  .search_dropdown #search-box {
    display: block;
  }
  .active > .search_dropdown, .input-focus > .search_dropdown {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header {
    padding-top: 10px;
  }

  .button-search {
    font-size: 14px;
    width: 22px;
    height: 22px;
    margin-top: -1px;
  }

  .mobile_menu_trigger {
    font-size: 0.9375em;
    font-weight: 700;
    margin: 30px 0 0;
    color: #60BD00;
    /* CAES Mod */
    color: #102bc2;
    outline: none;
    background: none;
  }
  .mobile_menu_trigger .icomoon, .mobile_menu_trigger .ckec ul > li, .ckec .mobile_menu_trigger ul > li, .mobile_menu_trigger .cke_edtable ul > li, .cke_edtable .mobile_menu_trigger ul > li, .mobile_menu_trigger .list li, .list .mobile_menu_trigger li {
    font-size: 30px;
    position: relative;
    top: -2px;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }

  .mainLogo img {
    display: inline-block;
    height: 60px;
  }

  .mainLogo_name {
    font-size: 20px;
    top: 0;
    left: 46px;
  }
  .lang-tc .mainLogo_name {
    font-size: 16px;
    top: 25px;
    width: 98px;
  }

  .header-share-block {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  header {
    margin-bottom: 0;
  }

  .header-top {
    margin-top: 14px;
    margin-right: 30px;
  }
  .header-top .header-search-block {
    display: none;
  }

  .mainLogo {
    margin: 3px 0 7px;
  }
  .mainLogo img {
    width: auto;
    height: 45px;
  }

  .mainLogo_name {
    font-size: 16px;
    top: 4px;
    left: 44px;
  }
  .lang-tc .mainLogo_name {
    top: 18px;
    left: 41px;
    width: 88px;
  }

  .header-share-block {
    display: none;
  }

  .header-block {
    height: 31px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .header-block:before {
    margin-top: -9px;
  }

  .mobile_menu_trigger {
    font-size: 21px;
    line-height: 21px;
    position: absolute;
    z-index: 92;
    top: 6px;
    right: -12px;
    width: 45px;
    height: 38px;
    padding: 0;
    text-align: center;
    color: #60BD00;
    /* CAES Mod */
    color: #102bc2;
    outline: none;
    background: transparent;
  }

  .button-search {
    font-size: 16px;
    line-height: 30px;
    width: 25px;
    height: 25px;
  }

  .header-search-block {
    -moz-box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.14);
    box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.14);
    position: relative;
    display: block;
    height: auto;
    margin: 0;
    padding: 15px 14px;
    background: #E6E6E6;
  }
  .header-search-block:before {
    -moz-box-shadow: inset 85px 5px 19px -87px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 85px 5px 19px -87px rgba(0, 0, 0, 0.15);
    box-shadow: inset 85px 5px 19px -87px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 20px;
    height: auto;
    margin: 0;
    content: " ";
    pointer-events: none;
    background: transparent;
  }

  #search-box {
    width: 100%;
    height: 25px;
  }

  .search_dropdown {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: inline-block !important;
    width: -webkit-calc(100% - 26px);
    width: calc(100% - 26px);
    padding: 0;
    background: transparent;
  }
}
@media (min-width: 371px) and (max-width: 400px) {
  .header-top {
    margin-right: 25px;
  }
}
@media (max-width: 370px) {
  .mainLogo img {
    height: 34px;
  }

  .mainLogo_name {
    font-size: 11px;
    left: 33px;
  }
  .lang-tc .mainLogo_name {
    top: 16px;
    left: 23px;
  }

  .header-top {
    margin-top: 10px;
  }

  .mobile_menu_trigger {
    top: 2px;
  }
}
/*
   Table of Contents
   =============================================================================
  0   General
   =============================================================================
*/
/* 0 General
=======================================*/
.mn {
  clear: both;
  margin: 0 9px;
}
.mn a {
  font-size: 0.8125em;
  font-weight: 700;
  display: block;
  color: #FFF;
}

.mn-list-lv1 {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  display: table;
  width: 100%;
  background: #60BD00;
  /* CAES Mod */
  background: #102bc2;
}
.lt-ie9 .mn-list-lv1 {
  behavior: url(/hku-templates/assets/PIE/PIE.htc);
}

.mn-item-lv1 {
  position: relative;
  display: table-cell;
  padding: 0 17px;
  text-align: center;
  vertical-align: middle;
}
.mn-item-lv1.active {
  background-color: #387E00;
  /* CAES Mod */
  background-color: #0e1f8f;
}
.mn-item-lv1:first-child {
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 5px;
}
.lt-ie9 .mn-item-lv1:first-child {
  behavior: url(/hku-templates/assets/PIE/PIE.htc);
}
.mn-item-lv1:last-child {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
}
.lt-ie9 .mn-item-lv1:last-child {
  behavior: url(/hku-templates/assets/PIE/PIE.htc);
}

.mn-link-lv1 {
  line-height: 1;
  padding: 7px 0;
}
.mn-link-lv1:before {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}
.touch .mn-link-lv1:before {
  display: none;
}
.ie9 .mn-link-lv1 {
  display: table-cell;
  vertical-align: middle;
}

.mn-list-lv2 {
  position: absolute;
  top: -800px;
  left: 0;
  width: 220px;
  padding-top: 1px;
  text-align: left;
}
.active > .mn-list-lv2 {
  top: 100%;
}
.mn-item-lv1:last-child .mn-list-lv2 {
  right: 0;
  left: auto;
}

.mn-item-lv2 {
  margin-bottom: -1px;
  background: #60BD00;
  /* CAES Mod */
  background: #102bc2;
}
.mn-item-lv2.active {
  background: #387E00;
  /* CAES Mod */
  background: #061672;
}

.mn-link-lv2 {
  line-height: 1.3;
  padding: 7px 17px;
}

.lt-ie9 .mn-list-lv3 {
  display: none;
}

@media (min-width: 768px) {
  .mb-mn {
    display: none;
  }

  .mn-list-lv3 {
    display: none;
  }
}
@media (max-width: 991px) {
  .mn {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .mn {
    display: none;
  }

  .i-arrow-down {
    right: 5px;
  }

  .mb-mn {
    -moz-box-shadow: inset 85px 5px 19px -87px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: inset 85px 5px 19px -87px rgba(0, 0, 0, 0.55);
    box-shadow: inset 85px 5px 19px -87px rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 88;
    width: 272px;
    background: #E6E6E6;
  }
  .mb-mn a {
    font-weight: 700;
    line-height: 1.2;
    display: block;
  }

  .mb-mn-inner {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 55;
  }

  .mb-mn-list-lv1 {
    position: relative;
  }
  .mb-mn-list-lv1:before {
    -moz-box-shadow: inset 85px 5px 19px -87px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: inset 85px 5px 19px -87px rgba(0, 0, 0, 0.55);
    box-shadow: inset 85px 5px 19px -87px rgba(0, 0, 0, 0.55);
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    content: " ";
    pointer-events: none;
  }

  .mb-mn-link-lv1,
  .mb-mn-link-lv2 {
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }
  .mb-active > .mb-mn-link-lv1 .i-arrow-down:before, .mb-active >
  .mb-mn-link-lv2 .i-arrow-down:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mb-mn-link-lv1.has-sub,
  .mb-mn-link-lv2.has-sub {
    padding-right: 50px;
  }

  .mb-mn-link-lv1 {
    -moz-box-shadow: inset 0 -5px 20px rgba(97, 189, 0, 0.14);
    -webkit-box-shadow: inset 0 -5px 20px rgba(97, 189, 0, 0.14);
    box-shadow: inset 0 -5px 20px rgba(97, 189, 0, 0.14);
    position: relative;
    padding: 17px 20px 17px 52px;
    color: #191512;
    /* CAES Mod */
    color: #FFF;
    border-bottom: 1px solid #A3D173;
    background-color: #9CCA6B;
    /* CAES Mod */
    background-color: #102bc2;
    background-repeat: no-repeat;
    background-position: 13px 13px;
    background-size: 27px 27px;
  }
  .mb-mn-link-lv1.bgi-aboutus {
    background-image: url('../img/icon/AboutUs.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-alumni {
    background-image: url('../img/icon/Alumni.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-currentstudents {
    background-image: url('../img/icon/CurrentStudents.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-ke_outreach {
    background-image: url('../img/icon/KE_Outreach.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-newsandevent {
    background-image: url('../img/icon/NewsandEvent.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-outreach_ke {
    background-image: url('../img/icon/Outreach_KE.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-people {
    background-image: url('../img/icon/People.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-postgraduate {
    background-image: url('../img/icon/Postgraduate.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-prospectivestudents {
    background-image: url('../img/icon/ProspectiveStudents.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-research {
    background-image: url('../img/icon/Research.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-undergraduate {
    background-image: url('../img/icon/Undergraduate.svg?1535946713');
  }
  .mb-mn-link-lv1.bgi-usefullink {
    background-image: url('../img/icon/UsefulLink.svg?1535946713');
  }

  .i-arrow-down {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55px;
    text-align: center;
    color: #4E9207;
    /* CAES Mod */
    color: #1b37d6;
  }
  .i-arrow-down:before {
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
  }

  .mb-mn-list-lv2 {
    display: none;
    background-color: #60BD00;
    /* CAES Mod */
    background-color: #102bc2;
  }

  .mb-mn-link-lv2 {
    position: relative;
    padding: 17px 32px;
    color: #FFF;
    border-bottom: 1px solid #5EA90F;
    /* CAES Mod */
    border-bottom: 1px solid #102bc2;
  }
  .mb-mn-link-lv2 .i-arrow-down {
    color: #FFF;
  }

  .mb-mn-list-lv3 {
    display: none;
  }

  .mb-mn-link-lv3 {
    padding: 15px 32px 15px 48px;
    color: #FFF;
    border: none;
    background: #4E9207;
    /* CAES Mod */
    background: #102bc2;
  }
  .mb-mn-link-lv3:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    display: inline-block;
    margin: 2px 0 0 -15px;
    content: "";
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
  }
}
/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
.breadcrumb {
  margin: 0 0 10px;
  padding: 0;
  color: #555;
  line-height: 1.1;
}
.breadcrumb li {
  font-size: 0.8125em;
  display: inline;
  list-style: none;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
.breadcrumb li:before {
  content: ">";
  margin: 5px;
}
.breadcrumb li:first-child:before {
  content: " ";
  margin: 0;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 25px;
    color: #878586;
  }
}
.sm-list-lv1, .sm-list-lv1 ul {
  line-height: 1.2;
}

.sm-link-lv1, .sm-link-lv2 {
  color: inherit;
  font-size: 0.8125em;
  display: block;
  position: relative;
  margin: 8px 0 8px 5px;
}
.sm-link-lv1:before, .sm-link-lv2:before {
  position: absolute;
  top: 0.58em;
  left: -10px;
  line-height: 0;
  color: #b98234;
  font-weight: 700;
  /* CAES Mod */
  color: #102bc2;
}
.selected > .sm-link-lv1, .selected > .sm-link-lv2 {
  color: #996C2B;
  font-weight: 700;
  /* CAES Mod */
  color: #102bc2;
}
.sm-link-lv1:hover:before, .sm-link-lv2:hover:before {
  color: inherit;
}

.sm-link-lv2 {
  margin: 5px 0 5px 20px;
}
.sm-link-lv2:before {
  position: absolute;
  margin-top: -3px;
  left: -13px;
  content: '.' !important;
  color: #333 !important;
}
.lt-ie9 .sm-link-lv2:before {
  content: '' !important;
  top: 9px;
  width: 4px;
  height: 4px;
  background: url('../img/dot.png') no-repeat center center;
}

/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
footer {
  margin: 40px 0 0;
  padding: 7px 0;
  background: #60BD00;
  /* CAES Mod */
  background: #102bc2;
}

.copy {
  color: #fff;
  font-weight: 700;
  font-size: 0.75em;
}

.siteLinks {
  color: #fff;
  font-size: 0.75em;
  float: right;
  margin-left: 30px;
}
.siteLinks a {
  text-decoration: none;
  color: #fff;
}
.siteLinks a:hover {
  text-decoration: underline;
}

.footer_shares {
  margin: 10px 0 0;
}
.footer_shares a {
  font-size: 40px;
  margin: 0 6px 0 0;
}

@media (max-width: 991px) {
  .copy {
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .fa-white-bg:after, .fa-facebook-square:after, .fa-twitter-square:after, .fa-youtube-square:after {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    top: 5px;
    bottom: 4px;
  }
  .lt-ie9 .fa-white-bg:after, .lt-ie9 .fa-facebook-square:after, .lt-ie9 .fa-twitter-square:after, .lt-ie9 .fa-youtube-square:after {
    behavior: url(/hku-templates/assets/PIE/PIE.htc);
  }

  .siteLinks {
    float: none;
    margin: 5px 0 7px;
  }

  footer {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_shares a {
    margin-right: 10px;
  }
}
/* 
   Table of Contents
   =============================================================================
	0   General
   =============================================================================
*/
/* 0 General 
=======================================*/
* {
  max-height: 19999px;
  -webkit-tap-highlight-color: transparent;
}

body, html {
  -ms-overflow-style: scrollbar;
  position: relative;
}

.wrapper {
  overflow: hidden;
  position: relative;
  background: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCARMAAEDAREAAhEBAxEB/8QAGQABAAMBAQAAAAAAAAAAAAAAAAIDBAEK/8QAKhABAAEDAwIFAwUAAAAAAAAAAAECElERkbFhoROBotHwItLhUmJxcpL/xAAbAQEBAQEBAAMAAAAAAAAAAAAAAwIBBAUHCP/EACkRAQABAwQBAwQCAwAAAAAAAAABAhJREWGRsaFS4fATI4HRIaJigrL/2gAMAwEAAhEDEQA/APY94XSr55PtB+Z19s/qn55p37efZ6Gu2n9u0+ybf06/TKdn89vuc1jMcvXbTjtrtj5FPsg9X0N/nDZ4c59VSN1Wenqtqx026RiNmXyVlPop5n9OpXzsoN2047GzwenpRbsnZutqxwlrRifn5ezSMRw0W1Y4YdbLaccsf7x4bsnZqSemzfx7pW1Y4FFukYjYU+381atJxOzN1Oe29IxHDRpOJ2Rbtqx0vGU7J6D0Wxin+q0ErascJa0Yn5+XdN48/pcq4IazmeVLN/Hu7pOJ2NJxPC1tWOl7t1Wenb52GWEvp+TP2i1tOO1ltOORO6rPSQyADus5nl3ScTsOLwZx53NYzG7OlXq8QtpV6vEOXU55aLqc9oecbUe4n/Pq/wCv0gMu6zmdwcAHNYzHIIAI3U55Us38e7V1WeklGQc1jMcs2nWe3sGkYjh0dU3VZ4E7qseJREwAAASun1Rx7Awrv6d/wNXVZ6VaxmN3dJxPDLl1OeVxIAGcecAHdZzPIOAzdTnsEUNv9y7pOJ4FS4M3U57GdEAFLN/HulfOwowM2047BoBzWMxyziAPQCN1WegZZ1LN/Hu7rOZ5FHBm2nHbN1OexpEASun1Rx7AwM70ACm6rPAlfOyIwAAADzgK7qsdpegVgjdTnkEgBm6nPbOIgAAI3U55Gbqc9pCKu6M1ekatqx0rehzWczyDiu/p3/DNtOOxW0AAhrOZ5BwAABXf07/gSvnZWp9v5q7p/h/YTUZx5wE9aMT88wQAAUs38e7F8biiQCN1OeWbacdiTQq1/ptPsCA5rGY5B0BC+OoxfG6oSf/Z') repeat-x 0 0 #caf3f7;
}

@media (max-width: 991px) {
  .js-menuCover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: #fff;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  body.slideIn .js-menuCover {
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer, .mainLogo, .mb-mn, .mobile_menu_trigger, #main, .js-menuCover {
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  body.slideIn footer, body.slideIn .mainLogo, body.slideIn .mb-mn, body.slideIn .mobile_menu_trigger, body.slideIn #main, body.slideIn .js-menuCover {
    -moz-transform: translateX(-367px);
    -ms-transform: translateX(-367px);
    -webkit-transform: translateX(-367px);
    transform: translateX(-367px);
  }
}
@media (max-width: 767px) {
  footer, .mainLogo, .header-top, .mb-mn, .mobile_menu_trigger, #main, .js-menuCover, .faculty-link {
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  body.slideIn footer, body.slideIn .mainLogo, body.slideIn .header-top, body.slideIn .mb-mn, body.slideIn .mobile_menu_trigger, body.slideIn #main, body.slideIn .js-menuCover, body.slideIn .faculty-link {
    -moz-transform: translateX(-272px);
    -ms-transform: translateX(-272px);
    -webkit-transform: translateX(-272px);
    transform: translateX(-272px);
  }

  body.slideIn .wrapper {
    position: fixed;
    width: 100vw;
  }
}
/*
   Table of Contents
   =============================================================================
	0   General

   =============================================================================
*/
/* General
====================*/
.idx_banner_container {
  position: relative;
  overflow: hidden;
}
.idx_banner_container .bx-pager {
  display: none;
}
.idx_banner_container.js-sliderAdded {
  overflow: visible;
}

.lt-ie9 .banner_list-fac {
  height: 292px;
}

.banner_itm {
  position: relative;
}
.js-sliderAdded .banner_itm {
  padding-top: 0 !important;
}
.banner_itm img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
.js-sliderAdded .banner_itm img {
  position: relative;
}
.banner_container-fac .banner_itm {
  position: relative;
  padding: 30.80169% 0 0;
}

.banner_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.78);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C7000000,endColorstr=#C7000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C7000000,endColorstr=#C7000000);
  zoom: 1;
  padding: 14px 36px;
}
.banner_container-fac .banner_caption {
  bottom: 10px;
  max-width: 50%;
}
.lt-ie9 .banner_caption {
  background: url('../img/captionbg.png?1535946712');
  filter: none;
}

.banner_caption_title {
  color: #fff;
  font-family: "InterstateBoldCondensedBold", 'Arial', 'Helvetica', 'sans-serif';
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.lang-en .banner_caption_title, .lang-tc .banner_caption_title {
  font-size: 28px;
}
.lang-tc .banner_caption_title {
  font-family: "InterstateBoldCondensedBold", "Microsoft JhengHei", "微軟正黑體", Arial, STHeiti, pmingliu, Helvetica, sans-serif;
}

.banner_caption_desc {
  color: #D6D6D6;
  font-size: 13px;
  margin: 8px 0 0px;
}

.idx_content {
  margin: 3% 0 0 -9px;
}

.idx-col {
  padding: 0 0 0 9px;
  float: left;
}

.idx-col-fact-1, .idx-col-fact-2 {
  width: 37.19958%;
}

.idx-col-fact-3 {
  width: 25.60084%;
  float: right;
}

.box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  margin: 0 0 9px;
  position: relative;
}
.lt-ie9 .box {
  behavior: url(/hku-templates/assets/PIE/PIE.htc);
}
.box p a, .box li a {
  text-decoration: none;
}
.box p a:hover, .box li a:hover {
  text-decoration: underline;
}

.lt-ie9 .box-colored {
  background-color: #60BD00;
  /* CAES Mod */
  background-color: #102bc2;
}
.lt-ie9 .box-colored *, .lt-ie9 .box-colored *:before {
  color: #fff !important;
}

.box_title {
  font-family: "InterstateBoldCondensedBold", 'Arial', 'Helvetica', 'sans-serif';
  letter-spacing: -0.5px;
  color: #6dbc2f;
  /* CAES mod */
  color: #102bc2;
}
.lang-tc .box_title {
  font-family: "InterstateBoldCondensedBold", "Microsoft JhengHei", "微軟正黑體", Arial, STHeiti, pmingliu, Helvetica, sans-serif;
}
.lang-en .box_title {
  font-size: 1.5em;
}
.lang-tc .box_title {
  font-size: 1.375em;
}

.box_content {
  padding: 8px 0 0;
}

.box_bottom {
  margin: 18px 0 0 -15px;
  clear: both;
}

.blockList-border-bottom {
  border-bottom: 1px solid #eee;
  padding-bottom: 9px;
}

.blockList_itm {
  border-top: 1px solid #eee;
  padding: 9px 0 0;
  margin: 0 0 9px;
}
.blockList_itm:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.blockList_itm:last-child {
  margin-bottom: 0;
}

.blockList_itm_content {
  overflow: hidden;
}

.blockList_itm_imgW {
  float: left;
  margin: 0 15px 0 0;
}
.blockList_itm_imgW img {
  display: block;
}

.blockList_itm_title {
  font-weight: 700;
  line-height: 1.3;
  color: #555;
}
.blockList_itm_title > a {
  position: relative;
}

.more_btn {
  display: inline-block;
  padding: 5px 10px;
  background: #60BD00;
  /* CAES Mod */
  background: #102bc2;
  color: #fff;
  font-size: 0.6875em;
}
.more_btn:before {
  margin: 0 5px 0 0;
}

.list {
  font-size: 0.8125em;
  margin: 0 0 0 1.2em;
}
.list li {
  position: relative;
  margin: 6px 0;
}
.list li:before {
  position: absolute;
  margin-top: 0;
  left: -18px;
  color: #333;
  font-size: 16px;
}
.list li:first-child {
  margin-top: 0;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li, .list p {
  font-size: 1em;
}

.seperator:before {
  content: '|';
  font-family: arial !important;
  color: #c3c3c3;
  margin: 0 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .idx_content {
    margin-left: -11px;
    margin-right: -11px;
  }

  .idx-col {
    padding-left: 11px;
    padding-right: 11px;
    width: 50%;
  }

  .idx-col-fact-2 {
    display: none;
  }

  .box {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .box-colored {
    background-color: #60BD00;
    /* CAES Mod */
    background-color: #102bc2;
  }
  .box-colored *, .box-colored *:before {
    color: #fff !important;
  }

  .box_content {
    display: block !important;
  }

  .banner_container-fac .banner_caption {
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lang-tc .box_title, .lang-en .box_title {
    font-size: 1.25em;
  }

  .banner_container-fac .banner_caption {
    bottom: 10px;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .more_btn {
    font-size: 0.6875em;
  }

  .blockList-news .blockList_itm:nth-child(2) ~ .blockList_itm {
    display: none;
  }

  .lang-en .banner_caption_title, .lang-tc .banner_caption_title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .idx_banner_container {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 12px;
  }
  .idx_banner_container .bx-pager {
    display: block;
    text-align: center;
  }
  .idx_banner_container .bx-pager-item {
    margin: 15px 5px 0;
  }
  .idx_banner_container .bx-pager-item .bx-pager-link {
    background-color: #000000;
  }
  .idx_banner_container .bx-pager-item .bx-pager-link.active {
    background-color: #60BD00;
    /* CAES Mod */
    background-color: #102bc2;
  }
  .idx_banner_container.sliderNoAdded {
    margin-bottom: 15px;
  }

  .banner_caption {
    top: 100%;
    bottom: auto !important;
    left: 0;
    right: 0;
    max-width: none !important;
    padding: 10px 12px;
    margin-top: 2 !important;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
  }

  .lang-en .banner_caption_title, .lang-tc .banner_caption_title {
    font-size: 18px;
  }

  .banner_caption_desc {
    display: none;
  }

  .idx_content {
    margin-left: 0;
    margin-right: 0;
  }

  .idx-col {
    padding: 0;
    float: none;
    width: auto;
  }

  .idx-col-fact-2 {
    display: none;
  }

  .box {
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .box_title {
    padding-right: 40px;
  }
  .lang-tc .box_title {
    font-size: 1.375em;
  }

  .box-content {
    display: none;
  }

  .box_trigger {
    padding-left: 0;
    padding-right: 0;
    width: 55px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 13px;
    color: #acacac;
    text-align: center;
    font-size: 20px;
    background-color: transparent;
    outline: none !important;
  }
  .box_trigger .fa, .box_trigger .sliderContainer .bx-prev:before, .sliderContainer .box_trigger .bx-prev:before, .box_trigger .sliderContainer .bx-next:before, .sliderContainer .box_trigger .bx-next:before, .box_trigger .sm-link-lv1:before, .box_trigger .sm-link-lv2:before, .box_trigger .more_btn:before {
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    top: 0;
    pointer-events: none;
  }
  .js-box-active .box_trigger .fa, .js-box-active .box_trigger .sliderContainer .bx-prev:before, .sliderContainer .js-box-active .box_trigger .bx-prev:before, .js-box-active .box_trigger .sliderContainer .bx-next:before, .sliderContainer .js-box-active .box_trigger .bx-next:before, .js-box-active .box_trigger .sm-link-lv1:before, .js-box-active .box_trigger .sm-link-lv2:before, .js-box-active .box_trigger .more_btn:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .blockList_itm_title > a {
    padding: 0;
  }
  .blockList_itm_title > a:before {
    display: none;
  }

  .box_content {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .list {
    font-size: 0.9375em;
  }
}
@media (max-width: 400px) {
  .lang-en .banner_caption_title, .lang-tc .banner_caption_title {
    font-size: 13px;
  }

  .banner_caption {
    padding: 8px 12px;
  }
}
/* 
   Table of Contents
   =============================================================================
	0   General 
   =============================================================================
*/
/* 0 General 
=======================================*/
#banner {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.lt-ie9 #banner {
  behavior: url(/hku-templates/assets/PIE/PIE.htc);
}
#banner img {
  display: block;
  width: 100%;
}

.page {
  margin: 0 14px;
}

.page-title {
  margin: 2% 0 0;
  color: #996C2B;
  /* CAES Mod */
  color: #062066;
  line-height: 1.1;
  min-height: 35px;
}
.lang-en .page-title {
  font-family: "EbrimaNormal", 'Arial', 'Helvetica', 'sans-serif';
  font-size: 30px;
  font-weight: 400;
}
.lang-tc .page-title {
  font-family: "EbrimaNormal", 'Arial', 'Helvetica', 'sans-serif';
  font-size: 28px;
  font-weight: 700;
}

.page-side, .page-content {
  padding: 20px;
  position: relative;
}

.page-side {
  float: left;
  width: 24.2616%;
  background: #f5fdfe;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.lt-ie9 .page-side {
  behavior: url(/hku-templates/assets/PIE/PIE.htc);
}

.page-content {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.lt-ie9 .page-content {
  behavior: url(/hku-templates/assets/PIE/PIE.htc);
}
.page-side ~ .page-content {
  float: right;
  width: 74.68354%;
}

@media (max-width: 767px) {
  .page {
    margin-left: 0;
    margin-right: 0;
  }

  .page-side {
    display: none;
  }

  .page-content, .page-side + .page-content {
    float: none;
    width: auto;
    padding: 15px 12px;
  }

  .page-title {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #banner {
    margin-left: -18px;
    margin-right: -18px;
  }
}
/* =============================================================================
- Inner Pages
============================================================================= */
.faculty-link {
  clear: both;
  height: 30px;
  line-height: 28px;
  text-align: left;
  padding: 0 12px;
  background: #6394ec;
  /* CAES Mod */
  background: #102bc2;
  -moz-box-shadow: inset 0px 76px 33px -87px rgba(0, 0, 0, 0.75), inset 0px -76px 33px -90px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0px 76px 33px -87px rgba(0, 0, 0, 0.75), inset 0px -76px 33px -90px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 76px 33px -87px rgba(0, 0, 0, 0.75), inset 0px -76px 33px -90px rgba(0, 0, 0, 0.75);
}
.faculty-link > a {
  color: #fff;
  font-size: 0.875em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mainLogo {
    background: top left no-repeat;
    background-size: auto 100%;
  }
  .lang-en.template-department .mainLogo {
    background-image: url('../img/logo/main-logo-dep-f-60h.png?1535946715');
  }
  .lang-tc.template-department .mainLogo {
    background-image: url('../img/logo/main-logo-c-dep-f-60h.png?1535946714');
  }
  .mainLogo img {
    visibility: hidden;
  }
}
@media (min-width: 371px) and (max-width: 767px) {
  .mainLogo {
    background: top left no-repeat;
    background-size: auto 100%;
  }
  .lang-en.template-department .mainLogo {
    background-image: url('../img/logo/main-logo-dep-f-45h.png?1535946714');
  }
  .lang-tc.template-department .mainLogo {
    background-image: url('../img/logo/main-logo-c-dep-f-45h.png?1535946714');
  }
  .mainLogo img {
    visibility: hidden;
  }
}
@media (max-width: 370px) {
  .mainLogo {
    background: top left no-repeat;
    background-size: auto 100%;
  }
  .lang-en.template-department .mainLogo {
    background-image: url('../img/logo/main-logo-dep-f-34h.png?1535946714');
  }
  .lang-tc.template-department .mainLogo {
    background-image: url('../img/logo/main-logo-c-dep-f-34h.png?1535946714');
  }
  .mainLogo img {
    visibility: hidden;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .template-department.lang-en .mainLogo {
    background-image: url('../img/logo/main-logo-dep-f.svg?1535946715');
  }
  .template-department.lang-tc .mainLogo {
    background-image: url('../img/logo/main-logo-c-dep-f.svg?1535946714');
  }
}
.banner_container-dept {
  height: 294px;
  width: 74.36709%;
  float: left;
}

.lt-ie9 .banner_list-dept {
  height: 294px;
}

.box-nearbanner {
  width: 24.57806%;
  height: 294px;
  float: right;
}
.box-nearbanner .js-nicescroll {
  height: 200px;
}
.box-nearbanner .js-nicescroll + .box_bottom {
  margin-top: 10px;
}

.banner_container-dept .banner_itm {
  height: 294px;
}

.banner_caption {
  padding-left: 15px;
}
.banner_container-dept .banner_caption {
  bottom: auto;
  top: 100%;
  margin-top: 2px;
}

.banner_container-dept .banner_caption_desc {
  margin: 3px 0 0;
}

.idx_content-dept {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1%;
}
.idx_content-dept .idx-col {
  padding: 0;
}

.idx-col-dept-1 {
  width: 74.36709%;
}

.idx-col-dept-2 {
  float: right;
  width: 24.57806%;
}

.idx-col-dept-1-extra {
  margin: 0 0 0 -9px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.idx-col-dept-1-extra .box {
  width: -webkit-calc(50% - 9px);
  width: calc(50% - 9px);
  margin-left: 9px;
}
.lt-ie9 .idx-col-dept-1-extra .box {
  width: 347px;
  float: right;
}
.lt-ie9 .idx-col-dept-1-extra .box:first-child {
  float: left;
}
.no-flexbox .idx-col-dept-1-extra .box {
  float: left;
}
.idx-col-dept-1-extra .box-full {
  width: -webkit-calc(50% - 9px);
  width: calc(100% - 9px);
}
.lt-ie9 .idx-col-dept-1-extra .box-full {
  width: 705px;
}

.blockList-cols {
  overflow: hidden;
}

.blockList-col {
  width: 50%;
  float: left;
}
.blockList-col .blockList_itm {
  border-top: 0;
  padding-top: 0;
  margin: 20px 30px 0 0;
}
.blockList-col .blockList_itm:first-child {
  margin-top: 0;
}
.blockList-col + .blockList-col {
  border-left: 1px solid #cccccc;
  padding-left: 15px;
}

.imgW-full {
  margin: 0 0 10px;
}
.imgW-full img {
  display: block;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1000px) {
  .banner_container-dept, .banner_container-dept .banner_itm, .banner_container-dept .banner_itm img {
    height: 294px;
  }

  .banner_container-dept .banner_itm img {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .idx_content-dept {
    margin-top: 22px;
  }

  .box {
    margin-bottom: 22px;
    width: -webkit-calc(50% - 22px);
    width: calc(50% - 22px);
  }

  .box-full {
    width: -webkit-calc(50% - 22px);
    width: calc(100% - 22px);
  }

  .idx-col-dept-1 {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    margin-left: -22px;
  }
  .idx-col-dept-1 > .box {
    margin-left: 22px;
    float: none;
    height: auto;
  }
  .no-flexbox .idx-col-dept-1 > .box {
    float: left;
  }

  .depart-top .box-news {
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  .idx_content-dept {
    visibility: hidden;
  }
  .idx_content-dept.jsed {
    visibility: visible;
  }

  .banner_container-dept {
    float: none;
    width: auto;
  }

  .banner_container-dept, .banner_container-dept .banner_itm {
    height: auto;
  }

  .banner_container-dept .banner_itm {
    padding: 41.70213% 0 0;
  }

  .idx-col-dept-1, .idx-col-dept-2 {
    width: auto;
  }

  .box-nearbanner .js-nicescroll {
    height: auto;
  }

  .blockList-news .blockList_itm:nth-child(2) ~ .blockList_itm {
    display: none;
  }

  .blockList-events .blockList-col {
    float: none;
    width: auto;
  }
  .blockList-events .blockList-col:nth-child(1) ~ .blockList-col {
    display: none;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  .imgW-full {
    float: left;
    width: 45%;
    margin: 0 15px 10px 0;
  }
}
@media (max-width: 767px) {
  .box-nearbanner {
    float: none;
    height: auto;
    width: auto;
  }

  .blockList-col-2 .blockList-col {
    float: none;
    width: auto;
    border-left: 0;
    border-top: 1px solid #eee;
    padding: 0;
    margin: 0;
  }
  .blockList-col-2 .blockList-col:first-child {
    border-top: 0;
  }
  .blockList-col-2 .blockList-col:first-child ~ .blockList-col {
    padding-top: 10px;
    margin-top: 10px;
  }

  .blockList-col .blockList_itm {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
  }
  .blockList-col .blockList_itm:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}
