a {
  text-decoration: none; }

table caption {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.62px;
  color: #333;
  margin-left: .5rem;
  white-space: nowrap; }
  table caption::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -19px;
    width: 1.5rem;
    height: 2.5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../Websites/ordNtu/images/title-dec.png");
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

table td data {
  margin: .25rem 0;
  display: inline-block; }

body {
  padding-bottom: 2rem; }
  body.body-admin-main::after {
    content: "";
    display: block;
    width: 100%;
    height: 2rem;
    background-color: #a82922;
    position: fixed;
    bottom: 0; }

.card-header[data-style="2"] {
  background-color: #a82922; }
  .card-header[data-style="2"] .header-logo {
    background-color: #a82922; }
  .card-header[data-style="2"] .header-content {
    padding: 0; }
  .card-header[data-style="2"] .nav .nav-menu a {
    white-space: nowrap; }
  .card-header[data-style="2"] .nav .nav-menu > li {
    position: relative; }
    .card-header[data-style="2"] .nav .nav-menu > li:last-child .sub-menu .sub-menu {
      right: calc(100% - 1px);
      left: auto; }
    .card-header[data-style="2"] .nav .nav-menu > li:last-child.parent.open > .sub-menu .open .sub-menu {
      right: calc(100% - 1px);
      left: auto; }
    .card-header[data-style="2"] .nav .nav-menu > li a {
      color: #fff; }
      .card-header[data-style="2"] .nav .nav-menu > li a::after {
        background-color: #fff; }
    .card-header[data-style="2"] .nav .nav-menu > li > a {
      padding: 15px 10px; }
    .card-header[data-style="2"] .nav .nav-menu > li ul.sub-menu {
      -webkit-transition: all 0.4s ease-in-out 0.25s;
      -o-transition: all 0.4s ease-in-out 0.25s;
      transition: all 0.4s ease-in-out 0.25s;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      height: auto;
      top: 120%; }
    .card-header[data-style="2"] .nav .nav-menu > li > ul {
      min-width: 100%;
      width: auto; }
      .card-header[data-style="2"] .nav .nav-menu > li > ul > li {
        position: relative; }
        .card-header[data-style="2"] .nav .nav-menu > li > ul > li ul {
          min-width: 100%;
          width: auto; }
  .card-header[data-style="2"] .nav .nav-menu .parent .sub-menu li {
    background-color: rgba(10, 10, 10, 0.8);
    border: none; }
    .card-header[data-style="2"] .nav .nav-menu .parent .sub-menu li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .card-header[data-style="2"] .nav .nav-menu .parent .sub-menu li a span {
        display: inline-block;
        margin-right: 10px; }
  .card-header[data-style="2"] .nav .nav-menu .parent .sub-menu .noti {
    background: #d4d4d4;
    color: #000000;
    padding: 6px 8px;
    text-align: center;
    border-radius: 50px;
    font-size: 1.2rem;
    line-height: 1;
    margin-left: auto;
    margin-right: 0;
    font-weight: bold; }
  .card-header[data-style="2"] .nav .nav-menu .parent.open > .sub-menu {
    max-height: initial;
    visibility: visible;
    opacity: 1; }
    .card-header[data-style="2"] .nav .nav-menu .parent.open > .sub-menu .open .sub-menu {
      top: 25%;
      left: calc(100% - 1px);
      width: auto; }
  .card-header[data-style="2"] .nav .nav-menu .sub-menu .sub-menu {
    top: 25%;
    left: calc(100% - 1px);
    width: auto; }
  .card-header[data-style="2"] .top .nav-dropdown > ul {
    -webkit-transition: all 0.4s ease-in-out 0.25s;
    -o-transition: all 0.4s ease-in-out 0.25s;
    transition: all 0.4s ease-in-out 0.25s; }
  .card-header[data-style="2"] .top .nav-dropdown .dropdown-default-text {
    color: #fff; }
  .card-header[data-style="2"] .menu .nav-menu > li,
  .card-header[data-style="2"] .menu .main-menu > li {
    padding: 15px; }
  .card-header[data-style="2"] .menu.menu-active {
    right: -300px;
    padding: 0;
    position: initial;
    height: auto; }
    .card-header[data-style="2"] .menu.menu-active .main {
      position: fixed;
      top: 48px;
      right: 0;
      height: auto;
      background: rgba(0, 0, 0, 0.7); }
  .card-header[data-style="2"] .menu .nav-menu {
    margin-bottom: 0;
    padding-bottom: 0; }

.fc-time-grid, .fc-time-grid-container {
  height: auto !important;
  overflow: inherit !important; }

.fc-time-grid-event .fc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.fc-time-grid-event .fc-time {
  white-space: inherit; }

.card-header[data-style="2"] .top .menu-toggle {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .card-header[data-style="2"] .top .menu-toggle {
      display: block; } }
  .card-header[data-style="2"] .top .menu-toggle .menu-toggle-hamburger {
    background: #fff; }
    .card-header[data-style="2"] .top .menu-toggle .menu-toggle-hamburger::before, .card-header[data-style="2"] .top .menu-toggle .menu-toggle-hamburger::after {
      background: #fff; }

.card-header[data-style="2"] .top div:not(.custom) a {
  color: #fff; }

.card-header[data-style="2"] .top .nav-dropdown > ul {
  border: none;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 .5rem; }
  .card-header[data-style="2"] .top .nav-dropdown > ul a {
    color: #fff;
    border: none; }
    .card-header[data-style="2"] .top .nav-dropdown > ul a:hover {
      color: #fff; }

.card-header[data-style="2"] .top .nav-dropdown .dropdown-default-text span.name {
  color: #fff; }

.card-header[data-style="2"] .top > div.countdown {
  font-size: 1.5rem;
  color: #ffc107; }
  .card-header[data-style="2"] .top > div.countdown i {
    font-size: 1.2rem; }

.wide-table-wrap {
  position: relative; }
  .wide-table-wrap .fixTable {
    width: 100%; }
  @media only screen and (max-width: 430px) {
    .wide-table-wrap {
      overflow-x: auto; }
      .wide-table-wrap .fixTable {
        width: 2400px; }
        .wide-table-wrap .fixTable.is-mid {
          width: 1700px; }
        .wide-table-wrap .fixTable.is-small {
          width: 1200px; } }

.card-member[data-style="1"].loginPage div.login .login-box.small {
  max-width: 600px; }
  @media only screen and (max-width: 580px) {
    .card-member[data-style="1"].loginPage div.login .login-box.small {
      width: 100%; } }

.card-member[data-style="1"].loginPage div.login .login-box .left-box {
  padding: 30px 60px 55px; }
  @media only screen and (max-width: 800px) {
    .card-member[data-style="1"].loginPage div.login .login-box .left-box {
      padding: 40px; } }
  @media only screen and (max-width: 430px) {
    .card-member[data-style="1"].loginPage div.login .login-box .left-box {
      padding: 20px; } }

.card-member[data-style="1"].loginPage .need-bg {
  padding: 30px 60px 55px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #666;
          box-shadow: 0 0 20px #666; }

.card-member[data-style="1"].loginPage #divcaptcha {
  position: relative; }
  .card-member[data-style="1"].loginPage #divcaptcha .captcha {
    top: 0; }
    .card-member[data-style="1"].loginPage #divcaptcha .captcha ~ a[onclick] {
      float: right;
      margin-right: 8px; }

.captcha img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }

a.openTeachVideo {
  color: #000000;
  font-weight: 600;
  position: fixed;
  right: 20px;
  bottom: 70px;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none; }
  a.openTeachVideo i {
    font-size: 5.0rem;
    display: block; }

.col-5.m-h-6.m-B-10.border-shadow.grayscale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .col-5.m-h-6.m-B-10.border-shadow.grayscale > * {
    width: 100%; }
  .col-5.m-h-6.m-B-10.border-shadow.grayscale .font-lg.m-v-4.text-C.font-w-700 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .col-5.m-h-6.m-B-10.border-shadow.grayscale .text-C.m-v-4 {
    -ms-flex-item-align: end;
        align-self: flex-end; }

body.login::after, body.register::after, body.myinfo::after, body.verify::after, body.verifycode::after, body.changepassword::after {
  -webkit-filter: blur(0px);
          filter: blur(0px); }

.card-member[data-style="4"].mainPage .swiper-slide > ul {
  width: 100% !important;
  margin-bottom: 1rem !important; }
  .card-member[data-style="4"].mainPage .swiper-slide > ul li {
    width: 100%;
    margin: 0 !important; }
    @media only screen and (max-width: 430px) {
      .card-member[data-style="4"].mainPage .swiper-slide > ul li {
        width: calc((100% / 2) - 2rem) !important;
        float: left;
        margin: 1rem !important;
        -webkit-box-shadow: 0 0 15px #999;
                box-shadow: 0 0 15px #999; } }
    .card-member[data-style="4"].mainPage .swiper-slide > ul li > a {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 100%; }
      @media only screen and (max-width: 430px) {
        .card-member[data-style="4"].mainPage .swiper-slide > ul li > a {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div {
        width: 35%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div:last-child {
          width: 65%; }
          @media only screen and (max-width: 430px) {
            .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div:last-child {
              width: 100%;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
        @media only screen and (max-width: 430px) {
          .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div {
            width: 100%;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div > div {
          width: 50%; }
          @media only screen and (max-width: 430px) {
            .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div > div {
              width: 100%; } }
        @media only screen and (max-width: 430px) {
          .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.title {
            padding: 10px !important;
            padding-bottom: 0 !important; } }
        .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.title > div {
          width: 50%; }
          @media only screen and (max-width: 430px) {
            .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.title > div {
              width: 100%; } }
        .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.title > div:last-child {
          margin: 0 !important;
          font-size: 1.6rem !important; }
          @media only screen and (max-width: 430px) {
            .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.title > div:last-child {
              font-size: 1.4rem !important;
              margin: 1rem !important; } }
        .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.content {
          padding: 15px !important; }
          @media only screen and (max-width: 430px) {
            .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.content {
              padding: 10px !important; } }
          .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.content > div {
            width: calc(100% / 3); }
            @media only screen and (max-width: 430px) {
              .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.content > div {
                width: 100%; } }
          .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.content div.plan {
            margin: 0 !important; }
            @media only screen and (max-width: 430px) {
              .card-member[data-style="4"].mainPage .swiper-slide > ul li > a > div.content div.plan {
                margin: 1rem 0 !important; } }

.fc-slats table {
  background: transparent; }
  .fc-slats table tbody tr {
    background: transparent; }
  .fc-slats table td.fc-widget-content:hover {
    background: rgba(221, 221, 221, 0.5); }

.position2right {
  right: 0; }

.position2bottomright {
  right: 0;
  bottom: 2px; }

.dropdown-content {
  max-height: 280px; }

.control-bar.control-bar-top {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  bottom: auto;
  top: 54px;
  text-align: left;
  z-index: 101; }
  .control-bar.control-bar-top a {
    color: #424242; }
  @media only screen and (max-width: 1130px) {
    .control-bar.control-bar-top {
      top: 70px; } }
  @media only screen and (max-width: 1024px) {
    .control-bar.control-bar-top {
      top: 43px; } }
  @media only screen and (max-width: 650px) {
    .control-bar.control-bar-top {
      top: 74px; } }
  @media only screen and (max-width: 550px) {
    .control-bar.control-bar-top {
      top: 104px; } }
  @media only screen and (max-width: 430px) {
    .control-bar.control-bar-top {
      top: 50px; } }

.zone-base {
  width: 1440px; }
  @media only screen and (max-width: 1339px) {
    .zone-base {
      width: 100%; } }

.ntu-main-title {
  color: #000000;
  font-size: 3rem;
  margin: 20px 20px 30px; }
  @media only screen and (max-width: 580px) {
    .ntu-main-title {
      margin: 75px 0px 30px; } }
  @media only screen and (max-width: 430px) {
    .ntu-main-title {
      margin: 50px 0px 30px; } }
  .ntu-main-title span:last-child {
    font-size: 2.6rem; }

.ntu-main-title-note {
  color: #000000;
  font-size: 2.2rem;
  margin: 0px 20px 30px; }

@media only screen and (max-width: 580px) {
  body.body-admin-main ul.forms {
    margin: 20px 0px 40px; } }

@media only screen and (max-width: 580px) {
  .p-8 {
    padding: 2rem 0 !important; } }

@media only screen and (max-width: 580px) {
  .card > * {
    padding: 25px 0; } }

ul.ntu-form {
  padding: 0 40px 20px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.18);
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 1.8rem;
  margin-bottom: 50px; }
  @media only screen and (max-width: 800px) {
    ul.ntu-form {
      padding: 0 20px 20px; } }
  @media only screen and (max-width: 580px) {
    ul.ntu-form {
      padding: 0 10px 20px; } }
  ul.ntu-form .input-field.inline {
    margin-left: 0; }
  ul.ntu-form input {
    border-bottom: 1px solid #979797;
    background: #ffffff; }
    ul.ntu-form input[disabled] {
      color: #000000; }
  ul.ntu-form textarea {
    background: #ffffff; }
  ul.ntu-form .title {
    font-size: 1.8rem;
    margin-bottom: 2px;
    font-weight: bold; }
  ul.ntu-form .ntu-sub-title {
    color: #000000;
    font-size: 2.4rem;
    margin-top: 20px; }
  ul.ntu-form .ntu-title {
    color: #8e645d;
    font-size: 2.1rem;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 2px; }
    ul.ntu-form .ntu-title::before {
      content: "";
      width: 8px;
      height: 8px;
      background-color: #8e645d;
      margin-right: 6px;
      display: inline-block; }
  ul.ntu-form .ntu-table-outbox {
    overflow-x: auto; }
    ul.ntu-form .ntu-table-outbox.overflow-default {
      overflow-x: initial; }
    ul.ntu-form .ntu-table-outbox::-webkit-scrollbar {
      height: 5px;
      background: #eeeeee;
      border-radius: 5px; }
    ul.ntu-form .ntu-table-outbox::-webkit-scrollbar-thumb {
      height: 5px;
      background: #666666;
      border-radius: 5px; }
    ul.ntu-form .ntu-table-outbox::-webkit-scrollbar-track {
      height: 5px;
      background: #eeeeee;
      border-radius: 5px; }
  ul.ntu-form .has-upload {
    margin-bottom: 20px !important; }
  ul.ntu-form .radio-box {
    margin-top: 0; }
  ul.ntu-form .text-value {
    border-top: 1px solid #333333;
    margin-left: 0 !important;
    margin-top: 0;
    padding-top: 18px;
    font-size: 1.8rem; }
  ul.ntu-form .download-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #8e645d; }
  ul.ntu-form .download-link {
    font-size: 1.6rem;
    color: #6e6e6e; }
    ul.ntu-form .download-link:hover {
      opacity: .8; }
  ul.ntu-form .required {
    color: #a82922;
    margin-left: 0;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2; }
  ul.ntu-form table {
    background-color: transparent; }
    ul.ntu-form table.has-border td, ul.ntu-form table.has-border th {
      border: 1px solid #f7f7f7; }
    ul.ntu-form table tbody tr {
      background-color: transparent; }
    ul.ntu-form table th, ul.ntu-form table td {
      font-size: 1.8rem; }
      ul.ntu-form table th span:not(.required), ul.ntu-form table td span:not(.required) {
        font-size: 1.4rem; }
  ul.ntu-form [type="radio"] ~ label,
  ul.ntu-form [type="checkbox"] ~ label {
    font-size: 1.8rem; }
  ul.ntu-form .alert.transparent {
    color: #6e6e6e;
    font-size: 1.6rem; }
  ul.ntu-form .alert i {
    margin-top: 5px; }

ul.forms .title.inline ~ .alert {
  margin: 0; }

.datetimepicker-widget.dropdown-menu {
  min-width: 300px; }

.ui-widget-content .ui-state-active {
  color: #333333; }

.QuestionRow {
  width: calc(66.66667% + 3px); }
  .QuestionRow .full.d-flex data:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .QuestionRow .full.d-flex data:last-child .input-field {
      width: calc(100% - 119px); }
      .QuestionRow .full.d-flex data:last-child .input-field input {
        height: 30px; }

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

.fileuploader .fileuploader-item a[class*='btn-'].tooltip.square > i {
  font-size: 2.6rem;
  font-weight: bold; }

.member-photo .fileuploader {
  width: 100%; }

.card-member[data-style="4"].mainPage.desktop .tutorial-box .btn-box {
  top: 0;
  transform: translateY(-100%); }

.card-member[data-style="4"].mainPage.desktop .video-box {
  display: flex;
  justify-content: center;
  align-items: center; }
  .card-member[data-style="4"].mainPage.desktop .video-box .item video {
    height: calc(100% - 130px); }
