@font-face {
  font-family: "Aime";
  src: url("../fonts/aime/Aime-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Aime";
  src: url("../fonts/aime/Aime-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Aime";
  src: url("../fonts/aime/Aime-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Aime";
  src: url("../fonts/aime/Aime-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Aime";
  src: url("../fonts/aime/Aime-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.pos-rela {
  position: relative;
}

.page-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0%;
  z-index: 21;
  pointer-events: none;
  background-color: transparent;
  transition: all 0.3s ease;
}

body.fixed .page-mask {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: all;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
}
@media screen and (max-width: 1320px) {
  .header {
    height: 95px;
  }
}
.header .weather, .header .windspeed {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  align-items: center;
  text-decoration: none;
}
.header .weather .weather-icon, .header .windspeed .weather-icon {
  width: 26px;
  height: 26px;
  margin-right: 9px;
  padding: 0 3px;
  background-color: #00008C;
}
.header .weather .weather-icon img, .header .windspeed .weather-icon img {
  width: 20px;
}
.header .weather .weather-info, .header .windspeed .weather-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #1b1b1b;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.header .weather .weather-info .weather-humi, .header .windspeed .weather-info .weather-humi {
  margin-left: 5px;
}
.header .weather .weather-info .weather-month, .header .windspeed .weather-info .weather-month {
  margin-left: 5px;
}
.header .weather .vr, .header .windspeed .vr {
  width: 8px;
  height: 80%;
  align-self: center;
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}
.header .windspeed {
  margin-left: 15px;
}
.header .windspeed .windspeed-data {
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #1b1b1b;
}
.header .login-btn {
  color: #1b1b1b;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 0;
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid rgba(151, 151, 151, 0.2);
  cursor: pointer;
}
.header .search-btn {
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 18px;
  align-self: center;
  margin-right: 16px;
  margin-left: 16px;
  cursor: pointer;
}
.header .search-btn span {
  display: none;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.header .search-btn span.active {
  display: block;
}
.header .search-btn span.open {
  background-image: url(../img/icon/icon_search.svg);
}
.header .search-btn span.close {
  background-image: url(../img/icon/icon_close_gold.svg);
}
@media screen and (max-width: 1320px) {
  .header .search-btn {
    width: 18px;
    height: 18px;
    margin-right: 16px;
    margin-left: auto;
  }
  .header .search-btn span {
    background-size: 18px;
  }
}

.header-grey-row {
  background: rgb(251, 251, 251);
  background: -moz-linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(246, 246, 246) 100%);
  background: -webkit-linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(246, 246, 246) 100%);
  background: linear-gradient(90deg, rgb(251, 251, 251) 0%, rgb(246, 246, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbfbfb",endColorstr="#f6f6f6",GradientType=1);
}
.header-grey-row .inner-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 80px;
}
.header-grey-row .header-logo {
  width: 320px;
  height: 1px;
}
.header-grey-row .header-logo img {
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.header-grey-row .header-list {
  display: flex;
  padding: 9px 0;
  padding-left: 30px;
}
.header-grey-row .header-list-item {
  color: #000;
  font-size: 12px;
  font-family: "Aime", "PingFang HK", "Microsoft JhengHei", Arial, sans-serif;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 15px;
}
@media screen and (max-width: 1199px) {
  .header-grey-row .header-list-item {
    margin: 0 6px;
  }
}
.header-grey-row .header-list-item:first-child {
  margin-left: 0;
}
.header-grey-row .header-list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1320px) {
  .header-grey-row {
    display: none;
  }
}

.header-row {
  --header-horizontal-logo-width: 320px;
  background-color: #FFF;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}
@media screen and (max-width: 1320px) {
  .header-row {
    --header-horizontal-logo-width: 256px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.3);
  }
}
.header-row .inner-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .header-row .inner-row {
    padding: 0;
    align-items: center;
    height: 95px;
  }
}
.header-row .wrapper {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.header-row .m-header-btn {
  display: none;
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
.header-row .m-header-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #00008C;
  transition: all 0.3s ease;
  position: absolute;
}
.header-row .m-header-btn span:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-row .m-header-btn span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1px;
}
.header-row .m-header-btn span:nth-child(3) {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.header-row .m-header-btn.active span:nth-child(1) {
  transform: rotate(-44deg) translate(-60%, -50%);
}
.header-row .m-header-btn.active span:nth-child(2) {
  opacity: 0;
  margin-top: 0;
}
.header-row .m-header-btn.active span:nth-child(3) {
  transform: rotate(44deg) translate(-70%, -50%);
}
@media screen and (max-width: 1320px) {
  .header-row .m-header-btn {
    display: block;
    margin-left: 16px;
    z-index: 1;
  }
}
.header-row .header-logo {
  width: 140px;
  margin-top: -22px;
  padding-bottom: 12px;
}
.header-row .header-logo img {
  width: 100%;
}
@media screen and (max-width: 1320px) {
  .header-row .header-logo {
    width: 42px;
    margin: 5px auto;
    padding-bottom: 0;
  }
}
.header-row .header-logo--horizontal {
  width: var(--header-horizontal-logo-width);
  height: 112px;
  margin-top: 0;
  padding: 16px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.header-row .header-logo--horizontal picture {
  display: block;
  height: 100%;
  position: relative;
}
.header-row .header-logo--horizontal img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1320px) {
  .header-row .header-logo--horizontal {
    width: var(--header-horizontal-logo-width);
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-row .header-logo--horizontal picture {
    height: auto;
    position: static;
  }
  .header-row .header-logo--horizontal img {
    display: block;
    position: static;
    transform: none;
  }
}
.header-row .header-logo--horizontal + .header-list {
  width: calc(100% - var(--header-horizontal-logo-width) - 50px);
}
.header-row .header-list {
  width: calc(100% - 156px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 8px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1320px) {
  .header-row .header-list {
    display: none;
  }
}
.header-row .header-list-item {
  display: block;
  color: #1B1B1B;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.header-row .header-list-item span {
  position: relative;
}
.header-row .header-list-item span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #C3A578;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.header-row .header-list-item.active {
  color: #C3A578;
}
.header-row .header-list-item.active span::after {
  opacity: 1;
}
.header-row .header-list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1600px) {
  .header-row .header-list-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .header-row .header-list-item {
    font-size: 13px;
  }
}

.m-header-inner {
  display: none;
  width: 100%;
  max-width: 425px;
  background-color: #FFF;
  height: calc(100vh - 95px);
  overflow-y: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1320px) {
  .m-header-inner {
    display: block;
    left: -100%;
    transition: all 0.3s ease;
  }
  .m-header-inner.active {
    left: 0;
  }
}
.m-header-inner .weather, .m-header-inner .windspeed {
  margin-left: 0;
}
.m-header-inner .windspeed {
  margin-top: 5px;
}
.m-header-inner .header-list {
  width: 100%;
}
.m-header-inner .header-list .header-list-item {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3);
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.m-header-inner .header-list .header-list-item span {
  color: #00008C;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.m-header-inner .header-list .header-list-item.sub::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/icon_arrow_right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.m-header-inner .grey-row {
  width: 100%;
  display: table;
  background-color: #f6f6f6;
  padding: 7px 20px;
}
.m-header-inner .grey-row .login-btn {
  color: #1b1b1b;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  padding: 12px 0;
  padding-left: 18px;
  position: relative;
  margin-left: auto;
  border-left: none;
  margin-top: 0;
  display: block;
  text-align: center;
}
.m-header-inner .grey-row .login-btn::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #979797;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-header-inner .grey-row .logout-btn {
  color: #1b1b1b;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  padding: 12px 0;
  padding-left: 18px;
  position: relative;
  margin-left: auto;
  border-left: none;
  margin-top: 0;
  display: block;
  text-align: center;
  text-decoration: none;
}
.m-header-inner .grey-row .logout-btn::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #979797;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-header-inner .grey-row__left, .m-header-inner .grey-row__right {
  display: table-cell;
  vertical-align: middle;
}
.m-header-inner .grey-row__left {
  width: 80%;
}
.m-header-inner .grey-list {
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 200px;
  z-index: 30;
}
.m-header-inner .grey-list .header-list-item {
  display: block;
  width: 100%;
  color: #000;
  font-size: 12px;
  font-family: "Aime", "PingFang HK", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3);
}
.m-header-inner .header-inner-list {
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.3s ease;
}
.m-header-inner .header-inner-list.active {
  left: 0;
}
.m-header-inner .header-inner-list .back-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 22px;
  background-color: #f6f6f6;
  color: #1B1B1B;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  cursor: pointer;
}
.m-header-inner .header-inner-list .back-btn span {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon/icon_arrow_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}
.m-header-inner .header-inner-list .header-inner-title {
  padding: 15px 22px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.m-header-inner .header-inner-list .header-inner-content {
  max-height: unset;
  min-height: 100vh;
  padding-top: 0;
  background-color: #FFF;
  padding-bottom: 200px;
}
.m-header-inner .header-inner-list .header-inner-subtitle {
  padding: 18px 22px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3);
  font-size: 12px;
  line-height: 14px;
}
.m-header-inner .header-inner-list .header-inner-sublist {
  margin-bottom: 0;
}
.m-header-inner .header-inner-list .header-inner-sublist .header-inner-subtitle {
  position: relative;
}
.m-header-inner .header-inner-list .header-inner-sublist .header-inner-subtitle::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/icon_arrow_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(90deg);
}
.m-header-inner .header-inner-list .header-inner-sublist .header-inner-subtitle.active {
  background-color: #00008C;
  color: #FFF;
}
.m-header-inner .header-inner-list .header-inner-sublist .header-inner-subtitle.active::after {
  background-image: url(../img/icon/icon_arrow_right_white.svg);
  transform: translateY(-50%) rotate(-90deg);
}
.m-header-inner .header-inner-list .header-inner-sublist .item-list .header-inner-subitem {
  padding: 12px 32px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3);
}
@media screen and (max-width: 1320px) {
  .m-header-inner .header-inner-list .header-inner-sublist .item-list .header-inner-subitem {
    padding: 17px 32px;
    background-color: rgba(220, 220, 220, 0.1);
  }
}
.m-header-inner .header-inner-list .header-inner-sublist .item-list .item-list-inner-subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #1B1B1B;
  text-decoration: none;
  padding: 17px 32px;
  margin-bottom: 0;
  background-color: rgba(220, 220, 220, 0.1);
  border-bottom: 1px solid rgba(220, 220, 220, 0.3);
  position: relative;
  display: block;
}
.m-header-inner .header-inner-list .header-inner-sublist .item-list .item-list-inner-subtitle::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/icon_arrow_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(90deg);
}
.m-header-inner .header-inner-list .header-inner-sublist .item-list .item-list-inner-subtitle.active {
  background-color: rgba(220, 220, 220, 0.3);
}
.m-header-inner .header-inner-list .header-inner-sublist .item-list .item-list-inner-subtitle.active::after {
  background-image: url(../img/icon/icon_arrow_right.svg);
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 1320px) {
  .m-header-inner .header-inner-list {
    display: block;
  }
}

.header-inner-list {
  background-color: #FFF;
}
.header-inner-list .header-inner-content {
  width: 100%;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  padding: 50px 0;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1), inset 0 8px 12px 0 rgba(0, 0, 0, 0.08);
}
.header-inner-list .header-inner-content[data-tag=header_search] {
  padding: 100px 0;
}
@media screen and (max-width: 1320px) {
  .header-inner-list .header-inner-content {
    display: none;
  }
  .header-inner-list .header-inner-content[data-tag=header_search] {
    padding: 40px 25px;
    position: fixed;
    top: 95px;
    left: 0;
    background: #FFF;
  }
  .header-inner-list .header-inner-content .wrapper {
    padding: 0;
  }
}
.header-inner-list .close-btn {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/icon_close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-height: 900px) {
  .header-inner-list .close-btn {
    right: 150px;
  }
}
.header-inner-list .header-inner-title {
  color: #00008C;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 27px;
}
@media screen and (max-width: 1320px) {
  .header-inner-list .header-inner-title {
    border-bottom: 1px solid rgba(220, 220, 220, 0.3);
  }
}
.header-inner-list .header-inner-subtitle {
  display: block;
  color: #1B1B1B;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}
.header-inner-list .header-inner-subtitle.static:hover {
  color: #1B1B1B;
}
.header-inner-list .header-inner-subtitle:hover {
  color: #00008C;
}
@media screen and (max-width: 1320px) {
  .header-inner-list .header-inner-subtitle {
    font-weight: bold;
  }
}
.header-inner-list .header-inner-sublist {
  padding-left: 10px;
}
@media screen and (max-width: 1320px) {
  .header-inner-list .header-inner-sublist {
    padding-left: 0;
  }
}
.header-inner-list .header-inner-sublist .header-inner-subitem {
  display: block;
  color: #1B1B1B;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 14px;
  text-decoration: none;
}
.header-inner-list .header-inner-sublist .header-inner-subitem span {
  position: relative;
}
.header-inner-list .header-inner-sublist .header-inner-subitem span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00008C;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.header-inner-list .header-inner-sublist .header-inner-subitem:not(.static):hover {
  color: #00008C;
}
.header-inner-list .header-inner-sublist .header-inner-subitem:not(.static):hover span::after {
  opacity: 1;
}
.header-inner-list .header-input-row {
  width: 100%;
}
.header-inner-list .header-input-row .header-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  border: 1px solid #DCDCDC;
}
.header-inner-list .header-input-row .header-input input {
  width: calc(100% - 84px);
  color: #1B1B1B;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 30px;
  border: none;
}
@media screen and (max-width: 1320px) {
  .header-inner-list .header-input-row .header-input input {
    font-size: 16px;
    line-height: 24px;
  }
}
.header-inner-list .header-input-row .header-input .header-input-btn {
  display: block;
  padding: 20px 30px;
  border: none;
  background-color: transparent;
}
.header-inner-list .header-input-row .header-input .header-input-btn span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sticky-notification {
  width: 100%;
  height: 44px;
}
.sticky-notification .row {
  margin: 0;
  height: 100%;
  font-size: 12px;
}
.sticky-notification .row .first-noti {
  display: flex;
  background-color: #500032;
  height: 100%;
  align-items: center;
  justify-content: end;
  padding-right: 20px;
  color: #fff;
  width: 23% !important;
}
.sticky-notification .row .first-noti a {
  display: flex;
}
.sticky-notification .row .first-noti a:link {
  text-decoration: none;
}
.sticky-notification .row .first-noti a:visited {
  text-decoration: none;
}
.sticky-notification .row .first-noti a:hover {
  text-decoration: none;
}
.sticky-notification .row .first-noti a:active {
  text-decoration: none;
}
.sticky-notification .row .first-noti a .sticky-txt {
  color: #fff;
}
.sticky-notification .row .first-noti .sticky-img {
  padding-right: 12px;
}
@media (max-width: 768px) {
  .sticky-notification .row .first-noti .sticky-img {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .sticky-notification .row .first-noti {
    justify-content: center;
    padding-right: 0px;
    width: 27% !important;
  }
  .sticky-notification .row .first-noti .sticky-txt {
    display: none;
  }
}
.sticky-notification .row .second-noti {
  display: flex;
  background-color: #C3A578;
  height: 100%;
  align-items: center;
  color: #fff;
  padding-left: 20px;
  padding-right: 80px;
  width: 77% !important;
}
@media (max-width: 768px) {
  .sticky-notification .row .second-noti {
    width: 73% !important;
  }
}
.sticky-notification .row .second-noti .sticky-img {
  padding-left: 14px;
  padding-right: 14px;
  display: none;
}
@media (max-width: 768px) {
  .sticky-notification .row .second-noti .sticky-img {
    position: fixed;
    right: 20px;
    display: inline-block;
  }
}
.sticky-notification .row .second-noti .view-all-btn {
  margin-left: auto;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  /*  &:after {
       content: '';
       background-image: url("../img/icon/icon_arrow_right_white.svg");
       background-repeat: no-repeat;
       background-position: center;
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 60px;
   } */
}
@media (max-width: 768px) {
  .sticky-notification .row .second-noti .view-all-btn {
    display: none;
  }
}
.sticky-notification .row .second-noti .view-all-btn:hover {
  color: #fff;
}

.inner-scroll-only {
  overflow-y: hidden;
}

.inner-title {
  position: relative;
}
@media screen and (max-width: 991px) {
  .inner-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .inner-title {
    margin-bottom: 15px;
  }
}
.inner-title h2, .inner-title h6 {
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .inner-title h2, .inner-title h6 {
    font-size: 24px;
    line-height: 30px;
  }
}

.colum-title h2, .colum-title h6 {
  font-size: 26px;
  line-height: 32px;
}

.direct-box-container {
  margin-bottom: 13px;
}

.direct-box {
  display: block;
  position: relative;
  box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 18px 22px 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
  cursor: pointer;
}
.direct-box .direct-box-content {
  width: calc(100% - 34px);
  margin-right: auto;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}
.direct-box .direct-box-content p {
  color: #1B1B1B;
}
.direct-box .direct-box-title {
  margin-bottom: 16px;
}
.direct-box .direct-box-title h2, .direct-box .direct-box-title h6 {
  font-size: 20px;
  line-height: 22px;
  color: #00008C;
}
.direct-box .right-arrow {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icon/icon_arrow_right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.direct-box:hover {
  box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.22);
}
.direct-box:hover .direct-box-title h2, .direct-box:hover .direct-box-title h6 {
  color: #C3A578;
}
.direct-box:hover .right-arrow {
  background-image: url(../img/icon/icon_arrow_right_gold.svg);
}

.new-tab-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/icon/icon-external-link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 3px;
}

.footer {
  border-top: 1px solid rgba(167, 169, 172, 0.2);
  padding-bottom: 0;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.footer a {
  color: #1B1B1B;
  text-decoration: none;
}

.footer-row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1209px) {
  .footer-row {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.footer-content {
  min-width: 0;
  flex: 1 1 758px;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 200px 110px 240px 160px;
  column-gap: 16px;
  align-items: start;
  justify-content: space-between;
}
.footer-content .footer-logo {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .footer-content {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 40px;
  }
  .footer-content .footer-logo,
  .footer-content .footer-social {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 575px) {
  .footer-content {
    column-gap: 25px;
  }
}

.footer-social .list-inline {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.footer-social .list-inline-item {
  flex: 0 0 auto;
}
.footer-social .media-container {
  text-align: left;
}
.footer-social .media-container__inner,
.footer-social .media-row {
  display: block;
}
.footer-social .media-row {
  margin-top: 15px;
}
.footer-social .all-media {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .footer-social .footer-title.small {
    margin-top: 0;
  }
}

.footer-partner-logos {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 24px;
  padding-top: 45px;
  margin-left: auto;
}
.footer-partner-logos .footer-partner-logo {
  display: block;
  height: auto;
}
.footer-partner-logos .footer-partner-logo--iconic {
  width: 114px;
}
.footer-partner-logos .footer-partner-logo--caring {
  width: 219px;
}
@media screen and (max-width: 1209px) {
  .footer-partner-logos {
    justify-content: flex-end;
    padding-top: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer-partner-logos {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .footer-partner-logos {
    gap: 16px;
  }
  .footer-partner-logos .footer-partner-logo--iconic {
    width: 76px;
  }
  .footer-partner-logos .footer-partner-logo--caring {
    width: 146px;
  }
}

.footer-logo img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .footer-logo img {
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 25px;
  }
}

.footer-title {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .footer-title {
    margin-bottom: 15px;
  }
}
.footer-title h2, .footer-title h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .footer-title.small {
    margin-top: 45px;
  }
}

.footer-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
  color: #1B1B1B;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.media-container {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .media-container {
    text-align: left;
  }
}
.media-container__inner {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .media-container__inner {
    display: block;
  }
}

.media-row {
  margin-top: 15px;
  display: inline-block;
}

.all-media {
  margin-top: 15px;
  margin-bottom: 30px;
}
.all-media a {
  color: #00008C;
  font-size: 12px;
  line-height: 16px;
}
.all-media .right-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon/icon_arrow_right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 3px;
}

.copyright-row {
  width: 100%;
  padding: 12px 40px;
  border-top: 1px solid rgba(167, 169, 172, 0.2);
}
@media screen and (max-width: 1209px) {
  .copyright-row {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.copyright-row span, .copyright-row a {
  font-size: 12px;
  line-height: 16px;
}
.copyright-row a {
  position: relative;
  padding-left: 10px;
  margin-left: 5px;
}
.copyright-row a::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DCDCDC;
}
@media screen and (max-width: 1199px) {
  .copyright-row.home {
    padding-bottom: 52px !important;
  }
}
.copyright-row.event-detail, .copyright-row.reciprocal-club {
  padding-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .copyright-row.event-detail, .copyright-row.reciprocal-club {
    padding-bottom: 66px !important;
  }
}

.target-content-btn-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.target-content-btn-container .swiper-button-next, .target-content-btn-container .swiper-button-prev {
  margin-top: -30px;
  width: 20px;
  height: 40px;
  background-color: transparent;
}
.target-content-btn-container .swiper-button-next:after, .target-content-btn-container .swiper-button-prev:after {
  height: 40px;
  background-size: 21px;
}
.target-content-btn-container .swiper-button-next {
  right: -25px;
}
.target-content-btn-container .swiper-button-next::after {
  background-image: url("../img/icon/icon_arrow_right.svg");
}
.target-content-btn-container .swiper-button-prev {
  left: -25px;
}
.target-content-btn-container .swiper-button-prev::after {
  background-image: url("../img/icon/icon_arrow_left.svg");
}

.target-content-btn-row {
  width: 100%;
  white-space: nowrap;
  position: relative;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -webkit-overflow-scrolling: touch; /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */
}
.target-content-btn-row::-webkit-scrollbar {
  display: none;
}
.target-content-btn-row::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #979797;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.target-content-btn-row .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
}
.target-content-btn-row .target-content-btn {
  display: block;
  color: #1B1B1B;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  opacity: 0.6;
  padding: 0 0 19px;
  margin: 0 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.target-content-btn-row .target-content-btn:first-child {
  margin-left: 0;
}
.target-content-btn-row .target-content-btn:last-child {
  margin-right: 0;
}
.target-content-btn-row .target-content-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #C3A578;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.target-content-btn-row .target-content-btn.active {
  color: #C3A578;
  background-color: #fff;
  opacity: 1;
}
.target-content-btn-row .target-content-btn.active::after {
  opacity: 1;
}
.target-content-btn-row .swiper-pagination {
  opacity: 0;
  pointer-events: none;
}
.target-content-btn-row .swiper-pagination .swiper-pagination-bullet {
  opacity: 0;
  pointer-events: none;
}

.target-content-area {
  margin-top: 37px;
}
.target-content-area .target-content.none {
  display: none;
}
.target-content-area hr {
  background-color: #979797;
  opacity: 0.3;
  margin: 30px auto;
}
.target-content-area .paragraph-title {
  padding-bottom: 0;
}
.target-content-area .paragraph-title h4 {
  margin-bottom: 3px;
}
.target-content-area .target-content-title h2, .target-content-area .target-content-title h6 {
  font-size: 24px;
  line-height: 30px;
}

.target-content-link {
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  position: relative;
  padding-right: 12px;
}
.target-content-link .right-arrow {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icon/icon_arrow_right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-container a {
  color: #1B1B1B;
}
.logo-container .figure {
  width: 100%;
  text-align: center;
}
.logo-container__img {
  position: relative;
  display: block;
  height: 189px;
  padding: 18px 25px 13px;
}
.logo-container__img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto;
}

.general-cta-btn {
  font-size: 16px;
  color: #fff !important;
  line-height: 22px;
  text-decoration: none;
  background-color: #C3A578;
  padding: 13px 30px;
  border: 1px solid #fff;
  display: block;
  width: fit-content;
  min-width: 200px;
  text-align: center;
  transition: color ease 0.3s, background-color ease 0.3s;
}
.general-cta-btn:hover {
  background-color: #fff;
  color: #C3A578 !important;
  border: 1px solid #C3A578;
}
@media (max-width: 576px) {
  .general-cta-btn {
    min-width: 150px;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .general-cta-btn {
    min-width: 100px;
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .logo-container__img {
    padding: 18px 25px 5px;
  }
}
.swiper-button-next, .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: rgba(195, 165, 120, 0.9);
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.swiper-button-next.swiper-button-transparent, .swiper-button-prev.swiper-button-transparent {
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.swiper-button-next.swiper-button-transparent:after, .swiper-button-prev.swiper-button-transparent:after {
  height: 30px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-next.swiper-button-disabled:after, .swiper-button-prev.swiper-button-disabled:after {
  opacity: 0.2;
}
.swiper-button-next.swiper-button-transparent, .swiper-button-prev.swiper-button-transparent {
  background-color: transparent;
}
.swiper-button-next.swiper-button-transparent.swiper-button-disabled, .swiper-button-prev.swiper-button-transparent.swiper-button-disabled {
  opacity: 0.2;
}
.swiper-button-next.swiper-button-transparent.swiper-button-disabled:after, .swiper-button-prev.swiper-button-transparent.swiper-button-disabled:after {
  opacity: 1;
}

.swiper-button-next:after {
  background-image: url("../img/icon/icon_arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-next.swiper-button-transparent {
  right: 0;
}
.swiper-button-next.swiper-button-transparent:after {
  background-image: url("../img/icon/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
}

.swiper-button-prev:after {
  background-image: url("../img/icon/icon_arrow_left_white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-prev.swiper-button-transparent {
  left: 0;
}
.swiper-button-prev.swiper-button-transparent:after {
  background-image: url("../img/icon/icon_arrow_left.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    height: 40px;
    background-size: 21px;
  }
}
.swiper-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
}
.swiper-buttons .swiper-button-next, .swiper-buttons .swiper-button-prev {
  position: relative;
  left: initial;
  right: initial;
  margin: 0;
  display: inline-block;
}

/* kvSwiper */
.kvSwiper {
  position: relative;
  margin-bottom: 50px;
}
.kvSwiper .swiper-buttons {
  display: flex;
  bottom: 0;
}
.kvSwiper .swiper-buttons .swiper-button-next, .kvSwiper .swiper-buttons .swiper-button-prev {
  background-color: #fff;
  opacity: 1;
  width: 68px;
  height: 68px;
}
.kvSwiper .swiper-buttons .swiper-button-next:after, .kvSwiper .swiper-buttons .swiper-button-prev:after {
  height: 68px;
}
.kvSwiper .swiper-buttons .swiper-button-next:after {
  background-image: url("../img/icon/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.kvSwiper .swiper-buttons .swiper-button-prev:after {
  background-image: url("../img/icon/icon_arrow_left.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.kvSwiper__item {
  padding-bottom: 60px;
}
.kvSwiper__img {
  position: relative;
}
.kvSwiper__content {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  background-color: #00008C;
  color: #fff;
  width: 100%;
  max-width: 510px;
  min-height: 118px;
  padding: 21px 30px;
  font-size: 32px;
  line-height: 125%;
}
.kvSwiper__content:before, .kvSwiper__content:after {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  left: 0;
  top: -6px;
  height: 6px;
}
.kvSwiper__content:before {
  z-index: 11;
  width: 28%;
  background-color: #500032;
}
.kvSwiper__content:after {
  z-index: 10;
  width: 100%;
  background-color: #C3A578;
}

.verticalSwiper {
  height: 100%;
  width: 80%;
}
.verticalSwiper .swiper-container {
  height: 100%;
  width: 100%;
}
.verticalSwiper .swiper-container .swiper-slide {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  top: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.verticalSwiper .swiper-container .swiper-slide * {
  color: #fff;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1199px) {
  .kvSwiper {
    margin-bottom: 0;
  }
  .kvSwiper__item {
    padding-bottom: 30px;
  }
  .kvSwiper__content {
    position: relative;
    max-width: 100%;
    margin-top: 6px;
  }
  .kvSwiper .swiper-buttons .swiper-button-next, .kvSwiper .swiper-buttons .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .kvSwiper .swiper-buttons .swiper-button-next::after, .kvSwiper .swiper-buttons .swiper-button-prev::after {
    height: 50px;
    background-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .kvSwiper {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
  .kvSwiper__content {
    padding: 21px 20px;
    font-size: 24px;
    min-height: auto;
  }
  .kvSwiper .swiper-buttons .swiper-button-next, .kvSwiper .swiper-buttons .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .kvSwiper .swiper-buttons .swiper-button-next::after, .kvSwiper .swiper-buttons .swiper-button-prev::after {
    height: 40px;
    background-size: 18px;
  }
}
/* imgSwiper */
.imgSwiper {
  position: relative;
  margin: 15px 0;
}
.imgSwiper .swiper-button-next {
  right: -23px;
}
.imgSwiper .swiper-button-prev {
  left: -23px;
}

@media only screen and (max-width: 1199px) {
  .imgSwiper .swiper-button-next {
    right: -18px;
  }
  .imgSwiper .swiper-button-prev {
    left: -18px;
  }
}
@media only screen and (max-width: 767px) {
  .imgSwiper {
    margin-left: -25px;
    width: calc(100% + 50px);
  }
  .imgSwiper .swiper-container {
    padding: 0 25px;
  }
  .imgSwiper .swiper-button-next, .imgSwiper .swiper-button-prev {
    display: none;
  }
}
.cardSwiper {
  position: relative;
}
.cardSwiper .swiper-slide {
  height: auto;
}
.cardSwiper .swiper-container {
  padding: 15px 10px;
  margin: -10px;
  width: calc(100% + 20px);
}
.cardSwiper .swiper-button-next {
  right: 10%;
}
.cardSwiper .swiper-button-prev {
  left: -32px;
}
.cardSwiper .imgCard {
  background-color: transparent;
}
.cardSwiper .imgCard .card-img-top {
  opacity: 0.5;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.cardSwiper .imgCard:hover .card-img-top {
  opacity: 1;
}
.cardSwiper__large .swiper-container {
  padding: 15px 10px;
  margin: 0;
  width: 100%;
  padding-left: calc(50% - 680px);
}
.cardSwiper__large .swiper-button-next {
  right: 10%;
}
.cardSwiper__large .swiper-button-prev {
  left: 6%;
}
.cardSwiper__noPadding .swiper-container {
  padding: 15px 0;
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 1480px) {
  .cardSwiper .swiper-button-prev {
    left: -20px;
  }
}
@media only screen and (max-width: 1199px) {
  .cardSwiper .swiper-button-next {
    right: -18px;
  }
  .cardSwiper .swiper-button-prev {
    left: -18px;
  }
  .cardSwiper__large .swiper-container {
    padding-left: 25px;
  }
  .cardSwiper__large .swiper-button-next {
    right: 30px;
  }
  .cardSwiper__large .swiper-button-prev {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cardSwiper {
    padding: 5px 0 10px;
    margin-left: -25px;
    width: calc(100% + 50px);
  }
  .cardSwiper .swiper-container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: 0;
  }
  .cardSwiper .swiper-button-next, .cardSwiper .swiper-button-prev {
    display: none;
  }
  .cardSwiper__large {
    margin-left: 0;
    width: 100%;
  }
  .cardSwiper__large .swiper-container {
    padding-left: 25px;
  }
}
.smallImgSwiper {
  position: relative;
  padding: 0 30px;
}
.smallImgSwiper .swiper-slide {
  height: auto;
}
.smallImgSwiper__item {
  display: block;
  position: relative;
  height: 100%;
}
.smallImgSwiper__img {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.logoSwiper {
  position: relative;
  padding: 25px 16px 10px;
}
@media only screen and (max-width: 500px) {
  .logoSwiper {
    padding: 0;
  }
}
.logoSwiper__title {
  font-weight: bold;
}
.logoSwiper .swiper-slide {
  height: auto;
}
.logoSwiper__item {
  position: relative;
  padding: 15px 20px 45px;
}
@media only screen and (max-width: 1480px) {
  .logoSwiper__item {
    padding: 15px 5px 45px;
  }
}
@media only screen and (max-width: 991px) {
  .logoSwiper__item {
    padding: 15px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .logoSwiper__item {
    padding: 15px 10px 35px;
  }
}
@media only screen and (max-width: 500px) {
  .logoSwiper__item {
    padding: 15px 0 35px;
  }
}
.logoSwiper__item img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .logoSwiper__item img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .logoSwiper__item img {
    max-width: 100%;
  }
}
.logoSwiper .swiper-container-horizontal > .swiper-pagination-bullets, .logoSwiper .swiper-pagination-custom, .logoSwiper .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet {
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #00008C;
}

.topBanner-container {
  position: relative;
}
.topBanner-container:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 25px 0 25px;
  border-color: #00008C transparent transparent transparent;
}
.topBanner-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 23px;
  background-size: contain;
  background: url("../img/icon/icon_scroll_down.svg") no-repeat center;
}

.topBanner__item {
  position: relative;
}
.topBanner__content {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 656px;
  width: 100%;
  padding: 50px 43px 15px;
  background-color: #fff;
  font-size: 18px;
}
.topBanner__title {
  font-size: 50px;
  line-height: 60px;
  color: #00008C;
  margin-bottom: 13px;
  word-wrap: break-word;
}
.topBanner__desc {
  margin-bottom: 20px;
}
.topBanner__img {
  position: relative;
  text-align: right;
}
.topBanner__img img {
  max-width: 1200px;
}
.topBanner__img .topBanner__controls {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 30%;
  padding: 0 25px 0;
}
.topBanner__img .swiper-button-prev {
  margin-right: -3px;
}
.topBanner__controls {
  position: relative;
  height: 65px;
  margin-top: 20px;
}
.topBanner .swiper-paginations {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.topBanner .swiper-paginations .swiper-pagination {
  position: relative;
  text-align: left;
}
.topBanner .swiper-buttons {
  margin-right: -10px;
}
.topBanner .swiper-button-next, .topBanner .swiper-button-prev {
  background-color: #fff;
}
.topBanner .swiper-button-next:after, .topBanner .swiper-button-prev:after {
  background-repeat: no-repeat;
  background-position: center;
}
.topBanner .swiper-button-next.swiper-button-disabled, .topBanner .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.topBanner .swiper-button-next.swiper-button-disabled:after, .topBanner .swiper-button-prev.swiper-button-disabled:after {
  opacity: 0.3;
}
.topBanner .swiper-button-next:after {
  background-image: url(../img/icon/icon_arrow_right.svg);
}
.topBanner .swiper-button-prev:after {
  background-image: url(../img/icon/icon_arrow_left.svg);
}
.topBanner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 23px;
}
.topBanner .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 1680px) {
  .topBanner__content {
    left: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .topBanner__img {
    text-align: right;
  }
  .topBanner__img img {
    max-width: 900px;
  }
  .topBanner__content {
    max-width: 600px;
    padding: 40px 25px 15px;
  }
  .topBanner__title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .img-background.topBanner-container {
    padding: 60px 0 55px;
  }
  .topBanner__img img {
    max-width: 100%;
  }
  .topBanner__img .topBanner__controls {
    display: block;
  }
  .topBanner__content {
    position: relative;
    max-width: 100%;
    top: 0;
    transform: translateY(0);
    left: 0;
    padding-bottom: 40px;
  }
  .topBanner .swiper-buttons {
    margin-right: 0;
  }
  .topBanner .swiper-paginations {
    top: 66%;
  }
  .topBanner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-left: 15px;
  }
  .topBanner .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }
  .topBanner__controls {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .topBanner-container:after {
    bottom: -18px;
  }
  .topBanner-container::before {
    z-index: 10;
    bottom: -6px;
  }
  .topBanner__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 9px;
  }
  .topBanner__content {
    padding: 25px 25px 40px;
    font-size: 16px;
  }
}
.menu-container {
  padding-right: 45px;
}
@media (max-width: 991px) {
  .menu-container {
    padding-right: 10px;
  }
}
.menu-container .menu-item {
  display: block;
  text-decoration: none;
  padding: 13px 0;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  border-bottom: 1px solid #DCDCDC;
  cursor: pointer;
}
.menu-container .menu-item.active {
  color: #00008C;
  font-weight: bold;
}
.menu-container .menu-item.accordion-block {
  cursor: default;
  box-shadow: none;
  margin-bottom: 0;
}
.menu-container .menu-item.accordion-block .accordion-button {
  color: #000;
  background-color: #fff;
  box-shadow: none;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.menu-container .menu-item.accordion-block .accordion-button::after {
  background-image: url("../img/icon/icon_filter_up_arrow.svg");
  background-size: auto;
  position: relative;
  top: -2px;
}
.menu-container .menu-item.accordion-block .accordion-button.active {
  color: #00008C;
  font-weight: bold;
}
.menu-container .menu-item.accordion-block .accordion-button.active::after {
  background-image: url("../img/icon/icon_filter_dropdown_arrow.svg");
  background-size: auto;
}
.menu-container .menu-item.accordion-block .accordion-body {
  padding: 0;
  border-top: none !important;
}
.menu-container .menu-item.accordion-block .accordion-body a.active {
  color: #00008C;
  font-weight: bold;
}
.menu-container .accordion-body {
  padding: 0;
  padding-top: 5px;
  background: #fff;
}
.menu-container .accordion-body a {
  position: relative;
  text-decoration: none;
  display: block;
  color: #000;
  padding: 5px 0 5px 10px;
}
.menu-container .accordion-body a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 1px;
  background-color: #1B1B1B;
}
.menu-container .accordion-body a:hover {
  color: #00008C;
  text-decoration: underline;
}
.menu-container .accordion-body > ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 5px;
}
.menu-container .accordion-body > ul li {
  margin: 5px 0;
}

.accordion-block {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
.accordion-block .accordion-button {
  padding: 23px 42px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .accordion-block .accordion-button {
    padding: 20px;
  }
}
.accordion-block .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.accordion-block .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.accordion-block .accordion-button::after {
  background-image: url("../img/icon/icon_expand.svg");
}
.accordion-block .accordion-button.no-content::after {
  content: none !important;
}
.accordion-block .accordion-button.link::after {
  background-image: url("../img/icon/icon_arrow_right_black.svg");
  transform: none;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
}
.accordion-block .accordion-button.active {
  color: #C84664;
}
.accordion-block .accordion-button.active::after {
  background-image: url("../img/icon/icon_collapse.svg");
}
.accordion-block .accordion-body {
  background-color: #fff;
  padding: 30px 40px;
  border-top: 1px solid #efc2c1;
}
@media (max-width: 767px) {
  .accordion-block .accordion-body {
    padding: 20px;
  }
}

.accordion-block__blue .accordion-button.active {
  color: #00008C;
}
.accordion-block__blue .accordion-button.active::after {
  background-image: url("../img/icon/icon_collapse_blue.svg");
}
.accordion-block__blue .accordion-body {
  border-top: 0;
  background-color: #fff;
  padding-top: 0;
}

.accordion-block__xs {
  box-shadow: none;
  margin-bottom: 5px;
}
.accordion-block__xs .accordion-button {
  font-size: 12px;
  line-height: 16px;
  padding: 15px 20px;
}
.accordion-block__xs .accordion-button::after {
  background-size: 1.1rem;
}
.accordion-block__xs .accordion-body {
  padding-bottom: 10px;
}

.p-0 {
  padding: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 992px) {
  .flex-rerverse-mobile {
    flex-direction: column-reverse;
  }
}

@media (max-width: 992px) {
  .mb-0-mobile {
    margin-bottom: 0 !important;
  }
}

.img-paragraph-card__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.fifty-fifty-right-p {
  padding: 105px 50px;
}
@media (max-width: 1199px) {
  .fifty-fifty-right-p {
    padding: 65px 25px;
  }
}
@media (max-width: 991px) {
  .fifty-fifty-right-p {
    padding: 30px 25px 50px;
  }
}
.fifty-fifty-right-p .page-title {
  padding-bottom: 28px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .fifty-fifty-right-p .page-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.fifty-fifty-right-p .page-title::after {
  background-color: #fff;
  width: 55px;
  height: 6px;
}

.fifty-fifty-cta {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  padding: 13px 30px;
  border: 1px solid #fff;
  display: block;
  width: fit-content;
  min-width: 200px;
  text-align: center;
  margin-top: 40px;
  transition: color ease 0.3s, background-color ease 0.3s;
}
.fifty-fifty-cta:hover {
  background-color: #fff;
  color: #C3A578;
}
@media (max-width: 767px) {
  .fifty-fifty-cta {
    margin-top: 30px;
    width: 100%;
  }
}

.bg-brown {
  background-color: #C3A578;
}
.bg-brown * {
  color: #fff;
}

.object-fit {
  object-fit: cover;
}

.toolbar {
  position: fixed;
  z-index: 30;
  right: 0;
  top: calc(50% - 200px);
}
@media (max-width: 1300px) {
  .toolbar {
    top: calc(57% - 200px);
  }
}
.toolbar__wrapper {
  width: 100px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}
.toolbar__item {
  position: relative;
  width: 100%;
  height: 100px;
  border-top: 1px solid rgba(167, 169, 172, 0.3);
  text-align: center;
  font-size: 12px;
}
.toolbar__link {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  color: #00008C;
  font-weight: bold;
}
.toolbar__link img {
  display: block;
  margin: 0 auto 6px;
}
.toolbar__link:hover {
  color: #00008C;
}
.toolbar__clock {
  height: 178px;
  padding: 18px 0;
}
.toolbar__clock__logo {
  width: 80px;
}
.toolbar__clock__iframe {
  margin: 6px auto 0;
  width: 85px;
  height: 85px;
  overflow: hidden;
}
.toolbar__clock__iframe iframe {
  margin-left: -115px !important;
  margin-top: -10px !important;
}

.toolbar-mobile {
  position: fixed;
  bottom: 0;
  z-index: 20;
  width: 100%;
}
.toolbar-mobile .toolbar__wrapper {
  width: 100%;
  display: flex;
}
.toolbar-mobile .toolbar__item {
  display: inline-block;
  flex: 1;
  height: 70px;
  border-top: none;
}
.toolbar-mobile .toolbar__item:not(:last-child) {
  border-right: 1px solid rgba(167, 169, 172, 0.3);
}
.toolbar-mobile .toolbar__link {
  top: 55%;
}

.img-row {
  display: flex;
}

.img-grid {
  display: inline-block;
  width: 20%;
  margin-bottom: 15px;
  word-break: break-word;
}
@media (max-width: 1260px) {
  .img-grid {
    width: 25%;
  }
}
@media (max-width: 1160px) {
  .img-grid {
    width: 33%;
  }
}
@media (max-width: 920px) {
  .img-grid {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .img-grid {
    width: 33%;
  }
}
@media (max-width: 650px) {
  .img-grid {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .img-grid {
    width: 50%;
  }
}
.img-grid img {
  max-width: 180px;
  padding-bottom: 10px;
}
@media (max-width: 460px) {
  .img-grid img {
    max-width: 130px;
  }
}
.img-grid a {
  text-decoration: none;
}

.img-row {
  --bs-gutter-x: 0rem;
  font-family: "Aime", "PingFang HK", "Microsoft JhengHei", Arial, sans-serif;
}
.img-row .col-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 10px;
}
.img-row p {
  font-size: 12px;
  line-height: 16px;
  max-width: 180px;
}
@media (max-width: 460px) {
  .img-row p {
    max-width: 130px;
  }
}
.img-row hr {
  margin-top: 25px;
  margin-bottom: 25px;
}

.img-with-txt-title {
  color: #00008C;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 10px;
  font-family: "Aime", "PingFang HK", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 600;
}

.txt-paragraph {
  font-size: 16px;
  line-height: 24px;
}
.txt-paragraph a:link, .txt-paragraph a:visited, .txt-paragraph a:hover, .txt-paragraph a:active {
  color: #00008C;
  text-decoration: none !important;
}

.img-paragraph__content {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.img-paragraph__content a, .img-paragraph__content a:link, .img-paragraph__content a:visited, .img-paragraph__content a:hover, .img-paragraph__content a:active {
  color: #00008C;
  text-decoration: none !important;
}

.img-paragraph__content {
  padding-right: 50px;
}
@media only screen and (max-width: 992px) {
  .img-paragraph__content {
    padding-right: 0px;
  }
}

.no-padding-section {
  padding-top: 0px !important;
}

.border-top-grey .accordion-body {
  border-top: 1px solid rgba(220, 220, 220, 0.3);
}
.border-top-grey .accordion-body:first-child {
  border-top: 1px solid #efc2c1;
}

.fifty-fifty-cta-2 {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-decoration: none;
  background-color: #C3A578;
  padding: 13px 30px;
  border: 1px solid #fff;
  display: block;
  width: fit-content;
  min-width: 200px;
  text-align: center;
  margin-right: 0px;
  margin-left: auto;
  transition: color ease 0.3s, background-color ease 0.3s;
}
.fifty-fifty-cta-2:hover {
  background-color: #fff;
  color: #C3A578;
  border: 1px solid #C3A578;
}
@media (max-width: 767px) {
  .fifty-fifty-cta-2 {
    width: 100%;
  }
}

.photo-ul ul li {
  font-size: 16px !important;
}

.eventDetail__body, .eventDetail__info {
  padding: 30px 0;
  display: inline-block;
  vertical-align: top;
}
.eventDetail__info {
  width: 292px;
  margin-left: -7px;
}
.eventDetail__body {
  width: calc(100% - 292px);
  padding-right: 38px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .eventDetail__info, .eventDetail__body {
    display: block;
    width: 100% !important;
    margin-left: 0 !important;
    padding-right: 0;
  }
  .eventDetail__body {
    padding: 25px 0 10px;
    background-color: #fff;
  }
}
.archieved .eventDetail__info {
  display: none;
}
.archieved .eventDetail__body {
  display: block;
  width: 100%;
  max-width: 1030px;
  padding-right: 0;
  margin: 0 auto;
}

.iconList__item {
  padding: 15px 0;
}
.iconList__icon, .iconList__detail {
  display: inline-block;
  vertical-align: top;
}
.iconList__icon {
  width: 25px;
}
.iconList__detail {
  width: calc(100% - 25px);
  margin-left: -7px;
  padding-left: 10px;
  padding-top: 2px;
}
.iconList__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.iconList__desc {
  font-size: 12px;
  line-height: 16px;
}
.iconList__desc p {
  margin-bottom: 0;
}

/* Flatpickr */
.flatpickr-container {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e3e4;
}
.flatpickr-container.disablePrevNextMonth .nextMonthDay, .flatpickr-container.disablePrevNextMonth .prevMonthDay {
  pointer-events: none !important;
  opacity: 0 !important;
  height: 0 !important;
}
.flatpickr-container.disableChangeMonth .flatpickr-prev-month, .flatpickr-container.disableChangeMonth .flatpickr-next-month, .flatpickr-container.disableChangeMonth .nextMonthDay, .flatpickr-container.disableChangeMonth .prevMonthDay {
  pointer-events: none !important;
  opacity: 0 !important;
}

.flatpickr-calendar {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  width: 290px;
}

.flatpickr-months .flatpickr-month {
  height: 50px;
}

.flatpickr-current-month {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}

.flatpickr-current-month input.cur-year {
  font-weight: bold;
}

.flatpickr-next-month, .flatpickr-prev-month {
  height: 50px;
  width: 50px;
}
.flatpickr-next-month svg, .flatpickr-prev-month svg {
  display: none;
}

.flatpickr-next-month {
  background: url("../img/icon/icon_dropdown_arrow_right.svg") no-repeat top 2px right 5px;
}

.flatpickr-prev-month {
  background: url("../img/icon/icon_dropdown_arrow_left.svg") no-repeat top 3px left 6px;
}

.flatpickr-weekdays {
  height: 20px;
}

span.flatpickr-weekday {
  font-size: 100%;
  font-weight: bold;
  color: #1B1B1B;
}

.flatpickr-days, .dayContainer {
  width: 290px;
  max-width: 290px;
  min-width: 290px;
}

.flatpickr-day {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
}
.flatpickr-day.inRange {
  background: #C3A578;
  border-color: #C3A578;
  -webkit-box-shadow: -5px 0 0 #C3A578, 5px 0 0 #C3A578;
  box-shadow: -5px 0 0 #C3A578, 5px 0 0 #C3A578;
  color: #fff;
}
.flatpickr-day.inRange.isSunday {
  border-radius: 0 50px 50px 0;
  -webkit-box-shadow: -5px 0 0 #C3A578, 0 0 0 #C3A578;
  box-shadow: -5px 0 0 #C3A578, 0 0 0 #C3A578;
}
.flatpickr-day.inRange.isMonday {
  border-radius: 50px 0 0 50px;
  -webkit-box-shadow: 2px 0 0 #C3A578, 5px 0 0 #C3A578;
  box-shadow: 2px 0 0 #C3A578, 5px 0 0 #C3A578;
}
.flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.inRange {
  background: #C3A578;
  border-color: #C3A578;
  -webkit-box-shadow: -5px 0 0 #C3A578, 5px 0 0 #C3A578;
  box-shadow: -5px 0 0 #C3A578, 5px 0 0 #C3A578;
}
.flatpickr-day.nextMonthDay.inRange.isSunday, .flatpickr-day.prevMonthDay.inRange.isSunday {
  -webkit-box-shadow: -5px 0 0 #C3A578, 0 0 0 #C3A578;
  box-shadow: -5px 0 0 #C3A578, 0 0 0 #C3A578;
}
.flatpickr-day.nextMonthDay.inRange.isMonday, .flatpickr-day.prevMonthDay.inRange.isMonday {
  -webkit-box-shadow: 2px 0 0 #C3A578, 5px 0 0 #C3A578;
  box-shadow: 2px 0 0 #C3A578, 5px 0 0 #C3A578;
}
.flatpickr-day.nextMonthDay.inRange.today, .flatpickr-day.prevMonthDay.inRange.today {
  background: #C3A578;
  border-color: #C3A578;
}
.flatpickr-day.selected.startRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange, .flatpickr-day.startRange {
  background: #C3A578;
  border-color: #C3A578;
}
.flatpickr-day.selected.startRange:hover, .flatpickr-day.selected.endRange:hover, .flatpickr-day.startRange.endRange:hover, .flatpickr-day.endRange.endRange:hover, .flatpickr-day.startRange:hover {
  background: #C3A578;
  border-color: #C3A578;
}
.flatpickr-day.today {
  color: #fff;
  background-color: #C84664;
  border-color: transparent;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  color: #fff;
  background-color: #C84664;
  border-color: transparent;
}
.flatpickr-day.today.inRange {
  background: #C3A578;
  border-color: #C3A578;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #C3A578;
  box-shadow: -10px 0 0 #C3A578;
}

.rangeMode .flatpickr-day {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .flatpickr-calendar, .flatpickr-days, .dayContainer {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .flatpickr-day {
    max-width: 100%;
  }
}
.flatpickr-disable-date-select .flatpickr-day, .flatpickr-disable-date-select .flatpickr-days {
  pointer-events: none !important;
}

.tools {
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0 15px;
}

@media only screen and (max-width: 767px) {
  .tools {
    font-size: 11px;
    font-weight: bold;
    padding: 25px 0 8px;
  }
}
.pageInfo__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 13px;
  padding-right: 10px;
}
.pageInfo__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  width: 1px;
  height: 60%;
  background-color: #DCDCDC;
}
.pageInfo__item:first-child {
  padding-left: 0;
}
.pageInfo__item:first-child:before {
  display: none;
}
.pageInfo__item img {
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.pageInfo .dropdown-toggle {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.pageInfo .dropdown-toggle::after {
  display: none;
}
.pageInfo .dropdown-menu {
  min-width: 150px;
  top: 15px;
}

.dropdown-item:focus, .dropdown-item:active, .dropdown-item.active {
  background-color: #e9ecef;
  color: inherit;
}
.dropdown-item__icon {
  display: inline-block;
  width: 23px;
  height: auto;
  padding-right: 5px;
}

@media only screen and (max-width: 1199px) {
  .dropdown-toggle-txt {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pageInfo__item {
    padding-left: 10px;
    padding-right: 8px;
  }
  .pageInfo__item img {
    width: 18px;
    height: auto;
    margin-right: 2px;
  }
}
/* Event List */
.theme--sailing {
  border-color: #C3A578;
}

.theme--rowpad {
  border-color: #500032;
}

.theme--fb {
  border-color: #688F29;
}

.theme--club {
  border-color: #00008C;
}

.theme--children {
  border-color: #C84664;
}

.eventList {
  padding: 30px 0;
}
.eventList:first-child {
  padding-top: 0;
}
.eventList__item {
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px 28px;
  margin: 20px 0;
  border-left-width: 2px;
  border-left-style: solid;
  transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1), top 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.eventList__item:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  color: inherit;
  transition: 0.8s;
}
.eventList__img, .eventList__body {
  display: inline-block;
  vertical-align: top;
}
.eventList__img {
  width: 185px;
  margin-right: -7px;
}
.eventList__body {
  width: calc(100% - 185px);
  padding-left: 30px;
}
.eventList__title {
  font-size: 24px;
  line-height: 30px;
}
.eventList__desc {
  margin: 10px 0;
  max-width: 550px;
}
.eventList__btm {
  min-height: 43px;
}
.eventList .pageInfo {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.eventList .btn {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 991px) {
  .eventList {
    padding: 23px 0;
  }
  .eventList__item {
    padding: 20px 25px 30px;
  }
  .eventList__img, .eventList__body {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .eventList__img {
    margin-bottom: 15px;
  }
  .eventList__desc {
    font-size: 14px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .eventList {
    padding: 10px 0;
  }
  .eventList .page-title {
    margin-bottom: 30px;
  }
  .eventList__title {
    font-size: 18px;
    line-height: 24px;
  }
  .eventList__desc {
    font-size: 12px;
    line-height: 16px;
    margin: 3px 0 18px;
  }
  .eventList .pageInfo {
    font-size: 11px;
  }
  .eventList .btn {
    margin-top: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.eventListing {
  position: relative;
}
.eventListing__body, .eventListing__info {
  padding: 30px 0;
  display: inline-block;
  vertical-align: top;
}
.eventListing__info {
  width: 292px;
  margin-left: -7px;
}
.eventListing__body {
  width: calc(100% - 292px);
  padding-right: 38px;
  padding-bottom: 10px;
}
.eventListing .flatpickr-container {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .eventListing__info, .eventListing__body {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  .eventListing__body {
    padding-top: 410px;
    padding-bottom: 5px;
  }
  .eventListing__info {
    position: absolute;
    z-index: 10;
    top: 0;
  }
}
.catList {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding-top: 20px;
}
.catList__item {
  padding: 2px 11px;
  border-left-width: 2px;
  border-left-style: solid;
  margin: 10px 0;
}

/* paging */
.paging {
  padding-top: 20px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0;
}

.page-item.active .page-link {
  background-color: #C3A578;
  border-color: #C3A578;
}

.page-link {
  position: relative;
  border-radius: 0;
  color: inherit;
  font-size: 18px;
  line-height: 24px;
  padding: 9px 29px;
  border-right-color: transparent;
  border-left-color: transparent;
}
.page-link:hover {
  color: inherit;
}
.page-link:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 4px;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #dee2e6;
}

.pagination .page-item {
  position: relative;
}
.pagination .page-item.active .page-link:before {
  display: none;
}
.pagination .page-item:last-child .page-link {
  border-right: 1px solid #dee2e6;
}
.pagination .page-item:first-child .page-link {
  border-left: 1px solid #dee2e6;
}
.pagination .page-item:first-child .page-link:before {
  display: none;
}
.pagination .dropdown-menu {
  min-width: 70px;
  width: 70px;
}
.pagination .dropdown-toggle {
  cursor: pointer;
}
.pagination .dropdown-toggle::after {
  display: none;
}

.paging-container, .paging-btn-container {
  display: inline-block;
  vertical-align: middle;
}

.paging-container {
  width: calc(100% - 120px);
}

.paging-btn-container {
  width: 120px;
  margin-left: -7px;
  text-align: right;
}

.paging-btn-next, .paging-btn-prev {
  display: inline-block;
  text-decoration: none;
  height: 44px;
  width: 44px;
  text-align: center;
}
.paging-btn-next.disabled, .paging-btn-prev.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.paging-btn-prev {
  margin-right: 15%;
}

@media only screen and (max-width: 991px) {
  .paging {
    padding-top: 0;
    width: calc(100% + 20px);
  }
  .page-link {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 23px;
  }
  .paging-btn-next img, .paging-btn-prev img {
    width: 20px;
  }
  .paging-btn-prev {
    width: 28px;
    margin-right: 0;
  }
}
/* filter */
.filter {
  position: relative;
  margin: 50px 0 0;
}
.filter__head {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  color: #00008C;
  padding: 22px 25px;
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.1);
}
.filter__title, .filter__form {
  display: inline-block;
}
.filter__row {
  border: 1px solid #dee2e6;
}
.filter__title {
  width: 120px;
  margin-right: -7px;
  text-align: center;
  font-weight: bold;
  padding: 23px 10px;
}
.filter__form {
  width: calc(100% - 120px);
}
.filter__form__item {
  position: relative;
}
.filter__form__item:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 5px;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #dee2e6;
}
.filter__form .field-select, .filter__form .field-input {
  border: none;
}
.filter__form .field-select select, .filter__form .field-select input, .filter__form .field-input select, .filter__form .field-input input {
  border: none;
  padding: 23px 20px;
  background-color: transparent;
  color: inherit;
}
.filter__form .field-select select, .filter__form .field-input select {
  background: transparent url("../img/icon/icon_filter_dropdown_arrow.svg") no-repeat right 20px center;
  background-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.filter__form .field-keyword {
  background: #fff url("../img/icon/icon_search.svg") no-repeat right 20px center;
  background-size: 16px;
}
.filter__form .field-keyword span {
  width: 90%;
}

.filter-btn-holder {
  text-align: right;
  padding: 20px 0 25px;
}
.filter-btn-holder input[type=reset] {
  color: inherit;
}
.filter-btn-holder .btn-gold, .filter-btn-holder input[type=submit] {
  visibility: hidden;
}

.btn-open-filter {
  display: none;
  border: 1px solid #dee2e6;
  font-weight: bold;
  padding: 14px 25px;
  color: inherit;
  text-decoration: none;
  background: url("../img/icon/icon_filter.svg") no-repeat right 16px center;
  background-size: 22px;
}
.btn-open-filter:hover {
  color: inherit;
}

.btn-close-filter {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url("../img/icon/icon_close.svg") no-repeat center;
}

.btn-reset {
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  background: url(../img/icon/icon_reset.svg) no-repeat left center;
  background-size: 25px;
  padding-left: 32px;
}

@media only screen and (max-width: 1199px) {
  .filter {
    font-size: 14px;
  }
  .filter__title {
    width: 90px;
    padding: 23px 6px;
  }
  .filter__form {
    width: calc(100% - 90px);
  }
  .filter__form .field-select select, .filter__form .field-select input, .filter__form .field-input select, .filter__form .field-input input {
    padding: 23px 10px;
  }
  .filter__form .field-select select, .filter__form .field-input select {
    background: transparent url("../img/icon/icon_filter_dropdown_arrow.svg") no-repeat right 8px center;
  }
  .filter__form .field-keyword {
    background: #fff url("../img/icon/icon_search.svg") no-repeat right 10px center;
    background-size: 16px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .filter {
    position: fixed;
    z-index: 9999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 550px;
    margin: 0;
    background-color: #fff;
    font-size: 16px;
    padding: 103px 25px 20px;
    transition: top 0.5s ease;
  }
  .filter.opened {
    top: 0;
  }
  .filter__head {
    display: block;
  }
  .filter__title, .filter__form {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .filter__row {
    border: none;
  }
  .filter__title {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding-bottom: 2px;
  }
  .filter__form__item::before {
    display: none;
  }
  .filter__form .field-select, .filter__form .field-input {
    margin: 8px 0;
    border: 1px solid #dee2e6;
  }
  .filter__form .field-select select, .filter__form .field-select input, .filter__form .field-input select, .filter__form .field-input input {
    padding: 15px 20px;
  }
  .filter__form .field-select select, .filter__form .field-input select {
    background: transparent url("../img/icon/icon_filter_dropdown_arrow.svg") no-repeat right 10px center;
  }
  .filter__form .field-keyword {
    background: #fff url("../img/icon/icon_search.svg") no-repeat right 10px center;
    background-size: 16px;
    padding-right: 30px;
  }
  .filter__form .field-keyword .twitter-typeahead {
    width: 100%;
  }
  .btn-open-filter {
    display: block;
    margin-top: 37px;
  }
  .filter-btn-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 25px 20px;
  }
  .filter-btn-holder .btn-gold, .filter-btn-holder input[type=submit] {
    visibility: visible;
  }
  .filter-btn-holder .btn-reset {
    margin-top: 16px;
  }
}
/* Autocomplete */
.tt-menu {
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  width: 100%;
}

.tt-suggestion {
  padding: 0 20px;
  cursor: pointer;
}
.tt-suggestion:hover {
  background-color: #EDEDED;
}

/* filter */
.filter__row2 {
  border: 1px solid #dee2e6;
  width: 30%;
}

@media (max-width: 1200px) {
  .filter__row2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .filter__row2 {
    border: 0px solid #dee2e6;
    width: 100%;
  }
}
.grid-icon {
  padding-right: 10px;
}
.grid-icon:last-child {
  padding-left: 5px;
}

.img-grid2 {
  display: inline-block;
  width: 20%;
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
  .img-grid2 {
    width: 25%;
  }
}
@media (max-width: 1160px) {
  .img-grid2 {
    width: 33%;
  }
}
@media (max-width: 920px) {
  .img-grid2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .img-grid2 {
    width: 33%;
  }
}
@media (max-width: 650px) {
  .img-grid2 {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .img-grid2 {
    width: 100%;
  }
}
.img-grid2 img {
  max-width: 180px;
  padding-bottom: 10px;
}
.img-grid2 a {
  text-decoration: none;
}
.img-grid2 .col-title {
  padding-bottom: 20px;
}

.form-control-plaintext:focus-visible {
  outline: none;
}

.show-password {
  position: relative;
}
.show-password input[type=password] {
  padding-right: 40px;
}
.show-password .password-toggle {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
  background: transparent url("../img/icon/icon-password-show.png") no-repeat center;
  background-size: 20px;
  cursor: pointer;
}
.show-password.active .password-toggle {
  background: transparent url("../img/icon/icon-password-hide.png") no-repeat center;
  background-size: 20px;
}

.reciprocal-table input[type=radio].form-check-input {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .reciprocal-table input[type=radio].form-check-input {
    margin-right: 0px;
  }
}

.reciprocal-cta-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

table.reciprocal-table-anchor tr, table.reciprocal-table-anchor td {
  border: none !important;
}
table.reciprocal-table-anchor tr {
  display: flex;
  flex-wrap: wrap;
}

.anchor-box {
  display: block;
  height: 0px;
  min-height: 0px;
  top: -300px;
  position: relative;
}

table.reciprocal-table {
  margin-bottom: 50px;
}
table.reciprocal-table thead {
  color: #c3a578;
}
table.reciprocal-table thead tr, table.reciprocal-table thead th {
  border-bottom: 2px solid rgba(195, 165, 120, 0.5);
}
table.reciprocal-table thead tr h2, table.reciprocal-table thead th h2 {
  letter-spacing: 1px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  table.reciprocal-table thead tr h2, table.reciprocal-table thead th h2 {
    padding-left: 10px;
  }
}
@media (max-width: 576px) {
  table.reciprocal-table thead tr h2, table.reciprocal-table thead th h2 {
    padding-left: 0px;
  }
}
table.reciprocal-table td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table.reciprocal-table td a {
  text-decoration: none;
}
table.reciprocal-table td a:hover {
  text-decoration: underline !important;
}
table.reciprocal-table td:first-child {
  padding-left: 30px;
}
@media (max-width: 768px) {
  table.reciprocal-table td:first-child {
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  table.reciprocal-table td:first-child {
    padding-left: 10px;
  }
}
table.reciprocal-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

a.next-btn {
  padding-right: 30px;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  transition: 1s ease-out;
}
a.next-btn:after {
  content: "";
  position: absolute;
  background-image: url("../img/icon/icon_arrow_right_disable.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  margin-left: 5px;
  transition: 1s ease-out;
}
a.next-btn:hover {
  color: #00008C;
  transform: translateX(-15px);
  transition: 1s ease-out;
}
a.next-btn:hover:after {
  content: "";
  position: absolute;
  background-image: url("../img/icon/icon_arrow_right.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  margin-left: 5px;
}
a.next.disabled {
  pointer-events: none;
  background-color: grey;
  opacity: 0.5;
}
a.back-btn {
  display: block;
  padding-left: 30px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transition: 1s ease-out;
}
a.back-btn:before {
  content: "";
  position: absolute;
  background-image: url("../img/icon/icon_arrow_left_disable.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  margin-left: -30px;
  transition: 1s ease-out;
}
a.back-btn:hover {
  color: #000;
  transform: translateX(15px);
  transition: 1s ease-out;
}
a.back-btn:hover:before {
  content: "";
  position: absolute;
  background-image: url("../img/icon/icon_arrow_left.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  margin-left: -30px;
}
a.disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
}

* {
  scroll-margin-top: 150px;
}
@media (max-width: 991px) {
  * {
    scroll-margin-top: 85px;
  }
}

.confirm-password-popup .modal-body {
  padding: 3rem;
}
.confirm-password-popup .flex-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .confirm-password-popup .flex-container {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.confirm-password-popup .btn {
  min-width: 140px;
  padding: 10px 25px;
  margin: 0px 10px;
}
@media (max-width: 768px) {
  .confirm-password-popup .btn {
    margin: 10px 0px;
  }
}
.confirm-password-popup .btn.outline {
  background-color: transparent;
  color: #C3A578;
}

.accordion-block-1 h2 {
  font-size: 12px !important;
}
.accordion-block-1 .accordion-button {
  padding: 0px;
  font-size: 12px;
}
.accordion-block-1 .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #000;
}
.accordion-block-1 .accordion-button:focus {
  border-color: none;
  box-shadow: 10px;
}
.accordion-block-1 .accordion-button.collapsed::after {
  background-image: url("../img/icon/icon_filter_dropdown_arrow.svg");
  transform: rotate(0deg);
}
.accordion-block-1 .accordion-button:not(.collapsed)::after {
  background-image: url("../img/icon/icon_filter_up_arrow.svg");
  transform: rotate(0deg);
}
.accordion-block-1 .accordion-block-2 h2 {
  font-size: 12px !important;
}
.accordion-block-1 .accordion-block-2 .accordion-body a {
  padding: 5px 0 5px 20px;
}
.accordion-block-1 .accordion-block-2 .accordion-body a:before {
  left: 10px;
}
.accordion-block-1 .accordion-block-2 .accordion-button {
  padding: 5px 0 5px 10px;
  font-size: 12px;
}
.accordion-block-1 .accordion-block-2 .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #000;
}
.accordion-block-1 .accordion-block-2 .accordion-button:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 3px;
  height: 1px;
  background-color: #1B1B1B;
}
.accordion-block-1 .accordion-block-2 .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.accordion-block-1 .accordion-block-2 .accordion-button::after {
  background-image: url("../img/icon/icon_filter_dropdown_arrow.svg");
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  right: 0;
}
.accordion-block-1 .accordion-block-2 .accordion-button.active::after {
  background-image: url("../img/icon/icon_filter_up_arrow.svg");
  transform: rotate(0deg);
}

:root {
  --rhkyc-primary: #00008C;
  --rhkyc-secondary: #500032;
  --rhkyc-crimson: #C84664;
  --rhkyc-gold: #C3A578;
  --rhkyc-silver: #DCDCDC;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1B1B1B;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1B1B1B;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #1B1B1B;
}

html, body {
  font-size: 16px;
  line-height: 150%;
  font-family: Arial, "PingFang HK", "Microsoft JhengHei", sans-serif;
  color: #1B1B1B;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button, input, select, textarea {
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Aime", Arial, "PingFang HK", "Microsoft JhengHei", sans-serif;
  font-weight: 600;
}

strong, b {
  font-weight: 700;
}

[style*="color: rgb(163, 145, 97)"],
[style*="color:#A39161" i],
[style*="color: #A39161" i] {
  color: #C3A578 !important;
}

body {
  padding-top: 162px;
  overflow-x: visible;
  overflow-y: visible;
}

@media screen and (max-width: 1320px) {
  body {
    padding-top: 95px;
  }
}
.titleTxt {
  font-family: "Aime", "PingFang HK", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 600;
}

.header,
.topBanner__title,
.pageBanner__content,
.page-title,
.section-title,
.paragraph-title,
.target-content-title {
  font-family: "Aime", Arial, "PingFang HK", "Microsoft JhengHei", sans-serif;
}

.sticky-notification,
.topBanner__desc,
.topBanner__btn,
p,
.txtArea,
.card,
.card .titleTxt,
.imgCard__title,
.toolbar,
.btn,
button,
input,
select,
textarea,
.general-cta-btn,
.fifty-fifty-cta,
.fifty-fifty-cta-2,
.reciprocal-cta-btn,
.footer,
.footer .titleTxt,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.header .header-inner-list,
.header .header-inner-list a,
.header .header-inner-list button,
.header .header-inner-list .header-inner-subtitle,
.breadcrumb,
.menu-container,
.menu-container .menu-item,
.menu-container .menu-item > .menu-accordion > .accordion-button,
.menu-container .accordion-body,
.menu-container .accordion-body a,
.menu-container .accordion-body button {
  font-family: Arial, "PingFang HK", "Microsoft JhengHei", sans-serif;
}

/* General Style */
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}
a {
  color: #00008C;
}
a:hover {
  color: #00008C;
}

p {
  margin-bottom: 12px;
}

.terms {
  font-size: 12px;
  line-height: 16px;
}

.btn {
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  min-width: 183px;
  padding: 12px 45px;
  margin: 5px 0;
  border: 1px solid #C3A578;
  background-color: #C3A578;
}
.btn:hover {
  color: #C3A578;
  background-color: #fff;
  border: 1px #C3A578 solid;
}

@media only screen and (max-width: 767px) {
  .btn {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 16px;
  }
}
.btn-gold {
  color: #fff;
  background-color: #C3A578;
}

.search-result-link {
  color: #00008C;
  text-decoration: none;
  word-break: break-all;
}
.search-result-link--title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.search-result-link:hover, .search-result-link:focus {
  color: #500032;
  text-decoration: underline;
}

.wrapper {
  width: 100%;
  max-width: 1410px;
  padding: 0 25px;
  margin: 0 auto;
}

.custom-content span + font, .custom-content span + a, .custom-content a + span, .custom-content a + font, .custom-content font + span, .custom-content font + a {
  display: inline-block;
}
.custom-content a, .custom-content span, .custom-content font, .custom-content b {
  margin-right: 0.5ch;
}

.custom-content p,
.custom-content span,
.custom-content font,
.custom-content a,
.custom-content li,
.custom-content td,
.custom-content th,
.custom-content label,
.custom-content input,
.custom-content select,
.custom-content textarea,
.custom-content button {
  font-family: Arial, "PingFang HK", "Microsoft JhengHei", sans-serif !important;
}

.custom-content h1,
.custom-content h2,
.custom-content h3,
.custom-content h4,
.custom-content h5,
.custom-content h6 {
  font-family: "Aime", Arial, "PingFang HK", "Microsoft JhengHei", sans-serif !important;
}

.custom-content h1 *,
.custom-content h2 *,
.custom-content h3 *,
.custom-content h4 *,
.custom-content h5 *,
.custom-content h6 *,
.custom-content .topBanner__title *,
.custom-content .page-title *,
.custom-content .section-title *,
.custom-content .paragraph-title *,
.custom-content .target-content-title * {
  font-family: "Aime", Arial, "PingFang HK", "Microsoft JhengHei", sans-serif !important;
}

.section {
  padding: 30px 0;
}
.section:first-child {
  padding-top: 0;
}

.inner {
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
  .section {
    padding: 15px 0;
  }
  .inner {
    padding: 30px 0;
  }
}
.txtArea.terms {
  font-size: 12px;
}
.txtArea font, .txtArea span {
  display: inline-block;
}

.page-title {
  color: #00008C;
  font-size: 32px;
  line-height: 40px;
  position: relative;
  padding: 0 0 6px;
}
.page-title h2, .page-title h6 {
  font-size: 32px;
  line-height: 40px;
}

.paragraph-title {
  padding-bottom: 5px;
}

.section-title {
  position: relative;
  text-align: center;
  font-size: 44px;
  line-height: 50px;
  padding-bottom: 0;
  margin-bottom: 30px;
  color: #00008C;
}

@media only screen and (max-width: 767px) {
  .paragraph-title {
    padding-bottom: 0;
  }
  .section-title {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.img-background, .color-background {
  padding: 65px 0 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .img-background, .color-background {
    padding: 40px 0 25px;
  }
}
.figure {
  width: 100%;
}

.figure-caption {
  font-size: 12px;
  line-height: 16px;
  color: inherit;
  padding-top: 2px;
}

/* Breadcrumb */
.breadcrumb-container {
  background: linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%);
}

.breadcrumb {
  font-size: 12px;
  font-weight: bold;
  padding: 13px 0;
}
.breadcrumb a {
  text-decoration: none;
  color: #3e3f3a;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item.active {
  color: #00008C;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 12px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
    padding: 8px 0;
  }
}
/* Inner Page Banner */
.pageBanner {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background-color: #00008C;
}
.pageBanner:before, .pageBanner:after {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 10px;
}
.pageBanner:before {
  z-index: 11;
  width: 23%;
  background-color: #500032;
}
.pageBanner:after {
  z-index: 10;
  width: 100%;
  background-color: #C3A578;
}
.pageBanner__img {
  position: relative;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
}
.pageBanner__gradient {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00008C 0%, #00008C 100%);
  opacity: 0.7;
}
.pageBanner__content {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 20;
  width: 100%;
  color: #fff;
}
.pageBanner__content h1 {
  font-size: 50px;
  line-height: 105%;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .pageBanner:before {
    width: 27%;
  }
  .pageBanner__img {
    height: 200px;
  }
  .pageBanner__content {
    bottom: 25px;
  }
  .pageBanner__content h1 {
    font-size: 32px;
  }
}
/* Sticky Bottom Nav */
.sticky-btm-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  min-height: 70px;
  background-color: #00008C;
  color: #fff;
  padding: 10px 0;
}

.booking-nav {
  width: 100%;
  display: table;
}
.booking-nav__content, .booking-nav__btn-holder {
  display: table-cell;
}
.booking-nav__btn-holder {
  min-width: 220px;
}
.booking-nav__terms {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .booking-nav {
    display: block;
  }
  .booking-nav__content, .booking-nav__btn-holder {
    display: block;
    width: 100%;
  }
  .booking-nav__content, .booking-nav__terms {
    font-size: 10px;
    line-height: 14px;
  }
}
/* Card */
.card {
  position: relative;
  z-index: 1;
  top: 0;
  height: 100%;
  border: none;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1), top 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-title {
  font-size: 20px;
  line-height: 26px;
}
.card .card-badge {
  position: absolute;
  left: 20px;
  top: -15px;
  padding: 4px 20px 2px;
  background-color: #C3A578;
  color: #fff;
  font-weight: bold;
}
.card .card-body {
  position: relative;
  padding: 30px 20px;
}
.card .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 0 20px 17px;
}
.card .card-footer__item {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  padding-left: 15px;
  margin-left: 10px;
}
.card .card-footer__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11%;
  width: 1px;
  height: 73%;
  background-color: #DCDCDC;
}
.card .card-footer__item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.card .card-footer__item:first-child:before {
  display: none;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  top: -5px;
  color: inherit;
}

.imgCard {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.imgCard:hover {
  z-index: 10;
  top: 0;
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.imgCard .card-img-top {
  border-radius: 0;
}
.imgCard__title {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  padding: 23px 22px;
}

@media only screen and (max-width: 767px) {
  .card .card-title {
    font-size: 18px;
    line-height: 24px;
  }
  .card .card-badge {
    font-size: 12px;
    line-height: 16px;
    top: -12px;
    padding: 5px 16px 3px;
  }
  .imgCard:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  .imgCard__title {
    font-size: 22px;
    line-height: 30px;
    padding: 12px 12px;
  }
}
.brown-txt {
  color: #C3A578;
}

.max-800 {
  max-width: 800px;
}

.general-input {
  border: 1px solid #ced4da;
  display: block;
  width: 100%;
  padding: 12px 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.video-component {
  position: relative;
  padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}

.video-component iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

* {
  scroll-margin-top: 206px;
}
@media (max-width: 1320px) {
  * {
    scroll-margin-top: 139px;
  }
}

table {
  border-width: 1px;
}

.horizontal-scroll {
  overflow-x: scroll;
}

@media print {
  .noPrint {
    display: none !important;
  }
  .pageBanner__img {
    height: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-home .section-title {
    font-size: 40px;
    line-height: 48px;
  }
  .page-home #in2g .section-title {
    font-size: 44px;
    line-height: 50px;
  }
}

.page-home .section-title {
  color: #500032;
}
.page-home #in2g .section-title {
  color: #C3A578;
}
.page-home #in2g .section-title > span {
  color: #00008C !important;
}
.page-home .section.img-background .section-title.text-white {
  color: #C3A578 !important;
}
.page-home .btn,
.page-home .btn-gold {
  color: #1B1B1B;
}
.page-home .topBanner__btn .btn {
  color: #fff;
}
.page-home .topBanner__btn .btn:hover {
  color: #C3A578;
}
