@charset "UTF-8";
@font-face {
  font-family: 'NotoSansTC-Regular';
  src: url("../fonts/NotoSansTC-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansTC-Bold';
  src: url("../fonts/NotoSansTC-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #000000;
  width: 100%;
  height: 100%;
  background: url(../images/main-bg.png) no-repeat top center;
  background-size: cover;
  font-family: "微軟正黑體";
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body h4, body h3 {
  line-height: 1.4;
}

body .text-transform {
  text-transform: uppercase;
}

body em {
  font-style: normal;
}

body .bold {
  font-family: '微軟正黑體';
  font-weight: bold;
}

body .h2 {
  position: relative;
  display: flex;
  align-items: center;
}

body .h2::before {
  content: '';
  display: block;
  width: 4px;
  height: 44px;
  background: #F89500;
  box-sizing: border-box;
  margin-right: 1.5rem;
}

body h3 {
  font-size: 24px;
}

@media (max-width: 1024px) {
  body h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body h3 {
    font-size: 16px;
  }
}

body .header-top em {
  display: block;
  text-transform: uppercase;
}

body .font-w {
  font-weight: normal;
}

body .line-24 {
  line-height: 24px;
}

body .big-title b {
  text-transform: uppercase;
  display: block;
  color: rgba(31, 51, 104, 0.4);
  position: absolute;
  right: 0;
}

@media (max-width: 1024px) {
  body .big-title b {
    display: none;
  }
}

body .second-block .box .fc .fc-button-group > .fc-button {
  flex: 0;
}

body .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0;
  justify-content: space-between;
}

body .fc .fc-button-group {
  margin-left: 0;
  width: 100%;
}

body .fc-toolbar-chunk {
  width: 100%;
  text-align: center;
}

body .fc .fc-toolbar {
  position: relative;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(2) {
  display: none;
  width: 0;
}

body .fc .fc-today-button {
  display: none;
  width: 0;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(1) {
  position: absolute;
  width: 100%;
  justify-content: space-between;
  z-index: 99;
}

body .box-shadow img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body h4 {
  font-weight: normal;
}

body a {
  color: #000000;
  text-decoration: none;
  transition: all 0.35s ease;
}

body a:hover {
  color: #000000;
  text-decoration: none;
}

body img {
  max-width: 100%;
}

body .text-decoration {
  text-decoration: underline;
}

body .blownText {
  color: #9F8942;
}

body .orangeText {
  color: #F89500;
}

body .blueText {
  color: #379CCC !important;
}

body .blueLight {
  color: #003783;
}

body .garycolor {
  color: rgba(0, 0, 0, 0.6);
}

body .black {
  color: #000000;
}

body .red {
  color: #003783;
}

body .greenback {
  background: #003783;
}

body .greenDeep {
  color: #003783;
}

body .orangeDeep {
  color: #003783;
}

body .yellow {
  color: #F4E65A;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #17585D;
}

body .fs106 {
  font-size: 106px;
  line-height: 0.8;
}

@media (max-width: 1440px) {
  body .fs106 {
    font-size: 86px;
  }
}

@media (max-width: 1366px) {
  body .fs106 {
    font-size: 84px;
  }
}

@media (max-width: 1200px) {
  body .fs106 {
    font-size: 72px;
  }
}

@media (max-width: 1024px) {
  body .fs106 {
    font-size: 64px;
  }
}

@media (max-width: 768px) {
  body .fs106 {
    font-size: 62px;
  }
}

@media (max-width: 576px) {
  body .fs106 {
    font-size: 70px;
  }
}

body .fs90 {
  font-size: 90px;
}

@media (max-width: 992px) {
  body .fs90 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  body .fs90 {
    font-size: 40px;
  }
}

body .fs72 {
  font-size: 72px;
}

@media (max-width: 1440px) {
  body .fs72 {
    font-size: 70px;
  }
}

@media (max-width: 1366px) {
  body .fs72 {
    font-size: 66px;
  }
}

@media (max-width: 1200px) {
  body .fs72 {
    font-size: 62px;
  }
}

@media (max-width: 1024px) {
  body .fs72 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  body .fs72 {
    font-size: 56px;
  }
}

@media (max-width: 576px) {
  body .fs72 {
    font-size: 36px;
  }
}

body .fs64 {
  font-size: 64px;
}

@media (max-width: 1440px) {
  body .fs64 {
    font-size: 62px;
  }
}

@media (max-width: 1366px) {
  body .fs64 {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  body .fs64 {
    font-size: 54px;
  }
}

@media (max-width: 1024px) {
  body .fs64 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  body .fs64 {
    font-size: 46px;
  }
}

@media (max-width: 576px) {
  body .fs64 {
    font-size: 36px;
  }
}

body .fs60 {
  font-size: 60px;
}

@media (max-width: 1440px) {
  body .fs60 {
    font-size: 58px;
  }
}

@media (max-width: 1366px) {
  body .fs60 {
    font-size: 54px;
  }
}

@media (max-width: 1200px) {
  body .fs60 {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  body .fs60 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  body .fs60 {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  body .fs60 {
    font-size: 32px;
  }
}

body .fs56 {
  font-size: 56px;
}

@media (max-width: 1440px) {
  body .fs56 {
    font-size: 54px;
  }
}

@media (max-width: 1366px) {
  body .fs56 {
    font-size: 60px;
  }
}

@media (max-width: 1200px) {
  body .fs56 {
    font-size: 46px;
  }
}

@media (max-width: 1024px) {
  body .fs56 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  body .fs56 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  body .fs56 {
    font-size: 30px;
  }
}

body .fs54 {
  font-size: 54px;
}

@media (max-width: 1440px) {
  body .fs54 {
    font-size: 52px;
  }
}

@media (max-width: 1366px) {
  body .fs54 {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  body .fs54 {
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  body .fs54 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  body .fs54 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  body .fs54 {
    font-size: 28px;
  }
}

body .fs48 {
  font-size: 48px;
}

@media (max-width: 1440px) {
  body .fs48 {
    font-size: 46px;
  }
}

@media (max-width: 1366px) {
  body .fs48 {
    font-size: 44px;
  }
}

@media (max-width: 1200px) {
  body .fs48 {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {
  body .fs48 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  body .fs48 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  body .fs48 {
    font-size: 30px;
  }
}

body .fs46 {
  font-size: 46px;
}

@media (max-width: 1440px) {
  body .fs46 {
    font-size: 40px;
  }
}

@media (max-width: 1366px) {
  body .fs46 {
    font-size: 34px;
  }
}

@media (max-width: 1200px) {
  body .fs46 {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  body .fs46 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  body .fs46 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  body .fs46 {
    font-size: 24px;
  }
}

body .fs42 {
  font-size: 42px;
}

@media (max-width: 1440px) {
  body .fs42 {
    font-size: 40px;
  }
}

@media (max-width: 1366px) {
  body .fs42 {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  body .fs42 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  body .fs42 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  body .fs42 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  body .fs42 {
    font-size: 26px;
  }
}

body .fs40 {
  font-size: 40px;
}

@media (max-width: 1440px) {
  body .fs40 {
    font-size: 38px;
  }
}

@media (max-width: 1366px) {
  body .fs40 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  body .fs40 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  body .fs40 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  body .fs40 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .fs40 {
    font-size: 28px;
  }
}

body .fs38 {
  font-size: 38px;
}

body .fs36 {
  font-size: 36px;
}

@media (max-width: 1440px) {
  body .fs36 {
    font-size: 34px;
  }
}

@media (max-width: 1366px) {
  body .fs36 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  body .fs36 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  body .fs36 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  body .fs36 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  body .fs36 {
    font-size: 22px;
  }
}

body .fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  body .fs22 {
    font-size: 18px;
  }
}

body .fs20 {
  font-size: 20px;
}

@media (max-width: 1440px) {
  body .fs20 {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  body .fs20 {
    font-size: 16px;
  }
}

body .fs32 {
  font-size: 32px;
}

@media (max-width: 1440px) {
  body .fs32 {
    font-size: 32px;
  }
}

@media (max-width: 1366px) {
  body .fs32 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  body .fs32 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  body .fs32 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  body .fs32 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  body .fs32 {
    font-size: 24px;
  }
}

body .fs30 {
  font-size: 30px;
}

@media (max-width: 1440px) {
  body .fs30 {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  body .fs30 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  body .fs30 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  body .fs30 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  body .fs30 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  body .fs30 {
    font-size: 20px;
  }
}

body .fs28 {
  font-size: 28px;
}

@media (max-width: 1440px) {
  body .fs28 {
    font-size: 28px;
  }
}

@media (max-width: 1366px) {
  body .fs28 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  body .fs28 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  body .fs28 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  body .fs28 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs28 {
    font-size: 16px;
  }
}

body .fs26 {
  font-size: 26px;
}

@media (max-width: 768px) {
  body .fs26 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body .fs26 {
    font-size: 18px;
  }
}

body .fs24 {
  font-size: 24px;
}

@media (max-width: 1440px) {
  body .fs24 {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  body .fs24 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  body .fs24 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  body .fs24 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body .fs24 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs24 {
    font-size: 18px;
  }
}

body .fs19 {
  font-size: 19px;
}

@media (max-width: 768px) {
  body .fs19 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body .fs19 {
    font-size: 14px;
  }
}

body .fs18 {
  font-size: 18px;
}

@media (max-width: 768px) {
  body .fs18 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  body .fs18 {
    font-size: 15px;
  }
}

body .fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  body .fs17 {
    font-size: 14px;
  }
}

body .fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  body .fs16 {
    font-size: 14px;
  }
}

body .fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  body .fs14 {
    font-size: 12px;
  }
}

body .fs12 {
  font-size: 12px;
}

body .boxshadow2 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

body .white {
  color: #ffffff !important;
}

body .more-border {
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 200px;
  height: 60px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  body .more-border {
    width: 160px;
    height: 50px;
  }
}

body .more-border:hover {
  color: #003783;
  background: #ffffff;
}

body .row {
  --bs-gutter-x: 1rem;
  z-index: 9;
  position: relative;
}

html[lang="en-GB"] body {
  font-family: "NotoSansTC-Regular";
}

html[lang="en-GB"] .bold {
  font-family: 'NotoSansTC-Bold';
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  transition: all 0.35s ease;
  background: #D8D8D8;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F89500;
  border-radius: 10px;
}

header .searchform form input::-webkit-input-placeholder {
  color: #fff;
}

header .searchform form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

header .searchform form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

header .searchform form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.form-control {
  color: #333;
}

.text-left p {
  text-align: left !important;
}

.dropdown-menu li:nth-last-child(1) a {
  border-bottom: none;
}

.nav {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  min-width: 114%;
  left: 0%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  border: none;
  padding: 0px;
  background: #F4EDFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
}

@media (max-width: 1280px) {
  .dropdown-menu {
    box-shadow: none;
    background: #fff;
    padding: 0;
    position: relative;
    min-width: 100%;
  }
}

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 0rem 0.5rem 0rem;
  display: block;
  width: 100%;
  color: #000000;
  white-space: nowrap;
  margin-left: 0 !important;
  border-radius: 0 !important;
  transition: all 0.35s ease;
  text-align: center;
}

@media (max-width: 1200px) {
  .dropdown-menu li a {
    border: none;
  }
}

.dropdown-menu .imgs img {
  width: 100%;
}

.dropdown-menu .col-md-4 {
  width: 39%;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-4 {
    display: none;
  }
}

.dropdown-menu .col-md-4 .imgs {
  height: calc(100% - 58px);
}

.dropdown-menu .col-md-4 .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-menu .col-md-4 p {
  margin-bottom: 0;
  background: #F89500;
  padding: 1rem 1.5rem;
  color: #ffffff;
  text-transform: uppercase;
}

.dropdown-menu .col-md-8 {
  display: flex;
  justify-content: space-between;
  width: 61%;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-8 {
    width: 100%;
  }
}

.dropdown-menu .col-md-8 .leftin {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-8 .leftin {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    width: 100%;
    padding-right: 0;
  }
}

.dropdown-menu .col-md-8 .leftin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  width: 48%;
  color: #291943;
  border-bottom: 1px solid rgba(80, 28, 162, 0.25);
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-8 .leftin a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.dropdown-menu .col-md-8 .leftin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: none;
}

.dropdown-menu .col-md-8 .leftin a:hover {
  color: #501CA2;
}

.dropdown-menu .col-md-8 .rightin {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-8 .rightin {
    width: 100%;
    display: none;
  }
}

.dropdown-menu .col-md-8 .rightin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.dropdown-menu .col-md-8 .rightin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-8 .rightin a.orange {
  color: #003783;
}

.dropdown-menu .col-md-8 .rightin .second {
  width: 45%;
}

.dropdown-menu .col-md-8 .rightin .third {
  width: 45%;
}

@media (max-width: 1280px) {
  .dropdown-menu .container {
    max-width: 100%;
  }
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1;
  display: none !important;
}

.dropdown-submenu {
  position: relative;
}

.opens > .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px;
  display: block;
}

.opens > .sc-dropdown {
  display: block !important;
  left: 0;
}

.form-control:focus, .form-select:focus, .btn:focus {
  box-shadow: none !important;
}

main .txt ul {
  padding-left: 1.2rem;
  margin-top: 1rem;
}

main .txt ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0.3rem;
  list-style: disc;
}

main .txt ul li::marker {
  color: #fff;
  background: #fff;
}

main .txt ul li a {
  color: #F89500;
  text-decoration: underline;
}

main .txt p a {
  color: #F89500;
  text-decoration: underline;
}

.container {
  max-width: 1559px;
}

@media (max-width: 1680px) {
  .container {
    max-width: 90%;
  }
}

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

@media (max-width: 767px) {
  .container {
    max-width: 98%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .icons, .inner-mob {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .d-md-block, .d-none {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .d-md-none {
    display: inline-block !important;
  }
}

.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  fill: #000000;
}

@media (max-width: 1024px) {
  .icon {
    width: 3em;
    height: 3em;
  }
}

@media (max-width: 767px) {
  .icon {
    width: 2.5em;
  }
}

@media (max-width: 767px) {
  .webskp {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1280px) {
  .icon-box {
    display: flex !important;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    background: #efefef;
  }
}

@media (max-width: 767px) {
  .icon-box {
    width: 40px;
    height: 40px;
  }
}

@keyframes img_move {
  0% {
    top: 0px;
  }
  25% {
    top: -7px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -7px;
  }
  100% {
    top: 0px;
  }
}

@keyframes rotate_left {
  100% {
    transform: rotate(360deg);
    left: 50px;
    opacity: 1;
  }
}

@keyframes rotate_right {
  100% {
    transform: rotate(360deg);
    right: 50px;
    opacity: 1;
  }
}

@keyframes random_move1 {
  33% {
    transform: translateX(45px);
    transform: translateY(10px);
  }
  66% {
    transform: translateX(10px);
    transform: translateY(45px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes random_move2 {
  33% {
    transform: translateX(10px);
    transform: translateY(50px);
  }
  66% {
    transform: translateX(40px);
    transform: translateY(20px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes mymove {
  0% {
    bottom: 1px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 5px;
  }
}

@keyframes mymove1 {
  0% {
    left: 5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 15px;
  }
}

.swiper-button-next, .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.35s ease;
  background: #ffffff;
  width: 65px;
  height: 65px;
  outline: none;
  border-radius: 50%;
  top: 45%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-next {
  right: 0vw;
  left: auto;
}

.swiper-button-next.swiper-button-next::after, .swiper-button-prev.swiper-button-next::after {
  color: #399A66;
  font-size: 20px;
}

.swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
  left: 0vw;
  right: auto;
}

.swiper-button-next.swiper-button-prev::after, .swiper-button-prev.swiper-button-prev::after {
  color: #399A66;
  font-size: 20px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.35s ease;
}

@media (max-width: 1200px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

header::before {
  content: '';
  opacity: 0;
  width: 100%;
  height: 237px;
  background: url(../images/header.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  header::before {
    height: 167px;
  }
}

@media (max-width: 767px) {
  header::before {
    height: 117px;
  }
}

header.sticky {
  opacity: 0;
}

header.sticky::before {
  opacity: 1;
  height: 167px;
}

@media (max-width: 767px) {
  header.sticky::before {
    height: 117px;
  }
}

header.sticky .header .topmenu {
  padding-top: 15px;
}

header.sticky .header .container .left {
  max-width: 198px;
}

header.sticky .lang span {
  background: #F89500;
  color: #ffffff;
}

header.sticky .lang span img {
  filter: invert(50%) brightness(300%) !important;
}

header.sticky1 {
  opacity: 1;
}

header.sticky1::before {
  opacity: 1;
}

header .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 1366px) {
  header .container {
    max-width: 96%;
  }
}

header .header {
  width: 100%;
}

header .header .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}

header .header .topmenu {
  width: 100%;
  height: 100%;
  padding: 25px 0 25px 0px;
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  header .header .topmenu {
    padding: 15px 0 15px 0px;
  }
}

@media (max-width: 767px) {
  header .header .topmenu {
    padding: 0px 0px;
  }
}

header .header .topmenu .contxt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1280px) {
  header .header .topmenu .contxt {
    display: none;
  }
}

header .header .topmenu .contxt a {
  display: flex;
  align-items: center;
  color: #291943;
  transition: all 0.35s ease;
}

header .header .topmenu .contxt a:nth-last-child(1)::after {
  display: none;
}

header .header .topmenu .contxt a:after {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background: rgba(41, 25, 67, 0.5);
  margin: 0 20px;
}

header .header .topmenu .contxt a:hover {
  color: #501CA2;
}

header .header .container .left {
  max-width: 298px;
  transition: all 0.35s ease;
}

@media (max-width: 1440px) {
  header .header .container .left {
    max-width: 198px;
  }
}

header .header .container .left .logo {
  display: flex;
  align-items: center;
}

header .header .container .left .logo img {
  max-width: 100%;
}

@media (max-width: 767px) {
  header .header .container .left .logo img {
    max-width: 80%;
  }
}

header .header .container .icon-box a {
  margin-left: 2vmin;
}

header .header .container .icon-box .btn {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 25px;
  width: 30px;
  cursor: pointer;
  z-index: 99;
}

header .header .container .icon-box .btn span {
  position: absolute;
  webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  height: 3px;
  width: 100%;
  background: #F89500;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header .header .container .icon-box .btn span:first-child {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .container .icon-box .btn span:last-child {
  top: 18px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .container .icon-box .btn span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 1200px) {
  header .header .container .icon-box .btn[aria-expanded="true"]::after {
    content: "\f124";
  }
}

@media (max-width: 1200px) {
  header .header .container .icon-box .btn[aria-expanded="true"] span {
    display: none;
  }
}

header .header .container .right {
  position: relative;
  width: calc(100% - 298px);
}

@media (max-width: 1420px) {
  header .header .container .right {
    width: calc(100% - 198px);
  }
}

@media screen and (min-width: 2561px) {
  header .header .container .right ul {
    justify-content: space-between !important;
  }
}

@media (max-width: 1280px) {
  header .header .container .right {
    width: auto;
  }
}

header .header .container .right .link {
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  header .header .container .right .link {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff;
    justify-content: space-between !important;
  }
  header .header .container .right .link div {
    width: 18%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  header .header .container .right .link div {
    width: auto;
  }
}

@media (max-width: 1024px) {
  header .header .container .right .link div a {
    padding-top: 1rem;
  }
}

header .header .container .right .nav-outer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .header .container .right .icon-box a {
  margin-right: 1.5vmin;
}

header .header .container .right .icon-box img {
  width: 5vmin;
}

header .header .container .right .nav-link {
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  color: #2A2A2A;
  font-weight: bold;
}

header .header .container .right .nav-link::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #F89500;
  border-radius: 50%;
  margin-right: 10px;
}

header .header .container .right .nav-link:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #F89500;
}

header .header .container .right .nav-link:hover i {
  color: #ffffff;
}

header .header .container .right .nav-link a {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
}

@media (max-width: 1366px) {
  header .header .container .right .nav-link a {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 767px) {
  header .header .container .right .nav-link a {
    margin-left: 0;
  }
}

header .header .container .right .nav-link a:hover {
  color: #F89500;
}

header .header .container .right .nav-link a.active {
  color: #F89500;
}

header .header .container .right .nav-link i {
  margin-left: 0.3rem;
}

header .header .mask_background {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100%;
  z-index: 1000;
}

header .header #collapseNav {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  transition: all 0.5s;
  opacity: 0;
  display: none;
}

header .header #collapseNav .navscontent {
  pointer-events: all;
  width: 80vw;
  height: 100%;
  background: rgba(31, 51, 104, 0.9);
  position: absolute;
  backdrop-filter: blur(5px);
  right: 0;
  top: 0;
  padding: 20px 25px 20px 40px;
}

header .header #collapseNav .nav {
  display: block;
}

header .header #collapseNav .nav .nav-item {
  color: #000000;
  position: static;
}

header .header #collapseNav .nav .nav-item .nav-link {
  padding-left: 1.45rem;
  color: #000000;
}

header .header #collapseNav .nav .nav-item .btn {
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #F6F6F6;
}

header .header #collapseNav .nav .nav-item .btn .fa {
  color: #003783;
  font-size: 20px;
}

header .header #collapseNav .nav .nav-item .btn .fa::before {
  transition: all 0.35s ease;
  content: '+';
}

header .header #collapseNav .nav .nav-item .btn[aria-expanded="true"] .fa::before {
  content: '-';
}

header .header #collapseNav .nav .nav-item .nav-item {
  padding-left: 1rem;
  margin-top: 0.5rem;
}

header .header #collapseNav .nav .nav-item .nav-item .btn {
  padding-left: 1.45rem;
}

header .header #collapseNav .nav .nav-item .nav-item .btn .fa {
  margin-top: .2rem;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-link {
  padding-left: 1.45rem;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item {
  color: #ffffff;
}

header .header #collapseNav .nav .nav-item .nav-item .nav-item .nav-link {
  padding-left: 2.125rem;
}

header .header #collapseNav .nav .nav-item .scoial a {
  width: 30px;
  height: 30px;
  border: 1px solid #003783;
  color: #003783;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .header #collapseNav .copy {
  position: fixed;
  bottom: 4rem;
}

header .header #collapseNav .copy a:nth-child(1)::after, header .header #collapseNav .copy a:nth-child(1)::before {
  content: '';
  display: inline-block;
  margin: 0 0.5rem;
  width: 1px;
  height: 10px;
  background-color: #000000;
}

header .nav-box {
  z-index: 99;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1280px) {
  header .nav-box {
    display: none !important;
  }
}

@media (max-width: 1366px) {
  header .nav-box .nav {
    justify-content: flex-end !important;
  }
}

header .nav-box .nav .nav-link {
  color: #ffffff;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

@media screen and (max-width: 1680px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 1520px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem 0.6rem;
  }
}

header .search {
  width: 29px;
  height: 29px;
  background: #F1F1F1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5rem;
  position: relative;
  cursor: pointer;
}

header .search::before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background: rgba(112, 112, 112, 0.6);
}

header .search:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #F89500;
}

header .lang {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}

@media (max-width: 1280px) {
  header .lang {
    display: none;
  }
}

header .lang span {
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 10px;
  cursor: pointer;
}

header .lang span img {
  margin-right: 5px;
}

header .lang dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  display: none;
  position: absolute;
  background: #f7e3c6;
  left: 0;
  top: 50px;
  width: 100%;
  border-radius: 10px;
}

header .lang dl dd {
  margin-bottom: 0;
}

header .lang a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2A2A2A;
  cursor: pointer;
  transition: all 0.35s ease;
  margin: 10px 10px 5px 10px;
  margin-left: 0;
  width: 100%;
  text-align: center;
  margin-right: 0;
  transition: all 0.35s ease;
}

header .lang a.active {
  color: #F89500;
}

header .lang a:hover {
  color: #F89500;
}

header .share {
  position: relative;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}

header .share::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: rgba(248, 149, 0, 0.5);
  margin-right: 0.5rem;
}

header .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .links .contxt ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

header .links .contxt ul li {
  list-style: none;
}

header .links .contxt ul li a {
  color: #9F8942;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

header .links .contxt ul li a img {
  margin-right: 8px;
  display: inline-block;
}

.pageheader {
  position: relative;
  z-index: 44;
  transition: all 0.35s ease;
}

.pageheader header {
  position: fixed;
}

.pageheader header::before {
  content: '';
  display: block;
  width: 100%;
  height: 237px;
  background: url(../images/header.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

@media (max-width: 1024px) {
  .pageheader header::before {
    height: 167px;
  }
}

@media (max-width: 767px) {
  .pageheader header::before {
    height: 137px;
  }
}

.pageheader header .lang span {
  background: #F89500;
  color: #ffffff;
}

.pageheader header .lang span img {
  filter: invert(50%) brightness(300%) !important;
}

.pageheader .sticky {
  opacity: 0;
}

.pageheader .sticky::before {
  height: 167px;
}

@media (max-width: 767px) {
  .pageheader .sticky::before {
    height: 137px;
  }
}

.page-hero {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  padding: 70px 0 50px 0px;
}

@media (max-width: 1024px) {
  .page-hero {
    padding: 100px 0 80px 0px;
  }
}

.page-hero .hero-imgs {
  width: 740px;
  height: 740px;
  position: absolute;
  right: -20px;
  top: 0;
}

.page-hero .hero-imgs::before {
  content: '';
  display: block;
  width: 642px;
  height: 632px;
  background: url(../images/bd.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: -40px;
  bottom: -50px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .page-hero .hero-imgs::before {
    width: 542px;
    height: 532px;
  }
}

@media (max-width: 767px) {
  .page-hero .hero-imgs::before {
    width: 342px;
    height: 332px;
    left: -30px;
    bottom: -30px;
  }
}

.page-hero .hero-imgs::before img {
  position: relative;
  z-index: 2;
}

@media (max-width: 1440px) {
  .page-hero .hero-imgs {
    width: 640px;
    height: 640px;
    right: -80px;
  }
}

@media (max-width: 1024px) {
  .page-hero .hero-imgs {
    width: 540px;
    height: 540px;
  }
}

@media (max-width: 992px) {
  .page-hero .hero-imgs {
    width: 440px;
    height: 440px;
  }
}

@media (max-width: 767px) {
  .page-hero .hero-imgs {
    width: 300px;
    height: 300px;
    position: relative;
    right: -130px;
  }
}

.page-hero .inner {
  position: relative;
}

.page-hero .inner h1 {
  margin-top: 250px;
  color: #090909;
  width: 55%;
}

@media (max-width: 1024px) {
  .page-hero .inner h1 {
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .page-hero .inner h1 {
    margin-top: 100px;
    width: 100%;
    text-align: center;
  }
}

.page-hero .inner .bread {
  display: flex;
  align-items: center;
  color: #919191;
  width: 55%;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .page-hero .inner .bread {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.information-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/bg2.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 100px 0 300px 0px;
}

@media (max-width: 992px) {
  .information-block {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .information-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.information-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 217px;
  background: url(../images/bg1.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}

.information-block::after {
  content: '';
  display: block;
  width: 100%;
  height: 1167px;
  background: url(../images/last.png) no-repeat top center;
  background-size: auto;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.information-block .container {
  position: relative;
  z-index: 2;
}

.information-block h2 {
  color: #FFD268;
  max-width: 60%;
}

@media (max-width: 992px) {
  .information-block h2 {
    max-width: 100%;
  }
}

.information-block h2::after {
  content: '';
  display: block;
  width: 299px;
  height: 3px;
  background: #FFD268;
  border-radius: 31px;
  margin-top: 1rem;
}

.information-block h2.h2tt {
  margin: 0 auto;
  width: max-content;
}

.information-block h2.h2tt::after {
  content: '';
  width: 100%;
}

.information-block form {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 34;
}

.information-block form .form-group {
  margin-right: 1.5rem;
}

.information-block .row {
  margin-right: calc(-1.2 * var(--bs-gutter-x));
  margin-left: calc(-1.2 * var(--bs-gutter-x));
}

@media (max-width: 1024px) {
  .information-block .row {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-bottom: 0 !important;
  }
}

.information-block .row .col-md-3 {
  padding-right: calc(var(--bs-gutter-x) * 1.2);
  padding-left: calc(var(--bs-gutter-x) * 1.2);
}

@media (max-width: 1024px) {
  .information-block .row .col-md-3 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .information-block .row .col-md-3 {
    width: 50%;
  }
}

.information-block .row .col-md-3 a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.35s ease;
}

.information-block .row .col-md-3 a:hover .boximg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.information-block .row .col-md-3 a .boximg {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 90.25%;
  position: relative;
}

.information-block .row .col-md-3 a .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.information-block .row .col-md-3 a h3 {
  color: #ffffff;
  margin-top: 0.5rem;
}

.information-block .row .col-md-3 a h3.orangeText {
  color: #FFD268;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.information-block .row .col-md-3 a .desinfo {
  color: #ffffff;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.information-block .text {
  max-width: 51%;
}

@media (max-width: 992px) {
  .information-block .text {
    width: 100%;
    max-width: 100%;
  }
}

.information-block .content {
  margin-left: 3.5rem;
}

@media (max-width: 1024px) {
  .information-block .content {
    margin-left: 0;
  }
}

.information-block .content .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5rem 0;
}

.information-block .content .list .icos {
  width: 80px;
}

.information-block .content .list .con {
  width: calc(100% - 100px);
  color: #ffffff;
}

.information-block .content .list .con p {
  margin-bottom: 0;
}

.information-block .big-img .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.information-block .bsmall-img {
  background: #2A8152;
  border-radius: 20px;
  padding: 15px;
}

.information-block .bsmall-img .swiper-slide.swiper-slide-thumb-active .boximg img {
  opacity: 1;
}

.information-block .bsmall-img .swiper-slide .boximg {
  display: block;
}

.information-block .bsmall-img .swiper-slide .boximg img {
  opacity: 0.52;
}

.information-block .tips {
  border-top: 1px solid #FFFFFF;
  padding-top: 3.5rem;
  margin-top: 3.5rem;
}

.information-block .tips b {
  color: #fff;
  font-size: 18px;
  font-style: normal;
}

.information-block .tips p {
  margin-bottom: 0;
}

.information-block .tips .more {
  background: #ffffff;
  width: max-content;
}

.information-block .tips .more span {
  color: #000000;
}

.information-block .tips .more::after {
  background: #E9883B;
  width: 40px;
  height: 40px;
  margin-left: 4rem;
}

@media (max-width: 767px) {
  .information-block .tips .more::after {
    margin-left: 0.5rem;
  }
}

.information-block .tips .more::before {
  width: 20px;
  height: 18px;
  right: 18px;
  top: 18px;
  filter: invert(50%) brightness(300%) !important;
}

.information-block .logobox .row {
  align-items: center;
}

.information-block .logobox .row .col-md-6 .circle {
  width: 501px;
  height: 501px;
  background: url(../images/circle.svg) no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.information-block .logobox .row .col-md-6 .circle.circle-p {
  position: relative;
}

.information-block .logobox .row .col-md-6 .circle.circle-p::before {
  content: '';
  display: block;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: #EEE793;
  position: absolute;
  left: -50px;
  bottom: 0;
}

@media (max-width: 1024px) {
  .information-block .logobox .row .col-md-6 .circle {
    width: 401px;
    height: 401px;
  }
}

@media (max-width: 992px) {
  .information-block .logobox .row .col-md-6 .circle {
    width: 301px;
    height: 301px;
  }
}

@media (max-width: 992px) {
  .information-block .logobox .row .col-md-6 .circle img {
    width: 80%;
  }
}

.information-block .logobox .row .col-md-6 .more {
  background: #ffffff;
  width: max-content;
}

.information-block .logobox .row .col-md-6 .more span {
  color: #000000;
}

.information-block .logobox .row .col-md-6 .more::after {
  background: #E9883B;
  width: 40px;
  height: 40px;
}

.information-block .logobox h3 {
  color: #ffffff;
  font-size: 24px;
}

.information-block .detailb {
  position: relative;
  overflow: hidden;
}

.information-block .detailb .swiper-button-next {
  right: 25%;
}

@media (max-width: 767px) {
  .information-block .detailb .swiper-button-next {
    right: 5%;
  }
}

.information-block .detailb .swiper-button-prev {
  left: 25%;
}

@media (max-width: 767px) {
  .information-block .detailb .swiper-button-prev {
    left: 5%;
  }
}

.information-block .detailb .swiper-pagination .swiper-pagination-bullet {
  background: #75CC9E;
}

.information-block .detailb .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E9883B;
}

.information-block .detailb .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.information-block .video {
  max-width: 965px;
  margin: 0 auto;
}

.information-block .plan .col-md-4 .icos {
  display: block;
  margin: 0 auto;
}

.information-block .plan .col-md-4 .icos img {
  display: block;
  margin: 0 auto;
}

.information-block .plan .col-md-4 p {
  color: #ffffff;
  width: 50%;
  margin: 1rem auto;
}

@media (max-width: 1024px) {
  .information-block .plan .col-md-4 p {
    width: 80%;
  }
}

.information-block .whiteback {
  padding: 2rem;
  box-shadow: 0 0 24px rgba(17, 23, 23, 0.05);
  border-radius: 30px;
}

.information-block .whiteback .row {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.information-block .whiteback .row .text {
  width: 100%;
  max-width: 100%;
}

.information-block .whiteback .row .text p {
  margin-bottom: 0;
}

.information-block .whiteback .row img {
  float: right;
}

.information-block .whiteback .row h2 {
  color: #000000;
}

.information-block .whiteback .row h2::after {
  background: #EF7A55;
}

@media (max-width: 768px) {
  .information-block .whiteback .row .col-md-5, .information-block .whiteback .row .col-md-7 {
    width: 100%;
    margin: 1rem 0;
  }
}

@media (max-width: 1024px) {
  .information-block .detail .row .col-md-6 {
    width: 100%;
  }
}

.dropdown {
  position: static;
}

.searchform {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9282;
  opacity: 0;
  visibility: hidden;
}

.searchform.show {
  opacity: 1;
  visibility: visible;
}

.searchform .pupback {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}

.searchform form {
  position: relative;
  z-index: 22;
  max-width: 90%;
  margin: 2rem auto;
}

.searchform form .form-group {
  background: #ffffff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchform form .form-group .form-control {
  padding: 1rem;
  border-radius: 0;
}

.searchform form .form-group .btn {
  background: #F89500;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0;
  text-transform: uppercase;
}

.mobile-menu-visible header .header .container .icon-box .btn span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}

.opennav {
  overflow: hidden;
}

.opennav header {
  position: fixed;
  top: 0;
}

@media (max-width: 1024px) {
  .nav-up {
    bottom: -100% !important;
  }
}

.tag {
  display: flex;
}

@media (max-width: 767px) {
  .tag {
    width: 100%;
  }
}

.tag em {
  font-style: normal;
  background: #374869;
  color: #ffffff;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 50px;
}

.tag em:nth-child(2) {
  background: #F4E65A;
  color: #374869;
  text-transform: uppercase;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

#share {
  position: absolute;
  width: 700px;
  right: -20px;
  bottom: -30px;
  display: none;
}

@media (max-width: 1024px) {
  #share {
    position: fixed;
    background: #ffffff;
    width: 100%;
    bottom: 65px;
    left: 0;
    right: auto;
  }
  #share .jssocials-shares {
    width: 100%;
  }
  #share .jssocials-shares .jssocials-share {
    width: 16%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  #share .jssocials-shares .jssocials-share {
    width: 12%;
  }
}

.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 1rem;
  top: 1rem;
  display: block;
  z-index: 99;
  height: 40px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  .close {
    right: 0.1rem;
    top: 0.1rem;
  }
}

.close::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #8D8D8D;
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

.close::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #8D8D8D;
  transform: rotate(-45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

@keyframes mymove {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(2%);
  }
}

.arrow-right {
  position: relative;
}

.arrow-right::after {
  content: '\2192';
  display: inline-block;
}

.txt p a {
  color: #0072BC;
}

.txt img {
  display: inline-block;
}

.txt em {
  display: block;
  color: #999;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: rgba(248, 149, 0, 0.5);
}

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

.main-index {
  position: relative;
  padding: 2rem;
}

.main-index .boxcontent .tt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 1.5rem;
}

.main-index .boxcontent .tt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 4px;
  background: #1377E7;
}

.main-index .boxcontent .tt h3 {
  position: relative;
  margin-bottom: 0;
}

.main-index .boxcontent .tt i {
  width: 31px;
  height: 31px;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
}

.main-index .boxcontent .content table {
  background: rgba(255, 255, 255, 0.1);
}

.main-index .boxcontent .content table th, .main-index .boxcontent .content table td {
  padding: 1rem;
  font-size: 14px;
  border: 1px solid rgba(112, 112, 112, 0.2);
}

.main-index .boxcontent .content table thead {
  border: none;
}

.main-index .boxcontent .content table thead th {
  background: rgba(19, 119, 231, 0.2);
}

.main-index .boxcontent .content table tbody {
  border: none;
}

.main-index .boxcontent .content table tbody td {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.6);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 35px;
}

@media (max-width: 992px) {
  .hero {
    padding-bottom: 260px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 600px;
  }
}

.hero .hero-imgs {
  position: relative;
  transform: translateX(120px);
  height: 1445px;
  width: 1392px;
  float: right;
}

@media (max-width: 1366px) {
  .hero .hero-imgs {
    height: 1245px;
    width: 1192px;
  }
}

@media (max-width: 1024px) {
  .hero .hero-imgs {
    width: 1092px;
  }
}

@media (max-width: 767px) {
  .hero .hero-imgs {
    width: 520px;
    height: 600px;
  }
}

.hero .hero-imgs img {
  position: relative;
  z-index: 2;
}

.hero .hero-imgs::before {
  content: '';
  display: block;
  position: absolute;
  left: -80px;
  bottom: 0px;
  width: 1145px;
  height: 1148px;
  background: url(../images/b2.png) no-repeat top center;
  background-size: cover;
  transform: scale(1.3);
}

@media (max-width: 1366px) {
  .hero .hero-imgs::before {
    transform: scale(1);
    bottom: -140px;
  }
}

@media (max-width: 1024px) {
  .hero .hero-imgs::before {
    transform: scale(1);
    bottom: 0px;
    left: -180px;
  }
}

@media (max-width: 767px) {
  .hero .hero-imgs::before {
    bottom: 20px;
    left: -20px;
    width: 400px;
    height: 400px;
  }
}

.hero .hero-imgs::after {
  content: '';
  display: block;
  width: 987px;
  height: 271px;
  background: url(../images/b3.png) no-repeat top center;
  position: absolute;
  right: -400px;
  top: -130px;
  transform: rotate(-15deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .hero .hero-imgs::after {
    top: -80px;
  }
}

.hero .hero-imgs .b-text {
  position: absolute;
  right: 290px;
  top: 220px;
  width: 260px;
  z-index: 3;
}

@media (max-width: 1440px) {
  .hero .hero-imgs .b-text {
    right: 150px;
  }
}

@media (max-width: 992px) {
  .hero .hero-imgs .b-text {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .hero .hero-imgs .b-text {
    width: 100px;
    right: 130px;
    top: 100px;
  }
}

.hero .hero-big-image {
  position: relative;
  z-index: 3;
}

.hero .hero-big-image::before {
  content: '';
  display: block;
  width: 1400px;
  height: 1391px;
  position: absolute;
  left: -60px;
  bottom: 0px;
  background: url(../images/b4.png) no-repeat top center;
  background-size: cover;
  opacity: 0;
}

.hero .inner {
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  /* 盲盒抽蛋掉落動畫 */
  /* 確保掉落後的圖片保持顯示 */
}

@media (max-width: 1366px) {
  .hero .inner {
    top: 150px;
  }
}

@media (max-width: 1280px) {
  .hero .inner {
    top: 200px;
  }
}

@media (max-width: 767px) {
  .hero .inner {
    top: 120px;
  }
}

.hero .inner .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #E9883B;
  padding: 15px 20px;
  color: #ffffff;
  font-weight: bold;
  width: max-content;
  border: 2px solid #FBF7F2;
  transform: rotate(-5deg);
  transition: all 0.35s ease;
}

.hero .inner .btn-box a::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/i1.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
}

.hero .inner .btn-box a:nth-child(2) {
  background: #0A8792;
  transform: rotate(5deg);
  margin-left: 3rem;
  margin-top: -0.5rem;
  z-index: 2;
  position: relative;
}

.hero .inner .btn-box a:nth-child(2)::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/i2.svg) no-repeat top center;
  background-size: cover;
  margin-right: 10px;
}

.hero .inner .btn-box a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transform: none;
}

.hero .inner .cur_href {
  width: 485px;
  margin-top: 120px;
  margin-left: 80px;
}

@media (max-width: 1440px) {
  .hero .inner .cur_href {
    margin-left: 0;
  }
}

@media (max-width: 1366px) {
  .hero .inner .cur_href {
    width: 405px;
    margin-top: 90px;
  }
}

@media (max-width: 1024px) {
  .hero .inner .cur_href {
    width: 305px;
  }
}

@media (max-width: 992px) {
  .hero .inner .cur_href {
    margin-top: 420px;
  }
}

@media (max-width: 767px) {
  .hero .inner .cur_href {
    width: 265px;
    margin-top: 300px;
    margin-left: 20px;
  }
}

.hero .inner .cur_href .cur-items {
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 2px 8px 19px rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
  padding: 20px;
}

.hero .inner .cur_href .cur-items:nth-child(1) {
  padding-top: 0;
  transform: rotate(-5deg);
}

.hero .inner .cur_href .cur-items:nth-child(1) .imgs {
  transform: translateY(-1.5rem);
}

.hero .inner .cur_href .cur-items:nth-child(1) .con .nazo_gacha_c {
  position: absolute;
  right: -10px;
  bottom: -15px;
  width: 185px;
  height: 185px;
  color: #ffffff;
  line-height: 1.2;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .hero .inner .cur_href .cur-items:nth-child(1) .con .nazo_gacha_c {
    width: 125px;
    height: 125px;
  }
}

.hero .inner .cur_href .cur-items:nth-child(1) .con .nazo_gacha_c:hover img {
  transform: rotate(360deg);
}

.hero .inner .cur_href .cur-items:nth-child(1) .con .nazo_gacha_c i {
  line-height: 1.2;
  font-style: normal;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.hero .inner .cur_href .cur-items:nth-child(1) .con .nazo_gacha_c img {
  display: block;
  transition: transform 1.5s ease;
}

.hero .inner .cur_href .cur-items:nth-child(2) {
  transform: rotate(3deg) translateX(150px);
}

@media (max-width: 767px) {
  .hero .inner .cur_href .cur-items:nth-child(2) {
    transform: rotate(3deg) translateX(40px);
  }
}

.hero .inner .cur_href .cur-items:nth-child(2) .con {
  margin-top: 1rem;
}

.hero .inner .cur_href .cur-items:nth-child(2) .con h4 {
  width: calc(100% - 160px);
}

.hero .inner .cur_href .cur-items:nth-child(2) .con .mores {
  display: flex;
  align-items: center;
  color: #1E1E1E;
  transition: all 0.35s ease;
  justify-content: flex-end;
  width: 160px;
}

.hero .inner .cur_href .cur-items:nth-child(2) .con .mores:hover {
  color: #3DA069;
}

.hero .inner .cur_href .cur-items:nth-child(2) .con .mores:hover .arrow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.hero .inner .cur_href .cur-items:nth-child(2) .con .mores:hover .arrow::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .inner .cur_href .cur-items:nth-child(2) .con .mores .arrow {
  width: 39px;
  height: 39px;
  background: #83C199;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.35s ease;
}

.hero .inner .cur_href .cur-items:nth-child(2) .con .mores .arrow::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: #3B9C59;
  border-radius: 50%;
  position: absolute;
  left: 4.5px;
  top: 4.5px;
  transition: all 0.35s ease;
}

.hero .inner .cur_href .cur-items:nth-child(2) .con .mores .arrow img {
  filter: invert(50%) brightness(300%) !important;
  width: 10px;
  height: 8px;
}

@media (max-width: 767px) {
  .hero .inner .cur_href .cur-items {
    padding: 10px 10px;
  }
}

.hero .inner .cur_href .cur-items .con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.hero .inner .p-social__deco {
  position: absolute;
  right: 25%;
  top: 20%;
}

@media (max-width: 1024px) {
  .hero .inner .p-social__deco {
    right: 30%;
    top: 20%;
    width: 350px;
  }
}

@media (max-width: 992px) {
  .hero .inner .p-social__deco {
    top: 12%;
  }
}

@media (max-width: 767px) {
  .hero .inner .p-social__deco {
    width: 250px;
  }
}

.hero .inner .p-social__deco .nazo_item {
  display: none;
}

@keyframes fallingDown {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  60% {
    transform: translateY(25px);
  }
  75% {
    transform: translateY(-8px);
  }
  90% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.hero .inner .falling-animation {
  animation: fallingDown 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hero .inner .p-social__deco .nazo_item.falling-animation {
  position: relative !important;
  top: 0% !important;
  right: 0% !important;
  z-index: 10 !important;
  display: block !important;
  will-change: transform, opacity;
}

.hero .inner .p-social__deco .nazo_item.fell-down {
  display: block !important;
  position: relative !important;
  top: 0% !important;
  right: 0% !important;
  z-index: 10 !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.first-block {
  position: relative;
  overflow: hidden;
  padding: 140px 0 170px 0px;
}

@media (max-width: 767px) {
  .first-block {
    padding-top: 0;
  }
}

.first-block::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 589px;
  background: url(../images/f.png) no-repeat top center;
  background-size: cover;
}

.first-block .ic1 {
  position: absolute;
  left: -25%;
  top: -18%;
  transform: scale(0.8);
}

@media screen and (max-width: 2921px) {
  .first-block .ic1 {
    left: -15%;
  }
}

@media screen and (max-width: 1920px) {
  .first-block .ic1 {
    left: -25%;
  }
}

@media screen and (max-width: 1621px) {
  .first-block .ic1 {
    left: -40%;
  }
}

@media (max-width: 1440px) {
  .first-block .ic1 {
    left: -40%;
  }
}

@media (max-width: 1366px) {
  .first-block .ic1 {
    left: -42%;
  }
}

@media (max-width: 1280px) {
  .first-block .ic1 {
    left: -47%;
  }
}

@media (max-width: 1200px) {
  .first-block .ic1 {
    left: -70%;
  }
}

@media (max-width: 1200px) {
  .first-block .ic1 {
    left: -60%;
  }
}

@media (max-width: 1024px) {
  .first-block .ic1 {
    left: -65%;
  }
}

@media (max-width: 992px) {
  .first-block .ic1 {
    left: -90%;
  }
}

@media (max-width: 768px) {
  .first-block .ic1 {
    left: -100%;
  }
}

@media (max-width: 767px) {
  .first-block .ic1 {
    display: none;
  }
}

.first-block .ic2 {
  position: absolute;
  right: -15%;
  top: 0%;
  transform: scale(0.8);
}

@media screen and (max-width: 2921px) {
  .first-block .ic2 {
    right: -10%;
  }
}

@media screen and (max-width: 1920px) {
  .first-block .ic2 {
    right: -15%;
  }
}

@media screen and (max-width: 1621px) {
  .first-block .ic2 {
    right: -20%;
  }
}

@media (max-width: 1440px) {
  .first-block .ic2 {
    right: -20%;
  }
}

@media (max-width: 1366px) {
  .first-block .ic2 {
    right: -25%;
  }
}

@media (max-width: 1200px) {
  .first-block .ic2 {
    right: -35%;
  }
}

@media (max-width: 1024px) {
  .first-block .ic2 {
    right: -50%;
  }
}

@media (max-width: 992px) {
  .first-block .ic2 {
    right: -65%;
  }
}

@media (max-width: 767px) {
  .first-block .ic2 {
    display: none;
  }
}

.first-block .text {
  width: 738px;
  float: right;
  margin-right: 290px;
  padding-top: 100px;
  margin-bottom: 400px;
}

@media (max-width: 1500px) {
  .first-block .text {
    width: 638px;
  }
}

@media (max-width: 1366px) {
  .first-block .text {
    margin-right: 300px;
    width: 538px;
  }
}

@media (max-width: 1280px) {
  .first-block .text {
    width: 538px;
  }
}

@media (max-width: 1024px) {
  .first-block .text {
    margin-bottom: 200px;
    width: 498px;
    margin-right: 170px;
  }
}

@media (max-width: 992px) {
  .first-block .text {
    width: 388px;
  }
}

@media (max-width: 767px) {
  .first-block .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 100px;
    padding-top: 0;
  }
}

.first-block .text h1 {
  color: #3DA069;
}

.first-block .text .more {
  background: #3B9C59;
  width: 323px;
  color: #ffffff;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .first-block .text .more {
    width: 223px;
  }
}

.first-block .text .more::after {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #FFFFFF;
}

@media (max-width: 767px) {
  .first-block .text .more::after {
    width: 48px;
    height: 48px;
  }
}

.first-block .text .more::before {
  right: 30px;
  top: 30px;
  filter: none;
}

@media (max-width: 767px) {
  .first-block .text .more::before {
    right: 20px;
    top: 20px;
  }
}

.first-block .text p {
  margin-top: 30px;
}

.first-block .kk {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 400px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .first-block .kk {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 20px;
  }
}

.first-block .kk::after {
  content: '';
  display: block;
  width: 90%;
  height: 90%;
  background: #FFFFFF;
  border-radius: 200px;
  box-shadow: 0 0 24px rgba(17, 23, 23, 0.05);
  position: absolute;
  right: 0;
  top: 5%;
}

@media (max-width: 1024px) {
  .first-block .kk::after {
    display: none;
  }
}

.first-block .kk .imgs {
  width: 42%;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .first-block .kk .imgs {
    width: 100%;
  }
}

.first-block .kk .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-block .kk .imgs .imgs1 {
  position: absolute;
  left: 20%;
  top: -50%;
  max-width: 315px;
}

@media (max-width: 1366px) {
  .first-block .kk .imgs .imgs1 {
    max-width: 215px;
    left: 30%;
  }
}

@media (max-width: 1024px) {
  .first-block .kk .imgs .imgs1 {
    display: none;
  }
}

.first-block .kk .imgs .imgs2 {
  position: absolute;
  right: -12%;
  top: -30%;
  max-width: 315px;
}

@media (max-width: 1366px) {
  .first-block .kk .imgs .imgs2 {
    max-width: 215px;
  }
}

@media (max-width: 1024px) {
  .first-block .kk .imgs .imgs2 {
    display: none;
  }
}

.first-block .kk .text-2 {
  width: 52%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 110px;
}

@media (max-width: 1024px) {
  .first-block .kk .text-2 {
    width: 100%;
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .first-block .kk .text-2 {
    flex-direction: column-reverse;
    padding-right: 0;
  }
}

.first-block .kk .text-2 .more2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 102px;
  background: #83C199;
  border-radius: 50%;
  position: relative;
  transition: all 0.35s ease;
}

.first-block .kk .text-2 .more2::after {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  left: 11px;
  top: 11px;
  background: #3B9C59;
  border-radius: 50%;
  transition: all 0.35s ease;
}

.first-block .kk .text-2 .more2 img {
  position: relative;
  z-index: 2;
  filter: invert(50%) brightness(300%) !important;
}

.first-block .kk .text-2 .more2:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.first-block .kk .text-2 .text2 {
  width: calc(100% - 150px);
}

@media (max-width: 767px) {
  .first-block .kk .text-2 .text2 {
    width: 100%;
  }
}

.first-block .kk .text-2 h1 {
  color: #219866;
}

@keyframes rotateMouse {
  0% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  10% {
    -webkit-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  20% {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

.bread {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.bread * {
  color: #ffffff;
  margin-right: 10px;
  color: #B5B5B5;
}

@media (max-width: 767px) {
  .bread * {
    text-align: center;
  }
}

.bread a:hover {
  color: #000;
}

.navtopbar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
  width: calc(100% - 130px);
}

.navtopbar a {
  padding: 1rem 3rem;
  color: #9F9FA0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  display: block;
}

@media (max-width: 767px) {
  .navtopbar a {
    padding: 1rem 1.5rem;
  }
}

.navtopbar a.active {
  color: #F89500;
}

.navtopbar a.active::after {
  background: #9F8942;
}

.navtopbar .navswi {
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .navtopbar .navswi {
    width: calc(100% - 70px);
  }
}

.navtopbar .navswi .swiper-wrapper {
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .navtopbar .navswi .swiper-wrapper {
    justify-content: flex-start;
  }
}

.navtopbar .navswi .swiper-slide {
  width: auto !important;
}

.navtopbar .arrow {
  position: relative;
  width: 60px;
  display: none;
}

@media (max-width: 1024px) {
  .navtopbar .arrow {
    display: block;
  }
}

.navtopbar .arrow .swiper-button-next {
  width: 20px;
  height: 30px;
  background: none;
  right: 0;
  border: none;
}

.navtopbar .arrow .swiper-button-next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  background: none;
  filter: none;
  color: #D1AD3A;
  font-size: 24px;
}

.navtopbar .arrow .swiper-button-prev {
  width: 20px;
  height: 30px;
  background: none;
  left: 0;
  border: none;
}

.navtopbar .arrow .swiper-button-prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
  background: none;
  filter: none;
  color: #052655;
  font-size: 24px;
}

.purpText {
  color: #3D2494;
}

.text h4 {
  font-size: 30px;
  color: #773BB2;
}

@media (max-width: 1024px) {
  .text h4 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .text h4 {
    font-size: 18px;
  }
}

.text p {
  margin-bottom: 30px;
  margin-top: 20px;
}

.text p img {
  width: 100%;
}

.text p em {
  color: #773BB2;
}

.text ul {
  padding-left: 1.5rem;
}

.text ol {
  padding-left: 1.5rem;
}

.text ol li {
  margin-top: 10px;
}

.text ol li b {
  font-weight: bold;
  font-family: 'DMSans-Bold', '微軟正黑體';
}

.pl-3 {
  padding-left: 3rem;
}

@media (max-width: 1200px) {
  .pl-3 {
    padding-left: 0;
  }
}

@keyframes smoke1 {
  0%, 100% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1.07);
  }
}

@keyframes smoke2 {
  0%, 100% {
    transform: translate(-3%) translateY(0px);
  }
  50% {
    transform: translate(-3%) translateY(15px);
  }
}

.head-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.garyText {
  color: #F89500;
}

@keyframes smoke1 {
  0%, 100% {
    transform: translate(3%) translateY(0px);
  }
  50% {
    transform: translate(3%) translateY(-15px);
  }
}

@keyframes smoke2 {
  0%, 100% {
    transform: translate(-3%) translateY(0px);
  }
  50% {
    transform: translate(-3%) translateY(15px);
  }
}

.fixed-right {
  position: fixed;
  right: 40px;
  top: 60%;
  transform: translateY(-63%);
  z-index: 99;
}

@media (max-width: 767px) {
  .fixed-right {
    right: 0px;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    transform: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.fixed-right a {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #FFE0A1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all 0.35s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 15px 0px;
  transition: all 0.35s ease;
}

.fixed-right a:nth-child(2) {
  background: #CAF3FF;
}

.fixed-right a:nth-child(2) h4 {
  color: #379CCC;
}

.fixed-right a:nth-child(3) {
  background: #E4EF9E;
}

.fixed-right a:nth-child(3) h4 {
  color: #9ABF1D;
}

.fixed-right a .icos {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-right a h4 {
  margin-bottom: 0;
  color: #F27503;
  margin-top: 5px;
}

.fixed-right a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .fixed-right a {
    right: 0px;
    width: 33.3333%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0.5rem 0;
    position: relative;
  }
  .fixed-right a::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #FFFEF0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

table thead tr {
  background: #EDEDED;
}

table thead tr th {
  padding: 0.65rem 2rem;
  vertical-align: middle;
}

@media (max-width: 767px) {
  table thead tr th {
    padding: 1rem;
  }
}

table tbody tr {
  background: #FAFAFA;
}

table tbody tr:nth-child(even) {
  background: #FFFFFF;
}

table tbody tr td {
  padding: 0.65rem 2rem;
  color: #5D5E62;
  font-size: 18px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  table tbody tr td {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  table tbody tr td {
    font-size: 14px;
    padding: 1rem;
  }
}

table tbody tr td .read-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

table tbody tr td .read-more img {
  margin-right: 10px;
}

.faqbox {
  width: 100%;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .faqbox {
    margin-top: 2rem;
  }
}

.faqbox .items {
  background: #ffffff;
  margin-top: 1rem;
  border-radius: 20px;
  box-shadow: 4px 4px 10px rgba(143, 143, 143, 0.16);
}

@media (max-width: 767px) {
  .faqbox .items {
    margin-top: 20px;
  }
}

.faqbox .items.open .items-title .arrow::after {
  height: 0px;
}

.faqbox .items.open .items-content {
  height: 100% !important;
}

.faqbox .items .items-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: margin-bottom 0.35s ease-in-out;
  cursor: pointer;
  color: #ffffff;
  padding: 1.2rem 1rem;
  background: #E9883B;
  box-shadow: 4px 4px 10px rgba(143, 143, 143, 0.16);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .faqbox .items .items-title {
    padding: 1rem 1.5rem;
  }
}

.faqbox .items .items-title .arrow {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.faqbox .items .items-title .arrow::before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faqbox .items .items-title .arrow::after {
  content: '';
  display: block;
  width: 2px;
  height: 50%;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.35sease-in-out;
  font-size: 24px;
}

.faqbox .items .items-title h4 {
  margin-bottom: 0;
  width: calc(100% - 40px);
}

.faqbox .items .items-content {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
  color: #6F6F6F;
  padding: 0rem 3rem;
}

@media (max-width: 767px) {
  .faqbox .items .items-content {
    padding: 0 1.5rem;
  }
}

.faqbox .items .items-content .boxcontent {
  color: #5D5E62;
  box-sizing: border-box;
  padding-bottom: 2rem;
}

.faqbox .items .items-content .boxcontent h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2D2D2D;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .faqbox .items .items-content .boxcontent h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent h3 {
    font-size: 14px;
  }
}

.faqbox .items .items-content .boxcontent p {
  margin-bottom: 35px;
  color: #2D2D2D;
}

.faqbox .items .items-content .boxcontent p i {
  font-style: italic;
}

.faqbox .items .items-content .boxcontent p a {
  text-decoration: underline;
}

.faqbox .items .items-content .boxcontent img {
  display: block;
  margin: 0 auto;
}

.faqbox .items .items-content .boxcontent ol, .faqbox .items .items-content .boxcontent ul {
  padding-left: 0rem;
  position: relative;
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent ol li, .faqbox .items .items-content .boxcontent ul li {
  margin-bottom: 0.6rem;
  padding-left: 0.5rem;
  position: relative;
  color: #2D2D2D;
}

.faqbox .items .items-content .boxcontent ol li:nth-last-child(1), .faqbox .items .items-content .boxcontent ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent ol li::marker, .faqbox .items .items-content .boxcontent ul li::marker {
  color: #2D2D2D;
  background: #2D2D2D;
  font-size: 10px;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent ol li::marker, .faqbox .items .items-content .boxcontent ul li::marker {
    font-size: 10px;
  }
}

.faqbox .items .items-content .boxcontent ol li p, .faqbox .items .items-content .boxcontent ul li p {
  padding-left: 0;
}

.faqbox .items .items-content .boxcontent ul {
  padding-left: 0rem;
}

.faqbox .items .items-content .boxcontent dl {
  margin-bottom: 3rem;
}

.faqbox .items .items-content .boxcontent dl dd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 15px;
}

.faqbox .items .items-content .boxcontent dl dd span {
  width: 200px;
  display: flex;
  align-items: center;
}

.faqbox .items .items-content .boxcontent dl dd span:nth-child(2) {
  width: calc(100% - 200px);
  display: block;
}

.faqbox .items .items-content .boxcontent dl dd span img {
  margin-right: 10px;
}

.faqbox .items .items-content .boxcontent dl dd span a {
  color: #F89500;
  text-decoration: underline;
}

.faqbox .items .items-content .boxcontent .blueText a {
  display: flex;
  color: #F89500;
  font-style: italic;
  font-family: 'Editor-Medium';
}

.faqbox .items .items-content .boxcontent .blueText a img {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 50%;
  }
}

.faqbox .items .items-content .boxcontent .row .col-md-3 .garyback {
  background: #F7F7F7;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  min-height: 88px;
}

.faqbox .items .items-content .boxcontent .row .col-md-3 .garyback .icos {
  width: 50px;
  height: auto;
  background: none;
}

.faqbox .items .items-content .boxcontent .row .col-md-3 .garyback h3 {
  margin-bottom: 0;
  width: calc(100% - 50px);
  color: #F89500;
  background: none;
  text-align: left;
  padding: 0;
}

.faqbox .items .items-content .boxcontent .taba {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.faqbox .items .items-content .boxcontent .taba::before {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  background: #FFE0A1;
  position: absolute;
  left: 0;
  top: 35px;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .taba::before {
    top: 25px;
    height: 10px;
  }
}

.faqbox .items .items-content .boxcontent .taba a {
  width: 25%;
  position: relative;
}

.faqbox .items .items-content .boxcontent .taba a::before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 16px solid #FFF8EE;
  margin: 1rem auto;
  background: #6BCCF2;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .taba a::before {
    width: 26px;
    height: 26px;
    border-width: 5px;
  }
}

.faqbox .items .items-content .boxcontent .taba a span {
  color: #6BCCF2;
  display: block;
  text-align: center;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(2)::before {
  background: #FFBDBD;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(2) span {
  color: #FFBDBD;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(3)::before {
  background: #FFB127;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(3) span {
  color: #FFB127;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(4)::before {
  background: #F89500;
}

.faqbox .items .items-content .boxcontent .taba a:nth-child(4) span {
  color: #F89500;
}

.faqbox .items .items-content .boxcontent .tabcontent {
  margin-bottom: 30px;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss {
  display: none;
  background: #EEF9FF;
  padding: 2rem;
  box-shadow: none;
  border-radius: 26px;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(1) {
  display: block;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(2) {
  background: #f1ebeb;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(2) h4 {
  color: #FFBDBD;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(2) h4::after {
  background: #FFBDBD;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(3) {
  background: #f7e9cf;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(3) h4 {
  color: #FFB127;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(3) h4::after {
  background: #FFB127;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(4) {
  background: #f4fbd9;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(4) h4 {
  color: #F89500;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss:nth-child(4) h4::after {
  background: #F89500;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss h4 {
  font-size: 18px;
  color: #379CCC;
  font-weight: bold;
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .tabcontent .itemss h4 {
    font-size: 16px;
  }
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss h4::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #C0F0FF;
  margin: 20px 0;
}

.faqbox .items .items-content .boxcontent .tabcontent .itemss p {
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent .row {
  margin-right: calc(-3.5 * var(--bs-gutter-x));
  margin-left: calc(-3.5 * var(--bs-gutter-x));
}

@media (max-width: 1024px) {
  .faqbox .items .items-content .boxcontent .row {
    margin-right: calc(-1.5 * var(--bs-gutter-x));
    margin-left: calc(-1.5 * var(--bs-gutter-x));
  }
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .row {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}

.faqbox .items .items-content .boxcontent .row.there {
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}

.faqbox .items .items-content .boxcontent .row.there .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.faqbox .items .items-content .boxcontent .row .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 3.5);
  padding-left: calc(var(--bs-gutter-x) * 3.5);
}

@media (max-width: 1440px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
  }
}

@media (max-width: 767px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 1rem !important;
  }
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box {
  width: 100%;
  height: 100%;
  background: #FFFEF0;
  border-radius: 14px;
  box-shadow: 4px 6px 10px rgba(138, 138, 138, 0.16);
  box-sizing: border-box;
  padding: 2rem;
  position: relative;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box.blueback h4 {
  background: #6BCCF2;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box.blueback h4::before {
  background: url(../images/bi1.png) no-repeat top center;
  background-size: cover;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box.greenback h4 {
  background: #A1C727;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box.greenback h4::before {
  background: url(../images/bi2.png) no-repeat top center;
  background-size: cover;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box h4 {
  display: inline-block;
  border-radius: 20px 35px 35px 0px;
  background: #F2B555;
  padding: 20px 40px;
  min-width: 285px;
  color: #ffffff;
  transform: translateX(-60px);
  margin-bottom: 25px;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box h4::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -50px;
  background: url(../images/bi3.png) no-repeat top center;
  background-size: cover;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .box ul li p {
  margin-bottom: 0;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .grayback {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background: #FCF7F1;
  padding: 2rem;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .grayback .icos {
  display: block;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .grayback .icos img {
  width: 285px;
  height: 285px;
  border-radius: 50%;
}

@media (max-width: 1280px) {
  .faqbox .items .items-content .boxcontent .row .col-md-4 .grayback .icos img {
    width: 185px;
    height: 185px;
  }
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .grayback p {
  margin-bottom: 0.5rem;
}

.faqbox .items .items-content .boxcontent .row .col-md-4 .grayback span {
  display: block;
  color: #131313;
}

.faqbox .items .items-content .boxcontent .four {
  width: 100%;
  height: 100%;
  color: #2D2D2D;
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6:nth-child(2) .box {
  background: #FFE0A1;
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6:nth-child(3) .box {
  background: #FFD9D9;
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6:nth-child(4) .box {
  background: #E4EF9E;
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6 .box {
  width: 100%;
  height: 100%;
  background: #CAF3FF;
  background-size: cover;
  box-sizing: border-box;
  padding: 2rem 4rem;
  border-radius: 20px;
  height: 100%;
  min-height: 300px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6 .box h4 {
  margin-bottom: 1.5rem;
}

.faqbox .items .items-content .boxcontent .four .row .col-md-6 .box ul li::marker {
  font-size: 20px;
}

.s_faq {
  margin-top: 1rem;
}

.s_faq .s_items {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .s_faq .s_items {
    margin-bottom: 1rem;
  }
}

.s_faq .s_items.open .s_items-title .arrow::after {
  height: 0px;
}

.s_faq .s_items .s_items-title {
  background: #EDEDED;
  padding: 1.5rem;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .s_faq .s_items .s_items-title {
    padding: 1rem;
  }
}

.s_faq .s_items .s_items-title .arrow {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  margin-right: 1rem;
}

.s_faq .s_items .s_items-title .arrow::before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #F89500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.s_faq .s_items .s_items-title .arrow::after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background-color: #F89500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.35s ease-in-out;
  font-size: 24px;
}

.s_faq .s_items .s_items-title h4 {
  margin-bottom: 0;
  color: #000000;
}

.s_faq .s_items .s_items-content {
  background: #FAFAFA;
  box-sizing: border-box;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}

.s_faq .s_items .s_items-content .s_boxcontent {
  padding: 1.5rem;
}

@media (max-width: 767px) {
  .s_faq .s_items .s_items-content .s_boxcontent {
    padding: 1rem;
  }
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone {
  background: #fff;
  padding: 0;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .imgs {
  width: 310px;
}

@media (max-width: 767px) {
  .s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .imgs {
    width: 100%;
  }
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con {
  width: calc(100% - 350px);
}

@media (max-width: 767px) {
  .s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con .date {
  color: #ADADAD;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con .date img {
  margin-right: 10px;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con .amore {
  text-decoration: underline;
  font-style: normal;
  color: #B49A47;
  display: block;
  margin-top: 3rem;
  text-transform: uppercase;
}

.s_faq .s_items .s_items-content .s_boxcontent.backnone .yearitems .con .amore:hover {
  color: #F89500;
}

.s_faq .s_items .s_items-content .s_boxcontent .txt {
  padding: 0 !important;
}

.s_faq .s_items .s_items-content .s_boxcontent ul {
  margin-top: 0;
}

.s_faq .s_items .s_items-content .s_boxcontent ul li {
  margin-bottom: 3px;
}

.s_faq .s_items .s_items-content .s_boxcontent ol li {
  list-style: decimal;
}

.s_faq .s_items .s_items-content .s_boxcontent ol li::marker {
  color: #F89500;
  background: #F89500;
  font-family: 'Editor-Medium';
}

.s_faq .s_items .s_items-content .s_boxcontent .blownText {
  display: flex;
  align-items: center;
  color: #D1AD3A;
  font-style: italic;
  font-family: 'Editor-Medium';
}

.s_faq .s_items .s_items-content .s_boxcontent .blownText img {
  margin-right: 10px;
}

.s_faq .s_items .s_items-content .s_boxcontent b {
  font-family: 'Poppins-SemiBold';
  color: #000000;
  margin-top: 30px;
  display: block;
  margin-bottom: 5px;
}

.s_faq .s_items .s_items-content .s_boxcontent strong {
  font-size: 14px;
  font-family: 'Poppins-SemiBold';
  color: #000000;
  display: block;
  margin-top: 20px;
  font-style: italic;
}

.s_faq .s_items .s_items-content .s_boxcontent table thead tr {
  background: #75A7D9;
}

.s_faq .s_items .s_items-content .s_boxcontent table thead tr th {
  padding: 1.5rem 2.5rem;
  vertical-align: middle;
  color: #ffffff;
  font-family: 'Editor-Medium';
}

.s_faq .s_items .s_items-content .s_boxcontent table tbody {
  border-top: 1px solid #EFF0F8;
}

.s_faq .s_items .s_items-content .s_boxcontent table tbody tr {
  background: #EFF0F8;
}

.s_faq .s_items .s_items-content .s_boxcontent table tbody tr:nth-child(even) {
  background: #ffffff;
}

.s_faq .s_items .s_items-content .s_boxcontent table tbody tr td {
  padding: 2rem 2.5rem;
  font-family: 'Editor-Medium';
  color: #5D5E62;
}

.tips.blownText b {
  color: #B49A47;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .tips.blownText b {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tips.blownText b {
    font-size: 14px;
  }
}

.tips strong {
  display: block;
  font-family: 'Poppins-SemiBold';
  font-weight: bold;
  color: #000;
}

.tips p {
  margin-bottom: 2rem;
  font-size: 18px;
  margin-top: 0.5rem;
}

@media (max-width: 1024px) {
  .tips p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tips p {
    font-size: 14px;
  }
}

.tips p a {
  color: #F89500;
  text-decoration: underline;
}

.tips b {
  display: block;
  font-style: italic;
  font-family: 'Poppins-SemiBold';
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

@media (max-width: 767px) {
  .tips b {
    font-size: 12px;
  }
}

.lefta ul li a.active {
  font-weight: bold;
  color: #F89500;
}

.lefta ul li .dropdown-menu li a {
  padding-left: 2rem;
  font-weight: bold;
}

.lefta ul li .dropdown-menu li ul {
  padding-bottom: 15px !important;
}

.lefta ul li .dropdown-menu li ul li {
  border: none !important;
  padding-left: 2rem;
}

.lefta ul li .dropdown-menu li ul li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.italic {
  font-style: italic;
}

.txt h3 {
  font-weight: normal;
  font-family: 'Editor-Medium';
  font-size: 32px;
  color: #000000;
}

@media (max-width: 1440px) {
  .txt h3 {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  .txt h3 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .txt h3 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .txt h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .txt h3 {
    font-size: 18px;
  }
}

.txt h5 {
  font-weight: bold;
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #000000;
}

@media (max-width: 1440px) {
  .txt h5 {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .txt h5 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .txt h5 {
    font-size: 15px;
  }
}

.txt h6 {
  font-weight: bold;
  font-family: 'Poppins-SemiBold';
  font-style: italic;
  color: #000000;
  margin-bottom: 25px;
}

.txt p {
  margin-bottom: 30px;
}

.txt p strong {
  font-family: 'Poppins-SemiBold';
}

.txt ol {
  padding-left: 1.2rem;
}

.txt ol li {
  list-style: lower-alpha;
}

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

@media (max-width: 767px) {
  .sdlist .col-md-4 {
    width: 50%;
  }
}

form .form-group .select-menu {
  cursor: pointer;
  position: relative;
}

form .form-group .select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding-left: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

form .form-group .select-menu-ul li {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  border-radius: 0;
  color: #5D5E62;
}

@media (max-width: 767px) {
  form .form-group .select-menu-ul li {
    padding: 0.7rem 0.7rem;
  }
}

form .form-group .select-menu-ul li::before {
  display: none;
}

form .form-group .select-menu-div {
  width: 100%;
  position: relative;
  padding: 1.1rem 1.5rem;
  border: none;
  color: #101010;
  border-radius: 40px;
}

@media (max-width: 767px) {
  form .form-group .select-menu-div {
    padding: 0.7rem 0.7rem;
  }
}

form .form-group .select-menu-div i {
  margin-right: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #004593;
}

@media (max-width: 767px) {
  form .form-group .select-menu-div i {
    right: 0.7rem;
  }
}

form .form-group .select-this {
  background: #FFD268;
  color: #fff !important;
}

form .form-group .select-menu-input {
  border: 0;
  cursor: pointer;
  user-select: none;
  width: 100%;
  outline: none;
  background: none;
  color: #5D5E62;
  padding: 0;
  border-radius: 0;
}

form .form-group .select-menu-i {
  transform: rotate(180deg) translateY(50%);
}

form .form-group i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.radiolist {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radiolist .radiobox-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  flex-wrap: wrap;
}

.radiolist .radiobox-inline .radiobox {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.radiolist .radiobox-inline .radiobox input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark {
  background: #E9883B;
  color: #ffffff;
}

.radiolist .radiobox-inline .radiobox .radiomark {
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 0px;
  border-radius: 0%;
  background: none;
  -webkit-transition: .5s;
  transition: .5s;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.radiolist .radiobox-inline .radiobox .bzbox {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 1rem;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.radiolist .radiobox-inline .radiobox .bzbox .bz {
  margin: 0 1rem;
}

.radiolist .radiobox-inline .radiobox .bzbox h4 {
  margin-bottom: 0;
  color: #0F0F0F;
}

@media (max-width: 767px) {
  .radiolist .radiobox-inline .radiobox .bzbox h4 {
    font-size: 14px;
  }
}

.checkboxlist .checkbox-inline {
  display: flex;
  margin-right: 6rem;
}

@media (max-width: 1024px) {
  .checkboxlist .checkbox-inline {
    margin-right: 2rem;
  }
}

.checkboxlist .checkbox-inline:nth-last-child(1) {
  margin-right: 0;
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  margin-top: 3px;
  cursor: pointer;
  line-height: 1;
}

.checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: rgba(248, 149, 0, 0.58);
  border-color: rgba(248, 149, 0, 0.58);
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #F89500;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
  border-width: 0 2px 2px 0;
}

.checkboxlist .checkbox-inline span {
  color: #000000;
  font-weight: normal;
}

.more {
  border: 0;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .3s;
  color: #000000;
  background: #ffffff;
  z-index: 1;
  position: relative;
  border-radius: 52px;
  padding: 0.5rem;
  width: 100%;
}

.more:hover {
  color: #E9883B;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.more:hover::before {
  height: 100%;
}

.more img {
  margin-left: 15px;
}

.more::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #E9883B;
  margin-left: 1.5rem;
  color: #fff;
  font-family: 'FontAwesome';
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
}

@media (max-width: 767px) {
  .more::after {
    margin-left: 15px;
    width: 44px;
    height: 44px;
  }
}

.more::before {
  content: '';
  display: block;
  width: 25px;
  height: 23px;
  background: url(../images/rr.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 17px;
  filter: invert(50%) brightness(300%);
}

.more span {
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .more span {
    padding-left: 1rem;
  }
}

.loginpup .conbox {
  position: relative;
}

.loginpup .conbox .checkbox label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.loginpup .conbox .checkbox label span {
  width: calc(100% - 20px);
  margin-top: 0px;
  position: relative;
  display: block;
  color: #374869;
}

.loginpup .conbox .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  padding: 0;
  height: 70px;
  position: relative;
}

.loginpup .conbox .form-group .form-control {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 1rem;
  background: none;
  border: none;
  padding: 0;
}

.loginpup .conbox .form-group .inp {
  background: #F4F4F4;
  width: 100px;
  color: #6F6F6F;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  height: 68px;
}

@media (max-width: 767px) {
  .loginpup .conbox .form-group .inp {
    width: 160px;
  }
}

.loginpup .conbox .form-group .inp::after {
  content: '';
  content: "\f0dd";
  font-family: 'FontAwesome';
  display: inline-block;
}

.loginpup .conbox .form-group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.loginpup .conbox .more {
  width: 100%;
  padding: 35px 20px;
  margin: 20px auto;
}

.loginpup .conbox .more img {
  filter: invert(50%) brightness(0%) !important;
}

.loginpup .conbox p {
  color: #243775;
  margin-top: 0.5rem;
}

.loginpup .conbox p a {
  color: #F89500;
  text-decoration: underline;
}

.loginpup .conbox .forgetp {
  color: #F89500;
}

.index-pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.35s ease;
}

.index-pup.show {
  display: flex;
}

.index-pup .index-pupback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.index-pup .index-pupcontent {
  width: 880px;
  border-radius: 24px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  background-image: linear-gradient(#E2E7FC, #fff);
  box-sizing: border-box;
  padding: 50px;
  color: #000;
}

@media (max-width: 992px) {
  .index-pup .index-pupcontent {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .index-pup .index-pupcontent {
    padding: 30px;
  }
}

.index-pup .index-pupcontent .close::before, .index-pup .index-pupcontent .close::after {
  background: #999999;
}

.index-pup .index-pupcontent .txt p {
  margin-bottom: 40px;
  line-height: 2;
}

.index-pup .index-pupcontent .header-logo {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.pup.show {
  display: flex;
}

.pup .pupback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.pup .close {
  width: 52px;
  height: 52px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  top: -66px;
  right: 0;
}

.pup .close::after, .pup .close::before {
  background: #ffffff;
  left: 15px;
  top: 24px;
}

.pup .conbox {
  background: #ffffff;
  position: relative;
  z-index: 9;
  max-width: 1130px;
  background: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 24px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .pup .conbox {
    width: 96%;
  }
}

.pup .conbox .img {
  margin-top: 5rem;
}

.pup .conbox .img img {
  display: block;
  margin: 2rem auto;
}

.pup .conbox .con {
  padding-top: 1.5rem;
  color: #A46F07;
}

.pup .conbox p {
  color: #2D2D2D;
}

.pup .conbox hr {
  background: #ECEFF8;
  opacity: 1;
  margin-top: 2rem;
}

.pup .conbox .comfirm {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F89500;
  border: 1px solid #F89500;
  font-size: 18px;
  color: #ffffff;
  width: 110px;
  height: 44px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .pup .conbox .comfirm {
    font-size: 16px;
  }
}

.pup .conbox .comfirm:hover {
  background: none;
  color: #F89500;
}

.pup .conbox .kkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF8EE;
  border-radius: 25px;
  padding: 3rem;
  max-width: 975px;
}

.pup .conbox .kkbox .video {
  width: 366px;
}

@media (max-width: 767px) {
  .pup .conbox .kkbox .video {
    width: 266px;
    margin: 0 auto;
  }
  .pup .conbox .kkbox .video img {
    display: block;
    margin: 0 auto;
  }
}

.pup .conbox .kkbox .con {
  width: calc(100% - 400px);
}

@media (max-width: 767px) {
  .pup .conbox .kkbox .con {
    width: 300px;
  }
}

.pup .conbox .kkbox .con h4 {
  color: #F27503;
  text-align: center;
}

.pup .conbox .kkbox .con p {
  max-width: 78%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pup .conbox .kkbox .con p {
    padding: 1rem 0 !important;
    max-width: 100%;
  }
}

.pup .conbox .kkbox .con .read-more {
  display: block;
  background: #FFB127;
  border-radius: 26px;
  padding: 10px 40px;
  color: #ffffff;
  margin: 2rem auto;
  width: max-content;
}

.pup .conbox .kkbox.k1 {
  display: none;
}

.pup .conbox .kkbox.k1.show {
  display: flex;
}

.pup .conbox .kkbox.k2 {
  display: none;
}

.pup .conbox .kkbox.k2.show {
  display: flex;
}

.modal.in {
  display: block;
  opacity: 1;
  overflow: hidden;
  width: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
}

.modal.in .modal-dialog {
  width: 700px;
  height: 100%;
  box-sizing: border-box;
  max-width: 700px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.modal.in .modal-dialog .modal-header {
  display: block;
  border: none;
}

.modal.in .modal-dialog .modal-content {
  max-width: 740px;
  border-radius: 0px;
  display: block;
  padding: 3rem;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog .modal-content {
    padding: 1.5rem;
  }
}

.modal.in .modal-dialog .modal-content img {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.modal.in .modal-dialog .modal-content form label {
  display: block;
  margin-bottom: 0.5rem;
}

.modal.in .modal-dialog .modal-content form input {
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-content form button {
  width: 100%;
  background: #003783;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-footer {
  border-top: none !important;
}

.modal.in .modal-dialog .modal-footer button {
  width: 48%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 2px solid #064CEA;
  box-shadow: none;
}

.modal.in .modal-dialog .modal-footer button:nth-child(1) {
  color: #ffffff;
}

.modal.in .modal-dialog .content2 {
  display: none;
}

.game-block {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: url(../images/gamebg.png) no-repeat top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .game-block {
    height: auto;
    padding-bottom: 70px;
  }
}

.game-block .i1 {
  position: absolute;
  left: -10px;
  top: -10px;
  animation: smoke1 2s ease-in-out infinite;
}

@media (max-width: 1024px) {
  .game-block .i1 {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .game-block .i1 {
    width: 50px;
  }
}

.game-block .i2 {
  position: absolute;
  right: -10px;
  top: 10px;
  animation: smoke2 2s ease-in-out infinite;
}

@media (max-width: 1024px) {
  .game-block .i2 {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .game-block .i2 {
    width: 100px;
  }
}

.game-block .i3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  animation: smoke2 2s ease-in-out infinite;
}

.game-block .i3.i33 {
  left: -200px;
}

@media (max-width: 1024px) {
  .game-block .i3 {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .game-block .i3 {
    width: 150px;
  }
}

.game-block .i4 {
  position: absolute;
  left: 370px;
  bottom: -30px;
  z-index: 1;
  animation: smoke1 3s ease-in-out infinite;
}

.game-block .i4.i44 {
  left: 100px;
}

@media (max-width: 1024px) {
  .game-block .i4 {
    width: 200px;
    left: 200px;
  }
}

@media (max-width: 767px) {
  .game-block .i4 {
    width: 100px;
    left: 100px;
  }
}

.game-block .i5 {
  position: absolute;
  right: -10px;
  bottom: -20px;
  z-index: 9;
  animation: smoke1 2s ease-in-out infinite;
}

.game-block .i5.i55 {
  right: -300px;
}

@media (max-width: 1024px) {
  .game-block .i5 {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .game-block .i5 {
    width: 200px;
  }
}

.game-block .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 767px) {
  .game-block .container {
    height: auto;
    align-items: flex-start;
    padding-top: 7rem;
  }
}

.game-block .container::after {
  content: '';
  display: block;
  width: 1300px;
  height: 1300px;
  background: url(../images/circlein.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.game-block .container .inner {
  position: relative;
  z-index: 2;
  max-width: 541px;
  margin: 0 auto;
}

.game-block .container .inner .start-btn {
  width: 242px;
  background: #E9883B;
  border-radius: 60px;
  padding: 14px;
  text-align: center;
  color: #ffffff;
  display: block;
  margin: 4rem auto auto auto;
  transition: all 0.35s ease;
  border: 1px solid #E9883B;
}

.game-block .container .inner .start-btn:hover {
  background: none;
  color: #E9883B;
}

.game-block .container .inner::before {
  content: '';
  display: block;
  width: 141px;
  height: 136px;
  background: url(../images/d1.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  left: -80px;
  top: -60px;
}

.game-block .container .inner::after {
  content: '';
  display: block;
  width: 259px;
  height: 266px;
  background: url(../images/d2.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  right: -100px;
  bottom: 0px;
}

.game-block .container .progress-box {
  position: relative;
  z-index: 2;
  width: 60%;
}

@media (max-width: 1024px) {
  .game-block .container .progress-box {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .game-block .container .progress-box {
    width: 100%;
  }
}

.game-block .container .progress-box .progress-bar {
  background: none;
  width: 625px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 992px) {
  .game-block .container .progress-box .progress-bar {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .game-block .container .progress-box .progress-bar {
    width: 100%;
  }
}

.game-block .container .progress-box .progress-bar::before {
  content: '';
  display: block;
  width: 568px;
  height: 5px;
  background: url(../images/xt.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 32px;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 992px) {
  .game-block .container .progress-box .progress-bar::before {
    width: 370px;
  }
}

.game-block .container .progress-box .progress-bar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 2;
}

.game-block .container .progress-box .progress-bar ul li {
  list-style: none;
}

.game-block .container .progress-box .progress-bar ul li.active span {
  width: 71px;
  height: 66px;
  background: url(../images/active.svg) no-repeat top center;
  background-size: contain;
  border-radius: 0;
}

.game-block .container .progress-box .progress-bar ul li span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #9DBB9D;
}

.game-block .container .progress-box .progress-info .progress-info-item {
  display: none;
}

.game-block .container .progress-box .progress-info .progress-info-item:nth-child(1) {
  display: block;
}

.game-block .container .progress-box .progress-info .progress-info-item .progress-info-item-title span {
  display: block;
  text-align: center;
}

.game-block .container .progress-box .progress-info .progress-info-item .progress-info-item-title span::after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background: #EF7A55;
  border-radius: 31px;
  margin: 0rem auto;
}

.game-block .container .progress-box .progress-info .progress-info-item h1 {
  max-width: 540px;
  margin: 0 auto;
  color: #4B4B4B;
}

.game-block .container .progress-box .progress-info .progress-info-item .radiolist {
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1440px) {
  .game-block .container .progress-box .progress-info .progress-info-item .radiolist {
    margin-top: 0 !important;
  }
}

.game-block .container .progress-box .progress-info .progress-info-item .radiolist .radiobox-inline {
  width: 48%;
  margin: 1rem 0;
  background: #ffffff;
  border-radius: 58px;
}

@media (max-width: 767px) {
  .game-block .container .progress-box .progress-info .progress-info-item .radiolist .radiobox-inline {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 1440px) {
  .game-block .container .result {
    margin-top: 2rem;
  }
}

.game-block .container .result .imgs {
  width: 393px;
  position: relative;
}

@media (max-width: 1440px) {
  .game-block .container .result .imgs {
    width: 294px;
  }
}

@media (max-width: 1280px) {
  .game-block .container .result .imgs {
    width: 100%;
  }
}

.game-block .container .result .imgs::after {
  content: '';
  display: block;
  width: 97%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #E8E8E8;
  transform: rotate(2deg);
}

.game-block .container .result .imgs img {
  position: relative;
  z-index: 2;
}

@media (max-width: 1440px) {
  .game-block .container .result h1 {
    margin-top: 0 !important;
  }
}

.game-block .container .result .btn-a {
  margin-top: 3rem;
}

.game-block .container .result .btn-a .more-a {
  display: block;
  border-radius: 28px;
  background: #E9883B;
  padding: 8px 10px 8px 30px;
  color: #ffffff;
  width: max-content;
  margin-top: 1rem;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .game-block .container .result .btn-a .more-a {
    margin: 1rem auto;
  }
}

.game-block .container .result .btn-a .more-a:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.game-block .container .result .btn-a .more-a:nth-child(2) {
  background: #FFFFFF;
  color: #000000;
}

.game-block .container .result .btn-a .more-a img {
  margin-left: 3rem;
}

@media (max-width: 1024px) {
  .game-block .container .result .row .col-md-4 {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .game-block .container .result .row .col-md-4 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .game-block .container .result .row .col-md-4 .imgs {
    width: 50%;
    margin: 2rem auto;
  }
}

.game-block.result-block {
  padding-top: 200px;
  height: auto;
  padding-bottom: 200px;
}

@media (max-width: 1024px) {
  .game-block.result-block {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .game-block.result-block {
    padding: 100px 0px;
  }
}

.game-block.result-block .container {
  display: block;
}

.game-block.result-block .container .text ul li {
  text-align: left;
}

.whiteback {
  background-color: #ffffff !important;
}

.error-input {
  border-bottom: 1px solid red !important;
}

.error-label label {
  color: red !important;
}

label.error-info {
  margin-top: 10px;
  line-height: 1;
}

label.error {
  margin-bottom: 8px;
  margin-top: 8px;
}

label.error,
label.error i,
label.error-info,
label.error-info i,
span.error-info {
  width: initial !important;
  color: red !important;
  align-items: center;
  font-size: 12px;
  font-family: 'NunitoSans-Bold';
  font-weight: normal;
  margin-bottom: 0 !important;
}

label.error-info i {
  display: inline-block;
  margin-right: 5px;
}

.passwordField {
  position: relative;
}

.passwordField .error-info.password {
  display: inline-flex;
  font-size: 18px;
  margin-bottom: 5px;
}

.passwordField .eyeBox {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.passwordField .eyeBox {
  position: absolute;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
}

.load-more::after {
  display: none;
}

footer {
  width: 100%;
  height: 100%;
  z-index: 9;
  position: relative;
  padding-top: 20px;
}

footer nav {
  transition: all 0.35s ease;
  width: 500px;
}

@media (max-width: 1024px) {
  footer nav {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }
}

footer nav ul {
  padding-left: 0;
  padding-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  footer nav ul {
    justify-content: center;
  }
}

footer nav ul li {
  list-style: none;
  width: 45%;
}

footer nav ul li:nth-child(3) {
  width: 90px;
}

footer nav ul li:nth-child(2) {
  width: 20%;
}

@media (max-width: 1024px) {
  footer nav ul li {
    width: 33% !important;
  }
}

footer nav ul li a {
  color: #fff;
  display: block;
  transition: all 0.35s ease;
}

footer nav ul li a:hover {
  color: #F89500;
}

footer h4 {
  color: #1D1D1D;
}

@media (max-width: 767px) {
  footer h4 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer h4::after {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    transition: all 0.35s ease;
  }
}

@media (max-width: 767px) {
  footer h4.showico::after {
    transform: rotate(90deg);
  }
}

footer h4.mobile {
  display: none;
}

@media (max-width: 767px) {
  footer h4.mobile {
    display: flex;
  }
}

@media (max-width: 767px) {
  footer h4.pc {
    display: none;
  }
}

footer .imgs img {
  margin-right: 30px;
}

footer .logo {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 60%;
}

@media (max-width: 1024px) {
  footer .logo {
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 0px;
  }
}

footer .logo img {
  display: block;
}

@media (max-width: 1024px) {
  footer .logo img {
    max-height: 90px;
  }
}

@media (max-width: 767px) {
  footer .logo img {
    display: block;
    margin: 0 auto;
  }
}

footer .logo .logos {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

@media (max-width: 1024px) {
  footer .logo .logos {
    justify-content: center;
  }
}

footer .logo span {
  color: #247B4C;
}

@media (max-width: 1024px) {
  footer .logo span {
    display: block;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  footer .logo .it {
    width: 100%;
    margin-bottom: 2rem;
  }
}

footer .logo .it a {
  display: block;
  margin-right: 1.5rem;
}

@media (max-width: 1024px) {
  footer .logo .it a {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

footer .copyrights {
  padding: 12px 0px;
  position: relative;
  overflow: hidden;
  color: #585858;
  text-align: center;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  footer .copyrights {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}

footer .navb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  footer .navb {
    flex-wrap: wrap;
    justify-content: center;
  }
}

footer .text-right {
  line-height: 2.5;
}

@media (max-width: 992px) {
  footer .text-right {
    text-align: left !important;
  }
}

footer .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 1rem;
  transition: all 0.35s ease;
}

footer .links a i {
  color: #F89500;
  font-size: 24px;
  transition: all 0.35s ease;
}

footer .links a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

footer .links a:hover i {
  transform: scale(1.1);
}

footer .fbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 15px 0px;
}

@media (max-width: 1024px) {
  footer .fbox {
    justify-content: center;
    flex-wrap: wrap;
  }
}

footer .footer-img {
  position: relative;
  margin-top: -8rem;
}

@media (max-width: 1680px) {
  footer .footer-img {
    margin-top: -6rem;
  }
}

@media (max-width: 1024px) {
  footer .footer-img {
    margin-top: 0;
  }
}

footer .footer-img img {
  width: 100%;
}

footer .footer {
  position: relative;
  z-index: 22;
}

.message {
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 60px;
  width: 60px;
  opacity: 0;
  background: #F89500;
  border-radius: 50%;
  transform: translateY(5rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
}

.message.on {
  opacity: 1;
  transform: translateY(0);
}

.message::after {
  content: "\f062";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
}

@media (min-width: 992px) {
  .message {
    transform: translateY(8rem);
  }
  .message span {
    transform: translateY(9px);
    font-size: 2rem;
  }
}

@media (min-width: 1680px) {
  .message {
    transform: translateY(15rem);
  }
}

@media (max-width: 767px) {
  .message {
    display: none;
  }
}

main {
  position: relative;
  overflow: hidden;
}

@media (max-width: 576px) {
  main {
    --bs-container: 540px;
  }
}

@media (min-width: 768px) {
  main {
    --bs-container: 720px;
  }
}

@media (min-width: 992px) {
  main {
    --bs-container: 960px;
  }
}

@media (max-width: 1200px) {
  main {
    --bs-container: 1140px;
  }
}

@media (min-width: 1400px) {
  main {
    --bs-container: 1320px;
  }
}

@media (min-width: 1680px) {
  main {
    --bs-container: 1500px;
  }
}

.pageinfo ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.pageinfo ul li {
  list-style: none;
  padding-left: 0;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .pageinfo ul li {
    padding: 0.3rem;
  }
}

.pageinfo ul li::before {
  display: none !important;
  font-style: none;
}

.pageinfo ul li a {
  color: #000000;
  background: rgba(243, 243, 243, 0.55);
  transition: all 0.35s ease;
  border-radius: 15px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .pageinfo ul li a {
    width: 40px;
    height: 40px;
  }
}

.pageinfo ul li a:hover {
  color: #ffffff;
  background: #F89500;
  text-decoration: underline;
}

.pageinfo ul li .active {
  background: #ffffff;
  text-decoration: underline;
}

.pageinfo ul li .prev {
  margin: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F6D4C;
  color: #ffffff;
}

@media (max-width: 767px) {
  .pageinfo ul li .prev {
    width: 40px;
    height: 40px;
  }
}

.pageinfo ul li .prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
  display: inline-block;
}

.pageinfo ul li .next {
  margin: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F6D4C;
  color: #ffffff;
}

@media (max-width: 767px) {
  .pageinfo ul li .next {
    width: 40px;
    height: 40px;
  }
}

.pageinfo ul li .next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
}

@media (max-width: 767px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}

.pageinfo span {
  color: rgba(0, 0, 0, 0.5);
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #003783;
}

.more-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
}

.fixed {
  position: fixed;
  left: 1rem;
  top: 15%;
  z-index: 99;
  background: #F8F8F8;
  transition: all 0.35s ease;
}

.fixed.sticky ul li img {
  margin-bottom: 0;
}

.fixed.sticky ul li b {
  display: none;
}

@media (max-width: 1024px) {
  .fixed {
    display: none;
  }
}

.fixed ul {
  margin-bottom: 0;
}

.fixed ul li {
  list-style: none;
  color: #98A3AD;
  border-bottom: 1px solid #DADADC;
  box-sizing: border-box;
  padding: 2rem 0.5rem;
  margin-bottom: 0;
}

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

.fixed ul li img {
  display: block;
  margin: 0rem auto 0.5rem auto;
}

.fixed ul li b {
  display: block;
  text-align: center;
  color: #98A3AD;
  line-height: 1.2;
}

/* Webkit内核（Chrome、Safari） */
.form-control::-webkit-input-placeholder {
  color: #999999;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #999999;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.form-control::-ms-input-placeholder {
  color: #999999;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.form-control::placeholder {
  color: #999999;
  /* placeholder文字颜色为紫色 */
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

html[lang="en-GB"] header .header .container .right .nav-link {
  font-size: 14px;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

@media screen and (max-width: 1440px) {
  html[lang="en-GB"] .first-block .kk .text-2 .text2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.game-btn a {
  width: max-content !important;
  padding: 10px 20px !important;
}

@media (max-width: 1440px) {
  .game-btn {
    margin-top: 0 !important;
  }
}

html[lang="en-GB"] .hero .hero-imgs .b-text {
  right: 150px;
  top: 450px;
  width: 360px;
}

@media screen and (max-width: 1440px) {
  html[lang="en-GB"] .hero .hero-imgs .b-text {
    width: 260px;
  }
}

@media screen and (max-width: 820px) {
  html[lang="en-GB"] .hero .hero-imgs .b-text {
    width: 200px;
    right: 130px;
  }
}

@media screen and (max-width: 767px) {
  html[lang="en-GB"] .hero .hero-imgs .b-text {
    right: 120px;
    top: 220px;
    width: 120px;
  }
}
