@charset "UTF-8";

/* CSS Document */
@font-face {
    font-family: 'TradeGothic_LT';
    font-display: optional;
    src: url('fonts/TradeGothicLT-Bold.eot');
    src: url('fonts/TradeGothicLT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TradeGothicLT-Bold.woff') format('woff'),
        url('fonts/TradeGothicLT-Bold.ttf') format('truetype'),
        url('fonts/TradeGothicLT-Bold.svg#TradeGothicLT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic_LT';
    font-display: optional;
    src: url('fonts/TradeGothicLT.eot');
    src: url('fonts/TradeGothicLT.eot?#iefix') format('embedded-opentype'),
        url('fonts/TradeGothicLT.woff') format('woff'),
        url('fonts/TradeGothicLT.ttf') format('truetype'),
        url('fonts/TradeGothicLT.svg#TradeGothicLT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic_LT';
    font-display: optional;
    src: url('fonts/TradeGothicLT-Light.eot');
    src: url('fonts/TradeGothicLT-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/TradeGothicLT-Light.woff') format('woff'),
        url('fonts/TradeGothicLT-Light.ttf') format('truetype'),
        url('fonts/TradeGothicLT-Light.svg#TradeGothicLT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


html {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace, "Microsoft JhengHei";
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none !important;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]: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
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -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: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 2rem
}

h2,
.h2 {
    font-size: 1.667rem
}

h3,
.h3 {
    font-size: 1.333rem
}

h4,
.h4 {
    font-size: 1rem
}

h5,
.h5 {
    font-size: 0.777rem
}

h6,
.h6 {
    font-size: 0.667rem
}

p {
    margin: 0 0 10px
}

small,
.small {
    font-size: 85%
}

cite {
    font-style: normal
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.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 {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 950px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:1281px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -1.33rem;
    margin-left: -1.33rem
}

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.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-right: 1.33rem;
    padding-left: 1.33rem
}

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.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
}

@media (max-width:992px) and (orientation:landscape) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }

    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11,
    .col-xxs-12,
    .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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (max-width:480px) and (orientation:landscape) {
    .col-xxs-12 {
        width: 100%
    }

    .col-xxs-11 {
        width: 91.66666667%
    }

    .col-xxs-10 {
        width: 83.33333333%
    }

    .col-xxs-9 {
        width: 75%
    }

    .col-xxs-8 {
        width: 66.66666667%
    }

    .col-xxs-7 {
        width: 58.33333333%
    }

    .col-xxs-6 {
        width: 50%
    }

    .col-xxs-5 {
        width: 41.66666667%
    }

    .col-xxs-4 {
        width: 33.33333333%
    }

    .col-xxs-3 {
        width: 25%
    }

    .col-xxs-2 {
        width: 16.66666667%
    }

    .col-xxs-1 {
        width: 8.33333333%
    }

    .col-xxs-pull-12 {
        right: 100%
    }

    .col-xxs-pull-11 {
        right: 91.66666667%
    }

    .col-xxs-pull-10 {
        right: 83.33333333%
    }

    .col-xxs-pull-9 {
        right: 75%
    }

    .col-xxs-pull-8 {
        right: 66.66666667%
    }

    .col-xxs-pull-7 {
        right: 58.33333333%
    }

    .col-xxs-pull-6 {
        right: 50%
    }

    .col-xxs-pull-5 {
        right: 41.66666667%
    }

    .col-xxs-pull-4 {
        right: 33.33333333%
    }

    .col-xxs-pull-3 {
        right: 25%
    }

    .col-xxs-pull-2 {
        right: 16.66666667%
    }

    .col-xxs-pull-1 {
        right: 8.33333333%
    }

    .col-xxs-pull-0 {
        right: auto
    }

    .col-xxs-push-12 {
        left: 100%
    }

    .col-xxs-push-11 {
        left: 91.66666667%
    }

    .col-xxs-push-10 {
        left: 83.33333333%
    }

    .col-xxs-push-9 {
        left: 75%
    }

    .col-xxs-push-8 {
        left: 66.66666667%
    }

    .col-xxs-push-7 {
        left: 58.33333333%
    }

    .col-xxs-push-6 {
        left: 50%
    }

    .col-xxs-push-5 {
        left: 41.66666667%
    }

    .col-xxs-push-4 {
        left: 33.33333333%
    }

    .col-xxs-push-3 {
        left: 25%
    }

    .col-xxs-push-2 {
        left: 16.66666667%
    }

    .col-xxs-push-1 {
        left: 8.33333333%
    }

    .col-xxs-push-0 {
        left: auto
    }

    .col-xxs-offset-12 {
        margin-left: 100%
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xxs-offset-9 {
        margin-left: 75%
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xxs-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xxs-offset-6 {
        margin-left: 50%
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xxs-offset-3 {
        margin-left: 25%
    }

    .col-xxs-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xxs-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xxs-offset-0 {
        margin-left: 0
    }
}

@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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1281px) {

    .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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.167rem;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 3px 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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 0.778rem;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 0.778rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.form-control:focus {
    border: none;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #777
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0
}

input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm {
    line-height: 30px
}

input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg {
    line-height: 46px
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 0.667rem;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 1rem;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav-tabs:before,
.nav-tabs:after {
    display: table;
    content: " ";
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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;
    visibility: hidden !important
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.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
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    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
    }
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -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>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .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>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td: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>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td: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>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

/*bootstrap carousel*/
.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

.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;
    bottom: 0;
    left: 0;
    width: 15%;
    text-align: center;
}

.carousel-control.right {
    right: 0;
    left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
    text-decoration: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media (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: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}


/*bootstrap tab*/
.nav-tabs {
    padding: 0;
}

.nav-tabs>li {
    float: left;
    list-style: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.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: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-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-left-radius: 0;
    border-top-right-radius: 0
}

/*bootstrap dropdown*/
.btn-group {
    position: relative;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    outline: none;
}

.dropdown-toggle:focus {
    outline: none
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    white-space: nowrap
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

/*.input-group*/
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

/*bootstrap video*/
.embed-responsive,
.video-container {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.video-container>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*bootstrap modal*/

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0)
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #061a26
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.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, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

/*bootstrap breadcrumb*/
.breadcrumb {
    list-style: none;
}

.breadcrumb>li {
    display: inline-block;
}

/*bootstrap carousel-fade*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

body,
html {
    font-size: 15px;
    font-weight: 300;
    font-family: 'TradeGothic_LT', Helvetica, Arial, "Microsoft JhengHei", sans-serif;
    color: #3e3a39;
    overflow-x: hidden;
    line-height: 150%;
}

* {
    line-height: 133%;
}

input,
button,
textarea {
    font-family: 'TradeGothic_LT', Helvetica, Arial, "Microsoft JhengHei", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
}

a {
    color: #3e3a39;
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

a:hover {
    color: #3e3a39;
}

a:focus {
    color: inherit;
}

button {
    border: none;
    background: none;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 105%;
}

header *,
header *:before,
header *:after {
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}

.color_main {
    color: #002256
}

.border_main {
    border-color: #002256;
}

.background_main {
    background-color: #002256;
}

.color_red {
    color: #F00
}

.fs_12 {
    font-size: .8rem;
}

.fs_15 {
    font-size: 1rem;
}

.fs_18 {
    font-size: 1.2rem
}

.fs_20 {
    font-size: 1.33rem
}

.fs_22 {
    font-size: 1.47rem
}

.fs_24 {
    font-size: 1.6rem
}

.fs_28 {
    font-size: 1.87rem
}

.fs_30 {
    font-size: 2rem
}

.fs_33 {
    font-size: 2.2rem
}

.fs_36 {
    font-size: 2.4rem
}

.fs_40 {
    font-size: 2.67rem
}

.fs_45 {
    font-size: 3rem
}

.fs_50 {
    font-size: 3.33rem
}

.fs_60 {
    font-size: 4rem
}

.fs_68 {
    font-size: 4.5rem
}

.fs_150 {
    font-size: 10rem
}

.fs_240 {
    font-size: 16rem
}

/* Margin */
.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 1rem;
}

.mt-20 {
    margin-top: 1.3rem;
}

.mt-25 {
    margin-top: 1.6rem;
}

.mt-30 {
    margin-top: 2rem;
}

.mt-35 {
    margin-top: 2.3rem;
}

.mt-40 {
    margin-top: 2.6rem;
}

.mt-45 {
    margin-top: 3rem;
}

.mt-50 {
    margin-top: 3.3rem;
}

.mt-55 {
    margin-top: 3.6rem;
}

.mt-60 {
    margin-top: 4rem;
}

.mt-65 {
    margin-top: 4.3rem;
}

.mt-70 {
    margin-top: 4.6rem;
}

.mt-75 {
    margin-top: 5rem;
}

.mt-80 {
    margin-top: 5.3rem;
}

.mt-85 {
    margin-top: 5.6rem;
}

.mt-90 {
    margin-top: 6rem;
}

.mt-95 {
    margin-top: 6.3rem;
}

.mt-100 {
    margin-top: 6.6rem;
}

.mt-105 {
    margin-top: 7rem;
}

.mt-110 {
    margin-top: 7.3rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 1rem;
}

.mb-20 {
    margin-bottom: 1.3rem;
}

.mb-25 {
    margin-bottom: 1.6rem;
}

.mb-30 {
    margin-bottom: 2rem;
}

.mb-35 {
    margin-bottom: 2.3rem;
}

.mb-40 {
    margin-bottom: 2.6rem;
}

.mb-45 {
    margin-bottom: 3rem;
}

.mb-50 {
    margin-bottom: 3.3rem;
}

.mb-55 {
    margin-bottom: 3.6rem;
}

.mb-60 {
    margin-bottom: 4rem;
}

.mb-65 {
    margin-bottom: 4.3rem;
}

.mb-70 {
    margin-bottom: 4.6rem;
}

.mb-75 {
    margin-bottom: 5rem;
}

.mb-80 {
    margin-bottom: 5.3rem;
}

.mb-85 {
    margin-bottom: 5.6rem;
}

.mb-90 {
    margin-bottom: 6rem;
}

.mb-95 {
    margin-bottom: 6.3rem;
}

.mb-100 {
    margin-bottom: 6.6rem;
}

.mb-105 {
    margin-bottom: 7rem;
}

.mb-110 {
    margin-bottom: 7.3rem;
}

/* Padding */
.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pt-0 {
    padding-top: 0px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 1rem;
}

.pt-20 {
    padding-top: 1.3rem;
}

.pt-25 {
    padding-top: 1.6rem;
}

.pt-30 {
    padding-top: 2rem;
}

.pt-35 {
    padding-top: 2.3rem;
}

.pt-40 {
    padding-top: 2.6rem;
}

.pt-45 {
    padding-top: 3rem;
}

.pt-50 {
    padding-top: 3.3rem;
}

.pt-55 {
    padding-top: 3.6rem;
}

.pt-60 {
    padding-top: 4rem;
}

.pt-65 {
    padding-top: 4.3rem;
}

.pt-70 {
    padding-top: 4.6rem;
}

.pt-75 {
    padding-top: 5rem;
}

.pt-80 {
    padding-top: 5.3rem;
}

.pt-85 {
    padding-top: 5.6rem;
}

.pt-90 {
    padding-top: 6rem;
}

.pt-95 {
    padding-top: 6.3rem;
}

.pt-100 {
    padding-top: 6.6rem;
}

.pt-105 {
    padding-top: 7rem;
}

.pt-110 {
    padding-top: 7.3rem;
}

.pt-130 {
    padding-top: 8.6rem;
}

.pt-150 {
    padding-top: 10rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 1rem;
}

.pb-20 {
    padding-bottom: 1.3rem;
}

.pb-25 {
    padding-bottom: 1.6rem;
}

.pb-30 {
    padding-bottom: 2rem;
}

.pb-35 {
    padding-bottom: 2.3rem;
}

.pb-40 {
    padding-bottom: 2.6rem;
}

.pb-45 {
    padding-bottom: 3rem;
}

.pb-50 {
    padding-bottom: 3.3rem;
}

.pb-55 {
    padding-bottom: 3.6rem;
}

.pb-60 {
    padding-bottom: 4rem;
}

.pb-65 {
    padding-bottom: 4.3rem;
}

.pb-70 {
    padding-bottom: 4.6rem;
}

.pb-75 {
    padding-bottom: 4rem;
}

.pb-80 {
    padding-bottom: 5.3rem;
}

.pb-85 {
    padding-bottom: 5.6rem;
}

.pb-90 {
    padding-bottom: 6rem;
}

.pb-95 {
    padding-bottom: 6.3rem;
}

.pb-100 {
    padding-bottom: 6.6rem;
}

.pb-105 {
    padding-bottom: 7rem;
}

.pb-110 {
    padding-bottom: 7.3rem;
}

.pb-130 {
    padding-bottom: 8.6rem;
}

.pb-150 {
    padding-bottom: 10rem;
}


.wrap {
    color: #595757;
    font-weight: normal;
}

.nav {
    list-style: none;
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.form-control::-moz-placeholder {
    color: #a7a7a7;
}

.form-control:-ms-input-placeholder {
    color: #a7a7a7
}

.form-control::-webkit-input-placeholder {
    color: #a7a7a7
}

.btn {
    text-align: center;
    display: inline-block;
    padding: 0 1.3rem;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    background-color: #e50012;
    line-height: 3rem;
}

.btn:hover {
    background-color: #231815;
    color: #fff;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-black {
    background-color: #231815;
}

.btn-black:hover {
    background-color: #e50012;
}

header {
    width: 100%;
    position: absolute;
    z-index: 999;
    background: rgba(255, 255, 255, .8);
    border-bottom: .26rem
}

header:after {
    content: '';
    display: block;
    height: .26rem;
    border-left: 77vw solid #e50012;
    background: #888;
}

header .container {
    position: relative;
}

#logo {
    float: left;
    padding: 2.4rem 0 1.33rem;
}

@media(min-width: 769px) and (max-width: 1280px) {
    #logo {
        width: 15vw;
    }

    #logo img {
        width: 100%
    }
}

.lang_area {
    position: absolute;
    right: 0;
    top: 0;
}

.lang_area>a {
    line-height: 1.6rem;
    display: block;
    width: 7rem;
    padding-right: 1rem;
    padding-top: 12px;
}

.lang_area img {
    height: 1.6rem;
    vertical-align: top;
    margin-right: .5rem;
}

.lang_area>a .caret {
    position: absolute;
    right: 0;
    top: 20px;
    border-top-color: transparent;
    border-left: 7px solid #e50012;
    border-bottom: 4px solid transparent;
    border-right: none;
    display: block;
}

.lang_area .lang_content {
    position: absolute;
    right: 0;
    top: 0;
    height: auto !important;
    background: #3d3d3d;
    color: #fff;
    padding: 1rem 3rem 1rem .8rem;
    width: 26rem;
    line-height: 1.6rem;
    z-index: 9;
}

.lang_area .collapsing {
    height: auto !important;
}

.lang_content ul {
    display: inline;
}

.lang_content li {
    display: inline-block;
    vertical-align: top;
    margin-left: .5rem;
}

.lang_content button img {
    height: 1rem;
    margin: -.5rem 0 0;
    position: absolute;
    right: 1rem;
    top: 50%;
}

.lang_content li a {
    color: #b4b4b5;
    line-height: 1.6rem;
}

.lang_content li a:hover,
.lang_content li.active a {
    color: #fff;
}

.nav_i {
    float: left;
    color: #3e3a39;
    text-align: center;
    line-height: 2rem;
    font-weight: bold;
    padding: 0 1.33rem;
}

.nav_btn {
    padding-right: 0;
}

.nav_i a:hover {
    color: #e50012;
}

.main_menu {
    float: right;
    padding-top: 3.6rem;
}

.nav_btn {
    cursor: pointer;
}

#m_nav_btn {
    padding: 1.15rem 0;
    cursor: pointer;
    position: relative;
    z-index: 90
}

#m_nav {
    display: none;
    width: 100%;
    z-index: 91;
    position: absolute;
    background: #e50012 url(../images/icon/nav_flop.svg) no-repeat top right;
    background-size: 18vw;
    top: 0;
    opacity: 0;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
    font-weight: bold;
    text-transform: uppercase;
}

#m_nav.in {
    display: block;
    opacity: 1;
}

#m_nav a {
    color: #fff;
}

.close_btn {
    width: 2vw;
    position: absolute;
    top: 2vw;
    right: 2vw;
    cursor: pointer;
    z-index: 9;
}

#m_nav nav {
    border-top: 2px solid #b4b4b5;
    padding-bottom: 4.8rem;
}

.about_nav {
    padding: 2rem 0;
}

.about_nav img {
    margin-bottom: .8rem;
}

.m_nav_i {
    padding: .8rem 1rem .2rem;
}

.m_nav_i:hover {
    padding-top: 0;
    padding-bottom: 1rem;
    box-shadow: inset 0 -2px 0 #fff;
}

.footer,
.footer li a,
.foot-btm a {
    color: #717071;
}

.footer a:hover {
    color: #e50012
}

.foot-top {
    background: #fff;
}

.foot-top .title {
    color: #000;
    line-height: 2rem;
    margin-bottom: 1.6rem;
}

.foot-top .title img {
    width: 2rem;
    margin-right: .8rem;
}

.foot-top li {
    line-height: 1.6rem;
    margin-bottom: .8rem;
}

.foot-top a.main_color:hover {
    color: #000;
}

.foot-btm {
    background: #eee;
}

.foot-btm .container {
    border-top: 4px solid #e50012;
}

.sgs_area img {
    height: 100px;
}

.js-video-button {
    cursor: pointer
}

.seo {
    display: none;
}

.side_btn {
    position: fixed;
    right: 0;
    top: 50vh;
}

.side_btn a {
    display: block;
    color: #fff;
    margin-bottom: 2px;
    text-align: center;
    position: relative;
}

.side_btn a span {
    right: -100%;
    position: absolute;
    padding-left: 1rem;
    background: #e50012;
    height: 100%;
    line-height: 3.33rem;
}

.side_btn .btn-estape {
    background: #e50012;
    width: 3.33rem;
    height: 3.33rem;
}

.side_btn .btn-top {
    background: #c8c9ca url(../images/icon/top.svg) no-repeat center;
    background-size: 100%;
    width: 3.33rem;
    height: 3.33rem;
}

.side_btn .btn-top:hover {
    background-color: #e50012;
    background-image: url(../images/icon/top_w.svg)
}

.side_btn .fa,
.side_btn .btn-estape img {
    font-size: 2rem;
    line-height: 3.33rem;
    background: #e50012;
    display: block;
    width: 3.33rem;
    position: relative;
    z-index: 9;
}

.side_btn a:hover span,
.side_btn .btn-estap:hover span {
    right: 100%;
}

.polaris_link a+a:before {
    content: '|';
    margin: 0 5px;
}

.flex-control-paging li a,
.carousel-indicators li {
    width: 4.66rem;
    height: .86rem;
    background: #c8c9ca;
    border-radius: 0;
    text-indent: 9999999px;
    overflow: hidden;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover,
.carousel-indicators li:hover,
.carousel-indicators .active {
    background: #e50012 !important;
}

.flex-control-paging {
    text-align: right;
}

.main_color {
    color: #e50012;
}

.main_bg {
    background-color: #e50012;
}

.hover_zoom {
    display: block;
    overflow: hidden;
}

.hover_zoom:hover img {
    transform: scale(1.1, 1.1);
}

.carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: right;
    margin: 0;
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.font-thin {
    font-weight: 300;
}

.font-oblique {
    font-style: oblique;
    text-transform: uppercase;
    font-weight: bold;
}

.white_color {
    color: #fff;
}

.black_color {
    color: #000;
}

.black_mid_color {
    color: #231815
}

.btn-line {
    color: #e50012;
    padding: .8rem 1rem 0;
    display: block;
    line-height: 1.6rem;
    margin: 0 auto;
    font-style: oblique;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-line:hover {
    box-shadow: inset 0 -2px 0 #e50012;
    padding-top: 0;
    padding-bottom: .8rem;
    color: #e50012;
}

.full_flex .flex-control-nav {
    position: absolute;
    width: 100%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
}

/*
color
#e50012
rgba(229,0,18,.5)
#c8c9ca
#595757

font-size
15
18	1.2rem
20	1.33rem
22	1.47rem
24	1.6rem
28	1.87rem
30	2rem
33	2.2rem
40	2.67rem
45	3rem
50	3.33rem
68	4.5rem
line-height:150%
*/





@media (min-width: 768px) {
    #m_nav nav .m_nav_i {
        float: left;
    }

    .sgs_area {
        margin: -1rem 0 0;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1281px) {}

@media (min-width: 1441px) {
    .container {
        width: 1280px;
    }

    .full_flex .flex-control-nav {
        width: 1280px;
    }
}

@media (min-width: 1681px) {

    body,
    html {
        font-size: 15px;
    }
}

@media (max-width: 1440px) {
    .fs_20 {
        font-size: 1.22rem
    }

    .fs_22 {
        font-size: 1.24rem
    }

    .fs_24 {
        font-size: 1.26rem
    }

    .fs_28 {
        font-size: 1.3rem
    }

    .fs_30 {
        font-size: 1.5rem
    }

    .fs_33 {
        font-size: 1.7rem
    }

    .fs_36 {
        font-size: 1.9rem
    }

    .fs_40 {
        font-size: 2.2rem
    }

    .fs_45 {
        font-size: 2.4rem
    }

    .fs_50 {
        font-size: 2.6rem
    }

    .fs_60 {
        font-size: 3rem
    }

    .fs_68 {
        font-size: 3.2rem
    }

    .fs_150 {
        font-size: 5rem
    }

    .fs_240 {
        font-size: 8rem
    }
}

@media (min-width: 1441px) and (max-width: 1680px) {}

@media (min-width: 1281px) and (max-width: 1440px) {

    body,
    html {
        font-size: 14px;
    }

    .container {
        width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {}

@media (min-width: 992px) and (max-width: 1280px) {

    body,
    html {
        font-size: 14px;
    }

    .foot-top li {
        margin-bottom: 5px;
    }

    .foot_link>li>a {
        padding-left: .6rem;
        padding-right: 0;
    }

    .foot_link>li img {
        margin-left: 1rem;
    }

    .foot-top .container>.row>* {
        width: 33.333%;
    }

    .foot-top .container>.row>*>ul>li {
        width: 100%;
    }
}

@media (max-width: 991px) {

    body,
    html {
        overflow-x: hidden;
        font-size: 12px;
    }

    header {
        position: relative;
    }

    #logo img {
        max-width: none;
        height: 45px;
    }

    .lang_area {
        right: 15px;
    }

    .nav_btn {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

    /* Padding */
    .pb-35 {
        padding-bottom: 2.2rem;
    }

    .pb-40 {
        padding-bottom: 2.4rem;
    }

    .pb-45 {
        padding-bottom: 2.6rem;
    }

    .pb-50 {
        padding-bottom: 3.1rem;
    }

    .pb-55 {
        padding-bottom: 3.2rem;
    }

    .pb-60 {
        padding-bottom: 3.3rem;
    }

    .pb-65 {
        padding-bottom: 3.4rem;
    }

    .pb-70 {
        padding-bottom: 3.5rem;
    }

    .pb-75 {
        padding-bottom: 3.6rem;
    }

    .pb-80 {
        padding-bottom: 3.7rem;
    }

    .pb-85 {
        padding-bottom: 3.8rem;
    }

    .pb-90 {
        padding-bottom: 3.9rem;
    }

    .pb-95 {
        padding-bottom: 4rem;
    }

    .pb-100 {
        padding-bottom: 4.1rem;
    }

    .pb-105 {
        padding-bottom: 4.2rem;
    }

    .pb-110 {
        padding-bottom: 4.3rem;
    }

    .pb-130 {
        padding-bottom: 4.5rem;
    }

    .pb-150 {
        padding-bottom: 5rem;
    }

    .pt-35 {
        padding-top: 2.2rem;
    }

    .pt-40 {
        padding-top: 2.4rem;
    }

    .pt-45 {
        padding-top: 2.6rem;
    }

    .pt-50 {
        padding-top: 3.1rem;
    }

    .pt-55 {
        padding-top: 3.2rem;
    }

    .pt-60 {
        padding-top: 3.3rem;
    }

    .pt-65 {
        padding-top: 3.4rem;
    }

    .pt-70 {
        padding-top: 3.5rem;
    }

    .pt-75 {
        padding-top: 3.6rem;
    }

    .pt-80 {
        padding-top: 3.7rem;
    }

    .pt-85 {
        padding-top: 3.8rem;
    }

    .pt-90 {
        padding-top: 3.9rem;
    }

    .pt-95 {
        padding-top: 4rem;
    }

    .pt-100 {
        padding-top: 4.1rem;
    }

    .pt-105 {
        padding-top: 4.2rem;
    }

    .pt-110 {
        padding-top: 4.3rem;
    }

    .pt-130 {
        padding-top: 4.5rem;
    }

    .pt-150 {
        padding-top: 5rem;
    }

    /* Margin */
    .mb-35 {
        margin-bottom: 2.2rem;
    }

    .mb-40 {
        margin-bottom: 2.4rem;
    }

    .mb-45 {
        margin-bottom: 2.6rem;
    }

    .mb-50 {
        margin-bottom: 3.1rem;
    }

    .mb-55 {
        margin-bottom: 3.2rem;
    }

    .mb-60 {
        margin-bottom: 3.3rem;
    }

    .mb-65 {
        margin-bottom: 3.4rem;
    }

    .mb-70 {
        margin-bottom: 3.5rem;
    }

    .mb-75 {
        margin-bottom: 3.6rem;
    }

    .mb-80 {
        margin-bottom: 3.7rem;
    }

    .mb-85 {
        margin-bottom: 3.8rem;
    }

    .mb-90 {
        margin-bottom: 3.9rem;
    }

    .mb-95 {
        margin-bottom: 4rem;
    }

    .mb-100 {
        margin-bottom: 4.1rem;
    }

    .mb-105 {
        margin-bottom: 4.2rem;
    }

    .mb-110 {
        margin-bottom: 4.3rem;
    }

    .mt-35 {
        margin-top: 2.2rem;
    }

    .mt-40 {
        margin-top: 2.4rem;
    }

    .mt-45 {
        margin-top: 2.6rem;
    }

    .mt-50 {
        margin-top: 3.1rem;
    }

    .mt-55 {
        margin-top: 3.2rem;
    }

    .mt-60 {
        margin-top: 3.3rem;
    }

    .mt-65 {
        margin-top: 3.4rem;
    }

    .mt-70 {
        margin-top: 3.5rem;
    }

    .mt-75 {
        margin-top: 3.6rem;
    }

    .mt-80 {
        margin-top: 3.7rem;
    }

    .mt-85 {
        margin-top: 3.8rem;
    }

    .mt-90 {
        margin-top: 3.9rem;
    }

    .mt-95 {
        margin-top: 4rem;
    }

    .mt-100 {
        margin-top: 4.1rem;
    }

    .mt-105 {
        margin-top: 4.2rem;
    }

    .mt-110 {
        margin-top: 4.3rem;
    }


}

@media (min-width: 768px) and (max-width: 991px) {
    .foot-top .container>.row>* {
        width: 33.333%;
    }

    .foot-top .container>.row>*>ul>li {
        width: 100%;
    }

    #m_nav nav .m_nav_i:nth-child(7n+1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    #m_nav nav {
        border: none;
        padding-top: 0;
    }

    .foot-top .title {
        margin-bottom: 1rem;
    }

    .copyright * {
        text-align: center;
    }

    .sgs_area {
        margin-top: 10px;
    }

    .sgs_area img {
        height: 80px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {}

@media (max-width: 480px) {
    .lang_area .lang_content {
        width: 300px
    }

    .foot-btm .container {
        padding: 15px 0 20px;
    }

    .copyright>* {
        text-align: center;
    }

    #m_nav {
        background-size: 130px;
    }

    .close_btn {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}

a,
.btn,
.side_btn a span,
.hover_zoom img,
.btn-line,
.app_item a:before {
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .30s linear;
    transition: all .20s linear;
}

/*-- 2020/02/10 download-add--*/
.download_list .cover {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.download_list .cover img {
    width: 80%;
    border: 1px solid #e0e0e0
}

img {
    pointer-events: none;
}