@charset "UTF-8";
/* noto-sans-tc-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Noto_Sans_TC/NotoSansTC-Thin.otf"); /* IE9 Compat Modes */
}
/* noto-sans-tc-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Noto_Sans_TC/NotoSansTC-Light.otf"); /* IE9 Compat Modes */
}
/* noto-sans-tc-400 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans_TC/NotoSansTC-Regular.otf"); /* IE9 Compat Modes */
}
/* noto-sans-tc-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto_Sans_TC/NotoSansTC-Medium.otf"); /* IE9 Compat Modes */
}
/* noto-sans-sc-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Noto_Sans_SC/NotoSansSC-Thin.otf"); /* IE9 Compat Modes */
}
/* noto-sans-sc-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Noto_Sans_SC/NotoSansSC-Light.otf"); /* IE9 Compat Modes */
}
/* noto-sans-sc-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto_Sans_SC/NotoSansSC-Medium.otf"); /* IE9 Compat Modes */
}
html.openMobileMenu, body.openMobileMenu {
  overflow: hidden !important;
  height: -webkit-fill-available !important;
}
.hi {
  width: 100%;
  opacity: 1;
}

main {
  background-color: #fff;
  color: #000;
}
th {
  font-weight: 300;
}

.mb {
  margin-bottom: 10px;
}

.share-items {
  display: flex;
  width: 100%;
}
.share-items .share-item {
  max-width: 35px;
  flex: 1;
  margin-left: 10px;
}
.share-items .share-item :first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 991px) {
  .share-items .share-item {
    max-width: 30px;
    margin-left: 8px;
  }
}

.title-font {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.title-font.small-title {
  font-weight: 400;
}

.page-title {
  padding: 30px 0px;
  font-weight: 300;
}

.btn_base {
  cursor: pointer;
  position: relative;
  margin: 10px 20px 10px 0px;
  max-width: 200px;
  font-size: 19px;
  font-weight: 400;
  background-color: #f37361;
  border-color: #f37361;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 10px 20px;
  color: #fff;
}

.d-none {
  display: none;
}

.hidden {
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  position: absolute;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex.col {
  flex-direction: column !important;
}
.d-flex.col-reverse {
  flex-direction: column-reverse !important;
}
.d-flex.row {
  flex-direction: row !important;
}
.d-flex.row-reverse {
  flex-direction: row-reverse !important;
}
.d-flex .flex-item {
  flex: 1;
}
.d-flex .flex-item.c-100 {
  flex: 1 0 100%;
}
.d-flex .flex-item.c-70 {
  flex: 1 0 60%;
}
.d-flex .flex-item.c-60 {
  flex: 1 0 60%;
}
.d-flex .flex-item.c-50 {
  flex: 1 0 50%;
}
.d-flex .flex-item.c-40 {
  flex: 1 0 40%;
}
.d-flex .flex-item.c-30 {
  flex: 1 0 20%;
}
.d-flex .flex-item.c-20 {
  flex: 1 0 20%;
}
.d-flex .flex-item.c-25 {
  flex: 1 0 25%;
}
.d-flex .flex-item.c-30 {
  flex: 1 0 30%;
}
.d-flex .flex-item.c-70 {
  flex: 1 0 70%;
}
.d-flex .flex-item.c-75 {
  flex: 1 0 75%;
}
.d-flex .flex-item.c-80 {
  flex: 1 0 80%;
}

.center {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.topSection {
  position: relative;
  overflow: hidden;
}
.padding-container {
  padding: 0px 30px;
}

.ps-space {
  padding-bottom: 5px;
}

.swiper-container {
  padding: 0px;
}

.f-bold, .f-bold {
  font-weight: bold !important;
}

.f-blue, .f-blue a {
  color: #344e75;
}

.f-purple, .f-purple a {
  color: #3d3080;
}

.f-white, .f-white a {
  color: #fff;
}

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

.blockLine {
  width: 100%;
  height: 40px;
  margin: 45px auto;
  background-image: url("../images/separate_dots.svg");
  background-size: auto;
  background-repeat: repeat-x;
}
.blockLine.removeTop {
  margin-top: 0px;
}

.m-left {
  margin-left: 25px;
}

.m-right {
  margin-right: 25px;
}

@media only screen and (max-width: 991px) {
  .m-block {
    display: block;
  }
}

.ios-button {
  margin: auto;
  border-radius: 5px;
}
.ios-button input.mobileToggle {
  opacity: 0;
  position: absolute;
}
.ios-button input.mobileToggle + label {
  position: relative;
  display: inline-block;
  user-select: none;
  transition: 0.4s ease;
  height: 30px;
  width: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
  background-color: #e3e3e3;
}
.ios-button input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 30px;
  width: 51px;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.ios-button input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background-color: #fff;
  height: 28px;
  width: 28px;
  top: 1px;
  left: 0px;
  border-radius: 60px;
}
.ios-button input.mobileToggle:checked + label:before {
  background: #ffb32c;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.ios-button input.mobileToggle:checked + label:after {
  left: 21px;
}

.f-form-color, .f-form-color a {
  color: #343e86;
}

.form_block {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.form_block .form_container {
  border: 1px solid rgb(53, 51, 114);
  margin: 0 auto;
  margin-top: 25px;
  background-color: transparent;
  border-radius: 10px;
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .form_block .form_container {
    padding: 15px 0px;
  }
}
.form_block .left-block {
  position: relative;
  flex: 1 0 70%;
  z-index: 1;
}
.form_block .right-block {
  position: relative;
  text-align: right;
  flex: 1 0 30%;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .form_block .left-block,
  .form_block .right-block {
    flex: 1 0 100%;
  }
}
.form_block .nsed_inputSet select,
.form_block .nsed_inputSet input[type=text],
.form_block .nsed_inputSet input[type=email],
.form_block .nsed_inputSet input[type=tel],
.form_block .nsed_inputSet textarea {
  width: calc(100% - 30px);
  height: 30px;
  padding: 0px 15px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
}
.form_block .nsed_inputSet textarea {
  height: 200px;
  padding: 15px;
}
.form_block .nsed_inputSet.submit {
  padding-top: 15px;
  text-align: center;
}
.form_block .form_main_content .nsed_inputSet {
  flex: 1 0 40%;
  margin: 15px;
}
.form_block .form_main_content .nsed_inputSet fieldset {
  border-width: 0px;
}
@media only screen and (max-width: 991px) {
  .form_block .form_main_content .nsed_inputSet {
    flex: 1 0 calc(100% - 30px);
  }
}
.form_block .form_main_content .nsed_inputSet.c-100 {
  flex: 1 0 calc(100% - 30px);
}
.form_block .form_radioSet .radioSet {
  vertical-align: middle;
  display: inline-block;
  flex: 1 0 24%;
}
@media only screen and (max-width: 991px) {
  .form_block .form_radioSet .radioSet {
    flex: 1 0 50%;
  }
}

.desBtn {
  width: auto;
  min-width: 140px;
  cursor: pointer;
  border-width: 0px;
  background-color: #ffb32c;
  margin: 10px auto;
  padding: 13px 32px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s;
  background-size: 200% 200%;
  color: rgb(70, 68, 68);
  border-radius: 10px;
  display: block;
  outline: none;
}
.desBtn:hover {
  background-position: bottom;
  color: #fff;
  text-decoration: none;
}
.red {
  color: #ff7a7a;
}

.borderContent {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 25px 65px;
  margin: 40px auto 20px;
}
.borderContent.opening {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .borderContent {
    margin: 20px 15px;
    padding: 15px;
  }
}

.ch .header .header-right .header-right-bg .header-item,
.ch .header .header-right .header-right-bg-white .header-item {
  margin-right: 35px;
}
.video-main {
  display: block;
  max-width: 100%;
}

.lightBox {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.lightBox.is-active {
  display: block;
}
.lightBox .swiper-container {
  position: relative;
  z-index: 1;
}
.lightBox .swiper-button-next:after,
.lightBox .swiper-button-prev:after {
  content: "";
}
.lightBox .lightBoxContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 320px;
  width: auto;
  min-height: 180px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 20px;
  width: 720px;
}
@media only screen and (max-width: 991px) {
  .lightBox .lightBoxContainer {
    min-width: 0;
    max-width: 660px;
    width: 90%;
  }
}
.lightBox .lightBoxContainer .lightBoxBanner {
  width: 100%;
  margin-top: -4.4%;
}
.lightBox .lightBoxContainer .lightBoxBannerTitle {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 25%;
  top: 5%;
}
.lightBox .lightBoxContainer .lightBoxContent {
  padding: 25px;
  font-size: 19px;
  line-height: 24px;
}
.lightBox .lightBoxContainer .lightBoxTitle {
  font-size: 19px;
  line-height: 23px;
  padding-bottom: 10px;
}
.lightBox .lightBoxContainer .lightBoxDes {
  font-size: 16px;
  line-height: 20px;
}
.lightBox .lightBoxContainer .lightBoxDesInput {
  width: 100%;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #d3d3d3;
  margin: 15px 0px;
}
.lightBox .lightBoxContainer .lightBoxClose {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #6b6b6b;
  cursor: pointer;
  z-index: 10;
}
.lightBox .lightBoxContainer .lightBoxClose:before, .lightBox .lightBoxContainer .lightBoxClose:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #6b6b6b;
  transition: 0.5s;
  top: 14px;
  left: 5px;
}
.lightBox .lightBoxContainer .lightBoxClose:before {
  transform: rotate(45deg);
}
.lightBox .lightBoxContainer .lightBoxClose:after {
  transform: rotate(135deg);
}

.leftImg {
  float: left;
  width: 35%;
  margin: 10px;
}
@media only screen and (max-width: 991px) {
  .leftImg {
    width: calc(100% - 20px);
  }
}
.rightImg {
  float: right;
  width: 35%;
  margin: 10px;
}
@media only screen and (max-width: 991px) {
  .rightImg {
    width: calc(100% - 20px);
  }
}
.fp {
  float: left;
}

.clearBoth:after {
  display: block;
  content: "";
  clear: both;
}

.f4to2 .flex-item {
  flex: 1 0 25%;
}
@media only screen and (max-width: 991px) {
  .f4to2 .flex-item {
    flex: 1 0 50%;
  }
}

.f5to2 .flex-item {
  flex: 1 0 25%;
}
@media only screen and (max-width: 991px) {
  .f5to2 .flex-item {
    flex: 1 0 50%;
  }
}

.uploading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 999;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.uploading .uploading-text-container {
  width: auto;
}
.uploading .uploading-text-container .uploading-text {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 10px;
}

.lang-ur .text-ur {
  direction: rtl;
}

.page-media .topSection .container .borderContent .listing {
  list-style: none;
}
.page-media .topSection .container .borderContent .listing li:before {
  content: "•";
  color: #f8b856;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-left: -15px;
}
.page-media .topSection .container .borderContent .listing a {
  display: inline-block !important;
  color: #000;
  padding-left: 10px;
}

body.isSticky:not(.page-vip_form) header {
  position: fixed;
}
body.isSticky:not(.page-vip_form) header .header-left .header-logo {
  height: auto;
}
body.isSticky:not(.page-vip_form) header .header-left .header-logo img {
  height: 65px;
}
body.isSticky:not(.page-vip_form) header .header-right .header-right-content {
  margin-top: 15px;
}
body.isSticky:not(.page-vip_form) header .header-right .header-lang {
  overflow: hidden;
  max-height: 0px;
  margin-bottom: 20px;
}
body.isSticky:not(.page-vip_form) .breadcrumb_block {
  position: fixed;
  top: 97px;
  z-index: 49;
  padding: 0px;
  left: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  body.isSticky:not(.page-vip_form) .breadcrumb_block {
    top: 67px;
  }
}
body.isSticky:not(.page-vip_form) .breadcrumb_block .breadcrumbBar {
  max-height: 0px;
}
body.isSticky:not(.page-vip_form) .borderContent {
  padding-top: 155px;
}
@media only screen and (max-width: 991px) {
  body.isSticky:not(.page-vip_form) .borderContent {
    transition: padding 0s ease-in-out;
    padding-top: 227px;
  }
}

.border1 {
  border: 1px solid #e3e3e3;
}

html,
body {
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", "Noto Sans SC", "Arial", "sans-serif";
  min-width: 320px;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  background-color: #9170c7;
  background-color: #664B8B;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html.lang-tc, html.lang-sc,
body.lang-tc,
body.lang-sc {
  font-size: 16px;
  line-height: 1.5;
}
html.lang-en,
body.lang-en {
  font-size: 14px;
  line-height: 1.5;
}

main {
  text-align: justify;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
a:hover {
  user-select: all !important;
}
a:hover, a:focus {
  color: #000;
}

img,
.svg-ico svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

*::selection {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: #fff !important;
  color: #fff !important;
}

.fancybox-stage a:active, .fancybox-stage a:focus, .fancybox-stage a:focus-visible {
  outline-style: none;
  -moz-outline-style: none;
  border-width: 0px;
}

textarea:focus, input:focus, button:focus {
  border: 0px solid rgba(0, 0, 0, 0);
  outline: 0;
}/*# sourceMappingURL=base.css.map */