/* GENERAL */

html {
  scroll-behavior: smooth;
}

body {
    min-width: 300px;
    color: #707070;
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    /* regular */
    font-size: 62.5%;
    /* 10px */
    line-height: 1.2;
    overflow: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html.zh_TW body {
    font-family: 'Poppins', 'Noto Sans TC', sans-serif;
}

html.zh_CN body {
    font-family: 'Poppins', 'Noto Sans SC', sans-serif;
}

body.small {
    font-size: 46.875%;
}

body.large {
    font-size: 78.125%;
}

body.small .main-menu ul>li,
body.small .footer-sitemap>ul>li {
    font-size: 7.5px;
}

body.large .main-menu ul li,
body.large .footer-sitemap>ul>li {
    font-size: 11px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    color: #5284CF;
    /* #06F */
    text-decoration: none;
}

p {
    margin-bottom: 1.2em;
    font-size: 1.6em;
    line-height: 1.5;
    text-align: left;
}

p.small {
    font-size: 1.3em;
}

p.center {
    text-align: center;
}

p:last-child {
    margin-bottom: 0;
}

p a,
li a {
    color: #418ae4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.content table {
    width: 100%;
    table-layout: auto;
}

.content td,
.content th {
    /* padding: 5px 10px;
  border: 1px solid #CCC; */
    padding: 0 10px 10px 0;
    font-size: 1.8em;
    /* 1.6 */
    vertical-align: top;
    text-align: left;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

span.description {
    color: transparent;
    font: 0/0 a;
}

.content ul {
    margin-left: 2em;
    margin-bottom: 2em;
}

.content ul,
.content ul ul ul,
.content ul ul ul ul ul {
    list-style: outside disc;
}

.content ul ul,
.content ul ul ul ul,
.content ul ul ul ul ul ul {
    list-style: outside circle;
}

.content ol {
    list-style: outside decimal;
    margin-left: 1.5em;
    margin-bottom: 2em;
}

.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
    margin-top: 1em;
    margin-bottom: 0;
}

.content li {
    margin-bottom: 1em;
    font-size: 1.6em;
    line-height: 1.5;
    /* 1.6 */
}

table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
}

.content li p,
.content p li,
.content p p,
.content li li,
.content th p,
.content td p,
.content th li,
.content td li {
    font-size: 1em;
}

.content th ul,
.content th ol,
.conten td ul,
.content td ol {
    margin-left: 1em;
}

.container {
    width: 100%;
    min-width: 300px;
}

.wrapper {
    width: 90%;
    /* max-width: 1300px; */
    margin: 0 auto;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto;
    overflow: hidden;
}

.map-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    margin: 0 auto;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.map-container iframe,
.map-container object,
.map-container embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-container p {
    color: transparent;
    font: 0/0 a;
}

.footer-link-text a, .sidebar-button-link span:before, .sidebar-button-menu span:before, .sidebar-button span, .sidebar-button, .language-switcher li a, .language-switcher li, .header-logos,
.header-logo,
.header-title {
  display: inline-block;
}

.cb-image img, .cb-left:before, .cc-text-inner, .cc-text:before, .cc-text, .cc-image, .content-col, .content-row-text:before, .content-row-image .deco, .top-banner .deco, h2:before, .home-slide-caption span, .home-slider-container .deco, .footer-link:before, .footer-block span:before, .footer-block span, .footer-block:after {
  display: block;
}

.cb-left,
.cb-right, .hb-left,
.hb-right, .header-left,
.header-right {
  display: table-cell;
}

.cb-left:before, .cc-text:before, .content-row-text:before, .content-row-image .deco, .top-banner .deco, .top-banner:before, h2:before, .home-slider-container .deco, .home-slide:before, .footer-link:before, .footer-block span:before, .footer-block:after, .footer-block:before, .sidebar-button-link span:before, .sidebar-button-menu span:before {
  content: "";
}

.footer-block {
  float: left;
}

.cb-image {
  float: right;
}

.cb-left, .cc-text, .content-row, .top-banner, .home-slide-caption, .home-slider-container, .footer-link, .footer-blocks, .intro-logo-container {
  overflow: hidden;
}

.cb-left:before, .cc-text:before, .content-row-text:before, .content-row-image .deco, .page-title-container, .top-banner .deco, .hb-image, .bx-wrapper .bx-pager, .home-slide-caption, .home-slider-container .deco, .home-slider-container .bx-viewport,
.home-slider-container .bx-wrapper,
.home-slider,
.home-slide, .footer-link:before, .footer-block span:before, .footer-block span, .footer-block:after, .header, .intro-logo-e, .intro-logo-container {
  position: absolute;
}

.cb-image, .cb-left, .cc-text, .content-cols, .content-row, .top-banner, .hb-left, .home-slider-container, .footer-link-text, .footer-link, .footer-block, .intro-logo, .intro-logo-text {
  position: relative;
}

.cb-left,
.cb-right {
  vertical-align: top;
}

.hb-left,
.hb-right, .sidebar-button-link span:before, .sidebar-button-menu span:before, .sidebar-button span, .language-switcher li a, .language-switcher li, .header-logos,
.header-logo,
.header-title, .header-left,
.header-right {
  vertical-align: middle;
}

.footer-link-text a, .sidebar-button span {
  text-transform: uppercase;
}

.page-title-container {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hb-image {
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cc-image, .top-banner, .home-slide, .footer-block {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hb-image, .sidebar-button-menu span:before, .intro-logo, .intro-logo-text {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.top-banner:before, .home-slide:before, .home-slider-container .bx-viewport,
.home-slider-container .bx-wrapper,
.home-slider,
.home-slide, .footer-block:before, .site-logo-bg, .site-intro {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cb-left:before, .content-row-text:before, .content-row-image .deco, .top-banner .deco, h2:before, .bx-wrapper .bx-pager.bx-default-pager a, .home-slider-container .deco, .footer-link:before, .footer-block span:before, .sidebar-button-link span:before, .language-switcher li a, .intro-logo-e {
  border-radius: 100%;
}

.content-block, .home-block, .header-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.sidebar-button-menu {
  cursor: pointer;
}

.copyright, .footer-link-text a, .footer-link-text p, .footer-link-text, .sidebar-button, .language-switcher li a {
  text-align: center;
}

.home-slide-caption span, .header-right {
  text-align: right;
}

/* Poppins - semibold 600, bold 700 */
/* SITE INTRO */
body.page-template-page-65th-index {
  position: fixed;
  overflow: hidden;
}

body.page-template-page-65th-index.loaded {
  position: static;
  overflow: visible;
}

body.page-template-page-65th-index .container {
  opacity: 0;
  pointer-events: none;
  -webkit-animation: introbody 0.5s 4.5s ease-in-out forwards;
  -moz-animation: introbody 0.5s 4.5s ease-in-out forwards;
  -o-animation: introbody 0.5s 4.5s ease-in-out forwards;
  animation: introbody 0.5s 4.5s ease-in-out forwards;
  z-index: 1;
}

@-webkit-keyframes introbody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes introbody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes introbody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes introbody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.page-template-page-65th-index.loaded .container {
  pointer-events: auto;
}

.site-intro {
  position: fixed;
  -webkit-animation: introblock 0.5s 4s ease-in-out forwards;
  -moz-animation: introblock 0.5s 4s ease-in-out forwards;
  -o-animation: introblock 0.5s 4s ease-in-out forwards;
  animation: introblock 0.5s 4s ease-in-out forwards;
}

@-webkit-keyframes introblock {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes introblock {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes introblock {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes introblock {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body.page-template-page-65th-index.loaded .site-intro {
  pointer-events: none;
}

.site-logo-bg {
  background: whitesmoke;
  background: -moz-radial-gradient(circle, whitesmoke 0%, #a5a5a5 100%);
  background: -webkit-radial-gradient(circle, whitesmoke 0%, #a5a5a5 100%);
  background: radial-gradient(circle, whitesmoke 0%, #a5a5a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#a5a5a5",GradientType=1);
  -webkit-animation: introbg 3s 0.5s ease-in-out forwards;
  -moz-animation: introbg 3s 0.5s ease-in-out forwards;
  -o-animation: introbg 3s 0.5s ease-in-out forwards;
  animation: introbg 3s 0.5s ease-in-out forwards;
  z-index: 1;
}

@-webkit-keyframes introbg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes introbg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes introbg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes introbg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.intro-logo-container {
  left: 50%;
  top: 50%;
  width: 75%;
  max-width: 500px;
  -ms-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
  z-index: 2;
}

.intro-logo {
  background-image: url("images/65th/intro-logo@2x.png");
  width: 100%;
  height: 0;
  padding-bottom: 69.48%;
  z-index: 4;
}

.intro-logo-text {
  margin-top: 34%;
  background-image: url("images/65th/intro-logo-text@2x.png");
  width: 100%;
  height: 0;
  padding-bottom: 4.7826%;
  z-index: 4;
}

.intro-logo-e {
  left: 18.9%;
  top: 100%;
  /*7.53%*/ /*11.7%*/
  width: 45.6%;
  height: 0;
  padding-bottom: 45.6%;
  background-color: #f8b620;
  z-index: 3;
  -webkit-animation: intrologo 3s 0.5s ease-in-out forwards;
  -moz-animation: intrologo 3s 0.5s ease-in-out forwards;
  -o-animation: intrologo 3s 0.5s ease-in-out forwards;
  animation: intrologo 3s 0.5s ease-in-out forwards;
}

@-webkit-keyframes intrologo {
  0% {
    top: 100%;
  }
  100% {
    top: 7.53%;
  }
}
@-moz-keyframes intrologo {
  0% {
    top: 100%;
  }
  100% {
    top: 7.53%;
  }
}
@-o-keyframes intrologo {
  0% {
    top: 100%;
  }
  100% {
    top: 7.53%;
  }
}
@keyframes intrologo {
  0% {
    top: 100%;
  }
  100% {
    top: 7.53%;
  }
}
/* ALL PAGES */
.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.site-title-hidden {
  display: none;
}

.header {
  width: 100%;
  left: 0;
  top: 0;
  background: white;
  background: linear-gradient(180deg, white 0%, white 35%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
}

.deco svg {
  height: 100%;
}

.header-wrapper {
  table-layout: auto;
  padding: 20px 0;
  width: 90%;
  max-width: 1720px;
}

.header-logos {
  padding-right: 40px;
  border-right: 1px solid #707070;
  margin-right: 40px;
}

.header-logo,
.header-title {
  height: 70px;
}

.header-logo-1 {
  margin-right: 25px;
}

.header-logo img,
.header-title img {
  height: 100%;
  width: auto;
}

.language-switcher li a {
  background-color: #CA0040;
  color: white;
  width: 45px;
  height: 45px;
  margin-left: 20px;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5;
  line-height: 43px;
}

.sidebar {
  position: fixed;
  left: -2px;
  bottom: 50px;
  /* bottom: 0; */
  z-index: 99;
  /* -ms-transform: rotate(-90deg) translateX(60px);
  transform: rotate(-90deg) translateX(60px); */
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 0 0;
}

.sidebar-button {
  padding: 20px 10px;
  margin-right: 20px;
  box-shadow: 0 3px 6px rgba(41, 41, 41, 0.35);
}

.sidebar-button-menu {
  background-color: #5F5F5F;
  width: 124px;
}

.sidebar-button-menu:hover {
  background-color: #707070;
}

.sidebar-button-link {
  width: 170px;
  background-color: #CA0040;
}

.sidebar-button-link:hover {
  background-color: #E30149;
}

.sidebar-button span {
  color: white;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
}

.sidebar-button-menu span:before {
  background-image: url("images/65th/sidebar-arrow@2x.png");
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.sidebar-button-link span:before {
  background-color: #F8B620;
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-right: 10px;
}

body.fixed-button .container {
  position: relative;
}

body.fixed-button .sidebar {
  position: absolute;
}

.footer-block {
  width: 100%;
  height: 0;
  padding-bottom: 25%;
  width: 25%;
}

.footer-block:before {
  background-color: rgba(26, 26, 26, 0.4);
}

.footer-block:after {
  width: 80%;
  height: 1px;
  left: 10%;
  bottom: 10%;
  background-color: white;
}

.footer-block span {
  left: 10%;
  bottom: 10%;
  width: 80%;
  padding: 0 20px 10px 60px;
  color: white;
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.5;
  transition: transform 0.2s ease-in-out;
}

.footer-block:hover span {
  -ms-transform: translateY(-65px);
  /* temp */
  transform: translateY(-65px);
  /* temp */
}

.footer-block span:before {
  background-color: #F8B620;
  left: 20px;
  top: 7px;
  width: 20px;
  height: 20px;
}

.footer-link {
  background-color: #9B0032;
  padding: 60px 0;
}

.footer-link:before {
  /* temp */
  pointer-events: none;
  z-index: 1;
  border: 1px solid white;
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.footer-link-text {
  z-index: 2;
}

.footer-link-text p {
  color: white;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5em;
}

.footer-link-text a {
  color: white;
  background-color: transparent;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
  padding: 20px 35px;
  border: 1px solid white;
  transition: background-color 0.1s ease-in-out;
}

.footer-link-text a:hover {
  background-color: #CA0040;
}

.copyright {
  padding: 20px 0;
  color: white;
  background-color: #292929;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
}

/* HOME */
.home-slider-container {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}

.home-slide:before {
  background-color: rgba(127, 127, 127, 0.2);
}

.home-slider-container .deco {
  background-color: rgba(248, 182, 32, 0.5);
  height: 180%;
  right: 0;
  top: 10%;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1;
  pointer-events: none;
}

.home-slide-caption {
  right: 10%;
  bottom: 200px;
  width: 30%;
  z-index: 2000;
}

.home-slide-caption span {
  color: white;
  font-size: 5.2em;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 3px 6px #707070;
}

.bx-wrapper .bx-pager {
  right: 10%;
  bottom: 70px;
  width: 90%;
  margin-right: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #707070;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  box-shadow: 2px 4px 6px rgba(255, 255, 255, 0.5);
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #CA0040;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #E30149;
}

.hb-left {
  background-color: #F5F5F5;
}

.hb-right {
  padding: 7em 6em;
}

.hb-image {
  width: 60%;
  height: 60%;
}

.hb-text {
  max-width: 570px;
}

h2 {
  color: #5F5F5F;
  font-size: 3.4em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1em;
}

h2:before {
  background-color: #F8B620;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}

/* INNER PAGE */
.top-banner {
  width: 100%;
  height: 0;
  padding-bottom: 28%; /* 30% */
}

.top-banner:before {
  background-color: rgba(127, 127, 127, 0.4);
}

.top-banner .deco {
  background-color: rgba(248, 182, 32, 0.5);
  right: 0;
  top: 20%;
  height: 160%;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  pointer-events: none;
}

.page-title-container {
  width: 100%;
}

.page-title-wrapper {
  width: 90%;
  max-width: 1720px;
}

.page-title {
  color: white;
  font-size: 4.2em;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 3px 6px #707070;
}

.breadcrumbs {
  background-color: #f5f5f5;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
  color: #9B0032;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.breadcrumbs a {
  color: #5F5F5F;
}
.breadcrumbs a:hover {
  color: #9B0032;
}

.content-row {
  background-color: #f5f5f5;
}

.content-row-image .deco {
  border: 1px solid #af1142;
  height: 102%;
  right: 0;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.content-row-text:before {
  border: 1px solid #f88620;
  left: 15%;
  top: 60%;
  width: 70%;
  height: 0;
  padding-bottom: 50%;
  z-index: 1;
  pointer-events: none;
}

.content-cols {
  overflow: hidden;
  width: 100%;
  padding: 80px 0;
  overflow: visible;
  float: left;
  z-index: 2;
}
.content-cols.content-page-list {
  padding: 20px 0;
}
.content-cols > .content-col {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0%;
}
.content-cols > .content-col:nth-child(3n+3) {
  margin-right: 0;
}
.content-cols > .content-col:nth-child(3n+1) {
  clear: both;
}
.content-cols > .content-col.content-col-center {
  float: none;
  margin: 0 auto;
}

.content-cols:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.content-col:first-child,
.content-col:nth-child(2),
.content-col:nth-child(3) {
  margin-top: 0;
}

.content-col {
  margin-top: 4%;
  box-shadow: 0 3px 6px rgba(112, 112, 112, 0.5);
}

.cc-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.cc-text {
  background-color: #FEF3DF;
  padding-right: 80px;
  border-top: 4px solid #af1142;
}

.cc-text:before {
  background-image: url("images/65th/content-arrow@2x.png");
  right: 0;
  width: 80px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto;
  will-change: transform;
  transition: transform 0.2s ease-in-out;
}

.content-col:hover .cc-text:before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.cc-text-inner {
  padding: 30px 25px 30px 30px;
  border-right: 1px solid #ccc;
}

.cc-text-inner h3 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.5;
  color: #5F5F5F;
  margin-bottom: 0.3em;
}

.cc-text-inner h4 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5;
  color: #5F5F5F;
  margin-bottom: 0.3em;
}

.cc-text-inner h3:last-child,
.cc-text-inner h4:last-child {
  margin-bottom: 0;
}

.content-clear {
  clear: both;
}

.cb-left {
  padding: 7em 0;
  background-color: #980032;
}

.cb-left:before {
  left: 10%;
  top: 10%;
  width: 160%;
  height: 0;
  padding-bottom: 160%;
  border: 1px solid white;
  z-index: 1;
}

.cb-right {
  padding: 7em 6em;
  background-color: white;
}

.cb-image {
  width: 68%;
  z-index: 2;
}

.cb-text {
  max-width: 680px;
}
.cb-center {
	padding: 7em 6em;
	background-color: white;
}
.cb-center .cb-text {
	margin: 0 auto;
}

.accordion-rows {
  padding: 7em 0;
}
.accordion-row {
  margin-bottom: 30px;
  background-color: white;
}
.accordion-row .cb-center {
  padding: 0em 6em;
}
.accordion-row .cb-text-heading {
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.accordion-row .cb-text-heading:after {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url('images/65th/accordion-arrow@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease-in-out;
}
.accordion-row .cb-text-heading.active:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-row .cb-text-heading:hover,
.accordion-row .cb-text-heading.active {
  color: #E30149;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.accordion-row .cb-text-inner {
  display: none;
}


/*# sourceMappingURL=style-65th.css.map */

.bx-wrapper .bx-pager {
  z-index: 100;
  text-align: right;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: inline-block;
  background-color: #707070;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  box-shadow: 2px 4px 6px rgb(255 255 255 / 50%);
  font: 0/0 a;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #CA0040;
}


.cb-button {
  display: inline-block;
  padding: 20px;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
  color: white;
  background-color: #CA0040;
}
.cb-button:hover {
  background-color: #E30149;
}


.content-page-list li:nth-child(3n+1) {
  clear: both;
}
.content-page-list li:first-child,
.content-page-list li:nth-child(2),
.content-page-list li:nth-child(3) {
    margin-top: 0;
}
.content .content-page-list li {
    display: block;
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 0%;
    margin-top: 4%;
    box-shadow: 0 3px 6px rgb(112 112 112 / 50%);
    font-size: 1em;
}



.content-page-list li a {
  display: block;
  position: relative;
  background-color: #FEF3DF;
  padding: 30px 80px 30px 30px;
  border-top: 4px solid #af1142;
  border-right: 1px solid #ccc;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.5;
  color: #5F5F5F;
}
.content-page-list li a:before {
  display: block;
  position: absolute;
  content: '';
  background-image: url("images/65th/content-arrow@2x.png");
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto;
  will-change: transform;
  transition: transform 0.2s ease-in-out;
}
.content-page-list li a:after {
  display: block;
  position: absolute;
  content: '';
  right: 80px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.content-page-list li a:hover:before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.cc-text.cc-text-no-link {
  padding-right: 0;
}
.cc-text.cc-text-no-link:before {
  display: none;
}
