@charset "UTF-8";
@font-face {
  font-family: 'TradeGothicLTStd';
  src: url("../fonts/TradeGothicLTStd.eot");
  src: url("../fonts/TradeGothicLTStd.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicLTStd.woff2") format("woff2"), url("../fonts/TradeGothicLTStd.woff") format("woff"), url("../fonts/TradeGothicLTStd.ttf") format("truetype"), url("../fonts/TradeGothicLTStd.svg#TradeGothicLTStd") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TradeGothicLTStdBold';
  src: url("../fonts/TradeGothicLTStdBold.eot");
  src: url("../fonts/TradeGothicLTStdBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicLTStdBold.woff2") format("woff2"), url("../fonts/TradeGothicLTStdBold.woff") format("woff"), url("../fonts/TradeGothicLTStdBold.ttf") format("truetype"), url("../fonts/TradeGothicLTStdBold.svg#TradeGothicLTStdBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  color: #1E1E1E;
  font-family: 'TradeGothicLTStd','微軟正黑體';
  font-size: 16px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body {
    font-size: 20px;
  }
}

@media screen and (min-width: 2561px) {
  body {
    font-size: 26px;
  }
}

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

body em {
  font-style: normal;
}

body .TradeGothicLTStdBold {
  font-family: 'TradeGothicLTStdBold','微軟正黑體';
}

body .TradeGothicLTStd {
  font-family: 'TradeGothicLTStd','微軟正黑體';
}

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

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

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

body .title {
  font-family: 'TradeGothicLTStdBold','微軟正黑體';
  font-weight: bold;
  display: flex;
  align-items: center;
}

body .title::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 6px;
  background: url(../images/i.svg) no-repeat top center;
  margin-right: 10px;
  margin-top: -5px;
}

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 .fc-col-header-cell-cushion {
  font-size: 20px;
}

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: bold;
}

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

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

body img {
  max-width: 100%;
}

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

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #0B85C8;
}

body .blueLight {
  color: #0B85C8;
}

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

body .black {
  color: #000000;
}

body .red {
  color: #0B85C8;
}

body .greenback {
  background: #0B85C8;
}

body .greenDeep {
  color: #0B85C8;
}

body .orangeDeep {
  color: #0B85C8;
}

body .yellow {
  color: #FFD739;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #17585D;
}

body .fs100 {
  font-size: 100px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs100 {
    font-size: 104px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs100 {
    font-size: 120px;
  }
}

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

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

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

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

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

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

body .fs88 {
  font-size: 88px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs88 {
    font-size: 92px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs88 {
    font-size: 110px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs64 {
    font-size: 68px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs64 {
    font-size: 78px;
  }
}

@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: 42px;
  }
}

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs54 {
    font-size: 58px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs54 {
    font-size: 58px;
  }
}

@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: 32px;
  }
}

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs48 {
    font-size: 52px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs48 {
    font-size: 64px;
  }
}

@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: 40px;
  }
}

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

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

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs42 {
    font-size: 46px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs42 {
    font-size: 58px;
  }
}

@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: 30px;
  }
}

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs40 {
    font-size: 44px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs40 {
    font-size: 56px;
  }
}

@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 screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs36 {
    font-size: 40px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs36 {
    font-size: 48px;
  }
}

@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 screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs22 {
    font-size: 26px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs22 {
    font-size: 34px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs20 {
    font-size: 24px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs20 {
    font-size: 32px;
  }
}

@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 screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs32 {
    font-size: 34px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs32 {
    font-size: 40px;
  }
}

@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: 22px;
  }
}

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs30 {
    font-size: 32px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs30 {
    font-size: 38px;
  }
}

@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 screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs28 {
    font-size: 34px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs28 {
    font-size: 40px;
  }
}

@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: 18px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs24, body h2, body .h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs24, body h2, body .h2 {
    font-size: 36px;
  }
}

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

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

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

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

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

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs18 {
    font-size: 22px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs18 {
    font-size: 28px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs16 {
    font-size: 20px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs16 {
    font-size: 26px;
  }
}

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

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

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs14 {
    font-size: 18px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs14 {
    font-size: 22px;
  }
}

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

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

@media (max-width: 768px) {
  body .mt-5 {
    margin-top: 1.5rem !important;
  }
}

body .white {
  color: #ffffff;
}

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: #0B85C8;
  background: #ffffff;
}

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

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  transition: all 0.35s ease;
  background-color: rgba(255, 255, 255, 0.6);
}

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

.first-block .inner .row form input::-webkit-input-placeholder {
  color: #fff;
}

.first-block .inner .row form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.first-block .inner .row form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.first-block .inner .row form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

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

.index-block .Yearlist .navs::-webkit-scrollbar {
  width: 8px;
}

.index-block .Yearlist .navs::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.index-block .Yearlist .navs::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.first-block .inner .items::-webkit-scrollbar {
  width: 8px;
}

.first-block .inner .items::-webkit-scrollbar-track {
  background-color: #F1F3F4;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.first-block .inner .items::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.loginpup .container .conbox::-webkit-scrollbar {
  width: 10px;
}

.loginpup .container .conbox::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.loginpup .container .conbox::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

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

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

.dropdown-menu {
  background-color: #FDFBF5;
  position: absolute;
  width: 100%;
  min-width: 100%;
  left: 0%;
  right: 0;
  padding: 3rem 0;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 0 !important;
}

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

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: #1E1E1E;
  white-space: nowrap;
  margin-left: 0 !important;
  border-bottom: 1px solid #efefef;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}

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

.dropdown-menu li a:hover {
  border-bottom: 1px solid #0B85C8;
  background: none !important;
  color: #0B85C8 !important;
}

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

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

.dropdown-menu .col-md-9 {
  display: flex;
  justify-content: space-between;
}

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

.dropdown-menu .col-md-9 .leftin {
  width: 30%;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding-left: 3rem;
  margin-left: 3rem;
}

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

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

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .leftin a {
    padding: 0.5rem 0;
    font-size: 16px;
  }
  .dropdown-menu .col-md-9 .leftin a:nth-last-child(1) {
    border-bottom: none;
  }
}

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

.dropdown-menu .col-md-9 .leftin a.orange {
  color: #0B85C8;
}

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

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

.dropdown-menu .col-md-9 .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-9 .rightin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .rightin a.orange {
  color: #0B85C8;
}

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

.dropdown-menu .col-md-9 .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;
}

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

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

main ul {
  padding-left: 0rem;
}

main ul li {
  padding-left: 1rem;
  list-style: none;
  position: relative;
  margin-bottom: 1rem;
}

main ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  background: #0B85C8;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.container {
  max-width: 1700px;
  width: 100%;
}

@media screen and (min-width: 2561px) {
  .container {
    max-width: 82%;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .container {
    max-width: 80%;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 88%;
  }
}

@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: #1E1E1E;
}

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

@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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0B85C8;
  outline: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 1.5em;
}

.swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-next {
  right: -1.5vw;
}

@media (max-width: 1024px) {
  .swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-next {
    right: -3vw;
  }
}

.swiper-button-next.swiper-button-next::after, .swiper-button-prev.swiper-button-next::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/right.svg) no-repeat top center;
  background-size: cover;
}

.swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
  left: -1.5vw;
}

@media (max-width: 1024px) {
  .swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
    left: -3vw;
  }
}

.swiper-button-next.swiper-button-prev::after, .swiper-button-prev.swiper-button-prev::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/left.svg) no-repeat top center;
  background-size: cover;
}

header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

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

header .header {
  width: 100%;
}

header .header .topbar {
  position: relative;
  z-index: 99;
}

header .header .container {
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1440px) {
  header .header .container {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

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

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

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

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

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

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

header .header .container .icon-box .btn {
  margin-left: 2rem;
  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: #555;
  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% - 600px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 1rem;
}

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

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

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

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

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

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

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

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

header .header .container .right .nav-link a {
  display: block;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-family: 'TradeGothicLTStd','微軟正黑體';
}

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

@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.active {
  color: #0B85C8;
}

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: #1E1E1E;
  position: static;
}

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

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: #0B85C8;
  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 #0B85C8;
  color: #0B85C8;
  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: #1E1E1E;
}

header .nav-box {
  z-index: 99;
  padding: 0;
  width: 100%;
}

@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: #1E1E1E;
  padding: 0.5rem 1.5rem;
  font-family: 'TradeGothicLTStd','微軟正黑體';
}

@media screen and (min-width: 2561px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem 2rem;
  }
}

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

header .nav-box .nav .nav-link:hover {
  color: #0B85C8;
}

header .lang {
  position: relative;
}

header .lang span {
  display: inline-block;
  border-radius: 10px;
  background: #E8E8E8;
  padding: 1.1rem 2rem;
  color: #242424;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.35s ease;
}

header .lang span:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  header .lang span {
    padding: 0.6rem 1rem;
  }
}

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

header .lang dl {
  display: none;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  background: #E8E8E8;
  border-radius: 0 0 10px 10px;
}

header .lang dl dd {
  padding: 5px;
}

header .lang dl dd a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #333;
}

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

@media (max-width: 1280px) {
  header .links {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  header .links {
    display: none;
    padding-left: 1rem;
    margin-left: 0;
  }
}

header .links .login {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  header .links .login {
    margin-right: 1rem;
  }
}

header .links .login a {
  display: inline-block;
  border-radius: 10px;
  background: #0B85C8;
  padding: 1.1rem 2rem;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.35s ease;
}

header .links .login a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  header .links .login a {
    padding: 0.6rem 1rem;
  }
}

header .links .login a img {
  margin-right: 10px;
}

.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: #FAEDD1;
  color: #ffffff;
  padding: 0.3rem 0.5rem;
  margin-right: 0.5rem;
  color: #808080;
}

.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: 0.7rem;
  top: 0.5rem;
  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: #ffffff;
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

.close::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #ffffff;
  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 h3 {
  color: #0B85C8;
  font-size: 22px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .txt h3 {
    font-size: 26px;
  }
}

@media screen and (min-width: 2561px) {
  .txt h3 {
    font-size: 34px;
  }
}

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

.txt img {
  display: inline-block;
}

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

.banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .banner {
    height: 480px;
  }
  .banner .swiper {
    height: 100%;
  }
  .banner .swiper-slide {
    height: 100%;
  }
  .banner .swiper-slide .boximg {
    position: relative;
  }
  .banner .swiper-slide .boximg::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
  }
}

.banner .swiper-slide {
  position: relative;
}

.banner .swiper-slide.swiper-slide-active .boximg img {
  transform: scale(1);
}

.banner .swiper-slide .inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.banner .swiper-slide .inner .tag {
  color: #ffffff;
  display: block;
}

.banner .swiper-slide .inner h1 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 30px 0px;
}

@media (max-width: 768px) {
  .banner .swiper-slide .inner h1 {
    margin: 10px 0px;
  }
}

.banner .swiper-slide .inner p {
  margin: 2rem 0;
  color: #4D4D4D;
  max-width: 400px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  .banner .swiper-slide .inner p {
    margin: 1rem 0;
  }
}

.banner .swiper-slide .boximg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5);
  -webkit-transition: all  1s ease 0s;
  -moz-transition: all  1s ease 0s;
  -ms-transition: all  1s ease 0s;
  -o-transition: all  1s ease 0s;
  transition: all  1s ease 0s;
}

.banner .banner-img {
  position: relative;
  width: 90%;
  float: right;
  box-sizing: border-box;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .banner .banner-img {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
}

.banner .banner-img img {
  width: 100%;
}

.banner .banner_text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

@media (max-width: 767px) {
  .banner .banner_text {
    top: 0;
    transform: none;
    position: relative;
  }
}

.banner .banner_text h1 {
  background: #ffffff;
  padding: 5px;
  color: #1C6D8F;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.banner .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}

.banner .inner .bread span, .banner .inner .bread a {
  display: inline-block;
  margin: 0 5px;
}

.banner .scorll {
  display: block;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.banner .scorll a {
  display: block;
}

.banner .scorll a span {
  color: #98A3AD;
  margin-top: 2rem;
  display: block;
  transform: rotate(90deg);
  line-height: 1.1;
}

.banner .scorll a img {
  display: block;
  margin: 0 auto;
  -webkit-animation: rotateMouse 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s infinite both;
  animation: rotateMouse 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s infinite both;
}

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

/*!sc*/
.page-banner {
  position: relative;
}

@media (max-width: 768px) {
  .page-banner {
    padding-bottom: 0px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .page-banner {
    height: 120px;
  }
}

.page-banner .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

.page-banner .inner h1 {
  margin-bottom: 0;
}

.page-banner .boximg {
  height: 100%;
}

.page-banner .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bread {
  position: relative;
  font-family: 'TradeGothicLTStdBold','微軟正黑體';
}

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

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

.first-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 80px 0px;
}

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

.first-block form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 767px) {
  .first-block form {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.first-block form .form-group {
  width: 238px;
  background: #B5D4FF;
  border-radius: 10px;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .first-block form .form-group {
    width: 100%;
    margin-left: 1rem;
  }
  .first-block form .form-group:nth-child(1) {
    margin-left: 0;
  }
}

.first-block form .form-group::after {
  content: "\f0d7";
  display: inline-block;
  font-family: 'FontAwesome';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.first-block form .form-group .form-control {
  background: none;
  border: none;
  box-shadow: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.first-block .swi {
  position: relative;
  margin-top: 1rem;
}

.first-block .swi .swiper {
  overflow: visible;
  padding-bottom: 4rem;
}

.first-block .swi .swiper .swiper-slide {
  position: relative;
}

.first-block .swi .swiper .swiper-slide:nth-child(even) .hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ff3b0a);
}

.first-block .swi .swiper .swiper-slide:hover .imgs 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);
}

.first-block .swi .swiper .swiper-slide .imgs {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.first-block .swi .swiper .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.35s ease;
}

.first-block .swi .swiper .swiper-slide .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 1.5rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #00306b);
  color: #ffffff;
}

.first-block .swi .swiper .swiper-slide .hover h3 {
  width: 100%;
}

.first-block .swi .swiper-pagination .swiper-pagination-bullet {
  background: #0E112A;
  width: 18px;
  height: 18px;
  border-radius: 5px;
}

.first-block .swi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0B85C8;
}

.second-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 80px 0px;
}

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

.second-block .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.second-block .container .fs36 {
  max-width: 50px;
  writing-mode: vertical-lr;
}

@media (max-width: 767px) {
  .second-block .container .fs36 {
    max-width: 100%;
    writing-mode: horizontal-tb;
    display: flex;
    align-items: center;
  }
  .second-block .container .fs36::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 6px;
    background: url(../images/i.svg) no-repeat top center;
    margin-right: 10px;
    margin-top: -5px;
  }
}

.second-block .At {
  width: calc(100% - 60px);
}

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

.second-block .At .swiper-wrapper {
  padding-bottom: 3rem;
}

@media (max-width: 767px) {
  .second-block .At .swiper-wrapper .swiper-slide .row .col-md-4, .second-block .At .swiper-wrapper .swiper-slide .row .col-md-3 {
    width: 50%;
  }
  .second-block .At .swiper-wrapper .swiper-slide .row .col-md-3:nth-last-child(1), .second-block .At .swiper-wrapper .swiper-slide .row .col-md-3:nth-last-child(2), .second-block .At .swiper-wrapper .swiper-slide .row .col-md-3:nth-last-child(3) {
    width: 33.333%;
  }
}

.second-block .At .swiper-wrapper .swiper-slide .imgs {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.second-block .At .swiper-wrapper .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: all 0.35s ease;
}

.second-block .At .swiper-pagination {
  display: flex;
  justify-content: flex-end;
}

.second-block .At .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #FFFFFF;
  opacity: 1;
}

.second-block .At .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0B85C8;
}

.third-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

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

.third-block .more {
  background: #B5D4FF;
}

.third-block .more img {
  filter: invert(50%) brightness(0%) !important;
}

@media (max-width: 767px) {
  .third-block .more img {
    margin-left: 10px;
  }
}

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

.third-block .row img {
  display: block;
  margin: 0 auto;
}

.about-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
  background: url(../images/bg2.png) no-repeat top center;
  background-size: cover;
}

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

.about-block .container .items {
  background: #ffffff;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 10px;
}

.about-block .container .items p {
  color: #727272;
  margin-bottom: 0;
}

.about-block .container .row .col-md-3 .box {
  background: #F1FEFF;
  border-radius: 15px;
  height: 100%;
  box-sizing: border-box;
  padding: 2rem;
  position: relative;
  min-height: 329px;
}

@media (max-width: 1440px) {
  .about-block .container .row .col-md-3 .box {
    min-height: 269px;
  }
}

@media (max-width: 768px) {
  .about-block .container .row .col-md-3 .box {
    min-height: 229px;
  }
}

.about-block .container .row .col-md-3 .box i {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-block .container .relative {
  position: relative;
}

.about-block .container .relative .i1 {
  position: absolute;
  left: -50px;
  top: 15vh;
  z-index: 2;
}

.about-block .container .relative .i2 {
  position: absolute;
  right: -60px;
  bottom: 3vh;
  z-index: 2;
}

.about-block .Contact {
  background: #ffffff;
  border-radius: 10px;
  padding: 3rem;
  position: relative;
}

@media (max-width: 768px) {
  .about-block .Contact {
    padding: 1.5rem;
  }
}

.about-block .Contact .address ul li {
  margin-bottom: 1.5rem;
  padding-left: 0;
  display: flex;
  align-items: baseline;
}

.about-block .Contact .address ul li::before {
  display: none;
}

.about-block .Contact .address ul li i {
  width: 20px;
}

.about-block .Contact .address ul li p {
  width: calc(100% - 30px);
  margin-bottom: 0;
}

.about-block .Contact .pic img {
  width: 100%;
}

.about-block .table2 thead tr th {
  padding: 25px 20px !important;
  white-space: nowrap;
}

.about-block .table2 thead tr th:nth-child(2) {
  text-align: left;
}

.about-block .table2 thead tr th:nth-child(1) {
  border-right: 6px solid #f1eff2;
}

.about-block .table2 tbody tr:nth-child(even) td {
  background: #F5F8FA;
}

.about-block .table2 tbody tr td {
  padding: 20px !important;
  vertical-align: middle;
}

.about-block .table2 tbody tr td:nth-child(1) {
  border-right: 6px solid #f1eff2;
}

.about-block .table2 tbody tr p {
  color: #1E1E1E;
  text-align: left;
  margin-bottom: 0;
}

.about-block .table3 thead tr th {
  padding: 20px 20px;
  background: #1C6D8F;
  color: #ffffff;
  text-align: center;
  border-right: 5px solid #fff;
}

.about-block .table3 thead tr th:nth-last-child(1) {
  border-right: none;
}

.about-block .table3 tbody {
  border: none;
}

.about-block .table3 tbody tr:nth-child(even) td {
  background: #F5F8FA;
}

.about-block .table3 tbody tr td {
  padding: 20px;
  border: none;
  text-align: center;
  border-right: 5px solid #fff;
}

.about-block .table3 tbody tr td:nth-last-child(1) {
  border-right: none;
}

.about-block .table3 tbody tr p {
  color: #1E1E1E;
  text-align: left;
}

.about-block .table4 thead tr th {
  padding: 20px 20px;
  background: #1C6D8F;
  color: #ffffff;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  border-right: 5px solid #f1eff2;
}

.about-block .table4 thead tr th:nth-last-child(1) {
  border-right: none;
}

.about-block .table4 tbody {
  border: none;
}

.about-block .table4 tbody tr:nth-child(even) td {
  background: #F5F8FA;
}

.about-block .table4 tbody tr td {
  padding: 20px;
  color: #1E1E1E !important;
  border: none;
  text-align: left;
  vertical-align: top;
  border-right: 5px solid #f1eff2;
}

.about-block .table4 tbody tr td:nth-last-child(1) {
  border-right: none;
}

.about-block .table4 tbody tr td:nth-child(1) {
  color: #747474 !important;
}

.about-block .table4 tbody tr p {
  color: #1E1E1E;
  text-align: left;
  margin-bottom: 0;
}

.about-block table.dataTable.display.table5 thead {
  background: #0B85C8;
}

.about-block table.dataTable.display.table5 thead th {
  color: #ffffff;
}

.about-block table.dataTable.display.table5 th, .about-block table.dataTable.display.table5 td {
  padding: 20px;
  border-top: none !important;
  border-right: 6px solid #f1eff2;
}

.about-block table.dataTable.display.table5 th:nth-last-child(1), .about-block table.dataTable.display.table5 td:nth-last-child(1) {
  border-right: none;
}

.about-block table.dataTable.display.table5 tbody tr:nth-child(even) {
  background: #F5F8FA !important;
}

.about-block table.dataTable.display.table5 tbody tr:nth-child(odd) {
  background: #FFFFFF !important;
}

.about-block table.dataTable.display.table5 tbody td {
  color: #1E1E1E !important;
  border-top: none !important;
}

.about-block table.dataTable.display.table5 tbody td:nth-child(1) {
  text-align: center;
  color: #747474;
}

.about-block .News {
  position: relative;
}

@media (max-width: 768px) {
  .about-block .News .row .col-md-4 {
    width: 33.3333%;
  }
}

@media (max-width: 992px) {
  .about-block .News .row .col-md-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .about-block .News .row .col-md-4 {
    width: 100%;
  }
}

.about-block .News .row .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
}

.about-block .News .row .col-md-4 a:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

.about-block .News .row .col-md-4 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);
}

.about-block .News .row .col-md-4 a:hover .con {
  background: #ffffff;
  color: #0B85C8;
}

.about-block .News .row .col-md-4 a .boximg {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.about-block .News .row .col-md-4 a .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.about-block .News .pageinfo {
  display: none;
}

@media (max-width: 768px) {
  .about-block .News .pageinfo {
    display: block;
  }
}

.about-block .News .tsp .pageinfo {
  display: block;
}

@media (max-width: 768px) {
  .about-block .News .tsp .pageinfo {
    display: none;
  }
}

.about-block .speaker .col-md-3 a {
  display: block;
  width: 100%;
  height: 100%;
}

.about-block .speaker .col-md-3 a:hover .imgs 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);
}

.about-block .speaker .col-md-3 a .imgs {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  max-height: 387px;
}

.about-block .speaker .col-md-3 a .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.about-block .partners {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
}

.about-block .partners .row .col-md-3:nth-last-child(1) a {
  border-right: 0;
  width: 100%;
}

.about-block .partners .row .col-md-3 a {
  display: block;
  border-right: 1px solid #DFDFDF;
  height: 100%;
  width: 90%;
}

.about-block .borerlist .row .col-md-3 {
  padding: 0;
}

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

.about-block .borerlist .row .col-md-3:nth-last-child(1) a {
  border-bottom: none;
}

.about-block .borerlist .row .col-md-3:nth-child(4n) a {
  border-right: none;
}

@media (max-width: 767px) {
  .about-block .borerlist .row .col-md-3:nth-child(4n) a {
    border-right: 1px solid #DEDEDE;
  }
}

@media (max-width: 767px) {
  .about-block .borerlist .row .col-md-3:nth-child(2n) a {
    border-right: none;
  }
}

.about-block .borerlist .row .col-md-3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
  border-bottom: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}

@media (max-width: 767px) {
  .about-block .borerlist .row .col-md-3 a {
    height: 160px;
  }
}

.about-block .borerlist .row .col-md-3 a img {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem;
}

.about-block .Newsbox .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about-block .Newsbox .items {
    flex-direction: column-reverse;
  }
}

.about-block .Newsbox .items .left {
  width: calc(100% - 500px);
}

@media (max-width: 768px) {
  .about-block .Newsbox .items .left {
    width: calc(100% - 330px);
  }
}

@media (max-width: 767px) {
  .about-block .Newsbox .items .left {
    width: calc(100%);
    margin-top: 1.5rem;
  }
}

.about-block .Newsbox .items .left .date {
  display: block;
}

.about-block .Newsbox .items .left .desinfo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.about-block .Newsbox .items .left a {
  display: inline-block;
  border-radius: 10px;
  background: #0B85C8;
  padding: 0.8rem 1.5rem;
  color: #ffffff;
  margin-right: 1.5rem;
}

@media (max-width: 767px) {
  .about-block .Newsbox .items .left a {
    padding: 0.7rem 1.2rem;
  }
}

.about-block .Newsbox .items .left a:hover {
  background: #0B73AC;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.about-block .Newsbox .items .left a:nth-child(2) {
  background: #122237;
}

.about-block .Newsbox .items .left a:nth-child(2):hover {
  background: #2C333C;
}

.about-block .Newsbox .items .left a:nth-child(2) img {
  margin-right: 10px;
}

.about-block .Newsbox .items .right {
  width: 476px;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .about-block .Newsbox .items .right {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .about-block .Newsbox .items .right {
    width: 100%;
  }
}

.about-block .Newsbox .items .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

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

.about-block .article .date {
  display: block;
  margin: 2rem 0;
}

.about-block .article .box {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  margin-top: 2rem;
  position: relative;
}

.about-block .article .box .i3 {
  position: absolute;
  left: -3rem;
  top: 0;
  z-index: 99;
}

.about-block .article .box .i4 {
  position: absolute;
  right: -3rem;
  bottom: 0;
  z-index: 99;
}

.about-block .article .box .txt p {
  text-align: left;
  margin-bottom: 0rem;
  color: #4B4B4B;
  margin-top: 0;
}

.about-block .article .box .more {
  background: #0B85C8;
  color: #ffffff;
}

.about-block .article .box .more img {
  filter: invert(50%) brightness(300%) !important;
}

@media (max-width: 767px) {
  .about-block .article .box .imgs {
    margin-bottom: 2rem;
  }
}

.about-block .article .box .imgs img {
  width: 100%;
}

.about-block .article .box .share {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .about-block .article .spflx {
    flex-direction: column-reverse;
  }
}

.about-block .article .inner .txt {
  color: #4B4B4B;
}

.contact-block {
  position: relative;
}

.contact-block .container {
  position: relative;
  z-index: 99;
}

.contact-block::before {
  content: '';
  display: inline-block;
  width: 862px;
  height: 542px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/ds.png) no-repeat top center;
  background-size: cover;
  z-index: 1;
}

.contact-block .links {
  display: flex;
  align-items: center;
}

.contact-block .links a {
  color: #0F537F;
  margin-right: 1rem;
  font-size: 1.2em;
  transition: all 0.35s ease;
}

.contact-block .links a:hover {
  color: #122237;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-block form .form-group label {
  color: #727272;
  margin-bottom: 0.5rem;
}

.contact-block form .form-group .form-control {
  border: none;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: none;
  padding: 0.9rem;
}

.contact-block form .checkbox {
  color: #727272;
}

.contact-block form .checkbox input {
  margin-right: 1rem;
}

.contact-block form .more {
  background: #B5D4FF;
}

.contact-block form .more:hover img {
  filter: invert(50%) brightness(300%) !important;
}

.contact-block form .more img {
  filter: invert(50%) brightness(0%) !important;
}

.contact-block .i1 {
  position: absolute;
  left: -40px;
  bottom: 0rem;
}

.contact-block .i2 {
  position: absolute;
  right: -40px;
  top: 5rem;
}

.contact-block .pic {
  height: 100%;
}

.contact-block .pic img, .contact-block .pic iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.garyText {
  color: #9F9F9F;
}

.more {
  border: 0;
  color: #090909;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: .3s;
  background: #ffffff;
  position: relative;
  padding: 0.8rem 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.more:hover {
  color: #ffffff;
}

.more:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  transition: .3s;
}

.more:hover img {
  filter: invert(50%) brightness(300%) !important;
}

.more::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: .3s;
  background: #21BED6;
}

.more img {
  margin-left: 90px;
}

.more2 {
  border: 0;
  max-width: 200px;
  margin: 0 auto;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: .3s;
  background: #307B48;
  position: relative;
  box-shadow: 2px 2px 0px #045D20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 2561px) {
  .more2 {
    max-width: 280px;
  }
}

.more2:hover {
  color: #307B48;
}

.more2:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  transition: .3s;
}

.more2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: .3s;
  background: #ffffff;
}

.more2 i {
  width: 44px;
  height: 44px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #307B48;
}

.more2 span {
  padding: 0 15px;
  text-align: center;
}

.loginpup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: none;
}

.loginpup .loginback {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.56);
}

.loginpup.active {
  display: block;
}

.loginpup .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 70%;
  position: relative;
}

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

.loginpup .container .close::after, .loginpup .container .close::before {
  background: #000;
}

.loginpup .container .conbox {
  padding: 2rem;
  background: #ffffff;
  position: relative;
  max-height: 720px;
  overflow-y: scroll;
  background: #F8F8F8;
  border-radius: 10px;
}

@media (max-width: 1366px) {
  .loginpup .container .conbox {
    padding: 1.5rem;
    max-height: 680px;
  }
}

.loginpup .container .conbox .pic {
  height: 100%;
}

@media (max-width: 767px) {
  .loginpup .container .conbox .pic {
    margin-bottom: 1.5rem;
  }
}

.loginpup .container .conbox .pic img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .loginpup .container .conbox .pic img {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .loginpup .container .conbox form {
    margin-top: 1.5rem;
  }
}

.loginpup .container .conbox label {
  color: #727272;
}

.loginpup .container .conbox .checkbox {
  margin-bottom: 1rem;
}

.loginpup .container .conbox .checkbox label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.loginpup .container .conbox .checkbox label span {
  width: calc(100% - 20px);
  margin-top: 0px;
  position: relative;
  display: block;
  color: #727272;
}

.loginpup .container .conbox .form-control {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0.8rem;
  border: 1px solid #EFEFEF;
}

.loginpup .container .conbox .more {
  background: #B5D4FF;
}

@media (max-width: 1024px) {
  .loginpup .container .conbox .more {
    margin-top: 0rem !important;
  }
}

.loginpup .container .conbox .more:hover img {
  filter: invert(50%) brightness(300%) !important;
}

.loginpup .container .conbox .more img {
  filter: invert(50%) brightness(0%) !important;
}

.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: #0B85C8;
  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;
}

.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%;
  background: #122237;
  z-index: 9;
  padding: 1.5rem 0 1.5rem 0;
  color: #ffffff;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

footer .foottop {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 1.5rem;
}

footer .col-md-6:nth-child(1) .in {
  border-right: 1px solid #ffffff;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  footer .col-md-6:nth-child(1) .in {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 2rem;
  }
}

footer .col-md-6:nth-child(2) .in {
  margin-left: 2rem;
}

@media (max-width: 768px) {
  footer .col-md-6:nth-child(2) .in {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  footer .col-md-6 {
    width: 100%;
  }
}

footer .col-md-6 .imgs {
  display: flex;
  align-items: center;
}

footer .col-md-6 span {
  margin-right: 2rem;
}

@media (max-width: 767px) {
  footer .col-md-6 span {
    width: 50%;
  }
}

footer .adress {
  width: 85%;
}

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

footer .adress dd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

footer .adress dd i {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: baseline;
  color: #ffffff;
}

footer .adress dd span {
  width: calc( 100% - 40px);
  display: inline-block;
}

footer .adress dd span a {
  color: #ffffff;
}

footer .links {
  margin-top: 1.5rem;
}

footer .links a {
  color: #ffffff;
  margin: 0.5rem;
}

footer nav {
  margin-top: 4rem;
}

footer nav ul {
  display: flex;
  padding-left: 0;
}

footer nav ul li {
  list-style: none;
}

footer nav ul li:nth-last-child(1) a::after {
  display: none;
}

footer nav ul li::before {
  display: none;
}

footer nav ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
}

footer nav ul li a::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #ffffff;
  margin: 0 10px;
}

footer .copyright {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .copyright nav {
  margin-bottom: 1rem;
  width: 50%;
}

@media (max-width: 768px) {
  footer .copyright nav {
    width: 100%;
  }
}

footer .copyright nav ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}

footer .copyright nav ul li {
  list-style: none;
}

footer .copyright nav ul li:nth-last-child(1) a::after {
  display: none;
}

footer .copyright nav ul a {
  display: flex;
  align-items: center;
}

footer .copyright nav ul a::after {
  content: '';
  display: inline-block;
  width: 1.5px;
  height: 15px;
  background: #4D4D4D;
  margin: 0 0.8rem;
}

footer .copyright span {
  width: 100%;
  color: #A1A1A1;
  text-align: center;
}

.message {
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 60px;
  width: 60px;
  opacity: 0;
  background: #0B85C8;
  transform: translateY(5rem);
  transition: all 0.35s ease;
}

.message.on {
  opacity: 1;
  transform: translateY(0);
}

.message::after {
  content: "\f106";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
}

@media (min-width: 768px) {
  .message {
    right: 0rem;
  }
}

@media (min-width: 992px) {
  .message {
    right: 0rem;
    bottom: 0rem;
    transform: translateY(8rem);
  }
  .message span {
    transform: translateY(9px);
    font-size: 2rem;
  }
}

@media (min-width: 1680px) {
  .message {
    right: 0rem;
    bottom: 0rem;
    transform: translateY(15rem);
  }
}

main {
  position: relative;
}

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

.pageinfo ul li {
  list-style: none;
  padding-left: 0;
  padding: 0.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li::before {
  display: none !important;
  font-style: none;
}

.pageinfo ul li a {
  padding: 0.5rem 0.9rem;
  color: #090909;
  border-radius: 10px;
  background: #ffffff;
  transition: all 0.35s ease;
}

.pageinfo ul li a:hover {
  background: #0B85C8;
  color: #fff;
}

.pageinfo ul li .active {
  color: #ffffff;
  background: #0B85C8;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pageinfo ul li .prev {
  border-radius: 10px;
  margin: 0;
  padding: 0.5rem 0.7rem;
}

.pageinfo ul li .prev::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 6px;
  background: url(../images/a_l.svg);
}

.pageinfo ul li .prev:hover {
  background: #0B85C8;
}

.pageinfo ul li .next {
  border-radius: 10px;
  margin: 0;
  padding: 0.5rem 0.7rem;
}

.pageinfo ul li .next::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 6px;
  background: url(../images/a_r.svg);
}

.pageinfo ul li .next:hover {
  background: #0B85C8;
}

@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: #0B85C8;
}

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

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
