@charset "UTF-8";
@font-face {
  font-family: "LatoBold";
  src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
  font-family: "LatoRegular";
  src: url(../fonts/Lato-Regular.ttf);
}

body {
  color: #ffffff;
  font-family: "LatoRegular", "微軟正黑體";
  font-size: 16px;
  background: #111111;
}

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

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

body.ov {
  height: 100vh;
  overflow: hidden;
}

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

body em {
  font-style: normal;
}

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

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

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

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

body .title {
  color: #262626;
}

body .big-title b {
  text-transform: uppercase;
  display: block;
  color: rgba(31, 51, 104, 0.4);
  position: absolute;
  right: 0;
}

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

body .second-block .box .fc .fc-button-group > .fc-button {
  flex: 0;
}

body .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0;
  justify-content: space-between;
}

body .fc .fc-button-group {
  margin-left: 0;
  width: 100%;
}

body .fc-toolbar-chunk {
  width: 100%;
  text-align: center;
}

body .fc .fc-toolbar {
  position: relative;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(2) {
  display: none;
  width: 0;
}

body .fc .fc-today-button {
  display: none;
  width: 0;
}

body .fc .fc-button-group > .fc-button {
  flex: 0;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(1) {
  position: absolute;
  width: 100%;
  justify-content: space-between;
  z-index: 99;
}

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

body h4 {
  font-weight: bold;
}

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

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

body img {
  max-width: 100%;
}

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

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #39cae1;
}

body .blueLight {
  color: #39cae1;
}

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

body .black {
  color: #000000;
}

body .red {
  color: #39cae1;
}

body .greenback {
  background: #39cae1;
}

body .greenDeep {
  color: #39cae1;
}

body .orangeDeep {
  color: #39cae1;
}

body .yellow {
  color: #ffd739;
}

body .yellowlight {
  color: #ac7d13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #4eb44b;
}

body .blue {
  color: #1eccf8;
}

body .orange {
  color: #fbc81e;
}

body .purple {
  color: #8096fc;
}

body .bluedeep {
  color: #0164fb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body .fs62 {
  font-size: 62px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .fs38 {
  font-size: 38px;
}

body .fs36 {
  font-size: 36px;
}

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

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

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

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

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

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

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

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

body .fs22 {
  font-size: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

body .fs32 {
  font-size: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .fs28 {
  font-size: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .white {
  color: #ffffff;
}

body .more-border {
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 200px;
  height: 60px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  body .more-border {
    width: 160px;
    height: 50px;
  }
}

body .more-border:hover {
  color: #39cae1;
  background: #ffffff;
}

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

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

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

/*.form-control {*/
/*    color: rgba(255, 255, 255, 0.5) !important;*/
/*}*/

.form-control::-webkit-input-placeholder {
  color: #fff !important;
}

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

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

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

.pup .forumform form .form-group .form-control::-webkit-input-placeholder {
  color: #c2c2c2 !important;
}

.pup .forumform form .form-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c2c2c2 !important;
}

.pup .forumform form .form-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c2c2c2 !important;
}

.pup .forumform form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c2c2c2 !important;
}

.wrapper .login-block .right .form-group input::-webkit-input-placeholder {
  color: #b4b4b4 !important;
}

.wrapper .login-block .right .form-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b4b4b4 !important;
}

.wrapper .login-block .right .form-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b4b4b4 !important;
}

.wrapper .login-block .right .form-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b4b4b4 !important;
}

.tox .tox-promotion {
  opacity: 0;
}

.tox-tinymce {
  width: 100%;
  border: 1px solid #1b266b;
}

.heivh::-webkit-scrollbar {
  width: 0px;
}

.heivh::-webkit-scrollbar-track {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.heivh::-webkit-scrollbar-thumb {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  background: #090f29 !important;
  border-bottom: 1px solid #1b266b !important;
}

.tox .tox-promotion {
  background: #090f29 !important;
}

.tox .tox-menubar {
  background: #090f29 !important;
}

.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
  background-color: #090f29 !important;
}

.tox .tox-edit-area__iframe {
  background-color: #090f29 !important;
}

.tox .tox-statusbar {
  background-color: #090f29 !important;
}

.tox .tox-mbtn {
  background-color: #090f29 !important;
}

.tox .tox-mbtn__select-label {
  color: #fff;
}

.tox .tox-tbtn {
  background: #090f29 !important;
  color: #fff;
}

.tox .tox-tbtn svg {
  fill: #fff !important;
}

.tox-tinymce {
  border-color: #1b266b !important;
}

.tox .tox-statusbar {
  display: none !important;
}

.mce-content-body p {
  color: #fff !important;
}

.wrapper .main-block .count .box .taba.indextaba::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.wrapper .main-block .count .box .taba.indextaba::-webkit-scrollbar-track {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.wrapper .main-block .count .box .taba.indextaba::-webkit-scrollbar-thumb {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup .container.container3::-webkit-scrollbar {
  width: 5px;
}

.pup .container.container3::-webkit-scrollbar-track {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup .container.container3::-webkit-scrollbar-thumb {
  background-color: #000;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup.pupnew.show .container::-webkit-scrollbar {
  width: 5px;
}

.pup.pupnew.show .container::-webkit-scrollbar-track {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup.pupnew.show .container::-webkit-scrollbar-thumb {
  background-color: #000;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.wrapper .main-block .news .blueDeepbg .latest-news::-webkit-scrollbar {
  width: 0px;
}

.wrapper .main-block .news .blueDeepbg .latest-news::-webkit-scrollbar-track {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.wrapper .main-block .news .blueDeepbg .latest-news::-webkit-scrollbar-thumb {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

header .header .topbar::-webkit-scrollbar {
  width: 0px;
}

header .header .topbar::-webkit-scrollbar-track {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

header .header .topbar::-webkit-scrollbar-thumb {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.wrapper .main-block .course .article .videobox::-webkit-scrollbar {
  width: 8px;
}

.wrapper .main-block .course .article .videobox::-webkit-scrollbar-track {
  background-color: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.wrapper .main-block .course .article .videobox::-webkit-scrollbar-thumb {
  background-color: #393d51;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.wrapper .main-block .count .courseboxct::-webkit-scrollbar {
  width: 8px;
}

.wrapper .main-block .count .courseboxct::-webkit-scrollbar-track {
  background-color: #081041;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.wrapper .main-block .count .courseboxct::-webkit-scrollbar-thumb {
  background-color: #000;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup .container.container2 .questionbox::-webkit-scrollbar {
  width: 8px;
}

.pup .container.container2 .questionbox::-webkit-scrollbar-track {
  background-color: #081041;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup .container.container2 .questionbox::-webkit-scrollbar-thumb {
  background-color: #000;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup .container::-webkit-scrollbar {
  width: 8px;
}

.pup .container::-webkit-scrollbar-track {
  background-color: #081041;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.pup .container::-webkit-scrollbar-thumb {
  background-color: #0164fb;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

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

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

.dropdown-menu {
  background: none;
  position: relative;
  width: 100%;
  min-width: 100%;
  padding: 1rem 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 0 !important;
}

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.25rem 1.5rem;
  display: flex;
  align-items: center;
  width: 100%;
  color: #707070;
  white-space: nowrap;
  margin-left: 0 !important;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}

.dropdown-menu li a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 1rem;
}

.dropdown-menu li a:hover {
  color: #e88b09;
}

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

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

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

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

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

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

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

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

  .dropdown-menu .col-md-9 .leftin a:nth-last-child(1) {
    border-bottom: none;
  }
}

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

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

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

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

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

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

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

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

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

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

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1;
  display: none !important;
}

.dropdown-submenu {
  position: relative;
}

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

main.heivh {
  height: 100vh;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  main.heivh {
    height: auto;
    overflow: visible;
  }
}

main ul {
  padding-left: 0rem;
}

main ul li {
  list-style: none;
}

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

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

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

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

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

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

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

@media (max-width: 1200px) {
  .d-md-block,
  .d-none {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .d-md-none {
    display: inline-block !important;
  }
}

.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  fill: #707070;
}

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

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

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

.mobile {
  display: none;
}

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

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

@media (max-width: 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: #ffffff;
  transition: all 0.35s ease;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1b2b4a;
  outline: none;
  top: 65%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

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

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

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

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

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

header {
  position: fixed;
  left: 0;
  width: 118px;
  cursor: pointer;
  top: 0;
  height: 100vh;
  z-index: 199;
  background: url(../images/sidebar.png) no-repeat top center;
  background-size: cover;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  header {
    width: 0;
    opacity: 0;
    visibility: hidden;
  }
}

header.open-menu {
  width: 312px;
  box-shadow: 0 3px 24px #264581;
  background: #161625;
}

@media (max-width: 767px) {
  header.open-menu {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}

header.open-menu .header .left .logo a {
  transition: all 0.35s ease;
}

header.open-menu .header .left .logo a .big-logo {
  display: block;
}

header.open-menu .header .left .logo a .logo {
  display: none;
}

header.open-menu .header .nav-box .nav .nav-link {
  margin: 0;
}

header.open-menu .header .nav-box .nav .nav-link span {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  margin-left: 15px;
}

header.open-menu .header .logout a {
  display: flex;
  align-items: center;
  margin: 0 auto;
  transition: all 0.35s ease;
  border-radius: 20px;
  background: #1b2b4a;
  padding: 1rem 2rem;
  color: #ffffff;
}

header.open-menu .header .logout a img {
  margin: 0;
  filter: invert(50%) brightness(300%) !important;
}

header.open-menu .header .logout a span {
  display: block;
}

header .header {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
  min-height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 767px) {
  header .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

header .header .topbar {
  position: relative;
  z-index: 99;
  width: 100%;
  /*height: calc(100vh - 200px);*/
  overflow-y: scroll;
}

@media (max-width: 767px) {
  header .header .topbar .left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

header .header .topbar .left .logo .big-logo {
  display: none;
}

header .header .topbar .left .close-btn {
  display: none;
  width: 26px;
  position: relative;
  height: 26px;
  cursor: pointer;
}

@media (max-width: 767px) {
  header .header .topbar .left .close-btn {
    display: block;
  }
}

header .header .topbar .left .close-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 0;
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

header .header .topbar .left .close-btn span:nth-child(2) {
  width: 100%;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

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

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

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

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

header .header .container .icon-box .btn {
  margin-right: 2rem;
  margin-left: 2rem;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 25px;
  width: 30px;
  cursor: pointer;
  z-index: 99;
}

@media (max-width: 767px) {
  header .header .container .icon-box .btn {
    margin-right: 1.3rem;
    margin-left: 1.3rem;
  }
}

header .header .container .icon-box .btn span {
  position: absolute;
  transform: rotate(0deg);
  display: block;
  height: 3px;
  width: 100%;
  background: #555;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header .header .container .icon-box .btn span:first-child {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .container .icon-box .btn span:last-child {
  top: 18px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .container .icon-box .btn span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 1200px) {
  header .header .container .icon-box .btn[aria-expanded="true"]::after {
    content: "\f124";
  }
}

@media (max-width: 1200px) {
  header .header .container .icon-box .btn[aria-expanded="true"] span {
    display: none;
  }
}

header .header .container .right .nav-outer {
  width: 100%;
  height: 100%;
}

header .header .container .right .link {
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  header .header .container .right .link {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff;
    justify-content: space-between !important;
  }

  header .header .container .right .link div {
    width: 18%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  header .header .container .right .link div {
    width: auto;
  }
}

@media (max-width: 1024px) {
  header .header .container .right .link div a {
    padding-top: 1rem;
  }
}

header .header .container .right .icon-box a {
  margin-right: 1.5vmin;
}

header .header .container .right .icon-box img {
  width: 5vmin;
}

header .header .container .right .nav-link {
  border-radius: 23px;
  position: relative;
}

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

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

header .header .container .right .nav-link a {
  display: block;
  padding: 0.5rem 1.5rem;
  text-align: center;
}

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

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

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

header .header .container .right .nav-link a.active {
  color: #39cae1;
}

header .header .container .right .nav-link img {
  width: 17px;
  height: 15px;
}

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

header .header .mask_background {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100%;
  z-index: 1000;
}

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

header .nav-box .nav {
  width: 100%;
  height: 100%;
  display: block;
}

header .nav-box .nav .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.25rem 0;
  position: relative;
}

header .nav-box .nav .nav-item.open {
  /*border-radius: 20px;*/
  background-image: linear-gradient(to bottom left, #0164fb, #1eccf8);
  border-radius: 10px;
}

header .nav-box .nav .nav-item.open .nav-link {
  margin: 0;
  transition: all 0.35s ease;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

header .nav-box .nav .nav-item.open .nav-link img {
  filter: invert(50%) brightness(300%) !important;
}

header .nav-box .nav .nav-item.open .nav-link span {
  display: inline-block;
  color: #fff;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s ease;
}

header .nav-box .nav .nav-link {
  color: #8b90a0;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  transition: all 0.35s ease;
}

header .nav-box .nav .nav-link::after {
  display: none;
}

header .nav-box .nav .nav-link img {
  width: 20px;
}

header .nav-box .nav .nav-link span {
  display: inline-block;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  header .nav-box .nav .nav-link span {
    font-size: 15px;
  }
}

header .lang {
  position: relative;
  margin-right: 2rem;
}

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

header .lang span {
  display: inline-block;
  color: #707070;
  cursor: pointer;
  transition: all 0.35s ease;
}

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

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

header .lang dl dd {
  padding: 5px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  header .lang dl dd {
    padding: 0 5px;
  }
}

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

header .lang dl dd a:hover {
  color: #39cae1;
}

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

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

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

header .login {
  height: 100%;
  margin-left: 2rem;
}

@media (max-width: 767px) {
  header .login {
    margin-left: 0;
  }
}

header .login a {
  display: inline-block;
  background: #0b85c8;
  padding: 1.1rem 2rem;
  height: 100%;
  color: #ffffff;
  background-image: linear-gradient(to right, #39cae1, #00a4bd);
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .login a:hover {
  background-image: linear-gradient(to left, #39cae1, #00a4bd);
}

@media (max-width: 1024px) {
  header .login a {
    padding: 0.8rem 1.5rem;
  }
}

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

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

header .noticebox {
  position: relative;
}

header .noticebox .notice {
  margin-left: 2rem;
  position: relative;
}

header .noticebox .notice sub {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding: 5px;
  line-height: 1;
  z-index: 99;
  transform: translate(-10px, 2px);
}

header .noticebox .notice sub::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: #ff0000;
}

header .noticebox .notice_submenu {
  position: absolute;
  right: -2rem;
  top: 80px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  width: 420px;
  display: none;
  z-index: 99999999;
}

@media (max-width: 767px) {
  header .noticebox .notice_submenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    z-index: 999999999;
  }
}

header .noticebox .notice_submenu::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  right: 11%;
  top: -20px;
}

header .noticebox .notice_submenu .ShowAll {
  text-decoration: underline;
}

header .logo img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  header .logo img {
    margin: 0;
    margin-left: 1rem;
  }
}

header .logout a {
  display: flex;
  align-items: center;
  margin: 0 auto;
  transition: all 0.35s ease;
}

header .logout a:hover {
  border-radius: 20px;
  background: #1b2b4a;
  padding: 1rem 2rem;
  color: #ffffff;
}

header .logout a:hover img {
  margin: 0;
  filter: invert(50%) brightness(300%) !important;
}

header .logout a:hover span {
  display: block;
}

header .logout a img {
  display: block;
  margin: 0 auto;
}

header .logout a span {
  display: none;
  margin-left: 25px;
  white-space: nowrap;
}

.headbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 999;
  width: calc(100% - 158px);
  top: 20px;
}

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

.headbar .left {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .headbar .left {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .headbar .left form {
    width: 100%;
  }
}

.headbar .left .form-group {
  border-radius: 10px;
  background: #181b29;
  display: flex;
  align-items: center;
  min-width: 310px;
  padding: 0.6rem;
}

.headbar .left .form-group .form-control {
  background: none;
  border: none;
}

.headbar .left .form-group i {
  color: #ffffff;
}

.headbar .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-left: 2rem;
}

@media (max-width: 1280px) {
  .headbar .links {
    justify-content: flex-start;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .headbar .links {
    display: none;
  }
}

.headbar .user span {
  display: flex;
  align-items: center;
}

.headbar .logout a {
  display: block;
  margin: 0 auto;
}

.headbar .logout a img {
  display: block;
  margin: 0 auto;
}

.indexboxbar .headbar {
  position: relative;
  width: auto;
  padding: 1rem 0;
  top: 0;
}

@media (max-width: 767px) {
  .indexboxbar .headbar {
    padding-top: 0;
  }
}

.lang {
  position: relative;
}

.lang span {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s ease;
}

.lang span i {
  margin-left: 10px;
}

.lang dl {
  display: none;
  margin-bottom: 0;
  position: absolute;
  left: -20%;
  top: 40px;
  width: 140%;
  min-width: 110px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  border-radius: 10px;
}

.lang dl dd {
  padding: 5px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .lang dl dd {
    padding: 0 5px;
  }
}

.lang dl dd a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #333;
  transition: all 0.35s ease;
}

.lang dl dd a:hover {
  color: #39cae1;
}

.noticebox {
  position: relative;
}

.noticebox .notice {
  margin-left: 2.5rem;
  position: relative;
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .noticebox .notice {
    margin-left: 1.5rem;
    margin-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .noticebox .notice img {
    width: 22px;
  }
}

.noticebox .notice sub {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding: 5px;
  line-height: 1;
  z-index: 99;
  transform: translate(-10px, 2px);
}

.noticebox .notice sub::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: #ff0000;
}

.noticebox .notice_submenu {
  position: absolute;
  right: 0rem;
  top: 60px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  width: 420px;
  display: none;
  z-index: 9999;
}

@media (max-width: 767px) {
  .noticebox .notice_submenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    z-index: 9999999;
  }
}

.noticebox .notice_submenu::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  right: 11%;
  top: -20px;
}

.noticebox .notice_submenu .close-btn {
  display: none;
  width: 26px;
  position: relative;
  height: 26px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .noticebox .notice_submenu .close-btn {
    display: block;
  }
}

.noticebox .notice_submenu .close-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 0;
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.noticebox .notice_submenu .close-btn span:nth-child(2) {
  width: 100%;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

.user {
  position: relative;
}

.user .usermenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  width: 100px;
  background: #fff;
  border-radius: 10px;
  display: none;
}

.user .usermenu a {
  color: #333;
  transition: all 0.35s ease;
  padding: 5px 10px;
  display: block;
  text-align: center;
}

.user .usermenu a:nth-child(1) {
  padding-top: 15px;
}

.user .usermenu a:nth-last-child(1) {
  border-top: 1px solid #efefef;
}

.user .usermenu a:hover {
  color: #39cae1;
}

.mobile-bar {
  display: none;
}

@media (max-width: 767px) {
  .mobile-bar {
    margin-bottom: 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
  }
}

.mobile-bar .logo {
  width: 130px;
  position: relative;
  z-index: 99999;
}

.mobile-bar .links {
  width: calc(100% - 130px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mobile-bar .links .logout {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #181b29;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-bar .links .logout img {
  width: 14px;
  height: 14px;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 20px;
  height: 24px;
  z-index: 999999;
  position: relative;
}

.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-child(1) {
  top: 0;
}

.menu-trigger span:nth-child(2) {
  top: 11px;
  width: 14px;
}

.menu-trigger span:nth-child(3) {
  bottom: 0;
}

.blackText {
  color: #000000;
}

.mobile-menu-visible header .header .container .icon-box .btn span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}

.opennav {
  overflow: hidden;
}

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

@media (max-width: 1024px) {
  .nav-up {
    bottom: -100% !important;
  }
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

#share {
  position: absolute;
  width: 700px;
  right: -20px;
  bottom: -30px;
  display: none;
}

@media (max-width: 1024px) {
  #share {
    position: fixed;
    background: #ffffff;
    width: 100%;
    bottom: 65px;
    left: 0;
    right: auto;
  }

  #share .jssocials-shares {
    width: 100%;
  }

  #share .jssocials-shares .jssocials-share {
    width: 16%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  #share .jssocials-shares .jssocials-share {
    width: 12%;
  }
}

.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 0.7rem;
  top: 0.5rem;
  display: block;
  z-index: 99;
  height: 40px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  .close {
    right: 0.1rem;
    top: 0.1rem;
  }
}

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

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

@keyframes mymove {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(2%);
  }
}

.arrow-right {
  position: relative;
}

.arrow-right::after {
  content: "\2192";
  display: inline-block;
}

.txt p a {
  color: #0072bc;
}

.txt h3 {
  color: #39cae1;
  font-size: 22px;
}

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

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

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

.txt img {
  display: inline-block;
}

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

@keyframes rotateMouse {
  0% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  10% {
    -webkit-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  20% {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

/*!sc*/
form .form-group.category,
form .category.category {
  background: #181b29;
  padding: 0;
  margin: 0;
}

form .form-group.category .select-menu,
form .category.category .select-menu {
  background: none;
}

form .form-group .select-menu,
form .category .select-menu {
  cursor: pointer;
  position: relative;
  width: 100%;
  background: rgba(9, 15, 41, 0.7);
  border-radius: 5px;
}

form .form-group .select-menu-ul,
form .category .select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 7px;
  border: 1px solid #1b266b;
  background: rgba(9, 15, 41, 0.9);
}

form .form-group .select-menu-ul li,
form .category .select-menu-ul li {
  padding: 5px 8px;
  margin-bottom: 0;
  border-radius: 0;
  color: #fff;
}

form .form-group .select-menu-ul li::before,
form .category .select-menu-ul li::before {
  display: none;
}

form .form-group .select-menu-ul li:hover,
form .category .select-menu-ul li:hover {
  color: #0164fb !important;
}

form .form-group .select-menu-div,
form .category .select-menu-div {
  width: 100%;
  position: relative;
  padding: 0.7rem 0.5rem;
  border: none;
  border-radius: 10px;
  border: 1px solid #1b266b;
}

form .form-group .select-menu-div i,
form .category .select-menu-div i {
  margin-right: 5px;
  position: absolute;
  right: 8px;
  top: 45%;
  transform: translateY(-50%);
}

form .form-group .select-this,
form .category .select-this {
  background: rgba(1, 100, 251, 0.34);
  color: #fff !important;
}

form .form-group .select-menu-input,
form .category .select-menu-input {
  border: 0;
  cursor: pointer;
  user-select: none;
  width: 100%;
  outline: none;
  background: none;
  color: #fff;
}

form .form-group .select-menu-i,
form .category .select-menu-i {
  transform: rotate(180deg) translateY(50%);
}

form .form-group i,
form .category i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.eCourses-block {
  position: relative;
  margin: 2rem auto;
}

.eCourses-block.whiteback {
  background: #ffffff;
}

.eCourses-block .box {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: url(../images/y.png) #090f29 no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #1b266b;
  padding: 40px;
}

@media (max-width: 767px) {
  .eCourses-block .box {
    padding: 1rem;
  }
}

.eCourses-block .box.hei100 {
  height: 100%;
}

@media (max-width: 767px) {
  .eCourses-block .box .mobilebar {
    height: 120px !important;
  }
}

.eCourses-block .box.teacher-user .user {
  max-width: 100%;
  border-right: none;
  width: 100%;
}

@media (max-width: 767px) {
  .eCourses-block .box.teacher-user .user {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.eCourses-block .box.teacher-user .user .border-right {
  border-right: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
  .eCourses-block .box.teacher-user .user .border-right {
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding-bottom: 1rem;
  }
}

.eCourses-block .box.teacher-user .user h3 {
  margin-top: 0rem;
}

.eCourses-block .box.teacher-user .user p {
  margin-bottom: 0;
}

.eCourses-block .box.teacher-user .conbox {
  width: calc(100% - 400px);
  box-sizing: border-box;
  padding-right: 3rem;
}

.eCourses-block .box.teacher-user .conbox .address dd b,
.eCourses-block .box.teacher-user .conbox .address dd i {
  color: #5f88ab;
}

.eCourses-block .box.teacher-user .k {
  width: calc(100% - 400px);
}

@media (max-width: 767px) {
  .eCourses-block .box.teacher-user .k {
    width: 100%;
  }
}

.eCourses-block .box.teacher-user .k .more {
  float: right;
  width: 197px;
  padding: 0.8rem;
  height: auto;
  background: #39cae1;
}

@media (max-width: 767px) {
  .eCourses-block .box.teacher-user .k .more {
    width: 100%;
  }
}

.eCourses-block .box.teacher-user .more {
  border-radius: 10px;
  margin-top: 1rem;
}

.eCourses-block .box dl dd {
  display: flex;
  align-items: baseline;
  color: #010101;
}

.eCourses-block .box dl dd img {
  margin-right: 10px;
}

.eCourses-block .box .apply {
  display: inline-block;
  background: #39cae1;
  color: #ffffff;
  padding: 1rem 0.8rem;
  width: 180px;
  text-align: center;
  display: block;
  margin: 1rem auto;
  text-align: center;
  margin-left: 3rem;
  border-radius: 2px;
}

@media (max-width: 1440px) {
  .eCourses-block .box .apply {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .eCourses-block .box .apply {
    margin-left: 0;
  }
}

.eCourses-block .box .moreinfo {
  display: inline-block;
  background: #262626;
  color: #ffffff;
  padding: 1rem 0.8rem;
  width: 180px;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-left: 3rem;
  border-radius: 2px;
}

@media (max-width: 1440px) {
  .eCourses-block .box .moreinfo {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .eCourses-block .box .moreinfo {
    margin-left: 0;
  }
}

.eCourses-block .box.people {
  justify-content: space-between;
}

.eCourses-block .box.people .icos {
  max-width: 60px;
}

.eCourses-block .box.people .con {
  width: calc(100% - 60px);
}

.eCourses-block .box.people .con p {
  margin-bottom: 0;
}

.eCourses-block .box.people .con a {
  text-decoration: underline;
  color: #39cae1;
  margin-top: 1rem;
}

.eCourses-block .box .questionbox {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.eCourses-block .box .questionbox .flex {
  width: 21%;
  margin-right: 1.5rem;
}

@media (max-width: 1024px) {
  .eCourses-block .box .questionbox .flex {
    width: 48%;
    margin-right: 0.5rem;
  }
}

@media (max-width: 767px) {
  .eCourses-block .box .questionbox .flex {
    width: 100%;
    margin-right: 0;
  }
}

.eCourses-block .box .questionbox .flex input {
  position: absolute;
  opacity: 0;
}

.eCourses-block .box .questionbox .flex label {
  text-align: center;
  font-size: 12px;
  color: #000000;
  position: relative;
  width: auto;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 19px;
  box-sizing: border-box;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border: 1px solid #d9d9d9;
}

.eCourses-block .box .questionbox .flex label span {
  display: flex;
  position: relative;
  align-items: center;
  float: right;
}

.eCourses-block .box .questionbox .flex label span.false {
  color: #9c2e2e;
}

.eCourses-block .box .questionbox .flex label span.true {
  color: #268232;
}

.eCourses-block .box .questionbox .flex label span .close {
  position: relative;
  height: 20px;
  top: 0;
  right: 0;
}

.eCourses-block .box .questionbox .flex label span .close::before,
.eCourses-block .box .questionbox .flex label span .close::after {
  background: #707070;
  width: 10px;
  top: 7px;
  left: auto;
}

.eCourses-block .box .questionbox .flex input:checked + label {
  background: #39cae1;
  color: #ffffff;
}

.eCourses-block .box .questionbox .flex input:checked + .greenback {
  background: #7adb62;
  color: #ffffff;
}

.eCourses-block .box .questionbox .flex input:checked + .redback {
  background: #ff6464;
  color: #ffffff;
}

.eCourses-block .box .questionbox .btn-a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 90%);
}

@media (max-width: 1280px) {
  .eCourses-block .box .questionbox .btn-a {
    width: calc(100% - 80%);
  }
}

@media (max-width: 767px) {
  .eCourses-block .box .questionbox .btn-a {
    width: 100%;
    margin-top: 1rem;
  }
}

.eCourses-block .box .questionbox .btn-a a {
  border-radius: 5px;
  background: #f8f8f8;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

.eCourses-block .box .questionbox .btn-a a:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.eCourses-block .box .Score {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 2rem;
}

@media (max-width: 1366px) {
  .eCourses-block .box .Score {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 1024px) {
  .eCourses-block .box .Score {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .eCourses-block .box .Score {
    margin-top: 1.5rem;
  }
}

.eCourses-block .box .Score h2 {
  margin-bottom: 0;
  color: #39cae1;
  margin: 0 20px;
}

@media (max-width: 1280px) {
  .eCourses-block .box .Score h2 {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .eCourses-block .box .Score h2 {
    margin: 0 20px;
  }
}

.eCourses-block .box .Score .dls dd {
  display: flex;
}

.eCourses-block .box .Score .dls dd:nth-child(2) b {
  color: #ff3d3d;
}

.eCourses-block .box .Score .dls dd span {
  width: 80px;
  display: inline-block;
}

@media (max-width: 1680px) {
  .eCourses-block .box .Score .dls dd span {
    width: 60px;
  }
}

.eCourses-block .box .Score .dls dd b {
  color: #39cae1;
  width: calc(100% - 80px);
}

@media (max-width: 1680px) {
  .eCourses-block .box .Score .dls dd b {
    width: calc(100% - 60px);
  }
}

.eCourses-block .box .user {
  border-right: 1px solid #e1e1e1;
  width: 230px;
  box-sizing: border-box;
  padding-right: 2rem;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .eCourses-block .box .user {
    max-width: 100%;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.eCourses-block .box .user img {
  display: block;
  margin: 0 auto auto auto;
}

.eCourses-block .box .user h3 {
  margin-top: 1.5rem;
  color: #646464;
  text-align: center;
}

.eCourses-block .box .user p {
  color: #a7a7a7;
  text-align: center;
}

.eCourses-block .box .user .edit {
  padding: 0.8rem 0.5rem;
  background: #39cae1;
  width: 100%;
}

@media (max-width: 767px) {
  .eCourses-block .box .user .edit {
    margin: 0 auto;
    display: block;
    text-align: center;
    height: auto;
  }
}

.eCourses-block .box .conbox {
  width: calc(100% - 280px);
}

@media (max-width: 767px) {
  .eCourses-block .box .conbox {
    max-width: 100%;
    width: 100%;
  }
}

.eCourses-block .box .conbox .address dd {
  display: flex;
  margin-bottom: 2rem;
}

.eCourses-block .box .conbox .address dd i,
.eCourses-block .box .conbox .address dd b {
  color: #00a4bd;
}

.eCourses-block .box .conbox .address dd b {
  margin: 0 20px;
  width: 50px;
}

.eCourses-block .box .conbox .address dd span {
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #656565;
}

.eCourses-block .box .conbox .address dd span a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f88ab;
}

.eCourses-block .box .conbox .address dd span a .fa-eye-slash {
  display: none;
}

.eCourses-block .box .conbox .fourlist {
  margin-top: 3rem;
}

.eCourses-block .box .conbox .fourlist ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.eCourses-block .box .conbox .fourlist ul li {
  width: 25%;
  border-right: 1.5px solid #e1e1e1;
  text-align: center;
}

@media (max-width: 768px) {
  .eCourses-block .box .conbox .fourlist ul li {
    width: 50%;
  }

  .eCourses-block .box .conbox .fourlist ul li:nth-last-child(3) {
    border-right: none;
  }
}

.eCourses-block .box .conbox .fourlist ul li:nth-last-child(1) {
  border-right: none;
}

.eCourses-block .box .conbox .fourlist ul li h4 {
  margin-bottom: 0;
  color: #515151;
}

.eCourses-block .box .conbox .fourlist ul li p {
  margin-bottom: 0;
  color: #a7a7a7;
}

.eCourses-block .box .link:hover i {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.eCourses-block .box .link p {
  margin-bottom: 0.5rem;
  color: #646464;
}

.eCourses-block .box .link i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  transition: all 0.35s ease;
}

.eCourses-block .box .Course-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eCourses-block .box .Course-tit a {
  color: #6da1eb;
  border-bottom: 1px solid #6da1eb;
  font-size: 14px;
}

.eCourses-block .box .Coursetable {
  margin-top: 2rem;
}

.eCourses-block .box .Coursetable th,
.eCourses-block .box .Coursetable td {
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
}

.eCourses-block .box .Coursetable thead {
  border-bottom: 1px solid #ffffff;
}

.eCourses-block .box .Coursetable thead th {
  color: #ababab;
}

.eCourses-block .box .Coursetable table tbody {
  border-top: none !important;
}

.eCourses-block .box .Coursetable table tbody tr {
  background: #f3f8ff;
  border-radius: 5px;
  border-bottom: 10px solid #ffffff;
}

.eCourses-block .box .Coursetable table tbody td {
  border: none;
}

.eCourses-block .box .Coursetable table tbody td a {
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.8rem 1rem;
  background: #3b9851;
}

.eCourses-block .box .Coursetable table tbody td a:nth-child(2) {
  background: #39cae1;
  margin-left: 0.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.eCourses-block .box .Coursetable table tbody td a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.eCourses-block .box .Coursetable .process {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.eCourses-block .box .Coursetable .process span {
  margin-right: 10px;
}

.eCourses-block .box .Schedule ul {
  position: relative;
}

.eCourses-block .box .Schedule ul::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 96%;
  background: url(../images/x.svg) no-repeat top center;
  position: absolute;
  left: 3px;
  top: 5px;
}

.eCourses-block .box .Schedule ul li {
  padding-left: 1.5rem;
}

.eCourses-block .box .Schedule ul li::before {
  display: block;
  background: #4172d8;
}

.eCourses-block .box .Schedule ul li h5 {
  color: #4172d8;
}

.eCourses-block .box .Schedule ul li p {
  color: #707070;
}

.eCourses-block .box .Chapter a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  padding: 1.5rem 0;
}

.eCourses-block .box .Chapter a:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}

.eCourses-block .box .Chapter a::after {
  content: "\f107";
  font-family: "FontAwesome";
}

.eCourses-block .box .Message {
  margin-top: 2rem;
}

.eCourses-block .box .Message ul {
  border-radius: 5px;
  background: #f3f8ff;
  padding: 1rem;
}

.eCourses-block .box .Message ul:nth-last-child(1) {
  margin-bottom: 0;
}

.eCourses-block .box .Message ul li {
  color: #444444;
}

.eCourses-block .box .Message ul li:nth-last-child(1) {
  margin-bottom: 0;
  color: #878787;
}

.eCourses-block .Information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
}

.eCourses-block .Information li {
  padding-left: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .eCourses-block .Information li {
    width: 50%;
  }
}

.eCourses-block .Information li::before {
  display: none;
}

.eCourses-block .Information li span {
  display: block;
  color: #a7a7a7;
}

.eCourses-block .Information li p {
  color: #010101;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.eCourses-block .tabcontent {
  width: 100%;
}

.eCourses-block .tabcontent .tabnav {
  margin-bottom: 1rem;
}

.eCourses-block .tabcontent .tabnav ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}

.eCourses-block .tabcontent .tabnav ul li {
  padding-left: 0;
  padding-bottom: 0.5rem;
  margin-right: 2rem;
  margin-bottom: 0;
  cursor: pointer;
}

.eCourses-block .tabcontent .tabnav ul li::before {
  display: none;
}

.eCourses-block .tabcontent .tabnav ul li.active {
  color: #39cae1;
  border-bottom: 2px solid #39cae1;
}

.eCourses-block .tabcontent .tabbox .items {
  display: none;
}

.eCourses-block .tabcontent .tabbox .items:nth-child(1) {
  display: block;
}

.eCourses-block .tabcontent .tabbox .items.items2 .links {
  display: flex;
  align-items: center;
  border-bottom: none;
  justify-content: space-between;
  margin-top: 1rem;
}

.eCourses-block .tabcontent .tabbox .items.items2 .links:nth-child(1) {
  margin-top: 0;
}

@media (max-width: 768px) {
  .eCourses-block .tabcontent .tabbox .items.items2 .links {
    overflow-y: scroll;
  }
}

.eCourses-block .tabcontent .tabbox .items.items2 .links p {
  width: 80%;
}

@media (max-width: 1440px) {
  .eCourses-block .tabcontent .tabbox .items.items2 .links p {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .eCourses-block .tabcontent .tabbox .items.items2 .links p {
    white-space: nowrap;
    margin-right: 2rem;
  }
}

.eCourses-block .tabcontent .tabbox .items.items2 .links em {
  color: #8f8f8f;
}

.eCourses-block .tabcontent .tabbox .items.items2 .links a {
  display: inline-block;
  border-bottom: none;
  border-radius: 5px;
  background: #0eadc6;
  padding: 0.7rem 1rem;
  color: #ffffff;
  margin-left: 0.5rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .eCourses-block .tabcontent .tabbox .items.items2 .links a {
    padding: 0.5rem 0.8rem;
  }
}

.eCourses-block .tabcontent .tabbox .items.items2 .links a:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.eCourses-block .tabcontent .tabbox .items.items2 .links a.upload-btn {
  background: #fe9900;
}

.eCourses-block .tabcontent .tabbox .items.items2 .links a::after {
  display: none;
}

.eCourses-block .tabcontent .tabbox .items a.lib {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 1.3rem 0;
  color: #0a0a0a;
}

.eCourses-block .tabcontent .tabbox .items a.lib:nth-child(1) {
  padding-top: 0;
}

.eCourses-block .tabcontent .tabbox .items a.lib:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}

.eCourses-block .tabcontent .tabbox .items a.lib::after {
  content: "\f107";
  font-family: "FontAwesome";
}

.eCourses-block .tabcontent .tabbox .items table th,
.eCourses-block .tabcontent .tabbox .items table td {
  padding: 1.7rem 1.5rem;
  white-space: nowrap;
  vertical-align: middle;
}

.eCourses-block .tabcontent .tabbox .items table td a::after {
  display: none;
}

.eCourses-block .tabcontent .tabbox .items table td .blue-btn {
  border-radius: 5px;
  background: #39cae1;
  padding: 0.7rem 1.5rem;
  color: #ffffff;
}

.eCourses-block .tabcontent .tabbox .items table td .blue-btn:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.eCourses-block .tabcontent .tabbox .items table td .green-btn {
  border-radius: 5px;
  background: #3b9851;
  padding: 0.7rem 1.5rem;
  color: #ffffff;
}

.eCourses-block .tabcontent .tabbox .items table td .green-btn:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.eCourses-block .tabcontent .tabbox .items .li:nth-child(1) .txt {
  display: block;
}

.eCourses-block .tabcontent .tabbox .items .li.show a::after {
  transform: rotate(180deg);
}

.eCourses-block .tabcontent .tabbox .items .li a.lib {
  padding-top: 1.3rem;
}

.eCourses-block .tabcontent .tabbox .items .li .txt {
  padding-top: 1.5rem;
  margin-bottom: 2rem;
  display: none;
}

.eCourses-block .tabcontent .tabbox .items .li .txt a {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  color: #000000;
}

.eCourses-block .tabcontent .tabbox .items .li .txt a:hover {
  color: #00a4bd;
}

.eCourses-block .tabcontent .tabbox .items .li .txt a:hover em {
  color: #00a4bd;
}

.eCourses-block .tabcontent .tabbox .items .li .txt a:hover em::before {
  background: #00a4bd;
}

.eCourses-block .tabcontent .tabbox .items .li .txt a:nth-child(1) {
  font-size: 14px;
}

.eCourses-block .tabcontent .tabbox .items .li .txt a i {
  margin-right: 10px;
}

.eCourses-block .tabcontent .tabbox .items .li .txt a em {
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #848484;
}

.eCourses-block .tabcontent .tabbox .items .li .txt a em::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8b8b8b;
  margin-right: 10px;
}

.eCourses-block .numberbox {
  max-width: 148px;
  padding: 2.3rem 1.5rem;
}

.eCourses-block .numberbox.numberbox2 {
  padding: 0rem 1rem;
  max-width: 158px;
}

@media (max-width: 767px) {
  .eCourses-block .numberbox.numberbox2 {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 0;
  }

  .eCourses-block .numberbox.numberbox2 .box {
    width: 48%;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .eCourses-block .numberbox {
    max-width: 100%;
    width: 100%;
    margin-top: 1rem;
  }
}

.eCourses-block .numberbox b {
  display: block;
  color: #030303;
}

.eCourses-block table {
  border-radius: 10px;
  background: #ffffff;
}

.eCourses-block table th {
  color: #39cae1;
}

.eCourses-block table tbody {
  border-top: none !important;
  /**td{
                padding: 1.5rem 1rem;
            }**/
}

.eCourses-block .row.last .col-md-4 {
  width: 30%;
}

.eCourses-block .row.last .col-md-4:nth-child(1) {
  width: 40%;
}

@media (max-width: 1366px) {
  .eCourses-block .row.numberboxlist .col-md-2 {
    width: 33.333%;
  }
}

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

.eCourses-block .row.numberboxlist .col-md-2 .box {
  padding: 1rem;
  height: 100%;
  color: #000000;
}

.eCourses-block .row.numberboxlist .col-md-2 .box p {
  min-height: 80px;
}

.eCourses-block .row.numberboxlist .col-md-2 .box h3 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .eCourses-block .abtns {
    padding-top: 0 !important;
  }
}

.eCourses-block .abtns a {
  border-radius: 2px;
}

.eCourses-block .abtns a.add-btn {
  background: #262626;
  margin-right: 1rem;
  padding: 0.5rem 2rem;
  color: #ffffff;
}

@media (max-width: 768px) {
  .eCourses-block .abtns a.add-btn {
    padding: 0.5rem 1rem;
  }
}

.eCourses-block .abtns a.big-more {
  padding: 0.5rem 3rem;
  background: #39cae1;
  color: #ffffff;
}

@media (max-width: 768px) {
  .eCourses-block .abtns a.big-more {
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 1024px) {
  .eCourses-block .wid100 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .eCourses-block .dflex-1024 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .eCourses-block .dflex-1024 .box {
    width: 32.3333%;
    height: 100%;
  }

  .eCourses-block .dflex-1024 .box:nth-last-child(1) {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .eCourses-block .dflex-1024 .box:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .eCourses-block .dflex-1024 .box {
    width: 100%;
    height: auto;
  }
}

.eCourses-block .hei200 {
  height: 200px;
}

@media (max-width: 767px) {
  .eCourses-block .hei200 {
    height: 290px;
  }
}

.eCourses-block .quizdl dd {
  width: 30%;
  display: block !important;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .eCourses-block .quizdl dd {
    width: 50%;
  }
}

.eCourses-block .quizdl dd span {
  display: block;
  color: #a7a7a7;
  margin-bottom: 0.5rem;
}

.eCourses-block .quizdl dd p {
  margin-bottom: 0;
}

.eCourses-block .quiz_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.07);
}

.eCourses-block .quiz_fixed .col-md-3 {
  display: flex;
  align-items: flex-end;
}

.eCourses-block .quiz_fixed .col-md-3 a {
  border-radius: 5px;
  background: #39cae1;
}

.eCourses-block .quiz_fixed .col-md-3 img {
  margin-left: 2rem;
}

@media (max-width: 1024px) {
  .wid100 {
    width: 100%;
  }
}

.radiolist {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radiolist .radiobox-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 50% !important;
}

.radiolist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
}

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

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark {
  border-color: #ff7323;
}

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

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark .bzbox p {
  background: none !important;
}

.radiolist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 13px;
  width: 13px;
  left: 0px;
  top: 50%;
  margin-top: -6px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1.5px solid #707070;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.radiolist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background: #ff7323;
  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: 0.2s;
  transition: 0.2s;
}

.radiolist .radiobox-inline .radiobox .bzbox p {
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
}

.checkboxlist .checkbox-inline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

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

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: #0164fb;
  border-color: #0164fb;
}

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

.checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 16px;
  width: 16px;
  left: 0px;
  top: 5px;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1.5px solid #8b90a0;
  cursor: pointer;
  border-radius: 4px;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #0164fb;
  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: 0.2s;
  transition: 0.2s;
  border-width: 0 2px 2px 0;
}

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

.radioboxlist {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .radioboxlist {
    justify-content: space-between;
  }
}

.radioboxlist .radiobox-inline {
  display: flex;
  align-items: center;
  width: calc(33.333% - 1rem);
  background: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  color: #878787;
}

@media (max-width: 1024px) {
  .radioboxlist .radiobox-inline {
    width: calc(50% - 1rem);
    margin-right: 0;
  }
}

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

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

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

.radioboxlist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 38px;
  width: 38px;
  left: 0px;
  top: 50%;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1.5px solid #707070;
  cursor: pointer;
}

.radioboxlist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #39cae1;
  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: 0.2s;
  transition: 0.2s;
}

.garyText {
  color: #9f9f9f;
}

.garyDeep {
  color: #363636;
}

.more {
  border: 0;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  background: #20284e;
  position: relative;
  padding: 0.9rem 2.4rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .more {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    white-space: nowrap;
  }
}

.more:hover {
  color: #ffffff;
}

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

.more::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.07);
}

.more.Create-btn {
  width: 184px;
  height: 49px;
}

.more.Create-big-btn {
  width: 244px;
  height: 49px;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  background: url(../images/mainbg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .wrapper .main-block h1.title {
    text-align: center;
  }
}

.wrapper .main-block .bread {
  color: #979797;
  font-size: 16px;
}

@media (max-width: 767px) {
  .wrapper .main-block .bread {
    justify-content: center;
    text-align: center;
    padding: 10px;
  }
}

.wrapper .main-block .bread a {
  color: #979797;
}

.wrapper .main-block .bread span {
  margin: 0 5px;
}

@media (max-width: 767px) {
  .wrapper .main-block .mobile-hide {
    display: none;
  }
}

.wrapper .main-block .garyback {
  width: auto;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #1b266b;
  background: url(../images/y3.png) rgba(9, 15, 41, 0.7) no-repeat center center;
  background-size: cover;
  padding-bottom: 0;
}

.garyback .form-control {
  color: #fff;
}

.wrapper .main-block .garyback .taba {
  margin: 0 5px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .wrapper .main-block .garyback .taba {
    flex-wrap: wrap;
  }
  .wrapper .main-block .garyback .taba.taba2 a {
    width: 50%;
  }
}

.wrapper .main-block .garyback .taba.taba2 a {
  padding: 13px 10px;
}

@media (max-width: 1680px) {
  .wrapper .main-block .garyback .taba.taba2 a {
    padding: 13px 0px;
  }
}

@media (max-width: 1440px) {
  .wrapper .main-block .garyback .taba.taba2 a {
    margin: 0;
    font-size: 14px;
  }
}

.wrapper .main-block .garyback .taba a {
  color: #ffffff;
  margin: 0 20px;
  padding: 13px 20px;
  border-radius: 0px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

@media (max-width: 1680px) {
  .wrapper .main-block .garyback .taba a {
    padding: 10px 0px;
    margin: 0 10px;
  }
}

@media (max-width: 1440px) {
  .wrapper .main-block .garyback .taba a {
    margin: 0 15px;
  }
}

.wrapper .main-block .garyback .taba a.active {
  color: #0164fb;
  border-bottom: 2px solid #0164fb;
}

.wrapper .main-block .resourcestaba {
  width: 40%;
}

@media (max-width: 1366px) {
  .wrapper .main-block .resourcestaba {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .resourcestaba {
    margin-bottom: 2rem !important;
    border-radius: 10px !important;
    padding: 0 !important;
  }
}

.wrapper .main-block .resourcestaba a {
  padding: 8px 25px !important;
}

@media (max-width: 992px) {
  .wrapper .main-block .resourcestaba a {
    width: auto;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .resourcestaba a {
    padding: 15px 0px !important;
  }
}

.wrapper .main-block .resourcestaba a.active {
  background: #ff7f36;
  border-radius: 4px;
  border: none !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .wrapper .main-block .resourcestaba a.active {
    border-radius: 0 !important;
    background: none !important;
    color: #0164fb !important;
    border-bottom: 2px solid #0164fb !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.wrapper .main-block .formbox {
  display: flex;
}

.wrapper .main-block .formbox .garyback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 290px;
  height: 52px;
}

.wrapper .main-block .formbox .garyback.wid {
  width: auto;
  white-space: nowrap;
}

.wrapper .main-block .formbox .garyback .form-control {
  background: none;
  border: none;
}

@media (max-width: 767px) {
  .wrapper .main-block .formbox .garyback .form-control {
    font-size: 14px;
  }
}

.wrapper .main-block .formbox .garyback i {
  color: #6184a2;
  padding-right: 0.6rem;
}

.wrapper .main-block .formbox .form-group {
  /*background: rgba(9, 15, 41, 0.7);*/
  /*border-radius: 10px;*/
  /*border: 1px solid #1B266B;*/
  padding: 5px;
  height: 52px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .wrapper .main-block .formbox .form-group {
    min-width: 150px;
  }
}

.wrapper .main-block .formbox .form-group input {
  background: none;
  border: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .wrapper .main-block .formbox .form-group input {
    font-size: 14px;
  }
}

.wrapper .main-block .formbox .form-group button {
  color: #fff;
}

@media (max-width: 1366px) {
  .wrapper .main-block .pcbar {
    display: none;
  }
}

.wrapper .main-block .mobilebar {
  display: none;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1366px) {
  .wrapper .main-block .mobilebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.wrapper .main-block .mobilebar .formbox {
  float: left;
}

.wrapper .main-block .mobilebar .formbox .form-group {
  margin-left: 0;
  border: 1px solid #ffffff;
  background: none;
  padding-left: 0;
  height: 40px;
  border-radius: 50px;
}

.wrapper .main-block .mobilebar .formbox .form-group .form-control {
  border: none;
  box-shadow: none;
  padding-left: 0;
}

.wrapper .main-block .mobilebar .formbox .form-group button {
  padding-left: 1rem;
}

.wrapper .main-block .mobilebar .filter {
  cursor: pointer;
}

.wrapper .main-block .back {
  display: none;
}

@media (max-width: 767px) {
  .wrapper .main-block .back {
    display: block;
  }
}

.wrapper .main-block .back a i {
  margin-right: 10px;
  color: #ffffff;
}

@media (max-width: 1280px) {
  .wrapper .main-block .course .row .col-md-3 {
    width: 33.33333%;
  }
}

@media (max-width: 1024px) {
  .wrapper .main-block .course .row .col-md-3 {
    width: 50%;
  }
}

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

.wrapper .main-block .course .row .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #1b266b;
  /*background: url(../images/y.png) rgba(9, 15, 41, 0.7) no-repeat top center;*/
  background-color: #fff;
  background-size: cover;
}

.wrapper .main-block .course .row .box:hover {
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
}

.wrapper .main-block .course .row .box .topcontent .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 47.25%;
  position: relative;
}

.wrapper .main-block .course .row .box .topcontent .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.wrapper .main-block .course .row .box .topcontent .boximg em {
  display: block;
  border-radius: 5px;
  text-align: center;
  width: 140px;
  background: linear-gradient(to right, #1cc5f8, #0265fb);
  color: #fff;
  position: absolute;
  left: -30px;
  top: 15px;
  z-index: 9;
  padding: 5px 10px;
  transform: rotate(-40deg);
}

.wrapper .main-block .course .row .box .topcontent .boximg em i {
  display: block;
  font-style: normal;
  position: relative;
}

.wrapper .main-block .course .row .box .topcontent .con {
  padding: 20px;
  background-color: #fff;
}

.wrapper .main-block .course .row .box .topcontent .con .title {
  color: #000;
}

.wrapper .main-block .course .row .box .topcontent .con .desinfo {
  color: #333;
  margin-top: 0.5rem;
  line-height: 32px;
}

.wrapper .main-block .course .row .box .topcontent .con {
  color: #333;
}

.wrapper .main-block .course .row .box .topcontent .con .status {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .main-block .course .row .box .topcontent .con .status .name {
  display: flex;
  align-items: center;
}

.wrapper .main-block .course .row .box .topcontent .con .status .name img {
  margin-right: 15px;
}

.wrapper .main-block .course .row .box .topcontent .con .status .state {
  display: flex;
  color: #9d9d9d;
  align-items: center;
}

.wrapper .main-block .course .row .box .topcontent .con .status .state.green-state {
  color: #4fb54b;
}

.wrapper .main-block .course .row .box .topcontent .con .status .state.green-state::before {
  background: #4fb54b;
}

.wrapper .main-block .course .row .box .topcontent .con .status .state::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #9d9d9d;
  border-radius: 50%;
  margin-right: 10px;
}

.wrapper .main-block .course .row .box .topcontent .con .status .tag {
  display: none;
  border-radius: 5px;
  background: #ff7323;
  padding: 2px 10px;
}

.wrapper .main-block .course .row .box .itemsText {
  background: #090f29;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .main-block .course .row .box .itemsText span {
  border-right: 1px solid #707070;
  width: 50%;
  text-align: center;
  font-weight: bold;
}

.wrapper .main-block .course .row .box .itemsText span:nth-child(1) {
  color: #ff7f36;
}

.wrapper .main-block .course .row .box .itemsText span:nth-last-child(1) {
  border-right: none;
}

.wrapper .main-block .course .row .box .itemsText .state {
  display: flex;
  color: #9d9d9d;
  align-items: center;
  justify-content: center;
}

.wrapper .main-block .course .row .box .itemsText .state.green-state {
  color: #4fb54b;
}

.wrapper .main-block .course .row .box .itemsText .state.green-state::before {
  background: #4fb54b;
}

.wrapper .main-block .course .row .box .itemsText .state.over {
  color: #c2c2c2;
}

.wrapper .main-block .course .row .box .itemsText .state.over::before {
  background: #c2c2c2;
}

.wrapper .main-block .course .row .box .itemsText .state::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #9d9d9d;
  border-radius: 50%;
  margin-right: 10px;
}

.wrapper .main-block .course .article {
  border-radius: 10px;
  border: 1px solid #1b266b;
  background: url(../images/y.png) #090f29 no-repeat center center;
  background-size: cover;
  padding: 3rem;
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article.mobilehide {
    display: none;
  }
}

@media (max-width: 1024px) {
  .wrapper .main-block .course .article {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article {
    padding: 1.5rem 1rem;
  }
}

.wrapper .main-block .course .article .status .state {
  display: flex;
  color: #9d9d9d;
  align-items: center;
}

.wrapper .main-block .course .article .status .state.green-state {
  color: #4fb54b;
}

.wrapper .main-block .course .article .status .state.green-state::before {
  background: #4fb54b;
}

.wrapper .main-block .course .article .status .state::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #9d9d9d;
  border-radius: 50%;
  margin-right: 10px;
}

.wrapper .main-block .course .article .garyback {
  border-radius: 10px;
  background: rgba(9, 15, 41, 0.7);
  padding: 15px;
}

.wrapper .main-block .course .article .garyback.hei-auto {
  height: auto !important;
}

@media (max-width: 1440px) {
  .wrapper .main-block .course .article .garyback.hei-auto {
    border-radius: 0px;
    background: none;
    padding: 0px;
    border: none;
  }
}

.wrapper .main-block .course .article .garyback dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.wrapper .main-block .course .article .garyback dl dd {
  width: 25%;
  border-right: 1px solid #646c8e;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 1440px) {
  .wrapper .main-block .course .article .garyback dl dd {
    width: 49%;
    border-radius: 10px;
    background: none;
    padding: 1.5rem;
    height: 106px;
    border: 1px solid #1b266b;
    background: rgba(9, 15, 41, 0.7);
    margin-bottom: 2%;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .garyback dl dd {
    height: 76px;
    padding: 0.7rem 1rem;
    width: 100%;
  }
}

.wrapper .main-block .course .article .garyback dl dd:nth-last-child(1) img {
  transform: translateY(-10px);
  width: 30px;
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .garyback dl dd:nth-last-child(1) img {
    display: none;
  }
}

.wrapper .main-block .course .article .garyback dl dd p {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .garyback dl dd p {
    margin-bottom: 5px;
  }
}

.wrapper .main-block .course .article .garyback dl dd span {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.wrapper .main-block .course .article .garyback dl dd span img {
  margin-right: 10px;
}

.wrapper .main-block .course .article .garyback dl dd span b {
  text-decoration: underline;
  color: #0164fb;
}

.wrapper .main-block .course .article .body * {
  color: #cccccc;
}

.wrapper .main-block .course .article .mobileflex {
  flex-direction: column;
  height: 100%;
}

.wrapper .main-block .course .article .course-img {
  height: calc(100% - 74px);
}

.wrapper .main-block .course .article .course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.wrapper .main-block .course .article .course-apply {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  background-image: linear-gradient(#0164fb, #1eccf8);
  padding: 1rem;
  text-align: center;
  color: #fff;
  transition: all 0.35s ease;
  cursor: pointer;
}

.wrapper .main-block .course .article .course-apply img {
  margin-right: 10px;
}

.wrapper .main-block .course .article .course-apply:hover {
  background-image: linear-gradient(#1eccf8, #0164fb);
}

.wrapper .main-block .course .article .videos {
  position: relative;
  overflow: hidden;
}

.wrapper .main-block .course .article .videos::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(transparent, #25293b);
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .videos::after {
    display: none;
  }
}

.wrapper .main-block .course .article .videobox {
  height: 300px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .videobox {
    height: auto;
    overflow-y: visible;
  }
}

.wrapper .main-block .course .article .videobox a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #6b6e80;
  box-sizing: border-box;
  padding: 22px 0px;
}

.wrapper .main-block .course .article .videobox a:nth-child(1) {
  padding-top: 0;
}

.wrapper .main-block .course .article .videobox a .icos {
  width: 47px;
  height: 47px;
  background: #ff7f36;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .videobox a .icos {
    width: 58px;
    height: 58px;
  }
}

.wrapper .main-block .course .article .videobox a .icos::after {
  content: "\f03d";
  font-family: "FontAwesome";
}

.wrapper .main-block .course .article .videobox a .con {
  width: calc(100% - 60px);
  color: #fff;
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .videobox a .con {
    width: calc(100% - 80px);
  }
}

.wrapper .main-block .course .article .videobox a .con span {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.wrapper .main-block .course .article .videobox a .con span img {
  margin-right: 10px;
}

.wrapper .main-block .course .article .tabnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #515b88;
}

.wrapper .main-block .course .article .tabnav a {
  width: 33.3333%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  font-weight: bold;
}

.wrapper .main-block .course .article .tabnav a.active {
  color: #0164fb;
  border-bottom: 3px solid #0164fb;
}

.wrapper .main-block .course .article .tabcontent .courseboxlist a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px;
  background: rgba(9, 15, 41, 0.7);
  border-radius: 5px;
  margin-top: 13px;
  border: 1px solid #1b266b;
}

.wrapper .main-block .course .article .tabcontent .courseboxlist a:hover {
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
}

.wrapper .main-block .course .article .tabcontent .courseboxlist a .icos {
  width: 47px;
  height: 47px;
  background-image: linear-gradient(#0164fb, #1eccf8);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.wrapper .main-block .course .article .tabcontent .courseboxlist a .icos::after {
  content: "\f04b";
  display: inline-block;
  font-family: "FontAwesome";
}

.wrapper .main-block .course .article .tabcontent .courseboxlist a .con {
  width: calc(100% - 60px);
  color: #fff;
}

.wrapper .main-block .course .article .tabcontent .courseboxlist a .con span {
  font-size: 14px;
  color: #8f8f8f;
}

.wrapper .main-block .course .article .tabcontentnew .items {
  display: none;
}

.wrapper .main-block .course .article .tabcontentnew .items:nth-child(1) {
  display: block;
}

.wrapper .main-block .course .article .tabcontentnew .items .list-unstyled li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

.wrapper .main-block .course .article .course-detail .li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.wrapper .main-block .course .article .course-detail .li:nth-last-child(1) {
  border: 1px solid #1b266b;
  border-radius: 16px;
  background: url(../images/y.png) rgba(9, 15, 41, 0.7) no-repeat center center;
  max-width: 60%;
  box-sizing: border-box;
  padding: 30px;
  align-items: center;
}

@media (max-width: 1680px) {
  .wrapper .main-block .course .article .course-detail .li:nth-last-child(1) {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .course-detail .li:nth-last-child(1) {
    padding: 10px 20px;
  }
}

.wrapper .main-block .course .article .course-detail .li:nth-last-child(1) p {
  margin-bottom: 0;
  color: #cccccc;
  width: 200px;
}

@media (max-width: 1024px) {
  .wrapper .main-block .course .article .course-detail .li:nth-last-child(1) p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .course-detail .li:nth-last-child(1) p {
    width: 180px;
  }
}

.wrapper .main-block .course .article .course-detail .li:nth-last-child(1) .btna {
  width: calc(100% - 200px);
}

@media (max-width: 1024px) {
  .wrapper .main-block .course .article .course-detail .li:nth-last-child(1) .btna {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .course-detail .li:nth-last-child(1) .btna {
    width: calc(100% - 180px);
    margin-top: 0;
  }
}

.wrapper .main-block .course .article .course-detail .li:nth-last-child(1) .btna a {
  display: inline-block;
  border-radius: 11px;
  padding: 15px 20px;
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(#0164fb, #1eccf8);
  width: 50%;
  text-align: center;
  margin-right: 10px;
}

.wrapper
  .main-block
  .course
  .article
  .course-detail
  .li:nth-last-child(1)
  .btna
  a:nth-last-child(1) {
  background: #ff7f36;
  width: 100%;
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .course-detail .li:nth-last-child(1) .btna a {
    padding: 10px 5px;
    display: block;
    width: 100%;
    margin: 10px 0px;
  }
}

.wrapper .main-block .course .article .course-detail .li h4 {
  width: 100px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .course-detail .li h4 {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 17px;
    font-weight: bold;
  }
}

.wrapper .main-block .course .article .course-detail .li .contxt {
  width: calc(100% - 110px);
}

@media (max-width: 767px) {
  .wrapper .main-block .course .article .course-detail .li .contxt {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.wrapper .main-block .course .article .course-detail .li .contxt > img {
  width: 60px;
}

.wrapper .main-block .course .article .course-detail .li .contxt .tag em {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 15px;
  background: #ff7f36;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wrapper .main-block .course .article .course-detail .li .contxt .tag em:nth-last-child(1) {
  background-image: linear-gradient(#0164fb, #1eccf8);
}

.wrapper .main-block .course .article .course-detail .li .contxt p {
  color: #cccccc;
}

.wrapper .main-block .course .article .course-detail .li .contxt strong {
  margin-left: 10px;
}

.wrapper .main-block .course .load a {
  display: flex;
  max-width: 140px;
  height: 55px;
  text-align: center;
  color: #ffffff;
  background: #ff7323;
  border: 1px solid #ff7323;
  margin: 0 auto;
}

.wrapper .main-block .course .load a:hover {
  background: none;
  color: #ff7323;
}

.wrapper .main-block .resources {
  background: url(../images/y.png) #090f29 no-repeat top center;
  background-size: cover;
  border: 1px solid #1b266b;
  border-radius: 0 10px 10px 10px;
}

@media (max-width: 767px) {
  .wrapper .main-block .resources {
    padding: 1.5rem;
  }
}

.wrapper .main-block .resources .col-md-8 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.wrapper .main-block .resources .col-md-8 .boximg {
  width: 223px;
  position: relative;
}

@media (max-width: 767px) {
  .wrapper .main-block .resources .col-md-8 .boximg {
    width: 100%;
  }

  .wrapper .main-block .resources .col-md-8 .boximg img {
    width: 100%;
  }
}

.wrapper .main-block .resources .col-md-8 .boximg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(#0164fb, #1eccf8);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(10px, 10px);
}

@media (max-width: 767px) {
  .wrapper .main-block .resources .col-md-8 .boximg::after {
    display: none;
  }
}

.wrapper .main-block .resources .col-md-8 .boximg img {
  border-radius: 10px;
  position: relative;
  z-index: 9;
}

.wrapper .main-block .resources .col-md-8 .con {
  width: calc(100% - 280px);
  color: #fff;
}

@media (max-width: 767px) {
  .wrapper .main-block .resources .col-md-8 .con {
    width: 100%;
    margin-top: 2rem;
  }
}

.wrapper .main-block .resources .col-md-8 .con p {
  color: #cccccc;
}

@media (max-width: 1024px) {
  .wrapper .main-block .resources .col-md-3 {
    width: 50%;
  }
}

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

.wrapper .main-block .resources .col-md-3 a {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: rgba(9, 15, 41, 0.7);
  border: 1px solid #1b266b;
  padding: 20px;
  color: #fff;
  justify-content: space-between;
}

.wrapper .main-block .resources .col-md-3 a:hover {
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
}

.wrapper .main-block .resources .col-md-3 a h3 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wrapper .main-block .resources .col-md-3 a h3 {
    font-size: 18px;
  }
}

.wrapper .main-block .resources .col-md-3 a h3 .new {
  border-radius: 5px;
  background: #f66b1c;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 10px;
  color: #000;
}

.wrapper .main-block .resources .col-md-3 a .arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1b2b4a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .main-block .resources .col-md-3 a .arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/plus.svg);
}

.wrapper .main-block .resources .big-logo {
  transform: translateY(-80px);
}

@media (max-width: 1024px) {
  .wrapper .main-block .resources .big-logo {
    display: none;
  }
}

.wrapper .main-block .resources table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 0;
  overflow: hidden;
}

.wrapper .main-block .resources table th,
.wrapper .main-block .resources table td {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.wrapper .main-block .resources table th {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.wrapper .main-block .resources table tr:hover {
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.wrapper .main-block .resources table td a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wrapper .main-block .resources table td a:hover {
  color: #4a9eff;
}

.wrapper .main-block .resources table td a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

#resource-filter {
  gap: 10px;
  margin-left: 20px;
}

/* 移動版樣式優化 */
.mobile .resourcesbox .box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.mobile .resourcesbox .box .motit {
  margin-bottom: 15px;
}

.mobile .resourcesbox .box ul li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile .resourcesbox .box ul li:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .wrapper .main-block .resources table th {
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .wrapper .main-block .resources table td {
    padding-right: 40px;
  }
}

.wrapper .main-block .resources table td img {
  margin-right: 10px;
}

.wrapper .main-block .resources table td a::after {
  content: "";
  display: block;
  max-width: 0%;
  height: 1px;
  background: #ffffff;
  transition: all 0.35s ease;
}

.wrapper .main-block .resources table td a:hover {
  color: #fff;
}

.wrapper .main-block .resources table td a:hover::after {
  max-width: 390px;
}

.wrapper .main-block .resources .table > :not(:first-child) {
  border: none !important;
}

.wrapper .main-block .resources .more {
  background: #ff7323;
}

@media (max-width: 767px) {
  .wrapper .main-block .resources .pc {
    display: none;
  }
}

.wrapper .main-block .resources .mobile {
  display: none;
}

@media (max-width: 767px) {
  .wrapper .main-block .resources .mobile {
    display: block;
  }
}

.wrapper .main-block .resources .mobile .resourcesbox .box {
  border-bottom: 1px solid rgba(112, 112, 112, 0.26);
  overflow: hidden;
}

.wrapper .main-block .resources .mobile .resourcesbox .box.active .motit span:nth-child(1)::after {
  transform: rotate(180deg);
}

.wrapper .main-block .resources .mobile .resourcesbox .box.active .motit span:nth-child(2) {
  display: block;
}

.wrapper .main-block .resources .mobile .resourcesbox .box.active ul {
  height: auto;
  display: block;
}

.wrapper .main-block .resources .mobile .resourcesbox .box .motit {
  display: block;
  padding-top: 15px;
}

.wrapper .main-block .resources .mobile .resourcesbox .box .motit:hover {
  color: #fff;
}

.wrapper .main-block .resources .mobile .resourcesbox .box .motit span {
  display: block;
}

.wrapper .main-block .resources .mobile .resourcesbox .box .motit span:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
  width: 100%;
}

.wrapper .main-block .resources .mobile .resourcesbox .box .motit span:nth-child(1)::after {
  content: "\f107";
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.wrapper .main-block .resources .mobile .resourcesbox .box .motit span:nth-child(2) {
  display: none;
}

.wrapper .main-block .resources .mobile .resourcesbox .box ul {
  height: 0;
  display: none;
}

.wrapper .main-block .resources .mobile .resourcesbox .box ul li {
  margin: 15px 0px;
}

.wrapper .main-block .resources .mobile .resourcesbox .box ul li span {
  display: block;
}

.wrapper .main-block .resources .mobile .resourcesbox .box ul li span:nth-child(1) {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .wrapper .main-block .news .row .col-md-4 {
    width: 50%;
  }
}

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

.wrapper .main-block .news .row .box {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #1b266b;
  background: url(../images/y5.png) rgba(9, 15, 41, 0.7) no-repeat top center;
}

.wrapper .main-block .news .row .box:hover {
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
  color: #ff7f36;
}

.wrapper .main-block .news .row .box .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 46.25%;
  position: relative;
}

.wrapper .main-block .news .row .box .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.wrapper .main-block .news .row .box .con {
  padding: 1.5rem;
}

.wrapper .main-block .news .row .box .con .title {
  color: #fff;
}

.wrapper .main-block .news .row .box .con .date {
  color: #ff7f36;
}

.wrapper .main-block .news .row .box .con .date::before {
  content: "\f133";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.wrapper .main-block .news .row .box .con .play {
  border-radius: 5px;
  width: 47px;
  height: 47px;
  background-image: linear-gradient(#0164fb, #1eccf8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .main-block .news .row .box .con .play::before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-style: normal;
  color: #fff;
}

.wrapper .main-block .news .blueDeepbg {
  border-radius: 10px;
  background: #181b29;
  border: 1px solid #1b266b;
  background: url(../images/h.png) #090f29 no-repeat top center;
  background-size: cover;
  padding: 1.5rem;
}

@media (max-width: 1024px) {
  .wrapper .main-block .news .blueDeepbg {
    width: 100%;
  }
}

.wrapper .main-block .news .blueDeepbg.hei100 {
  height: 100%;
}

.wrapper .main-block .news .blueDeepbg .latest-news {
  overflow-y: scroll;
  height: calc(100vh - 300px);
}

@media (max-width: 1440px) {
  .wrapper .main-block .news .blueDeepbg .latest-news {
    height: calc(100vh - 60px);
  }
}

@media (max-width: 1024px) {
  .wrapper .main-block .news .blueDeepbg .latest-news {
    height: 100%;
    overflow: visible;
  }
}

.wrapper .main-block .news .blueDeepbg .latest-news a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #ffffff;
  border-bottom: 1px solid #2e3658;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.wrapper .main-block .news .blueDeepbg .latest-news a .date {
  width: 50px;
  display: inline-block;
  padding: 4px 5px;
  height: fit-content;
  background: #fc7323;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
}

.wrapper .main-block .news .blueDeepbg .latest-news a .date strong,
.wrapper .main-block .news .blueDeepbg .latest-news a .date b {
  display: block;
}

.wrapper .main-block .news .blueDeepbg .latest-news a .con {
  width: calc(100% - 70px);
}

.wrapper .main-block .news .blueDeepbg .latest-news a .con p {
  color: #ffffff;
}

.wrapper .main-block .news .blueDeepbg .latest-news a .con .more {
  color: #fc7323;
  text-decoration: underline;
  display: inline;
  padding: 0;
  background: none;
}

.wrapper .main-block .news .article {
  border-radius: 10px;
  border: 1px solid #1b266b;
  background: url(../images/y.png) #090f29 no-repeat top center;
  background-size: cover;
  padding: 3rem;
}

@media (max-width: 1440px) {
  .wrapper .main-block .news .article {
    padding: 2rem 2rem;
  }
}

.wrapper .main-block .news .article .bread {
  display: none;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .article .bread {
    display: inline-block;
  }
}

.wrapper .main-block .news .article .date {
  color: #ff7f36;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .article .date {
    display: none;
  }
}

.wrapper .main-block .news .article .date::before {
  content: "\f133";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.wrapper .main-block .news .article .play {
  border-radius: 5px;
  width: 47px;
  height: 47px;
  background-image: linear-gradient(#0164fb, #1eccf8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .main-block .news .article .play::before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-style: normal;
  color: #fff;
}

.wrapper .main-block .news .article .body {
  color: #cccccc;
  width: 96%;
}

.wrapper .main-block .news .article .body * {
  color: #cccccc;
}

.wrapper .main-block .news .article .body .li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.wrapper .main-block .news .article .body .li h4 {
  width: 150px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .article .body .li h4 {
    width: 100%;
  }
}

.wrapper .main-block .news .article .body .li .right {
  width: calc(100% - 150px);
  color: #cccccc;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .article .body .li .right {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }
}

.wrapper .main-block .news .article .body .li .right p {
  color: #cccccc;
}

.wrapper .main-block .news .article .body .li .right .download {
  display: inline-block;
  border: 1px solid #1b266b;
  border-radius: 11px;
  background: rgba(9, 15, 41, 0.7);
  padding: 25px 60px;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .article .body .li .right .download {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}

.wrapper .main-block .news .article .body .li .right .download img {
  margin-right: 20px;
}

.wrapper .main-block .news .article .body .li .apply {
  display: inline-block;
  background: #ff7323;
  border: 1px solid #ff7323;
  border-radius: 11px;
  padding: 10px 38px;
  color: #ffffff;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .article .body .li .apply {
    width: 100%;
    text-align: center;
  }
}

.wrapper .main-block .news .article .body .li .apply:hover {
  background: none;
  color: #ff7323;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .article.mobileflex {
    border: none;
    padding: 0;
    background: none;
  }

  .wrapper .main-block .news .article.mobileflex .row {
    flex-direction: column-reverse;
  }
}

.wrapper .main-block .news .col-md-4 .blueDeepbg {
  width: 100%;
  height: 100%;
  border: 1px solid #1b266b;
  background: url(../images/y2.png) #090f29 no-repeat top center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .col-md-4 .blueDeepbg {
    padding: 1rem;
  }
}

.wrapper .main-block .news .col-md-4 .blueDeepbg:hover {
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16);
}

.wrapper .main-block .news .col-md-4 .blueDeepbg .boximg {
  width: 164px;
}

@media (max-width: 1440px) {
  .wrapper .main-block .news .col-md-4 .blueDeepbg .boximg {
    width: 104px;
  }
}

.wrapper .main-block .news .col-md-4 .blueDeepbg .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.wrapper .main-block .news .col-md-4 .blueDeepbg .con {
  width: calc(100% - 184px);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 1440px) {
  .wrapper .main-block .news .col-md-4 .blueDeepbg .con {
    width: calc(100% - 124px);
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .news .col-md-4 .blueDeepbg .con .date {
    display: inline-block;
  }
}

.wrapper .main-block .news .col-md-4 .blueDeepbg .con h5 {
  color: #ffffff;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .col-md-4 .blueDeepbg .con h5 {
    margin-bottom: 0;
    font-weight: normal;
  }
}

.wrapper .main-block .news .nximg,
.wrapper .main-block .news .ndimg {
  position: relative;
}

.wrapper .main-block .news .nximg .swiper-slide,
.wrapper .main-block .news .ndimg .swiper-slide {
  position: relative;
}

.wrapper .main-block .news .nximg .swiper-slide p,
.wrapper .main-block .news .ndimg .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.16);
}

.wrapper .main-block .news .nximg .swiper-slide img,
.wrapper .main-block .news .ndimg .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .nximg .mySwiper,
  .wrapper .main-block .news .ndimg .mySwiper {
    padding-bottom: 3rem;
  }
}

.wrapper .main-block .news .nximg .swiper-pagination,
.wrapper .main-block .news .ndimg .swiper-pagination {
  display: none;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .nximg .swiper-pagination,
  .wrapper .main-block .news .ndimg .swiper-pagination {
    display: flex;
    justify-content: center;
  }
}

.wrapper .main-block .news .nximg .swiper-pagination .swiper-pagination-bullet-active,
.wrapper .main-block .news .ndimg .swiper-pagination .swiper-pagination-bullet-active {
  background: #0164fb;
}

@media (max-width: 767px) {
  .wrapper .main-block .news .nximg {
    display: none;
  }
}

@media (max-width: 1024px) {
  .wrapper .main-block .news .other-news .col-md-4 {
    width: 100%;
  }
}

.wrapper .main-block .activity.mobilehide {
  display: none;
}

.wrapper .main-block .activity .blueDeepbg {
  background: #181b29;
  padding: 1.5rem;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .wrapper .main-block .activity .col-md-4 {
    width: 100%;
  }
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/y5.png) rgba(9, 15, 41, 0.7) no-repeat center center;
  border-radius: 10px;
  padding: 1.5rem;
  border: 1px solid #1b266b;
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .boximg {
  width: 175px;
}

@media (max-width: 767px) {
  .wrapper .main-block .activity .col-md-4 .blueDeepbg .boximg {
    width: 108px;
  }
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .con {
  width: calc(100% - 200px);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 767px) {
  .wrapper .main-block .activity .col-md-4 .blueDeepbg .con {
    width: calc(100% - 128px);
  }
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .con h5 {
  color: #ffffff;
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .con .left {
  display: block;
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .con .date {
  color: #ff7f36;
  display: flex;
  align-items: center;
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .con .date::before {
  content: "\f133";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .con .map {
  color: #ff7f36;
  display: flex;
  align-items: center;
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .con .map::before {
  content: "\f041";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .con .play {
  border-radius: 5px;
  width: 47px;
  height: 47px;
  background-image: linear-gradient(#0164fb, #1eccf8);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .wrapper .main-block .activity .col-md-4 .blueDeepbg .con .play {
    width: 27px;
    height: 28px;
  }
}

.wrapper .main-block .activity .col-md-4 .blueDeepbg .con .play::before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-style: normal;
  color: #fff;
}

@media (max-width: 767px) {
  .wrapper .main-block .activity .col-md-4 .blueDeepbg .con .play::before {
    font-size: 0.6em;
  }
}

.wrapper .main-block .activity .Schedule {
  border-top: 1px solid #373f64;
  padding-top: 1.5rem;
}

.wrapper .main-block .activity .Schedule ul li {
  background: #0f121d;
  border-radius: 10px;
  padding: 1rem;
}

.wrapper .main-block .activity .Schedule ul li p {
  background: #0164fb;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 5px;
}

.wrapper .main-block .activity .Schedule ul li p i {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .wrapper .main-block .activity {
    height: auto;
  }
}

@media (max-width: 1440px) {
  .wrapper .main-block .activity .study-team .col-md-3 {
    width: 33.3333%;
  }
}

@media (max-width: 1200px) {
  .wrapper .main-block .activity .study-team .col-md-3 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .activity .study-team .col-md-3 {
    width: 100%;
  }
}

.wrapper .main-block .activity .study-team .blueDeepbg {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/y5.png) rgba(9, 15, 41, 0.7) no-repeat center center;
  border-radius: 10px;
  padding: 3rem 1.5rem;
  border: 1px solid #1b266b;
}

.wrapper .main-block .activity .study-team .blueDeepbg .txt {
  padding: 1rem 0;
  color: #c2c2c2;
}

.wrapper .main-block .activity .study-team .blueDeepbg .btna {
  display: flex;
  align-items: center;
}

.wrapper .main-block .activity .study-team .blueDeepbg .btna a {
  display: inline-block;
  border-radius: 8px;
  padding: 0.7rem 1.5rem;
  background-image: linear-gradient(#0164fb, #1eccf8);
  margin-right: 1rem;
  font-weight: bold;
  transition: all 0.35s ease;
}

@media (max-width: 992px) {
  .wrapper .main-block .activity .study-team .blueDeepbg .btna a {
    padding: 0.7rem 1rem;
  }
}

@media (max-width: 768px) {
  .wrapper .main-block .activity .study-team .blueDeepbg .btna a {
    margin-right: 0.5rem;
  }
}

.wrapper .main-block .activity .study-team .blueDeepbg .btna a img {
  margin-right: 10px;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .wrapper .main-block .activity .study-team .blueDeepbg .btna a img {
    margin-right: 5px;
  }
}

.wrapper .main-block .activity .study-team .blueDeepbg .btna a:nth-child(2) {
  background: #ff7f36;
}

.wrapper .main-block .activity .study-team .blueDeepbg .btna a:nth-child(2):hover {
  background: #c9500a;
}

.wrapper .main-block .activity .study-team .blueDeepbg .btna a:hover {
  background-image: linear-gradient(#1eccf8, #0164fb);
  color: #ffffff;
}

.wrapper .main-block .activity .study-team .blueDeepbg .btna a.not-started {
  background: #8b90a0;
}

.wrapper .main-block .activity .study-team .blueDeepbg .btna a.not-started:hover {
  background: #2150e6;
}

@media (max-width: 1366px) {
  .wrapper .main-block .activity .activitybox .col-md-4 {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .wrapper .main-block .activity .activitybox .col-md-4 {
    width: 100%;
  }
}

.wrapper .main-block .forum {
  position: relative;
  z-index: 1;
}

.wrapper .main-block .forum .bar {
  position: relative;
  z-index: 9999;
}

.wrapper .main-block .forum .bar::after {
  content: "";
  display: inline-block;
  width: 368px;
  height: 403px;
  background: url(../images/big-logo.png) no-repeat top center;
  position: absolute;
  right: 4rem;
  bottom: -5rem;
  background-size: contain;
}

@media (max-width: 1440px) {
  .wrapper .main-block .forum .bar::after {
    width: 268px;
    height: 303px;
  }
}

@media (max-width: 1024px) {
  .wrapper .main-block .forum .bar::after {
    width: 148px;
    height: 183px;
    bottom: -2rem;
  }
}

@media (max-width: 768px) {
  .wrapper .main-block .forum .bar::after {
    display: none;
  }
}

.wrapper .main-block .forum .bar h1 {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 1rem 5rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .wrapper .main-block .forum .bar h1 {
    padding: 1rem 2rem;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .bar h1 {
    position: relative;
    justify-content: center;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .bar img {
    display: none;
  }
}

.wrapper .main-block .forum .bar .bread {
  display: none;
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .bar .bread {
    display: flex;
  }
}

.wrapper .main-block .forum .blueDeepbg {
  position: relative;
  border-radius: 10px;
  padding: 1.5rem;
  border: 1px solid #1b266b;
  background: url(../images/y3.png) #090f29 no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

.wrapper .main-block .forum .blueDeepbg .taba {
  border-bottom: 1px solid #515b88;
  display: flex;
  justify-content: space-between;
}

.wrapper .main-block .forum .blueDeepbg .taba a {
  width: 50%;
  font-weight: bold;
  color: #575d7a;
  padding: 1.5rem;
  text-align: center;
  font-size: 18px;
  padding-top: 0;
  border-bottom: 3px solid transparent;
}

.wrapper .main-block .forum .blueDeepbg .taba a.active {
  color: #0164fb;
  border-bottom: 3px solid #0164fb;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent {
  padding: 1.5rem;
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .blueDeepbg .tabcontent .items .col-md-3 {
    width: 50%;
  }
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .col-md-3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.8rem;
  border-radius: 5px;
  background: #0c0f1c;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding: 1.5rem 0.5rem;
  align-items: center;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online:hover {
  background: rgba(139, 144, 160, 0.22);
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online .left {
  width: calc(100% - 100px);
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online .left .blue_name {
  color: #0164fb;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online .left dl {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online .left dl dd {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-left: 1rem;
  color: #8b90a0;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online .left dl dd img {
  margin-right: 5px;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online .left h4 {
  margin-top: 1rem;
  color: #ffffff;
  margin-bottom: 0;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online .right {
  width: 100px;
  text-align: center;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online .right span {
  display: block;
  color: #8b90a0;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .items .content .online .right span.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  width: 65px;
}

.wrapper
  .main-block
  .forum
  .blueDeepbg
  .tabcontent
  .items
  .content
  .online
  .right
  span.pages
  .form-control {
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
  font-size: 12px;
  padding: 0 0.5rem 0 0.8rem;
}

.wrapper
  .main-block
  .forum
  .blueDeepbg
  .tabcontent
  .items
  .content
  .online
  .right
  span.pages
  .form-control
  option {
  color: #000 !important;
}

.wrapper
  .main-block
  .forum
  .blueDeepbg
  .tabcontent
  .items
  .content
  .online
  .right
  span.pages::after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 0.5em;
  margin-left: 5px;
}

.wrapper .main-block .forum .blueDeepbg .tabcontent .new-post a {
  display: inline-block;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 3px;
  background-image: linear-gradient(#0164fb, #1eccf8);
}

.wrapper .main-block .forum .topbar {
  border: 1px solid #1b266b;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  border-radius: 10px 10px 0 0;
  background: rgba(9, 15, 41, 0.7);
}

.wrapper .main-block .forum .topbar h3 {
  padding-left: 1.5rem;
}

.wrapper .main-block .forum .topbar .share {
  padding-right: 1.5rem;
}

.wrapper .main-block .forum .contentbox .items {
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid #1b266b;
  background: url(../images/y3.png) #090f29 no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

.wrapper .main-block .forum .contentbox .items:nth-child(1) {
  border-radius: 0px 0px 10px 10px;
}

.wrapper .main-block .forum .contentbox .items .top-bar {
  padding: 1.5rem;
  color: #8b90a0;
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .contentbox .items .top-bar {
    font-size: 13px;
    padding: 0.8rem;
  }
}

.wrapper .main-block .forum .contentbox .items .top-bar .number {
  color: #fbc81e;
}

.wrapper .main-block .forum .contentbox .items .top-bar .blue_name {
  color: #0164fb;
  margin: 0 1rem;
}

.wrapper .main-block .forum .contentbox .items .desinfo {
  padding: 1.5rem;
  min-height: 246px;
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .contentbox .items .desinfo {
    padding: 0.8rem;
  }
}

.wrapper .main-block .forum .contentbox .items .bottom-bar {
  border-top: 1px solid rgba(112, 112, 112, 0.26);
  box-sizing: border-box;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .contentbox .items .bottom-bar {
    padding: 0.8rem;
  }
}

.wrapper .main-block .forum .contentbox .items .bottom-bar .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4a599f;
  width: 80px;
  padding: 0.5rem;
  border-radius: 5px;
  float: left;
  margin-right: 1rem;
  color: #ffffff;
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .contentbox .items .bottom-bar .left a {
    width: 70px;
    font-size: 12px;
    padding: 0.4rem 0.2rem;
  }
}

.wrapper .main-block .forum .contentbox .items .bottom-bar .left a:nth-child(1) {
  background-image: linear-gradient(#0164fb, #1eccf8);
}

.wrapper .main-block .forum .contentbox .items .bottom-bar .left a img {
  margin-right: 5px;
}

.wrapper .main-block .forum .contentbox .items .bottom-bar .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wrapper .main-block .forum .contentbox .items .bottom-bar .right span {
  color: #8b90a0;
  display: flex;
  align-items: center;
  margin-left: 1rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .contentbox .items .bottom-bar .right span {
    margin-left: 0.5rem;
    font-size: 14px;
  }
}

.wrapper .main-block .forum .contentbox .items .bottom-bar .right span.blueText {
  color: #0164fb;
}

.wrapper .main-block .forum .contentbox .items .bottom-bar .right span.blueText img {
  display: none;
}

.wrapper .main-block .forum .contentbox .items .bottom-bar .right span.blueText .thumbs-up-h,
.wrapper .main-block .forum .contentbox .items .bottom-bar .right span.blueText .thumbs-down-h {
  display: inline-block;
}

.wrapper .main-block .forum .contentbox .items .bottom-bar .right span img {
  margin-right: 5px;
  width: 20px;
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .contentbox .items .bottom-bar .right span img {
    width: 15px;
  }
}

.wrapper .main-block .forum .contentbox .items .bottom-bar .right span .thumbs-up-h,
.wrapper .main-block .forum .contentbox .items .bottom-bar .right span .thumbs-down-h {
  display: none;
}

.wrapper .main-block .forum .col-md-8 .blueDeepbg {
  background: none;
  border: none;
}

.wrapper .main-block .forum .col-md-8 .vpblue-border {
  max-width: 723px;
  border: 1px solid #1b266b;
  background: url(../images/y3.png) #090f29 no-repeat center center;
  background-size: cover;
  margin: 50px auto;
  box-sizing: border-box;
  padding: 55px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .wrapper .main-block .forum .col-md-8 .vpblue-border {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .forum .col-md-8 .vpblue-border {
    padding: 25px;
  }
}

.wrapper .main-block .forum .col-md-8 .vpblue-border .vp-imgbox a {
  display: block;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-weight: 800;
}

.wrapper .main-block .forum .col-md-8 .vpblue-border .vp-imgbox a:nth-last-child(1) {
  margin-bottom: 0;
}

.wrapper .main-block .forum .col-md-8 .vpblue-border .vp-imgbox a img {
  width: 100%;
}

.wrapper .main-block .mobile-process {
  display: none;
}

@media (max-width: 767px) {
  .wrapper .main-block .mobile-process {
    display: block;
  }
}

.wrapper .main-block .mobile-process ul {
  border-bottom: 1px solid rgba(27, 38, 107, 0.75);
  display: flex;
  justify-content: space-between;
}

.wrapper .main-block .mobile-process ul li {
  padding: 1rem 0;
  font-size: 14px;
  width: 25%;
  text-align: center;
}

.wrapper .main-block .mobile-process ul li.active {
  color: #1eccf8;
  border-bottom: 1px solid #1eccf8;
}

@media (max-width: 767px) {
  .wrapper .main-block .count > .col-md-4 {
    width: 50%;
    margin-bottom: 1rem;
  }
}

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

@media (max-width: 767px) {
  .wrapper .main-block .count > .col-md-4:nth-child(1) {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 1400px) {
  .wrapper .main-block .count > .col-md-4:nth-last-child(1) {
    width: 100%;
    margin-bottom: 0;
  }
}

.wrapper .main-block .count > .col-md-4 .box {
  width: 100%;
  position: relative;
}

.wrapper .main-block .count > .col-md-4 .box.lastbox {
  display: none;
}

@media (max-width: 767px) {
  .wrapper .main-block .count > .col-md-4 .box.lastbox {
    display: block;
    box-sizing: border-box;
    padding: 0 2rem;
    margin-left: 0.5rem;
  }
}

.wrapper .main-block .count > .col-md-4 .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/y3.png) no-repeat center center;
  background-size: cover;
}

.wrapper .main-block .count .hei100 {
  height: 100%;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .last {
    flex-wrap: wrap;
    height: auto;
  }
}

.wrapper .main-block .count .last .box {
  width: 40%;
  box-sizing: border-box;
  padding: 1.5rem;
  height: 100%;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .last .box {
    width: 100%;
    display: none;
  }
}

.wrapper .main-block .count .last .box:nth-child(2) {
  width: 58%;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .last .box:nth-child(2) {
    width: 100%;
    display: block;
  }
}

.wrapper .main-block .count .last .box:nth-child(2) .con {
  position: relative;
}

.wrapper .main-block .count .last .box:nth-child(2) .con:nth-child(1)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80%;
  background: rgba(30, 204, 248, 0.26);
  position: absolute;
  right: 15px;
  top: 10%;
}

@media (max-width: 1680px) {
  .wrapper .main-block .count .last .box:nth-child(2) .con:nth-child(1)::after {
    right: 5px;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .count .last .box:nth-child(2) .con:nth-child(1)::after {
    right: 10%;
  }
}

.wrapper .main-block .count .box {
  border-radius: 20px;
  height: 100%;
  background: rgba(9, 15, 41, 0.7);
  border: 1px solid #1b266b;
}

.wrapper .main-block .count .box .conbox {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .conbox {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 0.2rem 0 1rem !important;
    width: 100%;
  }
}

.wrapper .main-block .count .box .conbox .courselist ul {
  display: flex;
  flex-wrap: wrap;
}

.wrapper .main-block .count .box .conbox .courselist ul li {
  width: 50%;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .conbox .courselist ul li {
    margin-top: 1rem;
  }
}

.wrapper .main-block .count .box .conbox .courselist ul li p {
  margin-bottom: 0;
}

.wrapper .main-block .count .box .conbox .courselist ul li h4 {
  margin-bottom: 0;
}

.wrapper .main-block .count .box .conbox .courselist ul li .icos {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0c0f1c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .main-block .count .box .conbox .courselist ul li .right {
  margin-left: 1rem;
}

.wrapper .main-block .count .box .imgs {
  position: relative;
  margin-top: -40px;
}

@media (max-width: 992px) {
  .wrapper .main-block .count .box .imgs {
    display: none;
  }
}

.wrapper .main-block .count .box .user {
  width: 90px;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .user {
    width: 46px;
  }
}

.wrapper .main-block .count .box .user img {
  border-radius: 50%;
  width: 83px !important;
  height: 83px !important;
  display: block;
  margin: 0rem auto;
  filter: blur(0px);
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .user img {
    width: 43px !important;
    height: 43px !important;
  }
}

.wrapper .main-block .count .box .user .change-photo {
  text-align: center;
  color: #0164fb;
  text-decoration: underline;
  display: block;
  position: relative;
  margin-top: 0.5rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .user .change-photo {
    display: none;
  }
}

.wrapper .main-block .count .box .user .change-photo input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.wrapper .main-block .count .box .userbox {
  width: calc(100% - 90px);
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .userbox {
    width: calc(100% - 60px);
    margin-left: 0;
  }

  .wrapper .main-block .count .box .userbox h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.wrapper .main-block .count .box .userbox p {
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .userbox p {
    font-size: 14px;
  }
}

.wrapper .main-block .count .box .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrapper .main-block .count .box .tit a {
  color: #ff7f36;
  text-decoration: underline;
}

.wrapper .main-block .count .box .course-tt {
  display: block;
  text-align: center;
}

.wrapper .main-block .count .box .boxbar {
  padding: 1.5rem 2rem 1rem 2rem;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .boxbar {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .boxbar form {
    display: flex;
    align-items: center;
  }
}

.wrapper .main-block .count .box .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #1b266b;
  border-radius: 6px;
  background: rgba(9, 15, 41, 0.7);
}

.wrapper .main-block .count .box .form-group input {
  background: none;
  border: none;
  box-shadow: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.wrapper .main-block .count .box .form-group button {
  color: #ffffff;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .radar .imgs {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.wrapper .main-block .count .box .radar .imgs img {
  display: block;
  margin: 0 auto;
}

.wrapper .main-block .count .box .radar .contxt ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .radar .contxt ul {
    flex-wrap: wrap;
  }
}

.wrapper .main-block .count .box .radar .contxt ul li {
  text-align: center;
  background-image: linear-gradient(rgba(1, 100, 151, 0.29), rgba(30, 204, 248, 0.29));
  width: 24%;
  padding: 2rem 0.5rem;
  border-radius: 5px;
  margin: 0.5rem 0.2rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .radar .contxt ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: rgba(9, 21, 47, 0.7);
    border: 1px solid #1b266b;
  }
}

.wrapper .main-block .count .box .radar .contxt ul li::before {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #ff4242, #802121);
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .radar .contxt ul li::before {
    width: 6px;
    height: 100%;
  }
}

.wrapper .main-block .count .box .radar .contxt ul li:nth-child(2)::before {
  background: linear-gradient(to right, #01ffff, #265680);
}

.wrapper .main-block .count .box .radar .contxt ul li:nth-child(3)::before {
  background: linear-gradient(to right, #fbb040, #7b4a12);
}

.wrapper .main-block .count .box .radar .contxt ul li:nth-child(4)::before {
  background: linear-gradient(to right, #ff317e, #6b2a6a);
}

.wrapper .main-block .count .box .radar .contxt ul li:nth-child(5)::before {
  background: linear-gradient(to right, #ffec40, #807620);
}

.wrapper .main-block .count .box .radar .contxt ul li p {
  margin-bottom: 0;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .radar .contxt ul li p {
    margin-top: 0;
  }
}

.wrapper .main-block .count .box .radar .contxt ul li h6 {
  margin-bottom: 0;
}

.wrapper .main-block .count .box .process {
  position: relative;
}

.wrapper .main-block .count .box .process::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e0e2f6;
  border-radius: 9px;
}

.wrapper .main-block .count .box .process ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
}

.wrapper .main-block .count .box .process ul li {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  white-space: nowrap;
  width: 25%;
  color: #ffffff;
  position: relative;
  padding-bottom: 2rem;
}

.wrapper .main-block .count .box .process ul li.active {
  color: #1eccf8;
  font-weight: bold;
}

.wrapper .main-block .count .box .process ul li.active::after {
  opacity: 1;
}

.wrapper .main-block .count .box .process ul li.active::before {
  opacity: 1;
}

.wrapper .main-block .count .box .process ul li:nth-child(1)::before {
  border-radius: 0;
}

.wrapper .main-block .count .box .process ul li:nth-child(1)::after {
  border-radius: 9px;
}

.wrapper .main-block .count .box .process ul li .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #1eccf8;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  background: none;
  color: #1eccf8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .main-block .count .box .process ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 55%;
  height: 15px;
  border-radius: 0 9px 9px 0;
  background-image: linear-gradient(#0164fb, #1eccf8);
  z-index: 2;
  opacity: 0;
}

.wrapper .main-block .count .box .process ul li::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 15px;
  border-radius: 9px;
  background-image: linear-gradient(#0164fb, #1eccf8);
  z-index: 2;
  opacity: 0;
}

.wrapper .main-block .count .box .courselist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.wrapper .main-block .count .box .courselist h4 {
  color: #1eccf8;
}

.wrapper .main-block .count .box .courselist h4 b {
  color: #fe0000;
}

.wrapper .main-block .count .box .courselist img {
  filter: blur(0px);
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .courselist img {
    display: none;
  }
}

.wrapper .main-block .count .box .courselist .con {
  width: 50%;
}

.wrapper .main-block .count .box .courselist .con.con2 {
  width: 33.3333%;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .courselist .con.con2 {
    width: 50%;
    box-sizing: border-box;
    padding-left: 5%;
  }
}

.wrapper .main-block .count .box .taba {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(1, 100, 251, 0.21);
}

@media (max-width: 767px) {
  .wrapper .main-block .count .box .taba.indextaba {
    width: 100%;
    overflow-y: scroll;
  }

  .wrapper .main-block .count .box .taba.indextaba a {
    white-space: nowrap;
    margin: 0 0.8rem;
  }
}

.wrapper .main-block .count .box .taba a {
  padding: 1rem 0rem;
  margin: 0 2rem;
  position: relative;
}

.wrapper .main-block .count .box .taba a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0164fb;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wrapper .main-block .count .box .taba a:hover {
  color: #ffffff;
}

.wrapper .main-block .count .courseboxct {
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 0.7rem;
}

@media (max-width: 1440px) {
  .wrapper .main-block .count .courseboxct {
    height: auto;
    padding-right: 0;
  }
}

.wrapper .main-block .count .coursebox {
  padding: 0 2rem;
}

.wrapper .main-block .count .coursebox.sc1440-pc {
  display: block;
  padding: 0;
}

@media (max-width: 1440px) {
  .wrapper .main-block .count .coursebox.sc1440-pc {
    display: none;
  }
}

.wrapper .main-block .count .coursebox.courseboxct {
  height: calc(100vh - 400px);
}

@media (max-width: 1440px) {
  .wrapper .main-block .count .coursebox.courseboxct {
    height: auto;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .count .coursebox.courseboxct {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0 !important;
  }
}

.wrapper .main-block .count .coursebox.sc1440-mobile {
  display: none;
}

@media (max-width: 1440px) {
  .wrapper .main-block .count .coursebox.sc1440-mobile {
    display: block;
  }
}

.wrapper .main-block .count .coursebox.sc1440-mobile .swiper-slide {
  width: auto;
  margin-right: 0;
}

.wrapper .main-block .count .coursebox.sc1440-mobile .swiper-scrollbar {
  background: #000000;
  bottom: 15px;
}

@media (max-width: 767px) {
  .wrapper .main-block .count .coursebox.sc1440-mobile .swiper-scrollbar {
    bottom: 0;
  }
}

.wrapper .main-block .count .coursebox.sc1440-mobile .swiper-scrollbar .swiper-scrollbar-drag {
  background: #f5610d;
}

@media (max-width: 1440px) {
  .wrapper .main-block .count .coursebox.courseboxing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .wrapper .main-block .count .coursebox.courseboxing .items {
    width: 49.4%;
  }
}

@media (max-width: 1440px) and (max-width: 767px) {
  .wrapper .main-block .count .coursebox.courseboxing .items {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wrapper .main-block .count .coursebox.courseboxing {
    padding-bottom: 0rem;
  }
}

.wrapper .main-block .count .coursebox .items a {
  display: block;
}

.wrapper .main-block .count .coursebox .items a .orange-text {
  color: #0164fb;
  text-decoration: underline;
}

.wrapper .main-block .count .coursebox .items a .title {
  margin: 1rem 0;
  color: #ffffff;
}

.wrapper .main-block .count .coursebox .items a .desinfo {
  color: #9a9ba1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 60px;
}

.wrapper .main-block .count .coursebox .items a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 55.55%;
  position: relative;
}

.wrapper .main-block .count .coursebox .items a .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.wrapper .main-block .count .coursebox .items a .boximg .itemsText {
  background-image: linear-gradient(#0164fb, #1eccf8);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.wrapper .main-block .count .coursebox .items a .boximg .itemsText span {
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.39);
  width: 33.33333%;
  text-align: center;
  color: #fff;
}

.wrapper .main-block .count .coursebox .items a .boximg .itemsText span:nth-last-child(1) {
  border-right: none;
}

@media (max-width: 1440px) {
  .wrapper .main-block .count .d1440 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .wrapper .main-block .count .wid768 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .wrapper .main-block .count .therecircle .col-md-4 {
    width: 33.33333333%;
  }
}

@media (max-width: 1024px) {
  .wrapper .main-block .count .therecircle .col-md-4 {
    width: 33.3333%;
  }
}

@media (max-width: 1024px) {
  .wrapper .main-block .bar {
    height: auto;
  }
}

@media (max-width: 1680px) {
  .wrapper .main-block .bar.bar-large {
    flex-wrap: wrap;
  }

  .wrapper .main-block .bar.bar-large .four-a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .wrapper .main-block .bar {
    flex-wrap: wrap;
  }

  .wrapper .main-block .bar .garyback {
    width: 100%;
    margin-bottom: 1rem;
  }

  .wrapper .main-block .bar .garyback.category {
    margin-bottom: 0;
    margin-left: 0 !important;
  }

  .wrapper .main-block .bar .garyback a {
    width: 31.33333%;
    text-align: center;
  }
}

.wrapper .main-block .bar img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.wrapper .main-block .bar .creat-team {
  display: inline-block;
  padding: 12px 23px;
  background-image: linear-gradient(#0164fb, #1eccf8);
  border-radius: 10px;
  transition: all 0.35s ease;
}

.wrapper .main-block .bar .creat-team:hover {
  background-image: linear-gradient(#1eccf8, #0164fb);
  color: #ffffff;
}

@media (max-width: 767px) {
  .wrapper .main-block .bar .creat-team {
    padding: 10px 12px;
    font-size: 14px;
  }
}

.wrapper .main-block .student_person {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .wrapper .main-block .student_person {
    margin-top: 0.8rem;
  }
}

.wrapper .main-block .student_person .col-md-12 {
  display: flex;
  align-items: center;
}

.wrapper .main-block .student_person .col-md-12 .person {
  position: relative;
  max-width: 122px;
}

@media (max-width: 767px) {
  .wrapper .main-block .student_person .col-md-12 .person {
    max-width: 56px;
  }
}

.wrapper .main-block .student_person .col-md-12 .person img {
  border-radius: 50%;
}

.wrapper .main-block .student_person .col-md-12 .person .edit {
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0164fb;
}

@media (max-width: 767px) {
  .wrapper .main-block .student_person .col-md-12 .person .edit {
    width: 30px;
    height: 30px;
  }
}

.wrapper .main-block .student_person .col-md-12 .person .edit img {
  border: none;
}

.wrapper .main-block .student_person .col-md-12 .person-text {
  margin-left: 3rem;
}

@media (max-width: 1024px) {
  .wrapper .main-block .student_person .col-md-12 .person-text {
    margin-left: 1rem;
  }
}

.wrapper .main-block .student_person .col-md-12 .person-text .name {
  color: #fff;
}

@media (max-width: 767px) {
  .wrapper .main-block .student_person .col-md-12 .person-text .name {
    font-size: 14px;
  }
}

.wrapper .main-block .student_person .col-md-12 .person-text .state {
  display: flex;
  color: #9d9d9d;
  align-items: center;
}

@media (max-width: 767px) {
  .wrapper .main-block .student_person .col-md-12 .person-text .state {
    font-size: 12px;
  }
}

.wrapper .main-block .student_person .col-md-12 .person-text .state.green-state {
  color: #4fb54b;
}

.wrapper .main-block .student_person .col-md-12 .person-text .state.green-state::before {
  background: #4fb54b;
}

@media (max-width: 767px) {
  .wrapper .main-block .student_person .col-md-12 .person-text .state.green-state::before {
    display: none;
  }
}

.wrapper .main-block .student_person .col-md-12 .person-text .state::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #9d9d9d;
  border-radius: 50%;
  margin-right: 10px;
}

.wrapper .main-block .student_person .more {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .wrapper .main-block .student_person .more {
    display: none;
  }
}

.wrapper .main-block .student_person .more.orange-more {
  background: #ff7f36;
}

.wrapper .main-block .personform label {
  color: #fff;
  margin: 0.7rem 0;
}

.wrapper .main-block .personform .form-control {
  padding: 0.8rem;
  border: 1px solid #1b266b;
  border-radius: 5px;
  background: rgba(9, 15, 41, 0.7);
  color: #fff;
}

@media (max-width: 767px) {
  .wrapper .main-block .personform .form-control.address {
    height: 200px;
  }
}

.wrapper .main-block .personform .there_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrapper .main-block .personform .there_input .form-control {
  width: calc(33.333% - 0.5rem);
}

.wrapper .main-block .personform .relative {
  position: relative;
}

.wrapper .main-block .personform .relative .change-pwd {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: linear-gradient(#0164fb, #1eccf8);
  border-radius: 3px;
  color: #fff;
  padding: 8px 30px;
  font-size: 13px;
  text-transform: uppercase;
}

.wrapper .main-block .personform .relative .change-pwd:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1024px) {
  .wrapper .main-block .personform .col-md-3 {
    width: 50%;
  }
}

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

.wrapper .main-block .personform .form-group.last {
  display: none;
}

@media (max-width: 767px) {
  .wrapper .main-block .personform .form-group.last {
    display: block;
  }
}

.wrapper .main-block .personform .more {
  float: left;
  font-size: 18px;
  font-weight: bold;
}

.wrapper .main-block .personform .more.orange-more {
  background: #ff7f36;
}

.wrapper .main-block .personform.leaveform {
  max-width: 500px;
  margin: 0 auto;
}

.wrapper .main-block .personform.leaveform .form-group {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.wrapper .main-block .personform.leaveform .form-group label {
  width: 120px;
}

@media (max-width: 767px) {
  .wrapper .main-block .personform.leaveform .form-group label {
    width: 100%;
  }
}

.wrapper .main-block .personform.leaveform .form-group .form-control,
.wrapper .main-block .personform.leaveform .form-group p,
.wrapper .main-block .personform.leaveform .form-group .upload {
  width: calc(100% - 120px);
}

@media (max-width: 767px) {
  .wrapper .main-block .personform.leaveform .form-group .form-control,
  .wrapper .main-block .personform.leaveform .form-group p,
  .wrapper .main-block .personform.leaveform .form-group .upload {
    width: 100%;
  }
}

.wrapper .main-block .personform.leaveform .form-group .form-control p,
.wrapper .main-block .personform.leaveform .form-group p p,
.wrapper .main-block .personform.leaveform .form-group .upload p {
  margin-bottom: 0;
}

.wrapper .main-block .personform.leaveform .form-group .upload .form-control {
  width: 100%;
}

.wrapper .main-block .personform.leaveform .form-group .datebox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1rem;
}

.wrapper .main-block .personform.leaveform .form-group .datebox input {
  border: none;
  box-shadow: none;
  width: 100%;
  border-radius: 10px;
}

.wrapper .main-block .personform.leaveform .form-group .datebox i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper .main-block .personform.leaveform .arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .wrapper .main-block .personform.leaveform p {
    border: 1px solid #09152f;
    border-radius: 5px;
    background: rgba(27, 43, 74, 0.7);
    margin-top: 0 !important;
    padding: 0.8rem 1rem;
    font-size: 13px;
  }

  .wrapper .main-block .personform.leaveform p br {
    display: none;
  }
}

.wrapper .main-block .arrow-btn {
  position: relative;
  z-index: -1;
}

.wrapper .main-block .view-more {
  display: none;
  font-weight: normal;
}

@media (max-width: 767px) {
  .wrapper .main-block .view-more {
    display: block;
  }
}

.wrapper .main-block .view-more i {
  margin-left: 10px;
}

.wrapper .login-block {
  display: flex;
  justify-content: space-between;
  height: 100vh;
  width: 100vw;
  background: #ffffff;
  overflow: hidden;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .wrapper .login-block {
    flex-direction: column-reverse;
  }
}

.wrapper .login-block .left {
  background: #cae0e4;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .wrapper .login-block .left {
    width: 100%;
    height: 20%;
    display: none;
  }
}

.wrapper .login-block .left img {
  box-sizing: border-box;
  max-width: 100%;
  padding: 1rem;
}

@media (max-width: 767px) {
  .wrapper .login-block .left img {
    max-width: 40%;
  }
}

.wrapper .login-block .right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .wrapper .login-block .right {
    width: 100%;
    height: 100%;
  }
}

.wrapper .login-block .right form {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .wrapper .login-block .right form {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .wrapper .login-block .right form .logo {
    max-width: 237px;
    margin: 0 auto;
  }
}

.wrapper .login-block .right form .logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.wrapper .login-block .right .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 11px;
  border: 1px solid #d1d1d1;
  width: 100%;
  margin: 2rem 0;
  padding: 15px 20px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .wrapper .login-block .right .form-group {
    padding: 5px 15px;
  }
}

.wrapper .login-block .right .form-group label {
  width: 20px;
}

.wrapper .login-block .right .form-group input {
  border: none;
  box-shadow: none;
  width: calc(100% - 30px);
  color: #b4b4b4 !important;
}

.wrapper .login-block .right button {
  display: block;
  border: none;
  box-shadow: none;
  border-radius: 11px;
  width: 100%;
  background: #ff7323;
  color: #ffffff;
  padding: 20px 20px;
  border: 1px solid #ff7323;
}

@media (max-width: 767px) {
  .wrapper .login-block .right button {
    padding: 10px 20px;
  }
}

.wrapper .login-block .right button:hover {
  background: none;
  color: #ff7323;
}

.wrapper .login-block .right .i1 {
  position: absolute;
  left: 0;
  bottom: -50px;
}

@media (max-width: 767px) {
  .wrapper .login-block .right .i1 {
    bottom: 0px;
    left: -50px;
    width: 133px;
  }
}

.wrapper .login-block .right .i2 {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wrapper .login-block .right .i2 {
    width: 253px;
    right: -100px;
    top: -30px;
  }
}

.wrapper .filterpup {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  width: 0;
  opacity: 0;
  transition: all 0.35s ease;
  visibility: hidden;
}

.wrapper .filterpup.show {
  opacity: 1;
  width: 100vw;
  visibility: visible;
}

.wrapper .filterpup .pupback {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9;
}

.wrapper .filterpup .pupcontent {
  transition: all 0.35s ease;
  width: 80vw;
  height: 100vh;
  border-radius: 10px;
  border: 1px solid #1b266b;
  background: #000000;
  position: relative;
  background-size: cover;
  float: right;
  box-sizing: border-box;
  padding: 5rem 3rem;
  z-index: 10;
}

@media (max-width: 767px) {
  .wrapper .filterpup .pupcontent {
    padding: 5rem 2rem;
  }
}

.wrapper .filterpup .pupcontent::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(9, 21, 47, 0.7);
  z-index: 2;
}

.wrapper .filterpup .pupcontent::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/h2.png) no-repeat center center;
  z-index: 3;
}

.wrapper .filterpup .pupcontent form {
  position: relative;
  z-index: 8;
}

.wrapper .filterpup .pupcontent .checkboxlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper .filterpup .pupcontent .checkboxlist .checkbox-inline {
  display: block;
  width: 48%;
  margin-bottom: 3%;
}

.wrapper .filterpup .pupcontent .checkboxlist .checkbox-inline .checkbox {
  display: block;
  width: 100%;
  height: 100%;
}

.wrapper .filterpup .pupcontent .checkboxlist .checkbox-inline .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wrapper
  .filterpup
  .pupcontent
  .checkboxlist
  .checkbox-inline
  .checkbox
  input:checked
  ~ .checkmark {
  background: none;
  border: 1px solid #0164fb;
  color: #0164fb;
}

.wrapper .filterpup .pupcontent .checkboxlist .checkbox-inline .checkbox .checkmark {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  padding: 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.69);
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .wrapper .filterpup .pupcontent .checkboxlist .checkbox-inline .checkbox .checkmark {
    padding: 0.5rem 1rem;
  }
}

.wrapper .filterpup .pupcontent .checkboxlist .checkbox-inline .checkbox .checkmark::after {
  display: none;
}

.wrapper .filterpup .pupcontent .yearbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .filterpup .pupcontent .yearbox .form-control {
  border: 1px solid rgba(255, 255, 255, 0.69);
  background: none;
  box-shadow: none;
  border-radius: 7px;
  padding: 1rem;
}

@media (max-width: 767px) {
  .wrapper .filterpup .pupcontent .yearbox .form-control {
    padding: 0.5rem 1rem;
  }
}

.wrapper .filterpup .pupcontent .yearbox .form-control:nth-child(2) {
  margin: 0 10px;
}

.wrapper .filterpup .pupcontent .four-a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.wrapper .filterpup .pupcontent .four-a a {
  width: 48%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.69);
  padding: 1rem 1rem;
  border-radius: 7px;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .wrapper .filterpup .pupcontent .four-a a {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.5rem;
  }
}

.wrapper .filterpup .pupcontent .btna {
  display: flex;
  align-items: center;
}

.wrapper .filterpup .pupcontent .btna a {
  display: flex;
  border-radius: 20px;
  border: 1px solid #0164fb;
  text-align: center;
  padding: 1rem 2rem;
  width: 115px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.wrapper .filterpup .pupcontent .btna a:nth-child(2) {
  background-image: linear-gradient(#0164fb, #1eccf8);
  color: #ffffff;
}

.pup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 999999;
  display: none;
}

@media (max-width: 767px) {
  .pup.pupnew.show {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 999999;
    margin-top: 0;
  }

  .pup.pupnew.show .pupback {
    display: block;
  }

  .pup.pupnew.show .container {
    max-width: 90%;
    max-height: 600px;
    overflow-y: scroll;
  }
}

.pup.show {
  display: flex;
}

@media (max-width: 767px) {
  .pup.forumpup.show {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 999999;
    margin-top: 0rem;
    height: 100%;
  }
}

.pup.forumpup.show .pupback {
  display: block;
}

.pup.pupinvite {
  display: none;
}

.pup.pupinvite.show {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  margin-top: 0;
}

.pup.pupinvite.show .pupback {
  display: block;
}

@media (max-width: 767px) {
  .pup.pupinvite.show .container {
    max-width: 92%;
  }
}

.pup.pupinvite .result {
  display: block !important;
}

.pup .pupback {
  width: 100%;
  height: 100%;
  background: url(../images/y.png) rgba(9, 21, 47, 0.85) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.pup .container {
  max-width: 652px;
  margin: 0 auto;
  background: url(../images/h.png) #090f29 no-repeat top center;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #1b266b;
  height: auto;
  position: relative;
  padding: 0;
  padding: 3.5rem 4rem;
  max-height: 768px;
  overflow-y: scroll;
}

@media (max-width: 1440px) {
  .pup .container {
    max-height: 500px;
  }
}

.pup .container.container2 {
  max-width: 80%;
}

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

.pup .container.container2 .questionbox {
  max-height: 560px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-right: 15px;
}

.pup .container.container2 .questionbox h4 {
  font-weight: normal;
}

.pup .container.container2 .questionlist p {
  margin: 35px 0 15px 0px;
}

.pup .container.container2 .questionlist .checkboxlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pup .container.container2 .questionlist .checkboxlist .checkbox-inline {
  width: 24%;
  height: 100%;
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  .pup .container.container2 .questionlist .checkboxlist .checkbox-inline {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .pup .container.container2 .questionlist .checkboxlist .checkbox-inline {
    width: 100%;
  }
}

.pup .container.container2 .questionlist .checkboxlist .checkbox-inline .checkbox {
  width: 100%;
  position: relative;
}

.pup .container.container2 .questionlist .checkboxlist .checkbox-inline .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pup .container.container2 .questionlist .checkboxlist .checkbox-inline .checkbox .checkmark {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #0164fb;
  display: flex;
  align-items: center;
}

.pup .container.container2 .questionlist .checkboxlist .checkbox-inline .checkbox .checkmark em {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #ffffff;
  color: #0164fb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.pup
  .container.container2
  .questionlist
  .checkboxlist
  .checkbox-inline
  .checkbox
  .checkmark::after {
  display: none !important;
}

.pup .container.container3 {
  max-width: 926px;
}

@media (max-width: 1440px) {
  .pup .container.container3 {
    max-height: 500px;
    overflow-y: scroll;
  }
}

@media (max-width: 1200px) {
  .pup .container.container3 {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .pup .container.container3 {
    max-width: 92%;
  }
}

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

@media (max-width: 767px) {
  .pup .container {
    max-width: 100%;
    box-sizing: border-box;
    padding: 4rem 2rem;
  }
}

.pup .container.container2 {
  max-width: 70%;
}

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

.pup .container .close {
  top: 1rem;
  right: 1rem;
  height: 30px;
  cursor: pointer;
}

.pup .container .close::after,
.pup .container .close::before {
  background: #fff;
  bottom: 0;
}

.pup .container h2 {
  color: #070707;
}

.pup .container form .form-group {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.pup .container form .form-group label {
  width: 120px;
}

@media (max-width: 767px) {
  .pup .container form .form-group label {
    width: 100% !important;
  }
}

.pup .container form .form-group p,
.pup .container form .form-group .form-control,
.pup .container form .form-group .radiolist {
  width: calc(100% - 120px);
  color: #cccccc;
}

@media (max-width: 767px) {
  .pup .container form .form-group p,
  .pup .container form .form-group .form-control,
  .pup .container form .form-group .radiolist {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pup .container form .form-group .relative,
  .pup .container form .form-group .address {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .pup .container form .form-group p {
    border-radius: 5px;
    border: 1px solid #09152f;
    background: rgba(27, 43, 74, 0.7);
    padding: 13px 10px;
    margin-top: 0 !important;
  }

  .pup .container form .form-group p br {
    display: none;
  }
}

.pup .container ul {
  padding-left: 0;
}

.pup .container ul li {
  list-style: none;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 16px;
}

.pup .container ul li::before {
  display: none;
}

.pup .container table {
  margin-bottom: 0;
}

.pup .container table th,
.pup .container table td {
  vertical-align: middle;
  padding: 0.5rem 1.2rem;
  white-space: nowrap;
  color: #000000;
}

.pup .container table thead {
  border-bottom: 1px solid #e9e9e9;
}

.pup .container table tbody {
  border-top: 1px solid #e9e9e9;
}

.pup .container table tbody tr {
  border-top: 1px solid #e9e9e9;
}

.pup .container table tbody td {
  border: none;
  padding: 0.5rem 1.2rem;
  color: #8f8f8f;
}

.pup .container table tbody td a {
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.5rem 1rem;
  background: #3b9851;
}

.pup .container table tbody td a:nth-child(2) {
  background: #39cae1;
  margin-left: 0.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pup .container table tbody td a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pup .container table tbody td span.Notreviewed {
  color: #e95151;
}

.pup .container table tbody td span.Notreviewed::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #e95151;
  border-radius: 50%;
  margin-right: 10px;
}

.pup .container table tbody td span.Audited {
  color: #78ce4e;
}

.pup .container table tbody td span.Audited::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #78ce4e;
  border-radius: 50%;
  margin-right: 10px;
}

.pup .container .thereitems .items {
  display: none;
}

.pup .container .thereitems .items:nth-child(1) {
  display: block;
}

.pup .container dl dd {
  margin-bottom: 2rem;
}

.pup .container dl dd span {
  font-size: 14px;
  color: #a7a7a7;
}

.pup .container dl dd p {
  font-size: 14px;
  color: #010101;
}

.pup .container .border {
  border-radius: 10px;
}

.pup .container .border .txt a {
  text-decoration: underline;
}

.pup .container .border .txt a i {
  margin-right: 10px;
  text-decoration: none;
}

.pup .container .gary-btn {
  border-radius: 2px;
  background: #a5a5a5;
  color: #ffffff;
  padding: 0.6rem 1.5rem;
  margin-right: 1rem;
}

@media (max-width: 1280px) {
  .pup .container .gary-btn {
    padding: 0.6rem 0.8rem;
  }
}

.pup .container .gary-btn:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.pup .container .yellow-btn {
  border-radius: 2px;
  background: #fea92a;
  color: #ffffff;
  padding: 0.6rem 1.5rem;
}

@media (max-width: 1280px) {
  .pup .container .yellow-btn {
    padding: 0.6rem 0.8rem;
  }
}

.pup .container .yellow-btn:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

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

.pup .container .bar {
  border-radius: 4px;
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
  padding: 0.8rem;
  color: #363636;
  font-size: 14px;
}

.pup .container .addbar {
  width: 100%;
}

.pup .container .addbar .checkboxlist {
  margin-left: 2rem;
  margin-right: 1rem;
  color: #ababab;
}

@media (max-width: 767px) {
  .pup .container .addbar .checkboxlist {
    margin-left: 1rem;
    margin-right: 0;
  }
}

.pup .container .addbar .checkboxlist .checkbox-inline .checkbox {
  margin-top: 0;
}

.pup .container .addbar .form-group:nth-child(1) {
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.pup .container .addbar .form-group:nth-child(1)::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.pup .container .addbar .form-group:nth-child(1) .form-control {
  width: auto;
  margin-right: 10px;
  padding: 0 0.8rem;
}

.pup .container .addbar .form-group:nth-child(1) .form-control:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pup .container .addbar .form-group:nth-child(1) .btntext {
  height: auto;
  min-height: auto;
  border-radius: 5px;
}

.pup .container .addbar .form-group .form-control {
  border: 5px;
  background: #f2f2f2;
  padding: 0.5rem;
}

.pup .container .addbar .form-group:nth-last-child(1) {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .pup .container .addbar .form-group:nth-last-child(1) {
    width: 40%;
    margin-right: 1rem;
  }
}

.pup .container .addbar .form-group:nth-last-child(1) label {
  margin-bottom: 0;
}

.pup .container .addbar .form-group:nth-last-child(1) .form-control {
  width: 50px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .pup .container .addbar .form-group:nth-last-child(1) .form-control {
    width: 150px;
  }
}

.pup .container .big-more {
  background: #39cae1;
  border-radius: 5px;
  padding-left: 3rem;
  padding-right: 3rem;
  width: auto;
}

.pup .container .draggable {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.pup .container .draggable .flex {
  width: 100%;
  margin-bottom: 0.5rem;
}

.pup .container .draggable .flex input {
  position: absolute;
  opacity: 0;
}

.pup .container .draggable .flex label {
  text-align: center;
  font-size: 12px;
  color: #000000;
  position: relative;
  width: auto;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background: #f2f2f2;
  border: 1px solid #e2e2e2;
}

.pup .container .draggable .flex label span {
  display: flex;
  position: relative;
  align-items: center;
  float: right;
}

.pup .container .draggable .flex label span.false {
  color: #9c2e2e;
}

.pup .container .draggable .flex label span.true {
  color: #268232;
}

.pup .container .draggable .flex label span .close {
  position: relative;
  height: 20px;
  top: 0;
  right: 0;
}

.pup .container .draggable .flex label span .close::before,
.pup .container .draggable .flex label span .close::after {
  background: #707070;
  width: 10px;
  top: 7px;
  left: auto;
}

.pup .container .draggable .flex input:checked + label {
  background: #39cae1;
  color: #ffffff;
}

.pup .container .draggable .flex input:checked + .greenback {
  background: #7adb62;
  color: #ffffff;
}

.pup .container .draggable .flex input:checked + .redback {
  background: #ff6464;
  color: #ffffff;
}

.pup .container .draggable .btn-a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 90%);
}

@media (max-width: 1280px) {
  .pup .container .draggable .btn-a {
    width: calc(100% - 80%);
  }
}

@media (max-width: 767px) {
  .pup .container .draggable .btn-a {
    width: 100%;
    margin-top: 1rem;
  }
}

.pup .container .draggable .btn-a a {
  border-radius: 5px;
  background: #f8f8f8;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

.pup .container .draggable .btn-a a:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

.pup .container .result {
  display: none;
}

.pup .container .result .back {
  display: block;
  padding: 14px 20px;
  background-image: linear-gradient(#0164fb, #1eccf8);
  border-radius: 7px;
  width: 122px;
  text-align: center;
  margin: 1.5rem auto;
}

.pup .container .result .back:hover {
  color: #ffffff;
  background-image: linear-gradient(#1eccf8, #0164fb);
}

.pup .container .meeting {
  display: none;
}

.pup .container .meeting form .form-group label {
  width: 100% !important;
}

.pup .container .meeting form .form-group .radiolist,
.pup .container .meeting form .form-group .form-control {
  width: 100%;
  margin-top: 0.8rem;
}

.pup .container .meeting form .form-group .form-control {
  padding: 0.8rem;
  border: 1px solid #1b266b;
  border-radius: 5px;
  background: rgba(9, 15, 41, 0.7);
}

.pup
  .container
  .meeting
  form
  .form-group
  .radiolist
  .radiobox-inline
  .radiobox
  input:checked
  ~ .radiomark {
  border-color: #0164fb;
}

.pup
  .container
  .meeting
  form
  .form-group
  .radiolist
  .radiobox-inline
  .radiobox
  input:checked
  ~ .radiomark::after {
  background: #0164fb;
}

.pup .container .meeting form .more {
  background: #ff7323;
}

.pup .container .appy-meeting {
  display: none;
}

.pup .container .appy-meeting form .form-group label {
  width: 100% !important;
}

.pup .container .appy-meeting form .form-group .radiolist,
.pup .container .appy-meeting form .form-group .form-control {
  width: 100%;
  margin-top: 0.8rem;
}

.pup .container .appy-meeting form .form-group .radiolist .form-group,
.pup .container .appy-meeting form .form-group .form-control .form-group {
  width: 136px;
}

.pup .container .appy-meeting form .form-group .datebox {
  display: flex;
  align-items: center;
  width: calc(100% - 156px);
  padding: 0.8rem;
  border: 1px solid #1b266b;
  border-radius: 5px;
  background: rgba(9, 15, 41, 0.7);
}

.pup .container .appy-meeting form .form-group .datebox .form-control {
  border: none;
  padding: 0;
}

.pup .container .appy-meeting form .form-group .ineye {
  width: 100%;
  position: relative;
}

.pup .container .appy-meeting form .form-group .ineye i {
  position: absolute;
  right: 0.8rem;
  top: 58%;
  transform: translateY(-50%);
}

.pup .container .appy-meeting form .form-group .form-control {
  padding: 0.8rem;
  border: 1px solid #1b266b;
  border-radius: 5px;
  background: rgba(9, 15, 41, 0.7);
}

.pup
  .container
  .appy-meeting
  form
  .form-group
  .radiolist
  .radiobox-inline
  .radiobox
  input:checked
  ~ .radiomark {
  border-color: #0164fb;
}

.pup
  .container
  .appy-meeting
  form
  .form-group
  .radiolist
  .radiobox-inline
  .radiobox
  input:checked
  ~ .radiomark::after {
  background: #0164fb;
}

.pup .container .appy-meeting form .more {
  background: #ff7323;
}

.pup .container .new-meeting {
  display: none;
}

.pup .container .arrow-btn {
  position: relative;
  z-index: 1;
}

.pup .forumform form .form-group label {
  width: 100%;
}

.pup .forumform form .form-group .form-control {
  width: 100%;
}

.pup .forumform form .arrow-btn {
  display: flex;
  justify-content: center;
}

.pup .forumform form .more {
  margin: 0 auto;
  float: none !important;
  width: 122px;
}

.ibox-content textarea.form-control {
  background: #fff !important;
}

.ibox-content .questionbox .flex input:checked + label::before {
  display: none !important;
}

.kv-upload-progress.hide {
  display: none;
}

.kv-fileinput-caption {
  border-radius: 5px;
  background: #f6f6f6 !important;
  width: 100%;
  box-sizing: border-box;
  padding: 3rem !important;
}

.file-preview {
  display: none !important;
}

.btn-default.hide {
  display: none !important;
}

.file-caption-main {
  position: relative;
}

.file-caption-main .input-group-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-header .close {
  position: relative;
  height: auto;
  top: 0;
  right: 0;
}

.modal-header .close::before,
.modal-header .close::after {
  background: black;
  top: 0;
}

.modal.show .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
}

.form-horizontal {
  flex-wrap: wrap;
  justify-content: space-between !important;
}

.form-horizontal .col-sm-7 {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .form-horizontal .col-sm-7 {
    width: 100%;
  }
}

.form-horizontal .col-sm-7 .radio-inline {
  width: 24%;
  text-align: center;
  font-size: 12px;
  color: #000000;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 19px;
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .form-horizontal .col-sm-7 .radio-inline {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .form-horizontal .col-sm-7 .radio-inline {
    width: 100%;
  }
}

.form-horizontal .col-sm-7 .radio-inline input {
  position: absolute;
  opacity: 0;
}

.form-horizontal .col-sm-7 .file-input-new {
  width: 100%;
  background: #f6f6f6;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 0;
}

.form-horizontal .tools.col-sm-3 {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.form-horizontal .tools.col-sm-3 a {
  background: #f8f8f8;
  color: #7e7e7e;
  margin-right: 10px;
  padding: 0.8rem 0.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.35s ease;
}

.form-horizontal .tools.col-sm-3 a:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .form-horizontal .ui-sortable label {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .form-horizontal .col-sm-10 {
    width: 100% !important;
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .tabup .col-sm-9,
  .tabup .col-sm-8 {
    width: 100%;
  }
}

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

.error-input {
  border-bottom: 1px solid red !important;
}

.error-label label {
  color: red !important;
}

label.error-info {
  margin-top: 10px;
  line-height: 1;
}

label.error {
  margin-bottom: 8px;
  margin-top: 8px;
}

label.error,
label.error i,
label.error-info,
label.error-info i,
span.error-info {
  width: initial !important;
  color: red !important;
  align-items: center;
  font-size: 12px;
  font-family: "NunitoSans-Bold";
  font-weight: normal;
  margin-bottom: 0 !important;
}

label.error-info i {
  display: inline-block;
  margin-right: 5px;
}

.passwordField {
  position: relative;
}

.passwordField .error-info.password {
  display: inline-flex;
  font-size: 18px;
  margin-bottom: 5px;
}

.passwordField .eyeBox {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.passwordField .eyeBox {
  position: absolute;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
}

.load-more::after {
  display: none;
}

footer {
  width: 100%;
  height: 100%;
  background: #122237;
  z-index: 9;
  padding: 1.5rem 0 1.5rem 0;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

footer .adress {
  width: 85%;
}

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

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

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

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

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

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

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

footer nav {
  margin-top: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .message span {
    transform: translateY(9px);
    font-size: 2rem;
  }
}

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

main {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-left: 138px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  main {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  main {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  main {
    --bs-container: 540px;
  }
}

@media (min-width: 768px) {
  main {
    --bs-container: 720px;
  }
}

@media (min-width: 992px) {
  main {
    --bs-container: 960px;
  }
}

@media (max-width: 1200px) {
  main {
    --bs-container: 1140px;
  }
}

@media (min-width: 1400px) {
  main {
    --bs-container: 1320px;
  }
}

@media (min-width: 1680px) {
  main {
    --bs-container: 1500px;
  }
}

.pageinfo ul {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .pageinfo ul {
    justify-content: center !important;
    flex-wrap: wrap;
  }
}

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

.pageinfo ul li a {
  padding: 0.25rem 0.8rem;
  color: #fff;
  transition: all 0.35s ease;
  border-radius: 5px;
  border: 1px solid #1b266b;
}

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

.pageinfo ul li.prev a {
  background: none;
  color: #ffffff;
}

.pageinfo ul li.prev a::before {
  content: "\f104";
  font-family: "FontAwesome";
}

.pageinfo ul li.next a {
  color: #ffffff;
  background: none;
}

.pageinfo ul li.next a::before {
  content: "\f105";
  font-family: "FontAwesome";
}

@media (max-width: 767px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}

.pageinfo span {
  color: rgba(0, 0, 0, 0.5);
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #39cae1;
}

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

.fixed {
  position: fixed;
  left: 1rem;
  top: 15%;
  z-index: 99;
  background: #f8f8f8;
  transition: all 0.35s ease;
}

.fixed.sticky ul li img {
  margin-bottom: 0;
}

.fixed.sticky ul li b {
  display: none;
}

@media (max-width: 1024px) {
  .fixed {
    display: none;
  }
}

.fixed ul {
  margin-bottom: 0;
}

.fixed ul li {
  list-style: none;
  color: #98a3ad;
  border-bottom: 1px solid #dadadc;
  box-sizing: border-box;
  padding: 2rem 0.5rem;
  margin-bottom: 0;
}

.fixed ul li::before {
  display: none;
}

.fixed ul li img {
  display: block;
  margin: 0rem auto 0.5rem auto;
}

.fixed ul li b {
  display: block;
  text-align: center;
  color: #98a3ad;
  line-height: 1.2;
}

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

.card-table {
  background: rgba(24, 34, 56, 0.95);
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.35);
  padding: 32px 24px 24px 24px;
  max-width: 600px;
  margin: 32px auto;
}

.card-table h2 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.4rem;
}

.modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.modern-table th {
  background: linear-gradient(90deg, #2c3e60 0%, #1e2746 100%);
  color: #fff;
  font-weight: 600;
  padding: 14px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: left;
  font-size: 1.05rem;
  letter-spacing: 1px;
}

.modern-table th:not(:last-child) {
  border-right: 2px solid #24304a;
}

.modern-table td {
  background: rgba(36, 48, 74, 0.92);
  color: #e3eaff;
  padding: 12px 10px;
  border-bottom: 1px solid #24304a;
  font-size: 1rem;
  transition: background 0.2s;
}

.modern-table tr:last-child td {
  border-bottom: none;
}

.modern-table tr:hover td {
  background: #22305a;
}

.modern-table tr:nth-child(even) td {
  background: rgba(29, 39, 64, 0.96);
}

@media (max-width: 700px) {
  .card-table {
    padding: 12px 6px;
    max-width: 100%;
  }
  .modern-table th,
  .modern-table td {
    padding: 7px 4px;
    font-size: 0.95rem;
  }
}

.glass-table-container {
  background: rgba(24, 32, 56, 0.65);
  border-radius: 18px;
  box-shadow: 0 6px 32px 0 rgba(20, 30, 60, 0.22);
  backdrop-filter: blur(12px);
  padding: 24px 14px 18px 14px;
  margin: 32px auto;
  max-width: 98vw;
  overflow-x: auto;
}

.glass-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  font-size: 1.2rem;
}

.glass-table th {
  background: linear-gradient(90deg, #222d44 60%, #1b2237 100%);
  color: #f0f4fa;
  font-weight: 600;
  padding: 14px 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: left;
  letter-spacing: 1px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
}

.glass-table td {
  background: rgba(36, 48, 74, 0.82);
  color: #e3eaff;
  padding: 12px 10px;
  transition: background 0.2s;
}

.glass-table tbody tr:nth-child(even) td {
  background: rgba(29, 39, 64, 0.93);
}

.glass-table tfoot td {
  background: rgba(24, 32, 56, 0.8);
  color: #fff;
  font-weight: 600;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 900px) {
  .glass-table th,
  .glass-table td {
    padding: 7px 4px;
    font-size: 0.95rem;
  }
}
.quizModal input[type=file]{
  color: #fff;
}