@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;
}

body.page-index {
  position: relative;
  height: auto;
}
@media only screen and (max-width: 991px) {
  body.page-index {
    background-image: url("/assets/images/2024/home_page_bg_2024_v5.jpg");
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% -10%;
    background-color: #74dae1;
  }
}
body.page-index .bg_before {
  height: 100vh;
  width: 100vw;
  z-index: 0;
  position: fixed;
}
@media only screen and (min-width: 991px) {
  body.page-index .bg_before {
    background-image: url("/assets/images/2024/home_page_bg_2024_v5.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
}
body.page-index .bg_after {
  background-color: #fff;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  position: fixed;
  opacity: 1;
  transition: opacity 2s;
}
body.page-index .bg_after.is-active {
  opacity: 0;
}
body.page-index .bg_after #bg_video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-index.openMobileMenu .bg_video_skip {
  display: none;
}
body.page-index .bg_video_skip {
  position: fixed;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1500px;
  text-align: right;
  z-index: 70;
}
body.page-index .bg_video_skip #bg_video_skip {
  margin-right: 20px;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
body.page-index main {
  background-color: transparent;
}
body.page-index main.is-sticky {
  padding: 50px 10px 0;
}
body.page-index header .header_container {
  justify-content: space-between;
  min-height: 142.5px;
}
body.page-index .header-logo, body.page-index .header_slogan_container {
  display: block;
}

.header-logo, .header_slogan_container {
  display: none;
}

.header_container {
  max-width: 1500px;
  justify-content: right;
  position: relative;
}
.header_container .header-logo .fadeOut {
  opacity: 1;
  transition: opacity 0.5s;
}
.header_container .header-logo .fadeOut.is-active {
  pointer-events: none;
  opacity: 0;
}
.header_container .header-logo .header-sticky.is-sticky {
  margin: 0;
}
.header_container .header-logo img {
  max-width: 300px;
}
.header_container .header-item {
  margin-right: 20px;
  color: #3b286b;
}
.header_container .header-item.openLangMenu img {
  width: 22px;
}
.header_container .header-item.headerSearch {
  width: 28px;
  height: 28px;
  background-color: #353372;
  border-radius: 14px;
  position: relative;
}
.header_container .header-item.headerSearch img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
}
.header_container .header-item.headerSearch .headerSearchInput {
  padding: 0px;
  overflow: hidden;
  width: 0px;
  border-width: 0px;
  background-color: transparent;
}
.header_container .header-item.headerSearch.is-search {
  width: auto;
}
.header_container .header-item.headerSearch.is-search img {
  left: 10px;
  transform: translate(0%, -50%);
}
.header_container .header-item.headerSearch.is-search .headerSearchInput {
  color: #fff;
  width: 120px;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 991px) {
  .header_container .header-item.headerSearch {
    width: auto;
  }
  .header_container .header-item.headerSearch img {
    left: 10px;
    transform: translate(0%, -50%);
  }
}
.header_container .header-item.header-active {
  color: #344e75 !important;
}
.header_container .header-item.headerMenuLanguage {
  margin-right: 0 !important;
}
@media only screen and (max-width: 991px) {
  .header_container .header-item.headerMenuLanguage {
    display: none;
  }
}
.header_container .header-item.headerMenuLanguage .headerMenu {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.header_container .header-item.headerMenuLanguage .headerMenu .icon-lang-w {
  display: none;
}
.header_container .header-item.headerMenuLanguage .headerMenu .icon-lang-b {
  display: block;
}
.header_container .header-lang {
  max-height: 420px;
  min-width: max-content;
  text-align: right;
  transition: none;
}
.header_container .header-lang.header-sticky {
  z-index: 60;
}
.header_container .header-lang .header-menu.navBtn {
  position: fixed;
  top: 30px;
  right: 30px;
}
.header_container .other-lang {
  background-color: #fff;
  max-height: 0;
  height: auto;
  line-height: 15px;
  max-width: 1010px;
  width: 80%;
  font-size: 12px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: absolute;
  text-align: left;
  width: 160px;
  top: 40px;
  left: 0%;
}
.header_container .other-lang.is-active {
  left: 0%;
  max-height: 600px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  .header_container .other-lang.is-active {
    position: relative;
    left: 0px;
    top: 0px;
    box-shadow: none;
    border-width: 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .header_container .other-lang {
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .header_container .other-lang {
    justify-content: flex-start;
    background-color: transparent;
    margin-right: 0;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    top: 0%;
    left: 0%;
  }
}
.header_container .other-lang a {
  padding: 5px 10px;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 991px) {
  .header_container .other-lang a {
    background-color: transparent;
    font-size: 16px;
    border-bottom: 0px solid #e3e3e3;
  }
}

.header_slogan_container {
  position: relative;
  max-width: 1000px;
  margin-bottom: 750px;
}
.header_slogan_container .header_slogan {
  width: 72%;
  max-width: 800px;
  margin: auto;
  opacity: 0;
  transition: opacity 2s, transform 2s;
}
.header_slogan_container .header_slogan.visiable {
  opacity: 1;
  transform: scale(1.1);
}
.header_slogan_container .header_slogan img {
  width: 100%;
}

.main_menu_container {
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 991px) {
  .main_menu_container .menu_logo_container {
    background-color: #fff;
    position: fixed;
    z-index: 55;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  }
}
.main_menu_container .menu_logo_container.is-active {
  background-color: #fff;
  position: fixed;
  z-index: 55;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.main_menu_container .menu_logo_container.is-active .menu_logo_wrapper {
  display: flex;
}
.main_menu_container .menu_logo_container.is-active .menu_logo_wrapper .slogan_logo {
  max-height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 25%;
}
.main_menu_container .menu_logo_container .menu_logo_wrapper {
  display: none;
  max-width: 1500px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .main_menu_container .menu_logo_container .menu_logo_wrapper {
    display: flex;
  }
  .main_menu_container .menu_logo_container .menu_logo_wrapper .slogan_logo {
    max-height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 25%;
  }
}
.main_menu_container .menu_logo_container .menu_logo_wrapper a {
  max-width: 10%;
}
@media only screen and (max-width: 991px) {
  .main_menu_container .menu_logo_container .menu_logo_wrapper a {
    max-width: 25%;
  }
}
.main_menu_container .menu_logo_container .menu_logo_wrapper a img {
  height: 80px;
}
.main_menu_container .main_menumenu, .main_menu_container .main_menu ul, .main_menu_container .main_menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .main_menu_container .main_menu {
    margin: auto;
    padding: 0;
    max-width: 920px;
    width: 80% !important;
    height: 50px;
    border-radius: 10px;
    background-color: #186977;
    z-index: 60;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .main_menu_container .main_menu .menu_item_wrapper {
    color: #186977;
  }
  .main_menu_container .main_menu .menu_item_wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 50px;
    transform: translate(-50%, 0);
    background-color: #186977;
    border-radius: 10px;
    z-index: 41;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_item {
    color: #a2def9;
    cursor: pointer;
    position: relative;
    z-index: 50;
    display: block;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_item.is-active {
    color: #fff;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_item.is-active:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #74dae1;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_item > span {
    display: block;
    text-align: center;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown {
    display: none;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown.is-active {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120%;
    padding: 35px 0;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown.is-active .menu_dropdown_bg {
    content: "";
    position: absolute;
    top: -1em;
    left: 50%;
    width: 100vw;
    height: calc(100% + 40px);
    transform: translate(-50%, 0);
    background-color: #74dae1;
    background-image: url("/assets/images/2024/main_menu_line_bg.png");
    z-index: -1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .menu_dropdown_tab_container {
    flex: 1 0 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .menu_dropdown_tab_container:before {
    position: absolute;
    content: "";
    border-top: 2px solid #186977;
    bottom: -6px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .menu_dropdown_tab_container .menu_dropdown_tab {
    cursor: pointer;
    padding: 2px 40px 4px;
    font-size: 17px;
    font-weight: 500;
    color: rgba(24, 105, 119, 0.5);
    border: 2px solid rgba(24, 105, 119, 0.5);
    border-radius: 15px 15px 0 0;
    margin-right: 2%;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .menu_dropdown_tab_container .menu_dropdown_tab.is-active {
    background-color: #186977;
    color: #fff;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .menu_dropdown_wrapper {
    max-height: 80vh;
    overflow: overlay;
    gap: 0 2%;
    width: 100%;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .left_container span, .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_item span {
    display: inline-block;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .left_container {
    flex: 1 0 23%;
    margin-bottom: 20px;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .left_container:empty {
    flex: 1 0 0 !important;
    margin: auto;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .left_container:empty + .right_container {
    flex: 1 0 90% !important;
    margin: auto;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container {
    flex: 1 0 75%;
    margin-bottom: 20px;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper.right_col_4 .right_item {
    flex: 0 1 24%;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item {
    flex: 0 1 33%;
    padding-bottom: 12px;
    border-left: 1px solid #186977;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_0 {
    order: 0;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_1 {
    order: 1;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_2 {
    order: 2;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_3 {
    order: 3;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_4 {
    order: 4;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_5 {
    order: 5;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_6 {
    order: 6;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_7 {
    order: 7;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_8 {
    order: 8;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_9 {
    order: 9;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_10 {
    order: 10;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_11 {
    order: 11;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_12 {
    order: 12;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_13 {
    order: 13;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_14 {
    order: 14;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_15 {
    order: 15;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_16 {
    order: 16;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_17 {
    order: 17;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_18 {
    order: 18;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_19 {
    order: 19;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_20 {
    order: 20;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_21 {
    order: 21;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_22 {
    order: 22;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_23 {
    order: 23;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_24 {
    order: 24;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_25 {
    order: 25;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_26 {
    order: 26;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_27 {
    order: 27;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_28 {
    order: 28;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_29 {
    order: 29;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_30 {
    order: 30;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_31 {
    order: 31;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_32 {
    order: 32;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_33 {
    order: 33;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_34 {
    order: 34;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_35 {
    order: 35;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_36 {
    order: 36;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_37 {
    order: 37;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_38 {
    order: 38;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_39 {
    order: 39;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_40 {
    order: 40;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_41 {
    order: 41;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_42 {
    order: 42;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_43 {
    order: 43;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_44 {
    order: 44;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_45 {
    order: 45;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_46 {
    order: 46;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_47 {
    order: 47;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_48 {
    order: 48;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_49 {
    order: 49;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item.order_50 {
    order: 50;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item a {
    display: block;
    margin-left: 3%;
    width: 94%;
    color: #186977;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 991px) {
  .main_menu_container .main_menu {
    position: fixed;
    top: 0;
    left: 100% !important;
    height: -webkit-fill-available;
    width: 100vw !important;
    overflow: scroll;
    z-index: 999;
    background-color: #74dae1;
    background-image: url("/assets/images/2024/menu_line_R.png");
    margin: 0;
    padding: 38px 10px 0 !important;
    transition: left 0.5s ease;
  }
  .main_menu_container .main_menu.openMobileMenu {
    left: 0 !important;
  }
  .main_menu_container .main_menu .menu_item_home {
    width: 100%;
  }
  .main_menu_container .main_menu .menu_item_home .menu_item_m_home {
    display: inline-block !important;
  }
  .main_menu_container .main_menu .menu_item_wrapper {
    padding: 5px 10px;
    color: #186977;
    font-size: 18px;
    font-weight: bold;
    line-height: initial;
    margin-bottom: 10px;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_item {
    letter-spacing: -1px;
    cursor: pointer;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown {
    display: none;
    padding: 0;
    transition: all 1s ease;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown.is-active {
    padding: 15px 10px 0;
    display: block;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .menu_dropdown_tab_container {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
    margin-bottom: 5px;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .menu_dropdown_tab_container .menu_dropdown_tab {
    cursor: pointer;
    display: block;
    color: rgba(24, 105, 119, 0.3);
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .menu_dropdown_tab_container .menu_dropdown_tab.is-active {
    color: #186977;
    text-decoration: underline;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .menu_dropdown_tab_container ~ .left_container {
    padding: 0 10px;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .menu_dropdown_tab_container ~ .right_container {
    padding: 0 20px;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .left_container {
    letter-spacing: -1px;
    margin-bottom: 5px;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container {
    margin-left: 10px;
    width: 100%;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item {
    font-weight: 300;
    font-size: 16px !important;
    margin-bottom: 15px;
    max-width: 100%;
    flex: 1 0 100%;
    font-size: 20px;
    line-height: 1.2;
  }
  .main_menu_container .main_menu .menu_item_wrapper .menu_dropdown .right_container .right_wrapper .right_item:empty {
    display: none;
  }
  .main_menu_container .main_menu .menu_header_container:before {
    content: "";
    display: block;
    margin: 25px 15px;
    height: 1px;
    width: 50%;
    background-color: #353372;
  }
  .main_menu_container .main_menu .menu_header_container .header-item {
    padding: 0 10px;
  }
  .main_menu_container .main_menu .menu_header_container .header-item.headerMenuLanguage {
    display: block !important;
  }
  .main_menu_container .main_menu .menu_header_container .header-item .headerMenu {
    justify-content: left;
  }
}

main.is-sticky {
  margin: 80px 0 30px;
}
main.index_main_container {
  text-align: left;
  padding: 0 10px;
  margin-top: -25px;
}
main.index_main_container section {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
main.index_main_container .index_news_container {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
main.index_main_container .index_news_container .index_news, main.index_main_container .index_news_container .index_news_slogan {
  background-color: transparent;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  main.index_main_container .index_news_container .index_news {
    background: unset !important;
  }
}
main.index_main_container .index_news_container .index_news .index_news_bg {
  position: relative;
  overflow: hidden;
}
main.index_main_container .index_news_container .index_news .index_news_bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
  width: 100%;
  height: 10em;
}
@media only screen and (max-width: 991px) {
  main.index_main_container .index_news_container .index_news .index_news_bg::after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  main.index_main_container .index_news_container .index_news .index_news_bg {
    display: none;
  }
}
main.index_main_container .index_news_container .index_news .index_news_content {
  justify-content: center;
}
main.index_main_container .index_news_container .index_news .index_news_content .index_news_title .index_news_title_img {
  height: 30px;
}
main.index_main_container .index_news_container .index_news .index_news_content .icon-cycle:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #186977;
  border-radius: 9px;
}
main.index_main_container .index_news_container .index_news_slogan {
  min-height: 250px;
}
main.index_main_container .index_news_container .index_news_slogan .index_news_slogan_wrapper {
  text-align: left;
  line-height: 1.3;
}
main.index_main_container .index_news_container .index_news_slogan .index_news_slogan_wrapper .index_news_slogan_img {
  height: 30px;
}
main.index_main_container .index_news_container:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/2024/index_news_bg_after.gif");
  background-position: right bottom;
  background-repeat: no-repeat;
}
main.index_main_container .index_swiper_container {
  max-width: 1400px;
  overflow-y: visible;
}
main.index_main_container .index_swiper_container .catSwiper {
  position: relative;
}
main.index_main_container .index_swiper_container .catSwiper .swiper-wrapper .swiper-slide {
  box-shadow: none !important;
}
main.index_main_container .index_swiper_container .catSwiper .swiper-wrapper .swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background-image: url("/assets/images/2024/home_swiper_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
main.index_main_container .index_about_container {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
main.index_main_container .index_about_container .index_about.index_about_top {
  min-height: 400px;
  background-image: url("/assets/images/2024/index_about_top_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  main.index_main_container .index_about_container .index_about.index_about_top {
    background: unset;
  }
}
main.index_main_container .index_about_container .index_about.index_about_top .index_about_title .index_about_title_img {
  height: 50px;
}
main.index_main_container .index_about_container .index_about.index_about_top .index_about_content {
  max-width: 60%;
}
@media only screen and (max-width: 991px) {
  main.index_main_container .index_about_container .index_about.index_about_top .index_about_content {
    max-width: 100%;
  }
}
main.index_main_container .index_about_container .index_about.index_about_bottom {
  min-height: 200px;
  background-image: url("/assets/images/2024/index_about_bottom_bg.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  main.index_main_container .index_about_container .index_about.index_about_bottom {
    margin-top: 30px;
  }
}
main.index_main_container .index_about_container .index_about.index_about_bottom .index_about_content {
  max-width: 40%;
}
@media only screen and (max-width: 991px) {
  main.index_main_container .index_about_container .index_about.index_about_bottom .index_about_content {
    max-width: 100%;
  }
}

footer {
  position: relative;
}
footer.style_2024 {
  background-color: #186977;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  footer.style_2024 {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
footer.style_2024 .footer_container {
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  footer.style_2024 .footer-left img {
    margin-top: 10px;
  }
}

*::selection {
  border: unset !important;
  background-color: white !important;
  color: unset !important;
}/*# sourceMappingURL=index_2024.css.map */