@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
/*! 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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
    font-family: 'calibri';
    src: url('../fonts/bootstrap/calibri.eot');
    src: url('../fonts/bootstrap/calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/bootstrap/calibri.woff') format('woff'), url('../fonts/bootstrap/calibri.ttf') format('truetype'), url('../fonts/bootstrap/calibri.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "calibri","微軟正黑體","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #2a93d5;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #1d6795;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "calibri","微軟正黑體", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: inherit;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5 {
    margin-top: 11px;
    margin-bottom: 11px;
}

h6, .h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #2a93d5;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #2276aa;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #2a93d5;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #2276aa;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

dt,
dd {
    line-height: 1.6;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.6;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.6;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 760px;
    }
}

@media (min-width: 1025px) {
    .container {
        width: 980px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1410px;
        width: auto;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -20px;
    margin-right: -20px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}


@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1025px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
/* BLOCKGRID */
[class*="block-grid-"] {
    display: block;
    margin: -20px;
    padding: 0 20px;
}

    [class*="block-grid-"]:before,
    [class*="block-grid-"]:after {
        content: " ";
        display: table;
    }

    [class*="block-grid-"]:after {
        clear: both;
    }

    [class*="block-grid-"] > * {
        display: inline;
        padding: 0 20px;
        height: auto;
        float: left;
        list-style: none;
    }

.block-grid-xs-1 > * {
    width: 100%;
}

    .block-grid-xs-1 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-1 > *:nth-of-type(1n+1) {
        clear: both;
    }

.block-grid-xs-2 > * {
    width: 50%;
}

    .block-grid-xs-2 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-2 > *:nth-of-type(2n+1) {
        clear: both;
    }

.block-grid-xs-3 > * {
    width: 33.333333333333336%;
}

    .block-grid-xs-3 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-3 > *:nth-of-type(3n+1) {
        clear: both;
    }

.block-grid-xs-4 > * {
    width: 25%;
}

    .block-grid-xs-4 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-4 > *:nth-of-type(4n+1) {
        clear: both;
    }

.block-grid-xs-5 > * {
    width: 20%;
}

    .block-grid-xs-5 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-5 > *:nth-of-type(5n+1) {
        clear: both;
    }

.block-grid-xs-6 > * {
    width: 16.666666666666668%;
}

    .block-grid-xs-6 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-6 > *:nth-of-type(6n+1) {
        clear: both;
    }

.block-grid-xs-7 > * {
    width: 14.285714285714286%;
}

    .block-grid-xs-7 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-7 > *:nth-of-type(7n+1) {
        clear: both;
    }

.block-grid-xs-8 > * {
    width: 12.5%;
}

    .block-grid-xs-8 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-8 > *:nth-of-type(8n+1) {
        clear: both;
    }

.block-grid-xs-9 > * {
    width: 11.11111111111111%;
}

    .block-grid-xs-9 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-9 > *:nth-of-type(9n+1) {
        clear: both;
    }

.block-grid-xs-10 > * {
    width: 10%;
}

    .block-grid-xs-10 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-10 > *:nth-of-type(10n+1) {
        clear: both;
    }

.block-grid-xs-11 > * {
    width: 9.090909090909092%;
}

    .block-grid-xs-11 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-11 > *:nth-of-type(11n+1) {
        clear: both;
    }

.block-grid-xs-12 > * {
    width: 8.333333333333334%;
}

    .block-grid-xs-12 > *:nth-of-type(n) {
        clear: none;
    }

    .block-grid-xs-12 > *:nth-of-type(12n+1) {
        clear: both;
    }

@media (min-width: 768px) {
    .block-grid-sm-1 > * {
        width: 100%;
    }

        .block-grid-sm-1 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-1 > *:nth-of-type(1n+1) {
            clear: both;
        }

    .block-grid-sm-2 > * {
        width: 50%;
    }

        .block-grid-sm-2 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-2 > *:nth-of-type(2n+1) {
            clear: both;
        }

    .block-grid-sm-3 > * {
        width: 33.333333333333336%;
    }

        .block-grid-sm-3 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-3 > *:nth-of-type(3n+1) {
            clear: both;
        }

    .block-grid-sm-4 > * {
        width: 25%;
    }

        .block-grid-sm-4 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-4 > *:nth-of-type(4n+1) {
            clear: both;
        }

    .block-grid-sm-5 > * {
        width: 20%;
    }

        .block-grid-sm-5 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-5 > *:nth-of-type(5n+1) {
            clear: both;
        }

    .block-grid-sm-6 > * {
        width: 16.666666666666668%;
    }

        .block-grid-sm-6 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-6 > *:nth-of-type(6n+1) {
            clear: both;
        }

    .block-grid-sm-7 > * {
        width: 14.285714285714286%;
    }

        .block-grid-sm-7 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-7 > *:nth-of-type(7n+1) {
            clear: both;
        }

    .block-grid-sm-8 > * {
        width: 12.5%;
    }

        .block-grid-sm-8 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-8 > *:nth-of-type(8n+1) {
            clear: both;
        }

    .block-grid-sm-9 > * {
        width: 11.11111111111111%;
    }

        .block-grid-sm-9 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-9 > *:nth-of-type(9n+1) {
            clear: both;
        }

    .block-grid-sm-10 > * {
        width: 10%;
    }

        .block-grid-sm-10 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-10 > *:nth-of-type(10n+1) {
            clear: both;
        }

    .block-grid-sm-11 > * {
        width: 9.090909090909092%;
    }

        .block-grid-sm-11 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-11 > *:nth-of-type(11n+1) {
            clear: both;
        }

    .block-grid-sm-12 > * {
        width: 8.333333333333334%;
    }

        .block-grid-sm-12 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-sm-12 > *:nth-of-type(12n+1) {
            clear: both;
        }
}

@media (min-width: 1025px) {
    .block-grid-md-1 > * {
        width: 100%;
    }

        .block-grid-md-1 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-1 > *:nth-of-type(1n+1) {
            clear: both;
        }

    .block-grid-md-2 > * {
        width: 50%;
    }

        .block-grid-md-2 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-2 > *:nth-of-type(2n+1) {
            clear: both;
        }

    .block-grid-md-3 > * {
        width: 33.333333333333336%;
    }

        .block-grid-md-3 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-3 > *:nth-of-type(3n+1) {
            clear: both;
        }

    .block-grid-md-4 > * {
        width: 25%;
    }

        .block-grid-md-4 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-4 > *:nth-of-type(4n+1) {
            clear: both;
        }

    .block-grid-md-5 > * {
        width: 20%;
    }

        .block-grid-md-5 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-5 > *:nth-of-type(5n+1) {
            clear: both;
        }

    .block-grid-md-6 > * {
        width: 16.666666666666668%;
    }

        .block-grid-md-6 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-6 > *:nth-of-type(6n+1) {
            clear: both;
        }

    .block-grid-md-7 > * {
        width: 14.285714285714286%;
    }

        .block-grid-md-7 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-7 > *:nth-of-type(7n+1) {
            clear: both;
        }

    .block-grid-md-8 > * {
        width: 12.5%;
    }

        .block-grid-md-8 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-8 > *:nth-of-type(8n+1) {
            clear: both;
        }

    .block-grid-md-9 > * {
        width: 11.11111111111111%;
    }

        .block-grid-md-9 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-9 > *:nth-of-type(9n+1) {
            clear: both;
        }

    .block-grid-md-10 > * {
        width: 10%;
    }

        .block-grid-md-10 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-10 > *:nth-of-type(10n+1) {
            clear: both;
        }

    .block-grid-md-11 > * {
        width: 9.090909090909092%;
    }

        .block-grid-md-11 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-11 > *:nth-of-type(11n+1) {
            clear: both;
        }

    .block-grid-md-12 > * {
        width: 8.333333333333334%;
    }

        .block-grid-md-12 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-md-12 > *:nth-of-type(12n+1) {
            clear: both;
        }
}

@media (min-width: 1200px) {
    .block-grid-lg-1 > * {
        width: 100%;
    }

        .block-grid-lg-1 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-1 > *:nth-of-type(1n+1) {
            clear: both;
        }

    .block-grid-lg-2 > * {
        width: 50%;
    }

        .block-grid-lg-2 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-2 > *:nth-of-type(2n+1) {
            clear: both;
        }

    .block-grid-lg-3 > * {
        width: 33.333333333333336%;
    }

        .block-grid-lg-3 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-3 > *:nth-of-type(3n+1) {
            clear: both;
        }

    .block-grid-lg-4 > * {
        width: 25%;
    }

        .block-grid-lg-4 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-4 > *:nth-of-type(4n+1) {
            clear: both;
        }

    .block-grid-lg-5 > * {
        width: 20%;
    }

        .block-grid-lg-5 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-5 > *:nth-of-type(5n+1) {
            clear: both;
        }

    .block-grid-lg-6 > * {
        width: 16.666666666666668%;
    }

        .block-grid-lg-6 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-6 > *:nth-of-type(6n+1) {
            clear: both;
        }

    .block-grid-lg-7 > * {
        width: 14.285714285714286%;
    }

        .block-grid-lg-7 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-7 > *:nth-of-type(7n+1) {
            clear: both;
        }

    .block-grid-lg-8 > * {
        width: 12.5%;
    }

        .block-grid-lg-8 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-8 > *:nth-of-type(8n+1) {
            clear: both;
        }

    .block-grid-lg-9 > * {
        width: 11.11111111111111%;
    }

        .block-grid-lg-9 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-9 > *:nth-of-type(9n+1) {
            clear: both;
        }

    .block-grid-lg-10 > * {
        width: 10%;
    }

        .block-grid-lg-10 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-10 > *:nth-of-type(10n+1) {
            clear: both;
        }

    .block-grid-lg-11 > * {
        width: 9.090909090909092%;
    }

        .block-grid-lg-11 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-11 > *:nth-of-type(11n+1) {
            clear: both;
        }

    .block-grid-lg-12 > * {
        width: 8.333333333333334%;
    }

        .block-grid-lg-12 > *:nth-of-type(n) {
            clear: none;
        }

        .block-grid-lg-12 > *:nth-of-type(12n+1) {
            clear: both;
        }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 10px 4px;
        line-height: 1.6;
        vertical-align: middle;
    }

    .table > thead > tr > th {
        vertical-align: middle;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 36px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
    input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
    input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 22px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px;
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 45px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 20px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #2a93d5;
    border-color: #2684c0;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #2276aa;
        border-color: #113b55;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #2276aa;
        border-color: #1c618d;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2276aa;
        border-color: #1c618d;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #1c618d;
            border-color: #113b55;
        }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        background-color: #2a93d5;
        border-color: #2684c0;
    }

    .btn-primary .badge {
        color: #2a93d5;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #2a93d5;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #1d6795;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.en {
    cursor: pointer;
}

.ch {
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.6;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #2a93d5;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #000;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #2a93d5;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.6;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #2a93d5;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 1025px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 1025px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 1025px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -20px;
    margin-left: -20px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 22px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 1025px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -20px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 20px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 1025px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px -20px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 22px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 22px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 14px;
                padding-bottom: 14px;
            }
}

.navbar-form {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -20px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #2a93d5;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #2276aa;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #333333;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #2a93d5;
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2a93d5;
    border-color: #2a93d5;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #d4e9f7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 0px 0px;
}

    .panel-body h3 {
        margin-bottom: 10px !important;
    }

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    /*margin-bottom: 22px;*/
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 0px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #2a93d5;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #2a93d5;
        border-color: #2a93d5;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #2a93d5;
        }

        .panel-primary > .panel-heading .badge {
            color: #2a93d5;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #2a93d5;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.6;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 1025px) {
    .modal-lg {
        width: 900px;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

.carousel-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
}

@@media screen and (max-width: 600px) {
    .carousel-background--mobile {
        opacity: 1;
    }
}

@@media screen and (min-width: 600px) {
    .carousel-background--pc {
        opacity: 1;
    }
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        cursor: pointer;
        margin: 0 5px;
        background-color: #000 \9;
        background-color: transparent;
        background: rgba(255, 255, 255, 0.3);
        transition: all 0.3s;
    }

        .carousel-indicators li:hover {
            background-color: #fff;
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

    .carousel-caption .btn {
        text-shadow: none;
    }

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-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: 1024px) {
    .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: 1024px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1025px) 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: 1025px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1025px) 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: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1025px) 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;
    }
}

a:hover {
    color: #081758;
}

.font-size-24 {
    font-size: 24px !important;
}

.title {
    color: #0c478e !important;
}

.inside-article .title {
    color: #0c478e !important;
}

.sub-title {
    font-size: 24px !important;
}

/* for holding 20180428 */
.holdingheader {
    background: #fff !important;
    width: 100%;
    height: auto;
}

header a.holdinglogo > div {
    background: url(../images/index/asegroup_logo.png);
    width: 170px;
    height: 52px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 170px;
    margin-top: 5px;
}

.holdingheader .navbar {
    margin-bottom: 0;
}

.holdingheader .navbar-header {
    display: inline;
    padding-top: 5px;
}

.holdingheader .navbar-nav {
    float: right;
    display: flex;
    list-style: none;
    text-align: right;
    font-size: 18px;
    margin: 0 !important;
    align-items: center;
    height: 40px;
    padding-top: 20px;
}

.holdingheader .navbar-toggle {
    margin-right: 0;
}

    .holdingheader .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        border: 1px solid #333;
    }

.holdingheader .navbar-nav li {
    padding-left: 40px;
}

    .holdingheader .navbar-nav li a {
        color: #333;
        text-decoration: none;
    }

        .holdingheader .navbar-nav li a:hover {
            color: #2a93d5;
            text-decoration: none;
        }

.holdingheader .navbar-default {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    width: 100%;
    top: 0;
}

.holdingheader .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.holdingheader .navbar .navbar-collapse {
    text-align: center;
}

.holdingheader .navbar-collapse .dropdown.lan {
    margin: 0;
}

.holdingheader .dropdown-menu .lan-opt {
    padding: 0;
}

.holdingheader .navbar-collapse.collapse {
    justify-content: flex-end;
    height: auto;
}

.page-banner-s.banner-holding {
    height: 500px;
}

.banner-holding {
    position: relative;
    overflow: hidden;
    background: url(../images/index/banner_holding.jpg) no-repeat center center;
    background-size: cover;
}

.holding-box {
    background-color: rgba(0, 21, 53, 0.7);
    max-width: 1500px;
    height: 85%;
    margin: 7%;
}

.holding-text {
    padding: 3% 170px;
    color: #fff;
    letter-spacing: 1px;
}

    .holding-text h3 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .holding-text p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

.holding-thumbnail {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.caption-holding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 15px 10px;
    color: #ffffff;
}

    .caption-holding h3 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .caption-holding p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
        padding: 0 px;
    }

#holdinglink {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

    #holdinglink .row {
        margin: 45px 0 !important;
    }

    #holdinglink li {
        border-right: 1px solid #cccccc;
    }

        #holdinglink li:last-child {
            border-right: none;
        }

.holdinglink-circle {
    width: 300px;
    height: 200px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .holdinglink-circle .imgbox img {
        max-width: 210px;
        max-height: 150px;
    }

#holdinglink a:before, #holdinglink a .imgbox {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#holdinglink a:hover .imgbox {
    -moz-transform: scale(0.7) translateY(0px);
    -ms-transform: scale(0.7) translateY(0px);
    -webkit-transform: scale(0.7) translateY(0px);
    transform: scale(0.7) translateY(0px);
}

.holdinglink-circle .textbox div {
    height: 30px;
    width: 30px;
}

.holdinglink-circle .textbox i {
    font-size: 0.8rem;
}

.holdinglink-circle .textbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .holdinglink-circle .textbox h4 {
        font-size: 16px;
        color: #666;
        float: left;
        margin-right: 10px;
    }

.holdinglink-circle:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.holdingfooter {
    font-size: 16px;
    height: 80px;
    background: #fff !important;
    color: #333;
    width: 100%;
    padding: 0 50px;
    display: flex;
    align-items: center;
}

/*.holdingfooter span {
  padding-right: 10px;
}*/

.lan-mobile {
    position: absolute;
    top: 25%;
    right: 12%;
}

@media (max-width: 1025px) {
    .dropdown.lan {
        margin: 0 -20px 11px 0 !important;
    }

    header a.holdinglogo > div {
        width: 150px;
        height: 46px;
        background-size: 150px;
        float: left;
        margin-top: 0px;
    }

    .holdingheader .navbar-nav {
        text-align: right;
        height: auto;
        display: block;
        padding-left: 0;
        width: 100%;
    }

        .holdingheader .navbar-nav li {
            padding-left: 0;
            line-height: 20px;
        }

    .holdingheader .navbar-collapse {
        padding: 0;
    }

        .holdingheader .navbar-collapse .dropdown.lan {
            margin: -10px;
        }

    .page-banner-s.banner-holding {
        height: auto;
    }

    .holding-box {
        width: 80%;
        height: auto;
        padding-bottom: 20px;
    }

    .holding-box-test {
        width: 80%;
        height: auto;
        padding-bottom: 20px;
    }

    .holding-text {
        padding: 10px;
    }

        .holding-text h3 {
            font-size: 30px;
            margin-bottom: 20px;
        }

        .holding-text p {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 20px;
        }

    #holdinglink .row {
        margin: 15px 0 !important;
    }

    #holdinglink ul {
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #holdinglink li {
        border-right: none;
        border-bottom: 1px solid #cccccc;
    }

        #holdinglink li:last-child {
            border-bottom: none;
        }

    .holdinglink-circle {
        padding-bottom: 25px;
    }

    .caption-holding {
        padding: 10px 10px 30px 10px !important;
    }

        .caption-holding h3 {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .caption-holding p {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 20px;
            padding: 0 20%;
        }

    .holdingfooter {
        height: auto;
        padding: 20px;
    }
}
/* end for holding */


/* CSR */
/* community engagement */
.map-popover {
    font-size: 0.8em;
    padding: 10px !important;
}

.popover1, .popover2, .popover3, .popover4, .popover5, .popover6, .popover7, .popover8, .popover9, .popover10, .popover11, .popover12, .popover13 {
    width: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.popover7 {
    max-width: 600px !important;
}

/* business conduct and ethics */
.circle-link {
    position: absolute;
    border-radius: 50%;
    display: block;
    left: 35%;
    top: 35%;
    width: 17vh;
    height: 17vh;
}

@media (min-width: 560px) and (max-width: 899px) {
    .circle-link {
        width: 25vh;
        height: 25vh;
    }
}

@media (min-width: 900px) {
    .circle-link {
        left: 33%;
        top: 31%;
        width: 30vh;
        height: 30vh;
    }
}
/* csr report questionnaire */
table.table-with-border td {
    border: 1px solid #ccc;
}

/* stakeholder engagement details */
.blue-link-popover {
    color: #2a93d5 !important;
    display: inline !important;
}

.stakeholder .popover {
    width: 100%;
    max-width: none;
}

@media (min-width: 900px) {
    .stakeholder .popover {
        width: 700px;
    }
}

.stakeholder-small-icons {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
}

.stakeholder-engagement-box h4 {
    font-weight: 450;
    margin-left: 20px;
    margin-bottom: 0;
    color: black !important;
}

.stakeholder-engagement-box p {
    margin-left: 0px;
    margin-top: -3px;
    border-bottom: 1px solid #ccc;
}

.stakeholder-engagement-box ul.stakeholder {
    margin-top: -3px;
    color: #333;
}

    .stakeholder-engagement-box ul.stakeholder li {
        width: 100% !important;
        list-style: disc;
        padding: 0;
        margin: 0;
    }

.stakeholder-engagement-box hr.stakeholder {
    padding: 0;
    margin: 10px 0;
    border-top: 1px solid #999 !important;
}

.stakeholder-engagement-box .content-wrapper {
    padding: 0 !important;
}

.stakeholder-engagement-box .text-box {
    padding: 10px 10px 10px 20px !important;
}

.stakeholder-engagement-box .gray-bg {
    background-color: #dcdddd !important;
}

/* environmental conservation */
table.grey-table th {
    background-color: #717171;
}

table.grey-table tr.grey td {
    background-color: #ededeb;
}

table.grey-table td {
    padding: 5px 20px !important;
}

/* green bond investor letter */
table.green-table th {
    background-color: #88b32b;
}

table.green-table tr.green td {
    background-color: #eaf0d8;
}

/*supplier development */
.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .flex-box {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
/* grow_with_supply_chain */
.margin-right-80 {
    margin-right: 80px;
}

/* regulartory complicance and risk management */
.margin-bottom-40 {
    display: block;
    margin-bottom: 40px;
}

@media (min-width: 900px) {
    .color-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
}

.color-box-basic, .yellow-box, .orange-box, .light-yellow-box {
    flex-basis: 32%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.yellow-box {
    background-color: #fff484;
}

.orange-box {
    background-color: #f9d0a3;
}

.light-yellow-box {
    background-color: #fef5c4;
}

.color-box-heading {
    font-weight: 600;
    margin-bottom: 10px;
}

/*sustainability highlights green facilities */
.font-size-20 {
    font-size: 20px !important;
}

.circle-button-35 {
    height: 35px !important;
    width: 35px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.d {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.b {
    box-sizing: border-box;
    flex-basis: 100%;
}

.c {
    flex-basis: 100%;
}

.a-1-special {
    display: flex;
    flex-direction: column;
}

/*
	.order1-sm{order:1}
	.order2-sm{order:2}
	.order3-sm{order:3}
	.order4-sm{order:4}
*/
@media (min-width: 900px) {
    .b {
        flex-basis: 49%;
    }

    /*
  .order1-lg{order:1}
  .order2-lg{order:2}
  .order3-lg{order:3}
  .order4-lg{order:4}
  */
    .c {
        text-align: center;
        flex-basis: 80%;
    }

    .flex-basis-33 {
        flex-basis: 33%;
    }

    .flex-basis-25 {
        flex-basis: 25%;
    }

    .a-1 {
        flex: 1;
    }

    .a-1-special {
        margin-right: 50px;
    }
}

.sustainability-grey-box {
    background-color: #eeedec;
    padding: 1px 40px 20px 40px !important;
    height: 95%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.small-heading {
    font-weight: 600;
    display: block;
    margin: 15px 0 10px 0;
}

.inline {
    display: inline;
}

.left-link {
    text-align: left;
    display: block;
    padding: 0 !important;
    float: left;
}

    .left-link h3 {
        margin-right: 20px;
    }

/* pollution prevention */
table.pollution-table {
    font-size: 0.9em;
    color: #666;
    border: 0 !important;
}

    table.pollution-table .no-left-border {
        border-left: 0 !important;
    }

    table.pollution-table .no-right-border {
        border-right: 0 !important;
    }

    table.pollution-table th {
        color: white;
        font-weight: 300;
        background-color: #717171;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        text-align: center;
    }

    table.pollution-table td {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        border: 0;
    }

    table.pollution-table .left-border {
        border-left: 1px solid #ccc !important;
    }

    table.pollution-table .bottom-border {
        border-bottom: 1px solid #ccc !important;
    }

/* water management */
.black-text-in-box {
    font-weight: 400;
    font-size: 19px;
    font-family: "calibri","微軟正黑體","Roboto", sans-serif;
    color: #000;
    padding: 5px 0;
}

.no-border {
    border: 0 !important;
}

.csr .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-center-text {
    width: 100%;
    text-align: center;
}

a.link-block {
    display: block;
    clear: both;
}

    a.link-block a:hover {
        color: #081758;
    }

@media (min-width: 900px) {
    .moving-arrow .circle_button {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .moving-arrow a:hover {
        text-decoration: none;
    }

        .moving-arrow a:hover .circle_button {
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }
}

.panel-group .list-base {
    margin: 0;
    padding: 0;
}

img.smaller-pic {
    width: 80%;
}

table.wastewater td {
    vertical-align: middle;
    padding: 20px;
    border-left: 1px solid #dedede;
}

table.wastewater tr {
    border: 1px solid #dedede;
}

tr.blue {
    background-color: #e9f4fb !important;
}

tr.white {
    background-color: white !important;
}

.sustainable-image {
    width: 100%;
    position: relative;
    margin-left: 30px;
}

@media (min-width: 640px) {
    .sustainable-image {
        width: 50%;
    }
}

@media (min-width: 1000px) {
    .sustainable-image {
        width: 40%;
    }
}

@media (min-width: 1170px) {
    .sustainable-image {
        width: 35%;
    }
}

.blue-box {
    display: block;
    background-color: #e0eef6;
    padding: 20px;
}

.picture-padding-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-ali {
    margin-top: 20px !important;
}

@media only screen and (max-width: 48em) {
    .margin-top-ali {
        margin-top: 0px !important;
    }
}



.col-sm-5cols {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

@media (max-width: 767px) {
    .csr > .bgnews-list {
        padding: 0 !important;
        margin: 0;
    }

    .banner-csr {
        background: url(../images/csr/banner_csr-s.jpg) no-repeat center !important;
    }
}

@media (min-width: 768px) {
    .col-sm-5cols {
        width: 20%;
        float: left;
    }
}

.csr-bg {
    overflow: auto;
    background: #eeeeee;
    padding: 15px 0 10px 0;
}

.csr > .bgnews-list {
    padding: 0 10px !important;
    margin: 0;
}

@media (min-width: 1024px) {
    .csr > .bgnews-list > .content {
        min-height: 100px;
        display: -webkit-flex;
        display: flex;
        justify-content: center !important;
    }
}

.csr > .list-base > *:hover {
    box-shadow: 0 0 20px #e7e9c2 !important;
}

.blue-text-in-box {
    font-weight: 400;
    font-size: 19px;
    font-family: "calibri","微軟正黑體","Roboto", sans-serif;
    color: #2a93d5;
    padding: 5px 0;
}

img.employee-development {
    margin: 50px 0;
}

p.reports {
    line-height: 1em;
}

.csr-list ul {
    list-style: none;
}

    .csr-list ul li {
        position: relative;
        margin: 20px 0;
    }

        .csr-list ul li:before {
            position: absolute;
            content: '\0045';
            left: -40px;
            top: -5px;
            display: inline-block;
            font-family: 'ase_icon';
            /* font-style: normal; */
            /* font-weight: normal; */
            /* font-size: 14px; */
            line-height: 1.9em;
            width: 30px;
            padding: 1px 0 0 8px;
            height: 30px;
            color: #6c6c6c;
            border-color: #cccccc;
            border-radius: 50%;
            border: 1px solid;
        }

.csr-grey-text {
    color: #808080;
}

.csr-arrow {
    width: 30px;
    margin-right: 10px;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.signature {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 40px;
}

.video {
    text-align: center;
    position: relative;
}

.play-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
    z-index: 10;
    font-size: 50px;
    color: #eee;
}

.spacing2em {
    line-height: 2em;
}

.spacing1-5em {
    line-height: 1.5em;
}

ol.nopadding {
    padding-left: 20px;
}

ul.nopadding {
    padding-left: 15px;
}

table.csr > tbody > tr > td {
    vertical-align: middle;
    padding: 10px;
}

table .csr td .left-border, table .csr th .left-border {
    border-left: 1px solid #dedede;
}

tr.empty-tr {
    display: none;
}

td.dark-blue {
    background-color: #2a93d5;
    color: white !important;
    border-bottom: 1px solid #dedede !important;
}

.left-border {
    border-left: 1px solid #dedede !important;
}

/* Labs */
div.blue-line {
    border-bottom: 1px solid #258FC1;
}
/*Mars*/
.padding-left-10 {
    padding-left: 10px;
}

.lab-type:hover {
    box-shadow: 0 0 20px #e7e9c2 !important;
}

.metrial-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    justify-content: space-around;
    align-item: strech;
}

.lab-type {
    height: 100%
}

.metrial-type .lab-type a {
    color: #FFF;
    text-decoration: none;
}

    .metrial-type .lab-type a:hover {
        color: #081758;
        text-decoration: none;
        transform: translateX(5px);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

.lab-type > .arrow {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.tech-cont-link {
    font-size: 16px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .metrial-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-item: strech;
    }

    .lab-type > .arrow {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
}
/*Mars*/
.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.labs-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

    .labs-container .left-lab-box {
        flex: 1;
        min-width: 400px;
        min-height: 400px;
        background-color: #d7d7d7;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .labs-container .right-lab-box {
        flex: 1;
        min-width: 400px;
        background-color: #f2f2f2;
    }

@media (min-width: 860px) {
    .right-lab-box {
        margin-left: 5px;
    }
}
/* Supplier */
.supplier-sub-heading {
    color: #258FC1;
    font-size: 28px;
    font-weight: 700;
}

.partner-form label {
    font-weight: normal;
}

.partner-form .radio {
    margin-left: 20px;
}

.partner-form .partner-form-title {
    font-size: 1.2em;
    font-weight: bold;
}

@media (max-width: 767px) {
    .partner-form .label-name {
        text-align: left;
    }
}

.partner-form .required-star {
    font-size: 1.5em;
}

.partner-form .business-fields {
    margin-left: 20px;
}

.nopadding {
    padding: 0;
}

/* news details */
.blue-text {
    color: #2a93d5;
}

.news-details-bottom {
    position: relative;
    top: -30px;
}

    .news-details-bottom a {
        color: black !important;
    }

.news-details-orange-text {
    color: #F18E33;
}

.news-details-left-arrow {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    float: left;
}

.news-details-right-text {
    text-align: left;
}

.news-details-right-arrow {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    float: left;
}

@media (min-width: 768px) {
    .news-details-left-arrow {
        float: left;
    }

    .news-details-right-arrow {
        float: right;
        margin-left: 20px;
    }

    .news-details-right-text {
        text-align: right;
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 400px;
    padding: 1px;
    font-family: "calibri","微軟正黑體","Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}

    .popover.bottom {
        margin-top: 10px;
    }

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}



/* modal for CSR Reports*/
.modal2 {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal2:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog2 {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.color-318AC6 {
    color: #318AC6;
}

.opacity-50 {
    opacity: 0.5;
}

.technology-bottom-flex {
    display: none;
    text-align: center;
}

.technology-carousel {
    display: none;
}

    .technology-carousel img {
        width: 100%;
    }

@media (min-width: 769px) {
    .technology-bottom-flex {
        display: flex;
        justify-content: space-between;
        margin: 40px 0;
    }

    .technology-bottom {
        flex-basis: 20%;
        margin: 20px;
    }

        .technology-bottom a {
            color: #666;
            line-height: 16px;
        }

            .technology-bottom a:hover {
                color: #318AC6;
                text-decoration: none;
            }
    /* Changes the position of the indicators */
    .focus-carousel .carousel-indicators {
        bottom: -50px;
    }

        /* Changes the colour of the indicators */
        .focus-carousel .carousel-indicators li {
            background: #c0c0c0;
            border-radius: 25px;
        }

        .focus-carousel .carousel-indicators .active {
            background: #333333;
        }
}

@media (max-width: 768px) {
    .technology-carousel {
        display: block;
        text-align: center;
    }

    /* carousel */
    .media-carousel {
        margin-bottom: 0;
        /*padding: 0 40px 30px 40px;*/
        padding: 0 0 50px 0;
        margin-top: 10px;
    }

    /* Previous button  */
    /*
  .media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px
  }
  */
    /* Next button  */
    /*
  .media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px
  }
  */
    .right.carousel-control, .left.carousel-control {
        display: none;
    }

    /* Changes the position of the indicators */
    .media-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0;
        margin-right: -19px;
    }

        /* Changes the colour of the indicators */
        .media-carousel .carousel-indicators li {
            background: #c0c0c0;
            border-radius: 25px;
        }

        .media-carousel .carousel-indicators .active {
            background: #333333;
        }

    .carousel-inner a {
        line-height: 20px;
    }

        .carousel-inner a:hover {
            text-decoration: none;
        }

    /* End carousel */
}
/* Generated by Glyphter (http://www.glyphter.com) on  Wed Nov 23 2016*/
@font-face {
    font-family: 'ase_icon';
    src: url("../fonts/ase-icon.eot");
    src: url("../fonts/ase-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/ase-icon.woff") format("woff"), url("../fonts/ase-icon.ttf") format("truetype"), url("../fonts/ase-icon.svg#Glyphter") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'] {
    font-size: 30px;
}

    [class^='icon-']:before {
        display: inline-block;
        font-family: 'ase_icon';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

.icon-logo:before {
    content: '\0041';
}

.icon-arrow-top:before {
    content: '\0042';
}

.icon-arrow-down:before {
    content: '\0043';
}

.icon-arrow-left:before {
    content: '\0044';
}

.icon-arrow-right:before {
    content: '\0045';
}

.icon-cross:before {
    content: '\0046';
}

.icon-home:before {
    content: '\0047';
}

.icon-search:before {
    content: '\0048';
}

.icon-lang:before {
    content: '\0049';
}

.icon-tel:before {
    content: '\004a';
}

.icon-mail:before {
    content: '\004b';
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 20px;
    display: table-cell;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 0.7;
    }

.hamburger-box {
    width: 30px;
    height: 21px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
        height: 3px;
        background-color: #000;
        border-radius: 0px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -9px;
        }

        .hamburger-inner::after {
            bottom: -9px;
        }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    height: 2px;
}

.hamburger.white .hamburger-inner, .hamburger.white .hamburger-inner::before, .hamburger.white .hamburger-inner::after {
    background-color: #ffffff;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse .hamburger-inner::after {
        top: -18px;
        transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse.is-active .hamburger-inner {
    -moz-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

body {
    overflow-x: hidden;
}

a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

img {
    max-width: 100%;
}

.row_padding_0 {
    padding: 0;
}

.content-lg {
    max-width: 1400px;
    margin: 0 auto;
}

input[type*="text"],
select.form-control,
textarea {
    font-size: 1rem;
}

.stop-scroll {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 900;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

/*LOADER*/
/*10px*/
/*20px*/
#page-loader {
    width: 100vw;
    height: 100vh;
    background: #eeeeee;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

    #page-loader span {
        display: none;
    }

.loader {
    position: relative;
}

    .loader ul {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: rotate(45deg) translate(-50%, -50%);
    }

    .loader li {
        position: absolute;
        left: 50%;
        top: 50%;
        list-style-type: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 8px;
        height: 8px;
        background: #2a93d5;
        border-radius: 50%;
    }

    .loader #a {
        -webkit-animation: a 0.8s ease-in-out infinite;
        -o-animation: a 0.8s ease-in-out infinite;
        animation: a 0.8s ease-in-out infinite;
        top: -16px;
        left: -16px;
    }

    .loader #b {
        -webkit-animation: b 0.8s ease-in-out infinite;
        -o-animation: b 0.8s ease-in-out infinite;
        animation: b 0.8s ease-in-out infinite;
        top: -16px;
        left: 0px;
    }

    .loader #c {
        -webkit-animation: c 0.8s ease-in-out infinite;
        -o-animation: c 0.8s ease-in-out infinite;
        animation: c 0.8s ease-in-out infinite;
        top: -16px;
        left: 16px;
    }

    .loader #d {
        -webkit-animation: d 0.8s ease-in-out infinite;
        -o-animation: d 0.8s ease-in-out infinite;
        animation: d 0.8s ease-in-out infinite;
        top: 0px;
        left: -16px;
    }

    .loader #e {
        -webkit-animation: e 0.8s ease-in-out infinite;
        -o-animation: e 0.8s ease-in-out infinite;
        animation: e 0.8s ease-in-out infinite;
        top: 0px;
        left: 0px;
    }

    .loader #f {
        -webkit-animation: f 0.8s ease-in-out infinite;
        -o-animation: f 0.8s ease-in-out infinite;
        animation: f 0.8s ease-in-out infinite;
        top: 0px;
        left: 16px;
    }

    .loader #g {
        -webkit-animation: g 0.8s ease-in-out infinite;
        -o-animation: g 0.8s ease-in-out infinite;
        animation: g 0.8s ease-in-out infinite;
        top: 16px;
        left: -16px;
    }

    .loader #h {
        -webkit-animation: h 0.8s ease-in-out infinite;
        -o-animation: h 0.8s ease-in-out infinite;
        animation: h 0.8s ease-in-out infinite;
        top: 16px;
        left: 0px;
    }

    .loader #i {
        -webkit-animation: i 0.8s ease-in-out infinite;
        -o-animation: i 0.8s ease-in-out infinite;
        animation: i 0.8s ease-in-out infinite;
        top: 16px;
        left: 16px;
    }

@keyframes a {
    50% {
        top: 0px;
        left: -16px;
    }

    100% {
        top: 0px;
        left: -16px;
    }
}

@keyframes b {
    50% {
        top: -16px;
        left: -16px;
    }

    100% {
        top: -16px;
        left: -16px;
    }
}

@keyframes c {
    50% {
        top: -16px;
        left: 0px;
    }

    100% {
        top: -16px;
        left: 0px;
    }
}

@keyframes d {
    50% {
        top: 16px;
        left: -16px;
    }

    100% {
        top: 16px;
        left: -16px;
    }
}

@keyframes f {
    50% {
        top: -16px;
        left: 16px;
    }

    100% {
        top: -16px;
        left: 16px;
    }
}

@keyframes g {
    50% {
        top: 16px;
        left: 0px;
    }

    100% {
        top: 16px;
        left: 0px;
    }
}

@keyframes h {
    50% {
        top: 16px;
        left: 16px;
    }

    100% {
        top: 16px;
        left: 16px;
    }
}

@keyframes i {
    50% {
        top: 0px;
        left: 16px;
    }

    100% {
        top: 0px;
        left: 16px;
    }
}

header a.logo > div {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nav-pc a, .sitemap .toggle, .breadcrumbs-dropdown-view a {
    font-family: "calibri","微軟正黑體", Helvetica, Arial, sans-serif;
}

    .dropdown.lan > a:hover, .nav-mobile a:hover, .nav-pc a:hover, .dropup.lan a:hover, .button:hover, .circle_button:hover, #fastlink a:hover, .bgnews-list a:hover, .bgnews-list h4 .circle_button:hover, .breadcrumbs li:last-child a:hover, .breadcrumbs-dropdown-view a:hover, .iconlink a:hover, .iconlink .two_item:hover, .list-link a:hover, .article-arrow a:hover, .csr-news a:hover, .csr-news h4 .circle_button:hover, .dropdown.lan > a:focus, .nav-mobile a:focus, .nav-pc a:focus, .dropup.lan a:focus, .button:focus, .circle_button:focus, #fastlink a:focus, .bgnews-list a:focus, .bgnews-list h4 .circle_button:focus, .breadcrumbs li:last-child a:focus, .breadcrumbs-dropdown-view a:focus, .iconlink a:focus, .iconlink .two_item:focus, .list-link a:focus, .article-arrow a:focus, .csr-news a:focus, .csr-news h4 .circle_button:focus, .dropdown.lan > a:active, .nav-mobile a:active, .nav-pc a:active, .dropup.lan a:active, .button:active, .circle_button:active, #fastlink a:active, .bgnews-list a:active, .bgnews-list h4 .circle_button:active, .breadcrumbs li:last-child a:active, .breadcrumbs-dropdown-view a:active, .iconlink a:active, .iconlink .two_item:active, .list-link a:active, .article-arrow a:active, .csr-news a:active, .csr-news h4 .circle_button:active {
        text-decoration: none;
    }

/*[HEADER]*/
header {
    background: #ffffff;
    height: 60px;
    padding: 7px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

    header a.logo {
        display: inline-block;
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

        header a.logo > div {
            width: 160px;
            height: 46.66667px;
            background: url(../images/logo-en.png);
            background-size: 160px;
        }

    header .pull-right {
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-transform-origin: right top;
        -moz-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
    }

    header .hamburger {
        margin-right: -20px;
        margin-top: -15px;
    }

    header nav ul {
        list-style: none;
        padding: 0;
    }

    header.gosticky {
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.9);
    }

    header a.logo {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.form-search-pc, .dropdown.lan {
    display: inline-block;
}

.search-group {
    position: relative;
}

    .search-group input[type*="text"] {
        min-width: 250px;
    }

    .search-group button {
        outline: none;
        border: none;
        background: transparent;
        position: absolute;
        right: 0;
        top: 0;
        padding: 4px 12px;
    }

        .search-group button i {
            font-size: 20px;
        }

.dropdown.lan {
    margin: 0 5px 0 20px;
}

    .dropdown.lan > a {
        color: #000000;
        padding: 7px 10px;
        border-radius: 5px;
    }

    .dropdown.lan i {
        font-size: 14px;
    }

    .dropdown.lan .dropdown-menu {
        right: -50%;
        left: auto;
        margin: 0;
    }

    .dropdown.lan .glyphicon-triangle-bottom {
        margin-left: 10px;
        transform: translateY(2px);
    }

.nav-mobile {
    position: fixed;
    z-index: 1500;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #222222;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}

    .nav-mobile a {
        padding: 0 0 0 15px;
        color: white;
        border-bottom: 1px solid #666;
        min-height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
    }

        .nav-mobile a i[class^="icon"] {
            width: 60px;
            min-height: 60px;
            font-size: 1rem;
            border-left: 1px solid #666;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 60px;
            -moz-box-flex: 0;
            -moz-flex: 0 0 60px;
            -ms-flex: 0 0 60px;
            flex: 0 0 60px;
        }

            .nav-mobile a i[class^="icon"]:before {
                -moz-transform: translateY(0%);
                -ms-transform: translateY(0%);
                -webkit-transform: translateY(0%);
                transform: translateY(0%);
            }

        .nav-mobile a.go-back {
            color: #cccccc;
            padding: 5px 15px;
            min-height: 50px;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            justify-content: flex-start;
        }

            .nav-mobile a.go-back i[class^="icon"] {
                width: auto;
                margin-right: 20px;
                min-height: 50px;
                border: none;
                -webkit-box-flex: none;
                -webkit-flex: none;
                -moz-box-flex: none;
                -moz-flex: none;
                -ms-flex: none;
                flex: none;
            }

    .nav-mobile .main {
        position: relative;
    }

        .nav-mobile .main ul {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-transition: transform 0.3s;
            -o-transition: transform 0.3s;
            transition: transform 0.3s;
        }

    .nav-mobile .is-hidden {
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .nav-mobile .move-out > li > a {
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

html.nav-open .nav-mobile {
    right: 0%;
}

.nav-pc {
    display: none;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    font-size: 1rem;
    border-top: 3px #ccc dotted;
    padding: 0 50px;
}

    .nav-pc a {
        padding: 5px 0;
        color: #333333;
        opacity: 0.5;
    }

    .nav-pc ul {
        overflow: auto;
    }

    .nav-pc .column-list {
        float: left;
        width: 33.33%;
    }

    .nav-pc .nav, .nav-pc .tab-content {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .nav-pc .nav {
        font-weight: bold;
    }

        .nav-pc .nav a {
            padding: 20px 30px 10px 0;
        }

    .nav-pc .tab-content ul {
        margin: 5px auto 50px;
        /*-moz-column-count: 4;
  /* Firefox */
        /*-webkit-column-count: 4;
  /* Safari and Chrome */
        /*column-count: 4;*/
    }

        .nav-pc .tab-content ul li {
            width: 25%;
            float: left;
        }

/*[FOOTER]*/
.gotop {
    display: none;
}

footer {
    background: #ccc;
}

.sitemap, .sitemap > li, .sitemap li ul {
    padding: 0;
    text-align: center;
}

    .sitemap a {
        color: rgba(0, 0, 0, 0.6);
        display: block;
        line-height: 1.75;
        position: relative;
    }
    /*mars*/
    .sitemap li {
        display: inline-block;
        position: relative;
        padding: 5px !important;
    }

        .sitemap li > a:after {
            content: "1";
        }

    .sitemap .toggle {
        font-weight: 300;
        font-size: 1rem;
        color: #333333;
        border-bottom: 1px solid #b3b3b3;
        text-decoration: none;
        padding-left: 20px;
    }

.margin_pl {
    margin-top: 18px !important;
}

.sitemap .toggle:after {
    content: "";
    position: absolute;
    display: block;
    right: 25px;
    top: 9px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sitemap .toggle.open:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 27px;
}

.sitemap .toggle .arrow {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 1px solid #b3b3b3;
}

.sitemap li ul {
    display: none;
    border-bottom: 1px solid #CCC;
    background-color: rgba(255, 255, 255, 0.3);
}

    .sitemap li ul a {
        line-height: 1.4;
        padding: 10px 20px 10px 40px;
    }

        .sitemap li ul a:before {
            content: "";
            width: 3px;
            height: 3px;
            left: 20px;
            top: 15px;
            border-left: 6px solid rgba(0, 0, 0, 0.2);
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            display: inline-block;
            margin-left: -15px;
            margin-right: 10px;
        }

    .sitemap li ul li:last-child a {
        border: none;
    }

.sitemap li:last-child ul {
    border: none;
}

.bottom_info {
    text-align: center;
    padding: 0px 0;
}

.dropup.lan {
    display: inline-block;
}

    .dropup.lan a {
        display: block;
        color: #8b8b8b;
    }

    .dropup.lan i {
        font-size: 14px;
        margin-right: 15px;
    }

    .dropup.lan span {
        margin-left: 15px;
    }

    .dropup.lan i:before, .dropup.lan span {
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    .dropup.lan a[data-toggle*="dropdown"] {
        border: 1px solid #8b8b8b;
        border-radius: 5px;
        padding: 10px 15px;
        margin: 10px 0 15px;
    }

    .dropup.lan .dropdown-menu {
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

        .dropup.lan .dropdown-menu a {
            color: #000000;
        }

            .dropup.lan .dropdown-menu a:active {
                background: #ccc;
            }

.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

    .copyright span {
        display: block;
    }

    .copyright a {
        display: inline-block;
    }

#index_fearture .row {
    margin: 0;
}

#index_fearture .col-xs-12 {
    padding: 0;
}

/*Content*/
#wrapper {
    margin-top: 60px;
}

/*[INDEX]*/
.slider-vision {
    width: 100%;
    background: #000000;
}

#vision .carousel-caption {
    top: 10vw;
    bottom: 10vw;
    left: 10vw;
    right: 10vw;
    padding: 15px 15px 30px;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#vision .vision-title {
    margin-top: 0;
}

#vision .vision-content {
    font-size: 1rem;
    margin-bottom: 2rem;
    word-break: break-word;
    max-height: 6.5em;
    overflow: hidden;
}

#vision .bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.carousel-full img {
    min-width: 100vw;
}

.button, .circle_button {
    border: 1px solid #ffffff;
    color: white;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

    .button:hover, .circle_button:hover, .button:focus, .circle_button:focus, .button:active, .circle_button:active {
        color: #ffffff;
    }

.darkgray.button, .darkgray.circle_button {
    color: #6c6c6c;
    border-color: #cccccc;
}

.button {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    min-width: 150px;
}

    .button i[class^="icon"] {
        font-size: 25px;
        margin-left: 2.25rem;
    }

.circle_button {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

    .circle_button i {
        font-size: 0.7rem;
    }

#index_fearture figure > img {
    width: 100%;
}

#index_fearture .textbox {
    padding: 15px 10px;
    color: #ffffff;
}

    #index_fearture .textbox h3 {
        margin-top: 0;
    }

#fastlink ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #eeeeee;
}

#fastlink li {
    padding: 20px 20px 0;
}

    #fastlink li:last-child {
        padding-bottom: 20px;
    }

#fastlink img {
    max-width: 100px;
}

#fastlink a {
    display: block;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 15px;
}

    #fastlink a:hover, #fastlink a:focus, #fastlink a:active {
        color: #2a93d5;
    }

#fastlink .textbox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#fastlink .text {
    display: none;
}

#fastlink p {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
}

#events_news {
    background: url(../images/index/events_news.jpg);
    background-size: cover;
    color: #ffffff;
}

.bgnews-list {
    padding-bottom: 90px;
}

    .bgnews-list [class^="col"] {
        margin-bottom: 0px;
    }

        .bgnews-list [class^="col"]:last-child {
            margin: 0;
        }

    .bgnews-list a {
        color: #000;
        /*padding: 15px;*/
        padding: 5px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bgnews-list p {
        margin: 0 0 5px;
    }

    .bgnews-list h3 {
        margin: 30px 0;
    }

    .bgnews-list h4 {
        font-size: 24px;
        margin: 20px 0;
        position: relative;
    }

        .bgnews-list h4 .circle_button {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            color: #ffffff;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -22.5px;
        }

        .bgnews-list h4 i:before {
            -moz-transform: translateY(16%);
            -ms-transform: translateY(16%);
            -webkit-transform: translateY(16%);
            transform: translateY(16%);
        }

    .bgnews-list .list {
        border: 1px solid #ffffff;
    }

    .bgnews-list .content {
        background: #ffffff;
    }

        .bgnews-list .content a {
            position: relative;
        }

        .bgnews-list .content .textbox {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .bgnews-list .content .circle_button {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 45px;
            -moz-box-flex: 0;
            -moz-flex: 0 0 45px;
            -ms-flex: 0 0 45px;
            flex: 0 0 45px;
            -webkit-flex-basis: auto;
            -moz-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin-left: 15px;
        }

    .bgnews-list .date {
        color: #888888;
        font-size: 18px;
    }

    .bgnews-list .title {
        margin-bottom: 0;
        font-size: 18px;
    }

/*Inside Page*/
[class^="page-banner-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background-color: #ccc;
    color: #ffffff;
}

    [class^="page-banner-"] .page-title {
        /*margin:0;*/
        /*margin: 0 0 0 -5px;*/
        font-weight: 300;
        text-transform: uppercase;
        text-shadow: 0em 0em 0.2em #000;
    }

.page-banner-s {
    height: 200px;
}

.banner-ir {
    /*background: url(../images/ir/banner_ir.jpg) no-repeat center;*/
}

.page-banner-s.banner-ir {
    height: auto;
}

    .page-banner-s.banner-ir h1 {
        position: absolute;
    }

.page-banner-s.banner-fit {
    height: auto;
}

    .page-banner-s.banner-fit h1 {
        position: absolute;
        text-align: center;
        left: 0;
        height: 3.5em;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .page-banner-s.banner-fit.long-text h1 {
        font-size: 24px;
    }

.banner-product {
    background: url(../images/products/banner_products.jpg) no-repeat center;
}

.banner-product-csp {
    background: url(../images/products/banner_products_csp.jpg) no-repeat center;
}

.banner-technology {
    background: url(../images/technology/banner_technology.jpg) no-repeat center;
}

.banner-solution {
    background: url(../images/solutions/banner_solutions.jpg) no-repeat center;
}

.banner-IR {
    background: url(../images/ir/banner_ir03.png) no-repeat center;
}

.banner-lab {
    background: url(../images/lab/banner_lab.jpg) no-repeat center;
}

.banner-csr {
    background: url(../images/csr/banner_csr.jpg) no-repeat center;
}

.banner-supplier {
    background: url(../images/supplier/banner_supplier.jpg) no-repeat center;
}


.banner-press_room {
    background: url(../images/press_room/banner_press_room.jpg) no-repeat left center;
}

.banner-events {
    background: url(../images/events/banner_events_welcome.jpg) no-repeat left center;
}

[class^="page-banner-"] {
    background-size: cover;
}

.banner-about {
    position: relative;
    overflow: hidden;
    background: url(../images/about/banner_about.jpg) no-repeat center center;
    background-size: cover;
}

    .banner-about.notbg {
        /*background: none;*/
    }

.about-video {
    position: absolute;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.breadcrumbs {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

    .breadcrumbs .icon-home {
        font-size: 14px;
        margin-right: 10px;
    }

    .breadcrumbs li {
        display: inline-block;
    }

        .breadcrumbs li:after {
            content: '>';
        }

        .breadcrumbs li:last-child a {
            color: #222222;
            cursor: default;
            pointer-events: none;
        }

        .breadcrumbs li:last-child:after {
            content: none;
        }

        .breadcrumbs li:last-child:hover a {
            text-decoration: none;
        }

.breadcrumbs-pc {
    display: none;
    color: #2a93d5;
}

    .breadcrumbs-pc .breadcrumbs-view {
        margin: 0;
        height: 70px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .breadcrumbs-pc .dropdown-item {
        display: inline-block;
        position: relative;
        margin-right: 5px;
    }

        .breadcrumbs-pc .dropdown-item > a {
            padding: 7px 15px;
            border-radius: 3px;
        }




            .breadcrumbs-pc .dropdown-item > a:hover, .breadcrumbs-pc .dropdown-item > a:active, .breadcrumbs-pc .dropdown-item > a:focus {
                text-decoration: none;
            }

            .breadcrumbs-pc .dropdown-item > a:hover {
                background-color: #f3f3f3;
            }

        .breadcrumbs-pc .dropdown-item:after {
            content: "";
            display: block;
            position: absolute;
            height: 1.4rem;
            border-right: 1px solid #2a93d5;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .breadcrumbs-pc .dropdown-item:last-child:after {
            content: none;
        }

        .breadcrumbs-pc .dropdown-item.active .glyphicon:before {
            transform: rotate(90deg);
        }

    .breadcrumbs-pc .dropdown-list {
        display: none;
    }

    .breadcrumbs-pc .glyphicon {
        cursor: pointer;
        padding-right: 20px;
    }

        .breadcrumbs-pc .glyphicon:before {
            display: block;
        }

.breadcrumbs-dropdown-view {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    font-size: 14px;
    padding: 20px 50px;
}

    .breadcrumbs-dropdown-view.open {
        display: block;
    }

    .breadcrumbs-dropdown-view a {
        padding: 2px 0;
        color: #333333;
        opacity: 0.5;
    }

        .breadcrumbs-dropdown-view a:hover {
            color: #2a93d5;
            opacity: 1;
        }

    .breadcrumbs-dropdown-view .dropdown-list {
        margin: 0;
        overflow: auto;
    }

    .breadcrumbs-dropdown-view .active {
        color: #2a93d5;
        opacity: 1;
    }

.section-title {
    color: #2a93d5;
    font-weight: 300;
}

/*Icon Link*/
.iconlink ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iconlink li {
    padding: 10px 10px 0;
}

    .iconlink li:last-child {
        padding-bottom: 20px;
    }

.iconlink img {
    max-width: 220px;
}

.iconlink a {
    display: block;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 5px;
}

    .iconlink a:hover, .iconlink a:focus, .iconlink a:active {
        color: #2a93d5;
    }

.iconlink .two_item {
    display: block;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 15px;
}

    .iconlink .two_item:hover, .iconlink .two_item:focus, .iconlink .two_item:active {
        color: #2a93d5;
    }

    .iconlink .two_item .item a {
        box-shadow: none;
        padding: 0;
    }

        .iconlink .two_item .item a .circle_button {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -moz-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

    .iconlink .two_item h4 {
        color: #2a93d5;
    }

    .iconlink .two_item .textbox .text {
        display: none;
    }

    .iconlink .two_item .circle_button {
        display: none;
    }

.iconlink .textbox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.iconlink .text {
    display: none;
}

.iconlink p {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
    margin: 0 auto;
}

/*Page News List*/
.list-search {
    margin-bottom: 30px;
}

    .list-search .search-group button {
        right: 20px;
    }

    .list-search input[type*="text"] {
        min-width: auto;
    }

    .list-search select {
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .list-search select::-ms-expand {
            display: none;
        }

        .list-search select:focus + .glyphicon {
            color: #2a93d5;
        }

    .list-search .glyphicon {
        position: absolute;
        right: 30px;
        top: 11px;
        pointer-events: none;
    }

.page-list-content {
    overflow: auto;
    background: #f6f6f6;
    padding-top: 20px;
}

    .page-list-content.white {
        background: #fff;
    }

.list-base {
    margin-bottom: 20px;
    list-style: none;
}

    .list-base > * {
        border: 1px solid #eee;
        border-radius: 5px;
        background: #ffffff;
        margin-bottom: 5px;
    }

    .list-base .date {
        background: #eee;
        color: #888;
        line-height: 50px;
        padding: 0 20px;
    }

    .list-base .text-box {
        padding: 20px;
    }

    .list-base .title {
        margin-top: 0;
    }

    .list-base .office {
        font-size: 18px;
        color: #333333;
        background: #eee;
        padding: 10px 20px;
    }
    .list-base .office1 {
        font-size: 18px;
        color: #333333;
        background-color: #bacbe2;
        padding: 10px 20px;
    }
    .list-base .office2 {
        font-size: 18px;
        color: #333333;
        background-color: #e0bed9;
        padding: 10px 20px;
    }
    .list-base .office3 {
        font-size: 18px;
        color: #333333;
        background-color: #ddd5e5;
        padding: 10px 20px;
    }

        .list-base .office small {
            font-size: 70%;
        }

.list-timetip-line .time-tip {
    background: none;
    color: #999;
    text-align: center;
    border: none;
    position: relative;
}

    .list-timetip-line .time-tip:before, .list-timetip-line .time-tip:after {
        content: "";
        width: 35%;
        width: calc( ( 100% - 140px) * 0.5);
        height: 1px;
        background: #ccc;
        position: absolute;
        display: block;
        top: 50%;
    }

    .list-timetip-line .time-tip:before {
        left: 0;
    }

    .list-timetip-line .time-tip:after {
        right: 0;
    }

.list-link a {
    display: block;
}

.list-link .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.list-link .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333333;
    font-size: 1rem;
}

.list-link .circle_button-wrapper {
    margin-left: 20px;
}

.list-link .circle_button {
    width: 35px;
    height: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
}

.events-list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

    .events-list-content li {
        width: 100%;
        margin-bottom: 20px;
    }

    .events-list-content a {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .events-list-content .content-wrapper {
        height: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .events-list-content .title {
        font-weight: 400;
    }

    .events-list-content .place {
        margin-bottom: 0;
        color: #999;
        padding-left: 25px;
        position: relative;
    }

        .events-list-content .place .glyphicon {
            position: absolute;
            left: 0;
            top: 4px;
        }

    .events-list-content .link-disable {
        cursor: default;
    }

        .events-list-content .link-disable .darkgray.circle_button {
            color: #eeeeee !important;
            border-color: #eeeeee;
        }

    .events-list-content .time-tip {
        display: block;
        background: #ccc;
        color: #ffffff;
        text-align: center;
        border: 1px solid #eee;
        border-radius: 5px;
        font-size: 36px;
        font-weight: 300;
        font-family: "calibri","微軟正黑體", "Roboto", sans-serif;
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

#news-loader {
    margin: 0 0 50px;
    padding-top: 50px;
    color: #2a93d5;
}

    #news-loader ul {
        transform: rotate(45deg) translate(-50%, -50%) scale(0.6);
    }

/*Press room Detail*/
.article-detail {
    word-break: break-word;
    color: #666666;
    margin-bottom: 0;
}

    .article-detail .title {
        color: #2a93d5;
        margin-bottom: 30px;
        font-size: 1.1rem;
    }

    .article-detail hr {
        border-top: 3px #b3b3b3 dotted;
    }

    .article-detail h1, .article-detail h2, .article-detail h3, .article-detail h4, .article-detail h5, .article-detail h6 {
        color: #000000;
    }

.article-arrow {
    position: relative;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .article-arrow:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #ccc;
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
    }

    .article-arrow .prev, .article-arrow .next {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

        .article-arrow .prev .circle_button-wrapper {
            margin-right: 10px;
        }

    .article-arrow .next {
        margin-left: auto;
        text-align: right;
    }

        .article-arrow .next .circle_button-wrapper {
            margin-left: 10px;
        }

    .article-arrow .text-wrapper {
        width: 100%;
    }

    .article-arrow .tip {
        color: #fe7c02;
    }

    .article-arrow .text-box {
        color: #666;
        display: none;
        word-break: break-word;
    }

    .article-arrow .circle_button {
        width: 35px;
        height: 35px;
    }

/*Press room info*/
.pressroom-info {
    background: url(../images/press_room/info_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: #ffffff;
}

    .pressroom-info .title {
        color: #ffffff;
        margin: 0 0 50px;
        font-weight: 300;
    }

.pressroom-info-list {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

    .pressroom-info-list .item {
        text-align: left;
        margin-bottom: 50px;
    }

        .pressroom-info-list .item:last-child {
            margin-bottom: 0;
        }

    .pressroom-info-list .country {
        border: 1px solid #ffffff;
        border-radius: 5px;
        padding: 5px 10px;
        display: inline-block;
    }

    .pressroom-info-list .tel {
        margin-bottom: 0px;
    }

    .pressroom-info-list [class^="icon-"] {
        color: #ffc90c;
        font-size: 1rem;
        margin-right: 10px;
    }

    .pressroom-info-list a {
        color: #ffffff;
    }

/*Product*/
.products-link {
    background: url(../images/products/pd_download_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

/*IR*/
.ir-list {
    /*background: url(../images/ir/ir_news_bg.jpg) no-repeat center center;*/
    background-size: cover;
    position: relative;
}

    .ir-list:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: -1px;
        width: 100%;
        height: 250px;
        background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
        /* IE6-9 */
    }

    .ir-list h4 .circle_button {
        color: #000000;
        border-color: #000000;
    }

    .ir-list .list {
        border-color: #ccc;
    }

.ir-dis {
    padding: 60px 0;
}

/*CSR*/
.csr-news {
    background: url(../images/csr/csr_news_no_scroll_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff;
    padding: 60px 0;
}

    .csr-news [class^="col"] {
        margin-bottom: 20px;
    }

    .csr-news a {
        color: #000;
        padding: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .csr-news h4 {
        font-size: 24px;
        font-weight: 300;
        margin: 20px 0;
        position: relative;
    }

        .csr-news h4 .circle_button {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            color: #ffffff;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -22.5px;
        }

    .csr-news .list {
        border: 1px solid #ffffff;
    }

    .csr-news .content {
        background: #ffffff;
    }

        .csr-news .content a {
            position: relative;
        }

        .csr-news .content .textbox {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .csr-news .content .circle_button {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 45px;
            -moz-box-flex: 0;
            -moz-flex: 0 0 45px;
            -ms-flex: 0 0 45px;
            flex: 0 0 45px;
            -webkit-flex-basis: auto;
            -moz-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin-left: 15px;
        }

    .csr-news .date {
        color: #888888;
    }

    .csr-news .title {
        margin-bottom: 0;
        font-size: 1.2rem;
    }

    .csr-news .text {
        color: #666666;
    }

/*Product inside*/
.inside-article {
    overflow: hidden;
}

    .inside-article .title {
        color: #2a93d5;
    }

        .inside-article .title.gray {
            color: #666666;
        }

    .inside-article article {
        margin-bottom: 1rem;
    }

    .inside-article p {
        /*margin-bottom: 2rem;*/
        margin-bottom: 0.5rem;
    }

    .inside-article .img-box {
        margin-bottom: 4rem;
    }

    .inside-article.gray-bg {
        background: #f6f6f6;
    }

.inside-scroll-box {
    min-height: 300px;
    margin-bottom: 2.125rem;
}

    .inside-scroll-box.scroll-about {
        display: none;
    }

    .inside-scroll-box.scroll-products-csp {
        background-image: url(../images/products/csp_scroll_img.jpg);
        background-size: cover;
    }

.inside-table thead {
    color: white;
}

.inside-table th, .inside-table td {
    vertical-align: middle;
    border: none;
}

.inside-table th {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.inside-table td {
    color: #5f5f5f;
    padding: 20px 8px;
    font-size: 13px;
}

.inside-table tr:nth-child(even) {
    background-color: #fae6e7;
}

.pink-bg {
    background-color: #d05e63;
}

.general .title {
    color: #2a93d5;
}

.blue {
    color: #2a93d5;
}

.about-img-box:after {
    content: "";
    display: block;
    padding-bottom: 59vw;
    padding-bottom: calc( (100vw - 40px) * 10 / 16);
    background: url(../images/about/about_01.jpg) no-repeat;
    background-size: 100%;
}

.organization-chart-responsive {
    overflow-x: auto;
    margin-bottom: 5%;
}

    .organization-chart-responsive img {
        max-width: 1410px;
        width: 100%;
    }

.turnkey-services {
    position: relative;
    background: #f6f6f6;
    padding-top: 5%;
    padding-bottom: 5%;
}

    .turnkey-services img {
        width: 100%;
    }

.plants-Offices .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: space-around; /*mars*/
    align-item: strech;
}

    .plants-Offices .tabs li {
        font-size: 26px;
        width: 48%;
        /**width: calc(( 100% - 30px * ( 3 - 1 )) / 2);*/ /mars
    }

        .plants-Offices .tabs li a {
            color: #888;
            display: block;
            text-align: center;
            border-bottom: 1px solid #888;
        }

            .plants-Offices .tabs li a:hover {
                color: #2a93d5;
                text-decoration: none;
            }

        .plants-Offices .tabs li.active a {
            color: #fff;
            border-bottom: 1px solid #2a93d5;
            background: #2a93d5;
        }

            .plants-Offices .tabs li.active a:hover {
                text-decoration: none;
            }

        .plants-Offices .tabs li:nth-child(2) {
            margin: 0 2%;
        }

.plants-Offices .office-list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: none;
    -moz-justify-content: none;
    justify-content: none;
    padding: 0 20px;
    margin-left: initial;
    margin-right: initial;
}

    .plants-Offices .office-list-content li {
        width: 100%;
        margin-bottom: 20px;
    }

        .plants-Offices .office-list-content li.continent-tip {
            display: block;
            background: #ccc;
            color: #ffffff;
            text-align: center;
            border: 1px solid #eee;
            border-radius: 5px;
            font-size: 36px;
            font-weight: 300;
            font-family: "calibri","微軟正黑體", "Roboto", sans-serif;
            padding: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
        }

    .plants-Offices .office-list-content .text-box {
        position: relative;
    }

    .plants-Offices .office-list-content a {
        color: #888;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plants-Offices .office-list-content p {
        position: relative;
        padding-left: 25px;
    }

        .plants-Offices .office-list-content p.polar .glyphicon:before {
            content: url(../images/icon/icon_blue_polar.png);
            margin-left: 1px;
        }

    .plants-Offices .office-list-content .place {
        margin-bottom: 0;
        color: #999;
        padding-left: 25px;
        position: relative;
    }

    .plants-Offices .office-list-content .glyphicon {
        position: absolute;
        left: 0;
        top: 4px;
        color: #2a93d5;
    }

.plants-list {
    margin-top: 25px;
}

    .plants-list.bgnews-list .content {
        background: rgba(255, 255, 255, 0);
    }

    .plants-list .content-lg div:nth-child(2) .plants-row div:nth-child(1) {
        margin-bottom: 0;
    }

    .plants-list .content-lg div:nth-child(2) .plants-row div:nth-child(2) {
        left: 0;
    }

    .plants-list h3, .plants-list h4 {
        font-size: 30px;
    }

    .plants-list .list {
        min-height: 275px;
    }

    .plants-list .contact_ase {
        color: #888;
        padding-left: 20px;
        width: 100% !important;
    }

        .plants-list .contact_ase span {
            display: inline;
        }

        .plants-list .contact_ase a {
            color: #2a93d5;
            display: inline;
            padding: 0px 3px;
        }

    .plants-list .plants-color {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .plants-list .plants-color li {
            display: inline-block;
            position: relative;
            padding-left: 20px;
        }

            .plants-list .plants-color li.ic:before {
                content: '';
                background: #F6AB00;
                width: 8px;
                height: 8px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                position: absolute;
                left: 6px;
                top: 7px;
            }

            .plants-list .plants-color li.system:before {
                content: '';
                background: #004EA2;
                width: 8px;
                height: 8px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                position: absolute;
                left: 6px;
                top: 7px;
            }

            .plants-list .plants-color li.sales:before {
                content: '';
                background: #A50082;
                width: 8px;
                height: 8px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                position: absolute;
                left: 6px;
                top: 7px;
            }

            .plants-list .plants-color li.service:before {
                content: '';
                background: #926DAD;
                width: 8px;
                height: 8px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                position: absolute;
                left: 6px;
                top: 7px;
            }

    .plants-list .row.plants-row {
        margin-top: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

        .plants-list .row.plants-row .continent {
            color: #888;
            margin-bottom: 20px;
        }

        .plants-list .row.plants-row.no-continent {
            padding-top: 0;
            padding-bottom: 20px;
        }

        .plants-list .row.plants-row .plants-ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .plants-list .row.plants-row .plants-ul li a {
                position: relative;
                display: inline-flex;
                color: #333333;
                padding: 2px 10px 2px 0;
            }

                .plants-list .row.plants-row .plants-ul li a:after {
                    content: '';
                    width: 8px;
                    height: 8px;
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px;
                    position: absolute;
                    right: -5px;
                    top: 8px;
                }

            .plants-list .row.plants-row .plants-ul li.ic a:after {
                background: #F6AB00;
            }

            .plants-list .row.plants-row .plants-ul li.system a:after {
                background: #004EA2;
            }

            .plants-list .row.plants-row .plants-ul li.sales a:after {
                background: #A50082;
            }

            .plants-list .row.plants-row .plants-ul li.service a:after {
                background: #926DAD;
            }

.plants_link {
    background: url(../images/about/banner_plants.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff;
    padding: 100px 0;
}

    .plants_link .content {
        text-align: center;
    }

    .plants_link a {
        color: #fff;
        font-size: 24px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #fff;
        /*padding:10px 90px 10px 70px;*/
        position: relative;
        margin: 0 auto;
    }

        .plants_link a b {
            color: #fff;
            padding-right: 20px;
        }

            .plants_link a b:after {
                display: inline-block;
                font-family: 'ase_icon';
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                content: '\0045';
                position: absolute;
                right: 40px;
                top: 30%;
            }

.about_capabilities {
    margin-top: 30px;
}

    .about_capabilities .row {
        width: 100%;
        margin: 0 auto;
    }

#milestone {
    margin-top: 1.5em;
}

#award {
    margin-top: 1.5em;
}

.timeline_section .timeline_container {
    margin-bottom: 1.5em;
    left: 50% !important;
    height: 100%;
}

    .timeline_section .timeline_container:after {
        content: '';
        clear: both;
        display: block;
    }

.timeline_section .timeline {
    margin: 0 auto 0 auto;
    border-left: 1px dotted #888;
    display: block;
    float: left;
    height: 99%;
    left: calc(50% - 5px);
    position: absolute;
    width: 10px;
}

.timeline_section .item {
    position: relative;
    width: calc(50% - 10px);
    margin: 15px 0;
    padding-right: 2%;
    padding-top: 0;
    padding-bottom: 0;
    /*
    	&:nth-of-type(2n) {
			
			float: right;
    		clear: right;
    		padding-left:3%;
    		padding-right: 0;
    		&:after {
			    left: -5%;
			    right: auto;
			}
			.corner.big{
				margin-left: -12px;		
				top: -10px;
			}
			
			.corner{
				left: -7px;
			}
			.year{
				text-align: left;				
				&:after{
					right:0;
					left: 15%;
					z-index: -1;
				}
			}
		}*/
}

    .timeline_section .item.right {
        padding-left: 2%;
        padding-right: 0;
    }

        .timeline_section .item.right:after {
            left: -5%;
            right: auto;
        }

        .timeline_section .item.right .corner.big {
            margin-left: -12px;
            top: -10px;
        }

        .timeline_section .item.right .corner {
            left: -12px;
        }

        .timeline_section .item.right .year {
            text-align: left;
            padding-left: 10px;
        }

            .timeline_section .item.right .year:after {
                right: 0;
                left: 15%;
                z-index: -1;
            }

        .timeline_section .item.right .event {
            padding-left: 10px;
            padding-right: 0;
        }

            .timeline_section .item.right .event:after {
                content: '';
                clear: both;
                display: block;
            }

    .timeline_section .item .corner {
        right: -12px;
    }

    .timeline_section .item .year {
        text-align: right;
        padding-right: 10px;
    }

        .timeline_section .item .year:after {
            left: 0;
        }

    .timeline_section .item .corner.big {
        right: -25px;
        top: -10px;
    }

    .timeline_section .item.offset-first {
        margin-top: -2.5em !important;
        padding-top: 0;
    }

        .timeline_section .item.offset-first .corner.big {
            top: -10px;
        }

    .timeline_section .item .year {
        font-size: 30px;
        color: #A4244F;
        position: relative;
    }

        .timeline_section .item .year b {
            display: inline-block;
            background: #fff;
        }

        .timeline_section .item .year.before {
            color: #935E5C;
        }

        .timeline_section .item .year.past {
            color: #7F7F7F;
        }

        .timeline_section .item .year:after {
            border-bottom: 1px dotted #888;
            content: '';
            position: absolute;
            top: 50%;
            width: 85%;
            z-index: -1;
        }

    .timeline_section .item .event {
        padding-right: 0;
        padding-bottom: 2%;
    }

        .timeline_section .item .event:after {
            content: '';
            clear: both;
            display: block;
        }

    .timeline_section .item .float-right {
        float: right;
        margin-left: 20px;
    }

    .timeline_section .item .corner {
        display: block;
        height: 15px;
        width: 15px;
        margin-top: 15px;
        position: absolute;
        z-index: 2;
    }

        .timeline_section .item .corner.current {
            background: #A4244F;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .timeline_section .item .corner.current.big {
                background: url(../images/icon/timeline_big01.png) #A4244F;
                background-size: 40px;
                height: 40px;
                width: 40px;
            }

        .timeline_section .item .corner.before {
            background: #935E5C;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .timeline_section .item .corner.before.big {
                margin-top: 0;
                background: url(../images/icon/timeline_big02.png) #A4244F;
                background-size: 40px;
                height: 40px;
                width: 40px;
            }

        .timeline_section .item .corner.past {
            background: #7F7F7F;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .timeline_section .item .corner.past.big {
                background: url(../images/icon/timeline_big03.png) #A4244F;
                background-size: 40px;
                height: 40px;
                width: 40px;
            }

    .timeline_section .item img {
        max-width: 100%;
        margin-top: 10px;
    }

        .timeline_section .item img.fix-height {
            max-height: 130px;
        }

    .timeline_section .item ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .timeline_section .item ul.current li {
            background: url(../images/icon/timeline_list_icon01.png) no-repeat left 6px;
            padding-left: 15px;
            background-size: 8px;
        }

        .timeline_section .item ul.before li {
            background: url(../images/icon/timeline_list_icon02.png) no-repeat left 6px;
            padding-left: 15px;
            background-size: 8px;
        }

        .timeline_section .item ul.past li {
            background: url(../images/icon/timeline_list_icon03.png) no-repeat left 6px;
            padding-left: 15px;
            background-size: 8px;
        }

            .timeline_section .item ul.past li:after {
                content: '';
                clear: both;
                display: block;
            }

        .timeline_section .item ul:after {
            content: '';
            clear: both;
            display: block;
        }

        .timeline_section .item ul li {
            margin-bottom: 10px;
            display: block;
        }

            .timeline_section .item ul li div:nth-child(2) {
                text-align: left;
            }

                .timeline_section .item ul li div:nth-child(2).text-left {
                    text-align: left;
                }

            .timeline_section .item ul li .col-8 {
                float: left;
                width: 100%;
            }

            .timeline_section .item ul li .col-7 {
                float: left;
                width: 100%;
            }

            .timeline_section .item ul li .col-6 {
                float: left;
                width: 100%;
            }

            .timeline_section .item ul li .col-5 {
                float: left;
                width: 100%;
            }

            .timeline_section .item ul li .col-4 {
                float: left;
                width: 100%;
            }

            .timeline_section .item ul li .col-3 {
                float: left;
                width: 100%;
            }

            .timeline_section .item ul li .col-2 {
                float: left;
                width: 100%;
            }

            .timeline_section .item ul li:after {
                content: '';
                clear: both;
                display: block;
            }

#award .timeline {
    height: 95%;
}

.section-contact {
    padding: 20px 0 40px 0;
}

    .section-contact h3 {
        font-size: 24px;
        color: #888;
        font-weight: 400;
    }

    .section-contact .content-lg {
        margin-bottom: 20px;
    }
    /**.section-contact .content-lg:nth-child(1) {
  margin-bottom: 0;
}*/
    .section-contact .content-wrapper {
        padding: 20px;
        min-height: 145px;
    }

        .section-contact .content-wrapper.fixed {
            margin-top: -40px;
        }

        .section-contact .content-wrapper.content-feedback {
            min-height: auto;
            padding: 0 20px;
        }

            .section-contact .content-wrapper.content-feedback > div {
                padding: 0;
            }

        .section-contact .content-wrapper > div {
            padding: 5px 0;
        }

        .section-contact .content-wrapper:after {
            content: '';
            clear: both;
            display: block;
        }

        .section-contact .content-wrapper .require {
            position: relative;
        }

            .section-contact .content-wrapper .require:before {
                content: '*';
                position: absolute;
                left: 0;
                top: 10px;
            }

        .section-contact .content-wrapper label {
            width: 100%;
            padding-left: 2%;
            : padding-right: 5%;
            font-weight: 400;
        }

        .section-contact .content-wrapper input[type='text'], .section-contact .content-wrapper input[type='password'], .section-contact .content-wrapper input[type='email'], .section-contact .content-wrapper select, .section-contact .content-wrapper textarea {
            width: 100%;
            border: 1px solid #cecece;
            border-radius: 5px;
        }

        .section-contact .content-wrapper select {
            margin-left: 0;
            width: 100%;
            background: #fff;
        }

        .section-contact .content-wrapper button {
            font-size: 20px;
            background: none;
            border: 1px solid #888;
            border-radius: 5px;
            position: relative;
            float: none;
            padding: 5px 50px 5px 20px;
        }

            .section-contact .content-wrapper button:after {
                display: block;
                width: 30px;
                height: 30px;
                font-family: 'ase_icon';
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                content: '\0045';
                position: absolute;
                top: 12px;
                right: 10px;
            }

            .section-contact .content-wrapper button:hover {
                color: #2a93d5;
            }

        .section-contact .content-wrapper.category_select label {
            width: 100%;
            padding-left: 0;
            margin-bottom: 0;
        }

        .section-contact .content-wrapper.category_select .require:before {
            left: -10px;
            top: 0px;
        }

        .section-contact .content-wrapper input[type=radio], .section-contact .content-wrapper input[type=checkbox] {
            visibility: hidden;
            position: absolute;
        }

            .section-contact .content-wrapper input[type=radio] + label:before, .section-contact .content-wrapper input[type=checkbox] + label:before {
                height: 12px;
                width: 12px;
                margin-right: 2px;
                margin-bottom: -2px;
                content: " ";
                display: inline-block;
                vertical-align: baseline;
                border: 1px solid #777;
            }

            .section-contact .content-wrapper input[type=radio]:checked + label:before, .section-contact .content-wrapper input[type=checkbox]:checked + label:before {
                background: #2a93d5;
            }

            .section-contact .content-wrapper input[type=radio] + label:before, .section-contact .content-wrapper input[type=checkbox] + label:before {
                border-radius: 50%;
            }

        .section-contact .content-wrapper .phone div {
            display: table;
            width: 100%;
            float: right;
        }

            .section-contact .content-wrapper .phone div span {
                display: table-cell;
            }

                .section-contact .content-wrapper .phone div span input {
                    margin: 0 0 0 3px;
                    width: 96%;
                }

        .section-contact .content-wrapper .agree-div {
            margin-top: 20px;
            text-align: center;
        }

        .section-contact .content-wrapper .fix_margin {
            margin-top: 0;
        }

        .section-contact .content-wrapper textarea {
            height: 100px;
        }

    .section-contact .list {
        border: 1px solid #eee;
        border-radius: 5px;
        background: #ffffff;
    }

    .section-contact .remind {
        font-size: 13px;
        color: #333333;
        background: #eee;
        padding: 10px 20px;
        min-height: 60px;
    }

    .section-contact .remark {
        text-align: center;
        position: relative;
        z-index: 10;
        display: inline-block;
    }

        .section-contact .remark b {
            font-weight: 400;
            background: #f6f6f6;
            padding: 0 5px;
        }

        .section-contact .remark:before {
            border-top: none;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 6%;
            z-index: -1;
        }

        .section-contact .remark:after {
            border-top: none;
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            width: 6%;
            z-index: -1;
        }

    .section-contact .title {
        font-size: 20px;
        text-align: center;
        position: relative;
        padding: 10px;
        border-radius: 5px;
    }

    .section-contact .collapse {
        display: none;
    }

        .section-contact .collapse.in {
            display: block;
            padding: 20px !important;
            position: relative;
        }

    .section-contact a.feedback {
        border: 1px solid #888;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: url(../images/icon/icon_blue_subtract.png) center no-repeat;
        background-size: 50%;
        position: absolute;
        right: 3%;
        top: 9px;
    }

        .section-contact a.feedback.collapsed {
            background: url(../images/icon/icon_black_cross.png) center no-repeat;
            background-size: 50%;
        }

    .section-contact .media-enquiries {
        width: 100%;
        margin: 0 auto;
    }

        .section-contact .media-enquiries:after {
            content: '';
            display: block;
            clear: both;
        }

        .section-contact .media-enquiries .sub-title {
            font-size: 20px;
            color: #2a93d5;
            text-align: left;
        }

        .section-contact .media-enquiries .col {
            width: 50%;
            float: left;
            text-align: left;
        }

            .section-contact .media-enquiries .col b {
                font-size: 20px;
            }

@media (min-width: 480px) {
    #vision .vision-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 550px) {
    /*[Header]*/
    .nav-mobile .main, .nav-mobile form {
        max-width: 550px;
        overflow: hidden;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    .gotop {
        display: none !important;
    }
}

@media (min-width: 768px) {
    /*HEADER*/
    header {
        padding: 0px 50px;
        /*height: auto;*/
    }

        header a.logo > div {
            width: 240px;
            height: 70px;
            background-size: 240px;
        }

        header .pull-right {
            height: 62px;
        }

        header .hamburger {
            margin-top: 0;
        }

    /*[Header]*/
    .nav-mobile {
        height: calc(100% - 80px);
    }

    /*[FOOTER]*/
    .sitemap .toggle, .sitemap .toggle + ul, .sitemap .toggle + ul a {
        border: none;
    }

    .sitemap .toggle {
        padding-left: 0;
    }

    .sitemap {
        padding: 60px 0 30px;
    }

        .sitemap a {
            line-height: 1.6;
        }

        .sitemap > li {
            margin-bottom: 0px; /*mars*/
        }

        .sitemap .toggle:after {
            content: none;
        }

        .sitemap .toggle + ul {
            padding-left: 1rem;
            background-color: transparent;
            display: block !important;
            height: auto !important;
        }

            .sitemap .toggle + ul a {
                padding: 0;
                margin-bottom: 5px;
                line-height: 1.4;
            }

                .sitemap .toggle + ul a:before {
                    left: -1rem;
                    top: 6px;
                }

    .dot {
        border-top: 3px #b3b3b3 dotted;
    }

    .bottom_info {
        text-align: inherit;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

        .bottom_info .pull-right {
            text-align: right;
        }

    .dropup.lan a[data-toggle*="dropdown"] {
        margin: 0;
    }

    .dropup.lan .dropdown-menu {
        right: 0;
        left: auto;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .copyright {
        display: block;
    }

        .copyright span {
            display: inline-block;
        }

    /*Content*/
    #wrapper {
        margin-top: 60px;
    }

    /*[INDEX]*/
    #vision .carousel-caption {
        background: transparent;
        text-align: left;
        width: 40%;
        left: 18%;
        top: 15px;
        bottom: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    #vision .vision-title {
        max-height: 2em;
        overflow: hidden;
    }

    #vision .vision-content {
        font-size: 20px;
    }

    #fastlink a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    #fastlink .textbox {
        margin: 0 20px;
        text-align: left;
    }

    #fastlink .circle_button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45px;
        -moz-box-flex: 0;
        -moz-flex: 0 0 45px;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
    }

    #fastlink .text {
        color: #000000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        word-wrap: break-word;
        /*IE 10 */
        display: -ms-flexbox;
        /*Remove this and the wordwrap works in IE10 but centerring doesn't */
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -ms-box-orient: horizontal;
    }

    .bgnews-list h4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 15vw;
        -moz-box-flex: 0;
        -moz-flex: 0 0 15vw;
        -ms-flex: 0 0 15vw;
        flex: 0 0 15vw;
    }

        .bgnews-list h4 .circle_button {
            position: static;
            margin-top: 20px;
        }

    .bgnews-list .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .bgnews-list .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    /*Inside Page*/
    .page-banner-s {
        height: 200px;
    }

        .page-banner-s.banner-fit.long-text h1 {
            font-size: 36px;
        }

        .page-banner-s.banner-product-csp {
            height: 150px;
        }

    .iconlink .text {
        color: #666;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        word-wrap: break-word;
        /*IE 10 */
        display: -ms-flexbox;
        /*Remove this and the wordwrap works in IE10 but centerring doesn't */
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -ms-box-orient: horizontal;
    }

    .events-list-content li {
        width: 49%;
        width: calc(( 100% - 20px * ( 2 - 1 )) / 2);
    }

    .article-arrow:before {
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .article-arrow .text-wrapper {
        height: 100%;
    }

    .article-arrow .text-box {
        display: inherit;
    }

    .article-arrow .prev, .article-arrow .next {
        width: calc((100% - 80px)/2);
    }

        .article-arrow .prev .circle_button-wrapper {
            margin-right: 20px;
        }

    .article-arrow .next {
        margin-left: auto;
    }

        .article-arrow .next .circle_button-wrapper {
            margin-left: 20px;
        }

    .article-arrow .circle_button {
        width: 45px;
        height: 45px;
    }

    /*Press room info*/
    .pressroom-info .title {
        font-size: 45px;
    }

    .pressroom-info-list {
        display: block;
    }

        .pressroom-info-list .item {
            text-align: left;
            margin: 0 50px 0 0;
            display: inline-block;
            max-width: calc((100% - 100px)/3);
        }

            .pressroom-info-list .item:last-child {
                margin: 0;
            }

    .csr-news {
        padding: 40px 0 20px 0;
    }

        .csr-news a {
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .csr-news h4 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 15vw;
            -moz-box-flex: 0;
            -moz-flex: 0 0 15vw;
            -ms-flex: 0 0 15vw;
            flex: 0 0 15vw;
        }

            .csr-news h4 .circle_button {
                position: static;
                margin-top: 20px;
            }

        .csr-news .list {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .csr-news .content {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .csr-news .title {
            font-size: 1.5rem;
        }

    /*Product inside*/
    .inside-article .title {
        font-size: 34px;
        font-weight: 300;
    }

    .inside-article .sub-title {
        font-size: 18px;
    }

    .inside-article article {
        /*margin-bottom: 4rem;*/
        margin-bottom: 0;
    }

    .inside-scroll-box {
        min-height: 300px;
        margin-bottom: 5.25rem;
    }

    .inside-table {
        border: 1px solid #dddddd;
    }

        .inside-table table {
            margin-bottom: 0;
        }

    .office-list-content li {
        width: 49%;
        width: calc(( 100% - 20px * ( 2 - 1 )) / 2);
    }

    .plants-list h4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 15vw;
        -moz-box-flex: 0;
        -moz-flex: 0 0 15vw;
        -ms-flex: 0 0 15vw;
        flex: 0 0 15vw;
    }

        .plants-list h4 .circle_button {
            position: static;
            margin-top: 20px;
        }

    .plants-list .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .plants-list .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .timeline_section .item {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 3%;
        margin: 0;
    }

        .timeline_section .item.right {
            padding-left: 3%;
        }

            .timeline_section .item.right .corner.big {
                top: 10px;
            }

        .timeline_section .item .corner.big {
            top: -10px;
        }

        .timeline_section .item img {
            max-width: 70%;
        }

    .section-contact .content-wrapper label {
        width: 40%;
    }

    .section-contact .content-wrapper input[type='text'], .section-contact .content-wrapper input[type='password'], .section-contact .content-wrapper input[type='email'], .section-contact .content-wrapper select {
        width: 60%;
    }

    .section-contact .content-wrapper textarea {
        width: 59%;
        height: 180px;
    }

    .section-contact .content-wrapper select {
        width: 59.9%;
        margin-left: -4px;
    }

    .section-contact .content-wrapper .phone div {
        width: 60%;
    }

    .section-contact .content-wrapper button {
        /*float: right;*/
        font-size: 25px;
    }

    .section-contact .content-wrapper .fix_margin {
        margin-top: 40px;
    }

    .section-contact .content-wrapper .question {
        display: table;
        width: 100%;
    }

        .section-contact .content-wrapper .question label {
            display: table-cell;
            vertical-align: top;
        }

        .section-contact .content-wrapper .question textarea {
            display: table-cell;
            width: 100%;
        }

    .section-contact .title {
        font-size: 28px;
    }

        .section-contact .title a.feedback {
            top: 15px;
        }
}
/* Products */
.pro_h4 {
    font-size: 1.375rem;
}

.pro-test {
    padding-left: 20px;
}

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-0 {
    padding-right: 0;
}

.mt-0 {
    margin-top: 0;
}

.products .title {
    color: #5e5e5f !important;
    font-size: 1.5rem;
}

.products .link-box {
    padding: 20px;
}

    .products .link-box > div {
        margin: 10px 0;
    }

        .products .link-box > div > a {
            display: inline-block;
        }

.products-list-content {
    padding-left: 0;
    padding-right: 0;
}

    .products-list-content li {
        padding: 0;
        margin-right: 2%;
        margin-bottom: 20px;
    }

.test02 {
    position: relative;
}

.star-hover {
    position: absolute;
    right: -35%;
    bottom: 7%;
    opacity: 0;
}

    .star-hover:hover {
        opacity: 1;
    }

@media (min-width: 300px) {
    .test04 {
        width: 90%;
    }

    .pc {
        display: none;
    }

    .mobile {
        width: 90%;
    }

    .chemical {
        width: 90%;
    }

    .sol-img img {
        margin-right: 10px;
        vertical-align: bottom
    }

    .sol-list {
        padding-left: 0;
    }

        .sol-list li {
            display: inline-block;
            margin: 0 15px;
            letter-spacing: -1px;
            text-align: center;
        }

        .sol-list.auto-box li {
            margin: 0 12px;
        }

        .sol-list.auto-box.small-m li {
            margin: 0 7px;
        }

    .auto-img.auto-box img {
        margin-right: 10px;
        vertical-align: middle;
    }

    .auto-img.auto-box, .sol-list.auto-box {
        display: inline-block;
        vertical-align: middle;
    }

    .auto-img.auto-box {
        width: 10%;
    }

    .sol-list.auto-box {
        width: 85%;
        text-align: left;
    }

    .living-box {
        padding-bottom: 100em;
        margin-bottom: -100em;
    }

    .living {
        /* background: -webkit-linear-gradient(-40deg,#c7d2d4 80%,#f0f1f1 15%,#fdf6f2 5%);
    background: -ms-linear-gradient(-40deg,#c7d2d4 80%,#f0f1f1 15%,#fdf6f2 5%); */
        background: url(../images/solutions/house01.png) no-repeat 50% 6%,linear-gradient(40deg,#c7d2d4,#fdf6f2);
        min-height: 500px;
        background-size: contain;
    }

    .bike {
        background: url(../images/solutions/bike01.png) no-repeat 50% 6%,linear-gradient(40deg,#c7d2d4,#fdf6f2);
        min-height: 500px;
        background-size: contain;
    }

    .cityicon {
        background: url(../images/solutions/city01.png) no-repeat 50% 10%,linear-gradient(40deg,#c7d2d4,#fdf6f2);
        min-height: 500px;
        background-size: contain;
    }

    .auto {
        background: url(../images/solutions/auto01.png) no-repeat 0 5%,linear-gradient(40deg,#c7d2d4,#fdf6f2);
        min-height: 500px;
        background-size: contain;
    }

    .overflow-auto {
        overflow: auto;
    }

    .city li {
        vertical-align: top;
    }

    .sol-list.city > li:nth-child(2) {
        width: 64%;
    }

    .city {
        counter-reset: section 1;
    }

    ol.city-ol {
        counter-reset: sub-section 1;
        padding: 0;
        text-align: left;
    }

    .city-ol li {
        counter-increment: number;
    }

        .city-ol li:before {
            content: "("counter(number)")";
            margin-left: -20px;
            margin-right: 5px;
            width: 15px;
        }

    .sol-img.vm img {
        display: inline-block;
        vertical-align: top;
    }

    .sol-img.vm span {
        display: inline-block;
        padding-top: 10px;
    }
}

@media (min-width: 460px) {
    .mobile {
        width: 60%;
    }
}

@media (min-width: 1024px) {
    .test03 {
        width: 80%;
    }

    .test04 {
        width: 40%;
    }

    .pc {
        display: block;
        margin: 0 auto;
    }

    .mobile {
        display: none;
    }

    .chemical {
        width: 60%;
    }

    .house-tool, .bike-tool, .city-tool, .auto-tool {
        width: 80%;
        height: 450px;
        position: relative;
        z-index: 2;
        top: 135px;
        left: 10%;
    }

    .tool01, .tool02, .tool03, .tool04, .bike01, .bike02, .bike03, .bike04, .bike05, .bike06, .city01, .city02, .city03, .city04, .city05, .city06 {
        position: absolute;
        width: 23.43%;
        padding-bottom: 23.43%;
    }

    .auto01, .auto02, .auto03, .auto04, .auto05, .auto06, .auto07, .auto08, .auto09 {
        position: absolute;
        width: 22%;
        padding-bottom: 22%;
    }

    .tool01 {
        right: 25.3%;
        top: -2.1%;
        background: url('../images/solutions/house-tool01.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .tool01.change {
            background: url('../images/solutions/house-tool01-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .tool02 {
        right: 1.5%;
        top: 58%;
        background: url('../images/solutions/house-tool02.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .tool02.change {
            background: url('../images/solutions/house-tool02-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .tool03 {
        left: 38.6%;
        top: 35.7%;
        background: url('../images/solutions/house-tool03.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .tool03.change {
            background: url('../images/solutions/house-tool03-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .tool04 {
        top: 57%;
        left: 3.7%;
        background: url('../images/solutions/house-tool04.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .tool04.change {
            background: url('../images/solutions/house-tool04-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .bike01 {
        left: -5%;
        top: 46%;
        background: url('../images/solutions/bike-tool01.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .bike01.change {
            background: url('../images/solutions/bike-tool01-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .bike02 {
        right: -2%;
        top: 21%;
        background: url('../images/solutions/bike-tool02.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .bike02.change {
            background: url('../images/solutions/bike-tool02-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .bike03 {
        left: -9%;
        top: -3%;
        background: url('../images/solutions/bike-tool03.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .bike03.change {
            background: url('../images/solutions/bike-tool03-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .bike04 {
        left: 40%;
        top: 29%;
        background: url('../images/solutions/bike-tool04.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .bike04.change {
            background: url('../images/solutions/bike-tool04-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .bike05 {
        right: -5%;
        top: 74%;
        background: url('../images/solutions/bike-tool05.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .bike05.change {
            background: url('../images/solutions/bike-tool05-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .bike06 {
        right: 24%;
        top: -7%;
        background: url('../images/solutions/bike-tool06.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .bike06.change {
            background: url('../images/solutions/bike-tool06-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .city01 {
        left: 16%;
        top: 16%;
        background: url('../images/solutions/city-tool01.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .city01.change {
            background: url('../images/solutions/city-tool01-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .city02 {
        left: 58%;
        top: 37%;
        background: url('../images/solutions/city-tool02.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .city02.change {
            background: url('../images/solutions/city-tool02-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .city03 {
        left: 0%;
        top: 42%;
        background: url('../images/solutions/city-tool03.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .city03.change {
            background: url('../images/solutions/city-tool03-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .city04 {
        right: -14%;
        top: 35%;
        background: url('../images/solutions/city-tool04.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .city04.change {
            background: url('../images/solutions/city-tool04-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .city05 {
        left: 42%;
        top: 72%;
        background: url('../images/solutions/city-tool05.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .city05.change {
            background: url('../images/solutions/city-tool05-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .city06 {
        right: 24%;
        top: 10%;
        background: url('../images/solutions/city-tool06.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .city06.change {
            background: url('../images/solutions/city-tool06-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .auto01 {
        left: 27%;
        top: -2%;
        background: url('../images/solutions/auto-tool01.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .auto01.change {
            background: url('../images/solutions/auto-tool01-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .auto02 {
        left: 2%;
        top: -7%;
        background: url('../images/solutions/auto-tool02.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .auto02.change {
            background: url('../images/solutions/auto-tool02-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .auto03 {
        left: 58%;
        top: 13%;
        background: url('../images/solutions/auto-tool03.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .auto03.change {
            background: url('../images/solutions/auto-tool03-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .auto04 {
        left: 66%;
        top: 37%;
        background: url('../images/solutions/auto-tool04.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .auto04.change {
            background: url('../images/solutions/auto-tool04-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .auto05 {
        left: 4%;
        top: 30%;
        background: url('../images/solutions/auto-tool05.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .auto05.change {
            background: url('../images/solutions/auto-tool05-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .auto06 {
        width: 24.5%;
        height: 24.5%;
        left: 29%;
        top: 36%;
        background: url('../images/solutions/auto-tool06.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .auto06.change {
            background: url('../images/solutions/auto-tool06-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .auto07 {
        left: 72%;
        top: -12%;
        background: url('../images/solutions/auto-tool07.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .auto07.change {
            background: url('../images/solutions/auto-tool07-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .auto08 {
        left: 87%;
        top: 4%;
        background: url('../images/solutions/auto-tool08.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .auto08.change {
            background: url('../images/solutions/auto-tool08-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .auto09 {
        left: 86%;
        top: 30%;
        background: url('../images/solutions/auto-tool09.png') no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
    }

        .auto09.change {
            background: url('../images/solutions/auto-tool09-change.png') no-repeat center center;
            -webkit-background-size: contain;
            background-size: contain;
        }

    .star-note {
        width: 4px;
        height: 4px;
        display: inline-block;
        margin-right: 2px;
        position: relative;
    }

    #star-note {
        position: absolute;
        z-index: 3;
        width: 400px;
        min-height: 300px;
        padding: 30px 30px 20px 20px;
        color: #2a93d5;
        background: url('../images/solutions/star-note.svg') no-repeat -10px -10px;
        background-size: 100%;
        border-radius: 10px;
        top: 15px;
        left: -20px;
        cursor: pointer;
    }

    .preload {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -1px;
        left: -1px;
        overflow: hidden;
    }
}

@media (min-width: 1440px) {
    .bike01 {
        top: 52%;
    }

    .bike05 {
        right: -3%;
        top: 82%;
    }

    .auto04 {
        top: 41%;
    }

    .auto05 {
        top: 34%;
    }

    .auto06 {
        top: 40%;
    }
}

@media (min-width: 1680px) {
    .tool02, .tool04 {
        top: 75%;
    }

    .tool03 {
        top: 41.7%;
    }

    .bike01 {
        top: 60%;
    }

    .bike02 {
        top: 26%;
    }

    .bike04 {
        top: 35%;
    }

    .bike05 {
        right: -2%;
        top: 98%;
    }

    .city03 {
        top: 51%;
    }

    .city04 {
        top: 43%;
    }

    .city05 {
        top: 76%;
    }

    .city02 {
        top: 45%;
    }

    .auto03 {
        top: 20%;
    }

    .auto04 {
        top: 52%;
    }

    .auto05 {
        top: 40%;
    }

    .auto06 {
        top: 48%;
    }

    .auto09 {
        top: 40%;
    }
}

@media (min-width: 1920px) {
    .tool02, .tool04 {
        top: 88%;
    }

    .tool03 {
        top: 48.7%;
    }

    .bike01 {
        top: 70%;
    }

    .bike02 {
        top: 32%;
    }

    .bike04 {
        top: 42%;
    }

    .bike05 {
        top: 111%;
    }

    .city03 {
        top: 58%;
    }

    .city04 {
        top: 46%;
    }

    .city05 {
        top: 85%;
    }

    .city02 {
        top: 48%;
    }

    .auto04 {
        top: 59%;
    }

    .auto05 {
        top: 49%;
    }

    .auto06 {
        top: 58%;
    }

    .auto07 {
        top: -13%;
    }

    .auto09 {
        top: 41%;
    }
}

@media (min-width: 769px) {
    .products-list-content li {
        width: calc((100% - 20px) / 3);
    }
}

.inside-table .pro-title {
    color: #fff;
    background-color: #2F8AC6;
}

.black-text-in-box.fz36 {
    font-size: 36px;
    font-weight: 100;
    padding: 9px 0;
}

.blue-text-in-box.fz36 {
    font-size: 36px;
    font-weight: 100;
    color: #2a93d5;
    padding: 9px 0;
}

.list-base .title.pro-title {
    color: #000 !important;
    font-weight: 400;
}

table.csr.wire > tbody > tr > td:nth-child(2) {
    text-align: left;
    padding-left: 60px;
}

.tray-item .glyphicon {
    color: #2f8ac6;
    margin-right: 10px;
}

.tray-events {
    display: block;
    max-width: 805px;
    margin: 0 auto;
    list-style: none;
    color: #808080;
    position: relative;
}

    .tray-events:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 93%;
        border-left: 1px dotted #808080;
        left: 277px;
        top: 16px;
    }

    .tray-events li {
        margin-bottom: 15px;
        position: relative;
    }

        .tray-events li:before {
            content: '';
            position: absolute;
            width: 15px;
            height: 15px;
            background: #808080;
            border-radius: 50%;
            left: 230px;
            top: 15px;
        }

    .tray-events span {
        display: inline-block;
    }

    .tray-events .year {
        width: 195px;
        text-align: right;
        vertical-align: top;
        margin-right: 100px;
        font-size: 1.875rem;
    }

    .tray-events .year-event {
        width: 60%;
        text-align: left;
        margin-top: 12px;
        position: relative;
    }

        .tray-events .year-event:before {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            position: absolute;
            background: url('../images/products/pro_tray_icon.svg') no-repeat;
            left: -20px;
            top: 7px;
        }
/*Lab*/
.banner-lab {
    background: url('../images/lab/banner_lab.jpg') no-repeat center;
}

.mt-32 {
    margin-top: 5px;
}

.md-plr20 {
    padding: 0 5px;
}

.mbt-20 {
    margin: 20px 0 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.lab-type {
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
}

    .lab-type h3 {
        margin: 11px 0;
        font-size: 26px;
    }

    .lab-type.lightblue {
        background: #84bae5;
    }

    .lab-type.darkblue {
        background: #2f8ac6;
    }

    .lab-type.orange {
        background: #f18b32;
    }

    .lab-type.white {
        background: #ffffff;
    }

    .lab-type.lightgray {
        background: #cccccc;
    }

    .lab-type.gray {
        background: #838383;
    }

    .lab-type li {
        font-size: 13px;
    }

table.csr.failure > tbody > tr > td:nth-child(1) {
    text-align: left;
    padding-left: 20px;
}

.lab-type.ygreen {
    background: #b8d200;
}

.lab-type.teagreen {
    background: #78a738;
}

.lab-type.green {
    background: #87b417;
}

.lab-type p {
    padding-left: 10px;
}

.chemical-list {
    padding-left: 20px;
    margin-bottom: 0;
}

    .chemical-list ul {
        padding: 10px;
    }

        .chemical-list ul li {
            list-style: none;
        }

.green-fz {
    transform: scale(0.8) translateX(-30px);
}

@media (max-width: 460px) {
    .xs-pd {
        padding: 0 20px 32px;
    }
}

@media (min-width: 1025px) {
    body.stop-scroll {
        overflow-y: auto;
    }

    input[type*="text"],
    select.form-control,
    textarea {
        font-size: 14px;
    }

    .stop-scroll {
        display: block;
    }

    header .pull-right, .breadcrumbs-pc .glyphicon:before, .button *, .gotop, .gotop i, .gotop span, #fastlink a:before, #fastlink a .imgbox, #fastlink a .textbox, #fastlink a .circle_button, .bgnews-list a, .bgnews-list .circle_button, .bgnews-list .list, .list-base > *, .list-base .title, .list-link .circle_button, .article-arrow .circle_button, .iconlink a:before, .iconlink a .imgbox, .iconlink a .textbox, .iconlink a .circle_button, .iconlink .two_item:before, .iconlink .two_item .imgbox, .iconlink .two_item .textbox, .iconlink .two_item .circle_button, .csr-news a, .csr-news .circle_button {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .button {
        position: relative;
        overflow: hidden;
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
    }

        .button span, .button i[class^="icon"] {
            z-index: 5;
        }

        .button:hover {
            color: #000000;
            background: #ffffff;
        }

            .button:hover i[class^="icon"] {
                -moz-transform: translateX(10px);
                -ms-transform: translateX(10px);
                -webkit-transform: translateX(10px);
                transform: translateX(10px);
            }

    /*[HEADER]*/
    .search-group input[type*="text"] {
        background: transparent;
    }

    .dropdown.lan > a {
        transition: all 0.3s;
    }

    .dropdown.lan .glyphicon-triangle-bottom {
        color: inherit;
    }

    .dropdown.lan:hover > a {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .dropdown.lan:hover .dropdown-menu {
        display: inherit;
    }

    .nav-pc a:hover {
        color: #2a93d5;
        opacity: 1;
    }

    .nav-pc .nav-pills > li.active > a,
    .nav-pc .nav-pills > li.active > a:hover,
    .nav-pc .nav-pills > li > a:hover {
        color: #2a93d5;
        background: none;
        opacity: 1;
    }

    html.nav-open .slideout {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    /*[FOOTER]*/
    .gotop {
        position: fixed;
        z-index: 800;
        bottom: 30px;
        right: 30px;
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 50%;
        background: #ffffff;
        background-size: 25px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        color: #666666;
        opacity: 0.5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .gotop .icon-arrow-top {
            display: block;
            font-size: 20px;
        }

        .gotop:before {
            content: "";
            position: absolute;
        }

        .gotop:hover {
            color: #666666;
            text-decoration: none;
            opacity: 1;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
        }

            .gotop:hover span {
                margin-bottom: 10px;
            }

    .sitemap .toggle:hover {
        color: #2a93d5;
    }

    .dropup.lan a {
        -webkit-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
    }

        .dropup.lan a:hover, .dropup.lan a:active, .dropup.lan a:focus {
            color: #000000;
            background: #eeeeee;
        }

    /*[INDEX]*/
    #vision .carousel-caption {
        left: 16%;
    }

    #vision .vision-title {
        font-size: 50px;
    }

    #vision .vision-content {
        font-size: 24px;
    }

    #vision .item {
        max-height: calc(100vh - 105px);
    }

    #index_fearture .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

        #index_fearture .row:last-child {
            -webkit-box-direction: reverse;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: row-reverse;
            -moz-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

    #index_fearture .textbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

        #index_fearture .textbox > div {
            max-width: 33vw;
        }

        #index_fearture .textbox h3 {
            font-size: 40px;
        }

    #fastlink ul {
        margin: 45px 0;
        background: transparent;
    }

    #fastlink li {
        padding: 0 15px;
        border-right: 1px solid #cccccc;
    }

        #fastlink li:last-child {
            border: none;
            padding-bottom: 0;
        }

    #fastlink img {
        max-width: 200px;
    }

    #fastlink a {
        display: block;
        padding: 0 12.5%;
        position: relative;
        background: transparent;
        box-shadow: none;
    }

        #fastlink a:before {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
            top: -5%;
            top: calc(-1 * 20px);
            left: 0;
            width: 100%;
            height: 110%;
            height: calc(100% + 40px);
        }

        #fastlink a .circle_button {
            position: relative;
            -webkit-transform-origin: bottom;
            -moz-transform-origin: bottom;
            -ms-transform-origin: bottom;
            transform-origin: bottom;
        }

        #fastlink a:hover {
            color: #ffffff;
        }

            #fastlink a:hover:before {
                background: #2a93d5;
            }

            #fastlink a:hover .text, #fastlink a:hover i[class^="icon"] {
                color: #ffffff;
            }

            #fastlink a:hover .imgbox {
                -moz-transform: scale(0.5) translateY(20px);
                -ms-transform: scale(0.5) translateY(20px);
                -webkit-transform: scale(0.5) translateY(20px);
                transform: scale(0.5) translateY(20px);
            }

            #fastlink a:hover .textbox {
                -moz-transform: translateY(-30px);
                -ms-transform: translateY(-30px);
                -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
            }

            #fastlink a:hover .circle_button {
                -moz-transform: scale(1.5);
                -ms-transform: scale(1.5);
                -webkit-transform: scale(1.5);
                transform: scale(1.5);
                border-color: rgba(255, 255, 255, 0.3);
            }

                #fastlink a:hover .circle_button::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    border: 0px solid white;
                    width: 100%;
                    height: 100%;
                    border-radius: 100%;
                    -webkit-animation: scale_fadeout 0.5s forwards;
                    -o-animation: scale_fadeout 0.5s forwards;
                    animation: scale_fadeout 0.5s forwards;
                }

    #fastlink h4 {
        margin: 30px 0 0;
        font-size: 1.5rem;
    }

    #fastlink p {
        margin: 20px 0 0;
    }

    #fastlink .circle_button {
        margin-top: 30px;
    }

    #fastlink .textbox {
        margin: 0;
        text-align: inherit;
    }

    @-moz-keyframes scale_fadeout {
        0% {
            border-width: 10px;
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        100% {
            border-width: 0;
            opacity: 0;
            -webkit-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
        }
    }

    @-webkit-keyframes scale_fadeout {
        0% {
            border-width: 10px;
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        100% {
            border-width: 0;
            opacity: 0;
            -webkit-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
        }
    }

    @keyframes scale_fadeout {
        0% {
            border-width: 10px;
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        100% {
            border-width: 0;
            opacity: 0;
            -webkit-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            transform: scale(2);
        }
    }

    #events_news {
        background-attachment: fixed;
    }

    .bgnews-list {
        padding: 0 20px 180px;
    }

        .bgnews-list [class*="col-md"] {
            padding: 5px;
        }

        .bgnews-list h3, .bgnews-list h4 {
            font-size: 40px;
            font-weight: 300;
        }

        .bgnews-list h3 {
            margin: 50px 0;
        }

        .bgnews-list h4 {
            /*margin: 40px 0;*/
            margin: 20px 0;
            display: block;
        }

            .bgnews-list h4:after {
                content: "";
                position: absolute;
                bottom: -40px;
                right: 25px;
                width: 0;
                height: 0;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-bottom: 15px solid rgba(255, 255, 255, 0.85);
            }

            .bgnews-list h4 a:hover {
                color: #2a93d5;
                background: #ffffff;
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .bgnews-list h4 .circle_button {
                position: absolute;
                width: 54px;
                height: 54px;
                margin-top: -27px;
            }

            .bgnews-list h4 i {
                font-size: 25px;
            }

        .bgnews-list .list {
            display: block;
            position: relative;
            padding-bottom: 15px;
        }

            .bgnews-list .list:hover {
                box-shadow: 0 0 10px #ffc90c;
                border-color: #ffc90c;
            }

        .bgnews-list .content {
            background: rgba(255, 255, 255, 0.9);
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .bgnews-list .content a {
                -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                -webkit-align-items: stretch;
                -moz-align-items: stretch;
                align-items: stretch;
                height: 100%;
            }

                .bgnews-list .content a:hover {
                    color: #2a93d5;
                    background: #ffffff;
                }

                    .bgnews-list .content a:hover .circle_button {
                        color: #2a93d5;
                        -moz-transform: translateX(5px);
                        -ms-transform: translateX(5px);
                        -webkit-transform: translateX(5px);
                        transform: translateX(5px);
                    }

            .bgnews-list .content .circle_button-wrapper {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                align-items: center;
            }

            .bgnews-list .content.info-3 .circle_button {
                width: 35px;
                height: 35px;
            }

        .bgnews-list .limit-row-two {
            max-height: 2.8em;
            overflow: hidden;
        }

    /*Inside Page*/
    .breadcrumbs-pc {
        display: inline-block;
    }

    [class^="page-banner-"] {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }

        [class^="page-banner-"] .page-title {
            margin-right: 5vw;
            font-size: 40px;
        }

        [class^="page-banner-"] .page-title-csr {
            margin-right: 17vw;
            font-size: 70px !important;
            margin-left: 10vw;
            text-align: right;
            line-height: 1;
        }

    .page-banner-s.banner-ir h1 {
        right: 0;
    }

    .page-banner-s.banner-fit h1 {
        right: 0;
    }

    .section-title {
        font-size: 36px;
    }

    /*.list-base > *:not(.time-tip):hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }*/
    .list-base > *:not(.time-tip):hover .title {
        color: #2a93d5;
    }

    .list-base .text-box {
        padding: 30px 20px;
    }

    .list-base .title {
        font-size: 1.3rem;
    }

    .list-link a:hover .circle_button {
        color: #2a93d5;
        -moz-transform: translate(5px);
        -ms-transform: translate(5px);
        -webkit-transform: translate(5px);
        transform: translate(5px);
    }

    .events-list-content li {
        width: 32%;
        width: calc(( 100% - 20px * ( 3 - 1 )) / 3);
    }

    .events-list-content .text-box {
        padding: 20px;
    }

    .events-list-content .title {
        font-size: 1.2rem;
    }

    .events-list-content .time-tip {
        font-size: 60px;
    }

    .article-wrapper > *:not(.time-tip):hover {
        box-shadow: none;
    }

    .article-arrow a:hover .text-box {
        color: #2a93d5;
    }

    .article-arrow a:hover .circle_button {
        color: #2a93d5;
        -moz-transform: translate(5px);
        -ms-transform: translate(5px);
        -webkit-transform: translate(5px);
        transform: translate(5px);
    }

    .article-arrow a:hover.prev .circle_button {
        -moz-transform: translate(-5px);
        -ms-transform: translate(-5px);
        -webkit-transform: translate(-5px);
        transform: translate(-5px);
    }

    .products-link {
        height: 400px;
        background-attachment: fixed;
    }

    .iconlink {
        position: relative;
    }

        .iconlink:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            /*background: #f6f6f6;*/
            z-index: -5;
        }

        .iconlink.linebg-2::after {
            bottom: 0;
            height: 55%;
            height: calc(50% + 45px);
        }

        .iconlink.linebg-3::after {
            bottom: 33.33%;
            bottom: calc(33.33% + 25px);
            height: 33.33%;
            height: calc(33.33% + 15px);
        }

        .iconlink .content-lg {
            padding-bottom: 25px;
        }

        .iconlink ul {
            margin: 45px 0 0;
            background: transparent;
        }

        .iconlink li {
            padding: 0 15px;
            border-right: 1px solid #cccccc;
            margin-bottom: 100px;
        }

        .iconlink .item-3:before {
            content: "";
        }

        .iconlink .item-3 li:nth-child(3n) {
            border: none;
        }

        .iconlink .item-3 li:last-child, .iconlink .item-3 li:nth-last-child(2), .iconlink .item-3 li:nth-last-child(3) {
            margin-bottom: 0;
        }

        .iconlink .item-4 li:nth-child(4n) {
            border: none;
        }

        .iconlink .item-4 li:last-child, .iconlink .item-4 li:nth-last-child(2), .iconlink .item-4 li:nth-last-child(3), .iconlink .item-4 li:nth-last-child(4) {
            margin-bottom: 0;
        }

        .iconlink .item-csr li:nth-child(3), .iconlink .item-csr li:last-child {
            border: none;
        }

        .iconlink .item-csr li:last-child, .iconlink .item-csr li:nth-last-child(1), .iconlink .item-csr li:nth-last-child(2), .iconlink .item-csr li:nth-last-child(3) {
            margin-bottom: 0;
        }

        .iconlink img {
            max-width: 220px;
        }

        .iconlink a {
            display: block;
            padding: 0 5%;
            position: relative;
            background: transparent;
            box-shadow: none;
        }

            .iconlink a:before {
                content: "";
                display: block;
                position: absolute;
                z-index: -1;
                top: -5%;
                top: calc(-1 * 20px);
                left: 0;
                width: 100%;
                height: 110%;
                height: calc(100% + 40px);
            }

            .iconlink a .circle_button {
                position: relative;
                -webkit-transform-origin: bottom;
                -moz-transform-origin: bottom;
                -ms-transform-origin: bottom;
                transform-origin: bottom;
            }

            .iconlink a:hover {
                color: #ffffff;
            }

                .iconlink a:hover:before {
                    background: #2a93d5;
                }

                .iconlink a:hover .text, .iconlink a:hover i[class^="icon"] {
                    color: #ffffff;
                }

                .iconlink a:hover .imgbox {
                    -moz-transform: scale(1.1) translateY(0px);
                    -ms-transform: scale(1.1) translateY(0px);
                    -webkit-transform: scale(1.1) translateY(0px);
                    transform: scale(1.1) translateY(0px);
                }

                .iconlink a:hover .textbox {
                    -moz-transform: translateY(0px);
                    -ms-transform: translateY(0px);
                    -webkit-transform: translateY(0px);
                    transform: translateY(0px);
                }

                .iconlink a:hover .circle_button {
                    -moz-transform: scale(1.5);
                    -ms-transform: scale(1.5);
                    -webkit-transform: scale(1.5);
                    transform: scale(1.5);
                    border-color: rgba(255, 255, 255, 0.3);
                }

                    .iconlink a:hover .circle_button::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        border: 0px solid white;
                        width: 100%;
                        height: 100%;
                        border-radius: 100%;
                        -webkit-animation: scale_fadeout 0.5s forwards;
                        -o-animation: scale_fadeout 0.5s forwards;
                        animation: scale_fadeout 0.5s forwards;
                    }

        .iconlink .two_item {
            display: block;
            padding: 0 5%;
            position: relative;
            background: transparent;
            box-shadow: none;
        }

            .iconlink .two_item:before {
                content: "";
                display: block;
                position: absolute;
                z-index: -1;
                top: -5%;
                top: calc(-1 * 20px);
                left: 0;
                width: 100%;
                height: 110%;
                height: calc(100% + 40px);
            }

            .iconlink .two_item .textbox h4 {
                color: #2a93d5;
            }

            .iconlink .two_item .textbox .text {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
            }

            .iconlink .two_item .circle_button {
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -moz-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
            }

            .iconlink .two_item .circle_button {
                position: relative;
                -webkit-transform-origin: bottom;
                -moz-transform-origin: bottom;
                -ms-transform-origin: bottom;
                transform-origin: bottom;
            }

            .iconlink .two_item .item {
                display: none;
            }

                .iconlink .two_item .item .text {
                    justify-content: center;
                }

            .iconlink .two_item:hover {
                color: #ffffff;
            }

                .iconlink .two_item:hover:before {
                    background: #2a93d5;
                }

                .iconlink .two_item:hover .textbox h4 {
                    color: #ffffff;
                }

                .iconlink .two_item:hover .textbox .text, .iconlink .two_item:hover .circle_button.darkgray {
                    display: none;
                }

                .iconlink .two_item:hover .item {
                    display: block;
                }

                    .iconlink .two_item:hover .item .circle_button.darkgray {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -moz-flex;
                        display: -ms-flexbox;
                        display: flex;
                    }

                .iconlink .two_item:hover .text, .iconlink .two_item:hover i[class^="icon"] {
                    color: #ffffff;
                }

                .iconlink .two_item:hover .imgbox {
                    -moz-transform: scale(0.5) translateY(20px);
                    -ms-transform: scale(0.5) translateY(20px);
                    -webkit-transform: scale(0.5) translateY(20px);
                    transform: scale(0.5) translateY(20px);
                }

                .iconlink .two_item:hover .textbox, .iconlink .two_item:hover .text {
                    -moz-transform: translateY(-30px);
                    -ms-transform: translateY(-30px);
                    -webkit-transform: translateY(-30px);
                    transform: translateY(-30px);
                }

                .iconlink .two_item:hover .circle_button {
                    margin: 26px auto;
                    -moz-transform: scale(1.5);
                    -ms-transform: scale(1.5);
                    -webkit-transform: scale(1.5);
                    transform: scale(1.5);
                    border-color: rgba(255, 255, 255, 0.3);
                    display: -webkit-inline-box;
                    display: -webkit-inline-flex;
                    display: -moz-inline-flex;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                }

                    .iconlink .two_item:hover .circle_button::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        border: 0px solid white;
                        width: 100%;
                        height: 100%;
                        border-radius: 100%;
                        -webkit-animation: scale_fadeout 0.5s forwards;
                        -o-animation: scale_fadeout 0.5s forwards;
                        animation: scale_fadeout 0.5s forwards;
                    }

                    .iconlink .two_item:hover .circle_button .icon-arrow-right {
                        margin-top: -15px;
                    }

                        .iconlink .two_item:hover .circle_button .icon-arrow-right:before {
                            transform: translateY(60%);
                            display: inline-block;
                        }

        .iconlink h4 {
            margin: 30px 0 0;
            font-size: 1.5rem;
        }

        .iconlink p {
            /**margin:20px 0 0;*/
            margin: 20px auto 0 auto;
        }

        .iconlink .circle_button {
            margin-top: 30px;
        }

        .iconlink .textbox {
            margin: 0;
            text-align: inherit;
        }

    .ir-list {
        background-attachment: fixed;
        padding-bottom: 100px;
    }

        .ir-list h4 a:hover {
            border-color: #ccc;
        }

    .ir-dis {
        /*padding: 100px 0;*/
        padding: 0 0 50px 0;
    }

    .csr-news {
        /*background-attachment: fixed;*/
    }

        .csr-news a {
            padding: 25px;
        }

        .csr-news h4 a:hover {
            color: #2a93d5;
            background: #ffffff;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .csr-news .content {
            background: rgba(255, 255, 255, 0.9);
        }

            .csr-news .content a:hover {
                color: #2a93d5;
                background: #ffffff;
            }

                .csr-news .content a:hover .circle_button {
                    color: #2a93d5;
                    -moz-transform: translateX(5px);
                    -ms-transform: translateX(5px);
                    -webkit-transform: translateX(5px);
                    transform: translateX(5px);
                }

    .inside-scroll-box {
        background-attachment: fixed;
    }

        .inside-scroll-box.scroll-about {
            display: block;
            background-image: url(../images/about/about_scroll_img.jpg);
            background-size: cover;
        }

    .inside-no-scroll-box.no-scroll-about {
        display: block;
        /*background-image: url(../images/about/about_no_scroll_img.jpg);
    background-size: cover;
    min-height: 490px;*/
        margin-bottom: 5.25rem;
    }

    .about-img-box {
        position: relative;
    }

        .about-img-box:after {
            position: absolute;
            right: 0;
            top: 0;
            width: 60%;
            width: calc(100% / 3 + 90px);
            height: 100%;
            padding-bottom: 0;
            background-size: cover;
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

    .turnkey-services:after {
        height: 63%;
    }

    .plants-Offices .tabs li {
        font-size: 32px;
    }

    .plants-Offices .office-list-content li {
        width: 32%;
        margin-right: 2%;
    }

        .plants-Offices .office-list-content li.continent-tip {
            font-size: 48px;
        }

        .plants-Offices .office-list-content li:nth-child(3n+3) {
            margin-right: 0%;
        }

    .plants-list h3, .plants-list h4 {
        font-size: 30px;
    }

    .plants-list .content-lg div:nth-child(2) .plants-row div:nth-child(1) {
        margin-bottom: 0;
    }

    .plants-list .content-lg div:nth-child(2) .plants-row div:nth-child(2) {
        left: 15px;
    }

    .plants-list .row.plants-row {
        margin-top: 20px;
    }

        .plants-list .row.plants-row.no-continent {
            padding-top: 22px;
        }

    .plants-list.ise-lab-list .ise-lab .list {
        margin: 0 3%;
    }

        .plants-list.ise-lab-list .ise-lab .list ul {
            display: table;
            margin: 0 auto;
        }

    .about_capabilities .row {
        width: 80%;
        margin: 0 auto;
    }

    .timeline_section .item.right .event {
        padding-left: 10px;
        padding-right: 10%;
    }

    .timeline_section .item.right .year {
        padding-left: 10px;
    }

    .timeline_section .item .year {
        padding-right: 0;
    }

    .timeline_section .item .event {
        padding-right: 80px;
    }

    .timeline_section .item ul {
        margin: 0 0 0 15%;
    }

        .timeline_section .item ul li div:nth-child(2) {
            text-align: right;
        }

        .timeline_section .item ul li .col-8 {
            float: left;
            width: 80%;
        }

        .timeline_section .item ul li .col-7 {
            float: left;
            width: 70%;
        }

        .timeline_section .item ul li .col-6 {
            float: left;
            width: 60%;
        }

        .timeline_section .item ul li .col-5 {
            float: left;
            width: 50%;
        }

        .timeline_section .item ul li .col-4 {
            float: left;
            width: 40%;
        }

        .timeline_section .item ul li .col-3 {
            float: left;
            width: 30%;
        }

        .timeline_section .item ul li .col-2 {
            float: left;
            width: 20%;
        }

    .section-contact .content-wrapper.fixed {
        margin-top: 0;
        padding: 20px;
    }

    .section-contact .media-enquiries {
        width: 70%;
    }

    .section-contact .phone input:last-child {
        width: 10%;
    }

    @keyframes shadowPulse {
        0% {
            box-shadow: 0px 0px 20px #2a93d5;
        }

        100% {
            box-shadow: 0px 0px 20px rgba(42, 147, 213, 0);
        }
    }

    .shadow-pulse {
        animation-name: shadowPulse;
        animation-duration: 4s;
        animation-iteration-count: 1;
        animation-timing-function: linear;
    }

    .mobile-img {
        display: none;
    }
}

@media (min-width: 1200px) {
    /*[Layout]*/
    .row:not(.row_padding_0) {
        padding-left: 90px;
        padding-right: 90px;
    }

    /*[Footer]*/ /*mars*/
    .sitemap {
        padding: 15px 0px 5px;
    }

    /*[INDEX]*/
    #vision .vision-title {
        font-size: 70px;
        white-space: nowrap;
    }

    #vision .vision-content {
        font-size: 30px;
    }

    #vision .item {
        max-height: calc(100vh - 105px);
    }

    .button {
        padding: 1rem 2rem;
        font-size: 1.5rem;
    }

    #index_fearture .textbox > div {
        max-width: 33vw;
    }

    #index_fearture .textbox h3 {
        font-size: 60px;
    }

    #index_fearture .textbox p {
        font-size: 18px;
    }

    #index_fearture .textbox h3, #index_fearture .textbox p {
        margin-bottom: 20px;
    }

    .bgnews-list {
        /*padding: 0 0px 180px;*/
        padding: 0;
    }

        .bgnews-list h3, .bgnews-list h4 {
            font-size: 50px;
        }

    /*Inside Page*/
    [class^="page-banner-"] .page-title {
        font-size: 50px;
        text-shadow: 0em 0em 0.2em #000;
    }

    [class^="page-banner-"] .title-large {
        font-size: 70px;
    }


    .plants-list {
        padding: 0;
    }

        .plants-list h3, .plants-list h4 {
            /*font-size: 36px;*/
            font-size: 30px;
        }

        .plants-list .contact_ase {
            padding-left: 12%;
        }

            .plants-list .contact_ase span {
                display: block;
            }

    .about_capabilities .row {
        width: 100%;
        margin: 0 auto;
    }

    .page-banner-s.banner-fit.long-text h1 {
        font-size: 60px;
    }

    .section-contact .remark:before {
        border-top: 1px solid #777;
    }

    .section-contact .remark:after {
        border-top: 1px solid #777;
    }
}

@media only screen and (min-width: 1401px) {
    .about-img-box:after {
        width: calc(100%/3 + (100vw - 1400px)/2 + 90px);
    }

    .padding-W200 {
        padding: 0 200px;
    }
}

@media only screen and (min-width: 1921px) {
    /*[INDEX]*/
    .slider-vision {
        background: transparent;
        position: relative;
    }

        .slider-vision:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #231f20 url(../images/cell_bg.png);
            z-index: -2;
        }

    #vision .carousel-caption {
        left: calc( ( 1920px * 0.2 ) + ( 100vw - 1920px ) / 2);
    }

    #vision .carousel-inner img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1420px) {
    .plants-list .content-lg div.col-md-7 .plants-row div:nth-child(1) {
        width: 50%;
    }

    .plants-list .content-lg div.col-md-7 .plants-row div:nth-child(2) {
        width: 50%;
    }

    .plants-list .content-lg div.col-md-7 .plants-row div:nth-child(3) {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .house-tool, .bike-tool, .auto {
        display: none;
    }

    .sitemap li {
        padding: 15px 0px 5px; /*mars*/
        display: block !important;
    }

        .sitemap, .sitemap > li, .sitemap li ul {
            text-align: left;
        }

    .margin_pl {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .timeline_section .item {
        margin: 0;
    }

        .timeline_section .item .corner.big {
            top: 10px;
        }

        .timeline_section .item.right .corner.big {
            top: 10px;
        }

    .sitemap li {
        padding: 0px !important;
    }

    [class^="page-banner-"] .page-title-csr {
        text-align: center;
    }

    #index_fearture .textbox {
        text-align: center;
    }

    .tech_ino {
        margin-top: 17.5px;
    }
}

@media only screen and (max-width: 700px) {
    .plants-list .content-lg div.col-md-7 .plants-row div:nth-child(1) {
        width: 100%;
    }

    .plants-list .content-lg div.col-md-7 .plants-row div:nth-child(2) {
        width: 100%;
    }

    .section-contact .media-enquiries .col {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .plants-list {
        padding-bottom: 20px;
    }

        .plants-list h3, .plants-list h4 {
            font-size: 24px;
            padding-right: 60px;
            text-align: left;
            padding-left: 20px;
        }

            .plants-list h3 span, .plants-list h4 span {
                display: block;
            }

        .plants-list .row.plants-row {
            padding-left: 20px;
            padding-right: 20px;
        }

    .plants-Offices .general .title span {
        display: block;
    }

    .plants-Offices .tabs li {
        font-size: 20px;
    }

    .timeline_section .item .corner.big {
        top: 10px;
    }

    .timeline_section .item.right .corner.big {
        top: 10px;
    }
}

.facilities-circle-button {
    width: 30px !important;
    height: 30px !important;
}

/* for downloads */
.downloads-link {
    text-align: left;
    display: flex;
    padding: 0 !important;
    float: left;
    align-items: flex-start;
    height: auto;
}

    .downloads-link h3 {
        line-height: 1.1;
    }

.downloads-circle-button {
    width: 26px !important;
    height: 26px !important;
    float: left;
    margin-right: 8px;
}

.downloads-link-title {
    font-size: 1.2rem !important;
    padding-top: 5px;
}

@media (max-width: 768px) {
    .downloads-link {
        height: auto;
    }
}

/*20190701 新增樣式*/
.index-banner .item {
    height: 500px;
    background: no-repeat center center;
    background-size: cover !important;
}

.index-banner .carousel-caption {
    background-color: rgba(0, 21, 53, 0.5);
    padding: 3% 170px;
    color: #fff;
    letter-spacing: 1px;
    left: 7.5%;
    right: 7.5%;
    top: 10%;
    bottom: 10%;
}

.index-banner h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.index-banner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
}

.index-banner .carousel-indicators {
    bottom: -6px;
}

@media (max-width: 767px) {
    .index-banner h3 {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .index-banner p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .index-banner .carousel-caption {
        padding: 20px;
    }

    .index-banner .item {
        height: 380px;
    }
}

/* for core_test_technology png */
@media (min-width: 769px) {
    .hide-in-large {
        display: none;
    }
}

@media (max-width: 768px) {
    .hide-in-small {
        display: none;
    }
}
/* for csr_landing */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
}

.col-xs-15 {
    width: 16%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 16%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 16%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 16%;
        float: left;
    }
}

@media (max-width: 768px) {
    .csr-subtitle {
        font-size: 20px !important;
        margin-top: 0;
    }

    .csrlanding-content {
        font-size: 16px !important;
        padding-top: 20px !important;
        padding-left: 0 !important;
        line-height: 30px;
    }

    #csrlanding-tab-list1-content, #csrlanding-tab-list2-content {
        height: 180px;
    }

    .csrlanding-content-highlight {
        font-size: 40px !important;
    }

    .csrlanding_arrowbox-list1 {
        margin: 10px 0 20px 0 !important;
        padding: 15px !important;
        display: block;
    }

    .csrlanding_arrowbox-list2 {
        margin: 10px 0 20px 0 !important;
        padding: 15px !important;
        display: block;
    }

        .csrlanding_arrowbox-list1:after, .csrlanding_arrowbox-list1:before, .csrlanding_arrowbox-list2:after, .csrlanding_arrowbox-list2:before {
            right: initial !important;
            top: initial !important;
            bottom: 100%;
            left: 50%;
            margin-left: -10px;
            margin-top: 0 !important;
        }

    .csrlanding_arrowbox-list1:after {
        border-bottom-color: #759c49 !important;
        border-right-color: transparent !important;
    }

    .csrlanding_arrowbox-list2:after {
        border-bottom-color: #b35256 !important;
        border-right-color: transparent !important;
    }

    div.col-md-4.bgnews-list.list-base {
        padding: 0 !important;
    }

    .csr-bg {
        padding: 20px 0 10px 0 !important;
    }
}

.csr-subtitle {
    font-size: 24px;
}

.csrlanding-box {
    width: auto;
    /*border: 1px solid #cccccc;*/
    margin-bottom: 25px;
    display: table;
    margin-left: 20px;
    margin-right: 20px;
}

    .csrlanding-box img {
        cursor: pointer;
    }

@media only screen and (max-width: 992px) {
    .csrlanding-box {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }

    .col-md-15 {
        width: 16%;
        float: left;
    }
}



.csrlanding-content {
    font-size: 20px;
    height: 150px;
    padding-top: 30px;
    padding-left: 35px;
    text-align: left;
    border-top: 1px solid #cccccc;
}

.csrlanding-content-highlight {
    font-size: 60px;
    font-style: italic;
    padding-right: 10px;
}

.csrlanding-content-list1 {
    background-color: rgba(117, 156, 73, 0.05);
    color: #759c49;
}

.csrlanding-content-list2 {
    background-color: rgba(179, 82, 86, 0.05);
    color: #b35256;
}

.csrlanding-content-list3 {
    background-color: rgba(45, 92, 60, 0.05);
    color: #2d5c3c;
}

.csrlanding-content-list4 {
    background-color: rgba(102, 92, 140, 0.05);
    color: #665c8c;
}

.csrlanding-tab {
    text-align: center;
}

.csrlanding-tab, div.selected {
    opacity: 1;
}

.csrlanding-tab, div.notselected {
    opacity: 0.3;
}

.csrlanding-tab-content-hidden {
    display: none;
    visibility: hidden;
}

div.selected.csrlanding-tab-list1 {
    border-bottom: 10px solid #759c49;
}

div.selected.csrlanding-tab-list2 {
    border-bottom: 10px solid #b35256;
}

div.selected.csrlanding-tab-list3 {
    border-bottom: 10px solid #2d5c3c;
}

div.selected.csrlanding-tab-list4 {
    border-bottom: 10px solid #665c8c;
}

.csrlanding-title-list1 {
    text-transform: uppercase;
    color: #759c49;
}

.csrlanding-title-list2 {
    text-transform: uppercase;
    color: #b35256;
}

.csrlanding-title-list3 {
    text-transform: uppercase;
    color: #2d5c3c;
}

.csrlanding-title-list4 {
    text-transform: uppercase;
    color: #665c8c;
}

.csrlanding-arrowbox-highlight {
    font-size: 40px;
    font-style: italic;
    padding-right: 10px;
    vertical-align: middle;
}

.csrlanding_arrowbox-list1 {
    position: relative;
    background-color: #759c49;
    padding: 25px 15px;
    margin-left: 10px;
    color: #fff;
    border-radius: 5px;
}

.csrlanding_arrowbox-list2 {
    position: relative;
    background-color: #b35256;
    padding: 25px 15px;
    margin-left: 10px;
    color: #fff;
    border-radius: 5px;
}

    .csrlanding_arrowbox-list1:after, .csrlanding_arrowbox-list1:before, .csrlanding_arrowbox-list2:after, .csrlanding_arrowbox-list2:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 10px;
        margin-top: -10px;
    }

.csrlanding_arrowbox-list1:after {
    border-right-color: #759c49;
}


.csrlanding_arrowbox-list2:after {
    border-right-color: #b35256;
}

/* end for csr_landing */


/* 404 Page */

.page404 {
    padding: 140px 20px;
}

.fontsize404 {
    font-size: 48px;
}

@media (max-width: 767px) {
    .page404 {
        padding: 100px 20px;
    }

    .fontsize404 {
        font-size: 36px;
    }
}
