.table thead tr td, .table thead tr th, .table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th {
  vertical-align: middle; }

.dataTables_wrapper .table tbody tr td:last-of-type .btn {
  margin-top: 3px;
  margin-bottom: 3px; }

.radio-text {
  display: inline;
  vertical-align: -webkit-baseline-middle; }

.rect_bg_image {
  height: 0px;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.warning_color {
  color: #d64635; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.align_center {
  text-align: center; }

.date_picker_container {
  width: 120px; }

.line_height_34 {
  line-height: 34px; }

.margin_0 {
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

.margin_top_40 {
  margin-top: 40px; }

.margin_top_10 {
  margin-top: 10px; }

.margin_top_6 {
  margin-top: 6px; }

.margin_right_10 {
  margin-right: 10px; }

.margin_left_10 {
  margin-left: 10px; }

.margin_right_30 {
  margin-right: 30px; }

.margin_left_30 {
  margin-left: 30px; }

c-margin-t-10 {
  margin-top: 10px !important; }

.tooltip-inner {
  white-space: pre-wrap;
  text-align: left; }

.grid_small_space {
  padding-left: 5px;
  padding-right: 5px; }
  .grid_small_space .light_gray_border {
    border: 1px solid #eee; }

.list_style_btns.btn > i.fa {
  margin-right: 0px; }

.progress {
  height: 30px;
  border-radius: 15px;
  background-color: #dcdcdc;
  margin: 20px; }
  .progress .progress-bar {
    height: 30px; }
    .progress .progress-bar span {
      line-height: 30px;
      font-size: 16px; }
    .progress .progress-bar.progress-bar-success.yet {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px; }
    .progress .progress-bar.progress-bar-yet {
      background-color: #dcdcdc;
      color: white; }

.progress-circle {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background-color: #5dc09c;
  border: 4px solid white;
  float: right; }

.s-title {
  font-size: 24px;
  text-align: center;
  color: #32c5d2;
  background-color: #32c5d2;
  margin: 20px;
  margin-top: 20px;
  height: 2px; }
  .s-title span {
    top: -20px;
    position: relative;
    background-color: white; }

.row-tracking {
  float: right; }

.c-btn-link {
  padding: 0px 10px;
  margin-right: 20px; }

.bg-blue-aliceblue {
  background-color: #f0f8ff; }

.fancybox-opened {
  z-index: 10300; }

.pagination-li {
  position: relative;
  z-index: 10;
  background-color: #fff; }

.c-content-store .c-label {
  display: inline-block;
  position: absolute;
  z-index: 9;
  bottom: 0px;
  right: 0px; }

.c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li .dropdown-menu > li > a {
  font-size: 14px; }

.no-border {
  border-width: 0px; }

.read .read_item {
  display: block; }
.read .unread_item {
  display: none; }

.unread .read_item {
  display: none; }
.unread .unread_item {
  display: block; }

@media (max-width: 991px) {
  .c-layout-footer-7 .c-head .c-right {
    margin-top: 0px; } }
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left; }

  .text-right-xs {
    text-align: right; } }
@keyframes v_rotate360 {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(360deg); } }
.animate_v_rotate360:hover .animate_target {
  transform: rotateX(360deg);
  transition-duration: 0.4s; }

.hover_zoom {
  transition: 0.3s;
  transform: scale(1, 1); }
  .hover_zoom:hover {
    transition: 0.3s;
    transform: scale(1.2, 1.2); }

.animate_gray_to_color {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  transition-duration: 0.8s; }
  .animate_gray_to_color:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition-duration: 0.8s; }

.slide_carousel {
  position: relative;
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 60%, #207cca 51%, #7db9e8 100%); }
  .slide_carousel .slide_pagination {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 100; }
    .slide_carousel .slide_pagination .slide_pagination_btn {
      background-color: #ccc;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px;
      box-shadow: 2px 2px 2px;
      cursor: pointer; }
      .slide_carousel .slide_pagination .slide_pagination_btn.active, .slide_carousel .slide_pagination .slide_pagination_btn:hover {
        background-color: #0000ff; }
  .slide_carousel .slide_container {
    z-index: 0; }
    .slide_carousel .slide_container .slide_item {
      position: absolute;
      height: 10%;
      transition-duration: 0.6s;
      transition-timing-function: ease-in;
      margin: auto;
      top: 0px;
      bottom: 0px;
      cursor: pointer; }
      .slide_carousel .slide_container .slide_item.hidden_prev {
        left: 0%;
        width: 10%;
        height: 20%;
        opacity: 0;
        z-index: 7; }
      .slide_carousel .slide_container .slide_item.prev2 {
        left: 5%;
        width: 30%;
        height: 40%;
        opacity: 0.5;
        z-index: 8; }
      .slide_carousel .slide_container .slide_item.prev {
        left: 10%;
        width: 45%;
        height: 60%;
        opacity: 1;
        z-index: 9; }
      .slide_carousel .slide_container .slide_item.active {
        left: 20%;
        width: 60%;
        height: 80%;
        opacity: 1;
        z-index: 10; }
      .slide_carousel .slide_container .slide_item.next {
        left: 45%;
        width: 45%;
        height: 60%;
        opacity: 1;
        z-index: 9; }
      .slide_carousel .slide_container .slide_item.next2 {
        left: 65%;
        width: 30%;
        height: 40%;
        opacity: 0.5;
        z-index: 8; }
      .slide_carousel .slide_container .slide_item.hidden_next {
        left: 90%;
        width: 10%;
        height: 20%;
        opacity: 0;
        z-index: 7; }
      .slide_carousel .slide_container .slide_item img {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0; }

.input-warning {
  color: #f0ad4e; }

::-webkit-scrollbar {
  display: none; }

html, body {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 200;
  overflow-x: hidden; }

#navbar {
  padding: 10px;
  box-shadow: -2px -3px 3px 3px rgba(0, 0, 0, 0.3); }

.nav-padding {
  margin-top: 25px; }

.navbar-toggle {
  display: block;
  margin-right: 0px; }

.page-header.navbar {
  width: 100%;
  margin: 0;
  border: 0px;
  height: 50px;
  filter: none;
  font-size: 14px; }
  .page-header.navbar .page-logo {
    padding: 10px 0px;
    float: left;
    margin-left: -15px; }
  .page-header.navbar .top-menu {
    margin: 0;
    padding: 0;
    float: right; }
    .page-header.navbar .top-menu ul li :hover {
      color: #000;
      background: transparent; }
  .page-header.navbar .navbar-nav {
    display: inline-block;
    margin-top: -20px; }
    .page-header.navbar .navbar-nav li {
      margin: 0px;
      padding: 0px 4px;
      height: 50px;
      display: inline-block; }

.page-sidebar {
  position: fixed;
  right: 0px;
  z-index: 9999;
  background-color: #000000eb;
  overflow: hidden;
  transition: 0.4s;
  width: 0;
  visibility: hidden; }

.page-sidebar .page-sidebar-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.page-sidebar .page-sidebar-menu > li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li {
  display: block;
  border: 0px;
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #979797;
  cursor: pointer;
  white-space: nowrap; }
  .page-sidebar .page-sidebar-menu > li :hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li :hover {
    color: #000; }
  .page-sidebar .page-sidebar-menu > li a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li a {
    color: #d8d8d8; }
    .page-sidebar .page-sidebar-menu > li a :hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li a :hover {
      color: #000; }
  .page-sidebar .page-sidebar-menu > li #submenu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li #submenu {
    list-style: none;
    padding: 10px; }

.header-front {
  background-repeat: repeat-x;
  background: white;
  line-height: 50px;
  padding: 0px 10px; }
  .header-front .header-menu {
    font-size: 18px;
    color: #fff; }
  .header-front .bar-menu {
    font-size: 18px;
    text-align: center; }
  .header-front .header-logo {
    height: 50px;
    padding: 5px 0px; }

.padding-header {
  padding-top: 40px; }

.padding-top {
  padding-top: 50px; }

.padding-10 {
  padding: 10px; }

.c-bg-white {
  background-color: #fff; }

.c-border {
  border: 1px solid #e7e7e7; }

.page {
  margin-left: -15px;
  margin-right: -15px; }
  .page .banner {
    width: 100%;
    display: inline-block; }
    .page .banner .title {
      width: 100%;
      margin-top: 0px;
      padding: 10px 30px;
      font-size: 22px;
      font-weight: 400;
      color: white;
      display: inline-block;
      white-space: pre-line;
      text-overflow: ellipsis;
      overflow: hidden;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #a77121), color-stop(100%, #f4f4f4));
      background-image: -webkit-linear-gradient(#a77121, #f4f4f4);
      background-image: -moz-linear-gradient(#a77121, #f4f4f4);
      background-image: -o-linear-gradient(#a77121, #f4f4f4);
      background-image: linear-gradient(-90deg, #f4f4f4, #a77121 64%); }
  .page .url {
    padding: 10px 30px; }
  .page .info {
    padding: 10px 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: justify; }

.alert-block {
  padding-top: 100px;
  text-align: center;
  line-height: 40px; }
  .alert-block .content {
    font-size: 20px; }

.footer {
  padding: 10px 0px; }
  .footer .fix {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .footer .footer-inner {
    font-size: 14px;
    padding: 10px 0px; }

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; }

.padding-5 {
  padding: 5px 0; }

.loading {
  padding: 20px 0; }

@media (max-width: 1199px) {
  .iframe {
    height: 400px; } }
@media (max-width: 991px) {
  .iframe {
    height: 300px; } }
@media (max-width: 767px) {
  .iframe {
    height: 250px; } }
@media (max-width: 479px) {
  .iframe {
    height: 220px; }

  .footer .footer-inner {
    font-size: 12px;
    padding: 5px 0px; } }
@media (max-width: 320px) {
  .iframe {
    height: 200px; }

  .footer .footer-inner {
    font-size: 12px;
    padding: 5px 0px; } }

/*# sourceMappingURL=front.css.map */
