@charset "UTF-8";

/*------------------------------------*\
    RESET
\*------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/*------------------------------------*\
    GRID
\*------------------------------------*/
.row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  overflow: hidden;
}

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

.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-11 {
  width: 100%;
}

.col-sm-10 {
  width: 100%;
}

.col-sm-9 {
  width: 100%;
}

.col-sm-8 {
  width: 100%;
}

.col-sm-7 {
  width: 100%;
}

.col-sm-6 {
  width: 100%;
}

.col-sm-5 {
  width: 100%;
}

.col-sm-4 {
  width: 100%;
}

.col-sm-3 {
  width: 100%;
}

.col-sm-2 {
  width: 100%;
}

.col-sm-1 {
  width: 100%;
}

.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-md-12 {
  width: 100%;
}

.col-md-11 {
  width: 100%;
}

.col-md-10 {
  width: 100%;
}

.col-md-9 {
  width: 100%;
}

.col-md-8 {
  width: 100%;
}

.col-md-7 {
  width: 100%;
}

.col-md-6 {
  width: 100%;
}

.col-md-5 {
  width: 100%;
}

.col-md-4 {
  width: 100%;
}

.col-md-3 {
  width: 100%;
}

.col-md-2 {
  width: 100%;
}

.col-md-1 {
  width: 100%;
}

.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-11 {
  width: 100%;
}

.col-lg-10 {
  width: 100%;
}

.col-lg-9 {
  width: 100%;
}

.col-lg-8 {
  width: 100%;
}

.col-lg-7 {
  width: 100%;
}

.col-lg-6 {
  width: 100%;
}

.col-lg-5 {
  width: 100%;
}

.col-lg-4 {
  width: 100%;
}

.col-lg-3 {
  width: 100%;
}

.col-lg-2 {
  width: 100%;
}

.col-lg-1 {
  width: 100%;
}

.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-xl-12 {
  width: 100%;
}

.col-xl-11 {
  width: 100%;
}

.col-xl-10 {
  width: 100%;
}

.col-xl-9 {
  width: 100%;
}

.col-xl-8 {
  width: 100%;
}

.col-xl-7 {
  width: 100%;
}

.col-xl-6 {
  width: 100%;
}

.col-xl-5 {
  width: 100%;
}

.col-xl-4 {
  width: 100%;
}

.col-xl-3 {
  width: 100%;
}

.col-xl-2 {
  width: 100%;
}

.col-xl-1 {
  width: 100%;
}

@media (min-width: 576px) {

  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

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

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

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

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

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

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }
}

@media (min-width: 768px) {

  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

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

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

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

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

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

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-1 {
    width: 8.33333%;
  }
}

@media (min-width: 992px) {

  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

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

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

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

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

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

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-1 {
    width: 8.33333%;
  }
}

@media (min-width: 1280px) {

  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-1 {
    width: 8.33333%;
  }
}

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * NEWS
 * KNOWLEDGE
 * PARTICIPATE
 * LINKS
 * CONTACTUS
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  color: #666666;
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  padding-top: 65px;
}

@media (min-width: 768px) {
  body {
    padding-top: 115px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 125px;
  }
}

@media (min-width: 1280px) {
  body {
    padding-top: 106px;
  }
}

@media (min-width: 1680px) {
  body {
    padding-top: 160px;
  }
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #e50212;
  outline: 0;
  text-decoration: none;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-top: 12px solid #e50212;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

header * {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

header .container {
  overflow: visible;
  height: 55px;
  padding-top: 0.625rem;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

header.header--active .container {
  padding-top: 0.625rem;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  header .container {
    height: auto;
    padding-top: 1rem;
  }

  header .col-lg-12 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  header .container {
    width: 100%;
    padding-bottom: 1rem;
  }

  header .col-lg-12 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.header--active .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1680px) {
  header .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  header.header--active .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1780px) {
  header .container {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
    padding-left: 15rem;
    padding-right: 10rem;
  }
}

.logo img {
  width: 250px;
  height: 36px;
}

@media (min-width: 1280px) {
  .logo img {
    width: 350px;
    height: 50px;
  }
}

@media (min-width: 1680px) {
  .logo img {
    width: auto;
    height: auto;
  }
}

nav {
  background-color: #b00000;
  -webkit-box-shadow: inset -5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset -5px 5px 5px rgba(0, 0, 0, 0.3);
  width: 80%;
  height: calc(100vh - 55px);
  overflow-y: auto;
  position: absolute;
  top: 55px;
  left: -100%;
  z-index: 999;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media (min-width: 768px) {
  nav {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
  }
}

@media (min-width: 1280px) {
  nav {
    width: 100%;
  }
}

.menu__btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.625rem;
  right: 1rem;
}

.menu__btn span {
  width: 26px;
  height: 2px;
  background-color: #e50212;
  left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu__btn::before,
.menu__btn::after {
  content: '';
  width: 26px;
  height: 2px;
  background-color: #e50212;
  position: absolute;
  left: 2px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.menu__btn::before {
  top: 8px;
}

.menu__btn::after {
  bottom: 8px;
}

.menu__btn--open::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu__btn--open::after {
  bottom: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu__btn--open span {
  opacity: 0;
}

.menu__btn--open~nav {
  left: 0;
}

.menu__link {
  display: block;
  color: #ffffff;
  font-size: 1.1875rem;
  letter-spacing: 0.08rem;
  padding: 1rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}

.menu__link .en {
  display: none;
}

.menu__link:hover,
.menu__link:focus {
  color: #ffbb22;
}

.menu__link:hover .zh,
.menu__link:focus .zh {
  display: none;
}

.menu__link:hover .en,
.menu__link:focus .en {
  display: block;
}

.menu__item--active .menu__link {
  color: #ffbb22;
}

.menu__item--active .menu__link .zh {
  display: none;
}

.menu__item--active .menu__link .en {
  display: block;
}

.menu__tel {
  padding: 1rem;
}

.menu__tel__pic {
  display: none;
}

.menu__tel__pic--active {
  display: inline-block;
}

.menu__tel:hover .menu__tel__pic,
.menu__tel:focus .menu__tel__pic {
  display: inline-block;
}

.menu__tel:hover .menu__tel__pic--active,
.menu__tel:focus .menu__tel__pic--active {
  display: none;
}

@media (min-width: 768px) {
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.3rem;
  }

  .menu__btn {
    display: none;
  }

  .menu__link {
    width: 105px;
    color: #4c4c4c;
    font-size: 0.9375rem;
    text-align: center;
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 0.8rem;
  }

  .menu__link::before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #e50212;
    height: 2px;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .menu__link:hover,
  .menu__link:focus {
    color: #e50212;
  }

  .menu__link:hover::before,
  .menu__link:focus::before {
    left: 30%;
    right: 30%;
  }

  .menu__item--active .menu__link {
    color: #e50212;
  }

  .menu__item--active .menu__link::before {
    left: 30%;
    right: 30%;
  }

  .menu__tel {
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    top: -2.6rem;
    right: 1rem;
  }

  .menu__tel__pic {
    display: inline-block;
  }

  .menu__tel__pic--active {
    display: none;
  }

  .menu__tel::before {
    display: none;
  }

  .menu__tel:hover,
  .menu__tel:focus {
    background-color: #e50212;
  }

  .menu__tel:hover .menu__tel__pic,
  .menu__tel:focus .menu__tel__pic {
    display: none;
  }

  .menu__tel:hover .menu__tel__pic--active,
  .menu__tel:focus .menu__tel__pic--active {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .menu {
    padding-top: 0.8rem;
  }

  .menu__link {
    width: 125px;
    font-size: 1rem;
  }

  .menu__tel {
    width: 40px;
    position: relative;
    top: -13px;
    right: 0;
  }
}

@media (min-width: 1680px) {
  .menu {
    padding-top: 1rem;
  }

  .menu__link {
    font-size: 1.1875rem;
  }
}

.dropdown__toggle {
  position: relative;
}

.dropdown__toggle::after {
  content: '';
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
}

.dropdown__toggle~.dropdown__menu {
  display: none;
}

.dropdown__toggle--open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown__toggle--open~.dropdown__menu {
  display: block;
}

.dropdown__menu {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown__item {
  display: block;
  color: #ffffff;
  padding: 0.8rem 1.2rem;
}

.dropdown__item:hover,
.dropdown__item:focus,
.dropdown__item--active {
  color: #ffbb22;
}

@media (min-width: 768px) {
  .dropdown {
    position: relative;
  }

  .dropdown:hover .dropdown__menu,
  .dropdown:focus .dropdown__menu {
    display: block;
  }

  .dropdown__toggle {
    position: relative;
  }

  .dropdown__toggle::after {
    display: none;
  }

  .dropdown__menu {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    color: #4c4c4c;
    font-size: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    padding: 0.3rem;
  }

  .dropdown__item {
    color: #4c4c4c;
    font-size: 0.9375rem;
    padding: 0.6rem 0.5rem;
  }

  .dropdown__item:hover,
  .dropdown__item:focus,
  .dropdown__item--active {
    color: #e50212;
  }

  .dropdown__item+.dropdown__item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 992px) {
  .dropdown__item {
    font-size: 1rem;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
/* BANNER */
.banner {
  border-bottom: 6px solid #e50212;
  text-align: center;
  overflow: hidden;
}

.banner .container {
  width: 130%;
  margin: 0 -15%;
  position: relative;
  padding: 0;
}

@media (min-width: 768px) {
  .banner .container {
    width: 100%;
    margin: 0;
  }
}

/* SWIPER */
.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: auto;
  background: transparent;
  color: #d8d8d8;
  font-size: 2rem;
  z-index: 4;
  top: 60px;
}

.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:focus {
  border: none;
  outline: none;
  color: #666666;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #b00000;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
  background-color: #feeeef;
  color: #292929;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: center;
  overflow: hidden;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

footer .container {
  position: relative;
}

footer a {
  color: #292929;
}

@media (min-width: 1280px) {
  footer {
    text-align: left;
    padding-top: 5.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
  }

  footer .container {
    overflow: visible;
  }
}

@media (min-width: 1680px) {
  footer {
    padding-right: 0;
    padding-left: 0;
  }
}


.donation {
  position: fixed;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.donation a {
  display: block;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  width: 180px;
  height: auto;
  padding: 1.25rem 1rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  text-align: center;
  position: relative;
}

.donation a+a {
  margin-top: 1.5rem;
}

.donation a h3 {
  font-size: 1.125rem;
  font-weight: bold;
  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;
  justify-content: center;
}

.donation a h3 span {
  padding-left: 0.5rem;
}

.donation a p {
  color: #eaeaea;
  font-size: 0.75rem;
}

.donation a .close {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 20;
}

.donation a.donatemoney {
  background-color: #b00000;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.donation a.donatemoney:hover,
.donation a.donatemoney:focus {
  background-color: #dc2031;
}

.donation a.volunteer {
  background-color: #2288c2;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.donation a.volunteer:hover,
.donation a.volunteer:focus {
  background-color: #229fd6;
}

@media (min-width: 768px) {
  .donation a {
    width: 230px;
  }

  .donation a h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .donation a p {
    font-size: 0.8125rem;
  }
}

.social {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 1000;
}

.social a {
  display: block;
}

.social a+a {
  margin-top: 10px;
}

.footer__logo {
  width: 100%;
}

.footer__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.footer__nav ul {
  display: none;
}

.footer__nav a {
  color: #292929;
}

.footer__nav a:hover,
.footer__nav a:focus {
  color: #e50212;
}

.footer__nav .backTop {
  display: inline-block;
  padding: 0.5rem 0;
}

.footer__info {
  color: #5d5d5d;
  font-size: 0.8125rem;
}

.footer__info a {
  color: #5d5d5d;
}

.footer__info a:hover,
.footer__info a:focus {
  color: #e50212;
}

.footer__info li {
  display: block;
  padding-top: 0.2rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-bottom: 0.2rem;
}

@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 1rem;
  }

  .footer__nav ul {
    display: block;
  }

  .footer__nav li {
    display: inline-block;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    padding-bottom: 0.5rem;
  }

  .footer__nav .backTop {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .footer__info li {
    display: inline-block;
  }
}

@media (min-width: 1280px) {
  .footer__content {
    position: relative;
    padding-left: 1rem;
  }

  .footer__content::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 45px;
    background-color: #b3aba9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
  }

  .footer__nav {
    text-align: left;
    padding-right: 7.5rem;
  }

  .footer__nav li {
    padding-top: 0;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    padding-bottom: 0;
  }

  .footer__nav .backTop {
    position: absolute;
    top: -0.5rem;
    right: 4.5rem;
    z-index: 2;
  }

  .footer__info {
    text-align: left;
  }

  .footer__info li {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer__info li:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1680px) {
  .footer__content {
    padding-left: 0;
  }

  .footer__content::before {
    left: 3rem;
  }

  .footer__nav,
  .footer__info {
    text-align: right;
  }

  .footer__nav .backTop {
    right: 0;
  }
}

.copyright {
  background-color: #e50212;
  color: #ffffff;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.5rem;
  padding: 1rem;
}

.copyright a {
  color: rgba(255, 255, 255, 0.8);
}

.copyright a:hover,
.copyright a:focus {
  text-decoration: underline;
}

.copyright span {
  display: block;
}

.copyright span.designed {
  padding-left: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 576px) {
  .copyright span {
    display: inline-block;
  }
}

@media (min-width: 1280px) {
  .copyright {
    padding: 0.5rem 0;
  }
}

#keyreply-container {
  right: 2% !important;
  bottom: 40% !important;
}

.keyreply-brand,
.keyreply-launcher.keyreply-launcher-active .keyreply-brand {
  text-indent: -9999px;
  visibility: hidden !important;
}

@media (min-width: 768px) {
  #keyreply-container {
    bottom: 20% !important;
  }
}

@media (min-width: 1280px) {
  #keyreply-container {
    right: 10% !important;
    bottom: 5% !important;
  }
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* TEXT */
.text__left {
  text-align: left;
}

.text__center {
  text-align: center;
}

.text__right {
  text-align: right;
}

/* MAIN */
main,
#modal {
  padding: 3rem 0;
  position: relative;
}

@media (min-width: 768px) {

  main,
  #modal {
    padding: 4.2rem 0;
  }
}

main h3,
#modal h3 {
  color: #b00000;
  font-size: 1.375rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
}

main p,
#modal p {
  font-size: 1.1875rem;
  line-height: 1.875rem;
  margin-bottom: 2rem;
}

main ol,
main ul,
#modal ol,
#modal ul {
  font-size: 1.1875rem;
  list-style-position: outside;
}

main ol li,
main ul li,
#modal ol li,
#modal ul li {
  line-height: 1.8rem;
  padding-bottom: 0.5rem;
}

main ol,
#modal ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

main ul li,
#modal ul li {
  position: relative;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}

main ul li::before,
#modal ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b00000;
  position: absolute;
  top: 0.8125rem;
  left: -0.75rem;
}

main hr,
#modal hr {
  border-top: 1px dashed rgba(176, 0, 0, 0.2);
  margin: 2.5rem 0;
}

/* PAGE__HEADER */
.page__header {
  text-align: center;
  margin-bottom: 1rem;
}

.page__header h1 {
  color: #b00000;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

.page__header h1 span {
  font-size: 1.1875rem;
  letter-spacing: 0.1rem;
  display: block;
  padding-top: 1rem;
  padding-left: 0;
}

@media (min-width: 768px) {
  .page__header h1 span {
    display: inline-block;
    padding-top: 0;
    padding-left: 1rem;
  }
}

/* BREADCRUMB */
.breadcrumb {
  text-align: center;
}

.breadcrumb__item {
  display: inline-block;
}

.breadcrumb__item a {
  font-size: 0.9375rem;
}

.breadcrumb__item+.breadcrumb__item::before {
  content: '>';
  display: inline-block;
  padding: 0 0.5rem;
}

/* CONTENT */
.content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin: 3rem 0;
}

.content .view {
  border: 1px solid #b00000;
}

.content.view2 h2 {
  border-bottom: 1px solid #e50212;
  color: #b00000;
  font-size: 1.375rem;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.content.view2 h2 .date {
  color: #353535;
  display: block;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .content {
    margin: 3.2rem 0.5rem;
  }

  .content .view {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .content.view2 h2 .date {
    display: inline-block;
    padding-right: 2rem;
    padding-bottom: 0;
  }
}

/* TAB */
.tab {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.tab .view {
  border: none;
}

#tab {
  padding: 0;
}

#tab ol li::before,
#tab ul li::before {
  display: none;
}

@media (min-width: 1280px) {
  #tab {
    padding: 0 2.5rem;
  }
}

.resp-tabs-list li {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.15rem;
  padding: 10px 15px;
  margin: 0;
}

.resp-tabs-container {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  padding-top: 0;
}

.resp-tab-item {
  width: 33.33%;
  color: #b00000;
  text-align: center;
  position: relative;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.resp-tab-item+.resp-tab-item::before {
  content: '';
  width: 1px;
  height: 43px;
  background-color: #b00000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.resp-tab-item:hover,
.resp-tab-item:focus,
.resp-tab-active {
  border: none !important;
  border-top: 12px solid #c1c1c1;
  background-color: #b00000;
  color: #ffffff;
  position: relative;
  padding: 10px 15px !important;
}

.resp-tab-item:hover::after,
.resp-tab-item:focus::after,
.resp-tab-active::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #b00000 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
}

.resp-tab-content {
  border: 1px solid #b00000;
  padding: 0;
}

h2.resp-accordion {
  border: 1px solid #b00000;
  color: #b00000;
  font-size: 1.0625rem;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #b00000;
}

h2.resp-accordion::after {
  display: none;
}

h2.resp-accordion span.resp-arrow {
  border-top: 12px solid #b00000;
}

h2.resp-tab-active {
  background-color: #b00000 !important;
  color: #ffffff;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #ffffff;
}

/* TABLE */
.table {
  width: 100%;
  font-size: 1.0625rem;
}

.table__wrap {
  padding: 0.5rem;
}

.table tr,
.table th,
.table td {
  display: block;
  width: 100%;
  font-size: 1.1875rem;
  text-align: left;
  line-height: 1.5rem;
}

.table th {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  letter-spacing: 0.2rem;
  position: relative;
  padding: 0.75rem;
}

.table th+th::before {
  content: '';
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.table td {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75rem;
  padding-left: 7rem;
  position: relative;
}

.table td::before {
  content: attr(data-title);
  background-color: #e50212;
  color: #ffffff;
  white-space: nowrap;
  position: absolute;
  width: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0.75rem;
}

.table thead {
  background-color: #e50212;
  color: #ffffff;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.table tbody tr {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  margin-bottom: 2rem;
}

.table tbody tr:nth-child(even) {
  background-color: #fef4f5;
}

@media (min-width: 768px) {
  .table__wrap {
    padding: 0;
  }

  .table tr,
  .table th,
  .table td {
    text-align: center;
    display: inline-block;
  }

  .table tr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table td {
    vertical-align: middle;
    padding-left: 0.75rem;
    border-bottom: none;
  }

  .table td::before {
    display: none;
  }

  .table thead {
    position: relative;
    top: auto;
    left: auto;
  }

  .table tbody tr {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #f8e5ea;
  }
}

/* FORM */
.form label {
  color: #454545;
  display: block;
  width: 100%;
  font-size: 1.3125rem;
  line-height: 2rem;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 1rem;
}

.form label span {
  color: #b00000;
}

.form input,
.form select,
.form textarea {
  text-align: left;
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  color: #666666;
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  font-size: 1.3125rem;
  padding: 1rem;
}

.form select {
  padding: 0.5rem;
}

.form input:hover,
.form input:focus,
.form select:hover,
.form select:focus,
.form textarea:hover,
.form textarea:focus {
  outline: none;
  background-color: #fef4f3;
  border: 1px solid rgba(176, 0, 0, 0.5);
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #9d9d9d;
  font-size: 1.3125rem;
}

.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #9d9d9d;
  font-size: 1.3125rem;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 1.3125rem;
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 1.3125rem;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #9d9d9d;
  font-size: 1.3125rem;
}

.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus,
.form textarea:-webkit-autofill:active {
  border: 1px solid rgba(176, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0px 1000px #fef4f3 inset;
  box-shadow: 0 0 0px 1000px #fef4f3 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #666666;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.form textarea {
  height: auto;
}

.form button {
  cursor: pointer;
}

.form #frequency {
  width: 55%;
}

.form input[type=text]#time2 {
  width: 55%;
}

.form #codes {
  width: 100%;
}

.form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.form__group--single {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.form__group--single input {
  width: 55%;
}

.form__group--single .form__item--long,
.form__group--single .form__item--short {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.form__group--single .form__item--short input {
  width: 100%;
}

.form__group--checkout {
  border-top: 1px dashed rgba(176, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(176, 0, 0, 0.2);
  padding: 2rem 0 1rem;
}

.form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.form__item:first-child {
  margin-bottom: 1.5rem;
}

.form__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__check label {
  width: auto;
  height: auto;
  padding-right: 1rem;
  margin-bottom: 0;
}

.form__check span {
  display: block;
  width: 100%;
  color: #adadad;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.form__check span a {
  color: #adadad;
  text-decoration: underline;
}

.form__check span a:hover,
.form__check span a:focus {
  color: #b00000;
}

.form__check input[type="text"] {
  display: block;
  width: 55%;
  margin-top: 1rem;
}

.form__check__group {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__check__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.form__check__item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__check__item--column div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__check__item--column div+div {
  margin-top: 0.5rem;
}

.form__check__item--column label {
  white-space: nowrap;
}

.form__check__item--column input[type="text"] {
  width: 100%;
  margin-left: 0.5rem;
}

.form__agree {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.form__agree label {
  width: auto;
  margin-bottom: 0;
}

.form__agree span {
  color: #b00000;
  text-decoration: underline;
}

.form__textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__code {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.form__code img {
  max-height: 55px;
  margin-top: 1rem;
}

.form__code input::placeholder {
  font-size: 0.8em;
}

.form__wrap {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.form__wrap h3 {
  line-height: 2rem;
  padding-left: 1rem;
  position: relative;
}

.form__wrap h3::before {
  content: '';
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #b00000;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.form__wrap p span,
.form__wrap ol span {
  color: #000000;
}

.form__wrap hr {
  border-top: 1px solid rgba(176, 0, 0, 0.2);
}

.form__text {
  margin-bottom: 3rem;
}

.form__content {
  position: relative;
}

.form__content h3 {
  padding-bottom: 0.8rem;
}

.form__content h3 span {
  display: block;
  color: #898989;
  font-size: 1.125rem;
}

.form__content .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: relative;
  margin-bottom: 3rem;
}

.form__content .download::after {
  content: '';
  height: 1px;
  background-color: #e50212;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.form__content .download a {
  color: #b00000;
  font-size: 1.375rem;
  margin-left: 1rem;
  margin-bottom: 0.8rem;
}

.form__content .download a:hover i,
.form__content .download a:focus i {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes hvr-icon-down {

  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {

  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.form__content ul li {
  color: #b7b7b7;
  font-size: 1rem;
  padding-left: 1.2rem;
  padding-bottom: 0;
}

.form__content ul li::before {
  content: '';
  border-radius: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #b7b7b7;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.form__content p {
  font-size: 1.3125rem;
  margin-left: 1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .form #frequency {
    width: 50%;
  }

  .form input[type=text]#time2 {
    width: 50%;
  }

  .form #codes {
    width: 65%;
  }

  .form__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .form__check {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form__check .other {
    margin-right: 1rem;
  }

  .form__check input[type="text"] {
    width: 40%;
    display: inline-block;
    margin-top: 0;
  }

  .form__check__item--column input[type="text"] {
    width: 100%;
  }

  .form__check__item {
    width: auto;
    padding-right: 1.5rem;
  }

  .form__check__item--column {
    width: 100%;
    padding-right: 0;
  }

  .form__code img {
    margin-top: 0;
  }

  .form__content p {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .form label {
    display: inline-block;
    width: 35%;
    text-align: right;
    padding-right: 1.5rem;
    margin-bottom: 0;
  }

  .form input,
  .form select,
  .form textarea {
    display: inline-block;
    width: 60%;
  }

  .form #frequency {
    width: 45%;
  }

  .form input[type=text]#time2 {
    width: 45%;
  }

  .form #codes {
    width: 35%;
  }

  .form__group--single input {
    width: 25%;
  }

  .form__group--single .form__item--short input {
    width: 60%;
  }

  .form__check {
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form__check label {
    width: auto;
    padding-right: 0;
  }

  .form__agree label {
    width: auto;
    padding-right: 0;
  }

  .form__content h3 span {
    display: inline-block;
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .form label {
    width: 25%;
  }

  .form input,
  .form textarea {
    width: 75%;
  }

  .form #frequency {
    width: 65%;
  }

  .form input[type=text]#time2 {
    width: 65%;
  }

  .form #codes {
    width: 23%;
  }

  .form label[for="object"] {
    padding-top: 0.6rem;
  }

  .form__group--single input {
    width: 30%;
  }

  .form__group--single .form__item--short input {
    width: 75%;
  }

  .form__check {
    width: 75%;
  }

  .form__check label {
    width: auto;
  }

  .form__check span {
    display: inline-block;
    width: auto;
    margin-top: -1rem;
    margin-bottom: 0;
  }

  .form__check input[type="text"] {
    width: 50%;
  }

  .form__check__item--column input[type="text"] {
    width: 100%;
  }

  .form__agree label {
    width: auto;
  }

  .form__content h3 {
    margin-bottom: 3rem;
    position: relative;
  }

  .form__content h3::after {
    content: '';
    height: 1px;
    background-color: #e50212;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .form__content .download {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }

  .form__content .download::after {
    display: none;
  }

  .form__content .download a {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .form {
    padding-right: 2rem;
  }

  .form #frequency {
    width: 40%;
  }

  .form input[type=text]#time2 {
    width: 40%;
  }

  .form__group--single .form__item--short input {
    width: 70%;
  }

  .form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .form__item:first-child {
    margin-bottom: 0;
  }

  .form__item--long {
    width: 60%;
  }

  .form__item--long label {
    width: 42%;
  }

  .form__item--long input,
  .form__item--long select {
    width: 58%;
  }

  .form__item--short {
    width: 40%;
  }

  .form__item--short label {
    width: 30%;
  }

  .form__item--short input {
    width: 70%;
  }

  .form__item--short .form__check {
    width: 70%;
  }

  .form__item--short .form__check__item {
    margin-bottom: 0;
  }

  .form__wrap {
    padding: 4rem 9rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .form__wrap h3 {
    padding-left: 0;
  }

  .form__wrap h3::before {
    left: -1.5rem;
  }

  .form__content h3::after {
    left: -1.5rem;
  }

  .form__text {
    margin-bottom: 4rem;
  }
}

select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #666666;
  background-color: #ffffff;
  font-size: 1.1875rem;
  text-align: center;
  padding: 0 1rem;
}

select option {
  border-bottom: 1px solid #666666;
}

/* BUTTON */
.btn {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #b00000;
  color: #b00000;
  font-size: 1.2em;
  letter-spacing: 0.2rem;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 1rem 0.75rem;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.btn__group {
  text-align: center;
  margin-bottom: 2rem;
}

.btn:hover,
.btn:focus {
  background-color: #b00000;
  color: #ffffff;
}

.btn__view {
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  background-position: right 20%;
  border-bottom: 2px solid #b00000;
  color: #666666;
  font-size: 1rem;
  text-align: left;
  display: inline-block;
  padding: 0 0.5rem 0.75rem;
  width: 90px;
}

.btn__view:hover,
.btn__view:focus {
  background-image: url(../images/btn_hover.png);
  background-repeat: no-repeat;
}

.btn.btn2 {
  background-color: #b00000;
  color: #ffffff;
}

.btn.btn2:hover,
.btn.btn2:focus {
  border: 1px solid #b00000;
  background-color: #ffffff;
  color: #b00000;
}

@media (min-width: 576px) {
  .btn {
    width: 250px;
  }

  .btn+.btn {
    margin-left: 1rem;
  }
}

@media (min-width: 768px) {
  .btn {
    width: 330px;
    font-size: 1.5rem;
  }
}

/* PAGINATION */
.pagination {
  padding: 0 0 1rem;
}

@media (min-width: 768px) {
  .pagination {
    padding: 2rem 0 1rem;
  }
}

.page {
  text-align: center;
}

.page * {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.page__item {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}

.page__item::before {
  display: none;
}

.page__link {
  display: block;
  font-size: 1rem;
  padding: 0.3rem 0;
  margin: 0 0.75rem;
}

.page__link:hover,
.page__link:focus,
.page__link--active {
  color: #e50212;
  padding-bottom: 0.5rem;
}

.page__link--arrow {
  border-radius: 50%;
  border: 1px solid #e50212;
  background-color: #ffffff;
  color: #e50212;
  width: 25px;
  height: 25px;
  line-height: 22px;
  padding: 0;
}

.page__link--arrow:hover,
.page__link--arrow:focus {
  background-color: #e50212;
  color: #ffffff;
}

/* MODAL */
#modal {
  background: #FFF;
  padding: 2rem;
  text-align: left;
  max-width: 950px;
  margin: 40px auto;
  position: relative;
}

#modal h2 {
  border-bottom: 1px solid #b0b0b0;
  color: #353535;
  font-size: 1.375rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

#modal p {
  margin-bottom: 0.3rem;
}

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

#modal ol li,
#modal ul li {
  padding-bottom: 0.3rem;
}

#modal ul {
  list-style: disc;
  font-size: 1rem;
  padding-left: 1rem;
}

#modal ul li {
  padding-left: 0;
}

#modal ul li::before {
  display: none;
}

#modal ul li ul {
  list-style: none;
  padding-left: 0;
}

#modal ul li ul li::before {
  content: '>';
  background-color: transparent;
  display: inline-block;
  top: 0;
  left: -1rem;
}

@media (min-width: 768px) {
  #modal {
    padding: 3rem;
  }
}

.my-mfp-zoom-in .modal {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .modal {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .modal {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
/* HISTORY */
.history {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.history__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.history__pic {
  text-align: center;
}

.history__txt h2 {
  font-size: 1.375rem;
  letter-spacing: 0.2rem;
}

.history__txt h3 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.12rem;
}

.history__txt p {
  font-size: 1.0625rem;
}

.history__txt .badges {
  display: inline-block;
  background-color: #c2c1c1;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 1.1rem 1.5rem;
  margin-top: 1.5rem;
}

.history__purpose .history__txt {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.history__origin .history__pic,
.history__origin .history__txt {
  position: relative;
  z-index: 2;
}

.history__origin .history__txt h2 {
  margin-bottom: 3rem;
}

.history__timeline {
  margin: 5rem 0;
  padding: 0 2.5rem;
  position: relative;
}

.history__timeline::before {
  content: '';
  height: 5px;
  background-color: #d8d8d8;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 55px;
}

.history__timeline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-height: 120px;
}

.history__timeline__years {
  width: 33%;
  position: relative;
}

.history__timeline__years::before {
  content: '';
  width: 5px;
  height: 78px;
  border-radius: 20px;
  background-color: #d8d8d8;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
}

.history__timeline__years .num {
  width: 100%;
  display: block;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 0.5rem 0.3rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.history__timeline__years .num span {
  display: inline-block;
  font-size: 0.9375rem;
}

.history__timeline__years .num::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
}

.history__timeline__years .circle {
  border-radius: 50%;
  background-color: #d8d8d8;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
}

.history__timeline__years .circle::before,
.history__timeline__years .circle::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.history__timeline__years .circle::before {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  z-index: 2;
}

.history__timeline__years .circle::after {
  z-index: 3;
}

.history__timeline__years--red .num {
  background-color: #e50212;
}

.history__timeline__years--red .num::after {
  border-color: #e50212 transparent transparent transparent;
}

.history__timeline__years--red .circle::after {
  background-color: #e50212;
}

.history__timeline__years--yellow .num {
  background-color: #ffbb22;
}

.history__timeline__years--yellow .num::after {
  border-color: #ffbb22 transparent transparent transparent;
}

.history__timeline__years--yellow .circle::after {
  background-color: #ffbb22;
}

.history__timeline__years--blue .num {
  background-color: #2288c2;
}

.history__timeline__years--blue .num::after {
  border-color: #2288c2 transparent transparent transparent;
}

.history__timeline__years--blue .circle::after {
  background-color: #2288c2;
}

.history__timeline__years--orange .num {
  background-color: #f58602;
}

.history__timeline__years--orange .num::after {
  border-color: #f58602 transparent transparent transparent;
}

.history__timeline__years--orange .circle::after {
  background-color: #f58602;
}

.history__timeline__txt {
  width: 67%;
  padding-top: 4.8rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.history__service {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  width: 95%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: 0.5rem;
  position: relative;
}

.history__service__item {
  border: 1px solid #b00000;
  padding: 2rem 2rem 0;
  margin: 0.5rem;
}

.history__service .history__txt .badges {
  background-color: #b00000;
  font-size: 1.25rem;
  position: absolute;
  top: -50px;
  left: -18px;
}

.history__service .history__txt p {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .history__txt h2 {
    font-size: 2rem;
  }

  .history__purpose .history__txt {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .history__origin {
    padding-top: 1rem;
    padding-left: 1rem;
    position: relative;
  }

  .history__origin::before {
    content: '';
    background-color: #f3f3f3;
    position: absolute;
    top: 170px;
    bottom: 10px;
    left: 100px;
    right: 0;
  }
}

@media (min-width: 992px) {
  .history__pic {
    text-align: left;
  }

  .history__origin {
    padding-left: 2rem;
  }

  .history__service__item {
    padding: 2.5rem 3.2rem 1rem;
  }

  .history__service .history__txt .badges {
    left: -50px;
  }

  .history__timeline {
    margin: 7rem 0 5rem;
  }
}

@media (min-width: 1280px) {
  .history__purpose .history__txt {
    padding-top: 5rem;
    padding-right: 4rem;
    padding-left: 6rem;
  }

  .history__origin {
    padding-top: 3.5rem;
    padding-left: 0.8rem;
  }

  .history__origin .history__txt h2 {
    margin-bottom: 8rem;
  }

  .history__origin .history__txt h3 {
    margin-bottom: 1.5rem;
  }

  .history__service {
    width: 1125px;
  }

  .history__service .history__txt .badges {
    left: -45px;
  }
}

/* MISSION */
.mission__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
}

.mission__pic img {
  background-color: #b00000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.mission__txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  border-bottom: 1px dashed rgba(176, 0, 0, 0.2);
  padding: 1rem 0;
}

.mission__txt h3 {
  font-size: 1.3125rem;
  letter-spacing: 0.1rem;
}

.mission__txt p {
  font-size: 1.0625rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .mission__pic img {
    width: 125px;
    height: 125px;
  }
}

@media (min-width: 992px) {
  .mission__item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .mission__item {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

/* ORGANI */
.organi .text__center {
  padding-top: 2rem;
}

.organi--primary {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.2);
  padding-top: 1rem;
}

.organi--primary .organi__item {
  width: 100%;
}

.organi--primary .organi__item--border {
  border-bottom: none;
}

.organi__item {
  min-height: 300px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.organi__item--border {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.2);
}

.organi__item--bg {
  background-color: #fef7f8;
}

.organi__pic img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 5px solid #cfcfcf;
}

.organi__txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding-top: 2rem;
}

.organi__txt h3 {
  color: #484848;
  font-size: 1.3125rem;
  letter-spacing: 0.08rem;
  margin-bottom: 0.5rem;
}

.organi__txt h3 span {
  font-size: 0.9375rem;
  letter-spacing: normal;
  padding-left: 0.5rem;
}

.organi__txt ol {
  border-top: 3px solid #cfcfcf;
  list-style: decimal;
  padding-top: 0.5rem;
  padding-left: 1rem;
}

.organi__txt ol li {
  font-size: 0.875rem;
  line-height: 1.2rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .organi--primary {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .organi--primary .organi__item {
    width: 60%;
  }

  .organi__item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .organi--primary .organi__item {
    width: 52%;
  }
}

@media (min-width: 1280px) {
  .organi__item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .organi__txt {
    padding-left: 0.8rem;
  }

  .organi__txt ol {
    margin-left: 1.5rem;
  }
}

/* CONSULTANT */
.consultant h3 {
  margin-bottom: 0;
}

.consultant h3 span {
  display: block;
  color: #898989;
  font-size: 1.0625rem;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
}

.consultant .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  position: relative;
}

.consultant .dropdown h3 {
  margin-right: 0.5rem;
}

.consultant .dropdown__toggle {
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.consultant .dropdown__toggle::after {
  display: none;
}

.consultant .dropdown__toggle span,
.consultant .dropdown__toggle i {
  border: 1px solid #e2e2e2;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  text-align: center;
}

.consultant .dropdown__toggle span {
  width: 140px;
  text-align: left;
}

.consultant .dropdown__toggle i {
  width: 40px;
}

.consultant .dropdown__menu {
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 180px;
  position: absolute;
  top: 100%;
  left: 6rem;
  right: 0;
  z-index: 2;
}

.consultant .dropdown__item {
  width: 100%;
  color: #666666;
}

.consultant .dropdown__item+.dropdown__item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.consultant .dropdown__item:hover,
.consultant .dropdown__item:focus,
.consultant .dropdown__item--active {
  color: #e50212;
}

.consultant .dropdown__item::before {
  display: none;
}

.consultant .dropdown:hover .dropdown__menu,
.consultant .dropdown:focus .dropdown__menu {
  display: none;
}

.consultant .dropdown__toggle~.consultant .dropdown__menu {
  display: none;
}

.consultant .table th,
.consultant .table td {
  width: 100%;
}

.consultant .table__wrap {
  margin-top: 2rem;
  padding: 0;
}

.consultant .table__wrap p {
  margin-bottom: 0;
}

.consultant .table__wrap ul li {
  padding-left: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.consultant .table__wrap ul li::before {
  background-color: #666666;
}

.consultant .table__wrap ul li .title,
.consultant .table__wrap ul li .info {
  width: 100%;
}

@media (min-width: 576px) {
  .consultant .dropdown__toggle span {
    width: 160px;
  }

  .consultant .dropdown__toggle i {
    width: 40px;
  }

  .consultant .dropdown__menu {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .consultant h3 span {
    display: inline-block;
    margin-top: 0;
  }

  .consultant .table th,
  .consultant .table td {
    width: 15%;
  }

  .consultant .table th.service,
  .consultant .table td.service {
    width: 70%;
    text-align: left;
  }

  .consultant .table th.service {
    text-align: center;
  }

  .consultant .table td.service {
    padding: 2rem;
  }

  .consultant .table__wrap ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media (min-width: 992px) {
  .consultant .dropdown {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }

  .consultant .dropdown__menu {
    left: auto;
  }

  .consultant .table__wrap ul li .title {
    width: 10%;
  }

  .consultant .table__wrap ul li .info {
    width: 90%;
  }
}

@media (min-width: 1280px) {
  .consultant {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
}

/* EFFORT */
.effort {
  position: relative;
}

.effort:before,
.effort::after {
  content: '';
  width: 1px;
  background-color: #b00000;
  position: absolute;
  top: 0;
  bottom: 0;
}

.effort:before {
  left: 0.5rem;
}

.effort:after {
  right: 0.5rem;
}

.effort__text {
  padding: 0;
}

.effort__text h2 {
  font-size: 1.0625rem;
  line-height: 2rem;
}

.effort__text h3 {
  border-bottom: 1px solid #e50212;
  padding: 2rem 0 1rem;
}

.effort__text ul li {
  font-size: 1.0625rem;
  padding-bottom: 0;
}

@media (min-width: 1280px) {
  .effort {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .effort__text {
    padding: 3rem 9rem;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
/* NEWS */
.news {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}

.news__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 1rem;
  margin-bottom: 1rem;
}

.news__content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.news__content a *,
.news__content a *::before {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.news__content a .news__pic::before {
  opacity: 0;
}

.news__content a .news__pic img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.news__content a:hover .news__pic::before,
.news__content a:focus .news__pic::before {
  opacity: 1;
}

.news__content a:hover .news__pic img,
.news__content a:focus .news__pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}

.news__pic {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.news__pic::before {
  content: 'READ MORE';
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news__txt {
  padding: 1.5rem 1rem 1rem;
}

.news__txt span.date {
  display: block;
  color: #353535;
  font-size: 0.8125rem;
  padding-bottom: 0.5rem;
}

.news__txt h3 {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.6rem;
  margin: 0.5rem 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news__txt p {
  color: #666666;
  font-size: 0.9375rem;
  line-height: 1.3rem;
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news__view {
  padding: 1rem;
}

.news__view .table th,
.news__view .table td {
  font-size: 0.9375rem;
}

.news__view .red {
  color: #e50212;
  font-size: 0.8125rem;
}

@media (min-width: 576px) {
  .news {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .news__view {
    padding: 2rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .news__view .table th,
  .news__view .table td {
    width: 12%;
    text-align: center;
  }

  .news__view .table th.time,
  .news__view .table td.time,
  .news__view .table th.register,
  .news__view .table td.register {
    width: 16%;
  }

  .news__view .table th.subject,
  .news__view .table td.subject,
  .news__view .table th.add,
  .news__view .table td.add {
    width: 22%;
    text-align: left;
  }

  .news__view .table th.subject,
  .news__view .table th.add {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .news__view>.table td:nth-child(1)::before {
    content: '日期';
  }

  .news__view>.table td:nth-child(2)::before {
    content: '區域';
  }

  .news__view>.table td:nth-child(3)::before {
    content: '時間';
  }

  .news__view>.table td:nth-child(4)::before {
    content: '主題';
  }

  .news__view>.table td:nth-child(5)::before {
    content: '地點';
  }

  .news__view>.table td:nth-child(6)::before {
    content: '報名處';
  }
}

@media (min-width: 1280px) {
  .news__item {
    margin-bottom: 2rem;
  }

  .news__view {
    padding: 3rem 4.5rem;
  }

  .news__view .table th,
  .news__view .table td {
    width: 11%;
  }

  .news__view .table th.subject,
  .news__view .table td.subject,
  .news__view .table th.add,
  .news__view .table td.add {
    width: 23%;
  }
}

/* COURSE */
.course__view {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
}

.course__tit h2 {
  font-size: 1.25rem;
  padding-bottom: 0.5rem !important;
}

.course__tit h2 p {
  margin-bottom: 0;
}

.course__tit h2 span {
  display: block;
  color: #000000;
  letter-spacing: 0.25rem;
}

.course__content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course__item {
  border-bottom: 2px dashed rgba(176, 0, 0, 0.25);
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.course__pic {
  margin-bottom: 2.5rem;
}

.course__pic img {
  width: 100%;
}

.course__txt {
  -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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course__txt p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course__txt p.title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.course__item p span {
  color: #b00000;
  font-size: 1.0625rem;
  letter-spacing: 0.125rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.course__desc {
  margin: 2rem 0;
}

.course__desc h4 {
  color: #b00000;
  font-size: 1.0625rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
  white-space: nowrap;
}

.course__desc p {
  display: block;
}

.course__btn .btn {
  border-radius: 0;
  border: 1px solid #b00000;
  background-color: #b00000;
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 45px;
  width: 200px;
  height: 45px;
  padding: 0;
}

.course__btn .btn:hover,
.course__btn .btn:focus {
  background-color: #ffffff;
  color: #b00000;
}

.course__form .form__item--short label[for="title"] {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.course__form .form__check__iden .form__check {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.course__form .form__group .txt {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}

.course__form .form__group .txt:focus {
  border-bottom: 1px solid rgba(176, 0, 0, 0.5);
}

.course__form .form__group__age .form__item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course__form .form__group__age {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course__form .form__group__age .form__item--long span {
  margin-top: 1rem;
}

.course__form .form__group__age .form__item--long .form__check {
  width: 100%;
  margin-top: 1rem;
}

.course__form .form__group__age .form__item--long .form__check input {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

  .course__tit h2 span {
    display: inline-block;
  }

  .course__form .form__group__age .form__item {
    align-items: center;
  }

  .course__form .form__group__age .form__item--long input {
    width: 30%;
  }

  .course__form .form__group__age .form__item--long span {
    margin-left: 1rem;
    margin-top: 0;
  }

  .course__form .form__group__age .form__item--long .form__check__item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .course__form .form__group__age .form__item--long .form__check label {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .course__form .form__group .txt {
    width: 60%;
  }

  .course__form .form__group__age .form__item--long {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .course__tit h2 p {
    display: inline-block;
  }

  .course__tit h2 p+p {
    margin-left: 2rem;
  }

  .course__pic {
    margin-bottom: 0;
  }

  .course__txt {
    padding-left: 2.5rem;
  }

  .course__desc {
    width: 680px;
    padding-left: 0;
  }

}

@media (min-width: 1280px) {
  .course__view {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
    padding: 2.5rem 4rem;
  }

  .course__form .form__item--short label,
  .donate__form .form__item--short label {
    width: auto;
  }

  .course__form .form__group__age .form__item--long .form__check {
    width: 70%;
    margin-top: 0;
  }
}

/* MEDIA */
.media {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}

.media__item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem;
}

.media__item a *,
.media__item a *::before {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.media__item a .media__pic img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.media__item a:hover .media__pic::before,
.media__item a:focus .media__pic::before {
  background-image: url(../images/youtube_hover.png);
  background-repeat: no-repeat;
}

.media__item a:hover .media__pic img,
.media__item a:focus .media__pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}

.media__pic {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.media__pic::before {
  content: '';
  width: 70px;
  height: 50px;
  background-image: url(../images/youtube.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.media__txt {
  text-align: center;
}

.media__txt h3 {
  color: #353535;
  font-size: 1.0625rem;
  padding-top: 1rem;
}

.media__txt h3:hover,
.media__txt h3:focus {
  color: #b00000;
}

@media (min-width: 768px) {
  .media {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1280px) {
  .media__item {
    margin-bottom: 2rem;
  }
}

/*------------------------------------*\
    KNOWLEDGE
\*------------------------------------*/
/* KNOWLEDGE */
.knowledge {
  padding: 0.5rem;
}

.knowledge__item {
  padding: 1rem;
  margin-bottom: 1rem;
}

.knowledge__item a {
  padding: 1rem 0;
  border-bottom: 1px dashed rgba(176, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.knowledge__item a *,
.knowledge__item a *::before {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.knowledge__item a .knowledge__pic img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.knowledge__item a:hover .knowledge__pic img,
.knowledge__item a:focus .knowledge__pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.8;
}

.knowledge__item a:hover .knowledge__btn,
.knowledge__item a:focus .knowledge__btn {
  background-image: url(../images/btn_hover.png);
  background-repeat: no-repeat;
  border: 1px solid #e50212;
  color: #e50212;
}

.knowledge__item:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.knowledge__pic {
  background-color: #000;
  overflow: hidden;
}

.knowledge__txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.knowledge__txt span.date {
  color: #353535;
  letter-spacing: 0.1rem;
  padding: 1rem 0 0.5rem;
}

.knowledge__txt h3 {
  font-size: 1.3125rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.knowledge__txt p {
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}

.knowledge .btn__group {
  text-align: right;
  margin-bottom: 0;
}

.knowledge__btn {
  border-bottom: none;
  border: 1px solid rgba(211, 211, 211, 0.5);
  background-position: 90% 50%;
  font-size: 12px;
  letter-spacing: 0.1rem;
  width: 135px;
  padding: 0.5rem;
}

.knowledge__view {
  padding: 2rem;
  position: relative;
}

.knowledge__view:before,
.knowledge__view::after {
  content: '';
  width: 1px;
  background-color: #b00000;
  position: absolute;
  top: 0;
  bottom: 0;
}

.knowledge__view:before {
  left: 0.5rem;
}

.knowledge__view:after {
  right: 0.5rem;
}

@media (min-width: 576px) {
  .knowledge__item a {
    padding: 0.5rem;
  }
}

@media (min-width: 768px) {
  .knowledge__list {
    padding-top: 2rem !important;
    padding-bottom: 5rem !important;
  }

  .knowledge__item {
    padding: 0.5rem;
  }

  .knowledge__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .knowledge__txt {
    padding-left: 1rem;
  }

  .knowledge__view {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 992px) {
  .knowledge__item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .knowledge {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .knowledge__list {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .knowledge__item {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .knowledge__item a {
    padding: 2.5rem .5rem 1.5rem;
  }

  .knowledge__item a .knowledge__pic img {
    width: auto;
  }

  .knowledge__txt {
    padding-left: 1.5rem;
  }

  .knowledge__view {
    padding: 3rem 8rem;
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
}

/* STARS RADIO */
.stars h3 {
  font-size: 1.1875rem;
}

.stars ol li {
  padding-bottom: 2rem;
}

.stars .resp-tab-item {
  width: 50%;
}

.stars .resp-tab-content {
  padding: 1rem;
}

@media (min-width: 768px) {
  .stars .resp-tab-content {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .stars .resp-tab-content {
    padding: 4rem 8rem;
  }
}

/*------------------------------------*\
    PARTICIPATE
\*------------------------------------*/
/* DONATE */
.donate {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
}

.donate__step {
  padding: 0.5rem 0;
}

.donate__step__item {
  background-color: #cdcdcd;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.donate__step__item::before,
.donate__step__item::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  z-index: 2;
}

.donate__step__item::before {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  bottom: -7px;
}

.donate__step__item::after {
  width: 11px;
  height: 11px;
  background-color: #cdcdcd;
  bottom: -4px;
}

.donate__step__item span {
  display: inline-block;
  color: #ffffff;
  font-size: 1.0625rem;
}

.donate__step__item b {
  font-size: 1.25rem;
}

.donate__step__item--active {
  background-color: #b00000;
}

.donate__step__item--active::after {
  background-color: #b00000;
}

.donate__step__item:last-child::before,
.donate__step__item:last-child::after {
  display: none;
}

.donate__txt p {
  font-size: 1.0625rem;
  margin-bottom: 2rem;
}

.donate__txt p span {
  color: #b00000;
}

.donate__txt ul {
  list-style: disc;
  font-size: 1rem;
  padding-left: 1rem;
}

.donate__txt ul p {
  margin-left: -1rem;
  margin-bottom: 0.8rem;
}

.donate__txt ul li {
  font-size: 1rem;
  padding-left: 0;
  padding-bottom: 0;
}

.donate__txt ul li::before {
  display: none;
}

.donate__txt.red {
  color: #b00000;
}

.donate__sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-top: 1px dashed rgba(176, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(176, 0, 0, 0.2);
  padding: 2.5rem 0;
  margin-bottom: 2rem;
}

.donate__sponsor__title {
  width: 100%;
}

.donate__sponsor__title h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.donate__sponsor__form {
  width: 100%;
}

.donate__sponsor__form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate__sponsor__form form * {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.donate__sponsor__form form input:-webkit-autofill,
.donate__sponsor__form form input:-webkit-autofill:hover,
.donate__sponsor__form form input:-webkit-autofill:focus,
.donate__sponsor__form form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fef4f3 inset;
  box-shadow: 0 0 0px 1000px #fef4f3 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #9d9d9d;
}

.donate__sponsor__form .hun,
.donate__sponsor__form .ten {
  border-radius: 4px;
  border: 1px solid #b00000;
  background-color: #ffffff;
  color: #b00000;
  font-size: 0.875rem;
  width: 60px;
  height: 25px;
  margin-right: 1rem;
  cursor: pointer;
}

.donate__sponsor__form .hun:hover,
.donate__sponsor__form .hun:focus,
.donate__sponsor__form .ten:hover,
.donate__sponsor__form .ten:focus {
  background-color: #b00000;
  color: #ffffff;
}

.donate__sponsor__form .plus,
.donate__sponsor__form .less {
  border: 1px solid #9c9c9c;
  background-color: #cdcdcd;
  color: #ffffff;
  font-size: 1.1875rem;
  width: 31px;
  height: 27px;
  margin: 0;
  cursor: pointer;
}

.donate__sponsor__form .plus:hover,
.donate__sponsor__form .plus:focus,
.donate__sponsor__form .less:hover,
.donate__sponsor__form .less:focus {
  background-color: #9c9c9c;
}

.donate__sponsor__form .total {
  width: 115px;
  height: 27px;
  padding: 0 0.75rem;
  color: #666666;
  font-size: 1.25rem;
  text-align: center;
}

.donate__sponsor__form .total__group {
  width: 100%;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate__sponsor__form .subtotal {
  width: 100px;
  height: 27px;
  border: none;
  color: #b00000;
  font-size: 1.5625rem;
  padding: 0 0.75rem;
}

.donate__sponsor__form .subtotal__group {
  width: 100%;
  margin-top: 1rem;
}

.donate__sponsor__form .subtotal__group span {
  color: #b00000;
  font-size: 1.0625rem;
}

.donate__sponsor__form .subtotal__group input {
  font-size: 1.5625rem;
}

.donate__sponsor__button {
  width: 100%;
}

.donate__sponsor__button .btn {
  border-radius: 0;
  font-size: 1.0625rem;
  padding: 0.8rem 0.75rem;
  margin-top: 1rem;
  width: 200px;
}

.donate__confirm {
  margin-bottom: 5rem;
}

.donate.checkout .donate__txt {
  border-top: 1px dashed rgba(176, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(176, 0, 0, 0.2);
  padding: 2rem 0 1rem;
  margin-bottom: 3rem;
}

.donate.checkout .donate__txt p {
  font-size: 1.375rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .donate__step__item {
    padding: 1.2rem 1rem;
    margin-bottom: 2rem;
  }

  .donate__step__item span {
    font-size: 1.1875rem;
  }

  .donate__step__item b {
    font-size: 1.375rem;
  }

  .donate__step__item::before,
  .donate__step__item::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  .donate__step__item::before {
    right: -7px;
    left: auto;
    bottom: auto;
  }

  .donate__step__item::after {
    left: auto;
    bottom: auto;
    right: -4px;
  }

  .donate__step__item+.donate__step__item {
    border-left: 2px solid #ffffff;
    padding-left: 0.2rem;
  }

  .donate__sponsor__form .total__group,
  .donate__sponsor__form .subtotal__group {
    width: auto;
    margin-top: 0;
  }

  .donate__sponsor__form .total__group {
    margin-right: 2.5rem;
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .donate {
    padding: 3rem 2rem;
  }

  .donate__sponsor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .donate__sponsor__title {
    width: 12%;
  }

  .donate__sponsor__title h3 {
    margin-bottom: 0;
  }

  .donate__sponsor__form {
    width: 68%;
  }

  .donate__sponsor__button {
    width: 20%;
  }

  .donate__sponsor__button .btn {
    margin-top: 0;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .donate {
    padding: 6.5rem 10rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .donate.checkout .form {
    padding-right: 0;
  }

  .donate.checkout .form__group {
    padding-right: 2rem;
  }
}

/* CHECKOUT */
.checkout {
  padding: 2rem 1rem;
}

.checkout .form__agree {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .checkout {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

@media (min-width: 992px) {
  .checkout {
    padding: 2rem 1rem;
  }
}

@media (min-width: 1280px) {
  .checkout {
    padding: 6.5rem 10rem;
  }
}

/* FINISH */
.finish {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 3rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.finish .page__header {
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(176, 0, 0, 0.2);
}

.finish .page__header h1 span {
  display: block;
  color: #666666;
  font-size: 1rem;
  font-weight: normal;
  padding-top: 0.75rem;
  padding-left: 0;
}

.finish__txt {
  text-align: center;
  padding-top: 1rem;
}

.finish__txt span {
  display: block;
  margin: 2rem 0 3rem;
  color: #d2122d;
}

.finish .btn {
  margin-top: 0;
}

@media (min-width: 768px) {
  .finish {
    width: 575px;
  }
}

@media (min-width: 1280px) {
  .finish {
    padding: 7rem 5rem 5rem;
  }

  .finish .btn {
    width: 300px;
  }
}

/* CHARITY SALE */
.charity {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.charity__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}

.charity__item a *,
.charity__item a *::before {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.charity__item a .charity__pic::before {
  opacity: 0;
}

.charity__item a .charity__pic img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.charity__item a:hover .charity__pic::before,
.charity__item a:focus .charity__pic::before {
  opacity: 1;
}

.charity__item a:hover .charity__pic img,
.charity__item a:focus .charity__pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}

.charity__pic {
  border: 1px solid #bcbcbc;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.charity__pic::before {
  content: 'READ MORE';
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.charity__txt {
  text-align: center;
}

.charity__txt h3 {
  color: #353535;
  font-size: 1.1875rem;
  letter-spacing: normal;
  line-height: 1.5rem;
  margin: 1rem 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.charity__txt p {
  color: #b00000;
  font-size: 0.9375rem;
  line-height: 1rem;
}

.charity__txt span {
  font-size: 1.375rem;
  padding: 0 0.5rem;
}

.charity__view {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-top: 5rem;
}

.charity__view__close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.charity__view__pic {
  border: 1px solid #bcbcbc;
  text-align: center;
  position: relative;
  z-index: 2;
  max-height: 530px;
}

.charity__view__txt {
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.charity__view__txt h2 {
  border-top: 1px dashed rgba(176, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(176, 0, 0, 0.2);
  color: #242424;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: 0.2rem;
  padding: 0.8rem 0;
  margin-bottom: 2.5rem;
  position: relative;
}

.charity__view__txt h3 {
  font-size: 1.1875rem;
}

.charity__view__txt p {
  font-size: 1.0625rem;
  line-height: 1.5rem;
}

.charity__view__txt .price {
  margin-right: 0.5rem;
}

.charity__view__block {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px dashed rgba(176, 0, 0, 0.2);
  padding-top: 3rem;
  margin-top: 3rem;
}

.charity__view__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.charity__view__info__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.charity__view__info__block+.charity__view__info__block {
  margin-top: 1rem;
}

.charity__view__info h3,
.charity__view__info p {
  font-size: 1.125rem;
  margin: 0;
}

.charity__view__info select {
  width: 80px;
}

.charity__view__info .price,
.charity__view__info select {
  color: #666666;
  font-size: 1.375rem;
  margin-left: 1rem;
}

.charity__view__btn {
  text-align: right;
  padding-top: 2rem;
}

.charity__view__btn .btn {
  border-radius: 0;
  font-size: 1.0625rem;
  margin-top: 0;
  width: 250px;
  padding: 0.5rem;
}

.charity__form form {
  border-top: 1px solid #b00000;
  padding-top: 2rem;
}

.charity__form .form__group--checkout {
  margin-bottom: 4rem;
}

.charity.checkout {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
  .charity__item {
    padding: 1rem;
  }

  .charity__view__btn {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .charity__view__txt {
    margin-top: 0;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .charity__item {
    margin-bottom: 1.5rem;
  }

  .charity__view {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    padding: 3rem;
  }
}

/* CONTRIBUTORS */
.contributors {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contributors .table__wrap {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {

  .contributors .table th,
  .contributors .table td {
    width: 33.33%;
  }
}

@media (min-width: 1280px) {
  .contributors {
    padding: 0 3rem;
  }
}

/*------------------------------------*\
    LINKS
\*------------------------------------*/
.link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.link__item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 0;
  padding-bottom: 2rem;
}

.link__item a *,
.link__item a *::before {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.link__item a .link__pic::before {
  opacity: 0;
}

.link__item a .link__pic img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.link__item a:hover .link__pic::before,
.link__item a:focus .link__pic::before {
  opacity: 1;
}

.link__item a:hover .link__pic img,
.link__item a:focus .link__pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}

.link__pic {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.link__pic::before {
  content: 'READ MORE';
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.link__txt h3 {
  color: #353535;
  font-size: 1.0625rem;
  padding-top: 1rem;
}

@media (min-width: 576px) {
  .link__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .link {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .link__item {
    padding-bottom: 2.5rem;
  }
}

/*------------------------------------*\
    CONTACTUS
\*------------------------------------*/
/* CONTACTUS */
.contact {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.contact__info {
  margin-bottom: 2rem;
  position: relative;
}

.contact__info::after {
  content: '';
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
}

.contact__info .gallery-top {
  margin-bottom: 1rem;
}

.contact__info iframe {
  width: 100%;
  height: 350px;
}

.contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  cursor: pointer;
  padding-bottom: 2rem;
}

.contact__item h3 {
  color: #666666;
  font-size: 1.1875rem;
  padding-left: 0;
  margin-right: 1rem;
  margin-bottom: 0;
}

.contact__item h3::before {
  display: none;
}

.contact__item p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.contact__item p span {
  display: block;
  color: #666666;
}

.contact__item:hover h3,
.contact__item:focus h3,
.contact__item.swiper-slide-thumb-active h3 {
  color: #b00000;
}

.contact__item+.contact__item::before {
  content: '';
  width: 1px;
  height: 70px;
  background-color: #e2e2e2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.contact__txt {
  padding-bottom: 1rem;
}

.contact__form {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 0.5rem;
  padding: 1rem;
}

.contact .swiper-button-prev,
.contact .swiper-button-next {
  color: #e2e2e2;
  top: auto;
  bottom: 0;
}

.contact .btn {
  background-position: 15% center;
  border: 1px solid #b00000;
  font-size: 1.1875rem;
}

@media (min-width: 768px) {
  .contact__item {
    padding: 1rem;
    padding-left: 2rem;
  }

  .contact__item p span {
    display: inline-block;
  }

  .contact__form {
    padding: 4rem;
  }
}

@media (min-width: 1280px) {
  .contact {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .contact__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .contact__form {
    padding: 3rem 8rem;
  }

  .contact .btn {
    width: 300px;
  }
}