@charset "UTF-8";
@font-face {
  font-family: 'Noto-Sans-CJK-TC';
  src: url("/theme/dadi/addons/font/NotoSansTC-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("/theme/dadi/addons/font/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NunitoSans-Regular';
  src: url("/theme/dadi/addons/font/NunitoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito-Sans-Bold';
  src: url("/theme/dadi/addons/font/NunitoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.ttf?t=1651838925055") format("truetype");
}

body {
  width: 100vw;
  overflow-x: hidden;
  color: #333333;
  font-family: 'Noto-Sans-CJK-TC','Poppins-Bold';
  font-size: 0.8vw;
  background-color: #F2F2F2;
  font-weight: bold;
}

@media (max-width: 1366px) {
  body {
    font-size: 1vw;
  }
}

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

body p {
  line-height: 28px;
}

@media (max-width: 1024px) {
  body p {
    line-height: 1.6;
  }
}

body em {
  font-style: normal;
}

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

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

body .Nunito-Sans-Bold {
  font-family: 'Nunito-Sans-Bold';
}

body .Maxfont-Regular {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
}

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

body .Maxfont-Bold {
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
}

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

body h4 {
  font-weight: bold;
}

body .title {
  font-weight: bold;
  line-height: 66px;
}

@media (max-width: 1280px) {
  body .title {
    line-height: 1.6;
  }
}

body i {
  font-style: normal;
}

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

body a:hover {
  color: #064CEA;
}

body img {
  max-width: 100%;
}

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

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #064CEA;
}

body .blueLight {
  color: #3BFFF8;
}

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

body .black {
  color: #000000;
}

body .greenback {
  background: #63CC71;
}

body .greenDeep {
  background: #52B75F;
}

body .orangeDeep {
  color: #b05f0b;
}

body .yellow {
  color: #FFD739;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .fs120 {
  font-size: 6.25vw;
}

@media (max-width: 575.98px) {
  body .fs120 {
    font-size: 12vw;
  }
}

body .fs100 {
  font-size: 5.2vw;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  body .fs100 {
    font-size: 10vw;
  }
}

body .fs72 {
  font-size: 3.75vw;
}

@media (max-width: 575.98px) {
  body .fs72 {
    font-size: 8vw;
  }
}

body .fs60 {
  font-size: 3.125vw;
}

@media (max-width: 575.98px) {
  body .fs60 {
    font-size: 7vw;
  }
}

body .fs56 {
  font-size: 2.9vw;
}

@media (max-width: 575.98px) {
  body .fs56 {
    font-size: 8vw;
  }
}

body .fs54 {
  font-size: 2.825vw;
}

@media (max-width: 575.98px) {
  body .fs54 {
    font-size: 6.5vw;
  }
}

body .fs50 {
  font-size: 2.6vw;
}

@media (max-width: 575.98px) {
  body .fs50 {
    font-size: 6.3vw;
  }
}

body .fs48 {
  font-size: 2.5vw;
  line-height: 1.3;
}

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

body .fs46 {
  font-size: 2.4vw;
}

@media (max-width: 575.98px) {
  body .fs46 {
    font-size: 6vw;
  }
}

body .fs42 {
  font-size: 2.1875vw;
}

@media (max-width: 575.98px) {
  body .fs42 {
    font-size: 5.5vw;
  }
}

body .fs40 {
  font-size: 2.1vw;
}

@media (max-width: 575.98px) {
  body .fs40 {
    font-size: 5.2vw;
  }
}

body .fs38 {
  font-size: 1.98vw;
}

@media (max-width: 575.98px) {
  body .fs38 {
    font-size: 5vw;
  }
}

body .fs36 {
  font-size: 1.875vw;
}

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

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

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

body .fs80 {
  font-size: 4.2vw;
}

@media (max-width: 768px) {
  body .fs80 {
    font-size: 7vw;
  }
}

@media (max-width: 575.98px) {
  body .fs80 {
    font-size: 10vw;
  }
}

body .fs66 {
  font-size: 3.4375vw;
}

@media (max-width: 768px) {
  body .fs66 {
    font-size: 6vw;
  }
}

@media (max-width: 575.98px) {
  body .fs66 {
    font-size: 8vw;
  }
}

body .fs44 {
  font-size: 2.3vw;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  body .fs44 {
    font-size: 3vw;
  }
}

@media (max-width: 768px) {
  body .fs44 {
    font-size: 3vw;
  }
}

@media (max-width: 575.98px) {
  body .fs44 {
    font-size: 8vw;
  }
}

body .fs20 {
  font-size: 1.04vw;
}

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

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

body .fs32 {
  font-size: 1.86vw;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  body .fs32 {
    font-size: 2.1vw;
  }
}

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

@media (max-width: 575.98px) {
  body .fs32 {
    font-size: 4.8vw;
  }
}

body .fs30 {
  font-size: 1.56vw;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  body .fs30 {
    font-size: 2vw;
  }
}

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

@media (max-width: 575.98px) {
  body .fs30 {
    font-size: 4.6vw;
  }
}

body .fs28 {
  font-size: 1.45vw;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  body .fs28 {
    font-size: 2vw;
  }
}

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

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

body .fs26 {
  font-size: 1.35vw;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  body .fs26 {
    font-size: 1.9vw;
  }
}

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

@media (max-width: 575.98px) {
  body .fs26 {
    font-size: 4.3vw;
  }
}

body .fs24, body h2, body .h2 {
  font-size: 1.25vw;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  body .fs24, body h2, body .h2 {
    font-size: 1.8vw;
  }
}

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

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

body .fs18 {
  font-size: 0.94vw;
}

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

body .fs16 {
  font-size: 0.8vw;
}

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

body .fs14 {
  font-size: 0.73vw;
}

@media (max-width: 575.98px) {
  body .fs14 {
    font-size: 3.4vw;
  }
}

body .fs12 {
  font-size: 0.625vw;
}

@media (max-width: 575.98px) {
  body .fs12 {
    font-size: 3.2vw;
  }
}

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

body .more {
  background: #F2F2F2;
  padding: 1.2rem 4.3rem;
  text-align: center;
  border-radius: 1rem;
  border: none;
  color: #707070;
  position: relative;
  display: inline-block;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16), -10px -10px 20px white;
}

@media (max-width: 575.98px) {
  body .more {
    padding: 1rem 2rem;
  }
}

body .more:hover {
  color: #064CEA;
  box-shadow: inset 10px 10px 20px rgba(0, 0, 0, 0.16), inset -10px -10px 20px #ffffff;
}

body .more2 {
  color: #064CEA;
  border: 2px solid #064CEA;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1vw;
}

@media (max-width: 1024px) {
  body .more2 {
    font-size: 1vw;
  }
}

@media (max-width: 768px) {
  body .more2 {
    width: 140px;
    height: 50px;
  }
}

@media (max-width: 575.98px) {
  body .more2 {
    font-size: 4.2vw;
  }
}

body .more2:hover {
  color: #ffffff;
  background: #064CEA;
}

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: 575.98px) {
  body .more-border {
    width: 160px;
    height: 50px;
  }
}

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

body ul {
  margin-bottom: 0;
}

body .more3 {
  background-image: linear-gradient(to right, #0752EB, #23C6FE);
  border-radius: 99px;
  color: #ffffff;
  padding: 1.75rem 1.5rem;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  font-size: 16px;
  box-shadow: 0px 5px 20px rgba(6, 76, 234, 0.2);
}

body .more3 span {
  display: flex;
  align-items: center;
}

body .more3 span::after {
  content: '';
  width: 22px;
  height: 24px;
  background: url(../images/ico-right.png) no-repeat top center;
  display: inline-block;
  margin-left: 1rem;
}

body .more3:hover {
  background-image: linear-gradient(to right, #23C6FE, #0752EB);
  border: none !important;
  color: #ffffff;
  transition: all 0.35s ease;
}

body .more4 {
  background-image: linear-gradient(to right, #0752EB, #23C6FE);
  border-radius: 10px;
  color: #ffffff;
  padding: 1.15rem 4.22rem;
  transition: all 0.35s ease;
  display: inline-block;
  border: none !important;
  font-size: 16px;
  box-shadow: 0px 5px 20px rgba(6, 76, 234, 0.2);
}

body .more4 span {
  display: flex;
  align-items: center;
}

body .more4 span::after {
  content: '';
  width: 22px;
  height: 24px;
  background: url(../images/ico-right.png) no-repeat top center;
  display: inline-block;
  margin-left: 1rem;
}

body .more4:hover {
  background-image: linear-gradient(to right, #23C6FE, #0752EB);
  border: none !important;
  color: #ffffff;
}

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

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

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

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

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

.form-control {
  color: #333;
}

.video_pup .boxc::-webkit-scrollbar {
  width: 8px;
}

.video_pup .boxc::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.video_pup .boxc::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.Application_pup .apply::-webkit-scrollbar {
  width: 0px;
}

.Application_pup .apply::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.Application_pup .apply::-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: #ffffff;
  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: 0;
  right: auto;
  width: auto;
  padding: 15px 0;
  margin-top: 20px;
  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: 1rem;
}

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: #333333;
  white-space: nowrap;
  font-size: 0.8vw;
}

@media (max-width: 1366px) {
  .dropdown-menu li a {
    font-size: 1vw;
  }
}

.dropdown-menu li:nth-child(1) a {
  padding-top: 0.5rem;
}

.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;
  visibility: visible;
  margin-top: 0px;
}

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

@media (min-width: 1680px) {
  .container {
    max-width: 1400px;
  }
}

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

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

@media (max-width: 1024px) {
  .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: #333333;
}

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

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

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

.mobile {
  display: none;
}

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

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

@media (max-width: 1024px) {
  .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: #064CEA;
  transition: all 0.35s ease;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16), -10px -10px 20px white;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  box-shadow: inset 10px 10px 20px rgba(0, 0, 0, 0.16), inset -10px -10px 20px #ffffff;
}

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

/*@media (max-width: 1024px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
}*/

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

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

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

.swiper-button-next.swiper-button-next::after, .swiper-button-prev.swiper-button-next::after {
  content: '\2192';
  display: inline-block;
}

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

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

.swiper-button-next.swiper-button-prev::after, .swiper-button-prev.swiper-button-prev::after {
  content: '\2190';
  display: inline-block;
}

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

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
}

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

header .topbar {
  background-color: #222222;
  padding: 0.65rem 0;
  position: relative;
}

header .topbar .container {
  max-width: 90vw !important;
}

header .topbar .container .swiper-slide a {
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
  font-family: 'NunitoSans-Regular';
  font-weight: normal;
  font-size: 15px;
}

header .topbar .btns {
  position: absolute;
  width: 40px;
  right: 2rem;
  top: 0;
  height: 100%;
}

@media (max-width: 575.98px) {
  header .topbar .btns {
    display: none;
  }
}

header .topbar .btns .swiper-button-next, header .topbar .btns .swiper-button-prev {
  color: #ffffff;
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  box-shadow: none;
  margin-top: 0;
  top: 0;
  background: none;
}

header .topbar .btns .swiper-button-prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 1.2em;
}

header .topbar .btns .swiper-button-prev::before {
  display: none;
}

header .topbar .btns .swiper-button-next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 1.2em;
}

header .topbar .btns .swiper-button-next::before {
  display: none;
}

header .header {
  background: #ffffff;
}

@media (max-width: 1024px) {
  header .header {
    background: #ffffff;
  }
}

header .header .container {
  max-width: 88%;
  position: relative;
}

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

header .header .container .left {
  width: 20%;
}

@media (max-width: 575.98px) {
  header .header .container .left {
    width: 100%;
  }
}

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

@media (max-width: 575.98px) {
  header .header .container .left .logo {
    width: 60%;
  }
}

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: 3vmin;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 34px;
  margin-top: -5px;
}

header .header .container .icon-box .btn span {
  position: absolute;
  display: block;
  height: 2px;
  width: 1.35rem;
  background-color: #888;
  opacity: 1;
  transition: all 0.35s ease;
}

header .header .container .icon-box .btn span:first-child {
  top: .375rem;
}

header .header .container .icon-box .btn span:last-child {
  bottom: .375rem;
}

header .header .container .icon-box .btn span:nth-child(2), header .header .container .icon-box .btn span:nth-child(3) {
  top: calc(50% - 1px);
}

header .header .container .icon-box .btn[aria-expanded="true"] span:first-child {
  top: calc(50% - 1px);
  opacity: 0;
  width: 0;
}

header .header .container .icon-box .btn[aria-expanded="true"] span:last-child {
  bottom: calc(50% - 1px);
  opacity: 0;
  width: 0;
}

header .header .container .icon-box .btn[aria-expanded="true"] span:nth-child(2) {
  transform: rotate(45deg);
}

header .header .container .icon-box .btn[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
}

header .header .container .right {
  position: relative;
  width: 80%;
}

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 {
  border-radius: 10px;
}

header .header .container .right .nav-link:hover {
  background: #064CEA;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

header .header .container .right .search-box form {
  border: 1px solid #064CEA;
  box-shadow: 0 0 0 0.5px #064CEA;
}

header .header .container .right .search-box form .form-control {
  border: none;
}

header .header .container .right .search-box form .form-control:focus {
  box-shadow: none;
}

header .header .container .right .search-box form .btn {
  border: none;
  color: #064CEA;
}

header .header .container .right .search-box form .btn:hover, header .header .container .right .search-box form .btn:active {
  background-color: transparent;
  color: #064CEA;
}

header .header .container .right .search-box form .btn:focus {
  box-shadow: none;
}

header .header #collapseNav {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 68px;
  width: 100%;
  height: 100vh;
  padding: 0 4rem;
}

@media (max-width: 1024px) {
  header .header #collapseNav {
    top: 110px;
  }
}

@media (max-width: 992px) {
  header .header #collapseNav {
    top: 103px;
  }
}

@media (max-width: 768px) {
  header .header #collapseNav {
    top: 103px;
    padding: 0 3.5rem;
  }
}

@media (max-width: 575.98px) {
  header .header #collapseNav {
    top: 115px;
    padding: 0 1rem;
  }
}

header .header #collapseNav .navconbox {
  overflow-y: scroll;
  height: 500px;
  display: block;
}

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

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

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

header .header #collapseNav .nav .nav-item .btn .fa {
  color: #064CEA;
  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;
  color: #064CEA;
}

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

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

header .header #collapseNav .nav .nav-item .scoial a {
  width: 30px;
  height: 30px;
  border: 1px solid #064CEA;
  color: #064CEA;
  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: #333333;
}

header .nav-box {
  z-index: 99;
}

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

@media (max-width: 1280px) {
  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: #064CEA;
}

header .lang, header .user, header .cart, header .search {
  margin-left: 2vmin;
  position: relative;
  z-index: 999;
  color: #ffffff;
  cursor: pointer;
}

header .lang i, header .lang img, header .user i, header .user img, header .cart i, header .cart img, header .search i, header .search img {
  margin: 0 0.3rem;
  opacity: 0.6;
}

header .lang i:hover, header .lang img:hover, header .user i:hover, header .user img:hover, header .cart i:hover, header .cart img:hover, header .search i:hover, header .search img:hover {
  opacity: 1;
}

header .lang .number, header .user .number, header .cart .number, header .search .number {
  transform: scale(0.7);
  text-align: center;
  margin-left: 0.5rem;
  color: #ffffff;
  font-family: 'Nunito-Sans-Bold';
  position: relative;
  z-index: 99;
  padding: 5px;
}

header .lang .number::before, header .user .number::before, header .cart .number::before, header .search .number::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 100%;
  z-index: -1;
  border-radius: 50%;
  margin: auto;
  background: #FF4B4B;
}

header .lang dl, header .user dl, header .cart dl, header .search dl {
  display: none;
  position: absolute;
  left: -1px;
  top: 50px;
  background: #064CEA;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
}

@media (max-width: 575.98px) {
  header .lang dl, header .user dl, header .cart dl, header .search dl {
    top: 43px;
    width: 50px;
    left: -5px;
  }
}

header .lang dl dd, header .user dl dd, header .cart dl dd, header .search dl dd {
  margin-bottom: 0;
  margin-top: 2px;
}

header .lang dl dd a, header .user dl dd a, header .cart dl dd a, header .search dl dd a {
  margin: 0 !important;
  display: block;
  text-align: center;
  color: #ffffff;
}

header .lang .login_in, header .user .login_in, header .cart .login_in, header .search .login_in {
  display: none;
  width: 26px;
  height: 26px;
  position: relative;
}

header .lang .login_in.in, header .user .login_in.in, header .cart .login_in.in, header .search .login_in.in {
  display: block;
}

header .lang .login_in .number, header .user .login_in .number, header .cart .login_in .number, header .search .login_in .number {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  z-index: 999;
  padding: 5px;
}

header .lang .login_in .number::before, header .user .login_in .number::before, header .cart .login_in .number::before, header .search .login_in .number::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 100%;
  z-index: -1;
  border-radius: 50%;
  margin: auto;
  background: #FF4B4B;
}

header .lang .login_in img, header .user .login_in img, header .cart .login_in img, header .search .login_in img {
  margin-left: 0;
}

@media (max-width: 575.98px) {
  header .lang, header .cart, header .search {
    display: none;
  }
}

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(51, 51, 51, 0.2);
}

header .user-nav ul li {
  padding: 0.5rem 0;
  color: #333333;
  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: 575.98px) {
  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;
}

.sticky {
  background-color: #ffffff !important;
}

.opennav {
  overflow: hidden;
}

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

.search-open {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  background: #707070;
}

.search-open::before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #707070;
  z-index: 99;
}

.tag {
  display: flex;
}

@media (max-width: 575.98px) {
  .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: 575.98px) {
  .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;
}

.banner .banner-img {
  position: relative;
}

.banner .banner-img img {
  position: absolute;
  left: -12vw;
  top: -37rem;
}

@media (max-width: 1680px) {
  .banner .banner-img img {
    top: -30rem;
  }
}

@media (max-width: 1024px) {
  .banner .banner-img img {
    top: -20rem;
  }
}

@media (max-width: 992px) {
  .banner .banner-img img {
    display: none;
  }
}

.banner .banner-img .inner {
  position: relative;
  z-index: 99;
  margin-left: 23%;
}

@media (max-width: 992px) {
  .banner .banner-img .inner {
    margin-left: 0;
    padding: 5rem 0;
  }
}

.banner .banner-img .inner h1 {
  background: -moz-linear-gradient(left, #0750eb 40%, #23c7fe 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, #0750eb), color-stop(60%, #23c7fe));
  background: -webkit-linear-gradient(left, #0750eb 40%, #23c7fe 50%);
  background: -o-linear-gradient(left, #0750eb 40%, #23c7fe 60%);
  background: -ms-linear-gradient(left, #0750eb 40%, #23c7fe 60%);
  background: linear-gradient(to right, #0750eb 40%, #23c7fe 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0750EB', endColorstr='#23C7FE', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  font-weight: bold !important;
}

@media (max-width: 1024px) {
  .banner .banner-img .inner .more3 {
    margin: 0 auto;
  }
}

.banner .row .col-md-8 {
  width: 58%;
}

@media (max-width: 992px) {
  .banner .row .col-md-8 {
    width: 100%;
    text-align: center;
  }
}

.banner .row .col-md-4 {
  width: 42%;
  box-sizing: border-box;
  padding-right: 10rem;
}

@media (max-width: 1440px) {
  .banner .row .col-md-4 {
    padding-right: 5rem;
  }
}

@media (max-width: 1024px) {
  .banner .row .col-md-4 {
    padding-right: 3rem;
  }
}

@media (max-width: 992px) {
  .banner .row .col-md-4 {
    width: 97%;
    padding-right: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 575.98px) {
  .banner .row .col-md-4 {
    width: 100%;
  }
}

.banner .row .row .col-md-2 {
  width: 20%;
  position: relative;
}

@media (max-width: 575.98px) {
  .banner .row .row .col-md-2 {
    width: 31%;
  }
}

.banner .row .row .col-md-2 a {
  display: block;
  background: #F2F2F2;
  position: relative;
}

.banner .row .row .col-md-2 a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: -10px -10px 20px white;
}

.banner .row .row .col-md-2 a img {
  border-radius: 50%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .banner .row .row .col-md-2 a img {
    width: 100%;
  }
}

.banner .row .row .col-md-8 {
  width: 60%;
}

@media (max-width: 575.98px) {
  .banner .row .row .col-md-8 {
    width: 69%;
  }
}

.banner .row .row .col-md-8 a {
  display: block;
  background: #F2F2F2;
  border-radius: 70px;
  box-shadow: -10px -10px 20px white;
  padding: 0.5rem;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.banner .row .row .col-md-8 a::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 70px;
}

@media (max-width: 575.98px) {
  .banner .row .row .col-md-8 a {
    margin-right: 1.5rem;
  }
}

.banner .row .row .col-md-8 a .left {
  width: 85%;
}

.banner .row .row .col-md-8 a .left .icos {
  width: 30%;
}

.banner .row .row .col-md-8 a .left .txt {
  width: 55%;
  margin-left: 1rem;
  text-align: left;
}

.banner .row .row .col-md-8 a .left .txt .fs20 {
  font-weight: normal;
  line-height: 24px;
  margin-top: 0.5rem;
}

.banner .row .row .col-md-8 a .ico-right {
  transition: all 0.35s ease;
}

.banner .row .row .col-md-8 a .ico-right i {
  color: #064CEA;
  margin-right: 1rem;
}

.banner .searchbox {
  position: relative;
  z-index: 9;
}

.banner .searchbox .navs .nav-tabs {
  border-bottom: none;
}

.banner .searchbox .navs .nav-tabs button {
  color: #333333;
  border: none;
  border-radius: 30px 30px 0px 0px;
  padding: 1.5rem 3rem;
  width: 15%;
  font-weight: bold;
  font-size: 16px;
  background: none;
}

@media (max-width: 1024px) {
  .banner .searchbox .navs .nav-tabs button {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .banner .searchbox .navs .nav-tabs button {
    width: 30%;
  }
}

@media (max-width: 575.98px) {
  .banner .searchbox .navs .nav-tabs button {
    width: 40%;
    padding: 1rem;
  }
}

.banner .searchbox .navs .nav-tabs button.active {
  background: #ffffff;
  color: #064CEA;
}

.banner .searchbox .tab-content {
  background: #ffffff;
  border-radius: 0 30px 30px 30px;
  padding: 30px;
}

@media (max-width: 780px) {
  .banner .searchbox .tab-content .col-md-3 {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.banner .searchbox .tab-content .col-md-4 {
  width: 33.33333333%;
  padding-right: 0;
}

.banner .searchbox .tab-content .col-md-4.mt-2 {
  display: none;
}

.banner .searchbox .tab-content .col-md-4.show {
  display: block;
}

@media (max-width: 780px) {
  .banner .searchbox .tab-content .col-md-4 {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.banner .searchbox .tab-content .form-group {
  border: 1px solid #CCCCCC;
  border-radius: 9px;
  padding: 0.66rem 0rem;
}

@media (max-width: 575.98px) {
  .banner .searchbox .tab-content .form-group {
    padding: 0.4rem 0rem;
  }
}

.banner .searchbox .tab-content .form-group label {
  color: rgba(51, 51, 51, 0.6);
  padding: 0 1rem;
}

.banner .searchbox .tab-content .form-group .form-control {
  border: none;
  padding: 0 1rem;
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: bold;
}

.banner .searchbox .tab-content button.btn {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to right, #0752EB, #23C6FE);
  border: none;
  color: #ffffff;
  padding: 1.4rem;
  border-radius: 9px;
  position: relative;
}

@media (max-width: 768px) {
  .banner .searchbox .tab-content button.btn {
    padding: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .banner .searchbox .tab-content button.btn {
    padding: 1.1rem;
  }
}

.banner .searchbox .tab-content button.btn::after {
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}

.banner .searchbox .tab-content .showdown {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner .searchbox .tab-content .showdown.open::after {
  content: "\f106";
}

.banner .searchbox .tab-content .showdown::after {
  content: "\f107";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 575.98px) {
  .banner .searchbox .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.searchcontent {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 1rem 0;
  background: #ffffff;
  display: none;
}


.searchcontent .form-group input {
  border: none;
}

.searchcontent .result {
  position: relative;
}

.searchcontent .result .col-md-2 {
  max-width: 20%;
}

@media (max-width: 1280px) {
  .searchcontent .result .col-md-2 {
    max-width: 25%;
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .searchcontent .result .col-md-2 {
    max-width: 33%;
    width: 33%;
  }
}

@media (max-width: 575.98px) {
  .searchcontent .result .col-md-2 {
    max-width: 50%;
    width: 50%;
  }
}

.searchcontent .result .box .star span {
  margin-right: 0.3rem;
}

.searchcontent .result .box .star i {
  color: #FFB521;
  margin-left: 0.3rem;
}

.searchcontent .result .box .lii span {
  display: flex;
  align-items: center;
  color: #064CEA;
  font-family: 'Nunito-Sans-Bold';
}

.searchcontent .result .box .lii span img {
  margin-right: 0.5rem;
}

.searchcontent .result .box .lii span:nth-child(1)::after {
  content: '';
  display: inline-block;
  margin: 0 0.5rem;
  width: 1px;
  height: 10px;
  background: #CCCCCC;
}

.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 0.7rem;
  top: 0rem;
  display: block;
  z-index: 99;
  height: 40px;
}

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

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

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

.first-block .items {
  display: none;
}

.first-block .items:nth-child(1) {
  display: block;
}

.first-block .swiper .swiper-slide .box {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.first-block .swiper .swiper-slide .box::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
}

.first-block .swiper .swiper-slide .box .boximg {
  position: relative;
  overflow: hidden;
}

.first-block .swiper .swiper-slide .box .boximg a {
  display: block;
  width: 100%;
  height: 100%;
}

.first-block .swiper .swiper-slide .box .boximg a:hover 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 .swiper .swiper-slide .box .boximg a img {
  width: 100%;
  transition: all 0.35s ease;
}

.first-block .swiper .swiper-slide .box .boximg .change {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.first-block .swiper .swiper-slide .box .boximg .change i {
  font-size: 1.4em;
  color: #ffffff;
}

.first-block .swiper .swiper-slide .box .boximg .change i.fa-heart {
  color: #FF475A;
  display: none;
}

.first-block .swiper .swiper-slide .box .con {
  padding: 1.5rem;
}

@media (max-width: 575.98px) {
  .first-block .swiper .swiper-slide .box .con .star {
    width: 100%;
    justify-content: flex-start !important;
    margin-top: 1rem;
  }
}

.first-block .swiper .swiper-slide .box .con .star span {
  margin-top: 0.1rem;
}

.first-block .swiper .swiper-slide .box .con .star i {
  color: #FF9A16;
  margin-left: 0.3rem;
}

.first-block .swiper .swiper-slide .box .con .title {
  font-family: 'Poppins-Bold';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.first-block .swiper .swiper-slide .box .con .title:hover {
  color: #064CEA;
}

.first-block .swiper .swiper-slide .box .con dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.first-block .swiper .swiper-slide .box .con dl dd i {
  margin-right: 0.5rem;
  display: inline-block;
  width: 20px;
}

.first-block .swiper .swiper-slide .box .con dl dd i img {
  display: block;
  margin: 0 auto;
}

.first-block .swiper .swiper-slide .box .con dl dd span {
  width: 30%;
  display: flex;
  align-items: center;
  color: #333333;
}

@media (max-width: 575.98px) {
  .first-block .swiper .swiper-slide .box .con dl dd span {
    width: 30%;
  }
}

.first-block .swiper .swiper-slide .box .con dl dd span .icon {
  width: 1em;
  height: 1em;
  fill: #064CEA;
  margin-right: 1rem;
}

@media (max-width: 992px) {
  .first-block .swiper .swiper-slide .box .con dl dd span .icon {
    width: 2em;
    height: 2em;
  }
}

@media (max-width: 575.98px) {
  .first-block .swiper .swiper-slide .box .con dl dd span .icon {
    width: 1em;
    height: 1em;
  }
}

.first-block .swiper .swiper-slide .box .con dl dd span:nth-last-child(1) {
  color: #064CEA;
  width: 75%;
  font-family: 'Nunito-Sans-Bold';
}

.first-block .swiper .swiper-slide .box .con .m i {
  width: 25px;
  display: inline-block;
}

.first-block .swiper .swiper-slide .box .con .m i img {
  display: block;
}

.first-block .swiper .swiper-slide .box .con .apply {
  width: 100%;
  height: auto;
  padding: 1rem;
  border: 2px solid #064CEA;
  color: #064CEA;
  text-align: center;
  border-radius: 10px;
  display: block;
  margin-top: 1.5rem;
  transition: all 0.35s ease;
}

.first-block .swiper .swiper-slide .box .con .apply:hover {
  background: #064CEA;
  color: #ffffff;
}

.first-block .swiper .swiper-slide-active .box::after, .first-block .swiper .swiper-slide-next .box::after, .first-block .swiper .swiper-slide-prev .box::after {
  opacity: 0;
  display: none;
}

@media (max-width: 992px) {
  .first-block .swiper .swiper-slide-next a::after, .first-block .swiper .swiper-slide-prev a::after {
    opacity: 1;
  }
}

.first-block .swiper-button-next, .first-block .swiper-button-prev {
  width: 80px;
  height: 80px;
  top: 43%;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 0 10px #ccc;
}

.first-block .swiper-button-next::before, .first-block .swiper-button-prev::before {
  content: '';
  display: inline-block;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
  .first-block .swiper-button-next, .first-block .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}

.first-block .swiper-button-prev {
  left: 9vw;
}

@media (max-width: 1680px) {
  .first-block .swiper-button-prev {
    left: 4vw;
  }
}

.first-block .swiper-button-next {
  right: 9vw;
}

@media (max-width: 1680px) {
  .first-block .swiper-button-next {
    right: 4vw;
  }
}

.second-block {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to right, #24CBFF, #064DEA);
  width: 120%;
  height: auto;
  border-radius: 40%;
  padding: 15rem 0;
  color: #ffffff;
  margin-top: -7rem;
  margin-left: -10%;
  margin-right: -10%;
}

@media (max-width: 575.98px) {
  .second-block {
    padding: 5rem 0;
    border-radius: 20%;
    margin-top: -4rem;
  }
}

.second-block .icos {
  text-align: center;
}

.second-block .icos .icon {
  fill: #ffffff;
  text-align: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
}

.second-block strong {
  display: block;
  text-align: center;
  color: #3BFFF8;
  position: relative;
  font-family: 'Poppins-Bold';
}

.second-block strong sub {
  bottom: 0;
}

.second-block p {
  font-family: 'Noto-Sans-CJK-TC','Poppins-Regular';
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .second-block .col-md-4 {
    width: 50%;
  }
  .second-block .col-md-4 p {
    width: 60%;
    margin: 0 auto;
  }
}

.third-block {
  position: relative;
  overflow: hidden;
  padding: 8rem 0;
}

@media (max-width: 575.98px) {
  .third-block {
    padding: 7rem 0;
  }
}

.third-block .video {
  width: 60%;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .third-block .video {
    width: 100%;
  }
}

.third-block .video .vid-bottom {
  position: relative;
  z-index: 99;
}

@media (max-width: 768px) {
  .third-block .video .vid-bottom .swiper {
    overflow: visible;
  }
}

.third-block .video .vid-bottom .swiper .swiper-slide img {
  border: 5px solid #ffffff;
  border-radius: 15px;
}

.third-block .video .vid-bottom .swiper .swiper-slide-thumb-active img {
  border: 5px solid #064CEA;
}

.third-block .video .vid-bottom .swiper-button-next {
  right: -8rem;
  top: 30%;
}

.third-block .video .vid-bottom .swiper-button-prev {
  left: -8rem;
  top: 30%;
}

.four-block {
  position: relative;
  z-index: 9;
}

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

.four-block .row {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  display: inline-block;
  display: block;
}

@media (max-width: 575.98px) {
  .four-block .row {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.four-block .row .col-md-12 {
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  width: auto;
  /* margin-bottom: 30px; */
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  cursor: default;
  margin-bottom: 2rem;
}

.four-block .row .col-md-12 a {
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  display: block;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.four-block .row .col-md-12 a .boximg {
  position: relative;
  overflow: hidden;
  width: 33%;
  float: left;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .four-block .row .col-md-12 a .boximg {
    width: 100%;
  }
}

.four-block .row .col-md-12 a .boximg img {
  width: 100%;
  transition: all 0.35s ease;
}

.four-block .row .col-md-12 a .txt {
  width: 63%;
  float: right;
  height: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .four-block .row .col-md-12 a .txt {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.four-block .row .col-md-12 a .txt .tit {
  font-weight: bold;
  font-family: 'Noto-Sans-CJK-TC';
}

.four-block .row .col-md-12 a .txt em {
  display: block;
  font-style: normal;
  color: #064CEA;
}

.four-block .row .col-md-12 a .txt p {
  color: #707070;
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*想省略几行就写几*/
  -webkit-box-orient: vertical;
}

.four-block .row .col-md-12 a .txt span {
  display: flex;
  align-items: center;
  text-align: right;
  color: #064CEA;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
}

@media (max-width: 1366px) {
  .four-block .row .col-md-12 a .txt span {
    bottom: -1rem;
  }
}

@media (max-width: 575.98px) {
  .four-block .row .col-md-12 a .txt span {
    position: relative;
    bottom: 0;
  }
}

.four-block .row .col-md-12 a .txt span::after {
  content: '';
  width: 22px;
  height: 15px;
  background: url(../images/ico-right-bule.png) no-repeat top center;
  display: inline-block;
  margin-left: 1rem;
  transition: all 0.35s ease;
}

.four-block .row .col-md-12 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);
}

.four-block .y {
  position: absolute;
  left: -55%;
  top: -40%;
  animation: random_move1 2s infinite;
  width: 1600px;
  height: 1600px;
  background: #F2F2F2;
  border-radius: 50%;
  box-shadow: 0px 0px 40px rgba(112, 112, 112, 0.16);
}

@media (max-width: 1680px) {
  .four-block .y {
    left: -70%;
  }
}

@media (max-width: 1440px) {
  .four-block .y {
    left: -80%;
  }
}

@media (max-width: 1024px) {
  .four-block .y {
    width: 1000px;
    height: 1000px;
  }
}

@media (max-width: 768px) {
  .four-block .y {
    display: none;
  }
}

.four-block .biglist {
  position: relative;
}

.four-block .biglist .items {
  display: block;
  width: 100%;
  position: relative;
}

.four-block .biglist .items::after {
  content: '';
  display: inline-block;
  width: 98%;
  height: 90%;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
}

@media (max-width: 1024px) {
  .four-block .biglist .items::after {
    height: 96%;
  }
}

@media (max-width: 768px) {
  .four-block .biglist .items::after {
    width: 100%;
    height: 100%;
  }
}

.four-block .biglist .items:hover .row .col-md-7 .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);
}

.four-block .biglist .items .row {
  display: flex;
}

@media (max-width: 768px) {
  .four-block .biglist .items .row .col-md-7 {
    margin-top: 2rem;
  }
}

.four-block .biglist .items .row .col-md-7 .boximg {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.four-block .biglist .items .row .col-md-7 .boximg img {
  transition: all 0.35s ease;
}

.four-block .biglist .items .row p {
  font-weight: normal;
}

.four-block .biglist .items .row .aut .txt {
  margin-left: 1rem;
}

.four-block .biglist .items .row .aut .txt span, .four-block .biglist .items .row .aut .txt b {
  display: block;
}

.four-block .biglist .items .row .read {
  display: flex;
  align-items: center;
  text-align: right;
  color: #064CEA;
  margin-top: 1rem;
  justify-content: flex-end;
}

.four-block .biglist .items .row .read::after {
  content: '';
  width: 22px;
  height: 15px;
  background: url(../images/ico-right-bule.png) no-repeat top center;
  display: inline-block;
  margin-left: 1rem;
  transition: all 0.35s ease;
}

@media (max-width: 768px) {
  .four-block .biglist .items .row .col-md-7, .four-block .biglist .items .row .col-md-5 {
    width: 100%;
    padding: 0 2rem;
  }
}

.five-block {
  position: relative;
  padding: 100px 0px;
}

.five-block .oline {
  position: relative;
  padding: 0 10rem;
  z-index: 9;
}

@media (max-width: 768px) {
  .five-block .oline {
    padding: 0;
  }
}

.five-block .oline .swiper {
  overflow: visible;
}

.five-block .oline .swiper .swiper-slide .box {
  width: 85%;
}

@media (max-width: 1366px) {
  .five-block .oline .swiper .swiper-slide .box {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .five-block .oline .swiper .swiper-slide .box {
    width: 100%;
  }
}

.five-block .oline .swiper .swiper-slide .box .boximg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.five-block .oline .swiper .swiper-slide .box .boximg::before {
  content: '';
  width: 2px;
  height: 18.5vh;
  background: #000000;
  margin-bottom: 3rem;
  opacity: 0;
  margin-left: 1rem;
}

@media (max-width: 1024px) {
  .five-block .oline .swiper .swiper-slide .box .boximg::before {
    display: none !important;
  }
}

.five-block .oline .swiper .swiper-slide .box .boximg img {
  opacity: 0.5;
  transition: all 0.35s ease;
}

.five-block .oline .swiper .swiper-slide .box .boximg .imgs {
  width: 70%;
}

@media (max-width: 1024px) {
  .five-block .oline .swiper .swiper-slide .box .boximg .imgs {
    width: 100%;
  }
}

.five-block .oline .swiper .swiper-slide .box .boximg .imgs img {
  width: 100%;
}

.five-block .oline .swiper .swiper-slide .box .con {
  opacity: 0;
  transition: all 0.35s ease;
}

.five-block .oline .swiper .swiper-slide .box .con::before {
  content: "\f10d";
  font-family: 'FontAwesome';
  color: #064CEA;
  font-size: 2em;
}

@media (max-width: 1024px) {
  .five-block .oline .swiper .swiper-slide .box .con {
    margin-left: 0;
  }
}

.five-block .oline .swiper .swiper-slide .box .con p {
  width: 70%;
  color: #707070;
}

.five-block .oline .swiper .swiper-slide .box .con .date {
  font-style: normal;
  font-family: 'Poppins-Bold';
  display: inline-block;
}

.five-block .oline .swiper .swiper-slide .box .con .map {
  margin-bottom: 4rem;
}

.five-block .oline .swiper .swiper-slide .box .con .map img {
  margin-right: 0.5rem;
  display: inline-block;
}

.five-block .oline .swiper .swiper-slide-active .box .boximg::before {
  opacity: 1;
}

.five-block .oline .swiper .swiper-slide-active .box .boximg img {
  opacity: 1;
}

.five-block .oline .swiper .swiper-slide-active .box .con {
  opacity: 1;
}

.five-block .oline .swiper .swiper-slide-prev .swiper-3d .swiper-slide-shadow-left {
  opacity: 0 !important;
}

.five-block .oline .boxttn {
  width: 245px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  right: 12%;
  top: 68%;
}

@media (max-width: 1440px) {
  .five-block .oline .boxttn {
    top: 66%;
    width: 200px;
  }
}

@media (max-width: 1366px) {
  .five-block .oline .boxttn {
    right: 9%;
    top: 68%;
  }
}

@media (max-width: 1024px) {
  .five-block .oline .boxttn {
    right: 0%;
    width: 180px;
  }
}

@media (max-width: 768px) {
  .five-block .oline .boxttn {
    top: 72%;
  }
}

@media (max-width: 575.98px) {
  .five-block .oline .boxttn {
    width: 100%;
    right: 0;
    top: 40%;
  }
}

.five-block .oline .boxttn-feeling {
  width: 245px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  right: 0%;
  top: 72%;
}

@media (max-width: 1440px) {
  .five-block .oline .boxttn-feeling {
    top: 66%;
    width: 200px;
  }
}

@media (max-width: 1366px) {
  .five-block .oline .boxttn-feeling {
    right: 9%;
    top: 68%;
  }
}

@media (max-width: 1024px) {
  .five-block .oline .boxttn-feeling {
    right: 0%;
    width: 180px;
  }
}

@media (max-width: 768px) {
  .five-block .oline .boxttn-feeling {
    top: 72%;
  }
}

@media (max-width: 575.98px) {
  .five-block .oline .boxttn-feeling {
    width: 100%;
    right: 0;
    top: 40%;
  }
}

.five-block .y2 {
  position: absolute;
  right: -59%;
  top: -62%;
  animation: random_move1 3s infinite;
  width: 1800px;
  height: 1800px;
  background: #F2F2F2;
  border-radius: 50%;
  box-shadow: 0px 0px 40px rgba(112, 112, 112, 0.16);
}

@media (max-width: 1680px) {
  .five-block .y2 {
    right: -79%;
  }
}

@media (max-width: 1440px) {
  .five-block .y2 {
    right: -95%;
  }
}

@media (max-width: 1024px) {
  .five-block .y2 {
    width: 1200px;
    height: 1200px;
  }
}

@media (max-width: 768px) {
  .five-block .y2 {
    display: none;
  }
}

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

.five-block .feeling .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #CCCCCC;
  padding-top: 4rem;
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .five-block .feeling .box {
    flex-direction: column-reverse;
  }
}

.five-block .feeling .box .con {
  width: 48%;
}

@media (max-width: 575.98px) {
  .five-block .feeling .box .con {
    width: 100%;
  }
}

.five-block .feeling .box .con h4::before {
  content: "\f10d";
  font-family: 'FontAwesome';
  color: #064CEA;
  font-size: 0.76em;
  display: block;
}

.five-block .feeling .box .boximg {
  width: 38%;
}

@media (max-width: 575.98px) {
  .five-block .feeling .box .boximg {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.six-block {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background-color: #F7F7F7;
}

@media (max-width: 575.98px) {
  .six-block {
    padding: 40px 0px;
  }
}

@media (max-width: 1024px) {
  .six-block .col-md-2 {
    width: 21%;
  }
}

@media (max-width: 768px) {
  .six-block .col-md-2 {
    width: 28%;
  }
}

@media (max-width: 575.98px) {
  .six-block .col-md-2 {
    padding: 3rem 0;
    width: 100%;
    padding-bottom: 1rem;
    top: 200%;
    position: absolute;
  }
}

.six-block .btss {
  position: relative;
}

.six-block .city {
  position: relative;
}

.six-block .city .swiper {
  overflow: visible;
}

.six-block .city .swiper .swiper-slide a {
  display: block;
  background: #ffffff;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.six-block .city .swiper .swiper-slide 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);
}

.six-block .city .swiper .swiper-slide a .boximg {
  position: relative;
  overflow: hidden;
}

.six-block .city .swiper .swiper-slide a .boximg img {
  width: 100%;
  transition: all 0.35s ease;
}

.six-block .city .swiper .swiper-slide a .con {
  padding: 2rem;
  position: relative;
}

.six-block .city .swiper .swiper-slide a .con .icos {
  position: absolute;
  right: 2rem;
  top: -2rem;
}

.six-block .city .swiper .swiper-slide a .con p i {
  margin-right: 1rem;
}

.seven-block {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}

.seven-block .content .row:nth-child(1)::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 2%;
  bottom: 0.5rem;
  width: 96%;
  height: 2px;
  background: url(../images/x.png) no-repeat top center;
}

@media (max-width: 768px) {
  .seven-block .content .row:nth-child(1)::after {
    width: 1px;
    height: 168%;
    border-left: 1px dashed #333333;
    left: 2.5%;
    top: 3rem;
    bottom: auto;
  }
}

@media (max-width: 575.98px) {
  .seven-block .content .row:nth-child(1)::after {
    left: 4.5%;
  }
}

.seven-block .content .row:nth-last-child(1) .col-md-4 .left {
  display: flex;
  flex-direction: column-reverse;
  margin-left: 0;
}

@media (max-width: 768px) {
  .seven-block .content .row:nth-last-child(1) .col-md-4 .left {
    flex-direction: row-reverse;
  }
}

.seven-block .content .row:nth-last-child(1) .col-md-4 .left .xt {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-top: -1.2rem;
}

@media (max-width: 768px) {
  .seven-block .content .row:nth-last-child(1) .col-md-4 .left .xt {
    flex-direction: row-reverse;
    margin-top: 0;
  }
}

.seven-block .content .row:nth-last-child(1) .col-md-4 .txt {
  width: 30%;
}

@media (max-width: 1440px) {
  .seven-block .content .row:nth-last-child(1) .col-md-4 .txt {
    width: 26%;
  }
}

@media (max-width: 1366px) {
  .seven-block .content .row:nth-last-child(1) .col-md-4 .txt {
    width: 24%;
  }
}

@media (max-width: 1024px) {
  .seven-block .content .row:nth-last-child(1) .col-md-4 .txt {
    width: 18%;
  }
}

.seven-block .content .row .col-md-4 {
  position: relative;
  z-index: 9;
}

@media (max-width: 768px) {
  .seven-block .content .row .col-md-4 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .seven-block .content .row .col-md-4 .justify-content-end {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}

.seven-block .content .row .col-md-4 .left {
  margin-left: -2rem;
}

@media (max-width: 768px) {
  .seven-block .content .row .col-md-4 .left {
    margin-left: 0rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.seven-block .content .row .col-md-4 .left .icos {
  width: 100px;
  height: 100px;
  background: #F2F2F2;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  position: relative;
}

.seven-block .content .row .col-md-4 .left .icos::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-shadow: -10px -10px 20px white;
}

.seven-block .content .row .col-md-4 .left .xt {
  position: relative;
}

@media (max-width: 768px) {
  .seven-block .content .row .col-md-4 .left .xt {
    margin-right: 3rem;
  }
}

.seven-block .content .row .col-md-4 .left .xt::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50px;
  background: #707070;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .seven-block .content .row .col-md-4 .left .xt::before {
    display: none;
  }
}

.seven-block .content .row .col-md-4 .left .xt::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #064CEA;
  border-radius: 50%;
  border: 5px solid #ffffff;
  margin: 0 auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.seven-block .content .row .col-md-4 .txt {
  width: 40%;
  margin-left: 1.5rem;
}

.Blog-list {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

@media (max-width: 575.98px) {
  .Blog-list .content {
    margin-top: 3rem;
  }
}

.Blog-list .col-4 {
  width: 25.33333333%;
}

@media (max-width: 575.98px) {
  .Blog-list .col-4 {
    width: 100%;
  }
}

.Blog-list .col-8 {
  width: 74.66666667%;
}

@media (max-width: 575.98px) {
  .Blog-list .col-8 {
    width: 100%;
  }
}

.Blog-list .itmes {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
}

@media (max-width: 575.98px) {
  .Blog-list .itmes {
    padding: 1rem 0.5rem;
  }
}

.Blog-list .itmes:nth-child(1) {
  background: #F5F9FF;
}

.Blog-list .itmes:hover .imgs img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.Blog-list .itmes .imgs {
  position: relative;
  overflow: hidden;
  width: 26.33333333%;
  margin-right: 1rem;
}

@media (max-width: 1366px) {
  .Blog-list .itmes .imgs {
    width: 24.33333333%;
  }
}

@media (max-width: 575.98px) {
  .Blog-list .itmes .imgs {
    width: 100%;
    margin-right: 0;
  }
}

.Blog-list .itmes .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
  border-radius: 1rem;
  border-radius: 10px;
}

.Blog-list .itmes .txt {
  width: 71.66666667%;
}

@media (max-width: 575.98px) {
  .Blog-list .itmes .txt {
    margin-top: 1rem;
    width: 100%;
  }
}

.Blog-list .itmes .txt em {
  font-style: normal;
  display: flex;
  align-items: center;
}

.Blog-list .itmes .txt em .date {
  border-left: 2px solid #333333;
  margin-left: 1rem;
  padding-left: 1rem;
  color: #333333;
  display: flex;
  align-items: center;
}

.Blog-list .itmes .txt h5 {
  margin-top: 0.5rem;
  font-weight: bold;
}

.Blog-list .itmes .txt .desinfo {
  color: rgba(51, 51, 51, 0.6);
  line-height: 28px;
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: normal;
}

@media (max-width: 1024px) {
  .Blog-list .itmes .txt .desinfo {
    line-height: 1.4;
  }
}

.checkform {
  color: #707070;
  width: 90%;
}

@media (max-width: 575.98px) {
  .checkform {
    width: 100%;
  }
}

.checkform .border-bottom {
  border-color: rgba(51, 51, 51, 0.2) !important;
}

.checkform .checkboxlist .checkbox-inline {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.checkform .checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
}

.checkform .checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.checkform .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: #064CEA;
  border-color: #064CEA;
}

.checkform .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.checkform .checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1.5px solid #333333;
  cursor: pointer;
}

.checkform .checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #064CEA;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
  border-width: 0 2px 2px 0;
}

.checkform .checkboxlist .checkbox-inline span {
  color: #333333;
  font-weight: normal;
}

.checkform .radioboxlist .radiobox-inline {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.checkform .radioboxlist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
}

.checkform .radioboxlist .radiobox-inline .radiobox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.checkform .radioboxlist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.checkform .radioboxlist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1.5px solid #333333;
  cursor: pointer;
}

.checkform .radioboxlist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #064CEA;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}

.Video-list {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}

.Video-list .video {
  position: relative;
}

.Video-list .video i {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #064CEA;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
}

@media (max-width: 1280px) {
  .Video-list .video i {
    width: 80px;
    height: 80px;
  }
}

.Video-list .school, .Video-list .life {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .Video-list .school .col-md-2, .Video-list .life .col-md-2 {
    width: 21%;
  }
}

@media (max-width: 768px) {
  .Video-list .school .col-md-2, .Video-list .life .col-md-2 {
    width: 28%;
  }
}

@media (max-width: 575.98px) {
  .Video-list .school .col-md-2, .Video-list .life .col-md-2 {
    padding: 3rem 0;
    width: 100%;
    padding-bottom: 1rem;
    top: 200%;
    position: absolute;
  }
}

.Video-list .school .btss, .Video-list .life .btss {
  position: relative;
}

.Video-list .school .city, .Video-list .life .city {
  position: relative;
}

.Video-list .school .city .swiper, .Video-list .life .city .swiper {
  overflow: visible;
}

.Video-list .school .city .swiper .swiper-slide a, .Video-list .life .city .swiper .swiper-slide a {
  display: block;
  width: 100%;
}

.Video-list .school .city .swiper .swiper-slide a .boximg, .Video-list .life .city .swiper .swiper-slide a .boximg {
  position: relative;
  overflow: hidden;
}

.Video-list .school .city .swiper .swiper-slide a .boximg img, .Video-list .life .city .swiper .swiper-slide a .boximg img {
  width: 100%;
  transition: all 0.35s ease;
}

.Video-list .school .city .swiper .swiper-slide a .con, .Video-list .life .city .swiper .swiper-slide a .con {
  padding: 1rem 0;
  position: relative;
}

.Video-list .school .city .swiper .swiper-slide a .con p, .Video-list .life .city .swiper .swiper-slide a .con p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Video-list .school .city .swiper .swiper-slide a .con span, .Video-list .life .city .swiper .swiper-slide a .con span {
  display: flex;
  align-items: center;
  font-family: 'Nunito-Sans-Bold';
}

.Video-list .school .city .swiper .swiper-slide a .con span svg, .Video-list .life .city .swiper .swiper-slide a .con span svg {
  fill: #064CEA;
  margin-right: 0.5rem;
  width: 1.2em;
}

.pagebanner {
  position: relative;
}

.pagebanner::after {
  content: '';
  display: inline-block;
  width: 80%;
  height: 20%;
  background-color: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Country-part1 {
  position: relative;
}

.Country-part1 .title {
  background: -moz-linear-gradient(left, #0750eb 40%, #23c7fe 60%);
  background: -webkit-gradient(left top, right top, color-stop(40%, #0750eb), color-stop(60%, #23c7fe));
  background: -webkit-linear-gradient(left, #0750eb 40%, #23c7fe 50%);
  background: -o-linear-gradient(left, #0750eb 40%, #23c7fe 60%);
  background: -ms-linear-gradient(left, #0750eb 40%, #23c7fe 60%);
  background: linear-gradient(to right, #0750eb 40%, #23c7fe 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0750EB', endColorstr='#23C7FE', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Country-part1 .content {
  width: 60%;
  position: relative;
  margin-top: -15%;
}

@media (max-width: 768px) {
  .Country-part1 .content {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .Country-part1 .content {
    margin-top: -25%;
  }
  .Country-part1 .content .col-md-3 {
    width: 50%;
  }
}

.Country-part1 .content span {
  color: rgba(51, 51, 51, 0.6);
  display: block;
  margin-bottom: 0.5rem;
}

.Country-part1 .video {
  position: relative;
  height: 500px;
}

.Country-part1 .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Country-part1 .video::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  top: 0;
}

.Country-part1 .video a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  opacity: 0.8;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.Country-part1 .video a:hover {
  opacity: 1;
}

.Country-part1 .video a i {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #064CEA;
  font-size: 2em;
}

@media (max-width: 575.98px) {
  .Country-part1 .video a i {
    width: 60px;
    height: 60px;
    font-size: 1.5em;
  }
}

.Country-part2 img {
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.Country-part2 .tablebox thead {
  border-bottom: 1px solid #333333;
}

.Country-part2 .tablebox tbody {
  border-top: 1px solid #333333;
}

.Country-part2 .tablebox th, .Country-part2 .tablebox td {
  color: #707070;
  width: 25%;
  padding: 1rem;
  font-family: 'NunitoSans-Bold';
}

@media (max-width: 575.98px) {
  .Country-part2 .tablebox th, .Country-part2 .tablebox td {
    width: auto;
  }
}

.Country-part2 .tablebox tr th:nth-child(2), .Country-part2 .tablebox tr td:nth-child(2) {
  background: rgba(6, 76, 234, 0.05);
  color: #333333;
}

.Country-part2 .txt p {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
}

.Country-part3 {
  position: relative;
  overflow: hidden;
}

.Country-part3 .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}

.Country-part3 .nav-tabs button {
  border: none;
  margin: 1rem 0.5rem;
  padding: 0.5rem 1.5rem;
  background: none;
}

.Country-part3 .nav-tabs button.active {
  background: #064CEA;
  color: #ffffff;
  border-radius: 10px;
}

.Country-part3 .tab-content p {
  color: rgba(51, 51, 51, 0.6);
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
}

.Country-part3 .tab-content p a {
  color: #064CEA;
}

.Country-part4 {
  position: relative;
  overflow: hidden;
}

.Country-part4 .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Country-part4 .nav-tabs button {
  border: none;
  margin: 1rem 0.5rem;
  padding: 0.5rem 1.5rem;
  background: none;
}

.Country-part4 .nav-tabs button.active {
  background: #064CEA;
  color: #ffffff;
  border-radius: 10px;
}

.Country-part4 .tab-content .col-md-4 {
  position: relative;
}

@media (max-width: 575.98px) {
  .Country-part4 .tab-content .col-md-4 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    margin-bottom: 1rem;
  }
}

.Country-part4 .tab-content .col-md-4:nth-last-child(1)::after {
  display: none;
}

.Country-part4 .tab-content .col-md-4::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 8%;
  top: 0;
  background-color: #CCCCCC;
}

@media (max-width: 575.98px) {
  .Country-part4 .tab-content .col-md-4::after {
    display: none;
  }
}

.Country-part4 .tab-content p {
  display: flex;
  flex-wrap: wrap;
}

.Country-part4 .tab-content p span:nth-child(1) {
  width: 50%;
  color: rgba(51, 51, 51, 0.6);
}

@media (max-width: 768px) {
  .Country-part4 .tab-content p span:nth-child(1) {
    width: 100%;
  }
}

.Country-part4 .tab-content p span:nth-child(2) {
  color: #333333;
  font-family: 'Nunito-Sans-Bold';
}

.Country-part5 {
  position: relative;
  z-index: 9;
}

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

.Country-part5 .row {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  display: inline-block;
  display: block;
}

@media (max-width: 575.98px) {
  .Country-part5 .row {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.Country-part5 .row .col-md-12 {
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  width: auto;
  /* margin-bottom: 30px; */
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  cursor: default;
  margin-bottom: 2rem;
}

.Country-part5 .row .col-md-12 a {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  display: block;
}

.Country-part5 .row .col-md-12 a .boximg {
  position: relative;
  overflow: hidden;
  width: 33%;
  float: left;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .Country-part5 .row .col-md-12 a .boximg {
    width: 100%;
  }
}

.Country-part5 .row .col-md-12 a .boximg img {
  width: 100%;
  transition: all 0.35s ease;
  border-radius: 1rem;
  border-radius: 10px;
  display: block;
}

.Country-part5 .row .col-md-12 a .txt {
  width: 63%;
  float: right;
}

@media (max-width: 768px) {
  .Country-part5 .row .col-md-12 a .txt {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.Country-part5 .row .col-md-12 a .txt em {
  display: block;
  font-style: normal;
  color: #064CEA;
}

.Country-part5 .row .col-md-12 a .txt p {
  color: #707070;
  font-weight: normal;
  font-family: 'Noto-Sans-CJK-TC';
}

.Country-part5 .row .col-md-12 a .txt .title {
  font-weight: bold;
  font-family: 'Noto-Sans-CJK-TC';
}

.Country-part5 .row .col-md-12 a .txt span {
  display: block;
  text-align: right;
  color: #064CEA;
}

.Country-part5 .row .col-md-12 a .txt span::after {
  content: '\279E';
  margin-left: 1rem;
  transition: all 0.35s ease;
}

.Country-part5 .row .col-md-12 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);
  border-radius: 10px;
}

.Country-part5 .row .col-md-12 a:hover .txt span::after {
  margin-left: 0.5rem;
}

.Country-part5 .y {
  position: absolute;
  left: -55%;
  top: -40%;
  animation: random_move1 5s infinite;
  width: 1600px;
  height: 1600px;
  background: #F2F2F2;
  border-radius: 50%;
  box-shadow: 0px 0px 40px rgba(112, 112, 112, 0.16);
}

@media (max-width: 1680px) {
  .Country-part5 .y {
    left: -70%;
  }
}

@media (max-width: 1440px) {
  .Country-part5 .y {
    left: -80%;
  }
}

@media (max-width: 1024px) {
  .Country-part5 .y {
    width: 1000px;
    height: 1000px;
  }
}

@media (max-width: 768px) {
  .Country-part5 .y {
    display: none;
  }
}

.Country-part6 .more2 {
  width: 200px;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 575.98px) {
  .Country-part6 .more2 {
    width: 150px;
    padding: 1rem;
  }
}

.News {
  position: relative;
  overflow: hidden;
}

.News .mr-3 {
  margin-right: 3rem;
}

.News .col-md-4 .imgs {
  width: 30%;
}

.News .col-md-4 .txt {
  width: 66%;
}

.News .col-md-4 .txt span {
  color: rgba(51, 51, 51, 0.6);
}

.News .listbox .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  position: relative;
  z-index: 99;
}

.News .listbox .nav-tabs button {
  border: none;
  margin: 1rem 0.5rem;
  color: #ffffff;
  background: none;
  padding: 0;
}

.News .listbox .nav-tabs button .btn {
  display: flex;
  align-items: center;
}

.News .listbox .nav-tabs button .btn::after {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  border: none;
}

.News .listbox .nav-tabs button:hover {
  background: #064CEA;
  color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
}

.News .listbox .nav-tabs button:hover .btn {
  color: #ffffff;
}

.News .listbox .nav-tabs button .dropdown-menu {
  left: 0%;
  min-width: 100%;
  border-radius: 0;
  border-radius: 10px;
  margin-top: 10px;
}

.News .listbox .tab-content .col-md-3 {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .News .listbox .tab-content .col-md-3 {
    width: 33%;
  }
}

@media (max-width: 575.98px) {
  .News .listbox .tab-content .col-md-3 {
    width: 100%;
  }
}

.News .listbox .tab-content a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.News .listbox .tab-content a:hover {
  color: #064CEA;
}

.News .listbox .tab-content 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);
}

.News .listbox .tab-content a:hover .con p, .News .listbox .tab-content a:hover .con span {
  color: #064CEA;
}

.News .listbox .tab-content a .boximg {
  position: relative;
  overflow: hidden;
}

.News .listbox .tab-content a .boximg img {
  width: 100%;
  height: 100%;
  transition: all 0.35s ease;
}

.News .listbox .tab-content a .con {
  padding: 1.5rem;
}

.News .listbox .tab-content a .con p {
  line-height: 24px;
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
}

.News .listbox .tab-content a .con span {
  color: rgba(51, 51, 51, 0.6);
  font-family: 'Nunito-Sans-Bold';
}

.News .inner {
  padding: 0 15rem;
}

@media (max-width: 768px) {
  .News .inner {
    padding: 0;
  }
}

.News .inner h6 {
  line-height: 30px;
}

.News .inner .article * {
  margin-bottom: 2rem;
  line-height: 24px;
  font-weight: normal;
  font-family: 'Noto-Sans-CJK-TC';
}

.News .inner .article img {
  display: block;
  margin: 0 auto;
}

.News .inner .article .body {
  padding: 1rem 3rem;
}

@media (max-width: 575.98px) {
  .News .inner .article .body {
    padding: 1rem 2rem;
  }
}

.News-inner {
  position: relative;
  background: #ffffff;
}

.News-inner::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 35%;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

@media (max-width: 1024px) {
  .News-inner::before {
    height: 20%;
  }
}

.News-inner::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 130px;
  background: url(../images/backgroundcurve_2@2x.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .News-inner::after {
    top: 20%;
  }
}

.News-inner .container {
  position: relative;
  z-index: 99;
}

.nav-tabs {
  border-bottom: none;
}

.Search-courses {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

.Search-courses .boximg {
  position: relative;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .Search-courses .boximg {
    height: 360px;
  }
}

.Search-courses .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.Search-courses .boximg .inner {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  .Search-courses .boximg .inner {
    width: 90%;
    padding: 1.5rem;
  }
}

.Search-courses .col-md-3 {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-top: 2rem;
}

@media (max-width: 575.98px) {
  .Search-courses .col-md-3 {
    width: 50%;
  }
}

.Search-courses .col-md-3 a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.Search-courses .col-md-3 a:hover .imgs img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.Search-courses .col-md-3 a .imgs {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0px 0px;
}

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

.Search-courses .col-md-3 a h4 {
  padding: 1.5rem;
  margin-bottom: 0;
}

.Search-courses .hot-course {
  position: relative;
  padding: 0 12rem;
}

@media (max-width: 1440px) {
  .Search-courses .hot-course {
    padding: 0 5rem;
  }
}

@media (max-width: 1280px) {
  .Search-courses .hot-course {
    padding: 0;
  }
}

.Search-courses .hot-course .items {
  padding: 1.4rem;
  border-radius: 30px;
  background-color: #ffffff;
  margin-top: 3rem;
  position: relative;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.Search-courses .hot-course .items .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.Search-courses .hot-course .items .icos {
  position: absolute;
  left: -2.5rem;
  top: -2.5rem;
  z-index: 9;
}

.Search-courses .hot-course .items .txt {
  border-right: 1px solid #CCCCCC;
  margin: 0 1rem;
}

@media (max-width: 575.98px) {
  .Search-courses .hot-course .items .txt {
    border: none;
    margin: 1rem 0;
  }
}

.Search-courses .hot-course .items .txt .address {
  display: flex;
  align-items: center;
  font-family: 'Nunito-Sans-Bold';
}

.Search-courses .hot-course .items .txt .address img {
  margin-right: 0.5rem;
}

.Search-courses .hot-course .items .txt p {
  font-family: 'Nunito-Sans-Bold';
}

.Search-courses .hot-course .items .txt dl {
  margin-bottom: 0;
}

.Search-courses .hot-course .items .txt dl dd {
  display: flex;
}

.Search-courses .hot-course .items .txt dl dd span {
  width: 30%;
  display: inline-block;
}

@media (max-width: 768px) {
  .Search-courses .hot-course .items .txt dl dd span {
    width: 40%;
  }
}

.Search-courses .hot-course .items .txt dl dd span:nth-last-child(1) {
  width: 60%;
  color: #064CEA;
  font-family: 'Nunito-Sans-Bold';
}

.Search-courses .hot-course .items .more2 {
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  .Search-courses .hot-course .items .more2 {
    width: 100px;
    height: 40px;
  }
}

.Search-courses .hot-course .items .Seabout {
  text-align: center;
  margin-top: 0.8rem;
  display: block;
}

.Search-courses .hot-course .items .Seabout:hover {
  color: #333333;
}

@media (max-width: 575.98px) {
  .Search-courses .hot-course .items .Seabout {
    margin-top: 0;
  }
}

.Search-courses .hot-course .items .Seabout::after {
  content: "\f08e";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
}

@media (max-width: 575.98px) {
  .Search-courses .hot-course .items .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.Oversea-Boarding-Tips {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}

.Oversea-Boarding-Tips .Page-Tips-Banner {
  position: relative;
  overflow: hidden;
  width: 94%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .Oversea-Boarding-Tips .Page-Tips-Banner {
    height: 400px;
    border-radius: 30px;
  }
}

.Oversea-Boarding-Tips .Page-Tips-Banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Oversea-Boarding-Tips .Page-Tips-Banner .inner {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem 8rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .Oversea-Boarding-Tips .Page-Tips-Banner .inner {
    padding: 3rem;
  }
}

@media (max-width: 575.98px) {
  .Oversea-Boarding-Tips .Page-Tips-Banner .inner {
    padding: 1.5rem;
  }
}

.Oversea-Boarding-Tips .Page-Tips-Banner .inner .txt {
  width: 50%;
}

@media (max-width: 575.98px) {
  .Oversea-Boarding-Tips .Page-Tips-Banner .inner .txt {
    width: 90%;
  }
}

@media (max-width: 575.98px) {
  .Oversea-Boarding-Tips .choose .row {
    flex-direction: column-reverse !important;
  }
}

.Oversea-Boarding-Tips .choose .row:nth-child(even) {
  flex-direction: row-reverse;
}

.Oversea-Boarding-Tips .choose .boxcontent {
  width: 100%;
}

@media (max-width: 575.98px) {
  .Oversea-Boarding-Tips .choose .boxcontent {
    margin-top: 2rem;
  }
}

.Oversea-Boarding-Tips .choose .boxcontent .txt {
  width: 65%;
}

@media (max-width: 575.98px) {
  .Oversea-Boarding-Tips .choose .boxcontent .txt {
    width: 90%;
  }
}

.Oversea-Boarding-Tips .choose .boxcontent .txt p {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
}

.Oversea-Boarding-Tips .choose .boxcontent .txt .row {
  flex-direction: row !important;
}

@media (max-width: 575.98px) {
  .Oversea-Boarding-Tips .choose .boxcontent .txt .row .col-md-3 {
    width: 50%;
  }
}

.Oversea-Boarding-Tips .choose .boxcontent .txt .row .col-md-3 img {
  display: block;
  margin: 1rem auto;
}

.Oversea-Boarding-Tips .choose .boxcontent .txt .row .col-md-3 span {
  display: block;
  text-align: center;
}

.Oversea-Boarding-Tips .language p {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
}

.Oversea-Boarding-Tips .language .navs button {
  border: none;
  background: none;
  padding: 0.5rem 1.3rem;
  border-radius: 10px;
}

.Oversea-Boarding-Tips .language .navs button.active {
  background: #064CEA;
  color: #ffffff;
}

.Oversea-Boarding-Tips .language .tab-content p {
  margin-bottom: 0;
}

.Oversea-Boarding-Tips .language .tab-content .col-md-4 {
  border-right: 1px solid #CCCCCC;
  margin-right: 3rem;
}

@media (max-width: 575.98px) {
  .Oversea-Boarding-Tips .language .tab-content .col-md-4, .Oversea-Boarding-Tips .language .tab-content .col-md-6 {
    width: 40%;
  }
}

.Oversea-Boarding-Tips .city {
  position: relative;
}

.Oversea-Boarding-Tips .city .col-md-3:nth-child(even) {
  margin-top: 2rem;
}

.Oversea-Boarding-Tips .city .boximg {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 0.5rem;
  display: block;
  cursor: pointer;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.Oversea-Boarding-Tips .city .boximg:hover .txt {
  bottom: 2rem;
}

.Oversea-Boarding-Tips .city .boximg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
}

.Oversea-Boarding-Tips .city .boximg img {
  overflow: hidden;
}

.Oversea-Boarding-Tips .city .boximg .txt {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  padding: 2rem;
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  .Oversea-Boarding-Tips .city .boximg .txt {
    padding: 1rem;
  }
}

@media (max-width: 1024px) {
  .Oversea-Boarding-Tips .city .boximg .txt {
    height: auto;
  }
}

.Membership-Landing {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}

.Membership-Landing .Membership-Banner {
  position: relative;
  overflow: hidden;
  width: 94%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .Membership-Landing .Membership-Banner {
    height: 400px;
    border-radius: 30px;
  }
}

.Membership-Landing .Membership-Banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Membership-Landing .Membership-Banner .inner {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem 8rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .Membership-Landing .Membership-Banner .inner {
    padding: 3rem;
  }
}

@media (max-width: 575.98px) {
  .Membership-Landing .Membership-Banner .inner {
    padding: 1.5rem;
  }
}

.Membership-Landing .Membership-Banner .inner .txt {
  width: 50%;
  margin: 0;
}

@media (max-width: 575.98px) {
  .Membership-Landing .Membership-Banner .inner .txt {
    width: 90%;
  }
}

.Membership-Landing .Membership-Banner .inner .txt .fs100 img {
  max-width: 279px;
  margin-top: -5px;
  position: relative;
}

.Membership-Landing .txt {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .Membership-Landing .txt {
    width: 100%;
  }
}

.Membership-Landing .txt p {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Bold';
}

.Membership-Landing .txt span {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
}

.Membership-Landing .boxcontent table tr td, .Membership-Landing .boxcontent table tr th {
  padding: 1rem 0;
}

@media (max-width: 575.98px) {
  .Membership-Landing .boxcontent table tr td, .Membership-Landing .boxcontent table tr th {
    white-space: nowrap;
    padding: 1rem 0.5rem;
  }
}

.Membership-Landing .boxcontent table tr td:nth-child(1), .Membership-Landing .boxcontent table tr th:nth-child(1) {
  width: 33%;
  vertical-align: end;
  color: rgba(51, 51, 51, 0.6);
}

.Membership-Landing .boxcontent table tr td:nth-last-child(1), .Membership-Landing .boxcontent table tr th:nth-last-child(1) {
  text-align: center;
  color: #333333;
}

.Membership-Landing .boxcontent table tr td img, .Membership-Landing .boxcontent table tr th img {
  display: block;
  max-width: 169px;
}

.Membership-Landing .boxcontent table tr td span, .Membership-Landing .boxcontent table tr th span {
  display: block;
  font-family: 'Noto-Sans-CJK-TC';
}

.Membership-Landing .boxcontent table thead tr th {
  text-align: left !important;
}

.Membership-Landing .boxcontent table thead tr th .imgs {
  max-width: 180px;
  margin-bottom: 1rem;
}

.Membership-Landing .boxcontent table tbody tr td {
  vertical-align: middle;
}

.Project-Study {
  position: relative;
  overflow: hidden;
}

.Project-Study .Project-Study-Banner {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to right, #23C5FE, #064CEA);
}

.Project-Study .Project-Study-Banner .container {
  max-width: 80%;
}

.Project-Study .Project-Study-Banner .container .txt {
  width: 90%;
}

@media (max-width: 575.98px) {
  .Project-Study .Project-Study-Banner .container .txt {
    width: 100%;
  }
}

.Project-Study .Project-Study-Banner .container .txt p {
  margin-bottom: 2rem;
  line-height: 42px;
}

.Project-Study .Project-Study-Banner .container img {
  position: relative;
  margin-bottom: -5rem;
}

.Project-Study .twoitems {
  position: relative;
}

.Project-Study .twoitems::after {
  content: '';
  display: inline-block;
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -45%;
  bottom: -30%;
}

@media (max-width: 768px) {
  .Project-Study .twoitems::after {
    width: 800px;
    height: 800px;
    right: -60%;
  }
}

.Project-Study .twoitems .row:nth-child(1) img {
  float: right;
}

@media (max-width: 575.98px) {
  .Project-Study .twoitems .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.Project-Study .twoitems p {
  margin-bottom: 2rem;
  font-family: 'Nunito-Sans-Bold','Noto-Sans-CJK-TC';
}

.Project-Study .twoitems p:nth-last-child(1) {
  margin-bottom: 0;
}

.Project-Study .twoitems .fs56 {
  position: relative;
  padding-left: 3.5rem;
}

.Project-Study .twoitems .fs56 i {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 100%;
}

.Project-Study .twoitems .fs56 i::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 90%;
  background: #064CEA;
  position: absolute;
  right: 0rem;
  top: -0.3rem;
  transform: rotate(45deg);
}

.Project-Study .hot-course {
  position: relative;
  padding: 0 12rem;
}

@media (max-width: 1440px) {
  .Project-Study .hot-course {
    padding: 0 5rem;
  }
}

@media (max-width: 1280px) {
  .Project-Study .hot-course {
    padding: 0;
  }
}

.Project-Study .hot-course .items {
  padding: 1.4rem;
  border-radius: 30px;
  background-color: #ffffff;
  margin-top: 3rem;
  position: relative;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.Project-Study .hot-course .items .boximg {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.Project-Study .hot-course .items .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.Project-Study .hot-course .items .boximg img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.Project-Study .hot-course .items .icos {
  position: absolute;
  left: -2.5rem;
  top: -2.5rem;
}

.Project-Study .hot-course .items .txt {
  border-right: 1px solid #CCCCCC;
  margin: 0 1rem;
}

@media (max-width: 575.98px) {
  .Project-Study .hot-course .items .txt {
    border: none;
    margin: 1rem 0;
  }
}

.Project-Study .hot-course .items .txt .address {
  display: flex;
  align-items: center;
  font-family: 'Nunito-Sans-Bold';
}

.Project-Study .hot-course .items .txt .address img {
  margin-right: 0.5rem;
}

.Project-Study .hot-course .items .txt p {
  font-family: 'Nunito-Sans-Bold';
}

.Project-Study .hot-course .items .txt dl {
  margin-bottom: 0;
}

.Project-Study .hot-course .items .txt dl dd {
  display: flex;
}

.Project-Study .hot-course .items .txt dl dd span {
  width: 30%;
  display: inline-block;
}

@media (max-width: 768px) {
  .Project-Study .hot-course .items .txt dl dd span {
    width: 40%;
  }
}

.Project-Study .hot-course .items .txt dl dd span:nth-last-child(1) {
  width: 60%;
  color: #064CEA;
  font-family: 'Nunito-Sans-Bold';
}

.Project-Study .hot-course .items .more2 {
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  .Project-Study .hot-course .items .more2 {
    width: 100px;
    height: 40px;
  }
}

.Project-Study .hot-course .items .Seabout {
  text-align: center;
  margin-top: 0.8rem;
  display: block;
}

@media (max-width: 575.98px) {
  .Project-Study .hot-course .items .Seabout {
    margin-top: 0;
  }
}

.Project-Study .hot-course .items .Seabout::after {
  content: "\f08e";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
}

@media (max-width: 575.98px) {
  .Project-Study .hot-course .items .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.Project-Study .demand {
  position: relative;
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.Project-Study .demand::before {
  content: '';
  display: inline-block;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16), -20px -20px 40px white;
  position: absolute;
  left: -17%;
  top: 3rem;
}

@media (max-width: 768px) {
  .Project-Study .demand::before {
    width: 400px;
    height: 400px;
  }
}

.Search-for-school {
  position: relative;
  overflow: hidden;
}

.Search-for-school #accordion {
  box-sizing: border-box;
}

.Search-for-school #accordion .panel {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  position: relative;
}

.Search-for-school #accordion .panel .panel-heading {
  padding: 0;
}

.Search-for-school #accordion .panel .panel-title {
  margin-bottom: 0;
}

.Search-for-school #accordion .panel .panel-title a {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  border: none;
  margin: 0;
  position: relative;
  background: none;
  color: rgba(51, 51, 51, 0.6);
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
}

.Search-for-school #accordion .panel .panel-title a span {
  width: 95%;
}

@media (max-width: 575.98px) {
  .Search-for-school #accordion .panel .panel-title a span {
    width: 90%;
    text-align: justify;
  }
}

.Search-for-school #accordion .panel .panel-title a::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../images/minus_large.png) no-repeat center center;
  border-radius: 50%;
  color: #707070;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Search-for-school #accordion .panel .panel-title a.collapsed::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../images/plus_large.png) no-repeat center center;
  color: #707070;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Search-for-school #accordion .panel .panel-body {
  padding: 0 0 1rem 0;
}

.Search-for-school #accordion .panel .panel-body * {
  font-family: 'NunitoSans-Regular','Noto-Sans-CJK-TC';
  color: #333333;
  line-height: 1;
}

.Search-for-school #accordion .panel .collapse.in {
  display: block;
}

.Search-for-school .navs {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.Search-for-school .navs .sort {
  background: #F8F7F9;
  padding: 1.16rem;
}

@media (max-width: 768px) {
  .Search-for-school .navs .sort {
    width: 100%;
    text-align: center;
  }
}

.Search-for-school .navs button {
  position: relative;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  border-radius: 10px;
  padding-right: 0;
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
}

.Search-for-school .navs button::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #CCCCCC;
  margin-left: 0.5rem;
}

.Search-for-school .navs button.active em {
  background: #064CEA;
  color: #ffffff;
}

.Search-for-school .navs button:hover em {
  background: rgba(6, 76, 234, 0.1);
}

.Search-for-school .navs button:nth-last-child(1)::after {
  display: none;
}

.Search-for-school .navs button em {
  padding: 0.5rem 1rem;
  border-right: 10px;
  border-radius: 10px;
  transition: all 0.35s ease;
  margin: 0.2rem 0;
}

.Search-for-school .navs .active:hover em {
  color: #333333 !important;
}

.Search-for-school .content .itmes {
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0;
}

.Search-for-school .content .itmes:hover .col-md-4 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);
}

.Search-for-school .content .itmes .col-md-4, .Search-for-school .content .itmes .col-md-8 {
  padding: 0;
}

.Search-for-school .content .itmes .col-md-4 .boxcon, .Search-for-school .content .itmes .col-md-8 .boxcon {
  padding: 1rem 1.5rem;
}

.Search-for-school .content .itmes .col-md-4 .boxcon .tbs, .Search-for-school .content .itmes .col-md-8 .boxcon .tbs {
  border-radius: 6px;
  box-shadow: 0px 5px 20px rgba(6, 76, 234, 0.2);
  overflow: hidden;
  background: #064CEA;
  color: #ffffff;
}

.Search-for-school .content .itmes .col-md-4 .boxcon .tbs i, .Search-for-school .content .itmes .col-md-8 .boxcon .tbs i {
  background: #333333;
  color: #ffffff;
  padding: 0.4rem 0.5rem;
}

.Search-for-school .content .itmes .col-md-4 .boxcon .tbs span, .Search-for-school .content .itmes .col-md-8 .boxcon .tbs span {
  padding: 0.4rem 0.5rem;
}

.Search-for-school .content .itmes .col-md-4 .boxcon .tbs span img, .Search-for-school .content .itmes .col-md-8 .boxcon .tbs span img {
  margin-right: 0.5rem;
}

.Search-for-school .content .itmes .col-md-4 .boxcon .tip, .Search-for-school .content .itmes .col-md-8 .boxcon .tip {
  font-family: 'Nunito-Sans-Bold';
}

.Search-for-school .content .itmes .col-md-4 .boxcon .star i, .Search-for-school .content .itmes .col-md-8 .boxcon .star i {
  color: #FF9A16;
  margin-left: 0.3rem;
  margin-top: -0.2rem;
}

.Search-for-school .content .itmes .col-md-4 .boxcon h6, .Search-for-school .content .itmes .col-md-8 .boxcon h6 {
  font-family: 'Nunito-Sans-Bold';
  margin-top: 0.5rem;
}

.Search-for-school .content .itmes .col-md-4 .boxcon em, .Search-for-school .content .itmes .col-md-8 .boxcon em {
  display: block;
}

.Search-for-school .content .itmes .col-md-4 .boxcon .map, .Search-for-school .content .itmes .col-md-8 .boxcon .map {
  position: relative;
  font-family: 'Nunito-Sans-Bold';
}

.Search-for-school .content .itmes .col-md-4 .boxcon .map svg, .Search-for-school .content .itmes .col-md-8 .boxcon .map svg {
  fill: #064CEA;
  width: 1.5em;
}

@media (max-width: 768px) {
  .Search-for-school .content .itmes .col-md-4 .boxcon dl, .Search-for-school .content .itmes .col-md-8 .boxcon dl {
    flex-wrap: wrap;
  }
}

.Search-for-school .content .itmes .col-md-4 .boxcon dl dd, .Search-for-school .content .itmes .col-md-8 .boxcon dl dd {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
}

@media (max-width: 768px) {
  .Search-for-school .content .itmes .col-md-4 .boxcon dl dd, .Search-for-school .content .itmes .col-md-8 .boxcon dl dd {
    width: 45%;
  }
}

.Search-for-school .content .itmes .col-md-4 .boxcon dl dd img, .Search-for-school .content .itmes .col-md-8 .boxcon dl dd img {
  margin-right: 0.5rem;
}

.Search-for-school .content .itmes .col-md-4 .boxcon dl dd i, .Search-for-school .content .itmes .col-md-8 .boxcon dl dd i {
  margin-left: 0.5rem;
}

.Search-for-school .content .itmes .col-md-4 .boxcon dl dd:nth-last-child(1)::after, .Search-for-school .content .itmes .col-md-8 .boxcon dl dd:nth-last-child(1)::after {
  display: none;
}

.Search-for-school .content .itmes .col-md-4 .boxcon dl dd::after, .Search-for-school .content .itmes .col-md-8 .boxcon dl dd::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #333333;
  margin-left: 1rem;
}

.Search-for-school .content .itmes .col-md-4 .boxcon .inner-therm span, .Search-for-school .content .itmes .col-md-8 .boxcon .inner-therm span {
  display: none !important;
}

@media (max-width: 1024px) {
  .Search-for-school .content .itmes .col-md-4 .boxcon .row .col-md-7, .Search-for-school .content .itmes .col-md-4 .boxcon .row .col-md-5, .Search-for-school .content .itmes .col-md-8 .boxcon .row .col-md-7, .Search-for-school .content .itmes .col-md-8 .boxcon .row .col-md-5 {
    width: 100%;
  }
  .Search-for-school .content .itmes .col-md-4 .boxcon .row .col-md-7 .text-right, .Search-for-school .content .itmes .col-md-4 .boxcon .row .col-md-5 .text-right, .Search-for-school .content .itmes .col-md-8 .boxcon .row .col-md-7 .text-right, .Search-for-school .content .itmes .col-md-8 .boxcon .row .col-md-5 .text-right {
    text-align: left !important;
  }
}

.Search-for-school .content .itmes .col-md-4 .boxcon .url, .Search-for-school .content .itmes .col-md-8 .boxcon .url {
  color: #064CEA;
}

.Search-for-school .content .itmes .col-md-4 .boxcon .url::after, .Search-for-school .content .itmes .col-md-8 .boxcon .url::after {
  content: "\f08e";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
}

.Search-for-school .content .itmes .col-md-4 .boxcon .more2, .Search-for-school .content .itmes .col-md-8 .boxcon .more2 {
  width: 140px;
  height: 50px;
}

.Search-for-school .content .itmes .col-md-4 {
  position: relative;
  overflow: hidden;
}

.Search-for-school .content .itmes .col-md-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.Search-for-school .content .itmes .col-md-4 .change {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.Search-for-school .content .itmes .col-md-4 .change i {
  font-size: 1.5em;
  color: #ffffff;
}

.Search-for-school .content .itmes .col-md-4 .change i:hover {
  color: #FF475A;
}

.Search-for-school .content .itmes .col-md-4 .change .fa-heart {
  color: #FF475A;
  display: none;
}

.Search-for-school .content .blueback {
  background: #F5F9FF;
}

.Search-for-school .content .bartt {
  border-radius: 30px 30px 0 0;
  background: #333333;
  padding: 1rem 1.5rem 5rem 1.5rem;
  color: #ffffff;
  flex-wrap: wrap;
  font-family: 'Nunito-Sans-Bold';
}

.Search-for-school .content .bartt span i {
  margin-right: 0.5rem;
}

.Search-for-school .content .bartt .apply {
  color: #ffffff;
  font-family: 'Nunito-Sans-Bold';
}

@media (max-width: 575.98px) {
  .Search-for-school .content .bartt .apply {
    margin-top: 0.5rem;
  }
}

.Search-for-school .content .bartt .apply::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
}

.Search-for-school .content .catebox {
  position: relative;
}

.Search-for-school .content .catebox .itlist {
  position: relative;
}

.Search-for-school .content .catebox .itlist .itmes {
  position: relative;
  margin-top: -4rem;
}

.Search-for-school .content .catebox ul {
  padding-left: 0;
  width: 60%;
}

@media (max-width: 575.98px) {
  .Search-for-school .content .catebox ul {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .Search-for-school .content .catebox ul {
    margin-bottom: 1rem;
  }
}

.Search-for-school .content .catebox ul li {
  list-style: none;
  display: flex;
  margin-top: 0.5rem;
}

.Search-for-school .content .catebox ul li span {
  width: 30%;
  display: inline-block;
}

@media (max-width: 992px) {
  .Search-for-school .content .catebox ul li span {
    width: 50%;
  }
}

.Search-for-school .content .catebox ul li span:nth-last-child(1) {
  width: 60%;
  font-family: 'Nunito-Sans-Bold';
}

@media (max-width: 575.98px) {
  .Search-for-school .content .catebox ul li span:nth-last-child(1) {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .Search-for-school .content .catebox .more2 {
    width: 100%;
    text-align: center;
  }
}

.School-Detail {
  position: relative;
  overflow: hidden;
}

.School-Detail .icos {
  color: #3D9518;
}

.School-Detail img {
  display: block;
}

.School-Detail .listbox .items {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.School-Detail .listbox .items:nth-last-child(1) {
  border: none;
}

.School-Detail .listbox .items h3 {
  color: rgba(51, 51, 51, 0.6);
}

.School-Detail .listbox .items ul {
  margin-left: 0;
  padding-left: 0;
}

.School-Detail .listbox .items ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: space-between;
}

.School-Detail .listbox .items ul li span {
  width: 30%;
  display: inline-block;
  word-break: break-all;
}

.School-Detail .listbox .items ul li span:nth-child(1) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.School-Detail .listbox .items ul li span:nth-child(1) i {
  width: 12%;
  margin-top: 0.2rem;
}

.School-Detail .listbox .items ul li span:nth-child(1) em {
  width: 80%;
  display: inline-block;
}

.School-Detail .listbox .items ul li span:nth-last-child(1) {
  width: 65%;
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
}

.School-Detail .detail-img {
  position: relative;
  padding-bottom: 3rem;
}

@media (max-width: 575.98px) {
  .School-Detail .detail-img {
    margin-top: 3rem;
  }
}

.School-Detail .detail-img .swiper-button-next::before, .School-Detail .detail-img .swiper-button-prev::before {
  display: none;
}

.School-Detail .detail-img .swiper-button-next {
  right: -1.5rem;
  top: 50%;
  background: #ffffff;
  transform: translateY(-50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.School-Detail .detail-img .swiper-button-prev {
  left: -3rem;
  top: 50%;
  background: #ffffff;
  transform: translateY(-50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
}

.School-Detail .detail-img .swiper-slide {
  position: relative;
}

.School-Detail .detail-img .swiper-slide i {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #064CEA;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1280px) {
  .School-Detail .detail-img .swiper-slide i {
    width: 80px;
    height: 80px;
  }
}

.School-Detail .detail-img .swiper-pagination .swiper-pagination-bullet {
  background: rgba(6, 76, 234, 0.2);
  opacity: 1;
  transition: all 0.35s ease;
}

.School-Detail .detail-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #064CEA;
  width: 2rem;
  border-radius: 99px;
}

.School-Detail .star i {
  color: #FFB521;
  margin-right: 0.4rem;
}

.School-Detail .content .box {
  background: #333333;
  border-radius: 20px;
  color: #ffffff;
  padding: 1.5rem;
  position: relative;
}

.School-Detail .content .box::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF4B4B;
}

.School-Detail .content .box a {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.5rem;
  display: inline-block;
}

.School-Detail .content .box a::after {
  content: "\009B";
  margin-left: 0.5rem;
  display: inline-block;
}

.School-Detail .content p {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
  font-weight: normal;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.School-Detail .content .col-md-4 span {
  font-family: 'NunitoSans-Bold';
}

.School-Detail .content .whiteback {
  border-radius: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.School-Detail .content .whiteback b {
  color: #064CEA;
  display: flex;
  align-items: center;
}

.School-Detail .content .whiteback b img {
  margin-right: 0.5rem;
}

.School-Detail .content .whiteback p {
  margin-bottom: 0;
}

.School-Detail .content .navs button {
  border: none;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  background: none;
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Bold';
}

.School-Detail .content .navs button.active {
  background: #064CEA;
  color: #ffffff;
}

.School-Detail .content .span {
  display: block;
  color: rgba(51, 51, 51, 0.6);
}

.School-Detail .content .tab-content .col-md-3 {
  margin-top: 1rem;
}

@media (max-width: 575.98px) {
  .School-Detail .content .tab-content .col-md-3 {
    width: 50%;
  }
}

.School-Detail .content .tab-content .col-md-3.border-right {
  position: relative;
  box-sizing: border-box;
  border: none;
  margin-right: 0;
}

.School-Detail .content .tab-content .col-md-3.border-right:nth-last-child(1)::after {
  display: none;
}

.School-Detail .content .tab-content .col-md-3.border-right::after {
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: 30%;
  background: #CCCCCC;
  display: inline-block;
  position: absolute;
}

.School-Detail .content .tab-content .col-md-3.border-right span:nth-child(1) {
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: 1rem;
}

.School-Detail .content .tab-content .col-md-3:nth-last-child(1) {
  border: none;
}

.School-Detail .content .tab-content .col-md-3 span {
  display: block;
  margin-bottom: 0rem;
  font-family: 'NunitoSans-Bold';
}

.School-Detail .content h6 {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Bold';
}

.School-Detail .press2 p[data-value] {
  position: relative;
  font-family: 'Nunito-Sans-Bold';
  line-height: 1;
  margin-top: 0.3rem;
}

.School-Detail .press2 p[data-value]::after {
  content: attr(data-value) "";
  position: absolute;
  right: 0;
  color: #064CEA;
}

.School-Detail .press2 progress[value] {
  height: 10px;
  width: 250px;
}

@media (max-width: 1366px) {
  .School-Detail .press2 progress[value] {
    width: 200px;
  }
}

@media (max-width: 1024px) {
  .School-Detail .press2 progress[value] {
    width: 180px;
  }
}

@media (max-width: 768px) {
  .School-Detail .press2 progress[value] {
    width: 130px;
  }
}

.School-Detail .border-right {
  border-right: 1px solid #ccc;
  height: 100%;
  margin-right: 2rem;
}

.School-Detail .press3 p[data-value] {
  position: relative;
  font-family: 'Nunito-Sans-Bold';
  line-height: 1;
  margin-top: 0.3rem;
}

.School-Detail .press3 p[data-value]::after {
  content: attr(data-value) "%";
  position: absolute;
  right: 0;
  color: #064CEA;
}

.School-Detail .press3 progress[value] {
  height: 10px;
  width: 280px;
}

@media (max-width: 1366px) {
  .School-Detail .press3 progress[value] {
    width: 200px;
  }
}

@media (max-width: 1024px) {
  .School-Detail .press3 progress[value] {
    width: 180px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .School-Detail .press3 progress[value] {
    width: 130px;
  }
}

.video_pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  opacity: 0;
  transition: all 0.35s ease;
}

.video_pup.show {
  display: block;
  opacity: 1;
}

.video_pup .videocontent {
  width: 100%;
  height: 100%;
  position: relative;
}

.video_pup .videocontent .close {
  right: 3rem;
  top: 3rem;
}

.video_pup .videocontent .close::after, .video_pup .videocontent .close::before {
  background: #ffffff;
}

.video_pup .videocontent .txt p {
  font-weight: normal;
  line-height: 19px;
}

.video_pup .videocontent .row {
  width: 100%;
  margin: 0;
}

.video_pup .videocontent .row .col-md-4 {
  height: 100%;
  background: #ffffff;
  overflow-y: scroll;
  padding: 5rem;
}

@media (max-width: 575.98px) {
  .video_pup .videocontent .row .col-md-4 {
    padding: 2rem;
  }
}

.video_pup .videocontent .video img {
  width: 100%;
}

.video_pup .boxc {
  height: 82vh;
  overflow-y: scroll;
}

@media (max-width: 1024px) {
  .video_pup .boxc {
    height: 30vh;
  }
}

@media (max-width: 768px) {
  .video_pup .boxc {
    height: 40vh;
  }
}

@media (max-width: 575.98px) {
  .video_pup .boxc {
    height: 63vh;
  }
}

.video_pup .boxc .know {
  color: #064CEA;
}

.video_pup .boxc .know::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.8rem;
}

.video_pup .col-md-4, .video_pup .col-md-8 {
  padding: 0;
  float: left;
}

@media (max-width: 1024px) {
  .video_pup .col-md-4, .video_pup .col-md-8 {
    width: 100%;
  }
}

.video_pup .col-md-4 .video, .video_pup .col-md-8 .video {
  height: 100%;
}

.video_pup .col-md-4 .video img, .video_pup .col-md-4 .video iframe, .video_pup .col-md-8 .video img, .video_pup .col-md-8 .video iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video_pup .col-md-9, .video_pup .col-md-3 {
  width: auto;
}

.Events {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

.Events .biglist {
  position: relative;
  overflow: hidden;
}

.Events .biglist .items {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}

.Events .biglist .items::after {
  content: '';
  display: inline-block;
  width: 96%;
  height: 90%;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
}

@media (max-width: 1024px) {
  .Events .biglist .items::after {
    height: 96%;
  }
}

@media (max-width: 768px) {
  .Events .biglist .items::after {
    width: 100%;
    height: 100%;
  }
}

.Events .biglist .items:hover .row .col-md-7 .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);
}

.Events .biglist .items .row {
  display: flex;
}

@media (max-width: 768px) {
  .Events .biglist .items .row .col-md-6 {
    margin-top: 2rem;
    width: 100%;
    padding: 0 2rem;
  }
}

.Events .biglist .items .row .col-md-6:nth-last-child(1) {
  margin-top: 0;
}

.Events .biglist .items .row .col-md-6 .boximg {
  position: relative;
  overflow: hidden;
}

.Events .biglist .items .row .col-md-6 .boximg img {
  transition: all 0.35s ease;
}

.Events .biglist .items .row .col-md-6 .txt p {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
  font-weight: normal;
}

.Events .biglist .items .row .col-md-6 .txt dl dd {
  font-family: 'Noto-Sans-CJK-TC';
  display: flex;
  align-items: center;
}

.Events .biglist .items .row .col-md-6 .txt dl dd i {
  width: 30px;
  display: inline-block;
}

.Events .biglist .items .row .col-md-6 .txt dl dd i img {
  display: block;
  margin: 0 auto;
}

.Events .biglist .items .row .px-lg-4 {
  padding-left: 0 !important;
  padding-right: 2.5rem !important;
}

@media (max-width: 575.98px) {
  .Events .biglist .items .row .px-lg-4 {
    padding-right: 0 !important;
  }
}

.Events .navs button {
  border: none;
  border-radius: 10px;
  padding: 0.5rem 1.3rem;
  background: none;
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: bold;
  margin: 0 0.5rem;
}

.Events .navs button:hover {
  background: rgba(6, 76, 234, 0.1);
}

.Events .navs button.active {
  background: #064CEA;
  color: #ffffff;
}

.Events .tab-content .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 1.5);
  margin-bottom: 1rem;
}

.Events .tab-content .col-md-4 .box {
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  background: #ffffff;
  position: relative;
  height: 100%;
}

@media (max-width: 1024px) {
  .Events .tab-content .col-md-4 .box {
    padding: 2rem 1rem;
  }
}

.Events .tab-content .col-md-4 .box .boximg {
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -6rem;
}

@media (max-width: 1024px) {
  .Events .tab-content .col-md-4 .box .boximg {
    width: 80px;
    height: 80px;
    margin-top: -5rem;
  }
}

.Events .tab-content .col-md-4 .box .con {
  margin-top: 2rem;
}

.Events .tab-content .col-md-4 .box .con dl {
  margin-bottom: 2rem;
}

.Events .tab-content .col-md-4 .box .con dl dd {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.Events .tab-content .col-md-4 .box .con dl dd span {
  width: 40%;
  display: inline-block;
}

@media (max-width: 1024px) {
  .Events .tab-content .col-md-4 .box .con dl dd span {
    width: 100%;
  }
}

.Events .tab-content .col-md-4 .box .con dl dd span img {
  margin-right: 0.8rem;
}

.Events .tab-content .col-md-4 .box .con dl dd span:nth-last-child(1) {
  color: #064CEA;
  width: 60%;
  font-family: 'Nunito-Sans-Bold';
}

@media (max-width: 1024px) {
  .Events .tab-content .col-md-4 .box .con dl dd span:nth-last-child(1) {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.Events .tab-content .col-md-4 .box .con h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Events .tab-content .col-md-4 .box .con .more2 {
  width: 100%;
  text-align: center;
  padding: 1.1rem 1rem;
}

.Events .inner {
  padding: 0 14rem;
}

@media (max-width: 1024px) {
  .Events .inner {
    padding: 0;
  }
}

.Events .inner .detail-img {
  position: relative;
  padding-bottom: 3rem;
}

@media (max-width: 575.98px) {
  .Events .inner .detail-img {
    margin-top: 3rem;
  }
}

.Events .inner .detail-img .swiper-button-next::before, .Events .inner .detail-img .swiper-button-prev::before {
  display: none;
}

.Events .inner .detail-img .swiper-slide img {
  width: 100%;
}

.Events .inner .detail-img .swiper-button-next {
  right: -2rem;
  top: 40%;
}

.Events .inner .detail-img .swiper-button-prev {
  left: -2rem;
  top: 40%;
}

.Events .inner .detail-img .swiper-pagination .swiper-pagination-bullet {
  background: rgba(6, 76, 234, 0.2);
  opacity: 1;
}

.Events .inner .detail-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #064CEA;
  width: 2rem;
  border-radius: 99px;
}

.Events .inner .body {
  padding: 0 3rem;
}

@media (max-width: 575.98px) {
  .Events .inner .body {
    padding: 0 1.5rem;
  }
}

.Events .inner .body h4 {
  font-weight: bold;
}

.Events .inner .body * {
  line-height: 24px;
  font-weight: normal;
  font-family: 'Noto-Sans-CJK-TC';
}

.Events .inner .body ul {
  padding-left: 1rem;
}

.Events .inner .body ul li {
  margin-top: 1.5rem;
}

.Events .inner .body .itemsli {
  border-top: 1px solid #333333;
  margin-top: 1rem;
}

.Events .inner .body .itemsli ol {
  padding-left: 0rem;
}

.Events .inner .body .itemsli ol li {
  border-bottom: 1px solid #CCCCCC;
  padding: 1.5rem 0;
  font-size: 1.05vw;
  line-height: 1.4;
  font-family: 'Nunito-Sans-Bold';
  list-style-position: inside;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  .Events .inner .body .itemsli ol li {
    font-size: 1.7vw;
  }
}

@media (max-width: 768px) {
  .Events .inner .body .itemsli ol li {
    font-size: 1.9vw;
  }
}

@media (max-width: 575.98px) {
  .Events .inner .body .itemsli ol li {
    font-size: 18px;
  }
}

.Events .inner .body .itemsli ol li span {
  display: block;
  font-size: 0.8vw;
  font-weight: normal;
  margin-top: 0.5rem;
  padding-left: 1.1rem;
}

@media (max-width: 1280px) {
  .Events .inner .body .itemsli ol li span {
    font-size: 1.6vw;
  }
}

@media (max-width: 768px) {
  .Events .inner .body .itemsli ol li span {
    font-size: 1.7vw;
  }
}

@media (max-width: 575.98px) {
  .Events .inner .body .itemsli ol li span {
    font-size: 14px;
  }
}

.Events .inner .body .boxcontent {
  border-radius: 40px;
  background: #F2F2F2;
  padding: 3rem;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16), -10px -10px 20px white;
}

.Events .inner .body .boxcontent .items {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}

.Events .inner .body .boxcontent .items:nth-last-child(1) {
  border-bottom: none;
}

.Events .inner .body .boxcontent .items p {
  width: 20%;
  font-family: 'Nunito-Sans-Bold';
}

@media (max-width: 575.98px) {
  .Events .inner .body .boxcontent .items p {
    width: 100%;
  }
}

.Events .inner .body .boxcontent .items p:nth-child(1) {
  color: rgba(51, 51, 51, 0.6);
}

.Events .inner .body .boxcontent .items p:nth-last-child(1) {
  width: 75%;
  word-break: break-all;
  word-wrap: break-word;
}

@media (max-width: 575.98px) {
  .Events .inner .body .boxcontent .items p:nth-last-child(1) {
    width: 100%;
  }
}

.Events-inner {
  position: relative;
  background: #ffffff;
}

.Events-inner::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 25%;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

@media (max-width: 1024px) {
  .Events-inner::before {
    height: 20%;
  }
}

.Events-inner::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 130px;
  background: url(../images/backgroundcurve_2@2x.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .Events-inner::after {
    top: 20%;
  }
}

.Events-inner .container {
  position: relative;
  z-index: 99;
}

.Events-inner .container .tags .d-flex {
  display: flex;
  align-items: center;
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
  margin-bottom: 0.5rem;
}

.Events-inner .container .tags .d-flex i {
  display: inline-block;
  margin-right: 0.5rem;
}

.Events-inner .container .tags .d-flex:nth-child(1) em:nth-child(1)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #333333;
  margin: 0 0.5rem;
}

.Events-inner .container h6 {
  line-height: 30px;
}

.File_list {
  position: relative;
  background: #ffffff;
}

.File_list::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 20%;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

@media (max-width: 1024px) {
  .File_list::before {
    height: 20%;
  }
}

.File_list::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 130px;
  background: url(../images/backgroundcurve_2@2x.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .File_list::after {
    top: 20%;
  }
}

.File_list .inner {
  padding: 0 10rem;
}

@media (max-width: 768px) {
  .File_list .inner {
    padding: 0;
  }
}

.File_list .inner .body {
  padding: 0;
}

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

.File_list .container h6 {
  line-height: 30px;
}

.Writing {
  position: relative;
  overflow: hidden;
}

.Writing .Writing-banner img {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .Writing .Writing-banner img {
    border-radius: 10px;
  }
}

.Writing .Writing-banner p {
  margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
  .Writing .Writing-banner .row {
    flex-direction: column-reverse;
  }
}

.Writing .Writing-banner .box {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

.Writing .Thereitems {
  position: relative;
}

.Writing .Thereitems .txt {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .Writing .Thereitems .txt {
    width: 100%;
  }
}

.Writing .Thereitems .col-md-4 img {
  display: block;
  margin: 1rem auto;
}

.Writing .Thereitems .col-md-4 p {
  text-align: center;
}

.Writing .Thereitems .col-md-6:nth-last-child(1) .box ul li::before {
  background: url(../images/bad.png);
  width: 14px;
  height: 14px;
}

.Writing .Thereitems .col-md-6 .box {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  height: 100%;
}

.Writing .Thereitems .col-md-6 .box ul {
  padding-left: 0;
}

.Writing .Thereitems .col-md-6 .box ul li {
  list-style: none;
  padding-left: 1.5rem;
  box-sizing: border-box;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.Writing .Thereitems .col-md-6 .box ul li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0.2rem;
  background: url(../images/good.png) no-repeat top center;
}

.Writing .Sixitems {
  position: relative;
}

.Writing .Sixitems .txt {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .Writing .Sixitems .txt {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .Writing .Sixitems .col-md-2 {
    width: 33%;
  }
}

@media (max-width: 575.98px) {
  .Writing .Sixitems .col-md-2 {
    width: 50%;
  }
}

.Writing .Sixitems .col-md-2 img {
  display: block;
  margin: 1rem auto;
}

.Writing .Sixitems .col-md-2 p {
  text-align: center;
  font-family: 'Noto-Sans-CJK-TC';
}

.Writing .Service {
  position: relative;
  overflow: hidden;
}

.Writing .Service .col-md-3 {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

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

@media (max-width: 575.98px) {
  .Writing .Service .col-md-3 {
    width: 100%;
  }
}

.Writing .Service .col-md-3 .box {
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  background: #ffffff;
  height: 100%;
}

.Writing .Service .col-md-3 .box .boximg img {
  width: 100%;
}

.Writing .Service .col-md-3 .box p, .Writing .Service .col-md-3 .box span {
  color: rgba(51, 51, 51, 0.6);
}

.Writing .Service .col-md-3 .box .price {
  font-family: 'Nunito-Sans-Bold';
}

.Writing .Service .col-md-3 .box .price span {
  color: #333333;
  margin: 0 3px;
}

.Writing .Service .col-md-3 .box .price img {
  margin-right: 0.3rem;
}

.Writing .Service .col-md-3 .box p {
  min-height: 70px;
  font-weight: normal;
}

.Writing .Service .col-md-3 .box .more2 {
  width: 100%;
  text-align: center;
}

@media (max-width: 992px) {
  .Writing .Service .col-md-3 .box .more2 {
    padding: 0.8rem 1rem;
  }
}

.Writing .itmes img {
  width: 100%;
}

.Writing .itmes .txt {
  width: 65%;
}

@media (max-width: 575.98px) {
  .Writing .itmes .txt {
    width: 92%;
    margin-top: 2rem;
  }
}

.Writing .itmes p {
  font-weight: normal;
}

.Writing .navs .nav-tabs {
  border-bottom: none;
}

.Writing .navs .nav-tabs button {
  color: #333333;
  border: none;
  padding: 0.5rem 1.2rem;
  background: none;
  margin: 0.5rem;
  border-radius: 10px;
}

.Writing .navs .nav-tabs button.active {
  background: #064CEA;
  color: #ffffff;
}

.Writing .fiveitems {
  padding: 2rem 0;
}

.Writing .fiveitems .row {
  border-bottom: 1px solid #707070;
  padding: 4rem 0;
}

@media (max-width: 575.98px) {
  .Writing .fiveitems .row {
    text-align: center;
  }
}

.Writing .fiveitems .row p {
  font-weight: normal;
  color: #777777;
}

.Writing .fiveitems .row p:nth-last-child(1) {
  margin-bottom: 0;
}

.Writing .fiveitems .row .tt {
  width: 82%;
}

@media (max-width: 575.98px) {
  .Writing .fiveitems .row .tt {
    width: 100%;
    margin: 2rem 0;
  }
}

.Writing .tariff tr th, .Writing .tariff tr td {
  padding: 1.5rem 0.5rem;
  width: 20%;
  box-sizing: border-box;
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
}

@media (max-width: 575.98px) {
  .Writing .tariff tr th, .Writing .tariff tr td {
    width: auto;
  }
  .Writing .tariff tr th:nth-child(1), .Writing .tariff tr td:nth-child(1) {
    white-space: nowrap;
  }
}

.Writing .tariff tr th span, .Writing .tariff tr td span {
  display: flex;
  align-items: center;
}

.Writing .tariff tr th span h3, .Writing .tariff tr td span h3 {
  margin-bottom: 0;
}

.Writing .National tr th, .Writing .National tr td {
  padding: 1.5rem 0.5rem;
  box-sizing: border-box;
  font-family: 'Nunito-Sans-Bold';
}

@media (max-width: 575.98px) {
  .Writing .National tr th, .Writing .National tr td {
    width: auto;
  }
  .Writing .National tr th:nth-child(1), .Writing .National tr td:nth-child(1) {
    white-space: nowrap;
  }
}

.Writing .National tr th span, .Writing .National tr td span {
  display: flex;
  align-items: center;
}

.Writing .National tr th span h3, .Writing .National tr td span h3 {
  margin-bottom: 0;
}

.Writing .Enter-country .col-md-2 {
  width: 20%;
}

@media (max-width: 575.98px) {
  .Writing .Enter-country .col-md-2 {
    width: 50%;
  }
}

.Writing .Enter-country .col-md-2 a {
  display: block;
  background: #ffffff;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.Writing .Enter-country .col-md-2 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);
}

.Writing .Enter-country .col-md-2 a .boximg {
  position: relative;
  overflow: hidden;
}

.Writing .Enter-country .col-md-2 a .boximg img {
  width: 100%;
  transition: all 0.35s ease;
}

.Writing .Enter-country .col-md-2 a .con {
  padding: 2rem;
  position: relative;
}

@media (max-width: 768px) {
  .Writing .Enter-country .col-md-2 a .con {
    padding: 1rem;
  }
}

.Writing .Enter-country .col-md-2 a .con .icos {
  position: absolute;
  right: 2rem;
  top: -2rem;
}

@media (max-width: 768px) {
  .Writing .Enter-country .col-md-2 a .con .icos {
    right: 1rem;
    width: 30px;
    height: 30px;
    top: -1rem;
  }
}

.Writing .Enter-country .col-md-2 a .con h5 {
  margin-bottom: 0;
}

.Writing .partbox p {
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: normal;
  margin-top: 1rem;
}

.Writing .partbox .bs {
  border-radius: 30px;
  background: #ffffff;
  padding: 2.5rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.Writing .partbox .bs p {
  margin-bottom: 0;
}

.Writing .partbox table tr th, .Writing .partbox table tr td {
  padding: 1rem 0.5rem;
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .Writing .partbox table tr th, .Writing .partbox table tr td {
    white-space: nowrap;
  }
}

.Writing .partbox table tr td:nth-child(1) {
  color: rgba(51, 51, 51, 0.6);
}

.Writing .examination .items .row {
  margin-top: 3rem;
}

.Writing .examination .items .row .ml-3 {
  margin-left: 3.5rem;
}

.Writing .examination .items .row .mr-3 {
  margin-right: 3.5rem;
}

.Writing .examination .items .row .txt {
  color: rgba(51, 51, 51, 0.6);
  font-family: 'Noto-Sans-CJK-TC';
}

.Writing .examination .items .row dl {
  margin-top: 2rem;
}

.Writing .examination .items .row dl dd {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.Writing .examination .items .row dl dd span {
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: normal;
  padding: 0.5rem 0;
}

.Writing .examination .items .row dl dd span:nth-child(1) {
  width: 15%;
  border-right: 1px solid #333333;
  margin-right: 2rem;
}

.Writing .examination .items .row:nth-child(even) {
  flex-direction: row-reverse;
}

.Writing .Advantages table tr th, .Writing .Advantages table tr td {
  padding: 1rem 0.5rem;
  font-family: 'Nunito-Sans-Bold';
}

@media (max-width: 575.98px) {
  .Writing .Advantages table tr th, .Writing .Advantages table tr td {
    white-space: nowrap;
  }
}

.Writing .Advantages table tr td:nth-child(1) {
  color: rgba(51, 51, 51, 0.6);
}

.Writing .Material .box {
  width: 98%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 768px) {
  .Writing .Material .box {
    padding: 1rem;
  }
}

.Writing .Material .box .imgs {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}

.Writing .Material .box .txt {
  width: 65%;
}

.Writing .Material .box .txt .more2 {
  margin-top: 1rem;
}

.Writing .Students .col-md-6 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  width: 97%;
  margin: 0 auto;
}

.Writing .Students .col-md-6 .box .imgs {
  width: 34%;
}

.Writing .Students .col-md-6 .box .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Writing .Students .col-md-6 .box .txt {
  width: 62%;
}

.Writing .Students .col-md-6 .box .txt p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: normal;
}

.Writing .compare {
  position: relative;
  overflow: hidden;
}

.Writing .compare .box {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.Writing .compare .box .txt {
  padding: 2rem 3rem;
}

.Writing .compare .box .txt .t {
  border-bottom: 1px solid #707070;
  padding: 1rem 0;
  margin-top: 0.5rem;
}

.Writing .compare .box .txt ul {
  padding-left: 0;
  margin-top: 1rem;
}

.Writing .compare .box .txt ul li {
  list-style: none;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  color: rgba(51, 51, 51, 0.6);
}

.Writing .compare .box .txt ul li::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0.2rem;
  background: url(../images/good.png) no-repeat top center;
}

.Writing .compare .box .txt .goodli {
  min-height: 80px;
}

.Writing .compare .box .txt .closeli {
  min-height: 50px;
}

.Writing .compare .box .txt .closeli li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/bad.png) no-repeat top center;
}

.Writing .compare .box .txt .more2 {
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
}

.Writing .Service-six {
  position: relative;
  overflow: hidden;
}

.Writing .Service-six .content {
  position: relative;
}

.Writing .Service-six .content .row:nth-child(1)::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: url(../images/xdd.png) no-repeat top center;
  width: 1px;
  height: 70%;
  left: 1.2%;
  top: 4rem;
  bottom: auto;
  background-size: cover;
}

@media (max-width: 1366px) {
  .Writing .Service-six .content .row:nth-child(1)::after {
    left: 1.5%;
  }
}

@media (max-width: 1024px) {
  .Writing .Service-six .content .row:nth-child(1)::after {
    left: 1.7%;
  }
}

@media (max-width: 768px) {
  .Writing .Service-six .content .row:nth-child(1)::after {
    left: 3%;
  }
}

@media (max-width: 575.98px) {
  .Writing .Service-six .content .row:nth-child(1)::after {
    left: 4.5%;
  }
}

@media (max-width: 575.98px) {
  .Writing .Service-six .content .row .dcon {
    flex-wrap: wrap;
  }
}

.Writing .Service-six .content .row .col-md-12 {
  position: relative;
  z-index: 9;
  width: 100%;
  margin-bottom: 1.5rem;
}

.Writing .Service-six .content .row .col-md-12 .justify-content-end {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.Writing .Service-six .content .row .col-md-12 .left {
  margin-left: 0rem;
  display: flex;
  align-items: center;
}

.Writing .Service-six .content .row .col-md-12 .left .icos {
  width: 130px;
  height: 130px;
  background: #F2F2F2;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .Writing .Service-six .content .row .col-md-12 .left .icos {
    width: 100px;
    height: 100px;
  }
}

.Writing .Service-six .content .row .col-md-12 .left .icos::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-shadow: -10px -10px 20px white;
}

.Writing .Service-six .content .row .col-md-12 .left .xt {
  position: relative;
  margin-right: 3rem;
}

@media (max-width: 575.98px) {
  .Writing .Service-six .content .row .col-md-12 .left .xt {
    margin-right: 1rem;
  }
}

.Writing .Service-six .content .row .col-md-12 .left .xt::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 50px;
  background: #707070;
  display: block;
  margin: 0 auto;
  display: none;
}

.Writing .Service-six .content .row .col-md-12 .left .xt::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #064CEA;
  border-radius: 50%;
  border: 5px solid #ffffff;
  margin: 0 auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.Writing .Service-six .content .row .col-md-12 .txt {
  width: 85%;
  margin-left: 1.5rem;
}

@media (max-width: 575.98px) {
  .Writing .Service-six .content .row .col-md-12 .txt {
    width: 100%;
    margin-left: 2.5rem;
    margin-top: 1rem;
  }
}

.Writing .Service-six .content .row .col-md-12 .txt p {
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: normal;
}

.catbox {
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.35s ease;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #707070;
  z-index: 999999;
  display: flex;
  justify-content: flex-end;
}

.catbox .boxitems {
  width: 21%;
  background: #ffffff;
}

@media (max-width: 1440px) {
  .catbox .boxitems {
    width: 28%;
  }
}

@media (max-width: 1024px) {
  .catbox .boxitems {
    width: 38%;
  }
}

@media (max-width: 768px) {
  .catbox .boxitems {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .catbox .boxitems {
    width: 100%;
  }
  .catbox .boxitems .row .col-md-4 {
    width: 33.33333333%;
  }
  .catbox .boxitems .row .col-md-8 {
    width: 66.66666667%;
  }
}

.catbox .boxitems .cat-header .close {
  cursor: pointer;
  position: relative;
  width: 20px;
  display: block;
}

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

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

.catbox .boxitems .catlist {
  height: 82vh;
  overflow-y: scroll;
}

@media (max-width: 575.98px) {
  .catbox .boxitems .catlist {
    height: 80vh;
  }
}

.catbox .boxitems .catlist .col-md-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catbox .boxitems .catlist .txt .t {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catbox .boxitems .catlist .txt .quantity-box {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  padding: 0.05rem 1rem;
}

.catbox .boxitems .catlist .txt .quantity-box input {
  border: none;
  text-align: center;
  font-family: 'Nunito-Sans-Bold';
  color: rgba(51, 51, 51, 0.5);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.catbox .boxitems .catlist .txt .remove {
  border-bottom: 1px solid #333333;
  font-family: 'NunitoSans-Regular';
}

.catbox .boxitems .cat-footer {
  position: relative;
  bottom: 0;
  right: 0;
}

.catbox .boxitems .cat-footer a {
  width: 100%;
  text-align: center;
  background: #064CEA;
  color: #ffffff;
}

.catbox.open {
  opacity: 1;
  right: 0;
}

.relative {
  position: relative;
}

.relative::after {
  content: "\f107";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.5rem;
}

.relative .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.Contact {
  position: relative;
  overflow: hidden;
}

.Contact .pr-3 {
  padding-right: 2.5rem;
}

@media (max-width: 575.98px) {
  .Contact .pr-3 {
    padding-right: 0;
  }
}

.Contact .px-lg-5 {
  padding-right: 0 !important;
}

.Contact .px-lg-5 img {
  float: right;
}

@media (max-width: 575.98px) {
  .Contact .px-lg-5 {
    margin-top: 3rem;
  }
}

.Contact form label {
  color: rgba(51, 51, 51, 0.6);
  margin-top: 2rem;
}

.Contact form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #333333;
  background: none;
  padding: 0.8rem 0;
  font-family: 'Nunito-Sans-Bold';
}

.Contact form textarea.form-control {
  border: 1px solid #333333;
  margin-top: 0.8rem;
  padding: 0.8rem;
}

.Contact form .more2 {
  padding: 0.8rem 3rem;
  width: 200px;
  height: 60px;
}

.Login {
  position: relative;
  overflow: hidden;
}

.Login .contentbox {
  max-width: 600px;
  margin: 0 auto;
  background: #F2F2F2;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
}

.Login .contentbox::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: -10px -10px 20px white;
  border-radius: 30px;
}

.Login .contentbox .tt {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  z-index: 99;
}

.Login .contentbox form {
  position: relative;
  z-index: 99;
}

.Login .contentbox form label {
  color: rgba(51, 51, 51, 0.6);
}

.Login .contentbox form .form-control {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0.3rem 0 0.2rem 0;
  box-shadow: none;
  border-bottom: 1px solid #333333;
  font-family: 'NunitoSans-Regular';
}

.Login .contentbox form .form-group {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.Login .contentbox form button {
  width: 100%;
  text-align: center;
}

.Login .contentbox .border-top {
  border: none !important;
}

.Login .contentbox .border-top::before {
  content: '';
  display: block;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding-top: 1.5rem;
}

.Login .contentbox .more2 {
  width: 100%;
  text-align: center;
  padding: 1.1rem;
}

.Login .contentbox .code {
  border: none;
  width: 50px;
  height: 60px;
  background: #ffffff;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
  font-family: 'NunitoSans-Regular';
}

.Login .contentbox .send {
  text-decoration: underline;
}

.Account {
  position: relative;
  overflow: hidden;
}

.Account .box {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 1.5rem;
  padding-bottom: 0.5rem;
}

.Account .box .people {
  position: relative;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.Account .box .memberlist .member {
  display: flex;
  align-items: center;
}

.Account .box .memberlist .member:nth-child(1) {
  border-right: 1px solid #333333;
  margin: 0 1rem;
  box-sizing: border-box;
  padding-right: 1rem;
}

.Account .box .memberlist .member img {
  margin-right: 0.5rem;
}

.Account .box .user {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -3.5rem;
}

.Account .box .code {
  font-family: 'NunitoSans-Regular';
  color: rgba(51, 51, 51, 0.6);
}

.Account .box .items {
  position: relative;
}

.Account .box .items ul {
  padding-left: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  margin: 1rem 0;
  padding-top: 0.5rem;
}

.Account .box .items ul li {
  list-style: none;
}

.Account .box .items ul li a {
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  margin: 0.5rem 0;
}

.Account .box .items ul li a .icos {
  width: 40px;
}

.Account .box .items ul li a .icos img {
  display: block;
  margin: 0 auto;
}

.Account .box .items ul li a .icos .ach {
  display: none;
}

.Account .box .items ul li a .number {
  margin-left: 0.5rem;
  font-family: 'Nunito-Sans-Bold';
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding: 5px;
  line-height: 1;
  z-index: 99;
  transform: scale(0.8);
}

.Account .box .items ul li a .number::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 100%;
  z-index: -1;
  border-radius: 50%;
  margin: auto;
  background: #FF4B4B;
}

.Account .box .items ul li a:hover {
  background: rgba(6, 76, 234, 0.1);
}

.Account .box .items ul li a.active {
  background: #064CEA;
  color: #ffffff;
}

.Account .box .items ul li a.active .ac {
  display: none;
}

.Account .box .items ul li a.active .ach {
  display: block;
}

.Account .login-out {
  width: 100%;
  border-radius: 30px;
  text-align: center;
}

.Account .navs button {
  border: none;
  background: none;
  padding: 0.5rem 1.3rem;
  border-radius: 10px;
  position: relative;
  margin-right: 1rem;
}

.Account .navs button sub {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  bottom: auto;
  color: #ffffff;
  background: #FF4B4B;
  border-radius: 99px;
  min-width: 21px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
  font-family: 'Nunito-Sans-Bold';
}

.Account .navs button.active {
  background: #064CEA;
  color: #ffffff;
}

.Account .content {
  position: relative;
  width: 70%;
}

@media (max-width: 1024px) {
  .Account .content {
    width: 100%;
  }
}

.Account .content .tab-pane:nth-child(2) .list:nth-child(1) .title::before, .Account .content .tab-pane:nth-child(2) .list:nth-child(2) .title::before {
  display: none;
}

.Account .content .tab-pane .list {
  border-bottom: 1px solid #CCCCCC;
  padding: 1rem 0;
  font-weight: bold;
}

.Account .content .tab-pane .list.red {
  border-top: 1px solid #CCCCCC;
}

.Account .content .tab-pane .list.red .title {
  font-weight: bold;
}

.Account .content .tab-pane .list.red .title::before {
  content: '';
  position: absolute;
  display: inline-block;
  left: -1rem;
  top: 0.35rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF4B4B;
}

.Account .content .tab-pane .list .title {
  margin-bottom: 0.2rem;
  position: relative;
  line-height: 24px;
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
  font-weight: normal;
}

.Account .content .tab-pane .list .title a {
  text-decoration: underline;
  font-weight: bold;
}

.Account .content .tab-pane .list .date {
  color: rgba(51, 51, 51, 0.6);
  font-family: 'NunitoSans-bold';
}

.Account .table th, .Account .table td {
  padding: 1rem 0;
  white-space: nowrap;
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
}

@media (max-width: 1024px) {
  .Account .table th, .Account .table td {
    padding: 0.8rem;
  }
}

.Account .table thead {
  border-bottom: 1px solid #333333;
}

.Account .table tbody {
  border-top: 1px solid #333333;
}

.Account .table tbody tr:nth-last-child(1) {
  border-bottom: 1px solid #333333;
}

.Account .table tbody tr td .Cancel {
  color: #064CEA;
  text-decoration: underline;
  cursor: pointer;
}

.Account .table tbody tr td .End {
  color: rgba(51, 51, 51, 0.6);
}

.Account .ordertable tbody td:nth-child(1), .Account .ordertable tbody th:nth-child(1) {
  color: #333333 !important;
}

.Account .des p {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
}

.Account .Code {
  border-radius: 30px;
  background: #ffffff;
  width: 80%;
  padding: 2rem;
}

@media (max-width: 1024px) {
  .Account .Code {
    width: 100%;
  }
}

.Account .Code .txt p {
  color: rgba(51, 51, 51, 0.6);
}

.Account .Code .Copy_Text {
  background: #F2F2F2;
  border-radius: 10px;
  text-align: center;
  display: block;
  padding: 0.8rem;
  color: #064CEA;
  position: relative;
  font-family: 'NunitoSans-Bold';
}

.Account .Code .Copy_Text input {
  border: none;
  box-shadow: none;
  color: #064CEA;
  background: none;
  text-align: center;
}

.Account .Code .Copy_Text button {
  position: absolute;
  right: 1rem;
  top: 0.4rem;
}

.Account .Code .or {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(51, 51, 51, 0.6);
  font-weight: normal;
}

.Account .Code .or::before, .Account .Code .or::after {
  content: '';
  display: inline-block;
  height: 1px;
  background: #F2F2F2;
  width: 43%;
}

.Account .Recode {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  padding: 1.5rem 0;
}

.Account .Recode:nth-child(1) {
  border-top: 1px solid #333333;
}

@media (max-width: 1024px) {
  .Account .Recode .col-md-7, .Account .Recode .col-md-5 {
    width: 100%;
  }
}

.Account .Recode .more2 {
  width: 140px;
  height: 50px;
}

.Account .map {
  color: #064CEA;
  display: flex;
  align-items: center;
  font-family: 'NunitoSans-Bold';
}

.Account .map img {
  margin-right: 0.5rem;
}

.Account span.green {
  background: rgba(61, 149, 24, 0.15);
  border-radius: 99px;
  color: #3b9416;
  padding: 0.3rem 0.8rem;
  display: inline-block;
  margin-right: 2rem;
}

.Account span.green::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #3b9416;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.Account span.orange {
  background: rgba(255, 154, 22, 0.15);
  border-radius: 99px;
  color: #FF9A16;
  padding: 0.3rem 0.8rem;
  display: inline-block;
  margin-right: 2rem;
}

.Account span.orange::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FF9A16;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.Account span.blue {
  background: rgba(6, 76, 234, 0.15);
  border-radius: 99px;
  color: #064CEA;
  padding: 0.3rem 0.8rem;
  display: inline-block;
  margin-right: 2rem;
}

.Account span.blue::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #064CEA;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.Account span.gary {
  background: rgba(170, 170, 170, 0.15);
  border-radius: 99px;
  color: #AAAAAA;
  padding: 0.3rem 0.8rem;
  display: inline-block;
  margin-right: 2rem;
}

.Account span.gary::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #AAAAAA;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.Account .back {
  position: relative;
  color: #000;
}

.Account .back::before {
  content: "\f104";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 0.5rem;
}

.Account .date {
  color: rgba(51, 51, 51, 0.6);
}

.Account .date em {
  font-style: normal;
  font-family: 'NunitoSans-Bold';
}

.Account .date em:nth-child(1)::after {
  content: '';
  display: inline-block;
  width: 1.5px;
  height: 10px;
  /*background: rgba(51, 51, 51, 0.6);*/
  margin: 0 0.5rem;
}

.Account .processbar {
  position: relative;
  border-top: 4px solid #ffffff;
}

.Account .processbar .col-md-2 {
  width: 16.66%;
  text-align: center;
}

.Account .processbar .col-md-2 span.tt {
  position: relative;
  color: rgba(51, 51, 51, 0.6);
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
}

.Account .processbar .col-md-2 span.tt.active::before {
  background: #064CEA;
}

.Account .processbar .col-md-2 span.tt.active::after {
  opacity: 1;
}

.Account .processbar .col-md-2 span.tt.active1::after {
  width: 100%;
  opacity: 1;
  left: -55%;
}

@media (max-width: 1024px) {
  .Account .processbar .col-md-2 span.tt.active1::after {
    left: -57%;
  }
}

@media (max-width: 768px) {
  .Account .processbar .col-md-2 span.tt.active1::after {
    left: -61%;
  }
}

.Account .processbar .col-md-2 span.tt.on::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #064CEA url(../images/g.png) no-repeat center center;
  margin-top: -2.8rem;
  position: relative;
  margin-bottom: 1rem;
  z-index: 10;
  color: #ffffff;
  border: none;
}

.Account .processbar .col-md-2 span.tt::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F2F2F2;
  border: 5px solid #ffffff;
  margin-top: -2.8rem;
  position: relative;
  margin-bottom: 1rem;
  z-index: 9;
}

.Account .processbar .col-md-2 span.tt::after {
  content: '';
  display: inline-block;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0.5rem;
  height: 4px;
  background: #064CEA;
  z-index: 5;
  opacity: 0;
}

.Account .process-tab {
  position: relative;
}

.Account .process-tab p {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
  margin-bottom: 0;
  font-weight: normal;
}

.Account .process-tab ul {
  padding-left: 0;
  counter-reset: listNumber;
}

.Account .process-tab ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
  font-weight: normal;
}

.Account .process-tab ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.Account .process-tab ul li::before {
  counter-increment: listNumber;
  content: counter(listNumber) " ";
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #064CEA;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'NunitoSans-Regular';
  font-weight: bold;
}

.Account .process-tab ul li a {
  color: #064CEA;
}

.Account .process-tab b {
  display: block;
}

.Account .process-tab dl dd {
  margin-bottom: 0;
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
  font-weight: normal;
}

.Account .process-tab .col-md-4 .boxc {
  background: #ffffff;
  border-radius: 20px;
  display: block;
  width: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.Account .process-tab .col-md-4 .boxc:hover .imgs img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.Account .process-tab .col-md-4 .boxc:hover .txt {
  color: #064CEA;
}

.Account .process-tab .col-md-4 .boxc .imgs {
  width: 35%;
}

.Account .process-tab .col-md-4 .boxc .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.Account .process-tab .col-md-4 .boxc .txt {
  width: 65%;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Account .process-tab .col-md-4 .boxc .txt::after {
  display: inline-block;
  content: "\f105";
  font-family: 'FontAwesome';
  color: #064CEA;
}

@media (max-width: 1024px) {
  .Account .col-md-3 {
    width: 35%;
  }
}

@media (max-width: 575.98px) {
  .Account .col-md-3 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .Account .col-md-9 {
    width: 65%;
  }
}

@media (max-width: 575.98px) {
  .Account .col-md-9 {
    width: 100%;
    margin-top: 4rem;
  }
  .Account .col-md-9 .px-5 {
    padding: 0 !important;
  }
}

@media (max-width: 1024px) {
  .Account .recode_detail .col-md-8, .Account .recode_detail .col-md-3 {
    width: 100%;
  }
  .Account .recode_detail .col-md-8 .justify-content-end, .Account .recode_detail .col-md-3 .justify-content-end {
    justify-content: flex-start !important;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .Account .recode_detail .txt {
    width: 100%;
    margin-top: 1rem;
  }
}

.Account .recode_detail .more2 {
  width: 140px;
  height: 50px;
}

.Account .people_large {
  position: relative;
  width: 180px;
  height: 180px;
}

.Account .people_large a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #064CEA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Account .Person label {
  color: rgba(51, 51, 51, 0.6);
}

.Account .Person .form-control {
  border: none;
  border-bottom: 1px solid #333333;
  background: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: 'NunitoSans-Regular';
}

.Account .Person .relative {
  position: relative;
}

.Account .Person .relative::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/w_ri.png) no-repeat top center;
}

.Account .Person dl dd {
  margin-bottom: 2rem;
}

.Account .Person dl dd .one {
  display: flex;
  justify-content: space-between;
}

.Account .Person dl dd .one p {
  display: flex;
  width: 90%;
  margin-bottom: 0;
}

.Account .Person dl dd .one p span {
  width: 30%;
  color: rgba(51, 51, 51, 0.6);
}

.Account .Person dl dd .ex {
  color: #333333;
  margin-top: 0.5rem;
  font-family: 'NunitoSans-Bold';
}

.Account .Person .checkbox1, .Account .Person .checkbox2, .Account .Person .checkbox3 {
  display: none;
}

.Account .Person p {
  color: rgba(51, 51, 51, 0.6);
}

.Account .Course {
  position: relative;
}

.Account .Course .tt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Account .Course .tt::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 90%;
  background: #333333;
}

@media (max-width: 768px) {
  .Account .Course .tt::after {
    width: 80%;
  }
}

.Account .Course .itmes {
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0;
}

@media (max-width: 1024px) {
  .Account .Course .itmes .col-md-4, .Account .Course .itmes .col-md-8 {
    width: 100%;
  }
  .Account .Course .itmes .col-md-4 .col-md-4, .Account .Course .itmes .col-md-8 .col-md-4 {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

.Account .Course .itmes .col-md-4 .boxcon, .Account .Course .itmes .col-md-8 .boxcon {
  padding: 1rem 2rem;
}

@media (max-width: 768px) {
  .Account .Course .itmes .col-md-4 .boxcon, .Account .Course .itmes .col-md-8 .boxcon {
    padding: 1rem;
  }
}

.Account .Course .itmes .col-md-4 .boxcon .tbs, .Account .Course .itmes .col-md-8 .boxcon .tbs {
  border-radius: 6px;
  box-shadow: 0px 5px 20px rgba(6, 76, 234, 0.2);
  overflow: hidden;
  background: #064CEA;
  color: #ffffff;
}

.Account .Course .itmes .col-md-4 .boxcon .tbs i, .Account .Course .itmes .col-md-8 .boxcon .tbs i {
  background: #333333;
  color: #ffffff;
  padding: 0.4rem 0.5rem;
}

.Account .Course .itmes .col-md-4 .boxcon .tbs span, .Account .Course .itmes .col-md-8 .boxcon .tbs span {
  padding: 0.4rem 0.5rem;
}

.Account .Course .itmes .col-md-4 .boxcon .tbs span img, .Account .Course .itmes .col-md-8 .boxcon .tbs span img {
  margin-right: 0.5rem;
}

.Account .Course .itmes .col-md-4 .boxcon .star i, .Account .Course .itmes .col-md-8 .boxcon .star i {
  color: #FF9A16;
  margin-left: 0.3rem;
  margin-top: -0.2rem;
}

.Account .Course .itmes .col-md-4 .boxcon h6, .Account .Course .itmes .col-md-8 .boxcon h6 {
  font-family: 'Nunito-Sans-Bold';
}

.Account .Course .itmes .col-md-4 .boxcon em, .Account .Course .itmes .col-md-8 .boxcon em {
  display: block;
}

.Account .Course .itmes .col-md-4 .boxcon .map, .Account .Course .itmes .col-md-8 .boxcon .map {
  position: relative;
  font-family: 'Nunito-Sans-Bold';
}

.Account .Course .itmes .col-md-4 .boxcon .map svg, .Account .Course .itmes .col-md-8 .boxcon .map svg {
  fill: #064CEA;
  width: 1.5em;
}

@media (max-width: 768px) {
  .Account .Course .itmes .col-md-4 .boxcon dl, .Account .Course .itmes .col-md-8 .boxcon dl {
    flex-wrap: wrap;
  }
}

.Account .Course .itmes .col-md-4 .boxcon dl dd, .Account .Course .itmes .col-md-8 .boxcon dl dd {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
}

@media (max-width: 768px) {
  .Account .Course .itmes .col-md-4 .boxcon dl dd, .Account .Course .itmes .col-md-8 .boxcon dl dd {
    width: 45%;
  }
}

.Account .Course .itmes .col-md-4 .boxcon dl dd::after, .Account .Course .itmes .col-md-8 .boxcon dl dd::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #333333;
  margin: 0 0.5rem 0 1rem;
}

.Account .Course .itmes .col-md-4 .boxcon dl dd img, .Account .Course .itmes .col-md-8 .boxcon dl dd img {
  margin-right: 0.5rem;
}

.Account .Course .itmes .col-md-4 .boxcon dl dd i, .Account .Course .itmes .col-md-8 .boxcon dl dd i {
  margin-left: 0.5rem;
}

.Account .Course .itmes .col-md-4 .boxcon dl dd:nth-last-child(1)::after, .Account .Course .itmes .col-md-8 .boxcon dl dd:nth-last-child(1)::after {
  display: none;
}

.Account .Course .itmes .col-md-4 .boxcon .more2, .Account .Course .itmes .col-md-8 .boxcon .more2 {
  width: 140px;
  height: 50px;
}

@media (max-width: 1024px) {
  .Account .Course .itmes .col-md-4 .boxcon .row .col-md-8, .Account .Course .itmes .col-md-4 .boxcon .row .col-md-4, .Account .Course .itmes .col-md-8 .boxcon .row .col-md-8, .Account .Course .itmes .col-md-8 .boxcon .row .col-md-4 {
    width: 100%;
  }
  .Account .Course .itmes .col-md-4 .boxcon .row .col-md-8 .text-right, .Account .Course .itmes .col-md-4 .boxcon .row .col-md-4 .text-right, .Account .Course .itmes .col-md-8 .boxcon .row .col-md-8 .text-right, .Account .Course .itmes .col-md-8 .boxcon .row .col-md-4 .text-right {
    text-align: left !important;
  }
}

.Account .Course .itmes .col-md-4 .boxcon .inner-therm span, .Account .Course .itmes .col-md-8 .boxcon .inner-therm span {
  display: none !important;
}

.Account .Course .itmes .col-md-4 .boxcon .url, .Account .Course .itmes .col-md-8 .boxcon .url {
  color: #064CEA;
}

.Account .Course .itmes .col-md-4 .boxcon .url::after, .Account .Course .itmes .col-md-8 .boxcon .url::after {
  content: "\f08e";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0.5rem;
}

.Account .Course .itmes .col-md-4 {
  position: relative;
  padding: 0;
}

.Account .Course .itmes .col-md-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Account .Course .itmes .col-md-4 .change {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.Account .Course .itmes .col-md-4 .change i {
  font-size: 1.5em;
  color: #ffffff;
}

.Account .Course .itmes .col-md-4 .change i:hover {
  color: #FF475A;
}

.Account .Course .itmes .col-md-4 .change .fa-heart {
  color: #FF475A;
  display: none;
}

.Account .Course .itmes .catebox {
  position: relative;
}

.Account .Course .itmes .catebox ul {
  padding-left: 0;
  width: 60%;
}

@media (max-width: 575.98px) {
  .Account .Course .itmes .catebox ul {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .Account .Course .itmes .catebox ul {
    margin-bottom: 1rem;
  }
}

.Account .Course .itmes .catebox ul li {
  list-style: none;
  display: flex;
  margin-top: 0.5rem;
}

.Account .Course .itmes .catebox ul li span {
  width: 30%;
  display: inline-block;
}

@media (max-width: 992px) {
  .Account .Course .itmes .catebox ul li span {
    width: 50%;
  }
}

.Account .Course .itmes .catebox ul li span:nth-last-child(1) {
  width: 60%;
  font-family: 'Nunito-Sans-Bold';
}

@media (max-width: 575.98px) {
  .Account .Course .itmes .catebox ul li span:nth-last-child(1) {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .Account .Course .itmes .catebox .more2 {
    width: 100%;
    text-align: center;
  }
}

.Account .Points-and-Redeem .box {
  border-radius: 30px;
  background: #ffffff;
  width: 100%;
  padding: 2rem;
}

@media (max-width: 575.98px) {
  .Account .Points-and-Redeem .box {
    padding: 2rem 1rem;
  }
}

.Account .Points-and-Redeem .box .row {
  border-bottom: 1px solid #CCCCCC;
}

.Account .Points-and-Redeem .box .row .col-md-4 {
  border-right: 1px solid #CCCCCC;
  margin-bottom: 1.5rem;
}

@media (max-width: 575.98px) {
  .Account .Points-and-Redeem .box .row .col-md-4 {
    border-right: none;
  }
}

.Account .Points-and-Redeem .box .row .col-md-4:nth-last-child(1) {
  border: none;
}

.Account .Points-and-Redeem .box .row .col-md-4 span {
  display: block;
  text-align: center;
}

.Account .Points-and-Redeem .box .row .col-md-4 span img {
  margin-right: 0.5rem;
}

.Account .Points-and-Redeem .box .blue-bar {
  display: flex;
  justify-content: space-between;
}

.Account .Points-and-Redeem .box .blue-bar .bar {
  width: 20%;
  border-right: 2px solid #ffffff;
}

.Account .Points-and-Redeem .box .blue-bar .bar:nth-child(1) em::after {
  border-radius: 10px 0px 0px 10px;
}

.Account .Points-and-Redeem .box .blue-bar .bar:nth-last-child(1) em::after {
  border-radius: 0px 10px 10px 0px;
}

.Account .Points-and-Redeem .box .blue-bar .bar.active em::after {
  background: #064CEA;
}

.Account .Points-and-Redeem .box .blue-bar .bar.active2 em::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 10px;
  background: #064CEA;
  border-radius: 0 10px 10px 0;
}

.Account .Points-and-Redeem .box .blue-bar .bar em {
  color: #333333;
  display: block;
  width: 100%;
  font-family: 'Nunito-Sans-Bold';
  font-weight: normal;
  position: relative;
}

.Account .Points-and-Redeem .box .blue-bar .bar em::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #F2F2F2;
}

.Account .Points-and-Redeem .box .blue-bar .bar span {
  display: block;
  border-left: 1px solid #333333;
  box-sizing: border-box;
  padding-left: 0.8rem;
  font-family: 'Nunito-Sans-Bold';
  font-weight: normal;
  color: rgba(51, 51, 51, 0.6);
  padding-top: 1rem;
  line-height: 19px;
}

.Account .Points-and-Redeem .box .blue-bar .bar span::before {
  content: "\f06b";
  font-family: 'FontAwesome';
  display: block;
  color: #064CEA;
  font-size: 1.5em;
  margin-bottom: 0.5rem;
}

.Account .Points-and-Redeem .table td .green, .Account .Points-and-Redeem .table th .green {
  color: #3D9518;
}

.Account .Points-and-Redeem .table td .pink, .Account .Points-and-Redeem .table th .pink {
  color: #FF4B4B;
}

.Account .Points-and-Redeem .des {
  font-weight: normal;
}

.Account .Points-and-Redeem .des i {
  color: #064CEA;
  text-decoration: underline;
}

.Assessment {
  position: relative;
  overflow: hidden;
}

.Assessment .stepbox {
  width: 55%;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .Assessment .stepbox {
    width: 100%;
  }
}

.Assessment .stepbox .checkform {
  width: 100%;
}

.Assessment .stepbox label {
  color: rgba(51, 51, 51, 0.6);
  margin-top: 2rem;
  display: block;
}

.Assessment .stepbox .form-control {
  border: none;
  border-bottom: 1px solid #333333;
  background: none;
  border-radius: 0;
  padding: 0.5rem 0;
  font-family: 'Nunito-Sans-Bold';
}

.Assessment .stepbox .checkbox-inline {
  margin-top: 1rem;
}

.Assessment .stepbox .checkbox-inline span {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
  font-weight: normal;
}

.Assessment .stepbox #next_step {
  border-radius: 10px;
  background: #064CEA;
  padding: 0.8rem 2.8rem;
  color: #ffffff;
  float: right;
}

.Assessment .stepbox #previous_step {
  border-radius: 10px;
  border: 1px solid #064CEA;
  padding: 0.8rem 2.8rem;
  color: #ffffff;
  background: none;
  color: #064CEA;
  float: left;
}

.Assessment .stepbox .tab1, .Assessment .stepbox .tab2, .Assessment .stepbox .tab3 {
  display: none;
}

.Assessment .contentList {
  display: none;
}

.Assessment .processBar {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  height: 4px;
}

@media (max-width: 575.98px) {
  .Assessment .processBar .processBarlist {
    width: 25%;
  }
}

.Assessment .processBar .processBarlist:nth-child(1) .bar .c-step::before {
  content: '';
  width: 50%;
  left: 0;
}

.Assessment .processBar .processBarlist .bar {
  position: relative;
  width: 100%;
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
}

.Assessment .processBar .processBarlist .bar .c-step {
  position: relative;
}

.Assessment .processBar .processBarlist .bar .c-step::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F2F2F2;
  border: 5px solid #ffffff;
  margin-top: -0.5rem;
  position: relative;
  margin-bottom: 1rem;
  z-index: 9;
}

.Assessment .processBar .processBarlist .bar .c-step::before {
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  left: -55%;
  top: 0.5rem;
  height: 4px;
  background: #064CEA;
  z-index: 5;
  opacity: 0;
}

.Assessment .processBar .processBarlist .bar .c-select::after {
  background: #064CEA;
}

.Assessment .processBar .processBarlist .bar .c-select::before {
  opacity: 1;
}

.Assessment .processBar .processBarlist .poetry {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  text-align: center;
  margin-top: -0.5rem;
}

.Assessment .main-hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.press p[data-value] {
  position: relative;
  font-family: 'Nunito-Sans-Bold';
}

.press p[data-value]::after {
  content: attr(data-value) "%";
  position: absolute;
  right: 0;
  color: #064CEA;
}

.press progress[value] {
  height: 10px;
  width: 200px;
}

@media (max-width: 768px) {
  .press progress[value] {
    width: 130px;
  }
}

.Awords {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}

.Awords form .form-group .form-control {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #333333;
  border-radius: 0;
  padding-left: 0;
}

.Awords .col-md-4 {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

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

@media (max-width: 575.98px) {
  .Awords .col-md-4 {
    width: 100%;
  }
}

.Awords .col-md-4 .box {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.Awords .col-md-4 .box .boximg {
  position: relative;
  overflow: hidden;
}

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

.Awords .col-md-4 .box .boximg a:hover 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);
}

.Awords .col-md-4 .box .boximg a img {
  width: 100%;
  transition: all 0.35s ease;
}

.Awords .col-md-4 .box .con {
  padding: 0.5rem 1.5rem;
}

.Awords .col-md-4 .box .con .titl {
  font-family: 'Poppins-Bold';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Awords .col-md-4 .box .con .titl:hover {
  color: #064CEA;
}

.Awords .col-md-4 .box .con dl {
  margin-bottom: 1.5rem;
}

.Awords .col-md-4 .box .con dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Awords .col-md-4 .box .con dl dd i {
  margin-right: 0.5rem;
  display: inline-block;
  width: 20px;
}

.Awords .col-md-4 .box .con dl dd i img {
  display: block;
  margin: 0 auto;
}

.Awords .col-md-4 .box .con dl dd span {
  width: 35%;
  display: flex;
  align-items: center;
  color: #333333;
}

@media (max-width: 1366px) {
  .Awords .col-md-4 .box .con dl dd span {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .Awords .col-md-4 .box .con dl dd span {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .Awords .col-md-4 .box .con dl dd span {
    width: 50%;
  }
}

.Awords .col-md-4 .box .con dl dd span .icon {
  width: 1em;
  height: 1em;
  fill: #064CEA;
  margin-right: 1rem;
}

@media (max-width: 992px) {
  .Awords .col-md-4 .box .con dl dd span .icon {
    width: 2em;
    height: 2em;
  }
}

@media (max-width: 575.98px) {
  .Awords .col-md-4 .box .con dl dd span .icon {
    width: 1em;
    height: 1em;
  }
}

.Awords .col-md-4 .box .con dl dd span:nth-last-child(1) {
  color: #064CEA;
  width: 60%;
  font-family: 'Nunito-Sans-Bold';
}

@media (max-width: 1366px) {
  .Awords .col-md-4 .box .con dl dd span:nth-last-child(1) {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .Awords .col-md-4 .box .con dl dd span:nth-last-child(1) {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .Awords .col-md-4 .box .con dl dd span:nth-last-child(1) {
    width: 50%;
  }
}

.Awords .col-md-4 .box .con .m i {
  width: 25px;
  display: inline-block;
}

.Awords .col-md-4 .box .con .m i img {
  display: block;
}

.Awords .col-md-4 .box .con .apply {
  width: 100%;
  height: auto;
  padding: 1rem;
  border: 2px solid #064CEA;
  color: #064CEA;
  text-align: center;
  border-radius: 10px;
  display: block;
  margin-top: 1.5rem;
  transition: all 0.35s ease;
}

.Awords .col-md-4 .box .con .apply:hover {
  background: #064CEA;
  color: #ffffff;
}

.Faq-block {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}

.Faq-block #accordion {
  box-sizing: border-box;
}

.Faq-block #accordion .panel {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  position: relative;
}

.Faq-block #accordion .panel .panel-heading {
  padding: 0;
}

.Faq-block #accordion .panel .panel-title {
  margin-bottom: 0;
}

.Faq-block #accordion .panel .panel-title a {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0rem;
  border: none;
  margin: 0;
  position: relative;
  font-weight: normal;
}

.Faq-block #accordion .panel .panel-title a span {
  width: 95%;
}

@media (max-width: 575.98px) {
  .Faq-block #accordion .panel .panel-title a span {
    width: 90%;
    text-align: justify;
  }
}

.Faq-block #accordion .panel .panel-title a::before {
  content: "\f106";
  font-family: fontawesome;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Faq-block #accordion .panel .panel-title a.collapsed {
  color: #2D2D2D;
}

.Faq-block #accordion .panel .panel-title a.collapsed::before {
  content: "\f107";
  font-family: fontawesome;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Faq-block #accordion .panel .panel-body {
  border-top: 1px solid #707070;
  padding: 2rem 0;
}

.Faq-block #accordion .panel .panel-body * {
  color: #000;
  font-family: 'Nunito-Sans';
  font-weight: normal;
}

.Faq-block #accordion .panel .panel-body ul, .Faq-block #accordion .panel .panel-body ol {
  margin-bottom: 2rem;
  padding-left: 1rem;
}

.Faq-block #accordion .panel .panel-body ul li, .Faq-block #accordion .panel .panel-body ol li {
  margin-top: 0.5rem;
}

.Faq-block #accordion .panel .collapse.in {
  display: block;
}

.University-Ranking {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.University-Ranking form .col-md-6 .relative {
  width: 80%;
}

@media (max-width: 575.98px) {
  .University-Ranking form .col-md-6 .relative {
    width: 100%;
  }
}

.University-Ranking form .form-control {
  border: none;
  padding: 0.5rem 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: normal;
}

.University-Ranking form .search {
  border-bottom: 1px solid #707070;
}

.University-Ranking form .search .form-control {
  border-bottom: none;
}

.University-Ranking form .search button {
  padding-right: 0;
}

.University-Ranking table tr th, .University-Ranking table tr td {
  padding: 1rem 0.5rem;
  font-family: 'Nunito-Sans-Bold';
}

@media (max-width: 575.98px) {
  .University-Ranking table tr th, .University-Ranking table tr td {
    white-space: nowrap;
  }
}

.University-Ranking table tr:hover{background: rgba(0,0,0,0.03);}
.University-Ranking table tr td:nth-child(1) {
  /*width: 520px;*/
  color: #666;
}

.University-Ranking table tr td:nth-child(2) {
  width: 200px;
}
.University-Ranking table tr td:nth-child(3) {
  width: 108px;
}
.University-Ranking table tr td:nth-child(4) {

  width: 108px;
}
.University-Ranking table tr td:nth-child(5) {

  width: 108px;
}
.University-Ranking table tr td:nth-child(6) {

  width: 108px;
}

.University-Sort .row {
  margin-bottom: 5rem;
}

.University-Sort .row:nth-child(even) {
  flex-direction: row-reverse;
}

.University-Sort .row .txt {
  margin-top: 1rem;
}

.University-Sort .row .txt p {
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: normal;
}

.University-Sort .row .mr-3 {
  margin-right: 3rem;
}

@media (max-width: 575.98px) {
  .University-Sort .row .mr-3 {
    margin-right: 0;
    margin-top: 2rem;
  }
}

.University-Sort .row .ml-3 {
  margin-left: 3rem;
}

@media (max-width: 575.98px) {
  .University-Sort .row .ml-3 {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.Computer {
  position: relative;
  overflow: hidden;
}

.Computer .txt {
  width: 80%;
  margin: 0 auto;
}

.Computer .boxcontent {
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Computer .boxcontent .left {
  width: 56%;
  padding: 3rem;
}

@media (max-width: 768px) {
  .Computer .boxcontent .left {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .Computer .boxcontent .left {
    padding: 1rem;
  }
}

.Computer .boxcontent .left form .form-group {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.Computer .boxcontent .left form .form-group label {
  width: 35%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .Computer .boxcontent .left form .form-group label {
    width: 45%;
  }
}

@media (max-width: 575.98px) {
  .Computer .boxcontent .left form .form-group label {
    width: 100%;
    padding-bottom: 0;
  }
}

.Computer .boxcontent .left form .form-group label::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(../images/pluss.png) no-repeat top center;
  margin-right: 0.5rem;
}

.Computer .boxcontent .left form .form-group .relative {
  width: 65%;
}

@media (max-width: 1024px) {
  .Computer .boxcontent .left form .form-group .relative {
    width: 55%;
  }
}

@media (max-width: 575.98px) {
  .Computer .boxcontent .left form .form-group .relative {
    width: 100%;
  }
}

.Computer .boxcontent .left form .form-group .relative .form-control {
  border: none;
  border-bottom: 1px solid #333333;
  box-sizing: border-box;
  box-shadow: none;
  padding: 1rem 0;
  border-radius: 0;
  font-family: 'Noto-Sans-CJK-TC','Nunito-Sans-Bold';
}

.Computer .boxcontent .right {
  width: 44%;
  background: #064CEA;
}

@media (max-width: 768px) {
  .Computer .boxcontent .right {
    width: 100%;
  }
}

.Computer .boxcontent .right img {
  width: 100%;
}

.Computer .boxcontent .right .box {
  padding: 2rem;
}

.Computer .boxcontent .right .box span {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  font-family: '';
}

.Additional-Information {
  position: relative;
}

.Additional-Information .stepbox .next_button {
  display: flex;
  justify-content: flex-end;
}

.Additional-Information .stepbox .next_button #previous_step {
  margin-right: 1rem;
}

.Additional-Information .file dl dd {
  margin-bottom: 2rem;
}

.Additional-Information .file dl dd .one {
  display: flex;
  justify-content: space-between;
}

.Additional-Information .file dl dd .one p {
  display: flex;
  width: 90%;
  margin-bottom: 0;
}

.Additional-Information .file dl dd .one p span {
  width: 30%;
  color: rgba(51, 51, 51, 0.6);
}

.Additional-Information .file dl dd .ex {
  color: #333333;
  margin-top: 0.5rem;
  font-family: 'NunitoSans-Bold';
}

.Additional-Information .checkbox1, .Additional-Information .checkbox2, .Additional-Information .checkbox3 {
  display: none;
}

.Additional-Information .finish {
  display: none;
  border-radius: 10px;
  background: #064CEA;
  padding: 0.8rem 2.8rem;
  color: #ffffff;
}

.mycount p {
  font-family: 'Noto-Sans-CJK-TC';
  font-weight: normal;
}

.mycount span {
  display: block;
  width: 100%;
  padding: 0.5rem;
  background: #F2F2F2;
  border-radius: 10px;
  font-family: 'Nunito-Sans-Bold';
}

.mycount .more2 {
  width: auto;
  height: auto;
  padding: 0.8rem 2rem;
  background: #064CEA;
  color: #ffffff;
}

.modal.in {
  display: block;
  opacity: 1;
  overflow: hidden;
  width: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
}

.modal.in .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.in .modal-dialog .modal-content {
  max-width: 360px;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 575.98px) {
  .bread {
    border-bottom: 1px solid #E8E8E8;
  }
}

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

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

@media (max-width: 575.98px) {
  .bread .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.bread span {
  margin: 0 0.1rem;
}

.whiteback {
  background-color: #ffffff !important;
}

.Application_pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  display: none;
  transition: all 0.35s ease;
}

.Application_pup.show {
  display: block;
  opacity: 1;
}

.Application_pup .checkform {
  width: 100%;
}

.Application_pup .checkform .radioboxlist .radiobox-inline {
  margin-bottom: 0rem;
  margin-top: 0.5rem;
}

.Application_pup .checkform .radioboxlist .radiobox-inline span {
  font-family: 'NunitoSans-Regular','Noto-Sans-CJK-TC';
  font-weight: normal;
}

.Application_pup .apply {
  max-width: 640px;
  max-height: 640px;
  overflow-y: scroll;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 3rem;
}

@media (max-width: 575.98px) {
  .Application_pup .apply {
    max-width: 320px;
    max-height: 640px;
    padding: 1.5rem;
  }
}

.Application_pup .apply .swiper-slide {
  height: 1px;
}

.Application_pup .apply .swiper-slide-active {
  height: auto;
}

.Application_pup .apply label {
  color: rgba(51, 51, 51, 0.6);
  margin-top: 1.5rem;
  display: block;
}

.Application_pup .apply .form-control {
  border: none;
  border-bottom: 1px solid #333333;
  background: none;
  border-radius: 0;
  padding: 0.5rem 0;
  font-family: 'Nunito-Sans-Bold';
}

.Application_pup .apply .checkbox-inline {
  margin-top: 1rem;
}

.Application_pup .apply .checkbox-inline span {
  font-family: 'Noto-Sans-CJK-TC','NunitoSans-Regular';
  font-weight: normal;
}

.Application_pup .apply .btns {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Application_pup .apply .btns .cancal {
  border-radius: 10px;
  border: 1px solid #064CEA;
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: none;
  color: #064CEA;
  position: relative;
}

@media (max-width: 575.98px) {
  .Application_pup .apply .btns .cancal {
    width: 80px;
    height: 40px;
  }
}

.Application_pup .apply .btns .bt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Application_pup .apply .btns .bt .next_step {
  border-radius: 10px;
  background: #064CEA;
  width: 140px;
  height: 50px;
  color: #ffffff;
  position: relative;
  margin-left: 1.5rem;
}

.Application_pup .apply .btns .bt .next_step::after, .Application_pup .apply .btns .bt .next_step::before {
  display: none;
}

@media (max-width: 575.98px) {
  .Application_pup .apply .btns .bt .next_step {
    width: 80px;
    height: 40px;
    margin-left: 0.5rem;
  }
}

.Application_pup .apply .btns .bt .previous_step {
  border-radius: 10px;
  border: 1px solid #064CEA;
  width: 140px;
  height: 50px;
  color: #ffffff;
  background: none;
  color: #064CEA;
  position: relative;
}

.Application_pup .apply .btns .bt .previous_step.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 575.98px) {
  .Application_pup .apply .btns .bt .previous_step {
    width: 80px;
    height: 40px;
  }
}

.Application_pup .apply .btns .bt .previous_step::after, .Application_pup .apply .btns .bt .previous_step::before {
  display: none;
}

.Application_pup .apply .out {
  display: none;
}

.Application_pup .apply .out .star .tip {
  margin-right: 5px;
}

.Application_pup .apply .out .star i {
  color: #FFB521;
}

.Application_pup .apply .out .ur {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Application_pup .apply .out .ur .con {
  width: 90%;
}

.Application_pup .apply .out .ur::after {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #064CEA;
}

.Application_pup .code {
  font-family: 'Nunito-Sans-Bold';
}

.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: 14px;
  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 {
  background-color: #064CEA;
  padding: 2rem 0;
  color: #ffffff;
}

@media (min-width: 992px) {
  footer {
    padding-top: 3rem;
  }
}

@media (min-width: 1400px) {
  footer {
    padding-top: 4rem;
  }
}

@media (min-width: 1680px) {
  footer {
    padding-top: 5rem;
  }
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
}

@media (max-width: 992px) {
  footer .footer .footer-inner {
    flex-wrap: wrap;
  }
}

footer .footer .footer-inner .web-info {
  width: 20%;
}

@media (max-width: 992px) {
  footer .footer .footer-inner .web-info {
    width: 100%;
  }
}

footer .footer .footer-inner .web-info .links a {
  margin-right: .5rem;
}

footer .footer .footer-inner .web-info .links a img {
  width: 3rem;
}

footer .footer .footer-inner .web-info .contact .row span {
  font-family: 'Nunito-Sans-Bold';
  font-weight: normal;
}

footer .footer .footer-inner .web-info .contact .row span:nth-child(1) {
  margin-right: 0.5rem;
  width: 18px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  footer .footer .footer-inner .subnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }
  footer .footer .footer-inner .subnav::after {
    content: "+";
    font-family: fontawesome;
    transform: rotate(180deg);
  }
}

footer .footer .footer-inner .change .subnav::after {
  content: "-";
  font-family: fontawesome;
}

footer .footer .footer-inner .sub-list {
  margin-top: .25rem;
  display: flex;
  flex-direction: column;
}

@media (max-width: 575.98px) {
  footer .footer .footer-inner .sub-list {
    display: none;
  }
}

footer .footer .footer-inner .sub-list a {
  line-height: 1.5;
  padding-top: .5rem;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  font-family: 'Noto-Sans-CJK-TC';
}

footer .footer .footer-inner .sub-list a:hover {
  color: #ffffff;
}

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

footer .footer .row {
  width: 80%;
}

@media (max-width: 992px) {
  footer .footer .row {
    width: 100%;
  }
  footer .footer .row .col-md-2 {
    width: 25%;
    margin-top: 2rem !important;
  }
}

@media (max-width: 575.98px) {
  footer .footer .row {
    width: auto;
  }
  footer .footer .row .col-md-2 {
    width: 100%;
    border-top: 1px solid #ffffff;
    margin-top: 1rem !important;
    padding: 0;
  }
}

footer .footer .sub-links {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  footer .footer .sub-links {
    justify-content: flex-end;
  }
}

footer .footer .sub-links a {
  color: #ffffff;
}

footer .footer .sub-links a:not(:last-child)::after {
  content: '|';
  padding: 0 .5rem;
}

footer .copyright {
  border-top: #ffffff 1px solid;
  padding-top: 1rem;
  margin-top: 1rem;
  text-align: right;
}

@media (max-width: 992px) {
  footer .copyright {
    text-align: center;
  }
}

footer .copyright .copy {
  font-family: 'Nunito-Sans-Bold';
}

.message {
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 120px;
  width: 120px;
  background: url(../images/LiveChat.png) no-repeat top center;
  opacity: 0;
  transform: translateY(5rem);
  transition: all 0.35s ease;
}

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

.message span {
  transform: translateY(6px);
  font-size: 1.5rem;
}

@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 (min-width: 576px) {
  main {
    --bs-container: 540px;
  }
}

@media (min-width: 768px) {
  main {
    --bs-container: 720px;
  }
}

@media (min-width: 992px) {
  main {
    --bs-container: 960px;
  }
}

@media (min-width: 1200px) {
  main {
    --bs-container: 1140px;
  }
}

@media (min-width: 1400px) {
  main {
    --bs-container: 1320px;
  }
}

@media (min-width: 1680px) {
  main {
    --bs-container: 1500px;
  }
}

.pageinfo ul {
  display: flex;
  justify-content: center;
}

.pageinfo ul li {
  list-style: none;
}

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

.pageinfo ul li a {
  padding: 0.5rem 0.8rem;
  color: #C1C1C1;
}

.pageinfo ul li .active {
  color: #000;
  border-bottom: 2px solid  #C7AF81;
}

.pageinfo ul li .prev {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 1rem;
}

.pageinfo ul li .prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
}

.pageinfo ul li .next {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 1rem;
}

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

@media (max-width: 575.98px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}

.pageinfo span {
  color: rgba(0, 0, 0, 0.5);
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #064CEA;
}

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

.navbox {
  position: relative;
  margin-top: -5rem;
}

.navbox .row .col-md-2 a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  transition: all 0.35s ease;
}

.navbox .row .col-md-2 a:hover {
  background-image: linear-gradient(#f2de7b, #d5b41b);
}

.navbox .row .col-md-2 a:hover .ico11 {
  display: block;
}

.navbox .row .col-md-2 a:hover .ico1 {
  display: none;
}

.navbox .row .col-md-2 a:hover p {
  color: #ffffff;
}

.navbox .row .col-md-2 a .icos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.navbox .row .col-md-2 a .ico11 {
  display: none;
  transition: all 0.35s ease;
}
