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

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

body {
  color: #000;
  font-family: 'Roboto-Regular','微軟正黑體';
  font-size: 18px;
}

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

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

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

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

body em {
  font-style: normal;
}

body .Roboto-Bold {
  font-family: 'Roboto-Bold';
}

body .Roboto-Regular {
  font-family: 'Roboto-Regular';
}

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

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

body .bold {
  font-family: 'Roboto-Bold';
}

body .title, body .pl-3 h2 {
  font-family: 'Roboto-Bold';
  display: flex;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .title, body .pl-3 h2 {
    font-size: 44px;
  }
}

@media screen and (min-width: 2261px) {
  body .title, body .pl-3 h2 {
    font-size: 56px;
  }
}

@media (max-width: 1440px) {
  body .title, body .pl-3 h2 {
    font-size: 38px;
  }
}

@media (max-width: 1366px) {
  body .title, body .pl-3 h2 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  body .title, body .pl-3 h2 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  body .title, body .pl-3 h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  body .title, body .pl-3 h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .title, body .pl-3 h2 {
    font-size: 28px;
  }
}

body .title::before, body .pl-3 h2::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 6px;
  background: #1B589A;
  margin-right: 1rem;
  margin-top: 25px;
}

@media screen and (min-width: 2261px) {
  body .title::before, body .pl-3 h2::before {
    margin-top: 40px;
  }
}

@media (max-width: 1280px) {
  body .title::before, body .pl-3 h2::before {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  body .title::before, body .pl-3 h2::before {
    width: 40px;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  body .title::before, body .pl-3 h2::before {
    margin-top: 15px;
  }
}

body .big-title b {
  text-transform: uppercase;
  display: block;
  color: rgba(27, 88, 154, 0.2);
  position: absolute;
  right: 0;
}

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

body .fc .fc-col-header-cell-cushion {
  text-transform: uppercase;
}

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

body h4 {
  font-weight: bold;
}

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

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

body img {
  max-width: 100%;
}

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

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #1B589A;
}

body .blueLight {
  color: #3BFFF8;
}

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

body .black {
  color: #000000;
}

body .red {
  color: #1B589A;
}

body .greenback {
  background: #1B589A;
}

body .greenDeep {
  color: #1B589A;
}

body .orangeDeep {
  color: #b05f0b;
}

body .yellow {
  color: #FFD739;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #17585D;
}

body .fs150 {
  font-size: 150px;
}

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

@media screen and (min-width: 2261px) {
  body .fs150 {
    font-size: 160px;
  }
}

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

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

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

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

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

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

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: 2261px) {
  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: 2261px) {
  body .fs88 {
    font-size: 110px;
  }
}

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

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

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

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: 2261px) {
  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: 2261px) {
  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: 2261px) {
  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: 2261px) {
  body .fs22 {
    font-size: 34px;
  }
}

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

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

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

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

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: 2261px) {
  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: 2261px) {
  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: 36px;
  }
}

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

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

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: 2261px) {
  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: 2261px) {
  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: 22px;
  }
}

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

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: 2261px) {
  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: 2261px) {
  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: 2261px) {
  body .fs14 {
    font-size: 22px;
  }
}

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

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

@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: #1B589A;
  background: #ffffff;
}

body .fs24.text-transform {
  font-family: 'Roboto-Bold';
}

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: #1B589A;
  width: 18px;
  border-radius: 10px;
}

.filterbox .price .int input::-webkit-input-placeholder {
  color: #D9D9D9;
}

.filterbox .price .int input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D9D9D9;
}

.filterbox .price .int input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D9D9D9;
}

.filterbox .price .int input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #D9D9D9;
}

.form-control::-webkit-input-placeholder {
  color: #8A8A8A;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8A8A8A;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8A8A8A;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8A8A8A;
}

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

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

.dropdown-menu {
  background-color: #1B589A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  width: auto;
  padding: 15px 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: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0 !important;
}

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: #1B589A;
  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-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;
}

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

.container {
  max-width: 100%;
  width: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
}

@media screen and (min-width: 2261px) {
  .container {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (max-width: 1680px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

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

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

@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: 1200px) {
  .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%;
}

.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: 1vw;
}

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

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

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

header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}

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

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

header .header {
  width: 100%;
}

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

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

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

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% - 400px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 2261px) {
  header .header .container .right {
    width: calc(100% - 400px);
  }
}

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

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

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: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header .header .container .right .nav-link:hover {
  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 1rem;
  text-align: center;
}

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

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

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

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

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: #000;
}

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

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: #1B589A;
  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 #1B589A;
  color: #1B589A;
  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: #000;
}

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

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

header .nav-box .nav .nav-link {
  color: #000;
  padding: 0.5rem 1rem;
}

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

@media (max-width: 992px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem 0;
  }
}

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

header .lang {
  position: relative;
  white-space: nowrap;
  margin-left: 4rem;
}

@media (max-width: 1680px) {
  header .lang {
    margin-left: 2rem;
  }
}

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

header .lang span, header .lang a {
  color: #666666;
  margin-left: 5px;
}

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

header .user a {
  margin-right: 1rem;
  color: #ffffff;
}

@media (max-width: 767px) {
  header .user a {
    margin-right: 0;
  }
}

header .user-nav {
  position: absolute;
  right: -3rem;
  top: 2rem;
  width: 300px;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  display: none;
}

header .user-nav ul {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

header .user-nav ul li {
  padding: 0.5rem 0;
  color: #000;
  list-style: none;
}

header .user-nav ul li a {
  display: flex;
  align-items: center;
}

header .user-nav ul li a .imgs {
  width: 30%;
}

header .user-nav ul li a .txt {
  width: 67%;
}

header .user-nav ul li a .txt p {
  line-height: 24px;
}

header .user-nav ul li a img {
  margin-left: 0;
}

header .user-nav ul li a i {
  margin-left: 0;
  display: inline-block;
}

header .user-nav ul li a i .ach {
  display: none;
}

header .links a {
  background-color: #b05f0b;
  width: 104px;
  height: 104px;
  box-sizing: border-box;
  padding: 1rem 0.5rem;
  text-align: center;
  color: #ffffff;
}

header .links a:nth-child(2) {
  background-color: #b08d37;
}

header .links a:nth-child(3) {
  background-color: #c7af81;
}

header .links a:nth-child(4) {
  background-color: #0a53b6;
}

header .links a:nth-child(5) {
  background-color: #d6611e;
}

@media (max-width: 1024px) {
  header .links a {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  header .links a {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .links a i {
    font-size: 1em;
  }
}

header .links a:hover {
  opacity: 0.8;
}

.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: #FF475A;
  color: #ffffff;
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  margin-right: 0.5rem;
  font-size: 0.73vw;
}

@media (max-width: 767px) {
  .tag em {
    font-size: 3.9vw;
  }
}

.tag em.bluebackem {
  background: #00C5DB;
}

.tag em.orangebackem {
  background: #FF9A16;
}

.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 i {
  font-style: normal;
}

.txt i.red {
  color: red;
}

.txt p {
  text-align: justify;
}

.txt p a {
  color: #1B589A;
}

.txt h3 {
  color: #1B589A;
  font-size: 22px;
}

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

@media screen and (min-width: 2261px) {
  .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;
}

.txt ul li strong {
  font-family: 'Roboto-Bold';
}

@media (max-width: 767px) {
  .banner .swiper-slide {
    height: 200px;
  }
}

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

.page-banner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media (max-width: 1440px) {
  .page-banner {
    padding-bottom: 2.8rem;
  }
}

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

.page-banner::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0rem;
  display: inline-block;
  width: 100%;
  height: 88%;
  background: #D1DEEB;
}

@media (max-width: 1440px) {
  .page-banner::before {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .page-banner::before {
    display: none;
  }
}

.page-banner .boximg {
  position: relative;
  margin-bottom: 1rem;
  width: 55%;
}

@media (max-width: 1024px) {
  .page-banner .boximg {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .page-banner .boximg {
    width: 100%;
    margin-bottom: 0;
  }
  .page-banner .boximg::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(31, 51, 104, 0.41);
    position: absolute;
    left: 0;
    top: 0;
  }
}

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

.page-banner .inner {
  width: 50%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 2261px) {
  .page-banner .inner {
    width: 40%;
  }
}

@media (max-width: 1680px) {
  .page-banner .inner {
    top: 10%;
  }
}

@media (max-width: 1440px) {
  .page-banner .inner {
    top: 0%;
    width: 54%;
  }
}

@media (max-width: 768px) {
  .page-banner .inner {
    left: 0;
    top: 0;
    color: #ffffff;
    z-index: 9;
    height: 85%;
    width: 100%;
  }
  .page-banner .inner h1 {
    color: #ffffff;
    margin-bottom: 0;
  }
}

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

.page-banner .container {
  padding-left: 7rem;
  padding-right: 7rem;
  max-width: 100%;
}

@media (max-width: 1680px) {
  .page-banner .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 767px) {
  .page-banner .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 98%;
    margin: 0 auto;
  }
}

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

.bread {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 64px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .bread {
    position: relative;
    height: auto;
    background: #1B589A;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 9;
  }
}

.bread::before {
  content: '';
  display: inline-block;
  width: 100%;
  padding: 1.9rem;
  background: #1B589A;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1440px) {
  .bread::before {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .bread::before {
    display: none;
  }
}

.bread .container {
  position: relative;
  z-index: 9;
}

.bread .container * {
  color: #ffffff;
}

.bread .container span {
  margin: 0 5px;
}

.bread .container a:nth-last-child(1) {
  font-family: 'Roboto-Bold';
  font-weight: bold;
}

.pl-3 {
  padding-left: 3rem;
  border-left: 1px solid #D9D9D9;
}

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

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

.pl-3 ul li {
  position: relative;
  list-style: none;
  padding-left: 1rem;
  text-align: justify;
}

.pl-3 ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1B589A;
  position: absolute;
  left: 0;
  top: 10px;
}

.first-block {
  position: relative;
  overflow: hidden;
}

.first-block::after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1B589A;
}

@media (max-width: 768px) {
  .first-block .col-md-4 {
    width: 50%;
  }
}

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

.first-block .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
}

.first-block .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);
}

.first-block .col-md-4 a .boximg {
  position: relative;
  overflow: hidden;
  height: 408px;
}

@media screen and (min-width: 2261px) {
  .first-block .col-md-4 a .boximg {
    height: 600px;
  }
}

@media (max-width: 1440px) {
  .first-block .col-md-4 a .boximg {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .first-block .col-md-4 a .boximg {
    height: auto;
  }
}

.first-block .col-md-4 a .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.first-block .col-md-4 a .con {
  background: #ffffff;
  width: 90%;
  transform: translateY(-3rem);
  height: 90px;
  box-sizing: border-box;
  padding: 1rem;
  position: relative;
}

@media screen and (min-width: 2261px) {
  .first-block .col-md-4 a .con {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .first-block .col-md-4 a .con {
    transform: translateY(0rem);
    width: 100%;
  }
}

.first-block .col-md-4 a .con::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background: url(../images/x.svg) no-repeat top center;
  background-size: cover;
}

@media screen and (min-width: 2261px) {
  .first-block .col-md-4 a .con::after {
    width: 40px;
  }
}

.first-block .col-md-4 a .con p {
  width: 90%;
  color: #1B589A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  line-height: 1.2;
}

.second-block {
  position: relative;
  overflow: hidden;
}

.second-block .col-md-4 a, .second-block .col-md-6 a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #1B589A;
  position: relative;
}

.second-block .col-md-4 a:hover .boximg img, .second-block .col-md-6 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);
}

.second-block .col-md-4 a .date, .second-block .col-md-6 a .date {
  position: absolute;
  left: -1px;
  top: -1rem;
  width: 100px;
  height: 100px;
  background: url(../images/bs.svg) no-repeat top center;
  background-size: cover;
  color: #ffffff;
  z-index: 9;
}

@media (max-width: 767px) {
  .second-block .col-md-4 a .date, .second-block .col-md-6 a .date {
    top: -1rem;
  }
}

@media screen and (min-width: 2261px) {
  .second-block .col-md-4 a .date, .second-block .col-md-6 a .date {
    width: 140px;
    height: 140px;
  }
}

.second-block .col-md-4 a .date strong, .second-block .col-md-6 a .date strong {
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 1rem;
}

.second-block .col-md-4 a .date em, .second-block .col-md-6 a .date em {
  display: block;
  text-align: center;
}

.second-block .col-md-4 a .boximg, .second-block .col-md-6 a .boximg {
  position: relative;
  overflow: hidden;
  height: 311px;
}

@media screen and (min-width: 2261px) {
  .second-block .col-md-4 a .boximg, .second-block .col-md-6 a .boximg {
    height: 550px;
  }
}

@media (max-width: 1440px) {
  .second-block .col-md-4 a .boximg, .second-block .col-md-6 a .boximg {
    height: 201px;
  }
}

@media (max-width: 768px) {
  .second-block .col-md-4 a .boximg, .second-block .col-md-6 a .boximg {
    height: auto;
  }
}

.second-block .col-md-4 a .boximg img, .second-block .col-md-6 a .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.second-block .col-md-4 a .con, .second-block .col-md-6 a .con {
  background: #ffffff;
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding: 1rem;
  border-bottom: 3px solid #1B589A;
  position: relative;
}

@media screen and (min-width: 2261px) {
  .second-block .col-md-4 a .con, .second-block .col-md-6 a .con {
    height: 140px;
  }
}

.second-block .col-md-4 a .con::after, .second-block .col-md-6 a .con::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 60px;
  height: 60px;
  background: url(../images/xx.svg) no-repeat bottom center;
  background-size: 100% 100%;
}

.second-block .col-md-4 a .con::before, .second-block .col-md-6 a .con::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 17px;
  height: 17px;
  background: url(../images/plus.svg) no-repeat bottom center;
  background-size: 100% 100%;
  z-index: 9;
}

.second-block .col-md-4 a .con p, .second-block .col-md-6 a .con p {
  width: 90%;
  line-height: 1.1;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .second-block .col-md-3 {
    width: 50%;
  }
}

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

.second-block .col-md-3 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.second-block .col-md-3 a .boximg {
  position: relative;
  overflow: hidden;
  height: 100%;
}

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

.second-block .col-md-3 a h3 {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  color: #ffffff;
  text-align: right;
  font-family: 'Roboto-Bold';
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-block {
  position: relative;
}

@media (max-width: 767px) {
  .index-block {
    padding: 1.5rem 0 !important;
  }
}

.index-block .container {
  padding-left: 7rem;
  padding-right: 7rem;
  max-width: 90%;
}

@media screen and (min-width: 2261px) {
  .index-block .container {
    padding-left: 8rem;
    padding-right: 8rem;
    max-width: 90%;
  }
}

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

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

@media (max-width: 1200px) {
  .index-block .container {
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 767px) {
  .index-block .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 98%;
    margin: 0 auto;
  }
}

.index-block .ablist img {
  width: 100%;
}

.index-block .menu-box ul {
  padding-left: 0;
}

.index-block .menu-box ul li {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0 0.2rem 0;
  transition: all 0.35s ease;
}

@media (max-width: 1200px) {
  .index-block .menu-box ul li {
    padding: 1rem;
  }
}

.index-block .menu-box ul li:hover, .index-block .menu-box ul li.active {
  border-bottom: 1px solid #1B589A;
}

.index-block .menu-box ul li:hover a, .index-block .menu-box ul li.active a {
  color: #1B589A;
  text-decoration: none;
}

.index-block .menu-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.index-block .menu-box ul li a .fa-caret-up {
  display: none;
}

.index-block .menu-box ul li dl {
  margin-top: 1rem;
  display: none;
}

.index-block .menu-box ul li dl dd {
  position: relative;
}

.index-block .menu-box ul li dl dd a {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 1rem;
}

.index-block .menu-box ul li dl dd a::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #1B589A;
  position: absolute;
  left: 0;
  top: 10px;
}

.index-block .menu-box ul li dl dd a:hover {
  color: #1B589A;
}

.index-block .txt p {
  margin-bottom: 2rem;
  text-align: justify;
}

.index-block .txt p a {
  color: #1B589A;
  font-weight: bold;
  text-decoration: underline;
  font-family: 'Roboto-Bold';
}

.index-block .txt p a:hover {
  color: #1B589A;
}

.index-block .txt h3 {
  text-transform: uppercase;
  color: #1B589A;
  margin: 1rem 0;
  font-size: 24px;
}

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

@media screen and (min-width: 2261px) {
  .index-block .txt h3 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .index-block .txt h3 {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  .index-block .txt h3 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .index-block .txt h3 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .index-block .txt h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .index-block .txt h3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .index-block .txt h3 {
    font-size: 20px;
  }
}

.index-block .txt h4 {
  margin-bottom: 1rem;
}

.index-block .txt ol {
  padding-left: 2rem;
}

.index-block .txt ol li {
  text-align: justify;
}

.index-block .txt ul {
  padding-left: 0rem;
}

.index-block .txt ul li {
  list-style: none;
}

.index-block .txt ul li a {
  text-decoration: underline;
  color: #1B589A;
  display: inline-block;
  font-family: 'Roboto-Bold';
}

.index-block .txt ul {
  padding-left: 0rem;
}

.index-block .txt ul li {
  position: relative;
  list-style: none;
  padding-left: 1rem;
  text-align: justify;
}

.index-block .txt ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1B589A;
  position: absolute;
  left: 0;
  top: 10px;
}

.index-block .map dl dd {
  display: flex;
}

.index-block .map dl dd i {
  color: #1B589A;
  max-width: 20px;
  margin-top: 0.2rem;
}

.index-block .map dl dd .right {
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding-left: 1rem;
}

.index-block .map img {
  width: 100%;
}

.index-block .Milestones {
  position: relative;
}

.index-block .Milestones::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: calc(100% - 180px);
  background: url(../images/xt.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 8px;
  top: 30px;
}

@media (max-width: 767px) {
  .index-block .Milestones::after {
    height: calc(100% - 230px);
  }
}

.index-block .Milestones .y {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1B589A;
  margin-top: 1rem;
}

.index-block .Milestones .cons {
  border-radius: 10px;
  overflow: hidden;
}

.index-block .Milestones .cons h4 {
  background: #1B589A;
  color: #ffffff;
  padding: 1rem;
  margin-bottom: 0;
}

.index-block .Milestones .cons ul {
  background: #F0F4F8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0 0 10px 10px;
  padding-right: 1rem;
  border: 2px solid #1B589A;
}

.index-block .Milestones .cons ul li {
  margin: 0.5rem 0;
}

.index-block .Milestones .row {
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .index-block .Milestones .row .col-md-1 {
    width: 10%;
  }
}

@media (max-width: 767px) {
  .index-block .Milestones .row .col-md-11 {
    width: 90%;
  }
}

.index-block .box {
  border: 2px solid #1B589A;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  background: #F0F4F8;
}

.index-block .box h3 {
  background: #1B589A;
  color: #ffffff;
  padding: 1rem;
  margin-bottom: 0;
  border-bottom: 2px solid #1B589A;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 20px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .index-block .box h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 2261px) {
  .index-block .box h3 {
    font-size: 32px;
  }
}

@media (max-width: 1440px) {
  .index-block .box h3 {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  .index-block .box h3 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .index-block .box h3 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .index-block .box h3 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .index-block .box h3 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .index-block .box h3 {
    font-size: 16px;
  }
}

.index-block .box .conbox {
  padding: 1.5rem 1rem;
}

.index-block .box .conbox h4 {
  color: #1B589A;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto-Bold';
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .index-block .box .conbox h4 {
    font-size: 24px;
  }
}

@media screen and (min-width: 2261px) {
  .index-block .box .conbox h4 {
    font-size: 32px;
  }
}

@media (max-width: 1440px) {
  .index-block .box .conbox h4 {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  .index-block .box .conbox h4 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .index-block .box .conbox h4 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .index-block .box .conbox h4 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .index-block .box .conbox h4 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .index-block .box .conbox h4 {
    font-size: 16px;
  }
}

.index-block .box .conbox ul {
  padding-left: 0rem;
}

.index-block .box .conbox p {
  margin-bottom: 0;
}

.index-block .video img {
  width: 100%;
}

.index-block table.table-one tr tr {
  white-space: nowrap;
}

.index-block table.table-two tr:nth-last-child(1) {
  background: #D1DEEB;
}

.index-block table.table-two tr b {
  background: #D1DEEB;
  display: block;
  width: 100%;
  padding: 1rem;
}

.index-block table.table-there th, .index-block table.table-there td {
  text-align: left;
}

.index-block table.table-four th {
  font-family: 'Roboto-Bold','微軟正黑體';
  text-align: center;
}

.index-block table.table-four th:nth-child(1) {
  text-align: left;
}

.index-block table.table-four tr td {
  text-align: center !important;
}

.index-block table.table-four tr td:nth-child(1) {
  background: #1B589A;
  color: #ffffff;
  font-family: 'Roboto-Bold','微軟正黑體';
  text-align: left !important;
}

.index-block table.table-four tr td:nth-last-child(1) {
  text-align: center;
}

.index-block table.table-four tr td:nth-last-child(3) {
  text-align: left !important;
  background: none;
  color: #000;
  font-family: 'Roboto-Regular','微軟正黑體';
}

.index-block table.table-four2 th {
  font-family: 'Roboto-Bold','微軟正黑體';
  text-align: center;
}

.index-block table.table-four2 th:nth-child(1) {
  text-align: left;
}

.index-block table.table-four2 tr td {
  text-align: center !important;
}

.index-block table.table-four2 tr td:nth-child(1) {
  background: #1B589A;
  color: #ffffff;
  font-family: 'Roboto-Bold','微軟正黑體';
  text-align: left !important;
}

.index-block table.table-four2 tr td:nth-last-child(1) {
  text-align: center;
}

.index-block table.table-four2 tr td:nth-last-child(6) {
  text-align: left !important;
  background: none;
  color: #000;
  font-family: 'Roboto-Regular','微軟正黑體';
}

.index-block table.table-five th {
  text-align: left !important;
}

.index-block table.table-five td {
  vertical-align: top;
}

.index-block table.table-six th {
  text-align: left !important;
}

.index-block table.table-six td {
  vertical-align: top;
}

.index-block table.table-six tr:nth-child(1n) td {
  background: #fde8e8;
}

.index-block table.table-six tr:nth-child(2n) td {
  background: #fef1e8;
}

.index-block table.table-six tr:nth-child(3n) td {
  background: #fffae5;
}

.index-block table.table-six tr:nth-child(4n) td {
  background: #f5faeb;
}

.index-block table.table-six tr:nth-child(5n) td {
  background: #ecf6f0;
}

.index-block table.table-six tr:nth-child(6n) td {
  background: #effafb;
}

.index-block table.table-s tbody tr:nth-child(odd) {
  background: #F9F9FA;
}

.index-block table.table-s tbody tr:nth-child(even) {
  background: rgba(27, 88, 154, 0.11);
}

.index-block table.table-sticky tr td:nth-last-child(6) {
  position: sticky;
  left: 91px !important;
  top: 0;
  background: #1B589A;
  color: #fff;
}

.index-block table.table-sticky tr td:nth-child(1) {
  position: sticky;
  left: 0;
}

.index-block table.table-sticky th:nth-child(1) {
  position: sticky;
  left: 0;
}

.index-block table.table-sticky2 tr td:nth-last-child(6) {
  position: sticky;
  left: 91px !important;
  top: 0;
  background: #1B589A;
  color: #fff;
}

.index-block table.table-sticky2 tr td:nth-last-child(3) {
  position: sticky;
  left: 91px !important;
  top: 0;
  background: #1B589A;
  color: #fff;
}

.index-block table.table-sticky2 tr td:nth-child(1) {
  position: sticky;
  left: 0;
}

.index-block table.table-sticky2 th:nth-child(1) {
  position: sticky;
  left: 0;
}

.index-block table th, .index-block table td {
  padding: 1rem;
  vertical-align: middle;
  border-color: #ffffff;
  border-width: 3px;
  text-align: center;
}

.index-block table th:nth-child(1), .index-block table td:nth-child(1) {
  text-align: left;
}

.index-block table th b, .index-block table td b {
  display: block;
  font-family: 'Roboto-Bold';
}

.index-block table th {
  background: #1B589A;
  color: #ffffff;
  white-space: nowrap;
}

.index-block table tbody tr:nth-child(odd) {
  background: #F7F8FA;
}

.index-block table tbody tr:nth-child(even) {
  background: #fff;
}

.index-block table ul {
  padding-left: 1rem;
}

.index-block table ul li {
  text-align: left;
}

.index-block .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .index-block .col-md-6, .index-block .col-md-4 {
    width: 100%;
  }
}

.index-block .col-md-2.left h2.mobile {
  display: none;
}

@media (max-width: 1200px) {
  .index-block .col-md-2.left {
    width: 100%;
  }
  .index-block .col-md-2.left h2.pc {
    display: none;
  }
  .index-block .col-md-2.left h2.mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(31, 51, 104, 0.1);
    padding: 0.8rem;
  }
  .index-block .col-md-2.left h2.mobile::after {
    content: "";
    color: #fff;
    display: block;
    padding: 0 6px;
    width: 30px;
    height: 30px;
    background: url(../images/listu.png) no-repeat top center;
  }
  .index-block .col-md-2.left .menu-box, .index-block .col-md-2.left .imgs {
    display: none;
    visibility: visible !important;
  }
}

@media (max-width: 1200px) {
  .index-block .col-md-10.right {
    width: 100%;
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .index-block .col-md-10.right {
    margin-top: 2rem;
  }
}

.index-block .contact label {
  margin-bottom: 1rem;
}

.index-block .contact .form-control {
  padding: 1rem;
  border: none;
  background: #F9F9FA;
}

.index-block .contact p {
  color: #707070;
  margin-top: 0.6rem;
}

.index-block .contact button {
  display: inline-block;
  border: 2px solid #1B589A;
  width: 110px;
  height: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  justify-content: space-between;
  padding-right: 0;
}

.index-block .contact button span {
  background: #ffffff;
}

.index-block .contact button::after {
  content: "\f0da";
  font-family: 'FontAwesome';
  background: #1B589A;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-block .downlist .row .col-md-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-block .downlist .row .col-md-9 .con {
  background: #E6E8EE;
  padding: 2rem;
  height: 100%;
}

.index-block .faq ul {
  padding-left: 0;
}

.index-block .faq ul li {
  list-style: none;
  margin-top: 1rem;
  list-style: none;
  padding-left: 0;
}

.index-block .faq ul li::before {
  display: none;
}

.index-block .faq ul li a {
  width: 100%;
  height: 100%;
  border: 2px solid #1B589A;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  background: #F0F4F8;
  color: #000;
  font-family: 'Roboto-Regular','微軟正黑體';
}

.index-block .faq ul li a::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 100%;
  background: url(../images/aba.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .index-block .faq ul li a::after {
    width: 65px;
  }
}

.index-block .faq ul li a:hover {
  text-decoration: none;
}

.index-block .faq ul li a .fa-minus {
  display: none;
}

.index-block .faq ul li a .fa-minus, .index-block .faq ul li a .fa-plus {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  color: #ffffff;
  z-index: 9;
}

.index-block .faq ul li a i.q {
  width: 38px;
  height: 38px;
  background: #1B589A;
  color: #ffffff;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.index-block .faq ul li a span {
  width: calc(100% - 110px);
  line-height: 1.1;
}

.index-block .faq ul li .txt {
  display: none;
  padding: 0.5rem;
  border: 2px solid #D1DEEB;
  border-top: none;
}

.index-block .faq ul li .txt i.A {
  width: 38px;
  height: 38px;
  background: #D1DEEB;
  color: #1B589A;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.index-block .faq ul li .txt p {
  width: 90%;
  line-height: 1.1;
}

.index-block .faq ul li .txt p:nth-last-child(1) {
  margin-bottom: 0;
}

.index-block .team .items {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .index-block .team .items {
    flex-wrap: wrap;
  }
}

.index-block .team .items::after {
  content: '';
  display: block;
  width: 90%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #EEEEF3;
  border-radius: 20px;
  z-index: 1;
}

@media (max-width: 767px) {
  .index-block .team .items::after {
    width: 100%;
    left: 0%;
    top: 15%;
    height: 85%;
  }
}

.index-block .team .items .imgs {
  width: 22%;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .index-block .team .items .imgs {
    width: 100%;
  }
}

.index-block .team .items .imgs img {
  width: 100%;
  border-radius: 50%;
  border: 5px solid #1B589A;
}

.index-block .team .items .conbox {
  width: 74%;
  position: relative;
  z-index: 9;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .index-block .team .items .conbox {
    width: 100%;
    flex-wrap: wrap;
  }
}

.index-block .team .items .conbox .con {
  width: 84%;
}

@media (max-width: 767px) {
  .index-block .team .items .conbox .con {
    width: 100%;
    padding: 2rem;
  }
}

.index-block .team .items .conbox .con span {
  color: #515151;
  display: block;
  margin-bottom: 2rem;
}

.index-block .team .items .conbox .con p {
  text-align: justify;
}

.index-block .team .items .conbox .icos {
  width: 10%;
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .index-block .team .items .conbox .icos {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.index-block .team .items .conbox .icos img {
  max-width: 100%;
}

.index-block .numberlist .it {
  display: flex;
  align-items: center;
  border: 2px solid #1B589A;
  height: 100%;
  background: #1B589A;
}

.index-block .numberlist .it .number {
  font-style: normal;
  background: #1B589A;
  width: 70px;
  color: #ffffff;
  height: 100%;
  display: block;
  text-align: center;
}

.index-block .numberlist .it P {
  margin-bottom: 0;
  width: 96%;
  padding: 1rem;
  background: #ffffff;
}

@media (max-width: 767px) {
  .index-block .numberlist .it P {
    width: 92%;
  }
}

.index-block .Careerlist .col-md-6 .border {
  border: 1px solid #1B589A !important;
  height: 100%;
}

.index-block .Careerlist .col-md-6 .border .boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
  width: 100%;
  align-items: center;
}

@media (max-width: 1680px) {
  .index-block .Careerlist .col-md-6 .border .boxs {
    height: auto;
  }
}

.index-block .Careerlist .col-md-6 .border .boxs .icos {
  width: 18%;
}

@media (max-width: 767px) {
  .index-block .Careerlist .col-md-6 .border .boxs .icos {
    width: 100%;
  }
  .index-block .Careerlist .col-md-6 .border .boxs .icos img {
    display: block;
    margin: 0 auto;
  }
}

.index-block .Careerlist .col-md-6 .border .boxs .con {
  width: 75%;
}

.index-block .Careerlist .col-md-6 .border .boxs .con.hei {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .index-block .Careerlist .col-md-6 .border .boxs .con.hei {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .index-block .Careerlist .col-md-6 .border .boxs .con {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 1rem;
  }
}

.index-block .Careerlist .col-md-6 .border .boxs .con h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index-block .Careerlist .col-md-6 .border .boxs .con p {
  color: #515151;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index-block .Careerlist .col-md-6 .border .links {
  background: #1B589A;
  padding: 1rem 2rem;
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}

@media (max-width: 1680px) {
  .index-block .Careerlist .col-md-6 .border .links {
    height: auto;
    flex-wrap: wrap;
  }
}

.index-block .Careerlist .col-md-6 .border .links a {
  display: inline-block;
  background: #ffffff;
  padding: 0.4rem 1.2rem;
  border-radius: 30px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  transition: all 0.35s ease;
  border: 1px solid #ffffff;
}

@media (max-width: 1680px) {
  .index-block .Careerlist .col-md-6 .border .links a {
    padding: 0.4rem 0.6rem;
  }
}

@media (max-width: 767px) {
  .index-block .Careerlist .col-md-6 .border .links a {
    width: 100%;
    text-align: center;
  }
}

.index-block .Careerlist .col-md-6 .border .links a:hover {
  background: #1B589A;
  color: #ffffff;
}

.index-block .Careerlist .col-md-6 .border .links a:hover i {
  color: #ffffff;
}

.index-block .Careerlist .col-md-6 .border .links a i {
  color: #1B589A;
  margin-right: 0.5rem;
}

.index-block .Yearlist {
  position: relative;
}

.index-block .Yearlist h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.index-block .Yearlist .row .col-md-6:nth-last-child(1) .box, .index-block .Yearlist .row .col-md-4:nth-last-child(1) .box {
  background: none;
}

.index-block .Yearlist .row .col-md-6:nth-last-child(1) .box h3, .index-block .Yearlist .row .col-md-4:nth-last-child(1) .box h3 {
  background: none;
  color: #1B589A;
}

.index-block .Academic .inner .ten {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #1B589A;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.index-block .Academic .inner .ten .imgs {
  max-width: 110px;
}

@media (max-width: 992px) {
  .index-block .Academic .inner .ten .imgs {
    max-width: 100px;
  }
}

.index-block .Academic .inner .ten .right {
  width: calc(100% - 125px);
}

@media (max-width: 992px) {
  .index-block .Academic .inner .ten .right {
    width: calc(100% - 115px);
  }
}

.index-block .Academic .inner .ten .right dl {
  margin-top: 1rem;
}

.index-block .Academic .inner .ten .right dl dd {
  margin-bottom: 0;
}

.index-block .Academic .inner .ten .right dl dd i {
  color: #1B589A;
  margin-right: 0.5rem;
}

.index-block .Academic .inner .txt {
  position: relative;
  border-radius: 20px;
  background: #F0F4F8;
  border: 2px solid #1B589A;
  padding: 2rem;
  position: relative;
}

.index-block .Academic .inner .txt.d-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-block .Academic .inner .txt::before {
  content: "\f10d";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1B589A;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5em;
}

@media (max-width: 767px) {
  .index-block .Academic .inner .txt::before {
    left: -1rem;
    top: -1.5rem;
  }
}

.index-block .Academic .inner .txt h5 {
  color: #1B589A;
}

.index-block .Academic .inner .txt p:nth-last-child(1) {
  margin-bottom: 0;
}

.index-block .Academic .inner .txt .img {
  max-width: 130px;
}

@media (max-width: 767px) {
  .index-block .Academic .inner .txt .img {
    max-width: 100%;
  }
}

.index-block .Academic .inner .txt .right {
  width: calc(100% - 160px);
}

@media (max-width: 767px) {
  .index-block .Academic .inner .txt .right {
    width: 100%;
    margin-top: 1rem;
  }
}

.index-block .Academic .inner .txt .right p {
  margin-bottom: 2rem;
}

.index-block .Academic .inner .txt .right h6 {
  color: #1B589A;
  font-weight: bold;
  font-family: 'Roboto-Bold';
}

.index-block .Academic .nav {
  justify-content: space-between;
  border: none;
}

@media (max-width: 767px) {
  .index-block .Academic .nav {
    flex-wrap: wrap;
  }
}

.index-block .Academic .nav button {
  width: 32%;
  border: 3px solid #1B589A;
  border-radius: 50px;
  padding: 0.6rem;
  background: none;
}

@media (max-width: 767px) {
  .index-block .Academic .nav button {
    padding: 0.5rem 0.8rem;
    width: 100%;
    margin: 0.5rem 0;
  }
}

.index-block .Academic .nav button.active {
  background: #1B589A;
  color: #ffffff;
}

.index-block .Academic .IOlist {
  position: relative;
}

.index-block .Academic .IOlist .col-md-12 a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border: 2px solid #1B589A;
  background: #F0F4F8;
  box-sizing: border-box;
  padding: 1.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .index-block .Academic .IOlist .col-md-12 a {
    padding: 0.8rem;
  }
}

.index-block .Academic .IOlist .col-md-12 a:hover {
  background: #1B589A;
  color: #ffffff;
}

.index-block .Academic .IOlist .col-md-12 a:hover::after {
  filter: invert(50%) brightness(300%);
}

.index-block .Academic .IOlist .col-md-12 a:hover::before {
  background: url(../images/xxd.svg) no-repeat top center;
}

.index-block .Academic .IOlist .col-md-12 a:hover .right h4, .index-block .Academic .IOlist .col-md-12 a:hover .right p {
  color: #ffffff;
}

.index-block .Academic .IOlist .col-md-12 a:hover .right dl dd i {
  color: #ffffff;
}

.index-block .Academic .IOlist .col-md-12 a::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 17px;
  height: 17px;
  background: url(../images/plus.svg) no-repeat bottom center;
  background-size: 100% 100%;
  z-index: 9;
}

.index-block .Academic .IOlist .col-md-12 a::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 60px;
  height: 60px;
  background: url(../images/xx.svg) no-repeat bottom center;
  background-size: 100% 100%;
}

.index-block .Academic .IOlist .col-md-12 a .imgs {
  max-width: 110px;
}

.index-block .Academic .IOlist .col-md-12 a .imgs img {
  width: 100%;
  border: 5px solid #ffffff;
}

.index-block .Academic .IOlist .col-md-12 a .right {
  width: calc(100% - 130px);
}

@media (max-width: 767px) {
  .index-block .Academic .IOlist .col-md-12 a .right {
    width: calc(100% - 125px);
  }
}

.index-block .Academic .IOlist .col-md-12 a .right.right {
  position: relative;
}

.index-block .Academic .IOlist .col-md-12 a .right p {
  color: #000000;
}

.index-block .Academic .IOlist .col-md-12 a .right dl dd i {
  color: #1B589A;
  margin-right: 1rem;
}

.index-block .Academic .IOlist .col-md-6 a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border: 2px solid #1B589A;
  background: #F0F4F8;
  box-sizing: border-box;
  padding: 1.5rem;
  position: relative;
  align-items: center;
}

@media (max-width: 767px) {
  .index-block .Academic .IOlist .col-md-6 a {
    padding: 0.8rem;
  }
}

.index-block .Academic .IOlist .col-md-6 a::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 17px;
  height: 17px;
  background: url(../images/plus.svg) no-repeat bottom center;
  background-size: 100% 100%;
  z-index: 9;
}

.index-block .Academic .IOlist .col-md-6 a::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 60px;
  height: 60px;
  background: url(../images/xx.svg) no-repeat bottom center;
  background-size: 100% 100%;
}

.index-block .Academic .IOlist .col-md-6 a .imgs {
  max-width: 148px;
}

@media (max-width: 767px) {
  .index-block .Academic .IOlist .col-md-6 a .imgs {
    max-width: 128px;
  }
}

.index-block .Academic .IOlist .col-md-6 a .imgs img {
  width: 100%;
  border: 5px solid #ffffff;
}

.index-block .Academic .IOlist .col-md-6 a .right {
  width: calc(100% - 165px);
}

@media (max-width: 767px) {
  .index-block .Academic .IOlist .col-md-6 a .right {
    width: calc(100% - 145px);
  }
}

.index-block .Academic .IOlist .col-md-6 a .right.right {
  position: relative;
}

.index-block .Academic .IOlist .col-md-6 a .right h4 {
  line-height: 1.2;
}

.index-block .Academic .IOlist .col-md-6 a .right p {
  color: #000000;
}

.index-block .Academic .IOlist .col-md-6 a .right dl dd i {
  color: #1B589A;
  margin-right: 1rem;
}

.index-block .Academic .tags {
  background: #ffffff;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 999;
}

.index-block .Academic .tags a {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #1B589A;
  color: #1B589A;
  padding: 0.3rem 1rem;
  margin-right: 0.6rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.index-block .Academic .tags a.active {
  background: #1B589A;
  color: #ffffff;
}

.index-block .Academic .itlist .items {
  border: 1px solid #1B589A;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 1rem;
  background: #F0F4F8;
}

.index-block .Academic .itlist .items h4 {
  background: #1B589A;
  color: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem;
}

.index-block .Academic .itlist .items ul {
  padding-right: 1rem;
}

.index-block .Academic .itlist .items p {
  padding-left: 1rem;
  padding-right: 1rem;
}

.index-block .Academic .title.fs24::before {
  margin-top: 15px;
}

.index-block .mentorship .items {
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 576px) {
  .index-block .mentorship .items {
    flex-wrap: wrap;
  }
}

.index-block .mentorship .items::after {
  content: '';
  display: inline-block;
  width: 90%;
  height: 100%;
  border: 2px solid #595C85;
  position: absolute;
  right: 0;
  top: 0;
  background: #EEEEF3;
}

@media (max-width: 1200px) {
  .index-block .mentorship .items::after {
    width: 85%;
  }
}

@media (max-width: 576px) {
  .index-block .mentorship .items::after {
    width: 100%;
    height: 80%;
    top: 20%;
  }
}

.index-block .mentorship .items .circle {
  width: 217px;
  height: 217px;
  background: #1B589A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: relative;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 2261px) {
  .index-block .mentorship .items .circle {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 576px) {
  .index-block .mentorship .items .circle {
    margin: 0 auto;
  }
}

.index-block .mentorship .items .circle b {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.1);
}

.index-block .mentorship .items .txt {
  width: 80%;
  box-sizing: border-box;
  padding: 0 1.5rem;
  position: relative;
  z-index: 9;
}

@media (max-width: 1280px) {
  .index-block .mentorship .items .txt {
    width: 70%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .index-block .mentorship .items .txt {
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .index-block .mentorship .items .txt {
    width: 100%;
  }
}

.index-block .mentorship .items .txt ul {
  margin-bottom: 0.5rem;
}

.index-block .mentorship .items .txt p {
  margin-bottom: 0.5rem;
}

.index-block .pics {
  position: relative;
}

.index-block .pics .ndimg .swiper-pagination {
  display: none;
}

@media (max-width: 767px) {
  .index-block .pics .ndimg .swiper-pagination {
    display: inline-block;
  }
}

.index-block .pics .ndimg .swiper-slide img {
  width: 100%;
}

.index-block .pics .nximg {
  position: relative;
}

.index-block .pics .nximg .swiper-slide {
  border: 3px solid #fff;
  border-radius: 5px;
}

.index-block .pics .nximg .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #595C85;
}

.index-block .pics .nximg .swiper-slide img {
  width: 100%;
}

.index-block .pics .nximg .swiper-button-prev {
  left: -3rem;
  color: #000;
  outline: none;
}

@media (max-width: 767px) {
  .index-block .pics .nximg .swiper-button-prev {
    left: -2rem;
  }
}

.index-block .pics .nximg .swiper-button-next {
  right: -3rem;
  color: #000;
  outline: none;
}

@media (max-width: 767px) {
  .index-block .pics .nximg .swiper-button-next {
    right: -2rem;
  }
}

.index-block .twolist .row .col-md-6 .garyback {
  background: #E6E8EE;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1280px) {
  .index-block .twolist .row .col-md-6 .garyback {
    display: block;
  }
}

.index-block .twolist .row .col-md-6 .garyback .icos {
  width: 177px;
  height: 177px;
  border-radius: 50%;
  background: #1B589A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

@media (max-width: 1680px) {
  .index-block .twolist .row .col-md-6 .garyback .icos {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1280px) {
  .index-block .twolist .row .col-md-6 .garyback .icos {
    margin: 0 auto;
  }
}

.index-block .twolist .row .col-md-6 .garyback p {
  width: 58%;
  margin-left: 3%;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .index-block .twolist .row .col-md-6 .garyback p {
    width: 80%;
  }
}

@media screen and (min-width: 2261px) {
  .index-block .twolist .row .col-md-6 .garyback p {
    width: 80%;
  }
}

@media (max-width: 1280px) {
  .index-block .twolist .row .col-md-6 .garyback p {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    text-align: center;
  }
}

.index-block .sdlist a {
  border: none;
}

.index-block .sdlist img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-block .sdlist p {
  text-align: center;
  margin-top: 1rem;
  font-size: 18px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .index-block .sdlist p {
    font-size: 22px;
  }
}

@media screen and (min-width: 2261px) {
  .index-block .sdlist p {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .index-block .sdlist p {
    font-size: 16px;
  }
}

.index-block .garybacks {
  padding: 3rem;
  background: rgba(27, 88, 154, 0.11);
}

.index-block .garybacks p {
  margin-bottom: 0;
}

.index-block .garybacks h3 {
  font-size: 30px;
  color: #1B589A;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .index-block .garybacks h3 {
    font-size: 36px;
  }
}

@media screen and (min-width: 2261px) {
  .index-block .garybacks h3 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .index-block .garybacks h3 {
    font-size: 24px;
  }
}

.index-block .Mentorshiplist {
  position: relative;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .index-block .Mentorshiplist .row {
    padding-bottom: 0 !important;
    margin-bottom: 1rem !important;
  }
}

.index-block .Mentorshiplist .row:nth-child(even) {
  flex-direction: row-reverse;
}

.index-block .Mentorshiplist .row:nth-child(even) .border {
  transform: translate(50px, 50px);
}

.index-block .Mentorshiplist .row:nth-child(even) .arrow {
  left: auto;
  right: 0;
}

.index-block .Mentorshiplist .row .arrow {
  width: 96px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1B589A;
  height: 48px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .index-block .Mentorshiplist .row .arrow {
    left: auto !important;
    right: 0 !important;
  }
}

.index-block .Mentorshiplist .row .arrow .swiper-button-next, .index-block .Mentorshiplist .row .arrow .swiper-button-prev {
  top: 10px;
  position: relative;
  left: auto;
  right: auto;
  height: auto;
  border: none;
  box-shadow: none;
  outline: none;
}

.index-block .Mentorshiplist .row .border {
  z-index: 9;
  background: #ffffff;
  position: relative;
  border: 2px solid #1B589A !important;
  padding: 2rem;
  border-bottom-width: 5px !important;
  transform: translate(-50px, 50px);
}

@media (max-width: 768px) {
  .index-block .Mentorshiplist .row .border {
    transform: translate(0px, 0px) !important;
  }
}

.index-block .Mentorshiplist .row .border a {
  color: #1F3368;
}

.index-block .Mentorshiplist .row .border .title::before {
  margin-top: 15px;
}

.index-block .Mentorshiplist .row .border .txt p:nth-last-child(1), .index-block .Mentorshiplist .row .border .txt ul:nth-last-child(1) {
  margin-bottom: 0;
}

.index-block .Mentorshiplist .row img {
  width: 100%;
}

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

.index-block h3 {
  font-weight: bold;
  color: #1B589A;
  font-family: 'Roboto-Bold';
  margin: 2rem 0;
  text-transform: uppercase;
  font-size: 24px;
}

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

@media screen and (min-width: 2261px) {
  .index-block h3 {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .index-block h3 {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  .index-block h3 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .index-block h3 {
    font-size: 20px;
  }
}

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

@media (max-width: 768px) {
  .index-block h3 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .index-block h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .index-block .firstblist .col-md-6 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .index-block .firstblist .col-md-6 {
    width: 100%;
  }
}

.index-block .firstblist .col-md-6 a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-block .firstblist .col-md-6 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);
}

.index-block .firstblist .col-md-6 a .boximg {
  position: relative;
  overflow: hidden;
}

.index-block .firstblist .col-md-6 a .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.index-block .firstblist .col-md-6 a .con {
  background: #ffffff;
  width: 90%;
  transform: translateY(-2rem);
  height: 90px;
  box-sizing: border-box;
  padding: 1rem;
  position: relative;
  border: 1px solid #D1DEEB;
}

@media screen and (min-width: 2261px) {
  .index-block .firstblist .col-md-6 a .con {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .index-block .firstblist .col-md-6 a .con {
    transform: translateY(0rem);
    width: 100%;
  }
}

.index-block .firstblist .col-md-6 a .con::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background: url(../images/x.svg) no-repeat top center;
  background-size: cover;
}

@media screen and (min-width: 2261px) {
  .index-block .firstblist .col-md-6 a .con::after {
    width: 40px;
  }
}

.index-block .firstblist .col-md-6 a .con p {
  width: 90%;
  color: #1B589A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.index-block .links a {
  display: flex;
  width: 100%;
  border: 2px solid #1B589A;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
  background: #1B589A;
  position: relative;
}

.index-block .links a::after {
  content: '';
  display: block;
  width: calc(100% - 46px);
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}

.index-block .links a i {
  max-width: 46px;
  display: inline-block;
  padding: 0.8rem;
  color: #ffffff;
}

.index-block .links a span {
  width: calc(100% - 46px);
  display: block;
  background: #ffffff;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.index-block .colorlist .items {
  border-radius: 20px;
  padding: 1.5rem;
  background: rgba(27, 88, 154, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.index-block .colorlist .items:nth-child(2n) {
  background-color: rgba(242, 120, 157, 0.08);
}

.index-block .colorlist .items:nth-child(2n) h5 {
  color: #F2789D;
  border-color: #F2789D;
}

.index-block .colorlist .items:nth-child(3n) {
  background-color: rgba(195, 88, 16, 0.08);
}

.index-block .colorlist .items:nth-child(3n) h5 {
  color: #C35810;
  border-color: #C35810;
}

.index-block .colorlist .items:nth-child(4n) {
  background-color: rgba(2, 174, 78, 0.08);
}

.index-block .colorlist .items:nth-child(4n) h5 {
  color: #02AE4E;
  border-color: #02AE4E;
}

.index-block .colorlist .items:nth-child(5n) {
  background-color: rgba(111, 48, 158, 0.08);
}

.index-block .colorlist .items:nth-child(5n) h5 {
  color: #6F309E;
  border-color: #6F309E;
}

.index-block .colorlist .items h5 {
  width: 250px;
  border-right: 1px solid #1B589A;
  color: #1B589A;
  font-family: 'Roboto-Bold';
  font-weight: bold;
  min-height: 50px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .index-block .colorlist .items h5 {
    width: 100%;
    border-right: none;
    border-bottom-width: 1px;
    min-height: auto;
    margin-bottom: 0.5rem;
  }
}

.index-block .colorlist .items p {
  width: calc(100% - 270px);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .index-block .colorlist .items p {
    width: 100%;
  }
}

.index-block .article {
  max-width: 100%;
  margin: 0 auto;
}

.index-block .article .arc-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.index-block .article .arc-title .date {
  width: 100px;
  height: 100px;
  background: url(../images/bs.svg) no-repeat top center;
  background-size: cover;
  color: #ffffff;
  z-index: 9;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .index-block .article .arc-title .date {
    width: 150px;
    height: 150px;
  }
}

@media screen and (min-width: 2261px) {
  .index-block .article .arc-title .date {
    width: 150px;
    height: 150px;
  }
}

.index-block .article .arc-title .date strong {
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 1rem;
}

.index-block .article .arc-title .date em {
  display: block;
  text-align: center;
}

.index-block .article .arc-title h2 {
  width: calc(100% - 120px);
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .index-block .article .arc-title h2 {
    width: calc(100% - 170px);
  }
}

@media screen and (min-width: 2261px) {
  .index-block .article .arc-title h2 {
    width: calc(100% - 170px);
  }
}

@media (max-width: 767px) {
  .index-block .article .arc-title h2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.index-block .article .txt {
  max-width: 67%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .index-block .article .txt {
    max-width: 100%;
  }
}

.index-block .article img {
  display: block;
  margin: 1.5rem auto;
}

@media (max-width: 767px) {
  .index-block .article img {
    margin: 1rem auto;
  }
}

.garyText {
  color: #9F9F9F;
}

.more {
  display: inline-block;
  border: 2px solid #1B589A;
  width: 160px;
  height: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  justify-content: space-between;
  padding-right: 0;
  background: #ffffff;
}

.more span {
  background: #ffffff;
  padding-left: 1rem;
}

.more::after {
  content: "\f0da";
  font-family: 'FontAwesome';
  background: #1B589A;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-n {
  display: block;
  border: 3px solid #1B589A;
  border-radius: 35px;
  max-width: 50%;
  margin: 0 auto;
  padding: 1rem;
  color: #000;
  text-align: center;
  transition: all 0.35s ease;
}

@media screen and (min-width: 2261px) {
  .more-n {
    border-radius: 50px;
  }
}

.more-n:hover {
  background: #1B589A;
  color: #ffffff;
}

.pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.56);
  z-index: 999;
  display: none;
}

.pup.active {
  display: block;
}

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

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

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

.pup .container .conbox {
  padding: 5rem;
  background: #ffffff;
  position: relative;
  max-height: 820px;
  overflow-y: scroll;
}

@media (max-width: 1024px) {
  .pup .container .conbox {
    padding: 1.5rem;
  }
}

.pup .container .conbox .pic img {
  width: 100%;
}

@media (max-width: 767px) {
  .pup .container .conbox .pic img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
    width: auto;
  }
}

.pup .container .conbox .con {
  padding: 1rem;
  color: #515151;
}

@media (max-width: 1024px) {
  .pup .container .conbox .con {
    padding: 1rem 0;
  }
}

@media (max-width: 767px) {
  .pup .container .conbox .con h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .pup .container .conbox .fs32 {
    display: none;
  }
}

.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: #1B589A;
  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: #1B589A;
  color: #ffffff;
  z-index: 9;
  padding: 2rem 0;
}

footer .address dl {
  display: flex;
  flex-wrap: wrap;
}

footer .address dl dd {
  display: flex;
  align-items: center;
  margin-right: 5.5rem;
}

footer .address dl dd i {
  margin-right: 5px;
}

footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

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

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 {
  color: #ffffff;
  display: flex;
  align-items: center;
}

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

footer .copyright span {
  margin-bottom: 1rem;
}

.message {
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  z-index: 99;
  border: none;
  color: #1B589A;
  height: 60px;
  width: 60px;
  opacity: 0;
  background: #ffffff;
  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;
  flex-wrap: wrap;
}

.pageinfo ul li {
  list-style: none;
  padding-left: 0;
  padding: 0.5rem;
  margin: 5px 0;
}

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

.pageinfo ul li a {
  padding: 0.6rem 0.9rem;
  color: #000;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}

.pageinfo ul li .active {
  background: #DDDDDD;
}

.pageinfo ul li .prev {
  border-radius: 5px;
  margin: 0;
}

.pageinfo ul li .prev::before {
  content: "\f104";
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.pageinfo ul li .next {
  border-radius: 5px;
  margin: 0;
}

.pageinfo ul li .next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 10px;
}

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

.more-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
}

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