@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

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

figure {
    margin: 1em 40px;
}

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

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.dropdown-menu.show {
    display: block;
}

@media print {
    *,
    *::before,
    *::after,
    *::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    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;
    }
    .tag {
        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;
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #0275d8;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline;
}

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

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: none;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

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

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

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

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

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

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

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

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

dl.row > dd + dt {
    clear: left;
}

.img-fluid,
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #818a91;
}

code,
kbd,
pre,
samp {
    font-family:
        Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

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

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

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

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.col-xs,
.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,
.col-sm,
.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,
.col-md,
.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,
.col-lg,
.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,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-xs,
    .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,
    .col-sm,
    .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,
    .col-md,
    .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,
    .col-lg,
    .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,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col-xs,
    .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,
    .col-sm,
    .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,
    .col-md,
    .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,
    .col-lg,
    .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,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-xs,
    .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,
    .col-sm,
    .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,
    .col-md,
    .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,
    .col-lg,
    .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,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-xs,
    .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,
    .col-sm,
    .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,
    .col-md,
    .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,
    .col-lg,
    .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,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col-xs-1 {
    float: left;
    width: 8.33333%;
}

.col-xs-2 {
    float: left;
    width: 16.66667%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-4 {
    float: left;
    width: 33.33333%;
}

.col-xs-5 {
    float: left;
    width: 41.66667%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.33333%;
}

.col-xs-8 {
    float: left;
    width: 66.66667%;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

.col-xs-10 {
    float: left;
    width: 83.33333%;
}

.col-xs-11 {
    float: left;
    width: 91.66667%;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

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

.pull-xs-1 {
    right: 8.33333%;
}

.pull-xs-2 {
    right: 16.66667%;
}

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

.pull-xs-4 {
    right: 33.33333%;
}

.pull-xs-5 {
    right: 41.66667%;
}

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

.pull-xs-7 {
    right: 58.33333%;
}

.pull-xs-8 {
    right: 66.66667%;
}

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

.pull-xs-10 {
    right: 83.33333%;
}

.pull-xs-11 {
    right: 91.66667%;
}

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

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

.push-xs-1 {
    left: 8.33333%;
}

.push-xs-2 {
    left: 16.66667%;
}

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

.push-xs-4 {
    left: 33.33333%;
}

.push-xs-5 {
    left: 41.66667%;
}

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

.push-xs-7 {
    left: 58.33333%;
}

.push-xs-8 {
    left: 66.66667%;
}

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

.push-xs-10 {
    left: 83.33333%;
}

.push-xs-11 {
    left: 91.66667%;
}

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

.offset-xs-1 {
    margin-left: 8.33333%;
}

.offset-xs-2 {
    margin-left: 16.66667%;
}

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

.offset-xs-4 {
    margin-left: 33.33333%;
}

.offset-xs-5 {
    margin-left: 41.66667%;
}

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

.offset-xs-7 {
    margin-left: 58.33333%;
}

.offset-xs-8 {
    margin-left: 66.66667%;
}

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

.offset-xs-10 {
    margin-left: 83.33333%;
}

.offset-xs-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%;
    }
    .col-sm-2 {
        float: left;
        width: 16.66667%;
    }
    .col-sm-3 {
        float: left;
        width: 25%;
    }
    .col-sm-4 {
        float: left;
        width: 33.33333%;
    }
    .col-sm-5 {
        float: left;
        width: 41.66667%;
    }
    .col-sm-6 {
        float: left;
        width: 50%;
    }
    .col-sm-7 {
        float: left;
        width: 58.33333%;
    }
    .col-sm-8 {
        float: left;
        width: 66.66667%;
    }
    .col-sm-9 {
        float: left;
        width: 75%;
    }
    .col-sm-10 {
        float: left;
        width: 83.33333%;
    }
    .col-sm-11 {
        float: left;
        width: 91.66667%;
    }
    .col-sm-12 {
        float: left;
        width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.33333%;
    }
    .pull-sm-2 {
        right: 16.66667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.33333%;
    }
    .pull-sm-5 {
        right: 41.66667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.33333%;
    }
    .pull-sm-8 {
        right: 66.66667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.33333%;
    }
    .pull-sm-11 {
        right: 91.66667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.33333%;
    }
    .push-sm-2 {
        left: 16.66667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.33333%;
    }
    .push-sm-5 {
        left: 41.66667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.33333%;
    }
    .push-sm-8 {
        left: 66.66667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.33333%;
    }
    .push-sm-11 {
        left: 91.66667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%;
    }
    .col-md-2 {
        float: left;
        width: 16.66667%;
    }
    .col-md-3 {
        float: left;
        width: 25%;
    }
    .col-md-4 {
        float: left;
        width: 33.33333%;
    }
    .col-md-5 {
        float: left;
        width: 41.66667%;
    }
    .col-md-6 {
        float: left;
        width: 50%;
    }
    .col-md-7 {
        float: left;
        width: 58.33333%;
    }
    .col-md-8 {
        float: left;
        width: 66.66667%;
    }
    .col-md-9 {
        float: left;
        width: 75%;
    }
    .col-md-10 {
        float: left;
        width: 83.33333%;
    }
    .col-md-11 {
        float: left;
        width: 91.66667%;
    }
    .col-md-12 {
        float: left;
        width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.33333%;
    }
    .pull-md-2 {
        right: 16.66667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.33333%;
    }
    .pull-md-5 {
        right: 41.66667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.33333%;
    }
    .pull-md-8 {
        right: 66.66667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.33333%;
    }
    .pull-md-11 {
        right: 91.66667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.33333%;
    }
    .push-md-2 {
        left: 16.66667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.33333%;
    }
    .push-md-5 {
        left: 41.66667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.33333%;
    }
    .push-md-8 {
        left: 66.66667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.33333%;
    }
    .push-md-11 {
        left: 91.66667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%;
    }
    .col-lg-2 {
        float: left;
        width: 16.66667%;
    }
    .col-lg-3 {
        float: left;
        width: 25%;
    }
    .col-lg-4 {
        float: left;
        width: 33.33333%;
    }
    .col-lg-5 {
        float: left;
        width: 41.66667%;
    }
    .col-lg-6 {
        float: left;
        width: 50%;
    }
    .col-lg-7 {
        float: left;
        width: 58.33333%;
    }
    .col-lg-8 {
        float: left;
        width: 66.66667%;
    }
    .col-lg-9 {
        float: left;
        width: 75%;
    }
    .col-lg-10 {
        float: left;
        width: 83.33333%;
    }
    .col-lg-11 {
        float: left;
        width: 91.66667%;
    }
    .col-lg-12 {
        float: left;
        width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.33333%;
    }
    .pull-lg-2 {
        right: 16.66667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.33333%;
    }
    .pull-lg-5 {
        right: 41.66667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.33333%;
    }
    .pull-lg-8 {
        right: 66.66667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.33333%;
    }
    .pull-lg-11 {
        right: 91.66667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.33333%;
    }
    .push-lg-2 {
        left: 16.66667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.33333%;
    }
    .push-lg-5 {
        left: 41.66667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.33333%;
    }
    .push-lg-8 {
        left: 66.66667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.33333%;
    }
    .push-lg-11 {
        left: 91.66667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%;
    }
    .col-xl-2 {
        float: left;
        width: 16.66667%;
    }
    .col-xl-3 {
        float: left;
        width: 25%;
    }
    .col-xl-4 {
        float: left;
        width: 33.33333%;
    }
    .col-xl-5 {
        float: left;
        width: 41.66667%;
    }
    .col-xl-6 {
        float: left;
        width: 50%;
    }
    .col-xl-7 {
        float: left;
        width: 58.33333%;
    }
    .col-xl-8 {
        float: left;
        width: 66.66667%;
    }
    .col-xl-9 {
        float: left;
        width: 75%;
    }
    .col-xl-10 {
        float: left;
        width: 83.33333%;
    }
    .col-xl-11 {
        float: left;
        width: 91.66667%;
    }
    .col-xl-12 {
        float: left;
        width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.33333%;
    }
    .pull-xl-2 {
        right: 16.66667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.33333%;
    }
    .pull-xl-5 {
        right: 41.66667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.33333%;
    }
    .pull-xl-8 {
        right: 66.66667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.33333%;
    }
    .pull-xl-11 {
        right: 91.66667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.33333%;
    }
    .push-xl-2 {
        left: 16.66667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.33333%;
    }
    .push-xl-5 {
        left: 41.66667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.33333%;
    }
    .push-xl-8 {
        left: 66.66667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.33333%;
    }
    .push-xl-11 {
        left: 91.66667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
    border-top: 2px solid #eceeef;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

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

.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef;
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #55595c;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
    float: left;
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

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

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px);
}

select.form-control:focus::-ms-value {
    color: #55595c;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.col-form-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-static.form-control-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,
.form-control-static.form-control-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 {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.16667rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}

.form-check + .form-check {
    margin-top: -0.25rem;
}

.form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}

.form-check-input:only-child {
    position: static;
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-inline + .form-check-inline {
    margin-left: 0.75rem;
}

.form-check-inline.disabled {
    color: #818a91;
    cursor: not-allowed;
}

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.625rem;
    background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
    color: #5cb85c;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .form-control:focus {
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #a3d7a3;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #a3d7a3;
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
    color: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .form-control:focus {
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #f8d9ac;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #f8d9ac;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
    color: #d9534f;
}

.has-danger .form-control {
    border-color: #d9534f;
}

.has-danger .form-control:focus {
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #eba5a3;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 6px #eba5a3;
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
    .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;
        width: auto;
        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 .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check-label {
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.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:focus,
.btn:hover {
    text-decoration: none;
}

.btn.focus {
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none;
}

.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: #014682;
    border-color: #01315a;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
}

.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none;
}

.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: #1f7e9a;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none;
}

.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: #2d672d;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none;
}

.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: #b06d0f;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none;
}

.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: #8b211e;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #014682;
    border-color: #01315a;
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
    border-color: #43a7fd;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
    border-color: #43a7fd;
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:active:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #a1a1a1;
    border-color: #8c8c8c;
}

.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus {
    border-color: white;
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
    border-color: white;
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
    border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef;
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
    border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
    border-color: #a3d7a3;
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f;
}

.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
    border-color: #f8d9ac;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
    border-color: #f8d9ac;
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
    border-color: #eba5a3;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
    border-color: #eba5a3;
}

.btn-link {
    font-weight: normal;
    color: #0275d8;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height;
    transition-property: height;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #818a91;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    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;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #818a91;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

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

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
    margin-bottom: 0;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -0.5rem;
}

.btn-toolbar::after {
    content: "";
    display: table;
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 0.5rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 0.3em 0.3em 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
    content: "";
    display: table;
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}

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

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    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: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child)
    > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-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:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
    z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3;
}

.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer;
}

.custom-control + .custom-control {
    margin-left: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow:
        0 0 0 0.075rem #fff,
        0 0 0 0.2rem #0074d9;
    box-shadow:
        0 0 0 0.075rem #fff,
        0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed;
}

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
    float: left;
    clear: left;
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.5rem - 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    padding-right: 0.75rem \9;
    color: #55595c;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: none;
}

.custom-select:focus::-ms-value {
    color: #55595c;
    background-color: #fff;
}

.custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #818a91;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
}

.nav-inline .nav-item {
    display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs .nav-item + .nav-item {
    margin-left: 0.2rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-pills::after {
    content: "";
    display: table;
    clear: both;
}

.nav-pills .nav-item {
    float: left;
}

.nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem;
}

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8;
}

.nav-stacked .nav-item {
    display: block;
    float: none;
}

.nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

.navbar::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .navbar {
        border-radius: 0.25rem;
    }
}

.navbar-full {
    z-index: 1000;
}

@media (min-width: 576px) {
    .navbar-full {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 576px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 576px) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}

.navbar-divider::before {
    content: "\00a0";
}

.navbar-text {
    display: inline-block;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
}

.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent no-repeat center center;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 575px) {
    .navbar-toggleable-xs .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-xs .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable-xs {
        display: block;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-sm .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-md .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block;
    }
}

.navbar-toggleable-lg::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-lg .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        display: block;
    }
}

.navbar-toggleable-xl {
    display: block;
}

.navbar-toggleable-xl::after {
    content: "";
    display: table;
    clear: both;
}

.navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
}

.navbar-toggleable-xl .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
}

.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
    color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: white;
}

.navbar-dark .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 575px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
    padding: 1.25rem;
}

.card-block::after {
    content: "";
    display: table;
    clear: both;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
    content: "";
    display: table;
    clear: both;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer::after {
    content: "";
    display: table;
    clear: both;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 0.75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top;
    }
    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media (min-width: 576px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #818a91;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #818a91;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.pagination li {
    display: inline;
}

.page-item {
    display: inline;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.tag:empty {
    display: none;
}

.btn .tag {
    position: relative;
    top: -1px;
}

a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.tag-default {
    background-color: #818a91;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #687077;
}

.tag-primary {
    background-color: #0275d8;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #025aa5;
}

.tag-success {
    background-color: #5cb85c;
}

.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #449d44;
}

.tag-info {
    background-color: #5bc0de;
}

.tag-info[href]:focus,
.tag-info[href]:hover {
    background-color: #31b0d5;
}

.tag-warning {
    background-color: #f0ad4e;
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
    background-color: #ec971f;
}

.tag-danger {
    background-color: #d9534f;
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
    background-color: #c9302c;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

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

.alert-dismissible {
    padding-right: 2.5rem;
}

.alert-dismissible .close {
    position: relative;
    top: -0.125rem;
    right: -1.25rem;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c1e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6d5ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

.progress[value] {
    background-color: #eee;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0;
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0.25rem;
}

base::-moz-progress-bar,
.progress[value] {
    background-color: #eee;
    border-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #eee;
        border-radius: 0.25rem;
    }
    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-bottom-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
    }
    .progress[width="100%"] {
        border-bottom-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
    .progress-bar-striped {
        background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
        );
        background-size: 1rem 1rem;
    }
}

.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

.progress-success[value]::-ms-fill {
    background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

.progress-warning[value]::-ms-fill {
    background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

.progress-danger[value]::-ms-fill {
    background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: #d9534f;
    }
}

.media,
.media-body {
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right {
    padding-left: 10px;
}

.media-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #818a91;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8;
}

.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: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,
.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 {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
    color: #333;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.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:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    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;
}

.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;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

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

.modal-open {
    overflow: hidden;
}

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

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

.modal.in .modal-dialog {
    -webkit-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;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    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;
}

.modal-backdrop.in {
    opacity: 0.5;
}

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

.modal-header::after {
    content: "";
    display: table;
    clear: both;
}

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

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

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

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

.modal-footer::after {
    content: "";
    display: table;
    clear: both;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0;
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0;
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
    margin-top: 10px;
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0;
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0;
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

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

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

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

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition:
            transform 0.6s ease-in-out,
            -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .carousel-item.next,
    .carousel-inner > .carousel-item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .carousel-item.prev,
    .carousel-inner > .carousel-item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .carousel-item.next.left,
    .carousel-inner > .carousel-item.prev.right,
    .carousel-inner > .carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.0001))
    );
    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 {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.0001)),
        to(rgba(0, 0, 0, 0.5))
    );
    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:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

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

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    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, 0.6);
}

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

@media (min-width: 576px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    background-color: #0275d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5 !important;
}

.bg-success {
    background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44 !important;
}

.bg-info {
    background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important;
}

.bg-warning {
    background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f !important;
}

.bg-danger {
    background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c !important;
}

.bg-inverse {
    background-color: #373a3c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2021 !important;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-right {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-left {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-circle {
    border-radius: 50%;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline {
    display: inline !important;
}

.float-xs-left {
    float: left !important;
}

.float-xs-right {
    float: right !important;
}

.float-xs-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

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

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 1rem 1rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-2 {
    margin: 1.5rem 1.5rem !important;
}

.mt-2 {
    margin-top: 1.5rem !important;
}

.mr-2 {
    margin-right: 1.5rem !important;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.ml-2 {
    margin-left: 1.5rem !important;
}

.mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-3 {
    margin: 3rem 3rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

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

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 1rem 1rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-2 {
    padding: 1.5rem 1.5rem !important;
}

.pt-2 {
    padding-top: 1.5rem !important;
}

.pr-2 {
    padding-right: 1.5rem !important;
}

.pb-2 {
    padding-bottom: 1.5rem !important;
}

.pl-2 {
    padding-left: 1.5rem !important;
}

.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-3 {
    padding: 3rem 3rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

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

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

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

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #818a91 !important;
}

a.text-muted:focus,
a.text-muted:hover {
    color: #687077 !important;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5 !important;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44 !important;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f !important;
}

.text-danger {
    color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c !important;
}

.text-gray-dark {
    color: #373a3c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #1f2021 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

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

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

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

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

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

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

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

.hidden-xl-down {
    display: none !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;
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: "FontAwesome";
    src: url("../lib/fonts/fontawesome-webfont.eot?v=4.7.0");
    src:
        url("../lib/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("../lib/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../lib/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("../lib/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../lib/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition:
        transform 100ms ease,
        -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-rtl {
    direction: rtl;
}

.datepicker-rtl.dropdown-menu {
    left: auto;
}

.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: rgba(226, 34, 25, 0.1);
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f3c17a),
        to(#f3e97a)
    );
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #e2231a;
    border-color: #e2231a;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #e2231a;
    border-color: #e2231a;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #e2231a;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #e2231a \9;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #e2231a;
    border-color: #e2231a;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #e2231a;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #e2231a \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
}

.breadcrumb-item {
    color: #000000;
}

.breadcrumb-item.active {
    color: #000000;
}

.breadcrumb-item a {
    color: #000000;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.paging {
    text-align: center;
}

.paging .pagination {
    margin-top: 50px;
}

.paging .pagination .page-item .page-link {
    font-weight: bold;
    color: #4a4a4a;
    border-top: none;
    border-right: 1px solid #b2bac4;
    border-bottom: none;
    border-left: 1px solid #b2bac4;
    padding: 0 0.5rem;
}

.paging .pagination .page-item:first-child .page-link {
    border-left: none;
    border-radius: 0;
}

.paging .pagination .page-item:last-child .page-link {
    border-right: none;
    border-radius: 0;
}

.paging .pagination .page-item.active .page-link {
    color: #e2231a;
    background: transparent;
}

@media (min-width: 768px) {
    .paging .pagination .page-item .page-link {
        padding: 0 1.35rem;
    }
}

.modal .close {
    position: absolute;
    font-size: 30px;
    color: #e2231a;
    top: 15px;
    right: 15px;
    opacity: 0.8;
    z-index: 10;
}

.modal .close:hover {
    color: #000;
}

.modal.winners .content {
    padding: 3px 40px;
}

.modal.winners .content p {
    font-size: 16px;
    margin: 0 0 20px 0;
}

.modal.winners .content a {
    color: #4a4a4a;
}

.modal.winners .content a:hover {
    text-decoration: underline;
}

.modal.winners .content .title {
    font-size: 20px;
    font-weight: bold;
    color: #e2231a;
    margin-bottom: 20px;
}

.modal.winners .content .dep {
    color: #e2231a;
}

.modal.winners .content .btn {
    display: block;
    width: 240px;
    margin: 40px auto 20px auto;
    border-radius: 100px;
    background-color: #000000;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.modal.winners .content .btn:hover {
    text-decoration: none;
    background: #e2231a;
}

.modal.winners iframe {
    border: none;
    width: 100%;
    height: 70vh;
    overflow-y: scroll;
}

.modal.winners-login .content {
    padding: 3px 40px 20px 40px;
}

.modal.winners-login .content .title {
    font-size: 20px;
    font-weight: bold;
    color: #e2231a;
    margin-bottom: 20px;
}

.modal.winners-login .content p {
    font-size: 16px;
    margin: 0;
}

.modal.winners-login .content .help {
    color: #4a4a4a;
}

.modal.winners-login .content .help a {
    color: #4a4a4a;
}

.modal.winners-login .content .help a:hover {
    text-decoration: underline;
}

.modal.winners-login .content .form-control {
    border-color: #3d3d3d;
    border-radius: 0;
    margin: 20px 0;
    padding: 16px 25px 17px 25px;
}

.modal.winners-login .content .btn-login {
    display: block;
    width: 240px;
    margin: 40px auto 20px auto;
    border-radius: 100px;
    background-color: #000000;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.modal.winners-login .content .btn-login:hover {
    background: #e2231a;
}

.modal.winners-login .content .err {
    color: #e2231a;
    border-color: #e2231a;
}

.modal.winners-inquiry-list .content {
    padding: 3px 15px;
}

.modal.winners-add-market ul {
    list-style: none;
}

.modal.winners-add-market ul li .red {
    color: #e2231a;
}

.modal.winners-add-market ul li span {
    color: #999;
}

.modal.winners-add-market ul li [type="checkbox"] {
    margin-right: 5px;
}

.tabs .nav-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 0;
    margin-left: 0;
}

.tabs .nav-item {
    width: 50%;
}

.tabs .nav-item:hover .nav-link {
    color: #000;
    border-bottom: 2px solid #e2231a;
}

.tabs .nav-link {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 16px 0;
    border-bottom: 2px solid #e7e7e7;
}

.tabs .nav-link.active {
    color: #000;
    border-bottom: 2px solid #e2231a;
}

@media (min-width: 992px) {
    .tabs .nav-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        list-style: none;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-left: 0;
        margin-left: 0;
    }
    .tabs .nav-item {
        width: 100%;
    }
    .tabs .nav-item:hover .nav-link {
        color: #000;
        border-bottom: 2px solid #e2231a;
    }
    .tabs .nav-link {
        text-align: center;
        width: 100%;
        font-size: 16px;
        color: #000;
        padding: 16px 0;
        border-bottom: 2px solid #e7e7e7;
    }
    .tabs .nav-link.active {
        color: #000;
        border-bottom: 2px solid #e2231a;
    }
}

.tvcf {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tvcf__main {
    width: 100%;
}

.tvcf__box {
    position: relative;
    width: 100%;
    position: relative;
    display: block;
    overflow-y: auto;
    background: #000;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

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

.tvcf__box > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.tvcf__box::-webkit-scrollbar {
    width: 10px;
}

.tvcf__box::-webkit-scrollbar-track {
    background: #000;
}

.tvcf__box::-webkit-scrollbar-thumb {
    background: #333;
}

.tvcf__box::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tvcf__list {
    position: absolute;
    padding: 5px;
    top: 0;
    left: 0;
}

.tvcf__item {
    position: relative;
    list-style: none;
    padding: 25px;
    cursor: pointer;
    color: #fff;
}

.tvcf__item:hover {
    text-decoration: underline;
    background: #333;
}

.tvcf__title {
    font-size: 16px;
    width: 80%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 1;
}

.tvcf__text {
    font-size: 13px;
    width: 80%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    height: 38px;
}

.tvcf__btn-download {
    position: absolute;
    right: 20px;
    top: 28px;
    border-radius: 3px;
    border: solid 1px #ffffff;
    padding: 3px 3px 2px 3px;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.tvcf__btn-download:hover {
    color: #fff;
    background-color: #e2231a;
    border: solid 1px #e2231a;
}

@media (min-width: 992px) {
    .tvcf {
        margin: 50px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .tvcf__main {
        width: 64%;
    }
    .tvcf__box {
        width: 36%;
    }
}

/*css-table*/
.css-table {
    display: block;
    width: 99.9%;
}

.css-table .thead {
    display: none;
}

.css-table .tbody {
    display: block;
}

.css-table .tr {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}

.css-table .th {
    display: block;
}

.css-table .td {
    display: block;
}

.css-table .td .btn-link {
    color: #666;
    text-decoration: underline;
}

.css-table .date {
    text-align: center;
}

@media (min-width: 768px) {
    /*css-table*/
    .css-table {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }
    .css-table .thead {
        display: table-header-group;
    }
    .css-table .tbody {
        display: table-row-group;
    }
    .css-table .tr {
        display: table-row;
    }
    .css-table .th {
        display: table-cell;
        width: auto;
        padding: 5px;
        color: #fff;
        background: transparent;
        border-right: none;
        border-bottom: 1px solid #7b6f47;
        vertical-align: middle;
    }
    .css-table .td {
        display: table-cell;
        width: auto;
        padding: 5px;
        background: transparent;
        border-right: none;
        border-bottom: 1px solid #7b6f47;
        vertical-align: top;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family:
        "PingFangTC", "Heiti TC", "Arial", "Microsoft JhengHei",
        "Noto Sans Myanmar", "sans-serif";
}

h1 {
    font-size: 20px;
    line-height: 1.5;
}

h2 {
    font-size: 16px;
    line-height: 1.5;
}

h3 {
    font-size: 15px;
    line-height: 1.5;
}

h4 {
    font-size: 14px;
    line-height: 1.5;
}

p {
    font-size: 14px;
    line-height: 1.5;
}

button:focus,
a:focus,
a:active,
a:visited,
a:hover {
    text-decoration: none;
    outline: none;
}

.sliding-u-l-r-l {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

.sliding-u-l-r-l:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition:
        width 0s ease,
        background 0.5s ease;
    transition:
        width 0s ease,
        background 0.5s ease;
}

.sliding-u-l-r-l:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #000;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.sliding-u-l-r-l:hover:before {
    width: 100%;
    background: #ed3c34;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.sliding-u-l-r-l:hover:after {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

body {
    background: #fff;
}

.wrap {
    border-left: 0 solid #000;
    padding-top: 60px;
    min-height: 100vh;
}

@media (min-width: 992px) {
    .wrap {
        border-left: 10px solid #000;
        padding-top: 123px;
    }
}

header .tool {
    display: none;
}

header .logo-top {
    display: block;
    text-align: left;
    padding: 15px 17px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
    box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
}

header .logo-top img {
    height: 30px;
}

header .menu {
    position: relative;
    padding-right: 15px;
    margin-left: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(202, 202, 202, 0.5);
    box-shadow: 0 2px 4px 0 rgba(202, 202, 202, 0.5);
    margin-top: -30px;
    height: calc(100vh - 30px);
    overflow-y: auto;
    z-index: -1;
}

header .menu .logo-black {
    display: none;
    opacity: 0;
}

header .menu .language {
    position: absolute;
    width: 36px;
    height: 50px;
    top: 75px;
    left: 25px;
}

header .menu .language .btn {
    outline: none;
    font-size: 23px;
    line-height: 23px;
    padding: 14px 10px;
    color: #000;
    background: transparent;
}

header .menu .language .btn .title {
    font-size: 15px;
    padding-left: 14px;
}

header .menu .language .btn .title .fa {
    padding-left: 23px;
}

header .menu .language .dropdown-menu {
    margin: 0;
    right: 0;
    left: -25px;
    opacity: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
    box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
    min-width: 212px;
    border-radius: 0;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: 300;
    width: 100vw;
    height: 100vh;
}

header .menu .language .dropdown-menu a {
    position: relative;
    display: inline-block;
    width: auto;
    color: #000;
    line-height: 1;
    margin: 8px auto;
}

header .menu .language .dropdown-menu a:hover {
    color: #ed3c34;
}

header .menu .language .dropdown-menu a.active {
    color: #ed3c34;
}

header .menu .search {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 35px;
    left: 0;
    padding: 0 74px;
}

header .menu .search #search {
    position: relative;
    top: 11px;
    right: 0;
    left: 0;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    outline: none;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    padding: 6px 0 0 0;
    cursor: pointer;
    z-index: 10;
}

header .menu .search #search:focus {
    border-bottom: 1px solid #000;
    cursor: auto;
}

header .menu .search .btn-submit {
    position: absolute;
    height: 0;
    width: 0;
    border: 0;
    padding: 0;
}

header .menu .search .fa-search {
    position: absolute;
    top: 17px;
    right: 0;
    left: 35px;
    font-size: 23px;
    cursor: pointer;
    padding-right: 8px;
    z-index: 8;
}

header .menu .search .fa-search:hover {
    color: #ed3c34;
}

header .menu .nav {
    text-align: center;
    margin-bottom: -50px;
    height: 120vh;
    padding-top: 130px;
}

header .menu .nav .nav-item {
    display: inline-block;
    width: 100%;
    padding: 0 60px;
    margin-bottom: 20px;
}

header .menu .nav .nav-item .nav-link {
    display: block;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    line-height: 1;
    padding: 4px 0;
    color: #000000;
    border-bottom: 1px solid #bababa;
}

header .menu .nav .nav-item .nav-link:hover {
    color: #e2231a;
}

header .menu .nav .nav-item .nav-link.active {
    color: #e2231a;
}

header .menu .nav .nav-item.firm {
    display: none;
}

header .menu .nav .nav-item ul {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0;
}

header .menu .nav .nav-item ul li {
    display: block;
}

header .menu .nav .nav-item ul li a {
    display: block;
    position: relative;
    margin: 10px 0;
    font-size: 15px;
    line-height: 1;
    color: #666;
}

header .navbar-toggler {
    position: absolute;
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}

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

header .navbar-toggler .icon-bar {
    background: #000;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

header .navbar-toggler .icon-bar:nth-child(1) {
    top: 25%;
    opacity: 0;
}

header .navbar-toggler .icon-bar:nth-child(2) {
    top: 50%;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header .navbar-toggler .icon-bar:nth-child(3) {
    top: 50%;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .navbar-toggler .icon-bar:nth-child(4) {
    top: 75%;
    opacity: 0;
}

header .navbar-toggler.collapsed .icon-bar:nth-child(1) {
    top: 25%;
    opacity: 1;
}

header .navbar-toggler.collapsed .icon-bar:nth-child(2) {
    top: 50%;
    opacity: 0;
}

header .navbar-toggler.collapsed .icon-bar:nth-child(3) {
    top: 50%;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

header .navbar-toggler.collapsed .icon-bar:nth-child(4) {
    top: 75%;
    opacity: 1;
}

header .navbar-toggler:focus {
    outline: none;
}

header .side-menu {
    display: none;
}

@media (min-width: 992px) {
    header {
        border-left: 10px solid #000;
        background: #fff;
    }
    header .tool {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 0 8px 10px;
    }
    header .tool::after {
        display: none;
    }
    header .tool__search {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        border: 1px solid #ababab;
        margin: 0 30px 0 60px;
        height: 30px;
    }
    header .tool__search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    header .tool__search-input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border: none;
        font-size: 13px;
        line-height: 26px;
        padding-left: 12px;
    }
    header .tool__search-fa {
        margin: 0 12px;
        cursor: pointer;
    }
    header .tool__search-submit {
        display: none;
    }
    header .tool__search:hover {
        border-color: #000;
    }
    header .tool__search:hover .tool__search-fa {
        color: #e2231a;
    }
    header .tool__language {
        height: 30px;
    }
    header .tool__language-btn {
        border-radius: 0;
        border: 1px solid #ababab;
        padding: 0 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .tool__language-title {
        padding: 6px;
        font-size: 13px;
        line-height: 1;
        color: #ababab;
        width: 185px;
    }
    header .tool__language-fa {
        width: 26px;
        height: 28px;
        line-height: 28px;
        cursor: pointer;
    }
    header .tool__language-menu {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        width: 100%;
        margin-top: -1px;
        border-radius: 0;
    }
    header .tool__language-menu a {
        margin: 5px auto;
        color: #000;
    }
    header .tool__language-menu a:hover {
        color: #e2231a;
    }
    header .tool__language-menu a.active {
        color: #e2231a;
    }
    header .tool__language:hover .tool__language-btn {
        border-color: #000;
    }
    header .tool__language:hover .tool__language-btn .tool__language-fa {
        color: #e2231a;
    }
    header.affix .logo-top {
        margin-top: -72px;
        -webkit-transition: margin-top 0.8s ease;
        transition: margin-top 0.8s ease;
    }
    header.affix .logo-top img {
        opacity: 0;
        -webkit-transition: opacity 0.8s ease;
        transition: opacity 0.8s ease;
    }
    header.affix .menu .logo-black {
        display: none;
        opacity: 1;
        margin: 8px 0 8px 5px;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    header.affix-top .logo-top {
        margin-top: 0;
        -webkit-transition: margin-top 0.8s ease;
        transition: margin-top 0.8s ease;
    }
    header.affix-top .logo-top img {
        opacity: 1;
        -webkit-transition: opacity 1.8s ease;
        transition: opacity 1.8s ease;
    }
    header.affix-top .menu .logo-black {
        display: none;
        opacity: 0;
        margin: 8px 0 8px 5px;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    header .logo-top {
        background: #fff;
        display: none;
        text-align: center;
        padding: 21px 0 7px 0;
        margin: 0 0 0 10px;
    }
    header .logo-top img {
        height: auto;
    }
    header .menu {
        position: relative;
        display: block;
        padding-right: 15px;
        background: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(202, 202, 202, 0.5);
        box-shadow: 0 2px 4px 0 rgba(202, 202, 202, 0.5);
        margin-top: 0;
        text-align: center;
        height: 52px;
        overflow-y: inherit;
    }
    header .menu .logo-black {
        display: none;
        opacity: 0;
    }
    header .menu .language {
        display: none;
        position: relative;
        width: 36px;
        height: 50px;
        top: 0;
        left: 0;
    }
    header .menu .language .btn {
        font-size: 16px;
        outline: none;
        padding: 12px 10px;
        color: #000;
        background: transparent;
    }
    header .menu .language.open .btn {
        color: #ed3c34;
    }
    header .menu .language .dropdown-menu {
        margin: 0;
        right: -10px;
        left: auto;
        opacity: 0.9;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
        box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
        min-width: 212px;
        border-radius: 0;
        text-align: center;
        border: none;
        font-size: 13px;
        font-weight: 300;
        width: auto;
        height: auto;
    }
    header .menu .language .dropdown-menu a {
        position: relative;
        display: inline-block;
        width: auto;
        color: #000;
        line-height: 1;
        margin: 6px auto;
    }
    header .menu .language .dropdown-menu a:hover {
        color: #ed3c34;
    }
    header .menu .search {
        display: none;
        position: relative;
        width: 36px;
        height: 50px;
        top: 0;
    }
    header .menu .search #search {
        position: absolute;
        top: 11px;
        right: 0;
        left: auto;
        font-size: 13px;
        border: 1px solid transparent;
        outline: none;
        background: rgba(255, 255, 255, 0);
        padding: 5px 20px 4px 8px;
        width: 30px;
        height: 30px;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
        cursor: pointer;
        z-index: 10;
    }
    header .menu .search .fa-search {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 0;
        left: auto;
        font-size: 16px;
        cursor: pointer;
        padding: 7px;
        z-index: 8;
    }
    header .menu .search .fa-search:hover {
        color: #ed3c34;
    }
    header .menu .search.active #search,
    header .menu .search:hover #search {
        z-index: 6;
        width: 160px;
        border: 1px solid #000;
        padding: 5px 28px 4px 8px;
        cursor: auto;
    }
    header .menu .nav {
        display: block;
        text-align: center;
        height: auto;
        padding-top: 0;
        padding-bottom: 7px;
        margin-left: -10px;
        margin-bottom: -48px;
    }
    header .menu .nav .nav-item {
        display: inline-block;
        width: auto;
        padding: 0;
        margin: 0;
    }
    header .menu .nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: 300;
        letter-spacing: -0.2px;
        text-align: center;
        border-radius: 3px;
        padding: 7px 16px 9px 16px;
        margin: 11px 8px 0 8px;
        color: #000000;
        border: none;
    }
    header .menu .nav .nav-item .nav-link:hover {
        color: #e2231a;
    }
    header .menu .nav .nav-item .nav-link.active {
        color: #e2231a;
    }
    header .menu .nav .nav-item.firm {
        display: inline-block;
    }
    header .menu .nav .nav-item.firm .nav-link {
        display: block;
        background: #e2231a;
        color: #ffffff;
    }
    header .menu .nav .nav-item.firm .nav-link:hover {
        background: #e2231a;
    }
    header .menu .nav .nav-item ul {
        position: absolute;
        width: 100%;
        height: 0;
        right: 0;
        padding: 0;
        margin-top: 10px;
        border-color: #fff;
        border-radius: 0;
        -webkit-box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        box-shadow: 0 2px 4px 0 rgba(203, 203, 203, 0.5);
        background: rgba(255, 255, 255, 0.6);
        text-align: center;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header .menu .nav .nav-item ul li {
        position: relative;
        display: block;
        width: 100%;
        max-width: 200px;
        padding: 0;
        margin: 10px;
    }
    header .menu .nav .nav-item ul li a {
        position: relative;
        width: 100%;
        height: 70px;
        font-size: 14px;
        letter-spacing: -0.2px;
        line-height: 1;
        text-align: center;
        color: #000000;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header .menu .nav .nav-item ul li a:after {
        position: absolute;
        display: block;
        content: "";
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 0px;
        height: 70px;
        top: 0;
        left: 0;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    header .menu .nav .nav-item:hover ul {
        height: 110px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header .menu .nav .nav-item:hover ul li a:after {
        width: 100%;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
    header .menu .nav .nav-item:hover ul li a:hover {
        position: relative;
        color: #fff;
        background: #e2231a;
        border-color: transparent;
        padding: 5px;
    }
    header .menu .nav .nav-item:hover ul li a:hover:after {
        width: 95%;
        height: 90%;
        top: 5%;
        left: 2.5%;
        border: 1px solid #fff;
    }
    header .navbar-toggler {
        position: absolute;
        cursor: pointer;
        width: 1.5em;
        height: 1.5em;
        top: 10px;
        right: 15px;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 0;
    }
    header .navbar-toggler .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    header .navbar-toggler .icon-bar {
        background: #f4e399;
        background: -webkit-gradient(
            left top,
            right top,
            color-stop(0%, #f4e399),
            color-stop(100%, #d2a750)
        );
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#f4e399),
            to(#d2a750)
        );
        background: linear-gradient(to right, #f4e399 0%, #d2a750 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4e399', endColorstr='#d2a750', GradientType=1);
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 0;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    header .navbar-toggler .icon-bar:nth-child(1) {
        top: 25%;
        opacity: 0;
    }
    header .navbar-toggler .icon-bar:nth-child(2) {
        top: 50%;
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header .navbar-toggler .icon-bar:nth-child(3) {
        top: 50%;
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header .navbar-toggler .icon-bar:nth-child(4) {
        top: 75%;
        opacity: 0;
    }
    header .navbar-toggler.collapsed .icon-bar:nth-child(1) {
        top: 25%;
        opacity: 1;
    }
    header .navbar-toggler.collapsed .icon-bar:nth-child(2) {
        top: 50%;
        opacity: 0;
    }
    header .navbar-toggler.collapsed .icon-bar:nth-child(3) {
        top: 50%;
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
    header .navbar-toggler.collapsed .icon-bar:nth-child(4) {
        top: 75%;
        opacity: 1;
    }
    header .navbar-toggler:focus {
        outline: none;
    }
    header .side-menu {
        position: absolute;
        display: block;
        width: 195px;
        margin-top: 20px;
        margin-left: 10px;
        background-color: #f9f9f9;
    }
    header .side-menu ul {
        list-style: none;
        padding: 0 20px;
    }
    header .side-menu ul li {
        margin: 20px 0;
    }
    header .side-menu ul li a {
        font-weight: bold;
        font-size: 14px;
        color: #000;
    }
    header .side-menu ul li a:hover {
        text-decoration: underline;
    }
    header .side-menu ul li.active a {
        color: #e2231a;
    }
    header .side-menu ul li hr {
        border-top: 2px solid #000;
    }
    header .side-menu .other-login {
        width: 100%;
        padding: 10px 20px;
    }
    header .side-menu .other-login p {
        font-family: PingFangTC;
        font-size: 13px;
        color: #000000;
    }
    header .side-menu .other-login .btn-submit {
        margin-top: 20px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        border-radius: 0;
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#e2231a),
            to(#b41811)
        );
        background-image: linear-gradient(to bottom, #e2231a, #b41811);
        border: solid 0.8px #6f221e;
        padding: 5px;
    }
    header .side-menu .other-login .btn-submit:hover {
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#e2231a),
            to(#b41811)
        );
        background-image: linear-gradient(to top, #e2231a, #b41811);
    }
}

footer {
    background: #f9f9f9;
}

footer .social {
    background: #e2231a;
}

footer .social ul {
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
}

footer .social ul .item {
    display: inline-block;
    margin: 5px 15px;
}

footer .social ul .item .link {
    display: block;
    color: #fff;
    font-size: 30px;
    padding: 0;
}

footer .social ul .item .link:hover {
    color: #fff;
}

footer .social ul .item ul {
    position: absolute;
    width: 100%;
    height: 0;
    right: 0;
    padding: 0;
    margin-top: -5px;
    border-radius: 0;
    background: #2a2a2a;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
}

footer .social ul .item ul li {
    font-size: 14px;
    margin: 0 20px;
}

footer .social ul .item ul li a {
    color: #fff;
}

footer .social ul .item ul li a:hover {
    position: relative;
    color: #e2231a;
}

footer .social ul .item:focus,
footer .social ul .item:hover {
    color: #e2231a;
}

footer .social ul .item:focus ul,
footer .social ul .item:hover ul {
    padding: 23px 0;
    height: 110px;
    margin-top: -115px;
    opacity: 1;
}

footer .site-map {
    padding-top: 25px;
    margin-bottom: 25px;
}

footer .site-map .nav {
    list-style: none;
    padding: 0;
    text-align: left;
}

footer .site-map .nav .nav-item {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: #4a4a4a;
    vertical-align: top;
    width: 100%;
    border-right: none;
}

footer .site-map .nav .nav-item a {
    display: block;
    margin-bottom: 10px;
    color: #4a4a4a;
}

footer .site-map .nav .nav-item a:hover {
    color: #e2231a;
    text-decoration: underline;
}

footer .site-map .nav .nav-item .dropdown {
    padding: 0 0 0 16px;
    margin: 0 0 30px 0;
}

footer .site-map .nav .nav-item .dropdown li {
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    color: #9b9b9b;
    border-right: none;
    width: auto;
}

footer .site-map .nav .nav-item .dropdown li a {
    display: block;
    color: #9b9b9b;
    margin-bottom: 10px;
}

footer .site-map .nav .nav-item .dropdown li a:hover {
    color: #e2231a;
    text-decoration: underline;
}

footer .site-map .nav .nav-item .dropdown li:before {
    content: ".";
    position: absolute;
    left: -12px;
    top: -16px;
    font-size: 30px;
    line-height: 1;
}

footer .edm {
    display: none;
}

footer .other {
    border-top: 1px solid #ed9a97;
}

footer .other .org {
    text-align: left;
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
}

footer .other .org span {
    line-height: 30px;
}

footer .other .org img {
    max-height: 30px;
    margin-left: 12px;
}

footer .other .org a {
    display: inline-block;
    color: #373a3c;
    width: 100%;
    margin: 5px 0;
    line-height: 30px;
    text-indent: -45px;
    padding-left: 45px;
}

footer .other .org-other {
    width: 100%;
    padding-top: 10px;
    margin: 20px 0 10px 0;
}

footer .other .logo {
    margin: 18px auto 10px auto;
}

footer .other .links {
    list-style: none;
    padding: 0;
    margin: 10px auto;
}

footer .other .links li {
    display: inline-block;
    font-size: 14px;
    line-height: 0.9;
    border-right: 1px solid #000;
    padding-right: 7px;
    padding-left: 2px;
}

footer .other .links li:last-child {
    border-right: none;
}

footer .other .links li:nth-child(3) {
    border-right: none;
}

footer .other .links li a {
    color: #000;
}

footer .other .links li a:hover {
    color: #e2231a;
    text-decoration: underline;
}

footer .copyright p {
    font-size: 14px;
}

@media (min-width: 768px) {
    footer {
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    }
    footer .social ul .item {
        margin: 5px 20px;
    }
    footer .site-map .nav {
        text-align: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    footer .site-map .nav .nav-item {
        border-left: 1px solid #e3e3e3;
    }
    footer .site-map .nav .nav-item:first-child {
        border-left: none;
    }
    footer .site-map .nav .nav-item .dropdown {
        list-style: none;
        padding: 0;
        margin-left: -4px;
    }
    footer .site-map .nav .nav-item .dropdown li {
        font-size: 12px;
    }
    footer .site-map .nav .nav-item .dropdown li:before {
        display: none;
    }
    footer .edm {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    footer .edm .input-group .form-control {
        border-radius: 0;
        height: 34px;
        background-color: #ffffff;
        -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
        box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
        border: solid 1px rgba(86, 86, 86, 0.1);
    }
    footer .edm .input-group .btn-subscribe {
        color: #fff;
        background-color: #e2231a;
        font-size: 13px;
        padding: 8px 25px;
        border-radius: 0;
    }
    footer .other {
        margin: 0 auto;
    }
    footer .other .org {
        text-align: center;
    }
    footer .other .org a {
        width: initial;
    }
    footer .other .org-other {
        padding-top: 0;
        padding-left: 10px;
        margin-left: 10px !important;
        border-top: none;
        border-left: solid 1px #999;
    }
    footer .other .logo {
        margin: 30px auto 10px auto;
    }
    footer .other .links li {
        font-size: 12px;
        padding-right: 5px;
    }
    footer .other .links li:nth-child(3) {
        border-right: 1px solid #000;
    }
    footer .copyright p {
        font-size: 12px;
    }
}

.chatbot {
    position: fixed;
    z-index: 1000000000;
    top: calc(100% - 15px);
    left: calc(100% - 20px);
    max-width: 100vw;
    padding: 8px;
}

.chatbot__board {
    position: absolute;
    top: -541px;
    left: -344px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.chatbot__iframe {
    display: block;
    overflow: hidden;
    max-width: 100vw;
    max-height: 72vh;
}

.chatbot__btn-close {
    position: absolute;
    display: block;
    background: #fff;
    cursor: pointer;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    text-align: center;
}

.chatbot__btn-close .fa {
    color: #666666;
    line-height: 1;
    font-size: 16px;
}

.chatbot__btn-close:hover .fa {
    color: #ed3c34;
}

.chatbot__btn-drag {
    position: absolute;
    display: block;
    background: #fff;
    cursor: pointer;
    left: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    text-align: center;
}

.chatbot__btn-drag .fa {
    color: #666666;
    line-height: 1;
    font-size: 16px;
}

.chatbot__btn-drag:hover .fa {
    color: #ed3c34;
}

.chatbot__btn-bear {
    position: relative;
    display: block;
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 0 0 50% 50%;
    background-image: linear-gradient(216deg, #ffffff, #f4f4f4);
    -webkit-box-shadow: 0 4px 4px 0 rgba(60, 60, 60, 0.3);
    box-shadow: 0 4px 4px 0 rgba(60, 60, 60, 0.3);
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.chatbot__btn-bear:before {
    content: "";
    display: block;
    padding-top: 80.30303%;
}

.chatbot__btn-bear > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.chatbot__btn-bear.collapsed {
    -webkit-box-shadow: 0 4px 12px 0 rgba(60, 60, 60, 0.3);
    box-shadow: 0 4px 12px 0 rgba(60, 60, 60, 0.3);
    border-radius: 50% 50%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.chatbot__btn-bear img {
    -webkit-transform: scale(0.75) rotate(0deg);
    transform: scale(0.75) rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.chatbot__btn-bear:hover img {
    -webkit-transform: scale(0.8) rotate(-6deg);
    transform: scale(0.8) rotate(-6deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.index {
    overflow: hidden;
}

.index .banner {
    position: relative;
    text-align: center;
}

.index .news {
    position: relative;
    padding: 0;
}

.index .news .content {
    background: #fff;
    padding: 0;
    text-align: center;
}

.index .news .content .beeline {
    display: none;
}

.index .news .content .title-area {
    text-align: center;
}

.index .news .content .title-area .title {
    position: relative;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #ed3c34;
    margin: 30px auto 5px auto;
}

.index .news .content .title-area .btn-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #000000;
    border: 1px solid transparent;
    padding: 2px 5px;
}

.index .news .content .title-area .btn-more:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.25rem;
    vertical-align: middle;
    content: "";
    border-left: 0.3em solid;
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}

.index .news .content .title-area .btn-more-b {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #ed3c34;
    border: 1px solid transparent;
    padding: 2px 5px;
}

.index .news .content .title-area .btn-more-b:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.25rem;
    margin-top: -3px;
    vertical-align: middle;
    content: "";
    border-left: 0.3em solid;
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
    -webkit-animation: bounce 1.2s infinite;
    animation: bounce 1.2s infinite;
}

.index .news .content .title-area .sub-title {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color: #000000;
}

.index .news .content .box {
    position: relative;
    display: block;
    border: none;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
}

.index .news .content .box:before {
    display: none;
}

.index .news .content .box .info {
    text-align: left;
    height: 100%;
    background: #fff;
}

.index .news .content .box .info .type {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.index .news .content .box .info .date {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #9b9b9b;
    margin-bottom: 10px;
}

.index .news .content .box .info .title {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.index .news .content .box .info .btn-detail {
    display: none;
}

.index .news .content .btn-more-sm {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 5px;
    color: #e2231a;
    border: 1px solid #e2231a;
    padding: 8px 30px;
    width: auto;
    margin: 25px auto 40px auto;
}

.index .news .content .btn-more-sm:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.25rem;
    vertical-align: middle;
    content: "";
    border-left: 0.3em solid;
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}

.index .news .content .btn-more-sm:hover {
    background: #e2231a;
    color: #fff;
}

.index .selection {
    width: 100vw;
    height: auto;
    border-left: none;
    color: #ffffff;
}

.index .selection .info {
    padding: 50px;
    text-align: center;
}

.index .selection .info .title {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.index .selection .info .line {
    width: 75px;
    height: 0;
    border-bottom: solid 1px #e2231a;
    margin-bottom: 14px;
}

.index .selection .info .date {
    text-align: left;
    font-size: 18px;
    margin-bottom: 13px;
}

.index .selection .info p {
    text-align: left;
    margin-bottom: 34px;
}

.index .selection .info .btn-more {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: 0.4px;
    color: #e2231a;
    padding: 12px 30px;
    border: 1px solid #e2231a;
}

.index .selection .info .btn-more:hover {
    background: #e2231a;
    color: #fff;
}

.index .channel {
    position: relative;
}

.index .channel .content {
    text-align: center;
}

.index .channel .content .beeline {
    display: none;
}

.index .channel .content .title-area {
    margin-top: 30px;
    margin-bottom: 24px;
}

.index .channel .content .title-area .title-sm {
    font-size: 21px;
    line-height: 1;
    color: #d80815;
    text-align: center;
    margin: 30px auto 5px auto;
}

.index .channel .content .title-area .sub-title {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    text-align: center;
}

.index .channel .content .title-area .btn-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #000000;
    border: 1px solid transparent;
    padding: 2px 5px;
    vertical-align: top;
}

.index .channel .content .title-area .btn-more:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.25rem;
    vertical-align: middle;
    content: "";
    border-left: 0.3em solid;
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}

.index .channel .content .title-area .btn-more-b {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #ed3c34;
    border: 1px solid transparent;
    padding: 2px 5px;
    vertical-align: top;
}

.index .channel .content .title-area .btn-more-b:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.25rem;
    margin-top: -3px;
    vertical-align: middle;
    content: "";
    border-left: 0.3em solid;
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
    -webkit-animation: bounce 1.2s infinite;
    animation: bounce 1.2s infinite;
}

.index .channel .content a {
    padding: 0;
}

.index .channel .content a .box {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 1px #c8c8c8;
    box-shadow: 0 0 1px #c8c8c8;
    border: 4px solid #fff;
    margin: 10px auto;
}

.index .channel .content a .box .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.88);
    padding: 9px 7px;
    text-align: left;
}

.index .channel .content a .box .info .date {
    color: #9b9b9b;
    font-size: 12.6px;
    line-height: 1;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

.index .channel .content a .box .info .title {
    font-size: 15px;
    font-weight: bold;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.index .channel .content a:hover .box .info {
    color: #fff;
    background: rgba(51, 51, 51, 0.88);
}

.index .channel .content .btn-more-sm {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 5px;
    color: #e2231a;
    border: 1px solid #e2231a;
    padding: 8px 30px;
    width: auto;
    margin: 25px auto 40px auto;
}

.index .channel .content .btn-more-sm:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.25rem;
    vertical-align: middle;
    content: "";
    border-left: 0.3em solid;
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}

.index .channel .content .btn-more-sm:hover {
    background: #e2231a;
    color: #fff;
}

.index .owl-carousel {
    height: 56vw;
    overflow: hidden;
}

.index .owl-nav {
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    width: 100%;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.75);
}

.index .owl-nav .fa {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.index .owl-prev {
    position: absolute;
    left: 5px;
}

.index .owl-next {
    position: absolute;
    right: 5px;
}

.index .owl-dots {
    position: absolute;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: 5px;
    width: 100%;
    height: 13px;
}

.index .owl-dot {
    display: inline-block;
    zoom: 1;
}

.index .owl-dot span {
    display: block;
    border: 1px solid #e2231a;
    background: transparent;
    width: 7px;
    height: 7px;
    border-radius: 30px;
    margin: 3px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.index .owl-dot.active span {
    background: #e2231a;
}

.index .owl-dot:hover span {
    background: #e2231a;
}

@-webkit-keyframes bounce {
    0%,
    50%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes bounce {
    0%,
    50%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@media (min-width: 768px) {
    .index .news {
        padding: 0;
    }
    .index .news .content {
        background: #fff;
        padding: 30px;
    }
    .index .news .content .beeline {
        display: none;
    }
    .index .news .content .title-area {
        text-align: left;
    }
    .index .news .content .title-area .title {
        font-size: 110px;
        line-height: 120px;
        letter-spacing: 10px;
    }
    .index .news .content .title-area .sub-title {
        text-align: left;
        font-size: 26px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 5.4px;
        color: #000000;
        padding-left: 8px;
    }
    .index .news .content .box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border: solid 1px #c8c8c8;
        rgin-top: 30px;
        margi-bottom: 30px;
    }
    .index .news .content .box:before {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        border: solid 1px #c8c8c8;
        z-index: 1;
    }
    .index .news .content .box.box-l-b:before {
        top: 7px;
        right: 7px;
    }
    .index .news .content .box.box-r-b:before {
        top: 7px;
        left: 7px;
    }
    .index .news .content .box.box-r-b .img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .index .news .content .box.box-r-b .info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .index .news .content .box:hover .info .btn-detail {
        background: #e2231a;
        color: #fff;
    }
    .index .news .content .box .img {
        padding: 0;
    }
    .index .news .content .box .info {
        height: auto;
        padding: 25px;
    }
    .index .news .content .box .info .title {
        margin-bottom: 10px;
        height: 3rem;
    }
    .index .news .content .box .info .btn-detail {
        display: inline-block;
        cursor: pointer;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.3px;
        color: #e2231a;
        padding: 4px 10px 5px 10px;
        border: 1px solid #e2231a;
    }
    .index .news .content .box .info .btn-detail:hover {
        background: #e2231a;
        color: #fff;
    }
    .index .selection .info {
        padding: 50px;
        text-align: left;
    }
    .index .channel {
        padding: 0;
        text-align: left;
    }
    .index .channel .content {
        text-align: left;
        background: #fff;
        padding: 30px 30px 150px 30px;
    }
    .index .channel .content .beeline {
        display: none;
    }
    .index .channel .content .title-area {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .index .channel .content .title-area .title-1 {
        position: relative;
        display: inline-block;
        font-size: 110px;
        font-weight: 600;
        line-height: 86px;
        letter-spacing: 10px;
        color: #ed3c34;
        background: #fff;
        vertical-align: top;
    }
    .index .channel .content .title-area .title-2 {
        position: relative;
        display: block;
        font-size: 110px;
        font-weight: 600;
        line-height: 86px;
        letter-spacing: 10px;
        color: #ed3c34;
        background: #fff;
        margin-top: -50px;
        margin-left: 164px;
    }
    .index .channel .content .title-area .sub-title {
        display: inline-block;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 5.4px;
        padding-left: 8px;
        vertical-align: top;
    }
    .index .channel .content a {
        padding: 0 15px;
    }
    .index .channel .content a .box .info {
        padding: 20px;
    }
    .index .channel .content a .box .info .date {
        color: #000;
        line-height: 1.14;
        margin-bottom: 10px;
    }
    .index .channel .content a .box .info .title {
        font-size: 18px;
    }
    .index .channel .content a .box.box-1 {
        margin-top: 150px;
    }
    .index .channel .content a .box.box-2 {
        margin-top: 30px;
    }
    .index .channel .content a .box.box-3 {
        margin-top: 30px;
    }
    .index .channel .content a:hover .box .info .date {
        color: #fff;
    }
    .index .owl-carousel {
        height: calc((100vw - 10px) / 16 * 6);
        overflow: hidden;
    }
    .index .owl-nav {
        position: absolute;
        top: calc(50% - 37.5px);
        left: 0;
        width: 100%;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.75);
    }
    .index .owl-nav .fa {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    .index .owl-prev {
        position: absolute;
        left: 15px;
    }
    .index .owl-next {
        position: absolute;
        right: 15px;
    }
    .index .owl-dots {
        position: absolute;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        bottom: 15px;
        width: 100%;
        height: 17px;
    }
    .index .owl-dot {
        display: inline-block;
        zoom: 1;
    }
    .index .owl-dot span {
        display: block;
        border: 1px solid #e2231a;
        background: transparent;
        width: 11px;
        height: 11px;
        border-radius: 30px;
        margin: 3px;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .index .owl-dot.active span {
        background: #e2231a;
    }
    .index .owl-dot:hover span {
        background: #e2231a;
    }
}

@media (min-width: 992px) {
    .index {
        overflow: hidden;
    }
    .index .news {
        padding: 50px;
    }
    .index .news .content {
        background: #f9f9f9;
        padding: 50px;
    }
    .index .news .content .beeline {
        position: absolute;
        display: block;
        width: 1px;
        height: 0;
        background: #c8c8c8;
        top: 0;
        left: 250px;
    }
    .index .news .content .title-area {
        text-align: left;
    }
    .index .news .content .title-area .title {
        font-size: 144px;
        line-height: 136px;
        letter-spacing: 10px;
        background: #f9f9f9;
    }
    .index .news .content .title-area .sub-title {
        text-align: left;
        font-size: 26px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 5.4px;
        color: #000000;
        padding-left: 8px;
    }
    .index .news .content .box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border: solid 1px #c8c8c8;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .index .news .content .box:before {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        border: solid 1px #c8c8c8;
        z-index: 1;
    }
    .index .news .content .box.box-l-b:before {
        top: 7px;
        right: 7px;
    }
    .index .news .content .box.box-r-b:before {
        top: 7px;
        left: 7px;
    }
    .index .news .content .box:hover .info .btn-detail {
        background: #e2231a;
        color: #fff;
    }
    .index .news .content .box .img {
        padding: 0;
    }
    .index .news .content .box .info {
        height: auto;
        padding: 25px;
    }
    .index .news .content .box .info .title {
        margin-bottom: 10px;
        height: 3rem;
    }
    .index .news .content .box .info .btn-detail {
        display: inline-block;
        cursor: pointer;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.3px;
        color: #e2231a;
        padding: 4px 10px 5px 10px;
        border: 1px solid #e2231a;
    }
    .index .news .content .box .info .btn-detail:hover {
        background: #e2231a;
        color: #fff;
    }
    .index .selection {
        height: 590px;
        border-left: 50px solid #fff;
    }
    .index .selection .info {
        padding-top: 170px;
        padding-left: 100px;
        text-align: left;
    }
    .index .channel {
        padding: 50px;
        text-align: left;
    }
    .index .channel .content {
        text-align: left;
        background: #f9f9f9;
        padding: 50px;
    }
    .index .channel .content .beeline {
        position: absolute;
        display: block;
        width: 1px;
        height: 0;
        background: #c8c8c8;
        top: 0;
        left: 250px;
    }
    .index .channel .content .title-area {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .index .channel .content .title-area .title-1 {
        position: relative;
        display: inline-block;
        font-size: 144px;
        font-weight: 600;
        line-height: 104px;
        letter-spacing: 10px;
        color: #ed3c34;
        background: #f9f9f9;
        vertical-align: top;
    }
    .index .channel .content .title-area .title-2 {
        position: relative;
        display: block;
        font-size: 144px;
        font-weight: 600;
        line-height: 136px;
        letter-spacing: 10px;
        color: #ed3c34;
        background: transparent;
        margin-top: -50px;
        margin-left: 203px;
    }
    .index .channel .content .title-area .sub-title {
        display: inline-block;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 5.4px;
        padding-left: 8px;
        vertical-align: top;
    }
    .index .channel .content a {
        padding: 0 15px;
    }
    .index .channel .content a .box .info {
        padding: 20px;
    }
    .index .channel .content a .box .info .date {
        color: #000;
        line-height: 1.14;
        margin-bottom: 10px;
    }
    .index .channel .content a .box .info .title {
        font-size: 18px;
    }
    .index .channel .content a .box.box-1 {
        margin-top: 120px;
    }
    .index .channel .content a .box.box-2 {
        margin-top: 60px;
    }
    .index .channel .content a .box.box-3 {
        margin-top: 0px;
    }
    .index .channel .content a:hover .box .info .date {
        color: #fff;
    }
}

.press .banner .owl-carousel {
    overflow: hidden;
}

.press .banner .owl-carousel .item {
    margin: 45px 0;
    text-align: center;
}

.press .banner .owl-carousel .item img {
    margin: 45px 0 20px 0;
}

.press .banner .owl-carousel .item__img {
    position: relative;
    display: block;
}

.press .banner .owl-carousel .item__img:before {
    content: "";
    display: block;
    padding-top: 37.5%;
}

.press .banner .owl-carousel .item__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.press .banner .owl-carousel .item .h1 {
    display: block;
    /* Fallback for non-webkit */
    height: 5rem;
    /* Fallback for non-webkit */
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 20px 0 10px 0;
    text-align: center;
    color: #000000;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.press .banner .owl-carousel .item .h2 {
    margin: 10px 100px 24px 100px;
    font-size: 1rem;
    line-height: 1.4rem;
    height: 2.6rem;
    /* Fallback for non-webkit */
    text-align: center;
    color: #4a4a4a;
    display: block;
    /* Fallback for non-webkit */
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.press .banner .owl-carousel .item .btn-detail {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: 0.4px;
    text-align: right;
    color: #e2231a;
    border: solid 1px #e2231a;
    padding: 12px 30px;
}

.press .banner .owl-carousel .item .btn-detail:hover {
    color: #fff;
    background: #e2231a;
}

.press .banner .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 50px;
}

.press .banner .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    width: 24%;
}

.press .banner .owl-carousel .owl-nav .owl-prev .fa {
    position: absolute;
    right: 0;
    bottom: 210px;
}

.press .banner .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    width: 24%;
}

.press .banner .owl-carousel .owl-nav .owl-next .fa {
    position: absolute;
    left: 0;
    bottom: 210px;
}

.press .banner .owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.press .banner .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.press .banner .owl-carousel .owl-dots .owl-dot span {
    display: block;
    border: 1px solid #e2231a;
    background: transparent;
    width: 7px;
    height: 7px;
    border-radius: 30px;
    margin: 2px;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.press .banner .owl-carousel .owl-dots .owl-dot.active span {
    background: #e2231a;
}

.press .banner .owl-carousel .owl-dots .owl-dot:hover span {
    background: #e2231a;
}

.press .filter {
    display: inline-block;
    width: 100%;
    background: #f9f9f9;
    padding: 42px 0 32px 0;
}

.press .filter .keyword {
    margin-bottom: 10px;
}

.press .filter .keyword input {
    width: 100%;
    font-size: 13px;
    color: #000;
    background-color: #ffffff;
    -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 8px 16px 9px 16px;
}

.press .filter .keyword .text-muted {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    margin-top: -29px;
}

.press .filter .date {
    margin-bottom: 10px;
}

.press .filter .date .date-start {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    border-right: none;
    border-color: #000;
    font-size: 13px;
    padding: 10px 5px 10px 10px;
}

.press .filter .date .date-to {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-color: #000;
    background: #fff;
    font-size: 13px;
    padding: 10px 0;
}

.press .filter .date .date-end {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-color: #000;
    font-size: 13px;
    padding: 10px 10px 10px 5px;
}

.press .filter .date .btn-calendar {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    border-left: none;
    border-color: #000;
    font-size: 21px;
    padding: 5px 16px;
    background: #fff;
}

.press .filter .btn-search {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e2231a),
        to(#b41811)
    );
    background-image: linear-gradient(to bottom, #e2231a, #b41811);
    border: solid 0.8px #6f221e;
    line-height: 36px;
    height: 38px;
}

.press .filter .btn-search:hover {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#e2231a),
        to(#b41811)
    );
    background-image: linear-gradient(to top, #e2231a, #b41811);
}

.press .filter select {
    width: 100%;
    border-radius: 80px;
    background: #ffffff;
    border: solid 0.8px #000000;
    padding: 6px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, black 50%),
        linear-gradient(135deg, black 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(1em + 1px),
        calc(100% - 15px) calc(1em + 1px);
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
    outline: none;
}

.press .tags {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none;
}

.press .tags li {
    display: inline-block;
}

.press .label {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    background: #000;
    padding: 4px 16px;
    margin-right: 8px;
    margin-top: 8px;
}

.press .label.active,
.press .label:hover {
    background: #e2231a;
}

.press .newsroom,
.press .events,
.press .media,
.press .newsroom-area,
.press .events-area,
.press .media-area {
    margin-top: 50px;
    margin-bottom: 50px;
}

.press .newsroom h2,
.press .events h2,
.press .media h2,
.press .newsroom-area h2,
.press .events-area h2,
.press .media-area h2 {
    font-weight: bold;
    width: 100%;
    border-bottom: 2px solid #bababa;
    padding-left: 7px;
    margin-bottom: 0;
}

.press .newsroom h2 .btn-more,
.press .events h2 .btn-more,
.press .media h2 .btn-more,
.press .newsroom-area h2 .btn-more,
.press .events-area h2 .btn-more,
.press .media-area h2 .btn-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #000000;
    border: 1px solid transparent;
    padding: 2px 5px;
}

.press .newsroom h2 .btn-more:after,
.press .events h2 .btn-more:after,
.press .media h2 .btn-more:after,
.press .newsroom-area h2 .btn-more:after,
.press .events-area h2 .btn-more:after,
.press .media-area h2 .btn-more:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.25rem;
    vertical-align: middle;
    content: "";
    border-left: 0.3em solid;
    border-top: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}

.press .newsroom h2 .btn-more:hover,
.press .events h2 .btn-more:hover,
.press .media h2 .btn-more:hover,
.press .newsroom-area h2 .btn-more:hover,
.press .events-area h2 .btn-more:hover,
.press .media-area h2 .btn-more:hover {
    color: #e2231a;
}

.press .newsroom h2 .btn-th,
.press .newsroom h2 .btn-th-list,
.press .events h2 .btn-th,
.press .events h2 .btn-th-list,
.press .media h2 .btn-th,
.press .media h2 .btn-th-list,
.press .newsroom-area h2 .btn-th,
.press .newsroom-area h2 .btn-th-list,
.press .events-area h2 .btn-th,
.press .events-area h2 .btn-th-list,
.press .media-area h2 .btn-th,
.press .media-area h2 .btn-th-list {
    color: #bababa;
    font-size: 18px;
    margin: 0 8px;
    padding: 0;
    outline: none;
}

.press .newsroom h2 .btn-th.active,
.press .newsroom h2 .btn-th-list.active,
.press .events h2 .btn-th.active,
.press .events h2 .btn-th-list.active,
.press .media h2 .btn-th.active,
.press .media h2 .btn-th-list.active,
.press .newsroom-area h2 .btn-th.active,
.press .newsroom-area h2 .btn-th-list.active,
.press .events-area h2 .btn-th.active,
.press .events-area h2 .btn-th-list.active,
.press .media-area h2 .btn-th.active,
.press .media-area h2 .btn-th-list.active {
    color: #e2231a;
}

.press .newsroom .date,
.press .events .date,
.press .media .date,
.press .newsroom-area .date,
.press .events-area .date,
.press .media-area .date {
    color: #9b9b9b;
}

.press .newsroom .item,
.press .events .item,
.press .media .item,
.press .newsroom-area .item,
.press .events-area .item,
.press .media-area .item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.press .newsroom .item .date,
.press .events .item .date,
.press .media .item .date,
.press .newsroom-area .item .date,
.press .events-area .item .date,
.press .media-area .item .date {
    color: #000;
    margin: 10px 0;
}

.press .newsroom .item .h1,
.press .events .item .h1,
.press .media .item .h1,
.press .newsroom-area .item .h1,
.press .events-area .item .h1,
.press .media-area .item .h1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    height: 42px;
    color: #000;
    display: block;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.press .newsroom .item p,
.press .events .item p,
.press .media .item p,
.press .newsroom-area .item p,
.press .events-area .item p,
.press .media-area .item p {
    color: #4a4a4a;
    line-height: 1.75;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
}

.press .newsroom .item-list .item,
.press .events .item-list .item,
.press .media .item-list .item,
.press .newsroom-area .item-list .item,
.press .events-area .item-list .item,
.press .media-area .item-list .item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.press .newsroom .item-list .item .date,
.press .events .item-list .item .date,
.press .media .item-list .item .date,
.press .newsroom-area .item-list .item .date,
.press .events-area .item-list .item .date,
.press .media-area .item-list .item .date {
    color: #000;
    margin: 10px 0;
}

.press .newsroom .item-list .item .h1,
.press .events .item-list .item .h1,
.press .media .item-list .item .h1,
.press .newsroom-area .item-list .item .h1,
.press .events-area .item-list .item .h1,
.press .media-area .item-list .item .h1 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    color: #000;
    font-weight: bold;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.press .newsroom .item-list .item p,
.press .events .item-list .item p,
.press .media .item-list .item p,
.press .newsroom-area .item-list .item p,
.press .events-area .item-list .item p,
.press .media-area .item-list .item p {
    color: #4a4a4a;
    line-height: 1.75rem;
    min-height: 5.25rem;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.press .newsroom .item-list.list,
.press .events .item-list.list,
.press .media .item-list.list,
.press .newsroom-area .item-list.list,
.press .events-area .item-list.list,
.press .media-area .item-list.list {
    margin-right: 0;
    margin-left: 0;
}

.press .newsroom .item-list.list .item,
.press .events .item-list.list .item,
.press .media .item-list.list .item,
.press .newsroom-area .item-list.list .item,
.press .events-area .item-list.list .item,
.press .media-area .item-list.list .item {
    width: 100%;
    margin: 0;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.press .newsroom .item-list.list .item:hover,
.press .events .item-list.list .item:hover,
.press .media .item-list.list .item:hover,
.press .newsroom-area .item-list.list .item:hover,
.press .events-area .item-list.list .item:hover,
.press .media-area .item-list.list .item:hover {
    background: #f4f4f4;
}

.press .newsroom .item-list.list .item img,
.press .events .item-list.list .item img,
.press .media .item-list.list .item img,
.press .newsroom-area .item-list.list .item img,
.press .events-area .item-list.list .item img,
.press .media-area .item-list.list .item img {
    display: none;
}

.press .newsroom .item-list.list .item .date,
.press .events .item-list.list .item .date,
.press .media .item-list.list .item .date,
.press .newsroom-area .item-list.list .item .date,
.press .events-area .item-list.list .item .date,
.press .media-area .item-list.list .item .date {
    margin: 20px 10px;
    white-space: nowrap;
}

.press .newsroom .item-list.list .item .h1,
.press .events .item-list.list .item .h1,
.press .media .item-list.list .item .h1,
.press .newsroom-area .item-list.list .item .h1,
.press .events-area .item-list.list .item .h1,
.press .media-area .item-list.list .item .h1 {
    height: 30px;
    margin-top: 15px;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 1;
}

.press .newsroom .item-list.list .item p,
.press .events .item-list.list .item p,
.press .media .item-list.list .item p,
.press .newsroom-area .item-list.list .item p,
.press .events-area .item-list.list .item p,
.press .media-area .item-list.list .item p {
    display: none;
}

.press .events .item-list .item .box {
    border: solid 1px #a9a9a9;
}

.press .events .item-list .item .box .date {
    color: #9b9b9b;
    padding: 0 20px;
}

.press .events .item-list .item .box .h1 {
    padding: 0 20px;
    margin-bottom: 15px;
}

.press .media {
    text-align: center;
}

.press .media .film .video {
    padding: 0;
}

.press .media .film .info {
    text-align: left;
    background: #000;
    padding: 0;
    padding: 20px;
}

.press .media .film .info .date {
    font-size: 12px;
    line-height: 1.14;
    letter-spacing: 0.4px;
    color: #f9f9f9;
}

.press .media .film .info .title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.press .media .nav-tabs {
    text-align: center;
    border-bottom: solid 1px #000000;
}

.press .media .nav-tabs .nav-item {
    display: block;
    float: none;
    color: #4a4a4a;
    margin-left: 0;
}

.press .media .nav-tabs .nav-item .nav-link {
    color: #4a4a4a;
    padding: 10px 30px;
    border-radius: 0;
    border-color: transparent;
    background: transparent;
    border-bottom: 1px solid #000;
}

.press .media .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e2231a),
        to(#b41811)
    );
    background: linear-gradient(to bottom, #e2231a, #b41811);
}

.press .media .item {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px auto;
}

.press .media .item .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    text-align: left;
}

.press .media .item .info .date {
    color: #fff;
    font-size: 12px;
    line-height: 1.14;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.press .media .item .info .title {
    color: #fff;
    font-size: 16px;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.press .media .item:hover .info {
    background: rgba(0, 0, 0, 0.88);
}

.press .media .item:hover .info .date {
    color: #fff;
}

.press .media .item:hover .info .title {
    color: #e2231a;
}

@media (min-width: 992px) {
    .press .banner .owl-carousel {
        overflow: hidden;
    }
    .press .banner .owl-carousel .item {
        margin: 45px 0;
        text-align: center;
    }
    .press .banner .owl-carousel .item img {
        margin: 45px 0 20px 0;
    }
    .press .banner .owl-carousel .item .h1 {
        height: 117px;
        margin: 20px 0 10px 0;
        font-size: 48px;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        color: #000000;
        width: auto;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
    .press .banner .owl-carousel .item .h2 {
        margin: 10px 100px 24px 100px;
        height: 49px;
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
        color: #4a4a4a;
        width: auto;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
    .press .banner .owl-carousel .item .btn-detail {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.14;
        letter-spacing: 0.4px;
        text-align: right;
        color: #e2231a;
        border: solid 1px #e2231a;
        padding: 12px 30px;
    }
    .press .banner .owl-carousel .item .btn-detail:hover {
        color: #fff;
        background: #e2231a;
    }
    .press .banner .owl-carousel .owl-nav {
        position: absolute;
        color: #e5e5e5;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .press .banner .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 0;
        width: 24%;
    }
    .press .banner .owl-carousel .owl-nav .owl-prev .fa {
        bottom: 210px;
    }
    .press .banner .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 0;
        width: 24%;
    }
    .press .banner .owl-carousel .owl-nav .owl-next .fa {
        bottom: 210px;
    }
    .press .banner .owl-carousel .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .press .banner .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }
    .press .banner .owl-carousel .owl-dots .owl-dot span {
        display: block;
        border: 1px solid #e2231a;
        background: transparent;
        width: 7px;
        height: 7px;
        border-radius: 30px;
        margin: 2px;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .press .banner .owl-carousel .owl-dots .owl-dot.active span {
        background: #e2231a;
    }
    .press .banner .owl-carousel .owl-dots .owl-dot:hover span {
        background: #e2231a;
    }
    .press .newsroom,
    .press .events,
    .press .media,
    .press .newsroom-area,
    .press .events-area,
    .press .media-area {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .press .newsroom h2,
    .press .events h2,
    .press .media h2,
    .press .newsroom-area h2,
    .press .events-area h2,
    .press .media-area h2 {
        font-weight: bold;
        width: 100%;
        border-bottom: 2px solid #bababa;
        padding-left: 7px;
    }
    .press .newsroom h2 .btn-more,
    .press .events h2 .btn-more,
    .press .media h2 .btn-more,
    .press .newsroom-area h2 .btn-more,
    .press .events-area h2 .btn-more,
    .press .media-area h2 .btn-more {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 5px;
        color: #000000;
        border: 1px solid transparent;
        padding: 2px 5px;
    }
    .press .newsroom h2 .btn-more:after,
    .press .events h2 .btn-more:after,
    .press .media h2 .btn-more:after,
    .press .newsroom-area h2 .btn-more:after,
    .press .events-area h2 .btn-more:after,
    .press .media-area h2 .btn-more:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.25rem;
        vertical-align: middle;
        content: "";
        border-left: 0.3em solid;
        border-top: 0.3em solid rgba(0, 0, 0, 0);
        border-bottom: 0.3em solid rgba(0, 0, 0, 0);
    }
    .press .newsroom h2 .btn-more:hover,
    .press .events h2 .btn-more:hover,
    .press .media h2 .btn-more:hover,
    .press .newsroom-area h2 .btn-more:hover,
    .press .events-area h2 .btn-more:hover,
    .press .media-area h2 .btn-more:hover {
        color: #e2231a;
    }
    .press .newsroom .item,
    .press .events .item,
    .press .media .item,
    .press .newsroom-area .item,
    .press .events-area .item,
    .press .media-area .item {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .press .newsroom .item .date,
    .press .events .item .date,
    .press .media .item .date,
    .press .newsroom-area .item .date,
    .press .events-area .item .date,
    .press .media-area .item .date {
        margin: 10px 0;
    }
    .press .newsroom .item .h1,
    .press .events .item .h1,
    .press .media .item .h1,
    .press .newsroom-area .item .h1,
    .press .events-area .item .h1,
    .press .media-area .item .h1 {
        color: #000;
        display: block;
        /* Fallback for non-webkit */
        height: 2.5rem;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.4rem;
        width: auto;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
    .press .newsroom .item p,
    .press .events .item p,
    .press .media .item p,
    .press .newsroom-area .item p,
    .press .events-area .item p,
    .press .media-area .item p {
        color: #4a4a4a;
        line-height: 1.75;
        width: auto;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 3;
    }
    .press .media {
        text-align: center;
    }
    .press .media .film {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .press .media .film .video {
        padding: 0;
    }
    .press .media .film .info {
        text-align: left;
        background: #000;
        padding: 0;
        padding: 30px 20px;
    }
    .press .media .film .info .date {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.4px;
        color: #f9f9f9;
    }
    .press .media .film .info .title {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
    }
    .press .media .nav-tabs {
        text-align: center;
        border-bottom: solid 1px #000000;
    }
    .press .media .nav-tabs .nav-item {
        display: inline-block;
        float: none;
        color: #4a4a4a;
    }
    .press .media .nav-tabs .nav-item .nav-link {
        color: #4a4a4a;
        padding: 10px 30px;
        border-radius: 0;
        border-color: transparent;
        background: transparent;
        border-bottom: 1px solid #000;
    }
    .press .media .nav-tabs .nav-item .nav-link.active {
        color: #fff;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#e2231a),
            to(#b41811)
        );
        background: linear-gradient(to bottom, #e2231a, #b41811);
    }
    .press .media .item {
        position: relative;
        display: block;
        width: 100%;
        margin: 10px auto;
    }
    .press .media .item .info {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        padding: 20px;
        text-align: left;
    }
    .press .media .item .info .date {
        color: #fff;
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.4px;
        margin-bottom: 10px;
    }
    .press .media .item .info .title {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        width: auto;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
    .press .media .item:hover .info {
        background: rgba(0, 0, 0, 0.88);
    }
    .press .media .item:hover .info .date {
        color: #fff;
    }
    .press .media .item:hover .info .title {
        color: #e2231a;
    }
}

@media (min-width: 1200px) {
    .press .banner .owl-carousel .owl-nav .owl-prev .fa {
        bottom: 210px;
    }
    .press .banner .owl-carousel .owl-nav .owl-next .fa {
        bottom: 210px;
    }
}

.press.detail .info .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.press.detail .info .date {
    line-height: 50px;
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.press.detail .info .date .share-toolbar {
    text-align: center;
}

.press.detail .info .map {
    color: #e2231a;
    text-decoration: underline;
}

.press.detail .album .box {
    position: relative;
    display: block;
}

.press.detail .album .box .info {
    display: none;
}

.press.detail .album .thumbnail .item {
    position: relative;
    display: block;
    margin-bottom: 34px;
    border: 1px solid #fff;
    width: 33.33%;
    float: left;
}

.press.detail .album .thumbnail .item .more {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.press.detail .album .thumbnail .item .more span {
    position: absolute;
    letter-spacing: 5px;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -24px;
    text-align: center;
}

.press.detail .text-area {
    margin-bottom: 80px;
}

.press.detail .text-area p {
    font-size: 16px;
    line-height: 1.88;
}

.press.detail .contact {
    font-size: 16px;
}

.press.detail .contact .title {
    color: #000;
    line-height: 1.8;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: 2px solid #bababa;
    margin-bottom: 50px;
}

.press.detail .contact .department {
    color: #d80815;
    margin-bottom: 10px;
}

.press.detail .contact .tel {
    color: #666;
    display: block;
    margin-bottom: 10px;
}

.press.detail .contact .tel:hover {
    text-decoration: underline;
}

.press.detail .contact .email {
    color: #666;
    display: block;
    margin-bottom: 40px;
}

.press.detail .contact .email:hover {
    text-decoration: underline;
}

.press.detail .other {
    margin-top: 50px;
    margin-bottom: 150px;
}

.press.detail .other p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin: 10px 0;
}

.press.detail .other .date {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.4px;
    color: #9b9b9b;
}

.press.detail .other h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.press.detail .other h2 {
    font-weight: bold;
    width: 100%;
    border-bottom: 2px solid #bababa;
    padding-left: 7px;
    margin-bottom: 0;
}

.press.detail .other .owl-carousel {
    margin-bottom: 20px;
    padding: 20px 10%;
}

.press.detail .other .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
}

.press.detail .other .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    background: #4a4a4a;
    color: #fff;
    width: 50px;
    height: 50px;
    left: -10%;
    top: -25px;
}

.press.detail .other .owl-carousel .owl-nav .owl-next {
    position: absolute;
    background: #4a4a4a;
    color: #fff;
    width: 50px;
    height: 50px;
    right: 10%;
    top: -25px;
}

.press.detail .other .owl-carousel .item {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px auto;
}

.press.detail .other .owl-carousel .item .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    text-align: left;
}

.press.detail .other .owl-carousel .item .info .date {
    color: #fff;
    font-size: 12px;
    line-height: 1.14;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.press.detail .other .owl-carousel .item .info .title {
    color: #fff;
    font-size: 16px;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.press.detail .other .owl-carousel .item:hover .info {
    background: rgba(0, 0, 0, 0.88);
}

.press.detail .other .owl-carousel .item:hover .info .date {
    color: #fff;
}

.press.detail .other .owl-carousel .item:hover .info .title {
    color: #e2231a;
}

.press.detail .share-toolbar .share {
    display: inline-block;
    color: #fff;
    background: #e2231a;
    font-size: 30px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-align: center;
}

.press.detail .share-toolbar .share:hover {
    background: #000;
}

.press.detail .share-toolbar .share:nth-child(2) {
    margin: 0 20px;
}

.press.detail .banner {
    margin-bottom: 50px;
}

.press.detail .banner img {
    margin: 40px 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
}

.press.detail .banner .btn-action {
    padding: 16px 95px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100px;
    background-color: #000000;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

.press.detail .banner .btn-action:hover {
    background: #e2231a;
}

.press.detail .intro {
    margin-bottom: 50px;
}

.press.detail .intro .title {
    color: #000;
    line-height: 1.8;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: 2px solid #bababa;
    margin-bottom: 50px;
}

.press.detail .intro p {
    font-size: 18px;
    line-height: 1.67;
}

.press.detail .download {
    margin-bottom: 50px;
}

.press.detail .download .title {
    color: #000;
    line-height: 1.8;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: 2px solid #bababa;
    margin-bottom: 20px;
}

.press.detail .download p {
    font-size: 18px;
    line-height: 1.67;
    color: #e2231a;
}

.press.detail .download p a {
    color: #e2231a;
    text-decoration: underline;
}

.press.detail .news {
    margin-bottom: 50px;
}

.press.detail .news .title {
    color: #000;
    line-height: 1.8;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: 2px solid #bababa;
    margin-bottom: 20px;
}

.press.detail .news .item img {
    border: solid 1px #000000;
    margin-bottom: 10px;
}

.press.detail .news .item .date {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.4px;
    color: #9b9b9b;
    margin-bottom: 20px;
}

.press.detail .news .item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    border: none;
    margin-bottom: 10px;
}

.press.detail .news .item .info {
    font-size: 16px;
    line-height: 1.75;
    color: #4a4a4a;
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.press.detail .links {
    margin-bottom: 50px;
}

.press.detail .links .title {
    color: #000;
    line-height: 1.8;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: 2px solid #bababa;
    margin-bottom: 20px;
}

.press.detail .links .item {
    margin-bottom: 20px;
}

.press.detail .links .item .title {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #e2231a;
    border-color: #e2231a;
}

.press.detail .links .item .info {
    padding-left: 54px;
}

.press.detail .media {
    margin-bottom: 50px;
}

.press.detail .media .title {
    color: #000;
    line-height: 1.8;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: 2px solid #bababa;
    margin-bottom: 20px;
}

.press.detail .media .item .info {
    padding-top: 10px;
}

.press.detail .media .item .info .date a {
    color: #fff;
}

.press.detail .media .item .info .date a:hover {
    color: #e2231a;
}

.press.detail .media .item .info .title {
    cursor: pointer;
    border: none;
    margin: 0;
    line-height: 1.5;
}

.press.detail .media .item .info .title:hover {
    text-decoration: underline;
}

.press.detail .media .item.video .img {
    position: relative;
}

.press.detail .media .item.video .img:after {
    position: absolute;
    content: "";
    background: url("../images/press/btn-play.png") no-repeat;
    width: 83px;
    height: 82px;
    left: 50%;
    top: 50%;
    margin-left: -42.1px;
    margin-top: -41px;
}

.album-popup .modal-body {
    padding: 50px 20px 20px 20px;
}

.album-popup .modal-body .owl-carousel {
    margin-bottom: 20px;
}

.album-popup .modal-body .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
}

.album-popup .modal-body .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    background: #4a4a4a;
    color: #fff;
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
}

.album-popup .modal-body .owl-carousel .owl-nav .owl-next {
    position: absolute;
    background: #4a4a4a;
    color: #fff;
    width: 50px;
    height: 50px;
    right: -25px;
    top: -25px;
}

.album-popup .modal-body .item__img {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.album-popup .modal-body .item__img:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.album-popup .modal-body .item__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.album-popup .modal-body .item__img .img-fluid,
.album-popup .modal-body .item__img .carousel-inner > .carousel-item > img,
.album-popup .modal-body .item__img .carousel-inner > .carousel-item > a > img {
    margin-bottom: 0 !important;
}

.album-popup .modal-body .item p {
    font-size: 16px;
}

.album-popup .modal-body .nav-list {
    padding: 0;
    list-style: none;
    margin: 0 -9px;
}

.album-popup .modal-body .nav-list li {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 3px;
    cursor: pointer;
}

.album-popup .modal-body .nav-list li.active:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(226, 34, 25, 0.7);
}

#sign-up .title {
    font-weight: 500;
    color: #e2231a;
}

#sign-up .form-control {
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #000;
}

#sign-up .btn-submit {
    padding: 16px 100px;
    color: #fff;
    background: #000;
    border-radius: 100px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

#sign-up .btn-submit:hover {
    background: #e2231a;
}

#sign-up .form-group {
    display: block;
    float: left;
    width: 33.33%;
}

#sign-up .form-group .form-control {
    width: 100%;
    border-right: none;
}

#sign-up .form-group .form-control.canton {
    border-right: 1px solid #000;
}

@media (min-width: 576px) {
    .album-popup .modal-body {
        padding: 50px 58px;
    }
    .album-popup .modal-body p {
        font-size: 16px;
    }
    .album-popup .modal-body .nav-list {
        padding: 0;
        list-style: none;
        margin: 0 -9px;
    }
    .album-popup .modal-body .nav-list li {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
        margin: 8px;
        cursor: pointer;
    }
    .album-popup .modal-body .nav-list li.active:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        background-color: rgba(226, 34, 25, 0.7);
    }
}

@media (min-width: 768px) {
    .press.detail .info .title {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.4;
    }
    .press.detail .info .date {
        line-height: 50px;
        font-size: 16px;
        color: #4a4a4a;
        margin-bottom: 20px;
    }
    .press.detail .info .date .share-toolbar {
        text-align: right;
    }
    .press.detail .info .map {
        color: #e2231a;
        text-decoration: underline;
    }
    .press.detail .album .box {
        position: relative;
        display: block;
        margin-bottom: 34px;
    }
    .press.detail .album .box .info {
        position: absolute;
        display: block;
        bottom: 0;
        padding: 20px;
        margin: 0;
        font-size: 16px;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.7);
        min-width: 100%;
    }
    .press.detail .album .thumbnail .item {
        position: relative;
        display: block;
        margin-bottom: 34px;
        border: none;
        width: 100%;
    }
    .press.detail .album .thumbnail .item .more {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        font-size: 50px;
        letter-spacing: 5px;
        text-align: center;
        color: #ffffff;
        padding-top: 35px;
    }
    .album-popup .modal-body {
        padding: 50px 70px;
    }
}

@media (min-width: 992px) {
    .album-popup .modal-body {
        padding: 50px 100px;
    }
}

.register .form-control {
    border-radius: 0;
    border-color: #000;
}

.register .form-check-inline {
    padding-top: 6px;
}

.register__sample {
    display: none;
}

.register__form {
    padding: 20px;
}

.register__title {
    line-height: 22px;
    font-size: 16px;
    color: #39393a;
    margin-top: 10px;
    margin-bottom: 5px;
}

.register__title-red {
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    color: #e2231a;
}

.register__title-help {
    color: #898989;
}

.register__title-partner {
    line-height: 26px;
    font-size: 19px;
    color: #39393a;
}

.register__text {
    line-height: 20px;
    font-size: 14px;
}

.register__text-intro {
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}

.register__text-help {
    line-height: 20px;
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.register__text-check {
    line-height: 20px;
    font-size: 14px;
    color: #e2231a;
    padding: 0.5rem 0;
    margin-top: 37px;
    border: 1px solid transparent;
}

.register__text-must {
    color: #d80815;
}

.register__btn-check {
    border-radius: 0;
    color: #fff;
    background-color: #000000;
    border: solid 1px #4a4a4a;
}

.register__btn-check:focus,
.register__btn-check:hover {
    background-color: #4a4a4a;
}

.register__btn-del {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #727c89;
    background-color: #e4e7ea;
    border: solid 1px #cccccc;
    padding: 5px 10px;
}

.register__btn-del:focus,
.register__btn-del:hover {
    color: #e2231a;
    background-color: #fff;
    border-color: #e2231a;
}

.register__btn-add {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    background-color: #e2231a;
    border: solid 1px #e2231a;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.register__btn-add:focus,
.register__btn-add:hover {
    color: #e2231a;
    background-color: #fff;
}

.register__btn-submit {
    margin: 30px auto;
    display: inline-block;
    text-align: center;
    padding: 16px;
    max-width: 440px;
    width: 100%;
    height: 55px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    background-color: #000000;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

.register__btn-submit:focus,
.register__btn-submit:hover {
    color: #666;
    background-color: #cacaca;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register__btn-report {
    display: inline-block;
    color: #d80815;
    margin-bottom: 10px;
}

.register__btn-report:before {
    color: #d80815;
    content: "取消回報";
}

.register__btn-report.collapsed:before {
    color: #d80815;
    content: "回報錯誤";
}

.register__btn-report:focus,
.register__btn-report:hover {
    color: #d80815;
    text-decoration: underline;
}

.register__bg-pink {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    background-color: #ffe0de;
}

.register__bg-gray {
    display: inline-block;
    background-color: #f7f7f7;
}

.register__hr-red {
    border-color: #e2231a;
}

.result__title-red {
    color: #d80815;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.result__title-red .fa {
    margin-left: 10px;
}

.result__text-title {
    color: #e2231a;
}

.result__text-no {
    font-size: 24px;
    color: #e2231a;
}

.result__btn-print {
    position: relative;
    margin: 15px 15px 50px 0;
    display: inline-block;
    padding: 10px 20px 10px 60px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background-color: #e2231a;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    border-radius: 30px;
}

.result__btn-print .fa {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 30px;
}

.result__btn-print:focus,
.result__btn-print:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35);
}

.result__btn-home {
    display: inline-block;
    margin: 15px 15px 50px 0;
    font-size: 16px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background-color: #e2231a;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    border-radius: 30px;
}

.result__btn-home img {
    font-size: 30px;
    margin-right: 15px;
}

.result__btn-home:focus,
.result__btn-home:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35);
}

.result .css-table {
    width: auto;
    font-size: 14px;
    margin-top: 20px;
}

.result .td {
    border: none;
    line-height: 24px;
}

.check-in header {
    background: #000;
}

.check-in main {
    padding: 150px 20px 20px 20px;
}

.check-in__top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.check-in__top-logo {
    display: block;
}

.check-in__top-logo img {
    float: left;
}

.check-in__top-title {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    float: left;
    padding: 8px 0 0 20px;
}

.check-in__top-btn {
    display: inline-block;
    padding: 4px 20px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    border-radius: 55px;
    background-color: #e2231a;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    text-align: center;
    width: 100%;
}

.check-in__top-btn .fa {
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}

.check-in__top-btn.active {
    pointer-events: none;
    color: #aeaeae;
    background-color: #ececec;
    -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.check-in__top-btn:hover {
    color: #fff;
}

.check-in__text {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.check-in__text-red {
    color: #d80815;
}

.check-in__text-note {
    padding: 15px;
    background-color: #f7f7f7;
    color: #4a4a4a;
    line-height: 22px;
    font-size: 16px;
}

.check-in__btn-black {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 95px;
    display: inline-block;
    margin: 20px auto;
    border-radius: 40px;
    background-color: #000000;
}

.check-in__btn-black:hover {
    color: #fff;
}

.check-in #search-form {
    position: relative;
    border: 1px solid #000;
    padding: 12px 32px 12px 12px;
    margin-bottom: 20px;
}

.check-in #search-form input {
    border: none;
    width: 100%;
    font-size: 14px;
}

.check-in #search-form input:focus {
    outline: none;
}

.check-in #search-form .fa-search {
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.check-in #search-form .btn-submit {
    display: none;
}

.check-in .css-table {
    margin-top: 15px;
}

.check-in .css-table .th {
    background-color: #f7f7f7;
    border-color: #d8d8d8;
    line-height: 20px;
    font-size: 14px;
    color: #4a4a4a;
}

.check-in .css-table .td {
    vertical-align: middle;
    border-color: #d8d8d8;
}

.check-in .css-table .tr {
    border: 1px solid #d8d8d8;
}

@media (min-width: 768px) {
    .check-in main {
        padding: 104px 20px 20px 20px;
    }
    .check-in__top-btn {
        margin-top: 0;
    }
    .check-in .css-table .tr {
        border: none;
    }
}

.modal-content {
    border-radius: 0;
    border-color: #fff;
}

.modal-body {
    padding-top: 60px;
}

.gallery {
    margin-bottom: 30px;
}

.gallery .row .main {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.gallery .row .main:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.gallery .row .main img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.gallery .row .item {
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    display: block;
    width: 16.66%;
    margin-left: 5px;
    margin-bottom: 20px;
}

.gallery .row .item:first-child {
    margin-left: 0;
}

.gallery .row .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.gallery .row .item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.gallery .row .item.video:after {
    position: absolute;
    content: "\f01d";
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: rgba(255, 255, 255, 0.75);
    font-size: 50px;
    line-height: 88.5px;
    text-align: center;
}

.gallery .row .item.active:after,
.gallery .row .item:hover:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 34, 25, 0.7);
}

.gallery__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop__award {
    margin-bottom: 15px;
}

.shop__award img {
    width: 58px;
}

.shop__name {
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.shop__category {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #e2231a;
}

.shop__number {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.shop__company {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.shop__price {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.shop__price ins {
    color: #e2231a;
}

.shop__line {
    width: 100%;
    border: solid 1px #dddddd;
    margin-bottom: 10px;
}

.shop__text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.88;
    color: #4a4a4a;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.shop__subtitle {
    font-size: 16px;
    line-height: 1.88;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.shop__btn-more {
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #e2231a;
    margin-bottom: 10px;
}

.shop__btn-more:hover {
    color: #e2231a;
    text-decoration: underline;
}

.shop__btn-store {
    display: inline-block;
    margin: 0 5px 10px 0;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(112deg, #ec4f47, #c42140);
    padding: 10px 15px;
    line-height: 1;
}

.shop__btn-store:hover {
    color: #fff;
    background: linear-gradient(112deg, #7a2624, #671221);
}

.award {
    font-family:
        "Noto Sans TC Variable",
        "Noto Sans TC",
        "微軟正黑體",
        arial sans-serif;
    color: #000000;
}

.award .banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    background: url(../images/award/banner_mb.jpg) no-repeat right top;
    background-size: cover;
    width: 100%;
    height: auto;
    font-size: 0.75rem;
}

.award .banner_en {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    background: url(../images/award/banner_mb_en.jpg) no-repeat right top;
    background-size: cover;
    width: 100%;
    height: auto;
    font-size: 0.75rem;
}

.award .banner .container {
    margin-left: 0;
    margin-right: 0;
}
.award .banner_en .container {
    margin-left: 0;
    margin-right: 0;
}

.award .banner__container {
    height: 100%;
}

.award .banner__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 2.375em;
    font-weight: 500;
    text-shadow: 0 0 5px #d53a35;
}

.award .banner__text {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 2em;
    color: #ffffff;
    text-shadow: 0 0 5px #d53a35;
}

.award .banner__slogan {
    position: relative;
    display: block;
    margin: 20px auto 50px auto;
    left: 35px;
}

.award .banner__copyright {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    padding: 5px;
    opacity: 0.8;
}

.award .intro {
    margin-bottom: 40px;
}

.award .intro.container {
    padding-left: 0;
    padding-right: 0;
}

.award .intro p {
    font-size: 14px;
    line-height: 1.8em;
}

.award .intro .title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.award .intro .title::after {
    content: "";
    margin-left: 20px;
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 1%;
    flex: 1 1 1%;
    background: #c70000;
}

.award .intro h1,
.award .intro h2,
.award .intro h3,
.award .intro h4 {
    font-family:
        "Noto Sans TC Variable",
        "Noto Sans TC",
        "微軟正黑體",
        arial sans-serif;
}

.award .intro h2 {
    font-size: 14px;
    line-height: 1.57;
    color: #000000;
    margin: 20px 0;
}

.award .intro .video {
    margin: 50px 0 15px 0;
}

.award .intro .pic {
    padding: 0;
}

.award .intro .pic__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.award .intro .pic__remark {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.award .intro .pic__name {
    color: #e2231a;
    font-size: 1.125em;
    text-align: center;
    font-weight: 500;
}

.award .intro .pic__arrow {
    width: 30px;
    height: auto;
}

.award .intro .pic01 {
    margin-bottom: 1.5rem;
}

.award .intro .pic01 .pic__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.award .intro .pic01 .pic__item {
    width: calc(100% / 2);
    margin-bottom: 10px;
}

.award .intro .pic01 .pic__item:nth-child(2n) .pic__img:before {
    display: none;
}

.award .intro .pic01 .pic__img {
    position: relative;
    padding: 0 10px;
}

.award .intro .pic01 .pic__img img {
    width: 100%;
    height: auto;
}

.award .intro .pic01 .pic__img:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 80%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: dashed 2px rgba(226, 35, 26, 0.5);
}

.award .intro .pic02 .pic__list,
.award .intro .pic03 .pic__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.award .intro .pic02 .pic__img,
.award .intro .pic03 .pic__img {
    max-width: 150px;
}

.award .intro .pic02 .pic__img img,
.award .intro .pic03 .pic__img img {
    width: 100%;
    height: auto;
}

.award .intro .pic02 {
    padding-bottom: 25px;
    border-bottom: 2px dashed rgba(226, 35, 26, 0.5);
}

.award .intro .pic03 {
    padding-top: 25px;
}

.award .intro02 {
    overflow: hidden;
}

.award .intro02 .position-relative {
    position: relative;
}

.award .intro02 h2 {
    font-size: 1.5em;
    font-weight: 700;
    text-align: left;
    line-height: 1.3em;
}

.award .intro02__text {
    display: block;
    text-align: right;
}

.award .intro02__text p {
    text-align: left;
    margin-bottom: 0;
}

.award .intro02__text p:nth-child(4) {
    margin-bottom: 20px;
}

.award .intro02__pattern {
    display: none;
    position: absolute;
    width: 40%;
    height: auto;
    right: -8%;
    top: 12%;
}

.award .intro03 h2,
.award .intro03 h3 {
    text-align: left;
}

.award .intro03 h2 {
    font-size: 1.5em;
    color: #e2231a;
    font-weight: 700;
    margin-bottom: 10px;
}

.award .intro03 h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.award .intro03__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.award .intro03__pic {
    position: relative;
    left: -40%;
    width: 35%;
}

.award .intro03__text {
    width: 65%;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.award .intro03__text p {
    margin-top: 10px;
    font-size: 24px;
}

.award .intro04__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.award .intro04__item h2 {
    width: 100px;
    font-size: 1.125em;
    margin: 15px 10px 15px 0;
    font-weight: 700;
}

.award .intro04__item p {
    width: calc(100% - 40px - 10px - 120px);
    margin-bottom: 0;
}

.award .intro04__pic {
    margin-right: 10px;
    max-width: 40px;
}

.award .intro04__pic img {
    width: 100%;
    height: auto;
}

.award .intro05 p {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.award .intro05__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.award .intro05__text {
    width: 100%;
    list-style: none;
    padding-left: 1.5em;
    margin-bottom: 2em;
}

.award .intro05__text li {
    position: relative;
    padding-left: 0.8em;
    line-height: 2em;
    font-size: 14px;
}

.award .intro05__text li:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    left: 0;
    top: 1.1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.award .intro05__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.award .intro05__pic img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.award .tab .container {
    border-bottom: 2px solid #e7e7e7;
}

.award .tab .container a {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    padding: 10px 0;
}

.award .tab .container a:hover,
.award .tab .container a.active {
    color: #e2231a;
    border-bottom: 2px solid #e2231a;
    margin-bottom: -2px;
}

.award.online-shop .filter {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 1030;
    padding: 15px 32px;
    height: 100vh;
    padding-bottom: 86px;
    overflow-y: auto;
}

.award.online-shop .filter__close {
    font-size: 2rem;
}

.award.online-shop .filter__header {
    position: fixed;
    right: 7px;
    top: 3px;
}

.award.online-shop .filter__footer {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.award.online-shop .filter__name {
    font-weight: bold;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 15px;
}

.award.online-shop .filter__title {
    font-weight: bold;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 15px;
}

.award.online-shop .filter__subtitle {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 15px;
}

.award.online-shop .filter__box {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.award.online-shop .filter__ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.award.online-shop .filter__item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.award.online-shop .filter__item--label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.award.online-shop .filter__item--check {
    position: absolute;
    margin-top: 6px;
    margin-left: -1.25rem;
}

.award.online-shop .filter__item--check:checked + .filter__item--name {
    color: #ff5959;
}

.award.online-shop .filter__item--name {
    line-height: 18px;
    font-size: 13px;
    color: #000;
}

.award.online-shop .filter__form--input {
    width: 100%;
    color: #9b9b9b;
    border: 1px solid #4a4a4a;
    padding: 9px 15px;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}

.award.online-shop .filter__btn--submit {
    display: block;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e2231a),
        to(#b41912)
    );
    background: linear-gradient(to bottom, #e2231a, #b41912);
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

.award.online-shop .filter__btn--reset {
    display: block;
    line-height: 18px;
    text-align: center;
    color: #e2231a;
    text-align: center;
    margin-bottom: 15px;
}

.award.online-shop .filter__btn--filter {
    cursor: pointer;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    padding: 12px;
    margin: 12px 0;
    color: #000000;
    border: 1px solid #d8d8d8;
    width: 100%;
}

.award.online-shop .filter__btn--filter.affix {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}

.award.online-shop .result {
    margin-bottom: 50px;
}

.award.online-shop .result h2 {
    font-weight: bold;
    width: 100%;
    border-bottom: 2px solid #bababa;
    padding-left: 7px;
    margin-bottom: 0;
}

.award.online-shop .result .container {
    padding: 0;
}

.award.online-shop .result .item-list {
    margin-top: 33px;
}

.award.online-shop .result .item-list a .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 245px;
    border: 0.5px solid #a7a7a7;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    height: auto;
}

.award.online-shop .result .item-list a .item .awards {
    width: 27px;
    height: auto;
}

.award.online-shop .result .item-list a .item .photo {
    position: relative;
    display: block;
    width: 100%;
    max-width: 112px;
    height: 112px;
    margin: 5px auto;
}

.award.online-shop .result .item-list a .item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.award.online-shop .result .item-list a .item .info {
    width: 100%;
}

.award.online-shop .result .item-list a .item .info .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #000000;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award.online-shop .result .item-list a .item .info .company {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-align: left;
    color: #9b9b9b;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award.online-shop .result .item-list a .item .info .store {
    font-size: 12px;
    line-height: 14px;
    float: left;
    color: #4a4a4a;
}

.award.online-shop .result .item-list a .item .info .store span {
    color: #e2231a;
}

.award.online-shop .result .item-list a .item .info .price {
    font-size: 12px;
    line-height: 14px;
    float: right;
    color: #4a4a4a;
}

.award.online-shop .result .item-list a .item .info .price span {
    color: #e2231a;
}

.award.online-shop .result .item-list a:hover .item {
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
}

.award.online-shop .result .item-list.list {
    margin-top: 0;
}

.award.online-shop .result .item-list.list a {
    width: 100%;
}

.award.online-shop .result .item-list.list a .item {
    display: block;
    border: none;
    border-bottom: 0.5px solid #a7a7a7;
    padding: 0;
    margin-bottom: 0;
    height: 113px;
    min-height: auto;
}

.award.online-shop .result .item-list.list a .item .awards {
    width: 25px;
    height: auto;
    float: right;
    margin: 4px;
}

.award.online-shop .result .item-list.list a .item .photo {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 112px;
    height: 112px;
    margin: 0 0 -5px 0;
}

.award.online-shop .result .item-list.list a .item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.award.online-shop .result .item-list.list a .item .info {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 10px 5px;
}

.award.online-shop .result .item-list.list a .item .info .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    text-align: left;
    color: #000000;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award.online-shop .result .item-list.list a .item .info .company {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.4px;
    text-align: left;
    color: #9b9b9b;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award.online-shop .result .item-list.list a:hover {
    z-index: 10;
}

.award.online-shop .result .item-list.list a:hover .item {
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
}

.award.online-shop .store__title {
    font-size: 20px;
    line-height: 28px;
    border-bottom: 2px solid #d8d8d8;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
}

.award.online-shop .store .item {
    display: block;
    background-color: #ffffff;
    border: solid 0.5px rgba(0, 0, 0, 0.5);
    padding: 5px;
    margin-bottom: 30px;
}

.award.online-shop .store .item p {
    font-size: 18px;
    background-color: #e2231a;
    border: solid 0.5px #9b9b9b;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin: 0;
    width: 100%;
    height: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.award.online-shop .store .item:hover {
    border: solid 0.5px black;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
}

.award.online-shop .store .item:hover p {
    color: #ffffff;
    background: #d41910;
}

.award.product select {
    width: 100%;
    border-radius: 80px;
    background: transparent;
    border: solid 0.8px #000000;
    padding: 6px 12px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, black 50%),
        linear-gradient(135deg, black 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(1em + 1px),
        calc(100% - 15px) calc(1em + 1px);
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
    outline: none;
    margin: 10px 0;
}

.award.product .filter {
    display: inline-block;
    width: 100%;
    background: #f9f9f9;
    padding: 42px 0 15px 0;
}

.award.product .filter .col-xs-6,
.award.product .filter .col-xs-12 {
    padding-right: 6px;
    padding-left: 6px;
}

.award.product .filter .text-muted {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    margin-top: -29px;
}

.award.product .filter .keyword {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 0;
}

.award.product .filter .keyword input {
    width: 100%;
    font-size: 13px;
    color: #000;
    background-color: #ffffff;
    -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 8px 16px 9px 16px;
}

.award.product .filter .btn-search {
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e2231a),
        to(#b41811)
    );
    background-image: linear-gradient(to bottom, #e2231a, #b41811);
    border: solid 0.8px #6f221e;
    line-height: 36px;
    height: 38px;
}

.award.product .filter .btn-search:hover {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#e2231a),
        to(#b41811)
    );
    background-image: linear-gradient(to top, #e2231a, #b41811);
}

.award.product .search-type .award {
    margin: 10px -5px 30px -5px;
}

.award.product .search-type .award .award-item {
    padding: 0 5px;
}

.award.product .search-type .award .award-item img {
    border: solid #000000;
    border-width: 1px 1px 5px 1px;
    padding: 5px;
    width: 100%;
    height: 80px;
}

.award.product .search-type .award .award-item:hover img {
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    border-color: #e2231a;
}

.award.product .search-type .box {
    position: relative;
    margin-bottom: 50px;
}

.award.product .search-type .box .box-top,
.award.product .search-type .box .box-right,
.award.product .search-type .box .box-bottom,
.award.product .search-type .box .box-left {
    position: relative;
    height: 135px;
}

.award.product .search-type .box:hover .box-top,
.award.product .search-type .box:hover .box-right,
.award.product .search-type .box:hover .box-bottom,
.award.product .search-type .box:hover .box-left {
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    border: 1px solid #ccc;
}

.award.product .search-type .box .info {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: transparent;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.award.product .search-type .box .info .title {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
    padding: 5px 0;
}

.award.product .search-type .box .info .title p {
    display: none;
    margin-bottom: 0;
}

.award.product .search-type .box .box-left .info {
    width: 100%;
    height: auto;
    bottom: -32px;
    left: 0;
}

.award.product .search-type .box .box-right .info {
    width: 100%;
    height: auto;
    bottom: -32px;
    right: 0;
}

.award.product .search-type .box .box-top .info {
    width: 100%;
    height: auto;
    bottom: -32px;
    left: 0;
}

.award.product .search-type .box .box-bottom .info {
    width: 100%;
    height: auto;
    bottom: -32px;
    left: 0;
}

.award.product .search-type .btn-download {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e2231a),
        to(#b41811)
    );
    background-image: linear-gradient(to bottom, #e2231a, #b41811);
    border: solid 0.8px #6f221e;
    line-height: 36px;
    height: 38px;
}

.award.product .search-type .btn-download:hover {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#e2231a),
        to(#b41811)
    );
    background-image: linear-gradient(to top, #e2231a, #b41811);
}

.award.product.result .result {
    margin-top: 50px;
    margin-bottom: 50px;
}

.award.product.result .result h2 {
    font-weight: bold;
    width: 100%;
    border-bottom: 2px solid #bababa;
    padding-left: 7px;
    margin-bottom: 0;
}

.award.product.result .result h2 .btn-th,
.award.product.result .result h2 .btn-th-list {
    color: #bababa;
    font-size: 18px;
    margin: 0 8px;
    padding: 0;
    outline: none;
}

.award.product.result .result h2 .btn-th.active,
.award.product.result .result h2 .btn-th-list.active {
    color: #e2231a;
}

.award.product.result .result h2 .sort .btn {
    font-size: 14px;
    color: #9b9b9b;
    padding: 2px 8px;
}

.award.product.result .result h2 .sort .btn.active {
    color: #e2231a;
    outline: none;
}

.award.product.result .result .item-list {
    margin-top: 33px;
}

.award.product.result .result .item-list a .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 242px;
    border: none;
    padding: 7px;
    margin-bottom: 20px;
    text-align: center;
    height: auto;
}

.award.product.result .result .item-list a .item .awards {
    width: 27px;
    height: auto;
}

.award.product.result .result .item-list a .item .photo {
    position: relative;
    display: block;
    width: 100%;
    max-width: 112px;
    height: 112px;
    margin: 10px auto;
}

.award.product.result .result .item-list a .item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.award.product.result .result .item-list a .item .info {
    width: 100%;
}

.award.product.result .result .item-list a .item .info .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award.product.result .result .item-list a .item .info .company {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #9b9b9b;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award.product.result .result .item-list a .item .info .book-name {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-align: left;
    margin-bottom: 5px;
    overflow: hidden;
    color: #666;
    width: "100%";
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.award.product.result .result .item-list a:hover .item {
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
}

.award.product.result .result .item-list.list {
    margin-top: 0;
}

.award.product.result .result .item-list.list a {
    width: 100%;
}

.award.product.result .result .item-list.list a .item {
    display: block;
    border: none;
    border-bottom: 0.5px solid #a7a7a7;
    padding: 0;
    margin-bottom: 0;
    height: 113px;
    min-height: 113px;
}

.award.product.result .result .item-list.list a .item .awards {
    width: 25px;
    height: auto;
    float: right;
    margin: 4px;
}

.award.product.result .result .item-list.list a .item .photo {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 112px;
    height: 112px;
    margin: 0 0 -5px 0;
}

.award.product.result .result .item-list.list a .item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.award.product.result .result .item-list.list a .item .info {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 10px 5px;
}

.award.product.result .result .item-list.list a .item .info .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    text-align: left;
    color: #000000;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award.product.result .result .item-list.list a .item .info .company {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.4px;
    text-align: left;
    color: #9b9b9b;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award.product.result .result .item-list.list a:hover {
    z-index: 10;
}

.award.product.result .result .item-list.list a:hover .item {
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
}

.award.selection {
    background: url(../images/award/selection/cream-pixels-bg.png) repeat;
}

.award.selection .banner {
    background: #fff;
    padding: 80px 0;
}

.award.selection .banner .title {
    display: block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 50px;
}

.award.selection .banner .btn-action {
    display: inline-block;
    padding: 16px 35px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100px;
    background-color: #cecece;
}

.award.selection .banner .btn-action:hover {
    background: #e2231a;
}

.award.selection .banner .btn-action.off {
    cursor: not-allowed;
}

.award.selection .banner .btn-action.off:hover {
    background: #bababa;
}

.award.selection .intro {
    padding: 0;
}

.award.selection .intro .title {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px solid #bababa;
    margin-bottom: 20px;
}

.award.selection .intro p {
    font-size: 18px;
    line-height: 1.67;
    color: #000000;
    margin-bottom: 20px;
}

.award.selection .intro .img-intro {
    width: 60%;
    margin: 0 auto 50px auto;
    display: block;
}

.award.selection .intro .box {
    border: none;
    padding: 0;
}

.award.selection .intro .box h3 {
    font-size: 13px;
    line-height: 1.31;
    color: #000000;
    margin: 40px 0 10px 0;
}

.award.selection .intro .box h3:first-child {
    margin-top: 0;
}

.award.selection .depict {
    padding: 15px 0 1px 0;
    background: url(../images/award/selection/bg.jpg) repeat;
}

.award.selection .depict .title {
    display: inline-block;
    font-size: 24px;
    font-weight: bolder;
    color: #000000;
    text-align: right;
}

.award.selection .depict .title .sub-title {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
}

.award.selection .depict .owl-carousel {
    margin: 30px 0;
    overflow: hidden;
}

.award.selection .depict .owl-carousel .item img {
    width: 70%;
    margin: 0 auto;
}

.award.selection .depict .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 60px;
    margin-top: -45px;
}

.award.selection .depict .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    width: auto;
    height: auto;
}

.award.selection .depict .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
}

.award.selection .depict .owl-carousel .owl-dots {
    margin-top: 25px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.award.selection .depict .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.award.selection .depict .owl-carousel .owl-dots .owl-dot span {
    display: block;
    border: 1px solid #e2231a;
    background: #fff;
    width: 9px;
    height: 9px;
    border-radius: 30px;
    margin: 2px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.award.selection .depict .owl-carousel .owl-dots .owl-dot.active span {
    background: #000;
}

.award.selection .depict .owl-carousel .owl-dots .owl-dot:hover span {
    background: #000;
}

.award.selection .video {
    padding: 80px 0;
}

.award.selection .video .title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 50px;
}

.award.selection .seminar {
    padding: 60px 0;
    background: url(../images/award/selection/bg.jpg) repeat;
}

.award.selection .seminar .title {
    display: inline-block;
    font-size: 24px;
    font-weight: bolder;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.award.selection .seminar .items {
    margin-bottom: 40px;
}

.award.selection .seminar .items .item {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
}

.award.selection .seminar .items .item .stage {
    color: #fff;
    background: #000;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}

.award.selection .seminar .items .item .info {
    height: 210px;
    padding: 20px 25px;
    color: #000;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
}

.award.selection .seminar .items .item .info a {
    color: #e2231a;
}

.award.selection .seminar .items .item .info a:hover {
    text-decoration: underline;
}

.award.selection .seminar .btn-action {
    display: inline-block;
    padding: 16px 25px;
    font-size: 16px;
    text-align: center;
    min-width: 230px;
    color: #ffffff;
    border-radius: 100px;
    background-color: #cecece;
    margin-bottom: 45px;
}

.award.selection .seminar .btn-action:hover {
    background: #000;
}

.award.selection .seminar .btn-action.off {
    cursor: not-allowed;
}

.award.selection .seminar .btn-action.off:hover {
    background: #bababa;
}

.award.selection .other {
    background: transparent;
    padding: 50px 0;
}

.award.selection .other .title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-bottom: 2px solid #bababa;
    margin-bottom: 20px;
}

.award.selection .other .download {
    display: block;
    font-size: 18px;
    line-height: 1.67;
    color: #e2231a;
    background: transparent;
    text-decoration: underline;
    margin-bottom: 20px;
}

.award.selection .other .btn-faq {
    padding: 15px 20px;
    font-size: 18px;
    color: #000000;
    display: block;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0 1px 0 0 rgba(138, 138, 138, 0.5);
    box-shadow: 0 1px 0 0 rgba(138, 138, 138, 0.5);
}

.award.selection .other .btn-faq .fa {
    margin-top: 5px;
}

.award.selection .other .btn-faq .fa-minus {
    display: block;
}

.award.selection .other .btn-faq .fa-plus {
    display: none;
}

.award.selection .other .btn-faq.collapsed .fa-minus {
    display: none;
}

.award.selection .other .btn-faq.collapsed .fa-plus {
    display: block;
}

.award.selection .other #faq {
    color: #333;
    font-size: 16px;
}

.award.selection .other #faq .question {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

.award.selection .other #faq .answer a {
    color: #e2231a;
    text-decoration: none;
}

.award.selection .other #faq .answer a:hover {
    text-decoration: underline;
}

.award-en .banner__title {
    line-height: 1.2em;
}

.award-en .banner__text {
    line-height: 1.8em;
    max-width: 450px;
}

.award-en .intro .title {
    font-weight: 700;
}

.award-en .intro .pic__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35%;
}

.award-en .intro .pic__name {
    font-size: 0.875em;
}

.award-en .intro .pic__remark {
    height: 45px;
}

.award-en .intro03__text p {
    line-height: 1.2em;
}

.award-en .intro04__item {
    margin-bottom: 1px;
}

.award-en .intro04__item h2 {
    width: 110px;
}

.award-en .intro05__text li {
    line-height: 1.8em;
}

.award-en .intro05__pic {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 576px) {
    .award .banner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 87.5vw;
        font-size: 0.75rem;
    }
    .award .banner_en {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 87.5vw;
        font-size: 0.75rem;
    }
    .award .banner__title {
        margin-top: -32px;
    }
    .award .banner__slogan {
        bottom: -60px;
        margin: 0;
    }
    .award .banner__copyright {
        position: absolute;
    }
}

@media (min-width: 768px) {
    .award .banner {
        height: 56.25vw;
        font-size: 0.75rem;
        background: url(../images/award/banner.jpg) no-repeat center;
        background-size: cover;
        margin-bottom: 30px;
    }
    .award .banner_en {
        height: 56.25vw;
        font-size: 0.75rem;
        background: url(../images/award/banner_en.jpg) no-repeat center;
        background-size: cover;
        margin-bottom: 30px;
    }
    .award .banner .container {
        margin-left: auto;
        margin-right: auto;
    }
    .award .banner_en .container {
        margin-left: auto;
        margin-right: auto;
    }
    .award .banner__slogan {
        left: 17%;
        bottom: -25%;
    }
    .award .banner__title {
        margin-top: 30px;
    }
    .award .banner__copyright {
        display: none;
    }
    .award .intro {
        margin-bottom: 50px;
    }
    .award .intro.container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .award .intro p {
        line-height: 1.57;
    }
    .award .intro .pic01 {
        margin-bottom: 1rem;
    }
    .award .intro .pic01 .pic__item {
        width: calc(100% / 4);
        margin-bottom: 0;
    }
    .award .intro .pic01 .pic__item:nth-child(2n) .pic__img:before {
        display: block;
    }
    .award .intro .pic01 .pic__item:last-child .pic__img:before {
        display: none;
    }
    .award .intro .pic01 .pic__img {
        padding: 0;
    }
    .award .intro02__text {
        display: inline-block;
    }
    .award .intro02__text p {
        margin-bottom: 10px;
    }
    .award .intro02__pattern {
        display: block;
    }
    .award .intro03__text {
        width: 60%;
        padding: 0 0 0 60px;
    }
    .award .intro03__text p {
        margin-top: 10px;
    }
    .award .intro03__pic {
        position: static;
        width: 40%;
    }
    .award .intro04__item h2 {
        margin: 20px 10px 20px 0;
    }
    .award .intro05__box {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .award .intro05__text {
        width: 60%;
        padding-left: 0;
        margin-bottom: 1em;
    }
    .award .intro05__pic {
        width: 40%;
        padding: 0 30px 0 60px;
    }
    .award-en .intro02__text {
        max-width: 560px;
    }
    .award-en .intro02__text p {
        margin-bottom: 30px;
    }
    .award-en .intro03__text p {
        margin-top: 20px;
    }
    .award-en .intro05__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .award-en .intro05__pic {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 7em 50px 0 50px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1030px;
    }
    .gallery {
        margin-bottom: 30px;
    }
    .gallery .row .item.video:after {
        line-height: 60.22px;
    }
    .award .banner {
        height: calc(965 / 2880 * 100vw);
        font-size: 0.7rem;
    }
    .award .banner_en {
        height: calc(965 / 2880 * 100vw);
        font-size: 0.7rem;
    }
    .award .intro {
        margin-bottom: 50px;
    }
    .award .intro p {
        font-size: 1.125em;
        line-height: 1.8;
        color: #000000;
    }
    .award .intro .pic {
        padding: 30px;
    }
    .award .intro .pic__arrow {
        width: auto;
        height: auto;
    }
    .award .intro .pic__remark {
        font-size: 1.125em;
    }
    .award .intro .pic__name {
        font-size: 1.125em;
    }
    .award .intro .title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .award .intro .video {
        margin: 60px 0 15px 0;
    }
    .award .intro02 h2 {
        font-size: 2.375em;
    }
    .award .intro02__text {
        padding-left: 6.5em;
    }
    .award .intro03 h2 {
        font-size: 2.375em;
        margin-bottom: 20px;
    }
    .award .intro03 h3 {
        font-size: 25px;
        margin-bottom: 60px;
    }
    .award .intro03__text {
        font-size: 25px;
    }
    .award .intro03__text p {
        font-size: inherit;
    }
    .award .intro04__item h2 {
        margin-right: 20px;
        width: auto;
    }
    .award .intro04__item p {
        width: auto;
        font-size: 1em;
    }
    .award .intro04__item__pic {
        margin-right: 20px;
        max-width: 80px;
    }
    .award .intro05__text li {
        font-size: 1.125em;
    }
    .award.online-shop .filter {
        position: relative;
        display: block !important;
        padding: 0;
        z-index: 0;
        overflow-y: hidden;
        height: auto;
    }
    .award.online-shop .filter__header {
        display: none;
    }
    .award.online-shop .filter__footer {
        position: relative;
    }
    .award.online-shop .result h2 {
        font-weight: bold;
        width: 100%;
        border-bottom: 2px solid #bababa;
        padding-left: 7px;
        margin-bottom: 0;
    }
    .award.online-shop .result .item-list {
        margin-top: 33px;
    }
    .award.online-shop .result .item-list a .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        min-height: 382px;
        border: 0.5px solid #a7a7a7;
        padding: 10px;
        margin-bottom: 30px;
        text-align: left;
    }
    .award.online-shop .result .item-list a .item .awards {
        width: 41px;
        height: 54px;
    }
    .award.online-shop .result .item-list a .item .photo {
        position: relative;
        display: block;
        width: 100%;
        max-width: 215px;
        height: 215px;
        margin: 5px auto;
        float: none;
    }
    .award.online-shop .result .item-list a .item .photo img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .award.online-shop .result .item-list a .item .info {
        float: none;
    }
    .award.online-shop .result .item-list a .item .info .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.88;
        text-align: left;
        color: #000000;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .award.online-shop .result .item-list a .item .info .company {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.4px;
        text-align: left;
        color: #9b9b9b;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .award.online-shop .result .item-list a .item .info .store {
        font-size: 13px;
        line-height: 16px;
        float: left;
        color: #4a4a4a;
    }
    .award.online-shop .result .item-list a .item .info .store span {
        color: #e2231a;
    }
    .award.online-shop .result .item-list a .item .info .price {
        font-size: 13px;
        line-height: 16px;
        float: right;
        color: #4a4a4a;
    }
    .award.online-shop .result .item-list a .item .info .price span {
        color: #e2231a;
    }
    .award.online-shop .result .item-list a:hover .item {
        -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    }
    .award.online-shop .result .item-list.list {
        margin-top: 0;
    }
    .award.online-shop .result .item-list.list a {
        width: 100%;
    }
    .award.online-shop .result .item-list.list a .item {
        display: block;
        border: none;
        border-bottom: 0.5px solid #a7a7a7;
        padding: 0;
        margin-bottom: 0;
        height: 131px;
        min-height: 131px;
    }
    .award.online-shop .result .item-list.list a .item .awards {
        width: 41px;
        height: 54px;
        float: right;
        margin: 38px 10px;
    }
    .award.online-shop .result .item-list.list a .item .photo {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 130px;
        height: 130px;
        margin: 0 0 -5px 0;
    }
    .award.online-shop .result .item-list.list a .item .photo img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .award.online-shop .result .item-list.list a .item .info {
        display: inline-block;
        vertical-align: top;
        width: 79%;
        margin: 38px 0 0 30px;
    }
    .award.online-shop .result .item-list.list a .item .info .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.88;
        text-align: left;
        color: #000000;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .award.online-shop .result .item-list.list a .item .info .company {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.4px;
        text-align: left;
        color: #9b9b9b;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .award.online-shop .result .item-list.list a:hover {
        z-index: 10;
    }
    .award.online-shop .result .item-list.list a:hover .item {
        -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    }
    .award.product .filter {
        display: inline-block;
        width: 100%;
        background: #f9f9f9;
        padding: 42px 0 15px 0;
        overflow-y: hidden;
        height: auto;
    }
    .award.product .filter .col-xs-12 {
        padding-right: 6px;
        padding-left: 6px;
    }
    .award.product .filter .text-muted {
        font-size: 13px;
        color: #000;
        margin-bottom: 10px;
        margin-top: -29px;
    }
    .award.product .filter select {
        width: 100%;
        border-radius: 80px;
        background: transparent;
        border: solid 0.8px #000000;
        padding: 6px 12px;
        font-size: 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image:
            linear-gradient(45deg, transparent 50%, black 50%),
            linear-gradient(135deg, black 50%, transparent 50%);
        background-position:
            calc(100% - 20px) calc(1em + 1px),
            calc(100% - 15px) calc(1em + 1px);
        background-size:
            5px 5px,
            5px 5px;
        background-repeat: no-repeat;
        outline: none;
    }
    .award.product .filter .keyword {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .award.product .filter .keyword input {
        width: 100%;
        font-size: 13px;
        color: #000;
        background-color: #ffffff;
        -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
        box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
        border: solid 1px rgba(0, 0, 0, 0.1);
        padding: 8px 16px 9px 16px;
    }
    .award.product .filter .btn-search {
        margin-top: 20px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#e2231a),
            to(#b41811)
        );
        background-image: linear-gradient(to bottom, #e2231a, #b41811);
        border: solid 0.8px #6f221e;
        line-height: 36px;
        height: 38px;
    }
    .award.product .filter .btn-search:hover {
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#e2231a),
            to(#b41811)
        );
        background-image: linear-gradient(to top, #e2231a, #b41811);
    }
    .award.product .search-type .award .award-item img {
        border: solid #000000;
        border-width: 1px 1px 5px 1px;
        padding: 11px 20px 12px 20px;
        width: 100%;
        height: 85px;
        margin: 40px 0;
    }
    .award.product .search-type .award .award-item:hover img {
        -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
        border-color: #e2231a;
    }
    .award.product .search-type .box {
        position: relative;
        margin-bottom: 40px;
    }
    .award.product .search-type .box .box-top,
    .award.product .search-type .box .box-right,
    .award.product .search-type .box .box-bottom,
    .award.product .search-type .box .box-left {
        position: relative;
        height: 300px;
    }
    .award.product .search-type .box:hover .box-top,
    .award.product .search-type .box:hover .box-right,
    .award.product .search-type .box:hover .box-bottom,
    .award.product .search-type .box:hover .box-left {
        -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
        border: 1px solid #ccc;
    }
    .award.product .search-type .box .info {
        position: absolute;
        width: 100%;
        height: 100%;
        color: #000;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 24px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .award.product .search-type .box .info .title {
        font-size: 22px;
        font-weight: 600;
        width: 100%;
    }
    .award.product .search-type .box .info .title p {
        display: inline-block;
        margin-top: 10px;
    }
    .award.product .search-type .box .box-left .info {
        width: 50%;
        height: 100%;
        bottom: 0;
        left: 0;
    }
    .award.product .search-type .box .box-right .info {
        width: 50%;
        height: 100%;
        bottom: 0;
        right: 0;
    }
    .award.product .search-type .box .box-top .info {
        width: 100%;
        height: 50%;
        bottom: 0;
        left: 0;
    }
    .award.product .search-type .box .box-bottom .info {
        width: 100%;
        height: 50%;
        bottom: 0;
        left: 0;
    }
    .award.product.result .result {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .award.product.result .result h2 {
        font-weight: bold;
        width: 100%;
        border-bottom: 2px solid #bababa;
        padding-left: 7px;
        margin-bottom: 0;
    }
    .award.product.result .result h2 .btn-th,
    .award.product.result .result h2 .btn-th-list {
        color: #bababa;
        font-size: 18px;
        margin: 0 8px;
        padding: 0;
        outline: none;
    }
    .award.product.result .result h2 .btn-th.active,
    .award.product.result .result h2 .btn-th-list.active {
        color: #e2231a;
    }
    .award.product.result .result h2 .sort .btn {
        font-size: 14px;
        color: #9b9b9b;
        padding: 2px 8px;
    }
    .award.product.result .result h2 .sort .btn.active {
        color: #e2231a;
        outline: none;
    }
    .award.product.result .result .item-list {
        margin-top: 33px;
    }
    .award.product.result .result .item-list a .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        min-height: 382px;
        border: 0.5px solid #a7a7a7;
        padding: 7px;
        margin-bottom: 20px;
        text-align: left;
    }
    .award.product.result .result .item-list a .item.ebook {
        min-height: auto;
    }
    .award.product.result .result .item-list a .item .awards {
        width: 41px;
        height: 54px;
    }
    .award.product.result .result .item-list a .item .photo {
        position: relative;
        display: block;
        width: 100%;
        max-width: 215px;
        height: 215px;
        margin: 15px auto 20px auto;
        float: none;
    }
    .award.product.result .result .item-list a .item .photo img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .award.product.result .result .item-list a .item .info {
        float: none;
    }
    .award.product.result .result .item-list a .item .info .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.88;
        text-align: center;
        color: #000000;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .award.product.result .result .item-list a .item .info .company {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.4px;
        text-align: center;
        color: #9b9b9b;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .award.product.result .result .item-list a .item .info .book-name {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.4px;
        text-align: center;
        color: #666;
        margin-bottom: 15px;
        overflow: hidden;
        width: "100%";
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
    .award.product.result .result .item-list a:hover .item {
        -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    }
    .award.product.result .result .item-list.list {
        margin-top: 0;
    }
    .award.product.result .result .item-list.list a {
        width: 100%;
    }
    .award.product.result .result .item-list.list a .item {
        display: block;
        border: none;
        border-bottom: 0.5px solid #a7a7a7;
        padding: 0;
        margin-bottom: 0;
        height: 131px;
        min-height: 131px;
    }
    .award.product.result .result .item-list.list a .item .awards {
        width: 41px;
        height: 54px;
        float: right;
        margin: 38px 10px;
    }
    .award.product.result .result .item-list.list a .item .photo {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 130px;
        height: 130px;
        margin: 0 0 -5px 0;
    }
    .award.product.result .result .item-list.list a .item .photo img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .award.product.result .result .item-list.list a .item .info {
        display: inline-block;
        vertical-align: top;
        width: 79%;
        margin: 38px 0 0 30px;
    }
    .award.product.result .result .item-list.list a .item .info .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.88;
        text-align: left;
        color: #000000;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .award.product.result .result .item-list.list a .item .info .company {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.4px;
        text-align: left;
        color: #9b9b9b;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .award.product.result .result .item-list.list a:hover {
        z-index: 10;
    }
    .award.product.result .result .item-list.list a:hover .item {
        -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    }
    .award.selection {
        background: url(../images/award/selection/cream-pixels-bg.png) repeat;
    }
    .award.selection .banner {
        background: #fff;
        padding: 80px 0;
    }
    .award.selection .banner .title {
        display: block;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #000;
        margin-bottom: 50px;
    }
    .award.selection .banner .btn-action {
        display: inline-block;
        padding: 16px 35px;
        font-size: 16px;
        text-align: center;
        color: #ffffff;
        border-radius: 100px;
        background-color: #cecece;
    }
    .award.selection .banner .btn-action:hover {
        background: #e2231a;
    }
    .award.selection .banner .btn-action.off {
        cursor: not-allowed;
    }
    .award.selection .banner .btn-action.off:hover {
        background: #bebebe;
    }
    .award.selection .intro {
        padding: 100px 0 50px 0;
    }
    .award.selection .intro .title {
        text-align: left;
        font-size: 24px;
        font-weight: 500;
        color: #000000;
        border-bottom: 1px solid #bababa;
        margin-bottom: 20px;
    }
    .award.selection .intro p {
        font-size: 18px;
        line-height: 1.67;
        color: #000000;
        margin-bottom: 20px;
    }
    .award.selection .intro .img-intro {
        width: 60%;
        margin: 0 auto 50px auto;
        display: block;
    }
    .award.selection .intro .box {
        border: solid 4.4px #e2231a;
        padding: 20px 40px;
    }
    .award.selection .intro .box h3 {
        font-size: 13px;
        line-height: 1.31;
        color: #000000;
        margin: 40px 0 10px 0;
    }
    .award.selection .intro .box h3:first-child {
        margin-top: 0;
    }
    .award.selection .depict {
        padding: 40px 0;
        background: url(../images/award/selection/bg.jpg) repeat;
    }
    .award.selection .depict .title {
        display: inline-block;
        font-size: 24px;
        font-weight: bolder;
        color: #000000;
        text-align: right;
    }
    .award.selection .depict .title .sub-title {
        font-size: 38px;
        font-weight: 600;
        color: #ffffff;
    }
    .award.selection .depict .owl-carousel {
        margin: 30px 0;
        overflow: hidden;
    }
    .award.selection .depict .owl-carousel .item img {
        width: 70%;
        margin: 0 auto;
    }
    .award.selection .depict .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        font-size: 60px;
        margin-top: -50px;
    }
    .award.selection .depict .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 50px;
        width: auto;
        height: auto;
    }
    .award.selection .depict .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 50px;
        width: auto;
        height: auto;
    }
    .award.selection .depict .owl-carousel .owl-dots {
        margin-top: 25px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .award.selection .depict .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }
    .award.selection .depict .owl-carousel .owl-dots .owl-dot span {
        display: block;
        border: 1px solid #e2231a;
        background: #fff;
        width: 9px;
        height: 9px;
        border-radius: 30px;
        margin: 2px;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .award.selection .depict .owl-carousel .owl-dots .owl-dot.active span {
        background: #000;
    }
    .award.selection .depict .owl-carousel .owl-dots .owl-dot:hover span {
        background: #000;
    }
    .award.selection .video {
        padding: 80px 0;
    }
    .award.selection .video .title {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 50px;
    }
    .award-en .intro p {
        line-height: 1.5em;
    }
    .award-en .intro03 h2 {
        font-size: 3em;
    }
    .award-en .intro03 h3 {
        font-size: 18px;
        max-width: 570px;
    }
    .award-en .intro03__text {
        font-size: 18px;
    }
    .award-en .intro03__text p {
        font-size: 24px;
    }
    .award-en .intro05 p {
        margin-bottom: 30px;
    }
    .award-en .intro05__text li {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .award .banner {
        font-size: 0.95rem;
    }
    .award .banner_en {
        font-size: 0.95rem;
    }
    .award .intro04 h2 {
        font-size: 2.375em;
    }
    .award .intro04__item p {
        font-size: 1.125em;
    }
    .award-en .intro04 h2 {
        font-size: 2em;
    }
    .award-en .intro04__item:nth-child(3) h2 {
        font-size: 1.5em;
    }
}

@media (min-width: 768px) and (max-height: 768px) {
    .award .banner__slogan {
        bottom: 20px;
    }
}

.selection {
    color: #fff;
}

.selection .mb-2 {
    margin-bottom: 2em;
}

.selection .mb-3 {
    margin-bottom: 3em;
}

.selection .mb-4 {
    margin-bottom: 4em;
}

.selection .mb-5 {
    margin-bottom: 5em;
}

.selection .nav {
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative;
}

.selection .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.selection .nav-item {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    padding: 15px 10px;
    width: 6.5em;
    text-align: center;
    position: relative;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.selection .nav-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 7px;
    border-radius: 25px;
    background-color: #ff4e4d;
    bottom: 20px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.selection .intro {
    background-color: #f5f5f5;
    color: #000;
    text-align: center;
    padding: 40px 0 40px 0;
}

.selection .intro .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.selection .intro .text {
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
}

.selection .intro__btn-main {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    color: #fff;
    background: #18d1f2;
    border-radius: 50px;
    padding: 0.5em 1em;
    margin: 0 auto;
    line-height: 30px;
    font-size: 30px;
    font-weight: 600;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.selection .intro__btn-main:hover {
    background: #0b1841;
}

.selection .intro__btn-main.disabled {
    cursor: not-allowed;
    background-color: #e6e6e6;
    color: #c1c1c1;
}

.selection .download {
    color: #000;
    background: #fff;
    text-align: center;
    padding: 40px 0 0 0;
}

.selection .download .title {
    font-size: 24px;
    font-weight: bold;
}

.selection .download .subtitle {
    font-size: 24px;
}

.selection .download .text {
    line-height: 30px;
    font-size: 15px;
    margin: 30px 0 50px 0;
    text-align: left;
}

.selection .download__title {
    overflow: hidden;
    margin-bottom: 20px;
}

.selection .download__title span {
    position: relative;
    height: 30px;
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px;
}

.selection .download__title span:after {
    position: absolute;
    content: "";
    width: 50vw;
    height: 7px;
    background: #32a6d7;
    top: 50%;
    left: 190px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.selection .download__title span:before {
    position: absolute;
    content: "";
    width: 50vw;
    height: 7px;
    background: #32a6d7;
    top: 50%;
    right: 190px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.selection .download__subtitle {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.selection .download__btn-main {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    background: #18d1f2;
    border-radius: 50px;
    padding: 10px 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.selection .download__btn-main:hover {
    background: #0b1841;
}

.selection .download__btn-main.disabled {
    cursor: not-allowed;
    background-color: #e6e6e6;
    color: #c1c1c1 !important;
}

.selection .download .fa {
    position: absolute;
    border-radius: 50px;
    border: 1px solid #fff;
    right: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    padding-left: 2px;
    display: block;
}

.selection .registration {
    text-align: center;
    color: #fff;
    background-color: #0b1841;
    padding: 40px 15px;
}

.selection .registration .container {
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    border: solid 7px #32a6d7;
    padding: 15px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}

.selection .registration__title {
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.selection .registration__subtitle {
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    font-weight: bold;
}

.selection .registration__subtitle span {
    margin-top: 20px;
    font-weight: normal;
    display: inline-block;
}

.selection .registration__btn {
    display: inline-block;
    padding: 15px 50px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto 0 auto;
    color: #fff;
    background: #18d1f2;
    border-radius: 50px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.selection .registration__btn:hover {
    background: #ff4e4d;
}

.selection .registration__btn.disabled {
    cursor: not-allowed;
    background-color: #e6e6e6;
    color: #c1c1c1;
}

.selection .seminar {
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 40px 0 10px 0;
}

.selection .seminar__title {
    font-size: 24px;
    font-weight: bold;
}

.selection .seminar__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

.selection .seminar__list {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}

.selection .seminar__list li {
    margin-bottom: 5px;
}

.selection .seminar .session__title {
    background-color: #666;
    color: #fff;
}

.selection .session {
    margin-bottom: 30px;
}

.selection .session__title {
    display: block;
    background: #005455;
    font-size: 18px;
    font-weight: bold;
    padding: 9px;
    width: 100%;
}

.selection .session__box {
    background: #fff;
    padding: 15px 20px;
    border: solid 1px #979797;
}

.selection .session__text {
    text-align: left;
    color: #000;
    height: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.selection .session__location {
    text-align: left;
    color: #000;
    height: 4rem;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}

.selection .session__location a {
    color: #000;
}

.selection .session__btn {
    display: block;
    color: #fff;
    background: #18d1f2;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    border-radius: 50px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.selection .session__btn:hover {
    background: #0b1841;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selection .session__btn.close__btn {
    background-color: rgba(101, 102, 102, 0.55);
    cursor: not-allowed;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.selection .video {
    color: #000;
    background: #f5f5f5;
    padding: 3em 0;
    text-align: center;
}

.selection .video__title-main {
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.selection .video__title-sub {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.selection .video__subtitle {
    background: #0b1841;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 0 8px 0;
}

.selection .video__video {
    position: relative;
    margin-bottom: 30px;
}

.selection .video__cate {
    overflow: hidden;
    list-style: none;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 2em;
}

.selection .video__cate li {
    float: none;
    margin-right: 2em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.selection .video__cate:after {
    display: "block";
    clear: both;
    height: 0;
    content: "";
    visibility: hidden;
    overflow: hidden;
}

.selection .video__btn-main {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    color: #fff;
    background: #18d1f2;
    border-radius: 50px;
    padding: 0.5em 1em;
    margin: 1em auto 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.selection .video__btn-main:hover {
    background: #0b1841;
}

.selection .video__btn-main.disabled {
    cursor: not-allowed;
}

.selection .video__btn-main.disabled:hover {
    background: #18d1f2;
}

.selection .guide {
    color: #000;
    background: #fff;
    padding: 40px 0 40px;
    text-align: center;
}

.selection .guide__title-main {
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.selection .guide__subtitle {
    background: #0b1841;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 0 8px 0;
}

.selection .guide__video {
    position: relative;
    margin-bottom: 30px;
}

.selection .schedule {
    text-align: center;
    color: #06312e;
    padding: 40px 0;
}

.selection .schedule .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.selection .schedule__icon {
    float: left;
    margin: 0 20px 20px 0;
}

.selection .schedule__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.selection .schedule__info-title {
    font-size: 24px;
    font-weight: bold;
}

.selection .schedule__info-subtitle {
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
}

.selection .schedule__info-text {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}

.selection .schedule__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.selection .schedule__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 10px);
    text-align: center;
    border: solid 1px #979797;
    padding: 7px;
    margin: 5px;
}

.selection .schedule__item img {
    width: 100%;
    height: auto;
}

.selection .contact {
    padding: 40px 15px;
    background-color: #0b1841;
}

.selection .contact .container {
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    border: solid 7px #32a6d7;
    padding: 40px 10px 15px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}

.selection .contact__title {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.selection .contact ul {
    width: 100%;
    margin: 10px auto;
    list-style: none;
}

.selection .contact ul li {
    line-height: 1.5;
    margin-bottom: 1.5em;
    position: relative;
}

.selection .contact ul li::after {
    content: "";
    display: table;
    clear: both;
}

.selection .contact ul li::before {
    content: "";
    display: block;
    background-color: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: -17px;
    top: 8px;
}

.selection .contact__subtitle {
    float: none;
}

.selection .contact__content {
    float: none;
}

.selection .contact__tel {
    color: #000;
}

.selection .contact__link {
    color: #4a90e2;
    font-weight: bold;
}

.selection .contact__input-group {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.selection .contact__input-group input {
    height: 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    border: solid 1px rgba(86, 86, 86, 0.1);
}

.selection .contact__input-group .btn-subscribe {
    color: #fff;
    background: #e9b614;
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 0;
    width: 100%;
}

.selection .contact__input-group .btn-subscribe:hover {
    background: #10d3cd;
}

@media (min-width: 768px) {
    .selection .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .selection .nav-item {
        display: block;
        line-height: 30px;
        font-size: 18px;
        width: auto;
        padding: 30px 10px;
    }
    .selection .nav-item:hover {
        color: #ff4e4d;
        text-decoration: none;
        padding: 33px 10px 27px;
    }
    .selection .nav-item:hover:after {
        opacity: 1;
        bottom: 17px;
    }
    .selection .intro .title {
        font-size: 56px;
    }
    .selection .intro .text {
        font-size: 18px;
    }
    .selection .intro__btn-main {
        font-size: 40px;
    }
    .selection .download .title {
        font-size: 32px;
    }
    .selection .download .subtitle {
        font-size: 30px;
    }
    .selection .download .text {
        line-height: 30px;
        font-size: 18px;
    }
    .selection .download__title {
        overflow: hidden;
        margin-bottom: 30px;
    }
    .selection .download__title span {
        position: relative;
        height: 45px;
        font-size: 32px;
        font-weight: bold;
        padding: 0 15px;
    }
    .selection .download__subtitle {
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .selection .download__btn-main {
        position: relative;
        display: block;
        width: 100%;
        border-radius: 50px;
        line-height: 30px;
        font-weight: 600;
        color: #fff !important;
    }
    .selection .download .fa {
        position: absolute;
        border-radius: 50px;
        border: 1px solid #fff;
        right: 12px;
        top: 11px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 21px;
        padding-left: 2px;
        display: block;
    }
    .selection .registration {
        padding: 80px 0;
    }
    .selection .registration .container {
        padding: 50px 0 30px;
    }
    .selection .registration__title {
        line-height: 45px;
        font-size: 32px;
        margin-bottom: 0;
    }
    .selection .registration__subtitle {
        line-height: 40px;
        font-size: 24px;
    }
    .selection .registration__btn {
        line-height: 30px;
        font-size: 32px;
        width: auto;
    }
    .selection .seminar__title {
        font-size: 32px;
        font-weight: bold;
    }
    .selection .seminar__subtitle {
        font-size: 24px;
    }
    .selection .seminar__list {
        text-align: left;
        display: inline-block;
        font-size: 18px;
    }
    .selection .video__title-main {
        line-height: 45px;
        font-size: 32px;
        font-weight: bold;
    }
    .selection .video__title-sub {
        font-size: 25px;
    }
    .selection .video__subtitle {
        color: #fff;
        line-height: 25px;
        font-size: 18px;
        font-weight: bold;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px 0 8px 0;
    }
    .selection .video__video {
        position: relative;
        margin-bottom: 30px;
    }
    .selection .video__btn-main {
        font-size: 24px;
    }
    .selection .video__cate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .selection .guide {
        background: #fff;
        text-align: center;
    }
    .selection .guide__title-main {
        line-height: 45px;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 40px;
    }
    .selection .guide__subtitle {
        color: #fff;
        line-height: 25px;
        font-size: 18px;
        font-weight: bold;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px 0 8px 0;
    }
    .selection .guide__video {
        position: relative;
        margin-bottom: 30px;
    }
    .selection .schedule__info-title {
        font-size: 32px;
    }
    .selection .schedule__info-subtitle {
        font-size: 16px;
    }
    .selection .schedule__info-text {
        line-height: 20px;
        font-size: 16px;
    }
    .selection .schedule__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .selection .schedule__item {
        width: 380px;
        margin: 10px;
        padding: 15px;
        margin: 10px;
    }
    .selection .contact .container {
        padding: 50px;
    }
    .selection .contact__title {
        line-height: 45px;
        font-size: 40px;
        margin-bottom: 1em;
    }
    .selection .contact ul {
        width: 600px;
    }
    .selection .contact__subtitle {
        float: left;
    }
    .selection .contact__content {
        float: left;
    }
    .selection .contact__input-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .selection .contact__input-group .btn-subscribe {
        width: 220px;
    }
}

.award.museum .banner {
    height: auto;
}

.award.museum .banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.award.museum .banner .owl-prev {
    position: absolute;
    left: 10px;
    font-size: 40px;
    color: #999;
}

.award.museum .banner .owl-next {
    position: absolute;
    right: 10px;
    font-size: 40px;
    color: #999;
}

.award.museum .events {
    margin-bottom: 20px;
}

.award.museum .events .item {
    display: block;
}

.award.museum .events .item .box {
    margin: 1px;
}

.award.museum .events .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.award.museum .events .owl-prev {
    position: absolute;
    left: -25px;
    font-size: 40px;
    color: #fff;
    padding: 0 4px 3px 5px;
    background: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
    line-height: 1;
    text-align: center;
    margin-top: -23px;
}

.award.museum .events .owl-next {
    position: absolute;
    right: -25px;
    font-size: 40px;
    color: #fff;
    padding: 0 4px 3px 5px;
    background: rgba(0, 0, 0, 0.3);
    line-height: 1;
    text-align: center;
    margin-top: -23px;
}

.award.museum .nav {
    background-color: #e2231a;
}

.award.museum .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.award.museum .nav__item {
    display: block;
    font-size: 14px;
    -webkit-columns: #333;
    columns: #333;
    padding: 8px 0;
    color: #fff;
}

.award.museum .evt_intro {
    padding: 60px 0 0 0;
    background-color: #fafafa;
    background-image: url(../images/award/museum/bg_md.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.award.museum .evt_intro .outline {
    background: #e2231a;
    padding: 10px;
}

.award.museum .evt_intro .outline .intro {
    padding: 10px;
    background: #e2231a;
    border: 1px #fafafa solid;
    margin: 0;
}

.award.museum .evt_intro .outline .intro .title {
    margin-top: 30px;
    height: 30px;
    font-size: 28px;
    line-height: 1.07;
    text-align: center;
    color: #ffffff;
}

.award.museum .evt_intro .outline .intro .detail {
    font-size: 16px;
    line-height: 1.88;
    color: #ffffff;
}

.award.museum .evt_intro .kv {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
}

.award.museum .evt_intro .kv .kv_img {
    width: 100%;
}

.award.museum .intro {
    padding: 0 0 60px 0;
    background-color: #fafafa;
    text-align: center;
    margin-bottom: 0;
}

.award.museum .intro a:hover {
    text-decoration: underline;
}

.award.museum .intro a {
    color: #e2231a;
}

.award.museum .intro .title {
    display: inline-block;
    font-size: 30px;
    font-weight: bolder;
    color: #e2231a;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #e2231a 2px solid;
}

.award.museum .intro .detail {
    font-size: 14px;
}

.award.museum .intro .infoTitle {
    padding-right: 0;
    margin-right: 0;
}

.award.museum .intro .info {
    padding: 0;
}

.award.museum .intro .btn-action {
    display: inline-block;
    padding: 16px 25px;
    font-size: 16px;
    text-align: center;
    min-width: 230px;
    color: #ffffff;
    border-radius: 100px;
    background-color: #000;
    margin-top: 45px;
}

.award.museum .intro .btn-action:hover {
    background: #e2231a;
    text-decoration: none;
}

.award.museum .intro .btn-action.off {
    cursor: not-allowed;
}

.award.museum .intro .btn-action.off:hover {
    background: #bababa;
}

.award.museum .intro .btn-red {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    min-width: 180px;
    border-radius: 100px;
    margin: 30px 10px;
    color: #fff;
    background: #e2231a;
}

.award.museum .intro .btn-red:hover {
    background: #820600;
    text-decoration: none;
}

.award.museum .little_star {
    padding: 60px 0;
    background: #e2231a;
    background-image: url(../images/award/museum/bg_md.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.award.museum .little_star .title {
    text-align: left;
    font-size: 24px;
    color: #000;
}

.award.museum .little_star .name {
    text-align: left;
    font-size: 18px;
    color: #ffffff;
}

.award.museum .little_star .intro {
    font-size: 14px;
    color: #ffffff;
    background-image: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    text-align: left;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.award.museum .little_star .star_photo {
    width: 100%;
}

.award.museum .little_star .star_photo img {
    width: 100%;
}

.award.museum .album .title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 60px;
}

.award.museum .album .box {
    position: relative;
    display: block;
}

.award.museum .album .box .info {
    display: none;
}

.award.museum .album .thumbnail .item {
    position: relative;
    display: block;
    margin-bottom: 34px;
    border: 1px solid #fff;
    width: 33.33%;
    float: left;
}

.award.museum .album .thumbnail .item .more {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.award.museum .album .thumbnail .item .more span {
    position: absolute;
    letter-spacing: 5px;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -24px;
    text-align: center;
}

.award.museum .traffic {
    background: #fafafa;
    padding: 50px 0;
}

.award.museum .traffic .title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-bottom: 2px solid #9b9b9b;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.award.museum .traffic .method {
    display: block;
    color: #000;
    margin-bottom: 20px;
}

.award.museum .traffic .method .icon {
    width: 15px;
    margin-right: 15px;
}

.award.museum .traffic .method .way {
    padding-right: 0;
    text-align: right !important;
    font-size: 15px;
    line-height: 1;
}

.award.museum .traffic .method p {
    font-size: 15px;
    line-height: 18px;
    margin-top: -1px;
}

.award.museum .googleMap {
    position: relative;
    width: 100%;
    height: 50vh;
}

.award.museum .googleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.award.museum .bearSection {
    position: relative;
    padding: 60px 0 200px 0;
    background-color: #fafafa;
    background-image: url(../images/award/museum/bg_md.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.award.museum .bearSection__text {
    padding: 5px;
}

.award.museum .bearSection__step {
    padding: 10px;
}

.award.museum .bearSection__bear {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 200px;
    padding-bottom: 20%;
    background-image: url(../images/award/museum/bear_bear.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.album-popup .modal-body {
    padding: 50px 20px 20px 20px;
}

.album-popup .modal-body .owl-carousel {
    margin-bottom: 20px;
}

.album-popup .modal-body .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
}

.album-popup .modal-body .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    background: #4a4a4a;
    color: #fff;
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
}

.album-popup .modal-body .owl-carousel .owl-nav .owl-next {
    position: absolute;
    background: #4a4a4a;
    color: #fff;
    width: 50px;
    height: 50px;
    right: -25px;
    top: -25px;
}

.album-popup .modal-body .item .img-fluid,
.album-popup .modal-body .item .carousel-inner > .carousel-item > img,
.album-popup .modal-body .item .carousel-inner > .carousel-item > a > img {
    margin-bottom: 20px;
}

.album-popup .modal-body .item p {
    font-size: 16px;
}

.album-popup .modal-body .nav-list {
    padding: 0;
    list-style: none;
    margin: 0 -9px;
}

.album-popup .modal-body .nav-list li {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 3px;
    cursor: pointer;
}

.album-popup .modal-body .nav-list li.active:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(226, 34, 25, 0.7);
}

@media (min-width: 576px) {
    .album-popup .modal-body {
        padding: 50px 58px;
    }
    .album-popup .modal-body p {
        font-size: 16px;
    }
    .album-popup .modal-body .nav-list {
        padding: 0;
        list-style: none;
        margin: 0 -9px;
    }
    .album-popup .modal-body .nav-list li {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
        margin: 8px;
        cursor: pointer;
    }
    .album-popup .modal-body .nav-list li.active:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        background-color: rgba(226, 34, 25, 0.7);
    }
}

@media (min-width: 768px) {
    .award.museum .nav {
        color: #e2231a;
    }
    .award.museum .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .award.museum .nav__item {
        display: block;
        font-size: 18px;
        -webkit-columns: #333;
        columns: #333;
        padding: 8px;
    }
    .award.museum .intro .title {
        font-size: 60px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .award.museum .intro .detail {
        font-size: 18px;
    }
    .award.museum .album .box {
        position: relative;
        display: block;
        margin-bottom: 34px;
    }
    .award.museum .album .box .info {
        position: absolute;
        display: block;
        bottom: 0;
        padding: 20px;
        margin: 0;
        font-size: 16px;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.7);
        min-width: 100%;
    }
    .award.museum .album .thumbnail .item {
        position: relative;
        display: block;
        margin-bottom: 34px;
        border: none;
        width: 100%;
    }
    .award.museum .album .thumbnail .item .more {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        font-size: 50px;
        letter-spacing: 5px;
        text-align: center;
        color: #ffffff;
        padding-top: 35px;
    }
    .award.museum .traffic .title {
        font-size: 20px;
    }
    .award.museum .traffic .method {
        font-size: 18px;
    }
    .award.museum .bearSection {
        padding: 50px 0 25% 0;
    }
    .award.museum .bearSection__bear {
        height: 27vw;
    }
    .album-popup .modal-body {
        padding: 50px 70px;
    }
}

@media (min-width: 992px) {
    .album-popup .modal-body {
        padding: 50px 100px;
    }
}

@media (min-width: 1400px) {
    .award.museum .intro .title {
        font-size: 60px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .award.museum .intro .detail {
        font-size: 18px;
    }
    .award.museum .traffic .title {
        font-size: 20px;
    }
    .award.museum .traffic .method {
        font-size: 18px;
    }
}

.award.detail .info {
    margin-bottom: 20px;
}

.award.detail .info .logo {
    max-width: 50%;
    margin-bottom: 20px;
}

.award.detail .info .title {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.award.detail .info .type {
    font-size: 14px;
    font-weight: 500;
    color: #e2231a;
    margin-bottom: 5px;
}

.award.detail .info .no {
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 5px;
}

.award.detail .info .company {
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
}

.award.detail .info .award {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
}

.award.detail .gallery {
    margin-bottom: 30px;
}

.award.detail .gallery .row .main {
    position: relative;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.award.detail .gallery .row .main:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.award.detail .gallery .row .main img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.award.detail .gallery .row .item {
    position: relative;
    cursor: pointer;
    border: 1px solid #000;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.award.detail .gallery .row .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.award.detail .gallery .row .item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.award.detail .gallery .row .item.video:after {
    position: absolute;
    content: "\f01d";
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: rgba(255, 255, 255, 0.75);
    font-size: 50px;
}

.award.detail .gallery .row .item.active:after,
.award.detail .gallery .row .item:hover:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 34, 25, 0.7);
}

.award.detail .share {
    margin-bottom: 30px;
}

.award.detail .share .share-toolbar .share {
    display: inline-block;
    color: #fff;
    background: #e2231a;
    font-size: 30px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-align: center;
}

.award.detail .share .share-toolbar .share:hover {
    background: #000;
}

.award.detail .share .share-toolbar .share:nth-child(2) {
    margin: 0 20px;
}

.award.detail .text-area {
    margin-bottom: 50px;
}

.award.detail .text-area .nav-tabs {
    display: inline-block;
    text-align: center;
    border-bottom: solid 2px #e7e7e7;
    margin-bottom: 15px;
}

.award.detail .text-area .nav-tabs .nav-item {
    display: inline-block;
    float: none;
    color: #4a4a4a;
}

.award.detail .text-area .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    text-align: center;
    color: #000000;
    padding: 2px;
    border-radius: 0;
    border: none;
    margin-bottom: -1px;
}

.award.detail .text-area .nav-tabs .nav-item .nav-link:hover,
.award.detail .text-area .nav-tabs .nav-item .nav-link.active {
    color: #e2231a;
    border-bottom: 2px solid #e2231a;
}

.award.detail .text-area .nav-tabs .nav-item .nav-language {
    color: #fff !important;
    background: #000 !important;
}

.award.detail .text-area .tab-content p {
    font-size: 14px;
    line-height: 1.5;
}

.award.detail .text-area .tab-content a {
    color: #e2231a;
    text-decoration: none;
}

.award.detail .text-area .tab-content a:hover {
    text-decoration: underline;
}

.award.detail .text-area .tab-content .btn-action {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 6px 15px;
    border-radius: 50px;
    text-decoration: none;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

.award.detail .text-area .tab-content .btn-action:hover {
    text-decoration: none;
    background: #e2231a;
}

.award.detail .other .owl-carousel {
    margin-bottom: 20px;
    padding: 0;
}

.award.detail .other .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
}

.award.detail .other .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    background: #4a4a4a;
    color: #fff;
    width: 50px;
    height: 50px;
    left: -15px;
    top: -25px;
}

.award.detail .other .owl-carousel .owl-nav .owl-next {
    position: absolute;
    background: #4a4a4a;
    color: #fff;
    width: 50px;
    height: 50px;
    right: -15px;
    top: -25px;
}

.award.detail .other .owl-carousel .item {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px auto;
    border: solid 1px #000000;
    padding: 10px;
}

.award.detail .other .owl-carousel .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.award.detail .other .owl-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.award.detail .other .owl-carousel .item .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-color: rgba(226, 34, 25, 0.9);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.award.detail .other .owl-carousel .item .info .title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -18px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award.detail .other .owl-carousel .item .info .company {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award.detail .other .owl-carousel .item:hover {
    border: solid 1px #e2231a;
}

.award.detail .other .owl-carousel .item:hover .info {
    opacity: 1;
}

#contact-popoup .title {
    font-weight: 500;
    color: #e2231a;
    font-size: 20px;
    line-height: 1.5;
}

#contact-popoup .form-control {
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #000;
}

#contact-popoup .btn-submit {
    padding: 16px 100px;
    color: #fff;
    background: #000;
    border-radius: 100px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

#contact-popoup .btn-submit:hover {
    background: #e2231a;
}

#contact-popoup hr {
    border: solid 1px #e2231a;
}

@media (min-width: 768px) {
    .award.detail .info {
        margin-bottom: 40px;
    }
    .award.detail .info .logo {
        max-width: 25%;
        margin-bottom: 15px;
    }
    .award.detail .info .title {
        font-size: 30px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 40px;
    }
    .award.detail .info .type {
        font-size: 16px;
        font-weight: 500;
        color: #e2231a;
        margin-bottom: 10px;
    }
    .award.detail .info .no {
        font-size: 16px;
        font-weight: 500;
        color: #4a4a4a;
        margin-bottom: 10px;
    }
    .award.detail .info .company {
        font-size: 16px;
        font-weight: 500;
        color: #4a4a4a;
    }
    .award.detail .info .award {
        position: relative;
        margin-top: 0;
        width: 16.66667%;
    }
    .award.detail .info .award img {
        width: 110px;
    }
    .award.detail .gallery {
        margin-bottom: 40px;
    }
    .award.detail .share {
        margin-bottom: 40px;
    }
    .award.detail .text-area {
        margin-bottom: 80px;
    }
    .award.detail .text-area .nav-tabs {
        display: inline-block;
        text-align: center;
        border-bottom: solid 2px #e7e7e7;
        margin-bottom: 40px;
    }
    .award.detail .text-area .nav-tabs .nav-item {
        display: inline-block;
        float: none;
        color: #4a4a4a;
    }
    .award.detail .text-area .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #000000;
        padding: 4px 30px;
        border-radius: 0;
        border: none;
        margin-bottom: -1px;
    }
    .award.detail .text-area .nav-tabs .nav-item .nav-link:hover,
    .award.detail .text-area .nav-tabs .nav-item .nav-link.active {
        color: #e2231a;
        border-bottom: 2px solid #e2231a;
    }
    .award.detail .text-area .tab-content p {
        font-size: 16px;
        line-height: 1.5;
    }
    .award.detail .other .owl-carousel {
        padding: 20px 80px;
    }
}

.study .container {
    padding-left: 35px;
    padding-right: 35px;
}

.study .banner__img {
    position: relative;
    display: block;
}

.study .banner__img:before {
    content: "";
    display: block;
    padding-top: 21.06667%;
}

.study .banner__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.study .banner__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #3f3f3f;
}

.study .label {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 1000;
    width: 28px;
    padding: 8px;
    opacity: 0.95;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}

.study .label:hover {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}

.study .mart-tab {
    background: #558bd1;
    width: 100%;
    padding: 0;
}

.study .mart-tab .container {
    overflow-x: auto;
    padding: 0;
}

.study .mart-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 0;
    margin-bottom: 0;
}

.study .mart-tab__link {
    display: block;
    opacity: 0.95;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    padding: 13px 15px 9px 15px;
    border-bottom: 4px solid transparent;
    white-space: nowrap;
}

.study .mart-tab__link.active {
    font-weight: bold;
    border-bottom-color: #ffffff;
}

.study .mart-tab__link:hover {
    font-weight: bold;
    border-bottom-color: #ffffff;
}

.study .overview {
    background: #cee7fe;
}

.study .overview__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px 50px 15px;
}

.study .overview__menu {
    border: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.study .overview__menu .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
}

.study .overview__btn {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
    background: #5f99e4;
    padding: 20px 0;
}

.study .overview__btn.active {
    cursor: auto;
    color: #000000;
    background: #fff;
}

.study .overview__btn.active .fa {
    color: #6e9cd8;
    border: 3px solid #6e9cd8;
}

.study .overview__btn .fa {
    text-align: center;
    margin-left: 8px;
    color: #568dd4;
    border: 3px solid #568dd4;
    border-radius: 50%;
    padding: 3px;
    width: 32px;
    height: 32px;
    line-height: 20px;
}

.study .overview__content {
    color: #000000;
    background: #ffffff;
    padding: 30px;
}

.study .overview__content p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.study .overview__content p:last-child {
    margin-bottom: 0;
}

.study .video__main-title {
    margin: 25px 0;
    padding: 3px;
    line-height: 1;
    font-size: 17px;
    font-weight: bold;
    color: #558bd1;
    border-bottom: 3px solid #558bd1;
}

.study .video__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #558bd1;
}

.study .video__item:last-child {
    border-bottom: none;
}

.study .video__title {
    font-size: 17px;
    line-height: 33px;
}

.study .video__text {
    color: #000;
}

.study .video__texta {
    text-decoration: underline;
}

.study .video__text p {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

.study .report {
    display: none;
    background: #d0e1ef;
}

.study .report__main-title {
    padding: 25px 3px 3px 3px;
    line-height: 1;
    font-size: 17px;
    font-weight: bold;
    color: #558bd1;
    border-bottom: 3px solid #558bd1;
}

.study .report__title {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    color: #000;
}

.study .report__text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #000;
}

.study .form {
    margin-bottom: 50px;
}

.study .form__title {
    text-align: center;
    font-weight: bold;
}

.study .form__box {
    border: solid 3px #558bd1;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.study .form__control {
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #558bd1;
    background-color: #ffffff;
    margin: 15px 0;
    font-size: 18px;
    border-radius: 0;
}

.study .form__submit {
    display: inline-block;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    background-color: #5f99e4;
    font-size: 17px;
    color: #ffffff;
    padding: 8px 60px;
    text-align: center;
}

.study .form__submit:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.study .social {
    background: #455468;
    text-align: center;
    padding: 20px 0;
}

.study .social__title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    line-height: 2;
    border-bottom: 3px solid #fff;
    margin-bottom: 5px;
}

.study .social__title:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 5px;
    background: #558bd1;
    left: 25%;
    bottom: -4px;
}

.study .social__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.study .social__item .fa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #455468;
    font-size: 24px;
    padding: 13px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px;
}

.study .social__item:hover {
    -webkit-transition: all 1.8s ease-out;
    transition: all 1.8s ease-out;
}

.study .social__item:hover .fa {
    background: white;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.study .social__name {
    color: #fff;
    font-size: 13px;
}

.study .nelson {
    padding-bottom: 50px;
}

.study .nelson__item {
    padding: 20px 0;
    border-bottom: 1px solid #558bd1;
}

.study .nelson__item:last-child {
    border-bottom: none;
}

.study .nelson__flag {
    width: 40px;
    margin-right: 15px;
}

.study .nelson__title {
    line-height: 27px;
    font-size: 24px;
    font-weight: bolder;
    color: #558bd1;
}

.study .nelson__text {
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: 0.2px;
}

.study .nelson__btn {
    padding: 8px 10px;
    color: #fff;
    background: #558bd1;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #558db1;
    margin-bottom: 5px;
}

.study .nelson__btn:hover {
    color: #558bd1;
    background: #fff;
}
.study .nelson__btn2 {
    padding: 8px 10px;
    color: #fff;
    background: #ff0000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #ff0000;
    margin-bottom: 5px;
}

.study .nelson__btn2:hover {
    color: #ff0000;
    background: #fff;
}

@media (min-width: 768px) {
    .study .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .study .banner__title {
        font-size: 36px;
    }
    .study .mart-tab {
        padding: 5px 0;
    }
    .study .mart-tab .container {
        overflow-x: auto;
        padding: 0 15px;
    }
    .study .mart-tab__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .study .mart-tab__link {
        font-size: 18px;
        line-height: 25px;
        padding: 15px 0;
        border-bottom: 5px solid transparent;
    }
    .study .nelson {
        padding-bottom: 50px;
    }
    .study .nelson__item {
        padding: 25px 0;
        border-bottom: 2px solid #558bd1;
    }
    .study .nelson__item:last-child {
        border-bottom: none;
    }
    .study .nelson__flag {
        width: 55px;
        margin-right: 20px;
    }
    .study .nelson__title {
        line-height: 55px;
        font-size: 30px;
        font-weight: bolder;
        color: #558bd1;
    }
    .study .nelson__text {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: 0.2px;
    }
    .study .nelson__btn {
        padding: 12px 20px;
        color: #fff;
        background: #558bd1;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        border: 2px solid #558db1;
    }
    .study .nelson__btn:hover {
        color: #558bd1;
        background: #fff;
    }
    .study .nelson__btn2 {
        padding: 12px 20px;
        color: #fff;
        background: #ff0000;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        border: 2px solid #ff0000;
    }
    .study .nelson__btn2:hover {
        color: #ff0000;
        background: #fff;
    }
}

@media (min-width: 992px) {
    .study .banner__img {
        position: relative;
        display: block;
    }
    .study .banner__img:before {
        content: "";
        display: block;
        padding-top: 13.19444%;
    }
    .study .banner__img > img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: auto !important;
        max-width: 100%;
        max-height: 100%;
    }
    .study .banner__title {
        font-size: 48px;
    }
    .study .label {
        top: 148px;
        left: 10px;
        width: 54px;
        padding: 10px 19px;
        font-size: 17px;
        line-height: 22px;
        color: #000000;
        border-radius: 0 5px 5px 0;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.5);
        background-color: #ffffff;
    }
    .study .overview__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .study .overview__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
    }
    .study .overview__menu .nav-item {
        height: 100%;
    }
    .study .overview__btn {
        font-size: 24px;
        -webkit-box-shadow: inset -3px 0 5px rgba(0, 0, 0, 0.36);
        box-shadow: inset -3px 0 5px rgba(0, 0, 0, 0.36);
    }
    .study .overview__btn.active {
        cursor: auto;
        color: #000000;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .study .overview__btn.active .fa {
        color: #6e9cd8;
        border: 3px solid #6e9cd8;
    }
    .study .overview__btn .fa {
        margin-left: 10px;
        padding: 6px;
        width: 42px;
        height: 42px;
        line-height: 1;
    }
    .study .overview__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 670px;
        flex: 1 0 670px;
    }
    .study .overview__content.ID {
        height: 516px;
    }
    .study .overview__content.PH {
        height: 356px;
    }
    .study .overview__content.MY {
        height: 380px;
    }
    .study .overview__content.VN {
        height: 380px;
    }
    .study .overview__content.TH {
        height: 508px;
    }
    .study .overview__content.IN {
        height: 444px;
    }
    .study .overview__content.MM {
        height: 380px;
    }
    .study .video .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .study .video__main-title {
        margin: 50px 0;
        padding: 5px;
        font-size: 30px;
        border-bottom: 5px solid #558bd1;
    }
    .study .video__item {
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
    .study .video__title {
        font-size: 24px;
    }
    .study .video__text p {
        font-size: 16px;
        line-height: 1.75;
    }
    .study .report__main-title {
        padding: 50px 5px 5px 5px;
        font-size: 30px;
        border-bottom: 5px solid #558bd1;
    }
    .study .report__title {
        font-size: 24px;
        font-weight: bold;
        margin: 30px 0 10px 0;
        color: #000;
    }
    .study .report__text {
        font-size: 16px;
        line-height: 1.88;
        letter-spacing: 0.2px;
        color: #000;
    }
    .study .form {
        margin-bottom: 50px;
    }
    .study .form__title {
        text-align: center;
        font-weight: bold;
    }
    .study .form__box {
        border: solid 3px #558bd1;
        padding: 20px 30px;
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    .study .form__control {
        -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
        border: solid 1px #558bd1;
        background-color: #ffffff;
        margin: 15px 0;
        font-size: 18px;
        border-radius: 0;
    }
    .study .form__submit {
        display: inline-block;
        border-radius: 8px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        background-color: #5f99e4;
        font-size: 24px;
        color: #ffffff;
        padding: 8px 60px;
        text-align: center;
    }
    .study .form__submit:hover {
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    }
    .study .social {
        padding: 50px 0;
    }
    .study .social__title {
        font-size: 24px;
    }
    .study .social__item .fa {
        font-size: 48px;
        padding: 13px;
        width: 90px;
        height: 90px;
        margin: 20px;
    }
}

@media (min-width: 1200px) {
    .study .overview__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 670px;
        flex: 1 0 670px;
    }
    .study .overview__content.ID {
        height: 444px;
    }
    .study .overview__content.PH {
        height: 332px;
    }
    .study .overview__content.MY {
        height: 332px;
    }
    .study .overview__content.VN {
        height: 308px;
    }
    .study .overview__content.TH {
        height: 436px;
    }
    .study .overview__content.IN {
        height: 396px;
    }
    .study .overview__content.MM {
        height: 332px;
    }
}

.search .list .nav-tabs {
    text-align: left;
    border-bottom: solid 1px #000000;
}

.search .list .nav-tabs .nav-item {
    display: block;
    float: none;
    color: #4a4a4a;
    margin-left: 0;
}

.search .list .nav-tabs .nav-item .nav-link {
    color: #4a4a4a;
    padding: 10px 30px;
    border-radius: 0;
    border-color: transparent;
    background: transparent;
    border-bottom: 1px solid #000;
}

.search .list .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e2231a),
        to(#b41811)
    );
    background: linear-gradient(to bottom, #e2231a, #b41811);
}

.search .list b {
    font-weight: 500;
    color: #d80815;
}

.search .list .all .item {
    padding: 20px 0;
    display: inline-block;
    border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
}

.search .list .all .item .date {
    text-align: left;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.4px;
    color: #9b9b9b;
    margin-bottom: 10px;
}

.search .list .all .item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search .list .all .item .info {
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search .list .all .item:hover {
    background: #f9f9f9;
}

.search .list .product .item {
    padding: 0;
    border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
}

.search .list .product .item .photo {
    padding: 0;
    text-align: center;
}

.search .list .product .item .photo:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.search .list .product .item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.search .list .product .item .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search .list .product .item .info {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #9b9b9b;
    margin-bottom: 10px;
}

.search .list .product .item .award {
    text-align: center;
    padding: 10px 0;
}

.search .list .product .item:hover {
    background: #f9f9f9;
}

@media (min-width: 768px) {
    .search .list {
        padding-bottom: 100px;
    }
    .search .list .nav-tabs .nav-item {
        display: inline-block;
    }
    .search .list .all .item .date {
        text-align: center;
        padding: 0;
    }
    .search .list .product .item {
        border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
    }
    .search .list .product .item .photo {
        padding: 0;
        text-align: left;
    }
    .search .list .product .item .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        color: #000000;
        margin-top: 38px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .search .list .product .item .info {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.4px;
        color: #9b9b9b;
    }
    .search .list .product .item .award {
        padding-top: 38px;
        text-align: center;
    }
    .search .list .product .item .award img {
        max-width: 41px;
    }
    .search .list .product .item:hover {
        background: #f9f9f9;
    }
}

@media (min-width: 992px) {
    .search .list .product .item .photo img {
        max-width: 130px;
    }
}

.other .contact-us,
.other .privacy,
.other .disclaimer,
.other .terms {
    background-color: #fff;
    margin: 0;
}

.other .contact-us .title,
.other .privacy .title,
.other .disclaimer .title,
.other .terms .title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 5.4px;
    color: #000000;
}

.other .contact-us h2,
.other .privacy h2,
.other .disclaimer h2,
.other .terms h2 {
    font-weight: 600;
    color: #d80815;
}

.other .contact-us ul,
.other .privacy ul,
.other .disclaimer ul,
.other .terms ul {
    margin: 20px 0;
}

.other .contact-us ul li,
.other .privacy ul li,
.other .disclaimer ul li,
.other .terms ul li {
    margin-bottom: 20px;
    font-size: 14px;
}

.other .contact-us .title {
    font-size: 22px;
    font-weight: bold;
    text-align: justify;
    color: #e2231a;
}

.other .contact-us h2 {
    font-size: 18px;
    color: #000000;
}

.other .contact-us h3 {
    font-size: 16px;
}

.other .contact-us a {
    font-size: 16px;
}

.other .contact-us .form-control {
    min-height: 52px;
    margin-bottom: 15px;
    border-radius: 0;
    border-color: #000;
    padding: 15px 25px;
}

.other .contact-us .g-recaptcha > div {
    margin: 10px auto;
}

.other .contact-us .btn-submit {
    display: block;
    color: #fff;
    width: 240px;
    height: 55px;
    border-radius: 100px;
    background-color: #000000;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    padding: 16px 0;
    margin: 15px auto;
}

.other .resources {
    margin-bottom: 50px;
}

.other .resources .title {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #e2231a;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}

.other .resources .title .fa {
    width: 50px;
    text-align: center;
    font-size: 36px;
}

.other .resources .list-box {
    width: 100%;
    min-height: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 15px;
}

.other .resources .list-box a {
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    color: #000000;
    text-decoration: underline;
}

.other .resources .list-box p {
    margin: 0;
}

@media (min-width: 992px) {
    .other .contact-us,
    .other .privacy,
    .other .disclaimer,
    .other .terms {
        background-color: #f9f9f9;
        padding: 50px 0;
        margin: 50px;
    }
    .other .resources {
        margin-bottom: 50px;
    }
    .other .resources .title {
        width: 100%;
        font-size: 32px;
        font-weight: bold;
        color: #e2231a;
        border-bottom: 2px solid rgba(0, 0, 0, 0.5);
        margin-top: 80px;
    }
    .other .resources .title .fa {
        width: 60px;
        text-align: center;
        font-size: 48px;
    }
    .other .resources .list-box {
        width: 100%;
        min-height: 100px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }
    .other .resources .list-box a {
        -webkit-box-flex: 1;
        -ms-flex: 1 3 200px;
        flex: 1 3 200px;
        font-size: 20px;
        font-weight: bold;
        text-align: justify;
        color: #000000;
        text-decoration: underline;
    }
    .other .resources .list-box p {
        -webkit-box-flex: 3;
        -ms-flex: 3 1 200px;
        flex: 3 1 200px;
        margin: 0;
    }
}

.winner.winners-inquiry-list .btn-submit {
    display: block;
    width: 240px;
    margin: 20px auto;
    padding: 15px 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 100px;
    background: #000000;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

.winner.winners-inquiry-list .btn-submit:hover {
    background: #666666;
}

.winner.winners-inquiry-list .question {
    margin-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.winner.winners-inquiry-list .question p {
    margin-left: 70px;
    text-indent: -70px;
}

.winner.winners-inquiry-list .replied {
    margin-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.winner.winners-inquiry-list .reply {
    margin-top: 20px;
}

.winner.winners-product-import .btn-submit {
    display: inline-block;
    width: 240px;
    margin: 20px auto;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 100px;
    background: #000000;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

.winner.winners-product-import .btn-submit:hover {
    background: #666666;
}

.winner.winners-product-import .product .form-check-input {
    margin-left: -2.25rem;
    width: 18px;
    height: 18px;
}

.winner.winners-product-import .product .title {
    position: relative;
    background: #f5f5f5;
    padding: 10px 10px 5px 50px;
}

.winner.winners-product-import .product .items {
    overflow-y: auto;
    height: 50vh;
}

.winner.winners-product-import .product .items .item {
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
    margin-top: 1px;
    padding: 15px 10px 15px 50px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
}

.winner.winners-product-import .product .items .item:hover {
    background: #ccc;
}

.winner.winners-product-import .product .items .item .type {
    font-size: 16px;
    display: block;
    /* Fallback for non-webkit */
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 1;
}

.winner.winners-product-import .product .items .item .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    /* Fallback for non-webkit */
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 1;
}

@media (min-width: 992px) {
    .winner {
        margin-top: 20px;
        min-height: 50vh;
    }
    .winner .company-name {
        font-size: 14px;
        font-weight: bold;
    }
    .winner .btn {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        border-radius: 3px;
        padding: 5px 10px;
    }
    .winner .btn:hover {
        background: #666666;
    }
    .winner .btn-edit {
        background: #000000;
    }
    .winner .btn-add {
        background: #e2231a;
    }
    .winner .btn-content {
        font-size: 14px;
        background: #000000;
    }
    .winner .btn-cancel {
        font-size: 14px;
        background: #000000;
    }
    .winner .btn-del {
        font-size: 14px;
        background: #000000;
    }
    .winner .btn-upload {
        font-size: 14px;
        background: #e2231a;
    }
    .winner .btn-sort {
        font-size: 14px;
        background: #000000;
    }
    .winner .btn-sort:hover {
        cursor: -webkit-grab;
    }
    .winner .btn-sort:focus {
        cursor: -webkit-grabbing;
    }
    .winner .btn-preview {
        font-size: 14px;
        background: #000000;
    }
    .winner .btn-save {
        font-size: 14px;
        background: #e2231a;
    }
    .winner .btn-append {
        font-size: 14px;
        background: #000000;
    }
    .winner .btn-publish {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 100px;
        background-color: #000000;
        -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    }
    .winner .btn-import {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 100px;
        background-color: #000000;
        -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    }
    .winner h2 {
        padding: 3px 0;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 2px solid #bababa;
        margin: 20px 0;
    }
    .winner h2 .btn {
        margin-top: -3px;
    }
    .winner .text-red {
        color: #e2231a;
    }
    .winner .nav-tabs {
        display: inline-block;
        text-align: center;
        border-bottom: solid 2px #e7e7e7;
        margin: 20px auto;
    }
    .winner .nav-tabs .nav-item {
        display: inline-block;
        float: none;
        color: #4a4a4a;
    }
    .winner .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        text-align: center;
        color: #000000;
        padding: 2px 10px;
        border-radius: 0;
        border: none;
        margin-bottom: -1px;
    }
    .winner .nav-tabs .nav-item .nav-link:hover,
    .winner .nav-tabs .nav-item .nav-link.active {
        color: #e2231a;
        border-bottom: 2px solid #e2231a;
    }
    .winner.winners-board .item-list {
        display: inline-block;
        margin-bottom: 40px;
        width: 100%;
    }
    .winner.winners-board .item-list .item {
        height: 70px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        cursor: pointer;
    }
    .winner.winners-board .item-list .item:hover .title {
        color: #e2231a;
    }
    .winner.winners-board .item-list .item .date {
        width: 90px;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0.4px;
        color: #9b9b9b;
    }
    .winner.winners-board .item-list .item .title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        width: 80%;
        text-align: left;
        color: #000;
        width: auto;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 1;
    }
    .winner.winners-board .item-list .item .type {
        width: 90px;
        font-size: 16px;
    }
    .winner.winners-board .item-list .item .project {
        color: #000;
        width: 79%;
    }
    .winner.winners-board .item-list .item .project:hover {
        color: #e2231a;
    }
    .winner.winners-board .item-list .item .name {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        width: "99%";
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 1;
    }
    .winner.winners-board .item-list .item .model {
        font-size: 16px;
        color: #4a4a4a;
    }
    .winner.winners-board .item-list .item .status {
        font-size: 20px;
        font-weight: bold;
        color: #e2231a;
        white-space: nowrap;
    }
    .winner.winners-board .item-list .item .flag {
        margin-right: 15px;
        width: 30px;
    }
    .winner.winners-board .item-list .item .btn-content {
        position: absolute;
        right: 0;
    }
    .winner.winners-product h2 {
        margin: 20px 0;
        font-weight: bold;
        margin: 20px 0;
        background: #eee;
        padding: 10px 20px;
        border-radius: 4px;
    }
    .winner.winners-product h2 .btn {
        margin-top: -3px;
    }
    .winner.winners-product h3 {
        margin-top: 50px;
        font-weight: bold;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        background: #eee;
    }
    .winner.winners-product select {
        width: 100%;
        border-radius: 80px;
        background: transparent;
        border: solid 0.8px #000000;
        padding: 6px 12px;
        font-size: 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image:
            linear-gradient(45deg, transparent 50%, black 50%),
            linear-gradient(135deg, black 50%, transparent 50%);
        background-position:
            calc(100% - 20px) calc(1em + 1px),
            calc(100% - 15px) calc(1em + 1px);
        background-size:
            5px 5px,
            5px 5px;
        background-repeat: no-repeat;
        outline: none;
        margin: 10px 0;
    }
    .winner.winners-product .filter {
        display: inline-block;
        width: 100%;
        background: #f9f9f9;
        padding: 42px 0 15px 0;
    }
    .winner.winners-product .filter .col-xs-6,
    .winner.winners-product .filter .col-xs-12 {
        padding-right: 6px;
        padding-left: 6px;
    }
    .winner.winners-product .filter .text-muted {
        font-size: 13px;
        color: #000;
        margin-bottom: 10px;
        margin-top: -29px;
    }
    .winner.winners-product .filter .keyword {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .winner.winners-product .filter .keyword input {
        width: 100%;
        font-size: 13px;
        color: #000;
        background-color: #ffffff;
        -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
        box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
        border: solid 1px rgba(0, 0, 0, 0.1);
        padding: 8px 16px 9px 16px;
    }
    .winner.winners-product .filter .btn-search {
        margin-top: 20px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#e2231a),
            to(#b41811)
        );
        background-image: linear-gradient(to bottom, #e2231a, #b41811);
        border: solid 0.8px #6f221e;
        line-height: 36px;
        height: 38px;
    }
    .winner.winners-product .filter .btn-search:hover {
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#e2231a),
            to(#b41811)
        );
        background-image: linear-gradient(to top, #e2231a, #b41811);
    }
    .winner.winners-product .result {
        margin-top: 0;
        margin-bottom: 50px;
        border: 1px solid #000;
    }
    .winner.winners-product .result h2 {
        font-weight: bold;
        width: 100%;
        border-bottom: 2px solid #bababa;
        padding-left: 7px;
        margin-bottom: 0;
    }
    .winner.winners-product .result h2 .btn-th,
    .winner.winners-product .result h2 .btn-th-list {
        color: #bababa;
        font-size: 18px;
        margin: 0 8px;
        padding: 0;
        outline: none;
    }
    .winner.winners-product .result h2 .btn-th.active,
    .winner.winners-product .result h2 .btn-th-list.active {
        color: #e2231a;
    }
    .winner.winners-product .result h2 .sort .btn {
        font-size: 14px;
        color: #9b9b9b;
        padding: 2px 8px;
    }
    .winner.winners-product .result h2 .sort .btn.active {
        color: #e2231a;
        outline: none;
    }
    .winner.winners-product .result .item-list {
        margin-top: 33px;
    }
    .winner.winners-product .result .item-list a .item {
        display: block;
        border: none;
        padding: 7px;
        margin-bottom: 20px;
        text-align: center;
        height: auto;
    }
    .winner.winners-product .result .item-list a .item .awards {
        width: 27px;
        height: auto;
    }
    .winner.winners-product .result .item-list a .item .photo {
        position: relative;
        display: block;
        width: 100%;
        max-width: 112px;
        height: 112px;
        margin: 10px auto;
    }
    .winner.winners-product .result .item-list a .item .photo img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .winner.winners-product .result .item-list a .item .info {
        width: 100%;
    }
    .winner.winners-product .result .item-list a .item .info .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.88;
        text-align: center;
        color: #000000;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .winner.winners-product .result .item-list a .item .info .company {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.4px;
        text-align: center;
        color: #9b9b9b;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .winner.winners-product .result .item-list a:hover .item {
        -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    }
    .winner.winners-product .result .item-list.list {
        margin-top: 0;
        padding: 0;
    }
    .winner.winners-product .result .item-list.list a {
        width: 100%;
    }
    .winner.winners-product .result .item-list.list a .item {
        display: block;
        border: none;
        border-bottom: 0.5px solid #a7a7a7;
        padding: 0;
        margin-bottom: 0;
        height: 131px;
    }
    .winner.winners-product .result .item-list.list a .item .awards {
        width: 41px;
        height: 54px;
        float: right;
        margin: 38px 10px;
    }
    .winner.winners-product .result .item-list.list a .item .photo {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 130px;
        height: 130px;
        margin: 0 0 -5px 0;
        float: left;
    }
    .winner.winners-product .result .item-list.list a .item .photo img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .winner.winners-product .result .item-list.list a .item .info {
        display: inline-block;
        vertical-align: top;
        width: 70%;
        margin: 28px 0 0 30px;
        float: left;
    }
    .winner.winners-product .result .item-list.list a .item .info .year {
        font-size: 16px;
        color: #e2231a;
        text-align: left;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .winner.winners-product .result .item-list.list a .item .info .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.88;
        text-align: left;
        color: #000000;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .winner.winners-product .result .item-list.list a .item .info .company {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: 0.4px;
        text-align: left;
        color: #9b9b9b;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .winner.winners-product .result .item-list.list a .item.checking .photo {
        position: relative;
    }
    .winner.winners-product
        .result
        .item-list.list
        a
        .item.checking
        .photo:after {
        content: attr(data-content);
        position: absolute;
        left: 0;
        top: 0;
        padding: 42.5% 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .winner.winners-product .result .item-list.list a:hover {
        z-index: 10;
    }
    .winner.winners-product .result .item-list.list a:hover .item {
        -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
        box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.32);
    }
    .winner.winners-product .result .item-list.list a:last-child .item {
        border-bottom: none;
    }
    .winner.winners-product-data h2 {
        margin: 20px 0;
        font-weight: bold;
        margin: 20px 0;
        background: #eee;
        padding: 10px 20px;
        border-radius: 4px;
    }
    .winner.winners-product-data h2 .btn {
        margin-top: -3px;
    }
    .winner.winners-product-data .list {
        padding-left: 153px;
        margin: 20px 0;
        font-size: 20px;
        color: #000000;
    }
    .winner.winners-product-data .list span {
        margin-left: -153px;
    }
    .winner.winners-product-data .form-control {
        margin-bottom: 10px;
    }
    .winner.winners-product-data .product-area {
        border: solid 1px #000000;
        padding: 0 20px;
        margin-bottom: 68px;
        margin-top: 30px;
    }
    .winner.winners-product-data .product-area .btn {
        margin: 5px 5px 5px 0;
    }
    .winner.winners-product-data .product-area .title {
        font-weight: bold;
        margin: 20px 0;
    }
    .winner.winners-product-data .product-area .item-img {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .winner.winners-product-data .product-area .item-4-3 {
        position: relative;
        border: 1px solid #000;
        background: #fff;
        display: block;
        width: 100%;
    }
    .winner.winners-product-data .product-area .item-4-3:before {
        content: "";
        display: block;
        padding-top: 75%;
    }
    .winner.winners-product-data .product-area .item-4-3 img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .winner.winners-product-data .product-area .basic-info h2 .btn {
        margin-top: -3px;
    }
    .winner.winners-product-data .product-area .media-add .image-preview {
        cursor: pointer;
        border: dashed 1px #e7e7e7;
    }
    .winner.winners-product-data .product-area .media-add .image-preview span {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -12px;
        color: #636363;
        text-align: center;
    }
    .winner.winners-product-data
        .product-area
        .media-add
        .image-preview
        span.add {
        color: #636363;
    }
    .winner.winners-product-data
        .product-area
        .media-add
        .image-preview
        span.again {
        color: #fff;
    }
    .winner.winners-product-data .product-area .media-add .image-preview:hover {
        background: #e7e7e7;
    }
    .winner.winners-product-data
        .product-area
        .media-add
        .image-preview:hover
        span {
        color: #333333;
    }
    .winner.winners-product-data
        .product-area
        .media-upload
        .sorting-area
        .ui-state-highlight {
        width: 100%;
        height: 150px;
        border: 1px dashed #666;
        margin-bottom: 20px;
    }
    .winner.winners-product-data .save-area {
        margin: 20px 0;
    }
    .winner.winners-product-data .sample {
        display: none;
    }
    .winner.winners-company h2 {
        margin: 20px 0;
        font-weight: bold;
        margin: 20px 0;
        background: #eee;
        padding: 10px 20px;
        border-radius: 4px;
    }
    .winner.winners-company h2 .btn {
        margin-top: -3px;
    }
    .winner.winners-company .list {
        padding-left: 153px;
        margin: 20px 0;
        font-size: 20px;
        color: #000000;
    }
    .winner.winners-company .list span {
        margin-left: -153px;
    }
    .winner.winners-company .nav-tabs {
        display: inline-block;
        text-align: center;
        border-bottom: solid 2px #e7e7e7;
        margin: 20px auto;
    }
    .winner.winners-company .nav-tabs .nav-item {
        display: inline-block;
        float: none;
        color: #4a4a4a;
    }
    .winner.winners-company .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        text-align: center;
        color: #000000;
        padding: 2px 10px;
        border-radius: 0;
        border: none;
        margin-bottom: -1px;
    }
    .winner.winners-company .nav-tabs .nav-item .nav-link:hover,
    .winner.winners-company .nav-tabs .nav-item .nav-link.active {
        color: #e2231a;
        border-bottom: 2px solid #e2231a;
    }
    .winner.winners-company .form-control {
        margin-bottom: 10px;
    }
    .winner.winners-company .company-area {
        border: solid 1px #000000;
        padding: 40px 20px;
        margin-top: 50px;
        margin-bottom: 68px;
    }
    .winner.winners-company .company-area .btn {
        margin: 5px 5px 5px 0;
    }
    .winner.winners-company .company-area .title {
        font-weight: bold;
        margin: 30px 0 5px 0;
    }
    .winner.winners-company .company-area .item-img {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .winner.winners-company .company-area .item-4-3 {
        position: relative;
        border: 1px solid #000;
        background: #fff;
        display: block;
        width: 100%;
    }
    .winner.winners-company .company-area .item-4-3:before {
        content: "";
        display: block;
        padding-top: 75%;
    }
    .winner.winners-company .company-area .item-4-3 img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .winner.winners-company .company-area .media-add .image-preview {
        cursor: pointer;
        border: dashed 1px #e7e7e7;
    }
    .winner.winners-company .company-area .media-add .image-preview span {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -12px;
        color: #636363;
        text-align: center;
    }
    .winner.winners-company .company-area .media-add .image-preview span.add {
        color: #636363;
    }
    .winner.winners-company .company-area .media-add .image-preview span.again {
        color: #fff;
    }
    .winner.winners-company .company-area .media-add .image-preview:hover {
        background: #e7e7e7;
    }
    .winner.winners-company .company-area .media-add .image-preview:hover span {
        color: #333333;
    }
    .winner.winners-company
        .company-area
        .media-upload
        .sorting-area
        .ui-state-highlight {
        width: 100%;
        height: 150px;
        border: 1px dashed #666;
        margin-bottom: 20px;
    }
    .winner.winners-company .company-area .contact-area label {
        min-width: 5rem;
        text-align: right;
    }
    .winner.winners-company .company-area .contact-area .form-inline {
        border-left: 1px solid #9b9b9b;
    }
    .winner.winners-company .save-area {
        margin: 20px 0;
    }
    .winner.winners-company .sample {
        display: none;
    }
    .winner.winners-download {
        margin-bottom: 90px;
    }
    .winner.winners-download select {
        width: 100%;
        border-radius: 80px;
        background: transparent;
        border: solid 0.8px #000000;
        padding: 6px 12px;
        font-size: 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image:
            linear-gradient(45deg, transparent 50%, black 50%),
            linear-gradient(135deg, black 50%, transparent 50%);
        background-position:
            calc(100% - 20px) calc(1em + 1px),
            calc(100% - 15px) calc(1em + 1px);
        background-size:
            5px 5px,
            5px 5px;
        background-repeat: no-repeat;
        outline: none;
        margin: 10px 0;
    }
    .winner.winners-download .filter {
        display: inline-block;
        width: 100%;
        background: #f9f9f9;
        padding: 42px 0 32px 0;
    }
    .winner.winners-download .filter .col-xs-6,
    .winner.winners-download .filter .col-xs-12 {
        padding-right: 6px;
        padding-left: 6px;
    }
    .winner.winners-download .filter .text-muted {
        font-size: 13px;
        color: #000;
        margin-bottom: 10px;
        margin-top: -29px;
    }
    .winner.winners-download .filter .btn-search {
        display: inline-block;
        margin: 10px 0;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#e2231a),
            to(#b41811)
        );
        background-image: linear-gradient(to bottom, #e2231a, #b41811);
        border: solid 0.8px #6f221e;
        line-height: 36px;
        height: 38px;
    }
    .winner.winners-download .filter .btn-search:hover {
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#e2231a),
            to(#b41811)
        );
        background-image: linear-gradient(to top, #e2231a, #b41811);
    }
    .winner.winners-download a {
        color: #000;
    }
    .winner.winners-download a:hover {
        text-decoration: underline;
    }
    .winner.winners-download ol {
        margin-top: 20px;
    }
    .winner.winners-download ol li {
        margin-bottom: 20px;
    }
    .winner.winners-download ul {
        margin-top: 20px;
    }
    .winner.winners-download ul li {
        margin-bottom: 5px;
    }
    .winner.winners-download img {
        padding: 20px;
    }
    .winner.winners-download .btn-download {
        display: inline-block;
        margin: 30px auto;
        padding: 10px 50px;
        text-align: center;
        color: #ffffff;
        border-radius: 100px;
        background-color: #000000;
        -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    }
    .winner.winners-download .btn-download:hover {
        background: #e2231a;
        text-decoration: none;
    }
    .winner.winners-inquiry {
        margin-bottom: 90px;
    }
    .winner.winners-inquiry .filter {
        margin-bottom: 33px;
        display: inline-block;
        width: 100%;
        background: #f9f9f9;
        padding: 42px 0 32px 0;
    }
    .winner.winners-inquiry .filter .date {
        margin-bottom: 10px;
    }
    .winner.winners-inquiry .filter .date .date-start {
        border-top-left-radius: 38px;
        border-bottom-left-radius: 38px;
        border-right: none;
        border-color: #000;
        font-size: 13px;
        padding: 10px 5px 10px 10px;
    }
    .winner.winners-inquiry .filter .date .date-to {
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-color: #000;
        background: #fff;
        font-size: 13px;
        padding: 10px 0;
    }
    .winner.winners-inquiry .filter .date .date-end {
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-color: #000;
        font-size: 13px;
        padding: 10px 10px 10px 5px;
    }
    .winner.winners-inquiry .filter .date .btn-calendar {
        border-top-right-radius: 38px;
        border-bottom-right-radius: 38px;
        border-left: none;
        border-color: #000;
        font-size: 21px;
        padding: 5px 16px;
        background: #fff;
    }
    .winner.winners-inquiry .filter .btn-search {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#e2231a),
            to(#b41811)
        );
        background-image: linear-gradient(to bottom, #e2231a, #b41811);
        border: solid 0.8px #6f221e;
        line-height: 36px;
        height: 38px;
    }
    .winner.winners-inquiry .filter .btn-search:hover {
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#e2231a),
            to(#b41811)
        );
        background-image: linear-gradient(to top, #e2231a, #b41811);
    }
    .winner.winners-inquiry .filter select {
        width: 100%;
        border-radius: 80px;
        background: #ffffff;
        border: solid 0.8px #000000;
        padding: 6px 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image:
            linear-gradient(45deg, transparent 50%, black 50%),
            linear-gradient(135deg, black 50%, transparent 50%);
        background-position:
            calc(100% - 20px) calc(1em + 1px),
            calc(100% - 15px) calc(1em + 1px);
        background-size:
            5px 5px,
            5px 5px;
        background-repeat: no-repeat;
        outline: none;
    }
    .winner.winners-inquiry .table {
        font-size: 14px;
    }
    .winner.winners-inquiry .table th {
        width: 1%;
        text-align: center;
    }
    .winner.winners-inquiry .table td {
        white-space: nowrap;
    }
    .winner.winners-inquiry .table td:nth-child(3) {
        display: block;
        width: 120px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .winner.winners-inquiry .table .btn-chat {
        border-radius: 3px;
        padding: 4px 10px 6px 10px;
        color: #fff;
        background: #000000;
    }
    .winner.winners-inquiry .table .btn-chat:hover {
        background: #e2231a;
    }
    .winner.winners-inquiry .table .no {
        color: #9b9b9b;
    }
}

@media (min-width: 1200px) {
    .winner.winners-board .item-list .item .project {
        width: 82%;
    }
    .winner.winners-inquiry .table td:nth-child(3) {
        width: 270px;
    }
}

.winner-2019 {
    text-align: center;
}

.winner-2019 hr {
    border-color: #e41622;
    margin-top: 20px;
}

.winner-2019 h2 {
    font-size: 36px;
    font-weight: bolder;
    margin: 20px auto;
}

.winner-2019 p {
    font-size: 16px;
    text-align: left;
}

.winner-2019 .kv {
    position: relative;
    display: block;
    width: 100%;
    background: url(../images/winner-2019/KV-A.jpg) left top no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.winner-2019 .kv .container {
    position: relative;
}

.winner-2019 .kv .container .content {
    height: 75vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}

.winner-2019 .kv .container .content .slogan {
    margin: 40px auto;
}

.winner-2019 .kv .container .content .input-group {
    border-radius: 0.3rem;
}

.winner-2019 .kv .container .content .input-group input {
    border: 1px solid #fff;
}

.winner-2019 .kv .container .content .input-group .btn-submit {
    background: #e41622;
    color: #fff;
    font-size: 0.75rem;
    height: 38px;
}

.winner-2019 .kv .container .content h3 {
    margin-top: 20px;
    font-size: 21px;
    color: #fff;
}

.winner-2019 .kv .container .content .btn-link {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}

.winner-2019 .tabs {
    border-top: solid 1px #e41622;
    border-bottom: solid 1px #e41622;
}

.winner-2019 .tabs .nav-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.winner-2019 .tabs .nav-link {
    border: none;
    padding: 10px 0;
    font-size: 14px;
    border-right: 1px solid #e41622;
    border-left: 0;
}

.winner-2019 .tabs .nav-link:hover {
    border: none;
    background: #e41622;
    color: #fff;
}

.winner-2019 .tabs .nav-item {
    width: 33.33333%;
}

.winner-2019 .tabs .nav-item:first-child {
    border-left: 1px solid #e41622;
}

.winner-2019 .tabs .nav-item:nth-child(4) {
    border-left: 1px solid #e41622;
}

.winner-2019 .tabs .nav-item:nth-child(1) {
    border-bottom: 1px solid #e41622;
}

.winner-2019 .tabs .nav-item:nth-child(2) {
    border-bottom: 1px solid #e41622;
}

.winner-2019 .tabs .nav-item:nth-child(3) {
    border-bottom: 1px solid #e41622;
}

.winner-2019 .download__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.winner-2019 .download__btn {
    display: block;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    width: 200px;
    height: 200px;
    margin: 20px;
    padding: 25px;
    color: #000;
}

.winner-2019 .download__btn:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.winner-2019 .download__title {
    font-size: 18xp;
    font-weight: bold;
    margin-top: 20px;
}

.winner-2019 .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.winner-2019 .owl-nav .owl-prev {
    position: absolute;
    background: url(../images/winner-2019/btn-prev.png) no-repeat;
    width: 22px;
    height: 25px;
    left: 0;
}

.winner-2019 .owl-nav .owl-next {
    position: absolute;
    background: url(../images/winner-2019/btn-next.png) no-repeat;
    width: 22px;
    height: 25px;
    right: 0;
}

.winner-2019 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.winner-2019 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ccc;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.winner-2019 .owl-dots .owl-dot.active span,
.winner-2019 .owl-dots .owl-dot:hover span {
    background: #e41622;
}

.winner-2019 .list__awards {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 41px !important;
    height: 54px !important;
}

.winner-2019 .list__item {
    position: relative;
    display: block;
    padding: 0 25vw;
    text-align: left;
    min-height: 240px;
}

.winner-2019 .list__img {
    position: relative;
    display: block;
}

.winner-2019 .list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.winner-2019 .list__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.winner-2019 .list__name {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.winner-2019 .list__type {
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.winner-2019 .list__company {
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.winner-2019 .about .item {
    padding: 50px;
    text-align: center;
}

.winner-2019 .event__item {
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 20px;
    text-align: left;
    margin: 20px auto;
}

.winner-2019 .event__img {
    margin-bottom: 15px;
}

.winner-2019 .event__title {
    font-size: 18px;
    font-weight: bold;
}

.winner-2019 .event__info {
    font-size: 14px;
    line-height: 1.8;
}

.winner-2019 .event__btn {
    text-align: center;
    display: block;
    width: 75%;
    margin: 10px auto;
    padding: 15px 0;
    line-height: 1;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    background-color: #e41622;
    border-radius: 24px;
}

.winner-2019 .event__btn:hover {
    background-color: #666;
}

.winner-2019 .nextStep ol {
    text-align: left;
    padding-left: 0;
    border: 2px solid #e41622;
    list-style: none;
    counter-reset: li;
}

.winner-2019 .nextStep ol li {
    counter-increment: li;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.winner-2019 .nextStep ol li p {
    margin: 0;
}

.winner-2019 .nextStep ol li::before {
    content: counter(li);
    display: inline-block;
    width: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
    font-size: 75px;
    font-weight: 900;
    text-align: center;
    width: 50px;
}

.winner-2019 .nextStep ol li:nth-child(odd) {
    color: #000;
    background: #ffffff;
}

.winner-2019 .nextStep ol li:nth-child(odd)::before {
    color: #e41622;
}

.winner-2019 .nextStep ol li:nth-child(odd) span {
    color: #e41622;
}

.winner-2019 .nextStep ol li:nth-child(odd) a {
    color: #e41622;
    text-decoration: underline;
}

.winner-2019 .nextStep ol li:nth-child(even) {
    color: #fff;
    background: #e41622;
}

.winner-2019 .nextStep ol li:nth-child(even)::before {
    color: #fff;
}

.winner-2019 .nextStep ol li:nth-child(even) a {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .winner-2019 hr {
        border-color: #e41622;
        margin-top: 70px;
    }
    .winner-2019 .kv {
        position: relative;
        padding: 30px 0;
        display: block;
        width: 100%;
        background: url(../images/winner-2019/KV-A.jpg) center no-repeat;
        background-size: cover;
    }
    .winner-2019 .kv .content {
        height: 41.66vw;
    }
    .winner-2019 .tabs {
        border-top: solid 1px #e41622;
        border-bottom: solid 1px #e41622;
    }
    .winner-2019 .tabs .nav-tab {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .winner-2019 .tabs .nav-link {
        border: none;
        padding: 10px 0;
        border-right: 1px solid #e41622;
    }
    .winner-2019 .tabs .nav-link:hover {
        border: none;
        background: #e41622;
        color: #fff;
    }
    .winner-2019 .tabs .nav-item {
        width: 100%;
    }
    .winner-2019 .tabs .nav-item:first-child {
        border-left: 1px solid #e41622;
    }
    .winner-2019 .tabs .nav-item:nth-child(4) {
        border-left: 0px;
    }
    .winner-2019 .tabs .nav-item:nth-child(1) {
        border-bottom: 0px;
    }
    .winner-2019 .tabs .nav-item:nth-child(2) {
        border-bottom: 0px;
    }
    .winner-2019 .tabs .nav-item:nth-child(3) {
        border-bottom: 0px;
    }
    .winner-2019 .list__item {
        display: block;
        padding: 20px 40px;
        text-align: left;
        min-height: 461px;
    }
    .winner-2019 .list__img {
        position: relative;
        display: block;
    }
    .winner-2019 .list__img:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .winner-2019 .list__img > img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: auto !important;
        max-width: 100%;
        max-height: 100%;
    }
    .winner-2019 .list__name {
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        width: 100%;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
    .winner-2019 .list__type {
        font-size: 18px;
        font-weight: 500;
        color: #9b9b9b;
        width: 100%;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
    .winner-2019 .list__company {
        font-size: 18px;
        font-weight: 500;
        color: #9b9b9b;
        width: 100%;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
}

.winner28th {
    text-align: center;
}

.winner28th h2 {
    font-size: 36px;
    font-weight: bolder;
    margin: 20px auto;
    font-family: "Noto Serif SC", "微軟正黑體", serif;
}

.winner28th p {
    font-size: 16px;
    text-align: left;
}

.winner28th .kv {
    position: relative;
    display: block;
    width: 100%;
    background: url(../images/winner-2020/KV.jpg) center no-repeat;
    background-size: cover;
    /* padding-bottom: 92vh;
  height: 0;
  overflow: hidden;
  min-height: 600px; */
    aspect-ratio: 16/ 9;
    height: auto;
}

.winner28th .kv .content {
    position: relative;
    /* height: 92vh;
  min-height: 600px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 5px;
    z-index: 1;
}

.winner28th .kv .content .slogan {
    margin: 2rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.winner28th .kv .content .slogan__pic img {
    width: 100%;
    height: auto;
}

.winner28th .kv .content .input-group {
    border-radius: 0.4rem;
    background-color: rgba(0, 0, 0, 0.7);
    border: 3px solid #b5b5b6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.winner28th .kv .content .input-group #winner28th__searchBar {
    padding: 0.75em 0.75em 0.75em 3em;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.winner28th .kv .content .input-group input:-webkit-autofill,
.winner28th .kv .content .input-group input:-webkit-autofill:hover,
.winner28th .kv .content .input-group input:-webkit-autofill:focus,
.winner28th .kv .content .input-group input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    /*透明*/
    -webkit-text-fill-color: #fff;
    /*字體顏色*/
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.9) inset;
    border: 1px solid #ccc !important;
}

.winner28th .kv .content .input-group .input-group-btn {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    border-radius: 0 0.2rem 0.2rem 0;
}

.winner28th .kv .content .input-group .btn-submit {
    background: transparent;
    padding: 0;
    width: 25px;
}

.winner28th .kv .content .input-group .btn-submit img {
    width: 100%;
    height: auto;
}

.winner28th .kv .content .input-group .btn-submit svg {
    width: 100%;
    height: auto;
}

.winner28th .kv .content .btn-link {
    font-size: 22px;
    color: #fff;
    display: block;
    padding: 0.75em;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0.4rem;
    border: 2px solid #999;
    margin-bottom: 5px;
    text-decoration: none;
}

.winner28th .kv .content .btn-link:hover {
    text-decoration: none;
    color: #fff;
}

.winner28th .kv .kvVideoBox {
    position: relative;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.winner28th .kv .kvVideoBox:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.winner28th .kv .kvVideoBox .kvVideo {
    width: 350%;
    height: 350%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.winner28th .kv__arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -60px;
    display: none;
    -webkit-animation: kvArrowDown 1s infinite;
    animation: kvArrowDown 1s infinite;
    z-index: 1;
}

@-webkit-keyframes kvArrowDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes kvArrowDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.winner28th .kv__organizer {
    font-size: 22px;
    margin-top: 15px;
    color: #a0a0a0;
    text-align: center;
    font-weight: 700;
}

.winner28th .download__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.winner28th .download__btn {
    position: relative;
    height: 29vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: "Noto Serif SC", "微軟正黑體", serif;
    font-size: 36px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.winner28th .download__btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(227, 28, 18, 0.8);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.winner28th .download__btn:hover {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.winner28th .download__btn:hover:before {
    opacity: 1;
}

.winner28th .download__btn01 {
    background: url(../images/winner-2020/download__btn01.png) no-repeat right
        center;
    background-size: cover;
}

.winner28th .download__btn02 {
    background: url(../images/winner-2020/download__btn02.png) no-repeat left
        center;
    background-size: cover;
}

.winner28th .download__text {
    z-index: 2;
}

.winner28th .declaration__item {
    position: relative;
}

.winner28th .declaration__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
}

.winner28th .declaration__title {
    color: #fff;
    font-family: "Noto Serif SC", "微軟正黑體", serif;
    font-size: 36px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5em;
}

.winner28th .declaration__desc {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.winner28th .declaration__desc img {
    margin-top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.winner28th .declaration__pic {
    height: 50vh;
}

.winner28th .declaration__pic02 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -170px;
    width: auto;
}

.winner28th .owl-nav {
    position: absolute;
    width: 100%;
    top: 47%;
}

.winner28th .owl-nav .owl-prev,
.winner28th .owl-nav .owl-next {
    width: 21px;
    height: 30px;
}

.winner28th .owl-nav .owl-prev {
    position: absolute;
    background: url(../images/winner-2020/btn-prev.png) no-repeat;
    background-size: contain;
    left: 7px;
}

.winner28th .owl-nav .owl-next {
    position: absolute;
    background: url(../images/winner-2020/btn-next.png) no-repeat;
    background-size: contain;
    right: 7px;
}

.winner28th .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.winner28th .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.winner28th .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    border: 2px solid #bf0000;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.winner28th .owl-dots .owl-dot.active span,
.winner28th .owl-dots .owl-dot:hover span {
    background: #bf0000;
}

.winner28th .list .container {
    padding-bottom: 50px;
}

.winner28th .list .title {
    margin-bottom: 0;
    color: #710505;
}

.winner28th .list__awards {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 41px !important;
    height: 54px !important;
}

.winner28th .list__item {
    position: relative;
    display: block;
    padding: 50px 5vw 10px;
    text-align: left;
    min-height: 240px;
    margin: 25px 55px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.winner28th .list__item:hover {
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.winner28th .list__img {
    position: relative;
    display: block;
}

.winner28th .list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.winner28th .list__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.winner28th .list__name {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.winner28th .list__type {
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.winner28th .list__company {
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.winner28th .nextStep {
    background: url(../images/winner-2020/nextStep_bg.png) no-repeat left center;
    background-size: cover;
}

.winner28th .nextStep .title {
    color: #fff;
}

.winner28th .nextStep .container {
    padding: 30px 0;
}

.winner28th .nextStep__content {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 25px 20px;
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    border-radius: 0 0 3px 3px;
    margin-bottom: 10px;
}

.winner28th .nextStep__content:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.8);
}

.winner28th .nextStep__content h3 {
    font-weight: 700;
}

.winner28th .nextStep .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: auto;
    padding-left: 15px;
}

.winner28th .nextStep .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    width: auto;
    margin: 5px;
}

.winner28th .nextStep .nav-item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    padding-right: 20px;
}

.winner28th .nextStep .nav-link {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.6;
}

.winner28th .nextStep .nav-link img {
    width: 100%;
    height: auto;
}

.winner28th .nextStep .nav-pills .nav-link.active,
.winner28th .nextStep .nav-pills .nav-link.active:focus,
.winner28th .nextStep .nav-pills .nav-link.active:hover,
.winner28th .nextStep .nav-pills .nav-item.open .nav-link,
.winner28th .nextStep .nav-pills .nav-item.open .nav-link:focus,
.winner28th .nextStep .nav-pills .nav-item.open .nav-link:hover {
    background-color: transparent;
    opacity: 1;
}

.winner28th .nextStep .tab-content {
    margin: 5px 20px;
}

.winner28th .event {
    padding: 30px 10px;
}

.winner28th .event .title {
    color: #710505;
    margin: 0;
}

.winner28th .event__item {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    text-align: left;
    margin: 20px auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.winner28th .event__item:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.winner28th .event__img {
    margin-bottom: 15px;
    position: relative;
}

.winner28th .event__text {
    padding: 15px;
    color: #710505;
}

.winner28th .event__title {
    font-size: 18px;
    font-weight: bold;
}

.winner28th .event__info {
    font-size: 14px;
    line-height: 1.8;
}

.winner28th .event__btn {
    width: 155px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    display: inline-block;
    padding: 7px 0;
    line-height: 1;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    border: 2px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.winner28th .event__btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.winner28th .contactUs {
    background: url(../images/winner-2020/contactUs__bg.png) right center
        no-repeat;
    background-size: cover;
    padding: 60px 20px 80px;
}

.winner28th .contactUs .title {
    color: rgba(0, 0, 0, 0.85);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    margin: 0;
}

.winner28th .contactUs__content {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px 20px;
    color: rgba(0, 0, 0, 0.85);
    text-align: left;
}

.winner28th .contactUs__content h3 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 17px;
}

.winner28th .hidden-xxl-up {
    display: inline-block;
}

@media (min-width: 480px) {
    .winner28th .kv .content .btn-link {
        display: inline-block;
    }
    .winner28th .owl-nav {
        top: 47%;
    }
    .winner28th .owl-dots {
        bottom: -10px;
    }
}

@media (min-width: 768px) {
    .winner28th h2 {
        font-size: 26px;
    }
    .winner28th .kv {
        /* padding-bottom: 54%; */
        background: none;
        /* min-height: auto; */
    }
    .winner28th .kv .content {
        /* height: 41.66vw; */
        /* min-height: auto; */
        width: 70vw;
        max-width: 1150px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0.75rem;
    }
    .winner28th .kv .content .slogan {
        margin: 40px auto;
    }
    .winner28th .kv .content .btn-link {
        display: initial;
        background-color: transparent;
        border: none;
        color: #b8b8b8;
        text-decoration: underline;
    }
    .winner28th .kv__arrow {
        display: block;
    }
    .winner28th .kv .kvVideoBox .kvVideo {
        position: absolute;
        top: 0px;
        left: 0;
        width: 110%;
        height: 110%;
        -webkit-transform: none;
        transform: none;
    }
    .winner28th .kv__organizer {
        font-size: 32px;
        margin-top: 35px;
    }
    .winner28th .download__box {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .winner28th .download__btn {
        font-size: 26px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 15vw;
    }
    .winner28th .declaration__title {
        font-size: 26px;
    }
    .winner28th .declaration__desc {
        font-size: 18px;
    }
    .winner28th .declaration__pic {
        height: 40vh;
    }
    .winner28th .list {
        padding: 10px 0 40px;
    }
    .winner28th .list .container {
        padding-bottom: 0;
    }
    .winner28th .list__item {
        display: block;
        padding: 50px 20px 20px;
        margin: 25px 15px;
        text-align: left;
        min-height: 380px;
    }
    .winner28th .list__img {
        position: relative;
        display: block;
    }
    .winner28th .list__img:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .winner28th .list__img > img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: auto !important;
        max-width: 100%;
        max-height: 100%;
    }
    .winner28th .list__name {
        font-size: 18px;
        font-weight: 700;
        color: #000000;
        width: 100%;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
    .winner28th .list__type {
        font-size: 16px;
        font-weight: 500;
        color: #9b9b9b;
        width: 100%;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
    .winner28th .list__company {
        font-size: 16px;
        font-weight: 500;
        color: #9b9b9b;
        width: 100%;
        display: -webkit-box;
        overflow: hidden;
        min-height: initial !important;
        text-overflow: clip;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 2;
    }
    .winner28th .owl-nav {
        top: 48.5%;
    }
    .winner28th .owl-nav .owl-prev {
        left: -18px;
    }
    .winner28th .owl-nav .owl-next {
        right: -18px;
    }
    .winner28th .nextStep {
        min-height: 680px;
    }
    .winner28th .nextStep .container {
        padding: 30px;
    }
    .winner28th .nextStep .nav-pills {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-y: hidden;
        padding-left: 0;
    }
    .winner28th .nextStep .nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 25%;
        margin: 5px;
    }
    .winner28th .nextStep .nav-item:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 0;
    }
    .winner28th .nextStep .tab-content {
        margin: 5px;
    }
    .winner28th .event {
        padding: 40px;
    }
    .winner28th .contactUs {
        padding: 60px 0;
    }
    .winner28th .contactUs h3 {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .winner28th h2 {
        font-size: 36px;
    }
    .winner28th .kv {
        /* padding-bottom: 50.5%; */
    }
    .winner28th .kv .kvVideoBox .kvVideo {
        top: 0px;
        width: 100%;
        height: 100%;
    }
    .winner28th .download__btn {
        font-size: 36px;
    }
    .winner28th .declaration__title {
        font-size: 36px;
    }
    .winner28th .declaration__desc {
        -webkit-box-flex: 18px;
        -ms-flex: 18px;
        flex: 18px;
    }
    .winner28th .list__item {
        min-height: 500px;
    }
    .winner28th .nextStep {
        min-height: 750px;
    }
}

@media (min-width: 1440px) {
    .winner28th .kv {
        /* padding-bottom: 45.5%; */
    }
    .winner28th .hidden-xxl-up {
        display: none;
    }
}

@media (max-height: 800px) and (min-width: 768px) {
    .winner28th .declaration__pic02 {
        width: 250px;
        bottom: 10px;
        margin-left: -125px;
    }
}

@media (max-width: 768px) and (min-height: 1024px) {
    .winner28th .kv {
        /* padding-bottom: 80%; */
    }
    .winner28th .kv .content {
        /* height: 61.66vw; */
        width: 75vw;
    }
    .winner28th .kv .kvVideoBox .kvVideo {
        top: 50%;
        left: 50%;
        height: 160%;
        width: 160%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.shortfilm {
    background-color: #2ab8c7;
    padding-bottom: 0;
}

.shortfilm .nav {
    background: #2ab8c7;
    z-index: 2;
    position: relative;
    margin: 0.5em;
}

.shortfilm .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.shortfilm .nav-item {
    display: block;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    position: relative;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shortfilm .nav-item:after,
.shortfilm .nav-item:before {
    display: block;
    position: absolute;
    font-size: 25px;
    font-weight: lighter;
    top: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.shortfilm .nav-item:before {
    content: "[";
    left: -10px;
}

.shortfilm .nav-item:after {
    content: "]";
    right: -10px;
}

.shortfilm .nav-item:hover {
    color: #f8ed02;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.shortfilm .nav-item:hover:after,
.shortfilm .nav-item:hover:before {
    color: #fff;
    opacity: 1;
}

.shortfilm .nav-item:hover:before {
    content: "[";
    left: -3px;
}

.shortfilm .nav-item:hover:after {
    content: "]";
    right: -3px;
}

.shortfilm .container_box {
    background-color: #fff;
    padding: 1em;
    max-width: 860px;
    margin: 0 auto;
}

.shortfilm .container_box.bg-gray {
    padding: 2em;
}

.shortfilm .container .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0.5em 0;
}

.shortfilm .container .topic {
    color: #ea5d44;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1em;
}

.shortfilm .radius-top {
    border-radius: 20px 20px 0 0;
}

.shortfilm .radius-bottom {
    border-radius: 0;
}

.shortfilm .radius-all {
    border-radius: 20px;
}

.shortfilm .mb-2 {
    margin-bottom: 2em;
}

.shortfilm .bg-gray {
    background-color: #f9f9f9;
}

.shortfilm .link_underline {
    position: relative;
    color: #3f72b8;
    font-size: 12px;
}

.shortfilm .link_underline::after {
    position: absolute;
    content: "";
    display: block;
    width: 120%;
    height: 1px;
    background-color: #3f72b8;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shortfilm .link_underline:hover {
    color: #e41e80;
}

.shortfilm .link_underline:hover:after {
    background-color: #e41e80;
}

.shortfilm .link_file {
    color: #3f72b8;
    text-decoration: underline;
}

.shortfilm .link_file:hover {
    color: #2ab8c7;
}

.shortfilm .collapse-subhead {
    background-color: #f9f9f9;
    max-width: 530px;
    margin: 0 auto 1em auto;
    text-align: left;
    padding: 0.5em 1.5em;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}

.shortfilm .collapse-subhead:before,
.shortfilm .collapse-subhead:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background-color: #565656;
    font-weight: bold;
    font-size: 20px;
}

.shortfilm .collapse-subhead:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shortfilm .collapse-subhead:hover {
    background-color: #ededed;
}

.shortfilm .collapse-subhead.active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.shortfilm .collapse-content {
    display: none;
    padding: 0px 15px 15px;
}

.shortfilm .collapse-content ol {
    padding-left: 0;
}

.shortfilm .collapse-content.pl-35 {
    padding-left: 0px;
}

.shortfilm .collapse-sechead {
    cursor: pointer;
    position: relative;
}

.shortfilm .collapse-sechead:before,
.shortfilm .collapse-sechead:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background-color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.shortfilm .collapse-sechead:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shortfilm .collapse-sechead.active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.shortfilm .collapse-section {
    display: none;
}

.shortfilm .template-1 {
    padding: 2em;
    background-color: #3f72b8;
    color: #000;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 3em;
}

.shortfilm .template-1#regulation {
    position: relative;
    padding-bottom: 5em;
}

.shortfilm .template-1#regulation:after {
    content: "";
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
}

.shortfilm .template-1 #regulation_title {
    padding: 0.5em 0;
    margin: 0;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.shortfilm .template-1 .container_box .subtitle {
    color: #2ab8c7;
    font-size: 12px;
    font-weight: bold;
}

.shortfilm .template-1 .container_box .title {
    color: #2ab8c7;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}

.shortfilm .template-1 .container_box .text {
    line-height: 30px;
    font-size: 12px;
    max-width: 230px;
    margin: 0 auto;
    text-align: left;
    line-height: 2em;
}

.shortfilm .template-1 .container_box .text ul {
    padding-left: 0;
}

.shortfilm .template-1 .container_box .text.bg-gray {
    padding: 1.5em 0.7em;
    margin-bottom: 0.5em;
    max-width: none;
    margin-left: -1.2em;
    margin-right: -1.2em;
}

.shortfilm .template-1 .container_box .text.bg-gray ul {
    padding-left: 25px;
    margin: 0;
}

.shortfilm .template-1 .container_box .subhead {
    display: inline-block;
    color: #2ab8c7;
    border-radius: 5px;
    margin: 1em;
    font-weight: bold;
    position: relative;
}

.shortfilm .template-1 .container_box .subhead:after {
    position: absolute;
    display: block;
    content: "";
    width: 115%;
    height: 5px;
    border-radius: 10px;
    background-color: #2ab8c7;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shortfilm .template-1 .container_box .remind {
    border-radius: 40px;
    border: 3px solid #3f72b8;
    padding: 0.7em 0;
    max-width: 470px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shortfilm .template-1 .container_box .remind .name {
    font-size: 10px;
    color: #3f72b8;
    font-weight: bold;
    float: left;
    line-height: 30px;
}

.shortfilm .template-1 .container_box .remind .text {
    float: right;
    font-size: 10px;
    line-height: 20px;
    padding-left: 5px;
    margin: 0;
}

.shortfilm .template-1 .container_box .remind .exclamation {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #3f72b8;
    font-size: 10px;
    font-weight: bolder;
    line-height: 14px;
    margin-left: 3px;
    text-align: center;
}

.shortfilm .template-1 .container_box .btn-main {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    background: #3f72b8;
    border-radius: 50px;
    padding: 10px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    max-width: 190px;
    margin: 0 auto;
}

.shortfilm .template-1 .container_box .btn-main:hover {
    background: #e41e80;
}

.shortfilm .template-1 .container_box .btn-main.disabled {
    cursor: not-allowed;
}

.shortfilm .template-1 .container_box .btn-main.disabled:hover {
    background: #3f72b8;
}

.shortfilm .template-1 .container_box .btn__subtitle {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

.shortfilm .template-2 {
    padding: 0.1em 2em 2em;
    background-color: #3f72b8;
    color: #000;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 3em;
    position: relative;
}

.shortfilm .template-2:after {
    content: "";
    display: block;
    position: absolute;
    width: 160px;
    height: 151px;
    background: url(../images/shortfilm/bg-film.png) no-repeat;
    background-size: contain;
    right: 0;
    top: 15px;
    z-index: 0;
}

.shortfilm .template-2 .container_box {
    position: relative;
    z-index: 1;
}

.shortfilm .template-2 .reward {
    max-width: 530px;
    margin: 0.5em -1em;
}

.shortfilm .template-2 .reward_title {
    background-color: #2ab8c7;
    padding: 0.5em;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.shortfilm .template-2 .reward ul {
    padding: 0;
}

.shortfilm .template-2 .reward li {
    height: auto;
    display: block;
    margin-bottom: 0;
    padding: 1em;
}

.shortfilm .template-2 .reward li:nth-child(odd) {
    background-color: #f9f9f9;
}

.shortfilm .template-2 .reward li:nth-child(even) {
    background-color: #f3f2f2;
}

.shortfilm .template-2 .reward_name {
    font-size: 18px;
    color: #3f72b8;
    font-weight: bold;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    padding: 0;
    line-height: 20px;
}

.shortfilm .template-2 .reward_subname {
    font-size: 13px;
}

.shortfilm .template-2 .reward_content {
    font-size: 13px;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    text-align: center;
    padding: 0.5em;
}

.shortfilm .template-3 {
    padding-left: 0;
    padding-right: 0;
}

.shortfilm .template-3 .title {
    background-color: #3f72b8;
    text-align: center;
    padding: 0.4em;
    margin: 0;
}

.shortfilm .template-3 .schedule {
    background-color: #fff;
    display: block;
    text-align: center;
    padding-bottom: 3em;
}

.shortfilm .template-3 .schedule_item {
    padding: 2em 0.5em 0em;
}

.shortfilm .template-3 .schedule_item img {
    width: 100%;
    height: auto;
}

.shortfilm .template-3 .schedule_pic {
    max-width: 200px;
    margin: 0 auto;
}

.shortfilm .template-3 .schedule_name {
    font-size: 20px;
    color: #3f72b8;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.shortfilm .template-3 .schedule_date {
    font-size: 15px;
    color: #e41e80;
    font-weight: bold;
    letter-spacing: 1px;
}

.shortfilm .template-3 .schedule_remark {
    font-size: 12px;
    color: #e41e80;
    margin-top: 10px;
    font-weight: bold;
}

.shortfilm .template-3 .registration {
    background-color: #fff;
    text-align: center;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.shortfilm .template-3 .registration:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
}

.shortfilm .template-3 .registration:before {
    width: 300px;
    height: 160px;
    background: url(../images/shortfilm/registration_pic01.png) center no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    display: none;
}

.shortfilm .template-3 .registration .registration_bg {
    position: absolute;
    width: 200px;
    height: 160px;
    bottom: -100px;
    right: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.shortfilm .template-3 .registration .registration_bg img {
    width: 100%;
    height: auto;
}

.shortfilm .template-3 .registration .registration_bg.goIn {
    bottom: 0px;
}

.shortfilm .template-3 .registration_name {
    font-size: 20px;
    color: #3f72b8;
    font-weight: bold;
    margin: 1.5em 1em 0.5em;
}

.shortfilm .template-3 .registration_btn {
    display: block;
    font-size: 30px;
    padding: 0.5em;
    background-color: #e41e80;
    border-radius: 50px;
    color: #fff;
    width: 300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shortfilm .template-3 .registration_btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.shortfilm .template-3 .youtuber {
    background-color: #fff;
    overflow: hidden;
    padding: 2em 1.5em;
}

.shortfilm .template-3 .youtuber_pic {
    margin-bottom: 1em;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.shortfilm .template-3 .youtuber_pic img {
    width: 100%;
    height: auto;
}

.shortfilm .template-3 .youtuber_name {
    font-size: 15px;
    font-weight: bold;
}

.shortfilm .template-3 .youtuber_host {
    font-size: 13px;
    margin-bottom: 0.5em;
}

.shortfilm .template-3 .youtuber_desc {
    font-size: 11px;
    line-height: 2em;
}

.shortfilm .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shortfilm .video__box {
    width: 100%;
    margin: 5px;
}

.shortfilm .video .guide__video {
    margin-bottom: 0.5em;
}

.shortfilm .video__award {
    background-color: #2ab8c7;
    padding: 5px 12px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    line-height: 1em;
}

.shortfilm .video__name {
    font-weight: bold;
    display: inline-block;
    font-size: 1.2em;
    vertical-align: middle;
}

.shortfilm .video__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    list-style: none;
    max-height: none;
    overflow-y: auto;
}

.shortfilm .video__item {
    padding: 5px;
    width: 50%;
}

.shortfilm .video__pic {
    max-width: none;
}

.shortfilm .video__pic img {
    width: 100%;
    height: auto;
}

.shortfilm .video label {
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

.shortfilm .video input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.shortfilm .video input:checked + label {
    background: #e41e80;
    color: #fff;
}

.shortfilm .video__work {
    font-size: 0.8em;
    padding: 3px 7px;
}

.shortfilm .winners {
    background-color: #fff;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 10px;
}

.shortfilm .winners_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shortfilm .winners_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    text-align: center;
    background-color: #f9f9f9;
    border: 0.3px solid rgba(0, 0, 0, 0.1);
    color: #3f72b8;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.shortfilm .winners_btn:hover {
    color: #3f72b8;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.shortfilm .winners_btn.active {
    background-color: #3f72b8;
    color: #fff;
}

.shortfilm .winners_btn.active:hover {
    color: #fff;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.shortfilm .winners_form {
    width: 95%;
}

.shortfilm .winners_title {
    background-color: #2ab8c7;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    margin-bottom: 5px;
}

.shortfilm .winners_list {
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.shortfilm .winners_item {
    padding: 10px;
    margin-bottom: 5px;
}

.shortfilm .winners_item:nth-child(odd) {
    background-color: #f9f9f9;
}

.shortfilm .winners_item:nth-child(even) {
    background-color: #f3f2f2;
}

.shortfilm .winners_award {
    font-weight: 700;
}

.shortfilm .winners_name {
    color: #3f72b8;
    font-size: 18px;
    font-weight: 700;
}

.shortfilm .winners_school,
.shortfilm .winners_works {
    font-size: 13px;
    font-weight: bold;
}

.shortfilm .winners_wait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 45px;
    width: 100%;
}

.shortfilm .winners_pic {
    margin-bottom: 20px;
}

.shortfilm .winners_pic img {
    width: 100%;
    max-width: 185px;
    height: auto;
}

.shortfilm .winners_desc {
    font-weight: 700;
    font-size: 1em;
}

.shortfilm .winners .swiper-wrapper {
    margin-top: 10px;
}

.shortfilm .winners .swiper-slide {
    width: 80%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.shortfilm #pagination {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.shortfilm .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid #2ab8c7;
    background-color: transparent;
}

.shortfilm .swiper-pagination-bullet-active {
    background: #2ab8c7;
}

.goregistr {
    position: fixed;
    background-color: #e41e80;
    font-size: 15px;
    padding: 1.5em 0.7em;
    border-radius: 50px;
    top: 0;
    left: 15px;
    display: block;
    color: #fff;
    line-height: 1.3em;
    font-weight: bold;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    z-index: 3;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.goregistr:hover {
    color: #fff;
}

.goregistr:focus {
    color: #fff;
}

.goregistr.visible {
    opacity: 1;
    top: 150px;
}

@media (min-width: 576px) {
    .shortfilm {
        padding-bottom: 4em;
    }
    .shortfilm .nav-item {
        font-size: 20px;
    }
    .shortfilm .radius-bottom {
        border-radius: 0 0 20px 20px;
    }
    .shortfilm .link_underline {
        font-size: 15px;
    }
    .shortfilm .container_box {
        padding: 2em;
    }
    .shortfilm .container .title {
        font-size: 25px;
    }
    .shortfilm .container .topic {
        font-size: 20px;
    }
    .shortfilm .collapse-subhead {
        font-size: 15px;
    }
    .shortfilm .collapse-content ol {
        padding-left: 40px;
    }
    .shortfilm .collapse-content.pl-35 {
        padding-left: 35px;
    }
    .shortfilm .template-1 {
        border-radius: 20px;
    }
    .shortfilm .template-1 .container_box .title {
        font-size: 25px;
        margin: 0 0 25px;
    }
    .shortfilm .template-1 .container_box .subtitle {
        font-size: 15px;
    }
    .shortfilm .template-1 .container_box .text {
        font-size: 15px;
        max-width: 530px;
    }
    .shortfilm .template-1 .container_box .text.bg-gray {
        max-width: 530px;
        margin-left: auto;
        margin-right: auto;
    }
    .shortfilm .template-1 .container_box .text ul {
        padding-left: 25px;
    }
    .shortfilm .template-1 .container_box .subhead {
        margin: 1.5em;
    }
    .shortfilm .template-1 .container_box .remind {
        padding: 1em;
        border-radius: 30px;
    }
    .shortfilm .template-1 .container_box .remind .name {
        font-size: 15px;
    }
    .shortfilm .template-1 .container_box .remind .text {
        font-size: 14px;
        padding-left: 15px;
    }
    .shortfilm .template-1 .container_box .btn__subtitle {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .shortfilm .template-2 .reward {
        max-width: 530px;
        margin: 0 auto;
    }
    .shortfilm .template-2 .reward_title {
        background-color: #2ab8c7;
        padding: 0.5em;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }
    .shortfilm .template-2 .reward ul {
        padding: 0;
    }
    .shortfilm .template-2 .reward li {
        margin-bottom: 5px;
        padding: 0.5em;
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .shortfilm .template-2 .reward_name {
        padding: 0.5em;
    }
    .shortfilm .template-2 .reward_content {
        text-align: left;
    }
    .shortfilm .template-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .goregistr {
        top: 0;
        left: 30px;
        font-size: 25px;
    }
    .goregistr.visible {
        opacity: 1;
        top: 200px;
    }
}

@media (min-width: 768px) {
    .shortfilm .container_box.bg-gray {
        padding: 0.7em;
    }
    .shortfilm .container .title {
        font-size: 32px;
    }
    .shortfilm .template-1 {
        padding: 3em;
    }
    .shortfilm .template-1 .container_box .title {
        font-size: 32px;
    }
    .shortfilm .template-1 .container_box .subtitle {
        font-size: 25px;
    }
    .shortfilm .template-1#regulation {
        padding-bottom: 6em;
    }
    .shortfilm .template-2 .reward ul {
        padding: 0;
    }
    .shortfilm .template-2 .reward_content {
        font-size: 15px;
    }
    .shortfilm .template-2:after {
        width: 300px;
        height: 180px;
    }
    .shortfilm .template-3 .schedule {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
    }
    .shortfilm .template-3 .schedule_item {
        padding: 2em 0.3em 4em;
    }
    .shortfilm .template-3 .schedule_name {
        font-size: 12px;
        margin-bottom: 1;
    }
    .shortfilm .template-3 .schedule_date {
        font-size: 12px;
        letter-spacing: 0;
    }
    .shortfilm .template-3 .registration {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
    }
    .shortfilm .template-3 .registration:before {
        width: 160px;
        height: 100px;
        display: block;
    }
    .shortfilm .template-3 .registration .registration_bg {
        width: 200px;
        height: 160px;
    }
    .shortfilm .template-3 .registration_name {
        font-size: 20px;
        margin: 1em;
    }
    .shortfilm .template-3 .youtuber {
        padding: 4em 1.5em;
    }
    .shortfilm .template-3 .youtuber_name {
        font-size: 24px;
    }
    .shortfilm .template-3 .youtuber_host {
        font-size: 17px;
    }
    .shortfilm .template-3 .youtuber_desc {
        font-size: 17px;
        line-height: 1.5;
    }
    .shortfilm .template-3 .winners_pc {
        background-color: #fff;
        padding: 20px 5px;
    }
    .shortfilm .template-3 .winners_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .shortfilm .template-3 .winners_table {
        margin: 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .shortfilm .template-3 .winners_thead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2px;
        letter-spacing: 2px;
    }
    .shortfilm .template-3 .winners_th {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        color: #fff;
        font-weight: 700;
        background-color: #2ab8c7;
        padding: 20px 0;
    }
    .shortfilm .template-3 .winners_th-school,
    .shortfilm .template-3 .winners_th-works {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
    }
    .shortfilm .template-3 .winners_tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5px;
    }
    .shortfilm .template-3 .winners_tr:nth-child(odd) {
        background-color: #f9f9f9;
    }
    .shortfilm .template-3 .winners_tr:nth-child(even) {
        background-color: #f3f2f2;
    }
    .shortfilm .template-3 .winners_td {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        padding: 10px 5px;
    }
    .shortfilm .template-3 .winners_td-school,
    .shortfilm .template-3 .winners_td-works {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
    }
    .shortfilm .template-3 .winners_wait {
        padding: 35px;
    }
    .shortfilm .template-3 .winners_desc {
        font-size: 1.2em;
    }
    .shortfilm .video {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .shortfilm .video__box {
        width: 80%;
    }
    .shortfilm .video__list {
        display: block;
        width: 20%;
        max-height: 330px;
    }
    .shortfilm .video__item {
        width: 100%;
    }
    .shortfilm .video label {
        display: inline-block;
    }
    .shortfilm .video__pic {
        max-width: 210px;
    }
    .goregistr {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .shortfilm .container_box.bg-gray {
        padding: 2em;
    }
    .shortfilm .template-3 .schedule_item {
        padding: 2em 0.5em 4em;
    }
    .shortfilm .template-3 .schedule_name {
        font-size: 16px;
    }
    .shortfilm .template-3 .schedule_date {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .shortfilm .template-3 .registration:before {
        width: 300px;
        height: 160px;
    }
    .shortfilm .template-3 .registration .registration_bg {
        width: 300px;
        height: 250px;
    }
    .shortfilm .video__list {
        max-height: 435px;
    }
}

@media (min-width: 1200px) {
    .shortfilm .template-3 .schedule_item {
        padding: 2em 0.5em 4em;
    }
    .shortfilm .template-3 .schedule_name {
        font-size: 20px;
    }
    .shortfilm .template-3 .schedule_date {
        font-size: 15px;
    }
    .shortfilm .video__list {
        max-height: 510px;
    }
}

.industry {
    overflow: hidden;
}

.industry__title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.industry__subtitle {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #7a7a7a;
    margin-bottom: 30px;
}

.industry .container {
    position: relative;
    overflow: visible;
}

.industry section {
    padding-top: 0;
    padding-bottom: 0;
}

.industry__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.industry__nav a {
    color: #000;
    font-weight: bold;
    white-space: nowrap;
}

.industry__nav a:hover {
    text-decoration: underline;
}

.industry.ict ul li {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 50px;
}

.industry.ict ul li p {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #363636;
    margin-bottom: 0;
}

.industry.ict .text-red {
    color: #e12219;
}

.industry.ict .btn__pdf {
    display: block;
    margin-bottom: 60px;
    text-align: center;
}

.industry.ict .btn__pdf:hover img {
    content: url("../images/industry/ict/group-24.svg");
}

.industry.ict .pattern-1 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.ict .pattern-2 {
    position: absolute;
    top: 20px;
    left: -130px;
    z-index: -1;
    height: 160px;
    overflow: hidden;
}

.industry.ict .pattern-3 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.ict .pattern-4 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.ict .pattern-5 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.ict .pattern-6 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.ict .pattern-7 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.ict .pattern-8 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.ict .main__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.industry.ict .main__text {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #363636;
    margin-bottom: 30px;
}

.industry.ict .main__list {
    list-style: none;
    font-size: 20px;
    padding-left: 1em;
}

.industry.ict .main__list li {
    margin-bottom: 40px;
    position: relative;
}

.industry.ict .main__list li:before {
    content: "●";
    position: absolute;
    top: 0.7em;
    left: -0.7em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.industry.ict .main__list-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -40px;
}

.industry.ict .main__list-img img {
    width: 33%;
}

.industry.ict .message {
    background: #3b3b3b;
    padding: 50px 15px 85px;
    margin: 100px 0 0 0;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.6px;
    color: #ffffff;
}

.industry.ict .message .container {
    position: relative;
}

.industry.ict .message__man {
    font-size: 16px;
    letter-spacing: 0.4px;
    text-align: right;
    color: #ffffff;
    margin-top: 10px;
}

.industry.ict .message__pattern1 {
    position: absolute;
    top: -117px;
    left: 0;
}

.industry.ict .message__pattern2 {
    position: absolute;
    bottom: -65px;
    right: 15px;
}

.industry.ict .recommend .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.industry.ict .recommend .nav-item {
    margin: 0 10px;
}

.industry.ict .recommend .nav-link {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #e83b43;
    border-bottom: 5px transparent solid;
}

.industry.ict .recommend .nav-link.active {
    color: #000000;
    border-bottom: 5px #000 solid;
}

.industry.ict .recommend .item {
    position: relative;
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: all 0.8s ease-in;
    transform: all 0.8s ease-in;
    cursor: pointer;
    margin: 0 -5px 15px -5px;
    border: 1px solid #c6c6c6c6;
}

.industry.ict .recommend .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.industry.ict .recommend .item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.ict .recommend .item__awards {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
}

.industry.ict .recommend .item__info {
    position: absolute;
    display: block;
    font-size: 15px;
    width: 100%;
    padding: 15px 30px;
    left: 0;
    bottom: -100%;
    color: #fff;
    background: #e83b43;
    opacity: 0;
    -webkit-transform: opacity 1.8s ease-in;
    transform: opacity 1.8s ease-in;
    word-wrap: break-word;
}

.industry.ict .recommend .item__info span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
}

.industry.ict .recommend .item:hover .item__info {
    bottom: 0;
    opacity: 0.85;
    -webkit-transform: opacity 1.8s ease-in;
    transform: opacity 1.8s ease-in;
}

.industry.ict .recommend .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.ict .company .item {
    position: relative;
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px -5px;
    -webkit-transform: all 0.8s ease-in;
    transform: all 0.8s ease-in;
    cursor: pointer;
    font-size: 100%;
}

.industry.ict .company .item:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.industry.ict .company .item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.ict .company .item__awards {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
}

.industry.ict .company .item__info {
    position: absolute;
    display: block;
    font-size: 1em;
    width: 100%;
    padding: 15px 50px 15px 30px;
    left: 0;
    bottom: 0;
    color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(#000000)
    );
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.industry.ict .company .item__info span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.industry.ict .company .item__info .fa {
    position: absolute;
    font-size: 20px;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.industry.ict .company .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.ict .company__owl {
    padding: 10px;
}

.industry.ict .company .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
}

.industry.ict .company .owl-next {
    color: #666;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 5px;
    top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry.ict .company .owl-prev {
    color: #666;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -15px;
    top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry.ict .event__list {
    margin: 0 0;
}

.industry.ict .event__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.industry.ict .event .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.ict .event__img {
    position: relative;
    display: block;
    margin: 0 15px 30px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
}

.industry.ict .event__img:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.industry.ict .event__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.ict .event__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 64%;
    flex: 1 1 64%;
}

.industry.ict .event__date {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

.industry.ict .event__title {
    line-height: 17px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.industry.ict .event__local {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .industry__title {
        font-size: 50px;
        margin-top: 60px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .industry__subtitle {
        margin-bottom: 50px;
    }
    .industry section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .industry.ict .pattern-1 {
        display: block;
        top: 38px;
        left: -178px;
    }
    .industry.ict .pattern-2 {
        display: block;
        height: auto;
        top: 30px;
        left: 10px;
    }
    .industry.ict .pattern-3 {
        display: block;
        top: 100px;
        right: 50px;
    }
    .industry.ict .pattern-4 {
        display: block;
        top: 0;
        right: -150px;
    }
    .industry.ict .pattern-5 {
        display: block;
        top: 0;
        left: -160px;
    }
    .industry.ict .pattern-5 {
        display: block;
        top: 0;
        right: -150px;
    }
    .industry.ict .pattern-6 {
        display: block;
        top: 0;
        right: -150px;
    }
    .industry.ict .pattern-7 {
        display: block;
        top: 300px;
        left: -160px;
    }
    .industry.ict .pattern-8 {
        position: absolute;
        display: block;
        bottom: 0;
        right: -280px;
    }
    .industry.ict .main__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .industry.ict .main__text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .industry.ict .message {
        padding: 85px 60px;
        margin: 0;
        font-size: 25px;
    }
    .industry.ict .message__pattern1 {
        position: absolute;
        top: -153px;
        left: 0;
    }
    .industry.ict .recommend .nav-item {
        margin: 10px 30px;
    }
    .industry.ict .recommend .nav-link {
        font-size: 22px;
    }
    .industry.ict .recommend .item {
        margin: 20px -5px;
    }
    .industry.ict .event__list {
        margin: 0 0;
    }
    .industry.ict .event__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .industry.ict .event__img {
        margin: 0 65px 30px 0;
    }
    .industry.ict .event__date {
        line-height: 28px;
        font-size: 20px;
    }
    .industry.ict .event__title {
        line-height: 42px;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .industry.ict .event__local {
        line-height: 28px;
        font-size: 20px;
    }
}

.industry.mechanical ul {
    list-style: none;
    padding-left: 0;
}

.industry.mechanical ul li {
    font-size: 16px;
}

.industry.mechanical .text-red {
    color: #e12219;
}

.industry.mechanical .btn__pdf {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.industry.mechanical .btn__pdf:hover img {
    content: url("../images/industry/mechanical/btn-pdf_hover.svg");
}

.industry.mechanical .pattern-1 {
    position: absolute;
    z-index: -1;
    left: -460px;
    height: 153px;
    overflow: hidden;
}

.industry.mechanical .pattern-2 {
    position: absolute;
    bottom: 150px;
    left: -150px;
    z-index: -1;
    display: none;
}

.industry.mechanical .pattern-3 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.mechanical .pattern-4 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.mechanical .pattern-5 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.mechanical .pattern-6 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.mechanical .pattern-7 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.mechanical .pattern-8 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.mechanical .pattern-9 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.mechanical .pattern-10 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.mechanical .main__title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.industry.mechanical .main__subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.industry.mechanical .main__text {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #363636;
    margin-bottom: 1em;
}

.industry.mechanical .main__list h4 {
    font-size: 22px;
    font-weight: bold;
}

.industry.mechanical .main__item {
    margin-bottom: 2em;
}

.industry.mechanical .main__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1em;
}

.industry.mechanical .main__item__content p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.industry.mechanical .message {
    background: #3b3b3b;
    padding: 50px 15px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.6px;
    color: #ffffff;
    margin-bottom: 1em;
    margin-top: 80px;
}

.industry.mechanical .message .container {
    position: relative;
}

.industry.mechanical .message__man {
    font-size: 16px;
    letter-spacing: 0.4px;
    text-align: right;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.industry.mechanical .message__pattern1 {
    position: absolute;
    top: -117px;
    left: 0;
}

.industry.mechanical .message__pattern2 {
    position: absolute;
    bottom: -34px;
    right: 0;
}

.industry.mechanical .trend .main__text {
    margin-bottom: 1em;
}

.industry.mechanical .trend__form p {
    font-size: 18px;
    font-weight: bold;
}

.industry.mechanical .trend__form img {
    width: 100%;
}

.industry.mechanical .recommend .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.industry.mechanical .recommend .nav-item {
    margin: 0 10px;
}

.industry.mechanical .recommend .nav-link {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #e83b43;
    border-bottom: 5px transparent solid;
}

.industry.mechanical .recommend .nav-link.active {
    color: #000000;
    border-bottom: 5px #000 solid;
}

.industry.mechanical .recommend .item {
    position: relative;
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: all 0.8s ease-in;
    transform: all 0.8s ease-in;
    cursor: pointer;
    margin: 0 -5px 15px -5px;
    border: 1px solid #c6c6c6c6;
}

.industry.mechanical .recommend .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.industry.mechanical .recommend .item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.mechanical .recommend .item__awards {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
}

.industry.mechanical .recommend .item__info {
    position: absolute;
    display: block;
    font-size: 15px;
    width: 100%;
    padding: 15px 30px;
    left: 0;
    bottom: -100%;
    color: #fff;
    background: #e83b43;
    opacity: 0;
    -webkit-transform: opacity 1.8s ease-in;
    transform: opacity 1.8s ease-in;
    word-wrap: break-word;
}

.industry.mechanical .recommend .item__info span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
}

.industry.mechanical .recommend .item:hover .item__info {
    bottom: 0;
    opacity: 0.85;
    -webkit-transform: opacity 1.8s ease-in;
    transform: opacity 1.8s ease-in;
}

.industry.mechanical .recommend .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.mechanical .company .item {
    position: relative;
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px -5px;
    -webkit-transform: all 0.8s ease-in;
    transform: all 0.8s ease-in;
    cursor: pointer;
    font-size: 100%;
}

.industry.mechanical .company .item:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.industry.mechanical .company .item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.mechanical .company .item__awards {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
}

.industry.mechanical .company .item__info {
    position: absolute;
    display: block;
    font-size: 1em;
    width: 100%;
    padding: 15px 50px 15px 30px;
    left: 0;
    bottom: 0;
    color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(#000000)
    );
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.industry.mechanical .company .item__info span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.industry.mechanical .company .item__info .fa {
    position: absolute;
    font-size: 20px;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.industry.mechanical .company .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.mechanical .company__owl {
    padding: 10px;
}

.industry.mechanical .company .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
}

.industry.mechanical .company .owl-next {
    color: #666;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 5px;
    top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry.mechanical .company .owl-prev {
    color: #666;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -15px;
    top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry.mechanical .event {
    margin-bottom: 2em;
}

.industry.mechanical .event__list {
    margin: 0 0;
}

.industry.mechanical .event__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.industry.mechanical .event__img {
    position: relative;
    display: block;
    margin: 0 15px 30px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
}

.industry.mechanical .event__img:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.industry.mechanical .event__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.mechanical .event__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 64%;
    flex: 1 1 64%;
}

.industry.mechanical .event__date {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

.industry.mechanical .event__title {
    line-height: 17px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.industry.mechanical .event__local {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

.industry.mechanical .event .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

@media (min-width: 768px) {
    .industry.mechanical .btn__pdf:hover img {
        content: url("../images/industry/mechanical/btn-pdf_hover.svg");
    }
}

@media (min-width: 992px) {
    .industry.mechanical ul li {
        font-size: 20px;
    }
    .industry.mechanical .btn__pdf {
        margin-bottom: 100px;
    }
    .industry.mechanical .pattern-1 {
        display: block;
        top: 30px;
        left: -245px;
        overflow: initial;
        height: auto;
    }
    .industry.mechanical .pattern-2 {
        display: block;
        bottom: 870px;
        left: -150px;
    }
    .industry.mechanical .pattern-3 {
        display: block;
        top: 32%;
        right: 10px;
    }
    .industry.mechanical .pattern-4 {
        display: block;
        top: 0;
        left: 0;
    }
    .industry.mechanical .pattern-5 {
        display: block;
        top: 205px;
        left: -160px;
    }
    .industry.mechanical .pattern-6 {
        display: block;
        top: 205px;
        right: -150px;
    }
    .industry.mechanical .pattern-7 {
        display: block;
        top: 300px;
        left: -160px;
    }
    .industry.mechanical .pattern-8 {
        display: block;
        bottom: 110px;
        left: -60px;
    }
    .industry.mechanical .pattern-9 {
        display: block;
        bottom: 110px;
        right: -40px;
    }
    .industry.mechanical .pattern-10 {
        display: block;
        bottom: 110px;
        right: -170px;
    }
    .industry.mechanical .main__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .industry.mechanical .main__subtitle {
        font-size: 22px;
    }
    .industry.mechanical .main__text {
        font-size: 20px;
    }
    .industry.mechanical .main__list h4 {
        padding-left: 5em;
    }
    .industry.mechanical .message {
        padding: 86px 60px 52px 60px;
        margin: 0;
        font-size: 25px;
        margin: 0;
    }
    .industry.mechanical .message__pattern1 {
        position: absolute;
        top: -153px;
        left: 0;
        display: block;
    }
    .industry.mechanical .recommend .nav-item {
        margin: 10px 30px;
    }
    .industry.mechanical .recommend .nav-link {
        font-size: 22px;
    }
    .industry.mechanical .recommend .item {
        margin: 20px -5px;
    }
    .industry.mechanical .event__list {
        margin: 0 0;
    }
    .industry.mechanical .event__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .industry.mechanical .event__img {
        margin: 0 65px 30px 0;
    }
    .industry.mechanical .event__date {
        line-height: 28px;
        font-size: 20px;
    }
    .industry.mechanical .event__title {
        line-height: 42px;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .industry.mechanical .event__local {
        line-height: 28px;
        font-size: 20px;
    }
}

.industry {
    overflow: hidden;
}

.industry__title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.industry__subtitle {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #7a7a7a;
    margin-bottom: 30px;
}

.industry .container {
    position: relative;
    overflow: visible;
}

.industry section {
    padding-top: 0;
    padding-bottom: 0;
}

.industry.sport ul li {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 30px;
}

.industry.sport ul li p {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #363636;
    margin-bottom: 0;
}

.industry.sport .text-red {
    color: #e12219;
}

.industry.sport .btn__pdf {
    display: block;
    margin-bottom: 60px;
    text-align: center;
}

.industry.sport .btn__pdf:hover img {
    content: url("../images/industry/sport/btn-pdf_hover.svg");
}

.industry.sport .pattern-1 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.sport .pattern-2 {
    position: absolute;
    top: 20px;
    left: -410px;
    z-index: -1;
    height: 160px;
    overflow: hidden;
}

.industry.sport .pattern-3 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.sport .pattern-4 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.sport .pattern-5 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.sport .pattern-6 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.sport .pattern-7 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.sport .pattern-8 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.sport .pattern-9 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.sport .pattern-10 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.sport .pattern-11 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.sport .main__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.industry.sport .main__text {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #363636;
    margin-bottom: 30px;
}

.industry.sport .main__list {
    list-style: none;
    font-size: 20px;
}

.industry.sport .main__list li {
    text-indent: -24px;
    margin-bottom: 40px;
}

.industry.sport .main__list li:before {
    content: "◈";
    padding-right: 4px;
}

.industry.sport .main__list-img1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.industry.sport .main__list-img1 img {
    max-width: 100%;
    margin-bottom: 20px;
    margin: 7px 7px;
}

.industry.sport .main__list-img2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.industry.sport .main__list-img2 img {
    max-width: 100%;
    margin-bottom: 20px;
}

.industry.sport .message {
    background: #3b3b3b;
    padding: 50px 15px 85px;
    margin: 100px 0 0 0;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.6px;
    color: #ffffff;
    margin-bottom: 2em;
}

.industry.sport .message .container {
    position: relative;
}

.industry.sport .message__man {
    font-size: 16px;
    letter-spacing: 0.4px;
    text-align: right;
    color: #ffffff;
    margin-top: 10px;
}

.industry.sport .message__pattern1 {
    position: absolute;
    top: -117px;
    left: 0;
}

.industry.sport .message__pattern2 {
    position: absolute;
    bottom: -65px;
    right: 15px;
}

.industry.sport .recommend .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.industry.sport .recommend .nav-item {
    margin: 0 10px;
}

.industry.sport .recommend .nav-link {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #e83b43;
    border-bottom: 5px transparent solid;
}

.industry.sport .recommend .nav-link.active {
    color: #000000;
    border-bottom: 5px #000 solid;
}

.industry.sport .recommend .item {
    position: relative;
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: all 0.8s ease-in;
    transform: all 0.8s ease-in;
    cursor: pointer;
    margin: 0 -5px 15px -5px;
    border: 1px solid #c6c6c6c6;
}

.industry.sport .recommend .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.industry.sport .recommend .item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.sport .recommend .item__awards {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
}

.industry.sport .recommend .item__info {
    position: absolute;
    display: block;
    font-size: 15px;
    width: 100%;
    padding: 15px 30px;
    left: 0;
    bottom: -100%;
    color: #fff;
    background: #e83b43;
    opacity: 0;
    -webkit-transform: opacity 1.8s ease-in;
    transform: opacity 1.8s ease-in;
    word-wrap: break-word;
}

.industry.sport .recommend .item__info span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
}

.industry.sport .recommend .item:hover .item__info {
    bottom: 0;
    opacity: 0.85;
    -webkit-transform: opacity 1.8s ease-in;
    transform: opacity 1.8s ease-in;
}

.industry.sport .recommend .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.sport .company .item {
    position: relative;
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px -5px;
    -webkit-transform: all 0.8s ease-in;
    transform: all 0.8s ease-in;
    cursor: pointer;
    font-size: 100%;
}

.industry.sport .company .item:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.industry.sport .company .item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.sport .company .item__awards {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
}

.industry.sport .company .item__info {
    position: absolute;
    display: block;
    font-size: 1em;
    width: 100%;
    padding: 15px 50px 15px 30px;
    left: 0;
    bottom: 0;
    color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(#000000)
    );
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.industry.sport .company .item__info span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.industry.sport .company .item__info .fa {
    position: absolute;
    font-size: 20px;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.industry.sport .company .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.sport .company__owl {
    padding: 10px;
}

.industry.sport .company .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
}

.industry.sport .company .owl-next {
    color: #666;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 5px;
    top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry.sport .company .owl-prev {
    color: #666;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -15px;
    top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry.sport .event__list {
    margin: 0 0;
}

.industry.sport .event__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.industry.sport .event .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.sport .event__img {
    position: relative;
    display: block;
    margin: 0 15px 30px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
}

.industry.sport .event__img:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.industry.sport .event__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.sport .event__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 64%;
    flex: 1 1 64%;
}

.industry.sport .event__date {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

.industry.sport .event__title {
    line-height: 17px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.industry.sport .event__local {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .industry__title {
        font-size: 50px;
        margin-top: 60px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .industry__subtitle {
        margin-bottom: 50px;
    }
    .industry section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .industry.sport .pattern-1 {
        display: block;
        top: 38px;
        left: -178px;
    }
    .industry.sport .pattern-2 {
        display: block;
        height: auto;
        top: 30px;
        left: -130px;
    }
    .industry.sport .pattern-3 {
        display: block;
        top: 100px;
        right: 50px;
    }
    .industry.sport .pattern-4 {
        display: block;
        top: 0;
        right: -150px;
    }
    .industry.sport .pattern-5 {
        display: block;
        top: 0;
        left: -160px;
    }
    .industry.sport .pattern-5 {
        display: block;
        top: 0;
        right: -150px;
    }
    .industry.sport .pattern-6 {
        display: block;
        top: 0;
        right: -150px;
    }
    .industry.sport .pattern-7 {
        display: block;
        top: 300px;
        left: -160px;
    }
    .industry.sport .pattern-8 {
        position: absolute;
        display: block;
        bottom: 170px;
        left: -210px;
    }
    .industry.sport .pattern-9 {
        position: absolute;
        display: block;
        top: 0;
        left: -145px;
        z-index: 1;
    }
    .industry.sport .pattern-10 {
        position: absolute;
        display: block;
        top: 400px;
        right: 30px;
    }
    .industry.sport .pattern-11 {
        position: absolute;
        display: block;
        bottom: 300px;
        right: 0;
    }
    .industry.sport .main__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .industry.sport .main__text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .industry.sport .main__list-img1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .industry.sport .main__list-img1 img {
        max-width: 33%;
    }
    .industry.sport .main__list-img2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .industry.sport .main__list-img2 img {
        max-width: initial;
    }
    .industry.sport .message {
        padding: 85px 60px;
        margin: 0;
        font-size: 25px;
    }
    .industry.sport .message__pattern1 {
        position: absolute;
        top: -153px;
        left: 0;
    }
    .industry.sport .recommend .nav-item {
        margin: 10px 30px;
    }
    .industry.sport .recommend .nav-link {
        font-size: 22px;
    }
    .industry.sport .recommend .item {
        margin: 20px -5px;
    }
    .industry.sport .event__list {
        margin: 0 0;
    }
    .industry.sport .event__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .industry.sport .event__img {
        margin: 0 65px 30px 0;
    }
    .industry.sport .event__date {
        line-height: 28px;
        font-size: 20px;
    }
    .industry.sport .event__title {
        line-height: 42px;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .industry.sport .event__local {
        line-height: 28px;
        font-size: 20px;
    }
}

.industry {
    overflow: hidden;
}

.industry__title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.industry__subtitle {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #7a7a7a;
    margin-bottom: 30px;
}

.industry .container {
    position: relative;
    overflow: visible;
}

.industry section {
    padding-top: 0;
    padding-bottom: 0;
}

.industry.medical ul li {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 0;
}

.industry.medical ul li p {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #363636;
    margin-bottom: 0;
}

.industry.medical .text-red {
    color: #e12219;
}

.industry.medical .btn__pdf {
    display: block;
    margin-bottom: 100px;
    text-align: center;
}

.industry.medical .btn__pdf:hover img {
    content: url("../images/industry/medical/btn-pdf_hover.svg");
}

.industry.medical .pattern-1 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.medical .pattern-2 {
    position: absolute;
    top: 20px;
    left: -180px;
    z-index: -1;
    height: 160px;
    overflow: hidden;
}

.industry.medical .pattern-3 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.medical .pattern-4 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.medical .pattern-5 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.medical .pattern-6 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.medical .pattern-7 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.medical .pattern-8 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.medical .pattern-9 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.medical .pattern-10 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.medical .pattern-11 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.medical .main__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.industry.medical .main__subtitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.industry.medical .main__text {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #363636;
    margin-bottom: 30px;
}

.industry.medical .main__list {
    list-style: none;
    padding-left: 1em;
}

.industry.medical .main__list li {
    font-size: inherit;
    position: relative;
    font-weight: normal;
    line-height: 2em;
}

.industry.medical .main__list li:before {
    content: "●";
    position: absolute;
    top: 0.7em;
    left: -0.7em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.industry.medical .main__list-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

.industry.medical .main__list-img img {
    max-width: 100%;
    margin-bottom: 20px;
}

.industry.medical .main__list-img1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.industry.medical .main__list-img1 img {
    width: 60%;
    margin: 7px;
}

.industry.medical .main__list-img2 {
    margin-top: 50px;
}

.industry.medical .main__list-img2 img {
    margin: 7px;
}

.industry.medical .message {
    background: #3b3b3b;
    padding: 50px 15px 85px;
    margin: 50px 0;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.6px;
    color: #ffffff;
}

.industry.medical .message .container {
    position: relative;
}

.industry.medical .message__man {
    font-size: 16px;
    letter-spacing: 0.4px;
    text-align: right;
    color: #ffffff;
    margin-top: 10px;
}

.industry.medical .message__pattern1 {
    position: absolute;
    top: -117px;
    left: 0;
}

.industry.medical .message__pattern2 {
    position: absolute;
    bottom: -65px;
    right: 15px;
}

.industry.medical .recommend .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.industry.medical .recommend .nav-item {
    margin: 0 10px;
}

.industry.medical .recommend .nav-link {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #e83b43;
    border-bottom: 5px transparent solid;
}

.industry.medical .recommend .nav-link.active {
    color: #000000;
    border-bottom: 5px #000 solid;
}

.industry.medical .recommend .item {
    position: relative;
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: all 0.8s ease-in;
    transform: all 0.8s ease-in;
    cursor: pointer;
    margin: 0 -5px 15px -5px;
    border: 1px solid #c6c6c6c6;
}

.industry.medical .recommend .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.industry.medical .recommend .item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.medical .recommend .item__awards {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
}

.industry.medical .recommend .item__info {
    position: absolute;
    display: block;
    font-size: 15px;
    width: 100%;
    padding: 15px 30px;
    left: 0;
    bottom: -100%;
    color: #fff;
    background: #e83b43;
    opacity: 0;
    -webkit-transform: opacity 1.8s ease-in;
    transform: opacity 1.8s ease-in;
    word-wrap: break-word;
}

.industry.medical .recommend .item__info span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
}

.industry.medical .recommend .item:hover .item__info {
    bottom: 0;
    opacity: 0.85;
    -webkit-transform: opacity 1.8s ease-in;
    transform: opacity 1.8s ease-in;
}

.industry.medical .recommend .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.medical .company .item {
    position: relative;
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px -5px;
    -webkit-transform: all 0.8s ease-in;
    transform: all 0.8s ease-in;
    cursor: pointer;
    font-size: 100%;
}

.industry.medical .company .item:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.industry.medical .company .item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.medical .company .item__awards {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
}

.industry.medical .company .item__info {
    position: absolute;
    display: block;
    font-size: 1em;
    width: 100%;
    padding: 15px 50px 15px 30px;
    left: 0;
    bottom: 0;
    color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(#000000)
    );
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.industry.medical .company .item__info span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.industry.medical .company .item__info .fa {
    position: absolute;
    font-size: 20px;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.industry.medical .company .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.medical .company__owl {
    padding: 10px;
}

.industry.medical .company .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
}

.industry.medical .company .owl-next {
    color: #666;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 5px;
    top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry.medical .company .owl-prev {
    color: #666;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -15px;
    top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry.medical .event__list {
    margin: 0 0;
}

.industry.medical .event__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.industry.medical .event .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.medical .event__img {
    position: relative;
    display: block;
    margin: 0 15px 30px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
}

.industry.medical .event__img:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.industry.medical .event__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.medical .event__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 64%;
    flex: 1 1 64%;
}

.industry.medical .event__date {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

.industry.medical .event__title {
    line-height: 17px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.industry.medical .event__local {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .industry__title {
        font-size: 50px;
        margin-top: 60px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .industry__subtitle {
        margin-bottom: 50px;
    }
    .industry section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .industry.medical .industry__title {
        margin-top: 0;
    }
    .industry.medical .pattern-1 {
        display: block;
        bottom: 100px;
        left: -150px;
    }
    .industry.medical .pattern-2 {
        display: block;
        height: auto;
        top: 30px;
        left: 50px;
    }
    .industry.medical .pattern-3 {
        display: block;
        top: 100px;
        right: 50px;
    }
    .industry.medical .pattern-5 {
        display: block;
        top: 0;
        right: -150px;
    }
    .industry.medical .pattern-6 {
        display: block;
        top: 0;
        right: -150px;
    }
    .industry.medical .pattern-7 {
        display: block;
        top: 300px;
        left: -160px;
    }
    .industry.medical .pattern-8 {
        position: absolute;
        display: block;
        bottom: 50px;
        right: 50px;
    }
    .industry.medical .pattern-9 {
        display: block;
        height: auto;
        top: 0;
        left: -200px;
    }
    .industry.medical .pattern-10 {
        display: block;
        height: auto;
        top: 0;
        left: -70px;
    }
    .industry.medical .pattern-11 {
        display: block;
        height: auto;
        top: 0;
        right: 50px;
    }
    .industry.medical .main__title {
        font-size: 30px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .industry.medical .main__subtitle {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .industry.medical .main__text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .industry.medical .main__list-img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .industry.medical .main__list-img img {
        max-width: 100%;
    }
    .industry.medical .main__list-img1 img {
        width: 33%;
    }
    .industry.medical .message {
        padding: 85px 60px;
        margin: 0;
        font-size: 25px;
    }
    .industry.medical .message__pattern1 {
        position: absolute;
        top: -153px;
        left: 0;
    }
    .industry.medical .recommend .nav-item {
        margin: 10px 30px;
    }
    .industry.medical .recommend .nav-link {
        font-size: 22px;
    }
    .industry.medical .recommend .item {
        margin: 20px -5px;
    }
    .industry.medical .event__list {
        margin: 0 0;
    }
    .industry.medical .event__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .industry.medical .event__img {
        margin: 0 65px 30px 0;
    }
    .industry.medical .event__date {
        line-height: 28px;
        font-size: 20px;
    }
    .industry.medical .event__title {
        line-height: 42px;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .industry.medical .event__local {
        line-height: 28px;
        font-size: 20px;
    }
}

.industry.hardware .industry__title {
    font-size: 38px;
    margin-bottom: 0;
}

.industry.hardware ul {
    list-style: none;
    padding-left: 0;
}

.industry.hardware ul li {
    font-size: 16px;
}

.industry.hardware .text-red {
    color: #e12219;
}

.industry.hardware .btn__pdf {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.industry.hardware .btn__pdf:hover img {
    content: url("../images/industry/hardware/btn-pdf_hover.svg");
}

.industry.hardware .pattern-1 {
    position: absolute;
    z-index: -1;
    overflow: hidden;
}

.industry.hardware .pattern-2 {
    position: absolute;
    bottom: 150px;
    left: -150px;
    z-index: -1;
    display: none;
}

.industry.hardware .pattern-3 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.hardware .pattern-4 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.hardware .pattern-5 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.hardware .pattern-6 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.hardware .pattern-7 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.hardware .pattern-8 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.hardware .pattern-9 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.hardware .pattern-10 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.hardware .pattern-11 {
    position: absolute;
    display: none;
    z-index: -1;
}

.industry.hardware .main__title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.industry.hardware .main__subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.industry.hardware .main__text {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #363636;
    margin-bottom: 1em;
}

.industry.hardware .main__list h4 {
    font-size: 22px;
    font-weight: bold;
}

.industry.hardware .main__item {
    margin-bottom: 2em;
}

.industry.hardware .main__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1em;
}

.industry.hardware .main__item__content p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.industry.hardware .main__picbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.industry.hardware .main__picbox img {
    width: 100%;
    max-width: none;
}

.industry.hardware .message {
    background: #3b3b3b;
    padding: 50px 15px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.6px;
    color: #ffffff;
    margin-bottom: 1em;
    margin-top: 90px;
}

.industry.hardware .message .container {
    position: relative;
}

.industry.hardware .message__text {
    font-size: 24px;
    padding-left: 0;
}

.industry.hardware .message__man {
    font-size: 18px;
    letter-spacing: 0.4px;
    text-align: right;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 1.4em;
}

.industry.hardware .message__pattern1 {
    position: absolute;
    top: -117px;
    left: 0;
}

.industry.hardware .message__pattern2 {
    position: absolute;
    bottom: -34px;
    right: 15px;
}

.industry.hardware .trend .main__text {
    margin-bottom: 1em;
}

.industry.hardware .trend__form p {
    font-size: 18px;
    font-weight: bold;
}

.industry.hardware .trend__form img {
    width: 100%;
}

.industry.hardware .recommend .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.industry.hardware .recommend .nav-item {
    margin: 0 10px;
}

.industry.hardware .recommend .nav-link {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #e83b43;
    border-bottom: 5px transparent solid;
}

.industry.hardware .recommend .nav-link.active {
    color: #000000;
    border-bottom: 5px #000 solid;
}

.industry.hardware .recommend .item {
    position: relative;
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: all 0.8s ease-in;
    transform: all 0.8s ease-in;
    cursor: pointer;
    margin: 0 -5px 15px -5px;
    border: 1px solid #c6c6c6c6;
}

.industry.hardware .recommend .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.industry.hardware .recommend .item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.hardware .recommend .item__awards {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
}

.industry.hardware .recommend .item__info {
    position: absolute;
    display: block;
    font-size: 15px;
    width: 100%;
    padding: 15px 30px;
    left: 0;
    bottom: -100%;
    color: #fff;
    background: #e83b43;
    opacity: 0;
    -webkit-transform: opacity 1.8s ease-in;
    transform: opacity 1.8s ease-in;
    word-wrap: break-word;
}

.industry.hardware .recommend .item__info span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
}

.industry.hardware .recommend .item:hover .item__info {
    bottom: 0;
    opacity: 0.85;
    -webkit-transform: opacity 1.8s ease-in;
    transform: opacity 1.8s ease-in;
}

.industry.hardware .recommend .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.hardware .company .item {
    position: relative;
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px -5px;
    -webkit-transform: all 0.8s ease-in;
    transform: all 0.8s ease-in;
    cursor: pointer;
    font-size: 100%;
}

.industry.hardware .company .item:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.industry.hardware .company .item > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.hardware .company .item__awards {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
}

.industry.hardware .company .item__info {
    position: absolute;
    display: block;
    font-size: 1em;
    width: 100%;
    padding: 15px 50px 15px 30px;
    left: 0;
    bottom: 0;
    color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(#000000)
    );
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.industry.hardware .company .item__info span {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.industry.hardware .company .item__info .fa {
    position: absolute;
    font-size: 20px;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.industry.hardware .company .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

.industry.hardware .company__owl {
    padding: 10px;
}

.industry.hardware .company .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
}

.industry.hardware .company .owl-next {
    color: #666;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 5px;
    top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry.hardware .company .owl-prev {
    color: #666;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -15px;
    top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry.hardware .event {
    margin-bottom: 2em;
}

.industry.hardware .event__list {
    margin: 0 0;
}

.industry.hardware .event__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.industry.hardware .event__img {
    position: relative;
    display: block;
    margin: 0 15px 30px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
}

.industry.hardware .event__img:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.industry.hardware .event__img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.industry.hardware .event__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 64%;
    flex: 1 1 64%;
}

.industry.hardware .event__date {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

.industry.hardware .event__title {
    line-height: 17px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.industry.hardware .event__local {
    line-height: 17px;
    font-size: 13px;
    font-weight: bold;
}

.industry.hardware .event .item__more {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: center;
    text-decoration: underline;
    color: #e83b43;
}

@media (min-width: 768px) {
    .industry.hardware .industry__title {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .industry.hardware .btn__pdf:hover img {
        content: url("../images/industry/hardware/btn-pdf_hover.svg");
    }
    .industry.hardware .pattern-1 {
        display: block;
        left: -160px;
        height: 160px;
        overflow: initial;
        height: auto;
    }
    .industry.hardware .message__text {
        font-size: 30px;
        padding-left: 5em;
    }
    .industry.hardware .message__man {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .industry.hardware ul li {
        font-size: 20px;
    }
    .industry.hardware .btn__pdf {
        margin-bottom: 50px;
    }
    .industry.hardware .pattern-1 {
        top: 30px;
        left: -80px;
    }
    .industry.hardware .pattern-2 {
        display: block;
        top: 30px;
        left: -100px;
    }
    .industry.hardware .pattern-3 {
        display: block;
        top: 29%;
        right: 10px;
    }
    .industry.hardware .pattern-4 {
        display: block;
        top: 0;
        left: 0;
    }
    .industry.hardware .pattern-5 {
        display: block;
        top: 205px;
        left: -160px;
    }
    .industry.hardware .pattern-6 {
        display: block;
        top: 205px;
        right: -150px;
    }
    .industry.hardware .pattern-7 {
        display: block;
        top: 300px;
        left: -160px;
    }
    .industry.hardware .pattern-8 {
        display: block;
        bottom: 310px;
        right: -60px;
    }
    .industry.hardware .pattern-9 {
        display: block;
        bottom: 40px;
        right: -40px;
    }
    .industry.hardware .pattern-10 {
        display: block;
        bottom: 110px;
        right: -170px;
    }
    .industry.hardware .pattern-11 {
        display: block;
        bottom: -20px;
        left: -100px;
    }
    .industry.hardware .main__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .industry.hardware .main__subtitle {
        font-size: 22px;
    }
    .industry.hardware .main__text {
        font-size: 20px;
    }
    .industry.hardware .main__list h4 {
        padding-left: 5em;
    }
    .industry.hardware .message {
        padding: 86px 60px 52px 60px;
        margin: 0;
        font-size: 25px;
        margin: 0;
    }
    .industry.hardware .message__pattern1 {
        position: absolute;
        top: -153px;
        left: 0;
        display: block;
    }
    .industry.hardware .recommend .nav-item {
        margin: 10px 30px;
    }
    .industry.hardware .recommend .nav-link {
        font-size: 22px;
    }
    .industry.hardware .recommend .item {
        margin: 20px -5px;
    }
    .industry.hardware .event__list {
        margin: 0 0;
    }
    .industry.hardware .event__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .industry.hardware .event__img {
        margin: 0 65px 30px 0;
    }
    .industry.hardware .event__date {
        line-height: 28px;
        font-size: 20px;
    }
    .industry.hardware .event__title {
        line-height: 42px;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .industry.hardware .event__local {
        line-height: 28px;
        font-size: 20px;
    }
}

.industry_en .industry__title {
    font-size: 16px;
    letter-spacing: 0.36px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.industry_en .industry__subtitle {
    font-size: 14px;
    letter-spacing: 0.32px;
    font-weight: 500;
    color: #3b3b3b;
}

.industry_en .btn__pdf {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.industry_en.mechanical_en .main__title {
    font-size: 22px;
    font-weight: bold;
}

.industry_en.mechanical_en .main__text {
    font-size: 14px;
    font-weight: lighter;
    color: #363636;
    letter-spacing: 0.5px;
}

.industry_en.mechanical_en .main__subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #3b3b3b;
    letter-spacing: 0;
}

.industry_en.mechanical_en ul li {
    font-size: 14px;
    font-weight: 500;
}

.industry_en.mechanical_en .message {
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 0;
}

.industry_en.mechanical_en .message__man {
    font-size: 14px;
    font-weight: bold;
}

.industry_en.mechanical_en .btn__pdf:hover img {
    content: url("../images/industry/en/btn-pdf_hover.svg");
}

.industry_en.mechanical_en .recommend .nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.industry_en.mechanical_en .recommend .nav-item {
    margin: 0 20px 10px;
    text-align: left;
}

.industry_en.mechanical_en .recommend .nav-link {
    font-size: 16px;
    text-align: left;
}

.industry_en.sport_en .industry__heading {
    padding-top: 40px;
}

.industry_en.sport_en .industry__title {
    margin-top: 30px;
}

.industry_en.sport_en .main__title {
    font-size: 16px;
    font-weight: bold;
}

.industry_en.sport_en .main__text {
    font-size: 14px;
    font-weight: lighter;
    color: #363636;
    letter-spacing: 0.5px;
}

.industry_en.sport_en .main__subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #3b3b3b;
    letter-spacing: 0;
}

.industry_en.sport_en ul li {
    font-size: 16px;
}

.industry_en.sport_en ul li p {
    font-size: 14px;
    letter-spacing: 0;
}

.industry_en.sport_en .message {
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 0;
}

.industry_en.sport_en .message__man {
    font-size: 14px;
    font-weight: bold;
}

.industry_en.sport_en .btn__pdf:hover img {
    content: url("../images/industry/en/btn-pdf_hover.svg");
}

.industry_en.sport_en .recommend .nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.industry_en.sport_en .recommend .nav-item {
    margin: 0 20px 10px;
    text-align: left;
}

.industry_en.sport_en .recommend .nav-link {
    font-size: 16px;
    text-align: left;
}

.industry_en.medical_en .industry__heading {
    padding-top: 40px;
}

.industry_en.medical_en .industry__title {
    margin-top: 30px;
}

.industry_en.medical_en .main__title {
    font-size: 16px;
    font-weight: bold;
}

.industry_en.medical_en .main__text {
    font-size: 14px;
    font-weight: lighter;
    color: #363636;
    letter-spacing: 0.5px;
}

.industry_en.medical_en .main__subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
}

.industry_en.medical_en .main__list {
    margin-top: 20px;
}

.industry_en.medical_en .main__list li {
    font-size: 16px;
    font-weight: bold;
}

.industry_en.medical_en .main__list-img img {
    max-width: 255px;
}

.industry_en.medical_en ul li {
    font-size: 16px;
}

.industry_en.medical_en ul li p {
    font-size: 14px;
    letter-spacing: 0;
}

.industry_en.medical_en .message {
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 0;
}

.industry_en.medical_en .message__man {
    font-size: 14px;
    font-weight: bold;
}

.industry_en.medical_en .btn__pdf {
    margin-bottom: 50px;
}

.industry_en.medical_en .btn__pdf:hover img {
    content: url("../images/industry/en/btn-pdf_hover.svg");
}

.industry_en.medical_en .recommend .nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.industry_en.medical_en .recommend .nav-item {
    margin: 0 20px 10px;
    text-align: left;
}

.industry_en.medical_en .recommend .nav-link {
    font-size: 16px;
    text-align: left;
}

.industry_en.ict_en .industry__heading {
    padding-top: 30px;
}

.industry_en.ict_en .industry__title {
    margin-top: 30px;
}

.industry_en.ict_en .main__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.industry_en.ict_en .main__text {
    font-size: 14px;
    font-weight: lighter;
    color: #363636;
    letter-spacing: 0.5px;
}

.industry_en.ict_en .main__subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
}

.industry_en.ict_en .main__list {
    margin-top: 20px;
}

.industry_en.ict_en .main__list li {
    font-size: 16px;
}

.industry_en.ict_en ul li {
    font-size: 16px;
}

.industry_en.ict_en ul li p {
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 0;
}

.industry_en.ict_en .message {
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 0;
}

.industry_en.ict_en .message__man {
    font-size: 14px;
    font-weight: bold;
}

.industry_en.ict_en .btn__pdf {
    margin-bottom: 50px;
}

.industry_en.ict_en .btn__pdf:hover img {
    content: url("../images/industry/en/btn-pdf_hover.svg");
}

.industry_en.ict_en .recommend .nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.industry_en.ict_en .recommend .nav-item {
    margin: 0 20px 10px;
    text-align: left;
}

.industry_en.ict_en .recommend .nav-link {
    font-size: 16px;
    text-align: left;
}

.industry_en.hardware_en .industry__heading {
    padding-top: 30px;
}

.industry_en.hardware_en .industry__title {
    margin-top: 30px;
    font-size: 16px;
}

.industry_en.hardware_en .main__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

.industry_en.hardware_en .main__text {
    font-size: 14px;
    font-weight: lighter;
    color: #363636;
    letter-spacing: 0.5px;
}

.industry_en.hardware_en .main__subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
}

.industry_en.hardware_en .main__list {
    margin-top: 20px;
}

.industry_en.hardware_en .main__list li {
    font-size: 16px;
}

.industry_en.hardware_en ul li {
    font-size: 16px;
}

.industry_en.hardware_en ul li p {
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 0;
}

.industry_en.hardware_en .message {
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 0;
}

.industry_en.hardware_en .message__text {
    font-size: 14px;
}

.industry_en.hardware_en .message__man {
    font-size: 14px;
    font-weight: bold;
}

.industry_en.hardware_en .btn__pdf {
    margin-bottom: 50px;
}

.industry_en.hardware_en .btn__pdf:hover img {
    content: url("../images/industry/en/btn-pdf_hover.svg");
}

.industry_en.hardware_en .recommend .nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.industry_en.hardware_en .recommend .nav-item {
    margin: 0 20px 10px;
    text-align: left;
}

.industry_en.hardware_en .recommend .nav-link {
    font-size: 16px;
    text-align: left;
}

@media (min-width: 768px) {
    .industry_en .industry__title {
        font-size: 20px;
        letter-spacing: 0;
    }
    .industry_en .industry__subtitle {
        font-size: 20px;
        letter-spacing: 0;
    }
    .industry_en.mechanical_en .main__title {
        font-size: 20px;
    }
    .industry_en.mechanical_en .main__text {
        font-size: 20px;
    }
    .industry_en.mechanical_en .main__subtitle {
        font-size: 20px;
    }
    .industry_en.mechanical_en ul li {
        font-size: 18px;
    }
    .industry_en.mechanical_en .message {
        font-size: 20px;
    }
    .industry_en.mechanical_en .message__man {
        font-size: 20px;
    }
    .industry_en.sport_en .industry__heading {
        padding-top: 0;
    }
    .industry_en.sport_en .industry__title {
        margin-top: 70px;
    }
    .industry_en.sport_en .main__title {
        font-size: 20px;
    }
    .industry_en.sport_en .main__text {
        font-size: 20px;
    }
    .industry_en.sport_en .main__subtitle {
        font-size: 20px;
    }
    .industry_en.sport_en ul li {
        font-size: 20px;
    }
    .industry_en.sport_en ul li p {
        font-size: 18px;
    }
    .industry_en.sport_en .message {
        font-size: 20px;
    }
    .industry_en.sport_en .message__man {
        font-size: 20px;
    }
    .industry_en.medical_en .pattern-2 {
        left: 10px;
    }
    .industry_en.medical_en .industry__heading {
        padding-top: 0;
    }
    .industry_en.medical_en .industry__title {
        margin-top: 70px;
    }
    .industry_en.medical_en .industry__subtitle {
        margin-bottom: 0;
    }
    .industry_en.medical_en .main__title {
        font-size: 20px;
    }
    .industry_en.medical_en .main__text {
        font-size: 18px;
    }
    .industry_en.medical_en .main__subtitle {
        font-size: 20px;
    }
    .industry_en.medical_en .main__list li {
        font-size: 18px;
    }
    .industry_en.medical_en .message {
        font-size: 20px;
    }
    .industry_en.medical_en .message__man {
        font-size: 20px;
    }
    .industry_en.ict_en .industry__heading {
        padding-top: 0;
    }
    .industry_en.ict_en .industry__title {
        font-size: 24px;
        margin-top: 70px;
    }
    .industry_en.ict_en .industry__subtitle {
        margin-bottom: 0;
    }
    .industry_en.ict_en .main__title {
        margin-top: 30px;
        font-size: 20px;
    }
    .industry_en.ict_en .main__text {
        font-size: 18px;
    }
    .industry_en.ict_en .main__subtitle {
        font-size: 20px;
    }
    .industry_en.ict_en ul li {
        font-size: 20px;
    }
    .industry_en.ict_en ul li p {
        font-size: 18px;
        padding-left: 1em;
    }
    .industry_en.ict_en .message {
        font-size: 20px;
    }
    .industry_en.ict_en .message__man {
        font-size: 20px;
    }
    .industry_en.hardware_en .industry__heading {
        padding-top: 0;
    }
    .industry_en.hardware_en .industry__title {
        font-size: 20px;
        margin-top: 70px;
    }
    .industry_en.hardware_en .industry__subtitle {
        margin-bottom: 0;
    }
    .industry_en.hardware_en .main__title {
        margin-top: 30px;
        font-size: 20px;
    }
    .industry_en.hardware_en .main__text {
        font-size: 18px;
    }
    .industry_en.hardware_en .main__subtitle {
        font-size: 20px;
    }
    .industry_en.hardware_en ul li {
        font-size: 20px;
    }
    .industry_en.hardware_en ul li p {
        font-size: 18px;
        padding-left: 1em;
    }
    .industry_en.hardware_en .message {
        font-size: 20px;
    }
    .industry_en.hardware_en .message__text {
        font-size: 20px;
    }
    .industry_en.hardware_en .message__man {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .industry_en .btn__pdf {
        margin-left: initial;
        margin-right: initial;
    }
    .industry_en.sport_en .pattern-2 {
        height: auto;
        top: 30px;
        left: -130px;
    }
    .industry_en.sport_en .pattern-3 {
        top: initial;
        bottom: 30px;
    }
    .industry_en.sport_en .pattern-9 {
        left: -135px;
    }
    .industry_en.sport_en .pattern-10 {
        top: 440px;
    }
    .industry_en.sport_en .pattern-11 {
        bottom: 700px;
        right: -30px;
    }
    .industry_en.sport_en .industry__title {
        margin-top: 0;
    }
    .industry_en.sport_en .industry__subtitle {
        margin-bottom: 0;
    }
    .industry_en.sport_en .container01 {
        padding-bottom: 0;
    }
    .industry_en.sport_en .recommend .nav-link {
        font-size: 18px;
    }
    .industry_en.medical_en .pattern-8 {
        bottom: 90px;
    }
    .industry_en.medical_en .recommend .nav-link {
        font-size: 18px;
    }
    .industry_en.hardware_en .pattern-11 {
        bottom: 280px;
    }
    .industry_en.hardware_en .recommend .nav-link {
        font-size: 18px;
    }
    .industry_en.ict_en .recommend .nav-link {
        font-size: 18px;
    }
    .industry_en.mechanical_en .recommend .nav-link {
        font-size: 18px;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ec .btn {
    background-color: #fff;
    padding: 7px;
    padding-left: 27px;
    color: #df1f22;
    letter-spacing: 15px;
    border: none;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

.ec .btn:hover {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
}

.ec .kv {
    position: relative;
}

.ec .kv .btn {
    width: 50%;
    max-width: 256px;
    bottom: 20%;
}

.ec .kv .btn::before {
    content: "〉";
    -webkit-transform: rotate(90deg) translateY(70%) scaleX(1.2);
    transform: rotate(90deg) translateY(70%) scaleX(1.2);
    display: block;
    position: absolute;
    left: 50%;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    top: 130%;
    -webkit-animation: arrowDown 0.5s linear infinite both alternate;
    animation: arrowDown 0.5s linear infinite both alternate;
}

.ec .kv .btn:hover {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    bottom: 18%;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes arrowDown {
    0% {
        top: 130%;
    }
    100% {
        top: 150%;
    }
}

@keyframes arrowDown {
    0% {
        top: 130%;
    }
    100% {
        top: 150%;
    }
}

.ec .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.ec .nav-item {
    margin: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    overflow: hidden;
}

.ec .nav-item:nth-child(n + 4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
}

.ec .nav-item img {
    width: 100%;
}

.ec .nav [data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.ec .nav [data-tooltip]:before,
.ec .nav [data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: 50%;
    left: 50%;
}

.ec .nav [data-tooltip]:before {
    min-width: 100px;
    margin-bottom: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.ec .nav [data-tooltip]:after {
    margin-left: -5px;
    width: 0;
    content: " ";
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.ec .nav [data-tooltip]:hover:before,
.ec .nav [data-tooltip]:hover:after {
    visibility: hidden;
    opacity: 1;
    bottom: 70%;
}

.ec .nav [data-tooltip]:hover:before {
    z-index: 0;
}

.ec .nav [data-tooltip]:hover:after {
    z-index: 1;
    bottom: 69%;
}

.ec h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.ec p {
    font-size: 14px;
    text-align: center;
    line-height: 2em;
}

.ec .sale {
    background: url(../images/onlineshop-ec/sale-bg.png) no-repeat top center;
    background-size: cover;
    padding: 2em;
    overflow: hidden;
}

.ec .sale h2 {
    text-align: center;
}

.ec .sale p {
    text-align: left;
}

.ec .sale__content {
    max-width: 820px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5em 1em 1em;
    position: relative;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.ec .activity {
    position: relative;
    padding-top: 2.5em;
    padding-bottom: 0;
    margin-bottom: 1em;
}

.ec .activity__name {
    padding: 15px;
    background-color: #fff;
    width: 100%;
    display: block;
    color: #6d7278;
    font-weight: bold;
}

.ec .activity__item:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 52%;
    background: url(../images/onlineshop-ec/activity-item_bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ec .activity .swiper-container {
    width: 100%;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    overflow: initial;
}

.ec .activity .swiper-container::before,
.ec .activity .swiper-container::after {
    content: "";
    display: none;
    position: absolute;
    height: 100%;
    width: 10%;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffffff),
        to(rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(
        to right,
        #ffffff,
        rgba(255, 255, 255, 0)
    );
}

.ec .activity .swiper-container::after {
    left: initial;
    right: 0;
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#ffffff),
        to(rgba(255, 255, 255, 0))
    );
    background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.ec .activity .swiper-wrapper {
    display: block;
}

.ec .activity .swiper-slide {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-bottom: 1.5em;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.ec .activity .swiper-slide img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.ec .activity .swiper-button-next,
.ec .activity .swiper-button-prev {
    display: none;
}

.ec .activity #pagination {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    display: none;
}

.ec .activity .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid #df1f22;
    background-color: transparent;
    margin: 5px;
}

.ec .activity .swiper-pagination-bullet-active {
    background: #df1f22;
}

.ec #history {
    display: block;
    margin-bottom: 3em;
}

.ec #history h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #df1f22;
    margin-bottom: 0.5em;
}

.ec #history .form-group {
    margin-bottom: 1rem;
}

.ec #history .form-group select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/onlineshop-ec/select-triangle.png) no-repeat
        scroll 97% center transparent;
    background-size: 10px;
}

.ec #history .form-group select::-ms-expand {
    display: none;
}

.ec #history .form-control {
    border-radius: 1.5em;
    border: #df1f22 2px solid;
    color: #df1f22;
}

.ec #history .go {
    padding: 0.5em 2em;
    background-color: #df1f22;
    color: #fff;
    border-radius: 1.5em;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ec #history .go:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.ec .video {
    background: url(../images/onlineshop-ec/video-bg_m.png) no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 2em 0;
    position: relative;
}

.ec .video__container {
    padding: 15px;
    background-color: #fff;
    max-width: 900px;
    margin: 1em 1em 1.5em;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}

.ec .video__item {
    -webkit-box-shadow: 0px 0px 15px inset rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px inset rgba(0, 0, 0, 0.5);
}

.ec .video .btn {
    position: relative;
    padding: 7px 30px;
    padding-left: 40px;
    letter-spacing: 10px;
}

.ec .video .swiper-slide {
    color: black;
}

.ec #thumbs {
    position: relative;
}

.ec #thumbs::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        color-stop(68%, white),
        color-stop(69%, white),
        to(white)
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        white 68%,
        white 69%,
        white 100%
    );
    z-index: 2;
}

.ec #thumbs .swiper-slide .thumbspic {
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.ec #thumbs .swiper-slide img {
    width: 100%;
    height: auto;
}

.ec #thumbs .swiper-slide-thumb-active ::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow:
        0 0 7px #ff0c00,
        0 0 7px #ff0c00;
    box-shadow:
        0 0 7px #ff0c00,
        0 0 7px #ff0c00;
    border-radius: 4px;
}

.ec #thumbs .swiper-button-next,
.ec #thumbs .swiper-container-rtl .thumbs-button-next {
    background-image: url(../images/onlineshop-ec/thumbs-button-next.png);
}

.ec #thumbs .swiper-button-next:hover,
.ec #thumbs .swiper-container-rtl .thumbs-button-next:hover {
    background-image: url(../images/onlineshop-ec/thumbs-button-next_hover.png);
}

.ec #thumbs .swiper-button-next,
.ec #thumbs .swiper-button-prev {
    background-size: 12px 18px;
    width: 55px;
    height: 100%;
    top: 18%;
    display: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ec #thumbs .swiper-button-next,
.ec #thumbs .swiper-container-rtl .swiper-button-prev {
    right: 0px;
}

.ec #thumbs .swiper-button-prev,
.ec #thumbs .swiper-container-rtl .thumbs-button-next {
    background-image: url(../images/onlineshop-ec/thumbs-button-prev.png);
}

.ec #thumbs .swiper-button-prev:hover,
.ec #thumbs .swiper-container-rtl .thumbs-button-next:hover {
    background-image: url(../images/onlineshop-ec/thumbs-button-prev_hover.png);
}

.ec #thumbs .swiper-button-prev,
.ec #thumbs .swiper-container-rtl .swiper-button-next {
    left: 0px;
}

.ec-en .contentbox {
    background: url(../images/onlineshop-ec/container-en_bg-m.png) no-repeat
        center;
    background-size: cover;
    position: relative;
    padding: 4em 0;
}

.ec-en .contentbox::before,
.ec-en .contentbox::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
}

.ec-en .contentbox::before {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(111, 36, 36, 0.5)),
        to(rgba(111, 36, 36, 0))
    );
    background-image: linear-gradient(
        to bottom,
        rgba(111, 36, 36, 0.5),
        rgba(111, 36, 36, 0)
    );
    top: 0;
    left: 0;
}

.ec-en .contentbox::after {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(111, 36, 36, 0.5)),
        to(rgba(111, 36, 36, 0))
    );
    background-image: linear-gradient(
        to top,
        rgba(111, 36, 36, 0.5),
        rgba(111, 36, 36, 0)
    );
    bottom: 0;
    left: 0;
}

.ec-en .sale {
    background: none;
    padding: 0 1em;
    margin-bottom: 4em;
}

.ec-en .sale::before {
    display: none;
}

.ec-en .sale .sale__content {
    max-width: 900px;
}

.ec-en .sale .sale__content::before,
.ec-en .sale .sale__content::after {
    display: none;
}

.ec-en .sale .sale__content p {
    text-align: center;
}

.ec-en .video {
    background: none;
    padding: 0;
}

.ec-en .video .btn {
    padding: 10px 50px;
    letter-spacing: 0;
}

@media (min-width: 576px) {
    .ec .nav-item {
        font-size: 20px;
        width: 31%;
    }
}

@media (min-width: 768px) {
    .ec h2 {
        font-size: 36px;
    }
    .ec p {
        font-size: 16px;
    }
    .ec .btn {
        padding-left: 27px;
        font-size: 24px;
    }
    .ec .nav-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ec .nav-item {
        width: auto;
        max-width: 260px;
        margin: 9px 5px;
        overflow: visible;
    }
    .ec .nav [data-tooltip]:hover:before,
    .ec .nav [data-tooltip]:hover:after {
        visibility: visible;
    }
    .ec .sale {
        padding: 2em 2em 0;
        position: relative;
    }
    .ec .sale::before {
        position: absolute;
        z-index: 2;
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(111, 36, 36, 0.5)),
            to(rgba(111, 36, 36, 0))
        );
        background-image: linear-gradient(
            to top,
            rgba(111, 36, 36, 0.5),
            rgba(111, 36, 36, 0)
        );
        bottom: 0;
        left: 0;
    }
    .ec .sale__content {
        z-index: 1;
        padding: 1.5em 4em 2em;
    }
    .ec .sale__content::before,
    .ec .sale__content::after {
        content: "";
        display: block;
        position: absolute;
        background-size: contain;
        bottom: 0;
    }
    .ec .sale__content::before {
        background: url(../images/onlineshop-ec/sale-left.png) no-repeat;
        width: 377px;
        height: 199px;
        left: -315px;
    }
    .ec .sale__content::after {
        background: url(../images/onlineshop-ec/sale-right.png) no-repeat;
        width: 443px;
        height: 90px;
        right: -350px;
    }
    .ec .activity {
        padding-bottom: 40px;
    }
    .ec .activity__name {
        display: none;
    }
    .ec .activity__item:before {
        width: 97%;
        padding-bottom: 50.6%;
    }
    .ec .activity .swiper-container {
        overflow: hidden;
    }
    .ec .activity .swiper-container::before,
    .ec .activity .swiper-container::after {
        display: block;
    }
    .ec .activity .swiper-container::after {
        left: inherit;
        right: 0;
        background-image: -webkit-gradient(
            linear,
            right top,
            left top,
            from(#ffffff),
            to(rgba(255, 255, 255, 0))
        );
        background-image: linear-gradient(
            to left,
            #ffffff,
            rgba(255, 255, 255, 0)
        );
    }
    .ec .activity .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ec .activity .swiper-slide {
        width: 60%;
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .ec .activity .swiper-slide img {
        width: 97%;
    }
    .ec .activity #pagination {
        display: block;
    }
    .ec .activity .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        opacity: 1;
        border: 1px solid #df1f22;
        background-color: transparent;
        margin: 5px;
    }
    .ec .activity .swiper-pagination-bullet-active {
        background: #df1f22;
    }
    .ec .activity .swiper-button-next,
    .ec .activity .swiper-container-rtl .swiper-button-prev {
        background-image: url(../images/onlineshop-ec/activitySlideNext.png);
        right: 7vw;
    }
    .ec .activity .swiper-button-prev,
    .ec .activity .swiper-container-rtl .swiper-button-next {
        background-image: url(../images/onlineshop-ec/activitySlidePrev.png);
        left: 7vw;
    }
    .ec .activity .swiper-button-next,
    .ec .activity .swiper-button-prev {
        width: 70px;
        height: 70px;
        background-size: 70px;
        outline: none;
        margin: 0;
        display: block;
    }
    .ec #history {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ec #history h2 {
        font-size: 24px;
        margin: 0;
        margin-right: 0.5em;
    }
    .ec #history .form-group {
        margin: 0;
        margin-right: 0.5em;
    }
    .ec #history .form-group select {
        background: url(../images/onlineshop-ec/select-triangle.png) no-repeat
            scroll 89% center transparent;
        padding: 0.5em 2em 0.5em 0.75em;
        background-size: 10px;
    }
    .ec #history .go {
        display: inline-block;
    }
    .ec .video {
        background: url(../images/onlineshop-ec/video-bg.jpg) no-repeat top
            center;
        padding: 2em 1em;
        background-size: cover;
    }
    .ec .video__container {
        margin: 1em auto;
        border-radius: 4px;
    }
    .ec #thumbs {
        margin: 1em auto 2em;
    }
    .ec #thumbs::before {
        display: none;
    }
    .ec #thumbs .swiper-button-next,
    .ec #thumbs .swiper-button-prev {
        display: block;
    }
    .ec-en .btn {
        padding: 10px 50px;
        letter-spacing: 0;
    }
    .ec-en .contentbox {
        background: url(../images/onlineshop-ec/container-en_bg.png) no-repeat
            center;
        background-size: cover;
        padding: 5em 0;
    }
    .ec-en .sale {
        padding: 0 2em;
    }
    .ec-en .sale::before {
        display: none;
    }
    .ec-en .sale .sale__content::before,
    .ec-en .sale .sale__content::after {
        display: none;
    }
    .ec-en .sale .sale__content p {
        text-align: left;
    }
    .ec-en .video {
        background: none;
        padding: 0 1em;
    }
    .ec-en .video__container {
        margin: 1em auto 2em;
    }
}

@media (min-width: 1200px) {
    .ec .nav .container {
        width: 820px;
    }
}

.marathon {
    position: relative;
    font-family: "Noto Sans TC Variable", "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
    color: #000;
    width: 100%;
    overflow-x: hidden;
}

.marathon h1,
.marathon h2,
.marathon h3,
.marathon h4,
.marathon h5,
.marathon h6,
.marathon .h1,
.marathon .h2,
.marathon .h3,
.marathon .h4,
.marathon .h5,
.marathon .h6 {
    font-family: "Noto Sans TC Variable", "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
}

.marathon__content {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#accc90),
        to(#e3f2db)
    );
    background-image: linear-gradient(to bottom, #accc90, #e3f2db);
}

.marathon h2 {
    color: #003d00;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.marathon h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
}

.marathon h4 {
    font-size: 20px;
    font-weight: 500;
}

.marathon p {
    font-size: 14px;
    margin-bottom: 0.5em;
}

.marathon .banner {
    width: 100%;
    position: relative;
    display: block;
    background: url(../images/marathon/banner_mb.jpg) no-repeat center center;
    background-size: cover;
}

.marathon .banner_en {
    width: 100%;
    position: relative;
    display: block;
    background: url(../images/marathon/banner_mb_en.jpg) no-repeat center center;
    background-size: cover;
}

.marathon .banner:before {
    content: "";
    display: block;
    padding-top: 61.6%;
}

.marathon .banner > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.marathon .product {
    padding-top: 30px;
    margin-bottom: 20px;
}

.marathon .product .container {
    padding-right: 0px;
}

.marathon .product__item {
    padding: 12px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 59, 5, 0.4);
    box-shadow: 0 0 5px 0 rgba(0, 59, 5, 0.4);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    color: #000;
}

.marathon .product__item:hover {
    color: #000;
}

.marathon .product__pic {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 100%;
    background-color: #fff;
}

.marathon .product__pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.marathon .product__logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
}

.marathon .product__name {
    height: 95px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 4;
}

.marathon .product__company {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5em;
}

.marathon .product .swiper-button-prev,
.marathon .product .swiper-container-rtl .swiper-button-next {
    display: none;
    background-image: url(../images/marathon/arrow-prev.png);
    left: -20px;
}

.marathon .product .swiper-button-prev:focus,
.marathon .product .swiper-container-rtl .swiper-button-next:focus {
    outline: none;
}

.marathon .product .swiper-button-next,
.marathon .product .swiper-container-rtl .swiper-button-prev {
    display: none;
    background-image: url(../images/marathon/arrow-next.png);
    right: -20px;
}

.marathon .product .swiper-button-next:focus,
.marathon .product .swiper-container-rtl .swiper-button-prev:focus {
    outline: none;
}

.marathon .video {
    margin-bottom: 40px;
    position: relative;
}

.marathon .video__bg {
    position: relative;
    display: block;
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    background: url(../images/marathon/video-bg_mb.png) no-repeat center top;
    background-size: 100% auto;
}

.marathon .video__bg:before {
    content: "";
    display: block;
    padding-top: 38.78571%;
}

.marathon .video__bg > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.marathon .video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 20px;
}

.marathon .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.marathon .celebrity {
    position: relative;
    padding-bottom: 45px;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
}

.marathon .celebrity h4 {
    margin-bottom: 10px;
}

.marathon .celebrity__box {
    margin-bottom: 30px;
}

.marathon .celebrity__pic {
    margin-bottom: 25px;
    -webkit-box-shadow:
        0 0 5px #39593d,
        0 0 10px #39593d;
    box-shadow:
        0 0 5px #39593d,
        0 0 10px #39593d;
}

.marathon .celebrity__bg {
    position: relative;
    display: block;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/marathon/celebrity-bg_deco.png) no-repeat right
        bottom;
    background-size: 130px auto;
}

.marathon .celebrity__bg:before {
    content: "";
    display: block;
    padding-top: 45.14286%;
}

.marathon .celebrity__bg > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 992px) {
    .marathon h2 {
        font-size: 60px;
        margin-bottom: 40px;
    }
    .marathon h3 {
        font-size: 40px;
    }
    .marathon h4 {
        font-size: 24px;
    }
    .marathon p {
        font-size: 17px;
        margin-bottom: 1em;
    }
    .marathon .banner {
        position: relative;
        display: block;
        background: url(../images/marathon/banner.jpg) no-repeat center center;
        background-size: cover;
    }
    .marathon .banner_en {
        position: relative;
        display: block;
        background: url(../images/marathon/banner_en.jpg) no-repeat center
            center;
        background-size: cover;
    }
    .marathon .banner:before {
        content: "";
        display: block;
        padding-top: 37.5%;
    }
    .marathon .banner > img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: auto !important;
        max-width: 100%;
        max-height: 100%;
    }
    .marathon .product {
        padding-top: 50px;
        margin-bottom: 85px;
    }
    .marathon .product .container {
        padding-right: 15px;
    }
    .marathon .product .swiper-button-prev,
    .marathon .product .swiper-container-rtl .swiper-button-next {
        display: block;
    }
    .marathon .product .swiper-button-next,
    .marathon .product .swiper-container-rtl .swiper-button-prev {
        display: block;
    }
    .marathon .video {
        margin-bottom: 50px;
    }
    .marathon .video__bg {
        top: -8%;
        background: url(../images/marathon/video-bg.png) no-repeat center top;
        background-size: 100% auto;
    }
    .marathon .video__wrapper {
        margin-bottom: 40px;
    }
    .marathon .celebrity {
        padding-bottom: 120px;
    }
    .marathon .celebrity__bg {
        background: url(../images/marathon/celebrity-bg.png) no-repeat center
            bottom;
        background-size: 100% auto;
    }
}
