.elementor-inner-section .elementor-element {
  width: 100%;
}

.layout-e-banking .publicity-materials-container .item-container .item {
  width: 18.4%;
}

.layout-e-banking .publicity-materials-container .item-container .item:nth-child(4n + 4) {
  margin-right: 2%;
}

.layout-e-banking .publicity-materials-container.template-content-expand .item-container .item:nth-child(n + 5) {
  display: inline-block;
}

.layout-e-banking .publicity-materials-container.template-content-expand .item-container .item:nth-child(n + 6) {
  display: none;
}

.layout-e-banking .publicity-materials-container .item-container .item:nth-child(5n + 5) {
  margin-right: 0px;
}

.layout-press-release .search .left .option-category {
  padding-right: 0;
}

.layout-press-release .search .left .technologies {
  padding-right: 0;
  border-left: none;
}

.option-group-form .control {
  padding-left: 10px;
}

body:not(.non-responsive).mobile .layout-press-release .search .left .technologies {
  margin-top: 0;
}

body:not(.non-responsive).mobile .layout-e-banking .publicity-materials-container .item-container .item {
  width: 48%;
  margin-right: 4%;
}

body:not(.non-responsive).mobile .layout-e-banking .publicity-materials-container .item-container .item:nth-child(2n + 2) {
  margin-right: 0px;
}

body:not(.non-responsive).mobile .filter-search .search .left .option-category {
  border-left: 0;
}

.filter-search {
  position: relative;
  max-width: 1262px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  padding: 25px 40px;
  background-color: #ffffff;
}

body:not(.non-responsive).mobile .filter-search {
  padding: 25px 20px;
}

.filter-search div.search {
  margin-bottom: 0;
}

.filter-search .search .left .only-multiple-select .option-category:first-child {
  border-left: none;
}

.filter-search .search .left .select-wrapper {
  width: 190px;
}

.filter-search .hidden {
  display: none;
}

.fintech-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body:not(.non-responsive).mobile .filter-search .search .left .select-wrapper {
  width: 100%;
}

.filter-search .search .multiple-select-options .multiple-select-all label:after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 20px;
  height: 20px;
  background: red url(../img/icon/icon-close-3.png) no-repeat center center;
  background-size: 10px 10px;
  display: block;
  border: 1px solid red;
  border-radius: 50%;
}

.coming-soon {
  height: 36px;
  color: #b7b6b6;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.using {
  display: table-cell;
  vertical-align: top;
  width: 50px;
  font-family: "Roboto", "sans-serif", "Microsoft jhengHei";
  font-size: 16px;
  line-height: 42px;
  text-align: center;
}

.dialog {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10000;
  overflow: hidden;
}

.dialog .container {
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 90%;
  max-width: 60%;
  width: 800px;
  padding: 10px 30px 20px;
  background-color: #fff;
}

.dialog .dialog_header {
  font-weight: 600;
  padding-top: 15px;
  font-size: 24px;
  padding-bottom: 15px;
}

.dialog .dialog_header .dialog-title {
  color: #722d80;
}

.dialog .form-field .label {
  width: 100%;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dialog .valid {
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: 16px;
  color: red;
  line-height: 16px;
  visibility: hidden;
  padding-top: 2px;
}

.dialog .dialog_center input,
.dialog .dialog_center textarea {
  width: 100%;
}

.dialog .dialog_center textarea {
  height: auto;
  line-height: 1.5;
  padding: 5px;
}

.dialog .container .dialog_footer {
  padding-top: 15px;
  text-align: center;
}

.dialog .container .dialog_footer button {
  display: inline-block;
  width: 100px;
  margin: 0 20px;
}

.dialog .dialog_footer .submit,
.dialog .dialog_footer .cancel {
  min-width: inherit;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
}

.dialog .select-title {
  display: none;
}

body:not(.non-responsive).mobile .dialog .container {
  padding: 10px;
  max-height: calc(100vh - 20px);
}

body:not(.non-responsive).mobile .dialog .select-title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
  background: #571a64;
  color: #ffffff;
  width: 100%;
  height: 62px;
  padding-left: 60px;
  line-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body:not(.non-responsive).mobile .dialog .select-title .btn-back {
  width: 30px;
  height: 30px;
  background: url("../img/icon/icon-arrow-left.png") no-repeat center center;
  background-size: 30px 30px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  content: " ";
  line-height: 30px;
  z-index: 999;
}

body:not(.non-responsive).mobile .dialog .container .dialog_header {
  padding-top: 62px;
}

body:not(.non-responsive).mobile .dialog .container .dialog_header,
body:not(.non-responsive).mobile .dialog .container .dialog_center,
body:not(.non-responsive).mobile .dialog .container .dialog_footer {
  width: calc(100% - 20px);
}

body:not(.non-responsive).tablet p,
body:not(.non-responsive).mobile p {
  padding: 0;
  margin-top: 0;
  padding-top: 2px;
}

body:not(.non-responsive).mobile .dialog .container {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

.fintech-solution-providers {
  margin-bottom: 20px;
}

.directory-title {
  font-size: 28px;
  color: #571a64;
  background-color: #fff;
  padding: 25px 40px 0;
  font-weight: bold;
}

.image-text {
  padding: 25px 40px 15px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}

.image-text .title-text {
  color: #000;
  font-size: 28px;
  text-align: left;
  padding-bottom: 10px;
}

.image-text .select-color {
  color: #571a64;
}

.image-text .button.explore-all {
  display: inline-block;
  text-align: center;
}

.image-text-container {
  position: relative;
  height: 345px;
  background-color: #fff;
  text-align: left;
}

.height-auto {
  height: auto;
}

body:not(.non-responsive).mobile .image-text-container .left-btn,
body:not(.non-responsive).tablet .image-text-container .left-btn,
.image-text-container:hover .left-btn {
  background: #ddc7e2 url(../img/icon/icon-arrow-left-o.png) no-repeat center center;
  position: absolute;
  left: -8px;
  /* top: 142px; */
  top: 140px;
  background-size: 24px 24px;
  width: 36px;
  height: 36px;
  display: block;
  content: " ";
  border-radius: 50%;
  cursor: pointer;
}

.image-text-container:hover .left-btn:hover {
  background-color: #ca79dc;
}

body:not(.non-responsive).mobile .image-text-container .right-btn,
body:not(.non-responsive).tablet .image-text-container .right-btn,
.image-text-container:hover .right-btn {
  background: #ddc7e2 url(../img/icon/icon-arrow-right-o.png) no-repeat center center;
  position: absolute;
  right: -8px;
  /* top: 142px; */
  top: 140px;
  background-size: 24px 24px;
  width: 36px;
  height: 36px;
  display: block;
  content: " ";
  border-radius: 50%;
  cursor: pointer;
}

.image-text-container:hover .right-btn:hover {
  background-color: #ca79dc;
}

.image-text-container .scroll-content {
  overflow: hidden;
  height: inherit;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.image-text-container .scroll-content::-webkit-scrollbar {
  display: none;
}

.image-text-container .scroll-content .coming-soon {
  height: inherit;
  color: #b7b6b6;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-text-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: inherit;
  white-space: nowrap;
}

.image-text-container ul.ul-flex {
  display: flex;
  flex-wrap: wrap;
}

.image-text-container ul li {
  list-style-type: none;
  display: inline-block;
  width: 33.3%;
  height: inherit;
}

.image-text-container ul .fintech-item {
  overflow: hidden;
  padding: 20px;
  margin: 10px;
  border: 2px solid #f1f1f1;
  white-space: normal;
  max-height: 272px;
  display: flex;
  flex-direction: column;
}

.image-text-container .item-title {
  font-weight: bold;
  font-size: 24px;
}

.image-text-container .item-content {
  height: 70px;
  font-weight: normal;
}

.image-text-container ul li .item-img {
  width: 70%;
  height: 100px;
  margin: 0 auto 30px;
  overflow: hidden;
  display: flex;
}

.image-text-container ul li .item-img img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.image-text-container ul li .button {
  width: 160px;
  white-space: nowrap;
}

.fintech-users {
  margin-bottom: 20px;
}

.fintech-users .directory-title {
  padding: 0 0 25px;
}

.fintech-users .interested-in span:first-child {
  font-weight: bold;
}

body:not(.non-responsive).mobile .directory-title {
  padding: 25px 20px 0;
}

body:not(.non-responsive).mobile .fintech-users .directory-title {
  padding: 0 0 25px;
}

body:not(.non-responsive).tablet .fintech-users .alphabet-list,
body:not(.non-responsive).mobile .fintech-users .alphabet-list {
  padding: 0 0 20px;
}

body:not(.non-responsive).mobile .image-text {
  padding: 15px 20px 10px;
}

body:not(.non-responsive).mobile .image-text-container ul li {
  width: 100%;
}

body:not(.non-responsive).tablet .image-text-container ul li {
  width: 50%;
}

body:not(.non-responsive).mobile .image-text-container ul .fintech-item {
  margin-left: 10px;
}

.show-roadmap {
  display: block;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  height: 210px;
}

.show-roadmap a {
  border: 1px solid rgba(0, 0, 0, 0);
  color: #303030;
  display: block;
  padding: 25px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 210px;
}

.show-roadmap a:hover {
  text-decoration: none;
}

.show-roadmap .title {
  line-height: 25px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  max-height: 130px;
}

.show-roadmap .content {
  padding-top: 10px;
  padding-right: 160px;
  max-height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 3;
}

.show-roadmap .panel {
  position: absolute;
  bottom: 25px;
  left: 30px;
}

.show-roadmap .roadmap-img {
  position: absolute;
  right: 25px;
  top: 31px;
  width: 153px;
  height: 84px;
}

body:not(.non-responsive).mobile .show-roadmap,
body:not(.non-responsive).tablet .show-roadmap {
  display: none;
}

.template-level-3-index {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 10px;
}

.template-level-3-index .level-3-index-item:nth-child(3n + 3) {
  margin-right: 2%;
}

.template-level-3-index .level-3-index-item:nth-child(3n + 4) {
  margin-right: 0px;
}

.template-level-3-index .level-3-index-item-roadmap {
  display: none;
}

.template-level-3-index .level-3-index-item-roadmap .roadmap-img {
  display: none;
}

body:not(.non-responsive).mobile .template-level-3-index .level-3-index-item-roadmap,
body:not(.non-responsive).tablet .template-level-3-index .level-3-index-item-roadmap {
  display: block;
}

.elementor-inner-section .elementor-element:last-child {
  background-color: transparent;
}

#fintech-use-cases-and-applications .cases-and-applications {
  position: relative;
  padding-top: 35px;
  background-color: #ffffff;
}

#fintech-use-cases-and-applications .cases-and-applications .h2 {
  position: absolute;
  top: 25px;
  left: 40px;
  z-index: 1;
}

.fintech-users .alphabet-list {
  padding-bottom: 10px;
  border-bottom: none;
}

.fintech-users .result {
  overflow: hidden;
}

.fintech-users .hidden {
  display: none;
}

.fintech-users .result .item {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0px;
  display: block;
  width: 100%;
  table-layout: fixed;
}

.fintech-users .result .item .alphabet {
  float: left;
  width: 180px;
  padding-top: 0px;
  line-height: 40px;
  padding-left: 20px;
}

.fintech-users .result .item .list {
  padding-top: 0;
  padding-left: 220px;
  padding-right: 20px;
  margin: 0px;
  list-style: none;
}

.fintech-users .sort-by-latest-result .result .item .list {
  padding-left: 20px;
}

.fintech-users .item-content {
  display: block;
  position: relative;
  border: 1px solid #e2e2e2;
  padding: 10px 180px 10px 10px;
  margin-bottom: 10px;
}

.fintech-users .coming-soon {
  padding: 10px 180px 10px 10px;
  margin-bottom: 10px;
  color: #ccc;
}

.fintech-users .item-content .button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.fintech-users .item-content .item-content-title {
  font-size: 30px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.2;
}

.fintech-users .item-content .types {
  margin-bottom: 10px;
}

.fintech-users .show-all-box {
  margin-top: -2px;
  padding: 0;
  text-align: center;
  background-color: #fff;
}

body:not(.non-responsive).mobile .fintech-users .item-content .types {
  line-height: 2;
}

body:not(.non-responsive).mobile .fintech-users .result .item .alphabet {
  float: none;
  padding-left: 0;
}

body:not(.non-responsive).mobile .fintech-users .result .item .list {
  padding-left: 0;
  padding-right: 0;
}

body:not(.non-responsive).mobile .fintech-users .item-content {
  padding: 10px;
}

body:not(.non-responsive).mobile .fintech-users .item-content:after {
  display: block;
  clear: both;
  content: " ";
}

body:not(.non-responsive).mobile .fintech-users .item-content .item-content-title {
  font-size: 24px;
}

body:not(.non-responsive).mobile .fintech-users .item-content .button {
  position: initial;
  float: right;
  margin-top: 10px;
}

.register-or-update-information {
  background: #fff;
  padding: 0 40px 25px;
  margin-bottom: 25px;
}

body:not(.non-responsive).mobile .register-or-update-information .learn-more-header {
  padding-top: 0;
}

.register-or-update-information .radio {
  width: 150px;
  font-size: 16px;
}

body:not(.non-responsive).mobile .register-or-update-information .radio {
  width: 35%;
  font-size: 16px;
}

.register-or-update-information .form-field {
  display: block;
}

.register-or-update-information .form-field .label,
.register-or-update-information .form-field .field {
  display: block;
}

.register-or-update-information .valid {
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: 16px;
  color: red;
  line-height: 16px;
  visibility: hidden;
  padding-top: 2px;
}

.form-field .label {
  width: 100%;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 10px;
}

.register-or-update-information .multiple-select-options .multiple-select-all label {
  margin-top: 10px;
}

.register-or-update-information .multiple-select-options .multiple-select-all label:after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 20px;
  height: 20px;
  background: red url(../img/icon/icon-close-3.png) no-repeat center center;
  background-size: 10px 10px;
  display: block;
  border: 1px solid red;
  border-radius: 50%;
}

.register-or-update-information .input-field {
  width: 400px;
}

.register-or-update-information .option-category {
  width: 400px;
}

.register-or-update-information .select-wrapper {
  width: 400px;
}

.register-or-update-information textarea {
  width: 100%;
  max-width: 985px;
}

.register-or-update-information .display-none {
  display: none;
}

.register-or-update-information .btn-submit {
  text-align: center;
  width: 100%;
  max-width: 985px;
  margin-top: 20px;
}

.register-or-update-information .multiple-select-wrapper .multiple-select-options {
  top: 94px;
}

.register-or-update-information .display-flex {
  display: flex;
}

.register-or-update-information .left-width {
  width: 49%;
}

.register-or-update-information .left-width:first-child {
  margin-right: 2%;
}

body:not(.non-responsive).mobile .register-or-update-information .display-flex {
  display: block;
}

body:not(.non-responsive).mobile .register-or-update-information .left-width {
  width: 100%;
}

body:not(.non-responsive).mobile .register-or-update-information .multiple-select-wrapper .multiple-select-title {
  background: transparent;
}

body:not(.non-responsive).mobile .register-or-update-information .option-category,
body:not(.non-responsive).tablet .register-or-update-information .option-category {
  width: 100%;
}

.fintech-news-filter,
.fintech-event-filter,
.fintech-items-filter,
.fintech-academy-filter {
  position: relative;
  max-width: 1262px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  padding: 25px 40px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

.fintech-search-container__left>div {
  margin-right: 10px;
}

.fintech-items-filter .search-btn,
.fintech-news-filter .search-btn,
.fintech-academy-filter .search-btn {
  width: 100px;
  height: 42px;
  background: #f1f1f1;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.fintech-items-filter .search-btn:hover,
.fintech-news-filter .search-btn:hover,
.fintech-academy-filter .search-btn:hover {
  background-color: #571a64;
  color: #fff;
}

.fintech-items-filter .search-btn:active,
.fintech-news-filter .search-btn:active,
.fintech-academy-filter .search-btn:active {
  background-color: #f1f1f1;
  color: #000;
}

.fintech-event-filter__left {
  display: flex;
}

.fintech-filter-input {
  background-color: #f1f1f1;
  position: relative;
  padding: 0px 40px 0px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 42px;
  text-overflow: ellipsis;
  word-break: break-all;
  line-height: 42px;
  cursor: pointer;
}

.fintech-filter-input .icon-arrow {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: url(../img/icon/icon-arrow-down.png) no-repeat center center;
  background-size: 80% 80%;
  content: " ";
  pointer-events: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 1px;
  background-color: #571a64;
  color: #ffffff;
}

.fintech-event-filter__left,
.fintech-search-container__left {
  display: flex;
  align-items: center;
}

.fintech-event-filter__left .pre-month {
  width: 30px;
  height: 30px;
  background: url(../img/icon/icon-arrow-left-2.png) no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
  cursor: pointer;
}

.fintech-event-filter__left .next-month {
  width: 30px;
  height: 30px;
  background: url(../img/icon/icon-arrow-right-2.png) no-repeat center center;
  background-size: 100%;
  margin-right: 20px;
  cursor: pointer;
}

:root {
  /* --fc-small-font-size: .85em;
  --fc-page-bg-color: #fff;
  --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
  --fc-neutral-text-color: #808080;
  --fc-border-color: #ddd;

  --fc-button-text-color: #fff;
  --fc-button-bg-color: #2C3E50;
  --fc-button-border-color: #2C3E50;
  --fc-button-hover-bg-color: #1e2b37;
  --fc-button-hover-border-color: #1a252f;
  --fc-button-active-bg-color: #1a252f;
  --fc-button-active-border-color: #151e27;

  --fc-event-bg-color: #3788d8;
  --fc-event-border-color: #3788d8;
  --fc-event-text-color: #fff;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);

  --fc-more-link-bg-color: #d0d0d0;
  --fc-more-link-text-color: inherit;

  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 1px;

  --fc-non-business-color: rgba(215, 215, 215, 0.3);
  --fc-bg-event-color: rgb(143, 223, 130);
  --fc-bg-event-opacity: 0.3;
  --fc-highlight-color: rgba(188, 232, 241, 0.3);
  --fc-today-bg-color: rgba(255, 220, 40, 0.15);
  --fc-now-indicator-color: red; */
  --fc-border-color: #d9d9d9;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}

.fc .fc-col-header-cell-cushion {
  color: #5d0f68;
  font-weight: normal;
}

.fc .fc-col-header-cell {
  background: #d9d9d9;
}

.fc-theme-standard {
  border-bottom: 1px solid #d9d9d9;
}

.fc-theme-standard th {
  border: 1px solid #fff;
}

.fc-theme-standard th.fc-day-sat {
  border-right: 1px solid red;
}

.fc a {
  color: #000;
}

.fc .fc-daygrid-day-number {
  font-weight: bolder;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #fff;
}

.fc .fc-daygrid-day {
  background: #fff;
  /* height:200px; */
}

.fc-h-event .fc-event-main-frame {
  display: block;
  /* for make fc-event-title-container expand */
}

.fc-h-event {
  border: none;
}

.fc .fc-bg-event {
  opacity: 1 !important;
  padding-top: 40px;
}

.fc .fc-bg-event .fc-event-title {
  color: #fff;
  font-weight: bold;
}

.fc .fc-event-time {
  color: #000;
  font-weight: normal;
}

.fc .fc-daygrid-day-frame {
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 2em;
  height: 2em;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}

.fc .fc-daygrid-event-harness {
  height: 100%;
  display: block;
}

.fc .fc-daygrid-event-harness>a {
  background-color: rgb(255, 255, 255);
  height: 100%;
}

.fc-h-event .fc-event-main {
  height: 100%;
}

.fc-h-event .fc-event-main-frame {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fc .fc-event-time {
  color: #000;
  font-weight: normal;
}

.fc-h-event .fc-event-title {
  height: 100%;
  color: #000;
  white-space: normal;
  font-weight: bold;
  font-size: 16px;
  padding-top: 6px;
}

.fintech-event-popup {
  display: none;
  position: fixed;
  top: 200px;
  left: 50%;
  width: 302px;
  z-index: 1000;
  padding: 15px;
  background: #f2f2f2;
}

.fintech-select-container {
  border: 1px solid #c7c7c7;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0;
  display: none;
}

.fintech-select-container li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  height: 40px;
  line-height: 40px !important;
  padding-bottom: 0 !important;
}

.fintech-select-container li:hover {
  background-color: #571a64;
  color: #fff;
}

.fintech-search-container {
  display: flex;
  align-items: center;
}

.fintech-search-btn {
  background: url("../img/icon/icon-zoom.png") no-repeat center center;
  background-size: 20px 20px;
  border: 1px solid #f1f1f1;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.fintech-search-input {
  position: relative;

}

.fintech-search-input-after {
  background-color: transparent;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  top:0;
  right:0;
}

.fintech-search-input .input-field {
  display: none;
  width: 360px;
  background: url("../img/icon/icon-zoom.png") no-repeat right 10px center;
  background-size: 20px 20px;
}

.fintech-search-input .btn-submit {
  display: none;
}

.fintech-multi-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  border-bottom: 1px solid #c7c7c7;
}

.fintech-multi-list__header .clear-title {
  display: flex;
  align-items: center;
}

.fintech-multi-list__header .icon-close {
  width: 20px;
  height: 20px;
  background: red url("../img/icon/icon-close-3.png") no-repeat center center;
  background-size: 10px 10px;
  display: block;
  border: 1px solid red;
  border-radius: 50%;
  margin-right: 5px;
}

.fintech-multi-list__header .clear-close {
  width: 30px;
  height: 30px;
  background: url("../img/icon/icon-close.png") no-repeat center center;
  background-size: 20px 20px;
  display: block;
}

.fintech-multi-list-container {
  width: 500px;
  border: 1px solid #c7c7c7;
  background: #fff;
  position: absolute;
  left: 0;
  top: 42px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  display: none;
}

.fintech-multi-list__body ul {
  list-style: none;
  padding-bottom: 20px;
}

.fintech-multi-list__body ul li {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.fintech-multi-list__body ul li>input {
  margin-right: 5px;
}

.fintech-multi-list__body input[type='checkbox'] {
  height: 20px;
  width: 20px;
}

.fintech-multi-list__body ul li>span {
  user-select: none;
}

.remark.location {
  min-height: 34px;
}

#forthComingEvent {
  display: flex;
  justify-content: flex-start !important;
  flex-wrap: wrap;
}

#forthComingEvent>.item {
  margin-right: 12px !important;
  margin-bottom: 20px;
  min-width: 302px;
}

.show-all-content {
  border-top: 1px solid #e2e2e2;
  width: 100%;
  display: flex;
  justify-content: center;
}

.show-all-button {
  width: 160px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  margin-top: 12px;
  height: 40px;
  min-height: 40px;
  border: 1px solid #e2e2e2;
}

.fintech-multi-list-container,
.fintech-multi-list-container {
  width: 1180px;
}

#areaSelector .fintech-multi-list-container {
  left: -210px;
}

html[lang='en'] #publicationTechnologiesSelector .fintech-multi-list-container,
html[lang='en'] #newsTechnologiesSelector .fintech-multi-list-container {
  left: -365px;
}

html[lang='zh-cn'] #publicationTechnologiesSelector .fintech-multi-list-container,
html[lang='zh-cn'] #newsTechnologiesSelector .fintech-multi-list-container {
  left: -357px;
}

html[lang='zh-hk'] #publicationTechnologiesSelector .fintech-multi-list-container,
html[lang='zh-hk'] #newsTechnologiesSelector .fintech-multi-list-container {
  left: -357px;
}

#newsList>li:nth-of-type(n+6) {
  display: none;
}

#newsList>.related-information-item:last-of-type {
  border-bottom: none !important;
}

.fintech-item {
  padding: 25px 40px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.fintech-item-content {
  overflow: hidden;
  margin-top: 20px;
}

.fintech-item-content .item {
  width: 18.4%;
  margin-bottom: 2%;
  margin-right: 1.6%;
  display: inline-block;
  vertical-align: top;
}

.fintech-item-content img {
  width: 100%;
}

.fintech-item-content .title a {
  font-size: 18px;
  font-weight: bold;
  color: #303030;
  padding-top: 10px;
  padding-bottom: 5px;
}

.fintech-item-content .remark {
  font-family: "Roboto", "sans-serif", "Microsoft jhengHei";
  font-size: 14px;
}

.fintech-item .template-content-expand-panel {
  border-top: 1px solid #e2e2e2;
  margin-top: 30px;
  text-align: center;
  padding-top: 15px;
}

body:not(.non-responsive).mobile .fintech-item-content .item {
  width: 48%;
  margin-right: 2%;
}

.fintech-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fintech-item .related-links-item {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0 10px;
}

.fintech-item .related-links-item:last-of-type {
  border-bottom: none;
}

.fintech-item .related-links-item .related-links-icon {
  padding-top: 4px;
}

.fintech-item .related-information-item {
  display: flex;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;

}

.fintech-item .related-information-item:last-of-type {
  border-bottom: none;
}

.fintech-item .related-information-item .related-information-date {
  width: 150px;
}

.fintech-item .template-related-item-panel {
  margin-top: 20px;
  text-align: center;
}

.fintech-item .fintect-video-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  display: inline-block;
}

.fintech-item .fintect-video-item:nth-child(3n+3) {
  margin-right: 0px;
}

.fintech-sub-item {
  margin-bottom: 40px;
}

.fintech-sub-item h3 {
  margin-bottom: 20px;
}

.fintech-layout-header {
  line-height: 26px;
}