.resp-sharing-button__icon {
  display: inline-block;
}
.resp-sharing-button__link {
  display: inline-block;
  text-decoration: none !important;
  color: #fff;
  margin: 0.5em;
  line-height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.resp-sharing-button__link:hover {
  color: white !important;
}
.resp-sharing-button {
  border-radius: 5px;
  -webkit-transition: 25ms ease-out;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}
.resp-sharing-button--pinterest {
  background-color: #bd081c;
}
.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}
.resp-sharing-button--tumblr {
  background-color: #35465c;
}
.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}
.resp-sharing-button--reddit {
  background-color: #5f99cf;
}
.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
}
.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}
.resp-sharing-button--xing {
  background-color: #1a7576;
}
.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}
.resp-sharing-button--whatsapp {
  background-color: #25d366;
}
.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}
.resp-sharing-button--hackernews {
  background-color: #f60;
}
.resp-sharing-button--hackernews:focus,
.resp-sharing-button--hackernews:hover {
  background-color: #fb6200;
}
.resp-sharing-button--vk {
  background-color: #507299;
}
.resp-sharing-button--vk:hover {
  background-color: #43648c;
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--line {
  background-color: #00b900;
  border-color: #50c900;
}
.resp-sharing-button--line:hover {
  background-color: #00a000;
}
.resp-sharing-button--facebook:active,
.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:active,
.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.resp-sharing-button--google:active,
.resp-sharing-button--google:hover {
  background-color: #c23321;
  border-color: #c23321;
}
.resp-sharing-button--email {
  background-color: #777;
  border-color: #777;
}
.resp-sharing-button--email:active,
.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}
#album-master {
  max-width: 1000px;
  margin: 0 auto;
}
#album-master > form {
  padding-top: 50px;
}
#album-master .modal-body {
  max-height: 500px;
  overflow-y: auto;
}
#album-master .album-control {
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
}
#album-master .album-control .upload {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#album-master .album-control .upload:hover .icon {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
#album-master .album-control .upload input[type="file"],
#album-master .album-control .upload .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#album-master .album-control .upload input[type="file"] {
  z-index: 10;
}
#album-master .album-control .upload .icon {
  color: #795548;
  font-size: 85px;
  line-height: 200px;
  z-index: 5;
}
#album-master .album-control .cover {
  width: 100%;
  height: 100%;
  display: inline-block;
}
#album-master .modal-body {
  padding-bottom: 0;
}
.albums .album {
  margin: 20px 0;
  line-height: 200px;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}
.albums .album .list {
  height: 200px;
  overflow-y: hidden;
}
.albums .album i {
  margin-right: 5px;
}
.albums .album .describe {
  text-align: left;
  line-height: 40px;
}
.albums .album .describe > div {
  padding: 0;
}
.albums .album .title {
  display: block;
}
.albums .album .cover {
  text-align: center;
  line-height: 40px;
}
.albums .album .cover img {
  vertical-align: top;
}
.albums .album .photos {
  position: relative;
  color: #795f56;
}
.albums .album .photos:hover .fa.fa-caret-left,
.albums .album .photos:hover .fa.fa-caret-right {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.albums .album .photos:hover .fa.fa-caret-left:hover,
.albums .album .photos:hover .fa.fa-caret-right:hover {
  color: #015d5d;
}
.albums .album .photos .fa.fa-caret-left,
.albums .album .photos .fa.fa-caret-right {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  height: 100%;
  line-height: 200px;
  font-size: 50px;
  top: 0;
}
.albums .album .photos .fa.fa-caret-left {
  margin-left: 30px;
  left: 0;
}
.albums .album .photos .fa.fa-caret-right {
  margin-right: 30px;
  right: 0;
}
.albums .album img {
  max-width: 260px;
  height: 200px;
}
@font-face {
  font-family: "banner";
  font-style: normal;
  src:
    url("../font/banner.woff") format("woff"),
    url("../font/banner.ttf") format("truetype"),
    url("../font/banner.svg") format("svg");
}

* {
  font-family:
    "noto sans tc", "droid sans fallback", "microsoft jhenghei",
    "microsoft yahei", sans-serif;
  outline: none;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: transparent !important;
}
::-moz-selection {
  background: #fea;
}
::selection {
  background: #fea;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #dedede;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #7b4c3a;
}
.custom-file-label {
  overflow: hidden;
}
@media (min-width: 992px) {
  .table .vertical {
    display: block;
  }
  .table .horizontal {
    display: none;
  }
  .courseInfo .nav-pills .nav-link {
    width: 100%;
  }
  #guide {
    width: 70%;
  }
  #guide .navbar-nav {
    width: calc(100% - 165px);
  }
}
@media (max-width: 992px) {
  .table .vertical {
    display: none;
  }
  .table .horizontal {
    display: block;
  }
  .tab-content {
    padding: 0;
  }
  .navbar-brand {
    width: calc(100% - 65px);
    max-width: 300px;
    margin-right: 0;
  }
}
@media (min-width: 76rem) {
  .main {
    margin-right: 20px;
  }
}
nav.fixed-top > div,
nav.fixed-top > a {
  opacity: 0;
}
.form-control:focus {
  border-color: #ab9288;
  -webkit-box-shadow: 0 0 0 0.2rem #fff4e1;
  box-shadow: 0 0 0 0.2rem #fff4e1;
}
#googleMap {
  margin: 0 auto;
}
#birth {
  font-size: 14px;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}
button {
  outline: none !important;
}
.bg-top {
  background: #015d5d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.picker__select--month,
.picker__select--year {
  padding: 0 !important;
  padding-left: 10px !important;
}
.annex i {
  margin-right: 5px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .show > .nav-link {
  color: white;
}
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.show:focus,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show > .nav-link:focus {
  color: white;
}
.form-check {
  display: inline-block;
  margin-right: 10px;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: white !important;
}
.btn-info {
  color: #fff;
  background-color: #e6cc8f;
  border-color: #cebeab;
}
.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 204, 143, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(230, 204, 143, 0.5);
}
.btn-info:hover {
  color: #fff;
  background-color: #bb9565;
  border-color: #bb9565;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 204, 143, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(230, 204, 143, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #bb823b;
  border-color: #bb823b;
}
.btn-secondary {
  background-color: #015d5d;
}
.btn-secondary:hover {
  background-color: #8a2b07;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #8a2b07;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #e0e0e0;
  box-shadow: 0 0 0 0.2rem #e0e0e0;
}
.picker__button--today,
.picker__button--clear {
  display: none !important;
}
.informationContent {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.informationContent li {
  margin-bottom: 5px;
}
.informationButton {
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
  font-size: 15px;
}
.informationButton > div {
  padding-bottom: 25px;
}
.informationButton i {
  font-size: 35px;
  margin-bottom: 10px;
}
.informationButton .button {
  width: 100%;
  height: 120px;
  background: transparent;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  color: #5a1d07;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  outline: none;
}
.informationButton .button:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #af380b;
}
.informationButton .button:focus {
  border: 1px solid #5a1d07;
}
h5 {
  font-size: 1.25rem;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #015d5d;
}
h5 i {
  margin-right: 5px;
}
#v-pills-application input[type="file"] {
  width: 100%;
}
#v-pills-application .message-background {
  display: none;
}
#v-pills-application form.disabled {
  position: relative;
}
#v-pills-application form.disabled .message-background {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  padding: 80px;
}
#v-pills-application form.disabled .message-background .warning {
  font-size: 25px;
  font-weight: bold;
}
#v-pills-application .head {
  max-width: 145px;
  height: 150px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #b5b5b5;
  background: #d8d8d8;
  margin: 0 auto;
}
#v-pills-application .head input[type="file"],
#v-pills-application .head .txt,
#v-pills-application .head img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#v-pills-application .head input[type="file"] {
  opacity: 0;
  z-index: 5;
}
#v-pills-application .head img {
  z-index: 4;
}
#v-pills-application .head img.back {
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#v-pills-application .head .txt {
  text-align: center;
  z-index: 3;
  color: black;
  line-height: 45px;
  font-weight: bold;
}
.card-title {
  text-align: center;
  background: #06357b;
  border-radius: 5px;
  padding: 5px 0;
  color: white;
}
.card-title i {
  margin-right: 5px;
}
div.warning {
  font-size: 20px;
}
div.warning img {
  margin-bottom: 10px;
}
span.warning {
  color: red;
  font-size: 14px;
}
.to-top {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.to-top span {
  cursor: pointer;
}
.to-top span:hover {
  color: red;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.btn-language {
  color: #fff;
  background-color: #8b6c56;
  border-color: #9e8c85;
  padding: 0;
}
.btn-language.btn.focus,
.btn-language.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #6c4638;
  box-shadow: 0 0 0 0.2rem #6c4638;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #c5997a;
}
.input_warning {
  border-color: red !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25) !important;
}
#login {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 5px;
}
.card-body {
  table-layout: fixed;
}
.card-body table {
  max-width: 100% !important;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: red !important;
}
.tooltip-inner {
  background-color: red !important;
}
.page-link {
  color: #015d5d;
}
.page-link:hover {
  color: #015d5d;
}
.page-item.active .page-link {
  background-color: #b76546;
  border-color: #b2765f;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #af8b7e;
}
a {
  color: #5a4018;
}
#Country,
#quest_10 {
  width: 100%;
}
.grecaptcha-badge {
  display: none;
}
body {
  background-color: #ececec;
}
body .carousel-three {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
body .carousel-three .fa-caret-left,
body .carousel-three .fa-caret-right {
  position: absolute;
  font-size: 50px;
  line-height: 300px;
  color: #8c4327;
  z-index: 20;
}
body .carousel-three .fa-caret-left {
  left: 0;
}
body .carousel-three .fa-caret-right {
  right: 0;
}
body .carousel-three .left,
body .carousel-three .center,
body .carousel-three .right {
  height: 300px;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
body .carousel-three .left,
body .carousel-three .right {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.7;
}
body .carousel-three .left {
  left: 0;
}
body .carousel-three .right {
  right: 0;
}
body .carousel-three .center {
  left: 50%;
  z-index: 10;
  -webkit-box-shadow: 0 280px 120px 0 #000;
  box-shadow: 0 280px 120px 0 #000;
}
body .nav-pills .nav-link {
  border-radius: 0.25rem;
  font-size: 16px;
  margin-bottom: 5px;
}
body .nav-link {
  padding: 0.5rem 0.5rem;
}
body .courseInfo .info {
  margin-top: 20px;
}
body .courseInfo i {
  margin-right: 5px;
}
body .courseInfo table td {
  vertical-align: middle;
}
body .courseInfo .row {
  margin: 0;
}
body .courseInfo .field {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 15px;
}
body .courseInfo .field .field-name {
  padding: 0 10px;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}
body .courseInfo .field .field-text {
  text-align: left;
}
body .contact table {
  margin-top: 15px;
  word-break: keep-all;
  width: 100%;
}
body .contact table .info {
  word-break: normal;
}
body .contact .mailTd {
  line-height: 50px;
}
body .contact td.info > ul {
  margin-left: 0;
  padding: 0;
}
body .contact td.info ul {
  list-style: none;
}
body .about .card-text {
  line-height: 30px;
}
body .language .dropdown-item {
  padding: 0;
  line-height: 32px;
}
body .language .dropdown-item img {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 10px;
}
body .bulletins h5 {
  border: none;
}
body .bulletins .poster {
  margin-bottom: 10px;
}
body .bulletins .poster img {
  width: 156px;
  border-radius: 5px;
}
body .bulletins .title a {
  color: green;
}
body .bulletins .date {
  color: #615322;
}
body .bulletins .date i {
  margin-right: 3px;
}
body .bulletins .item {
  margin-bottom: 15px;
  padding-bottom: 55px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
body .bulletins .item .more {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body .bulletins .briefly {
  word-break: break-all;
  margin-top: 5px;
  height: calc(100% - 95px);
}
body .navber-just i {
  margin-right: 5px;
}
body .navber-just li.nav-item:hover i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition:
    transform 0.8s,
    -webkit-transform 0.8s;
}
body #guide.show .navbar-nav {
  margin-bottom: 10px;
}
body #guide li {
  position: relative;
  white-space: nowrap;
}
body #guide li:hover:after {
  width: 100%;
}
body #guide li:hover a {
  color: #fbe2b4;
}
body #guide li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  color: #fbe2b4;
  background-color: #fbe2b4;
  -webkit-transition: 250ms;
  transition: 250ms;
}
body .navbar .navbar-brand > span {
  font-size: 30px;
  color: #fbed6b;
  line-height: 50px;
}
body .navbar .navbar-brand > span.banner {
  font-family: "banner" !important;
  text-shadow: 2px 2px black;
}
body .navbar .navbar-brand:hover,
body .navbar .navbar-brand:focus {
  color: #fbed6b;
}
body .navbar .navbar-brand img {
  margin-right: 10px;
}
body .navbar .lang {
  width: 160px;
  line-height: 40px;
}
body .navbar .lang img {
  height: 40px;
  margin-right: 10px;
}
body .navbar .lang i.fa.fa-globe {
  margin-right: 10px;
}
body .main {
  width: 100%;
  max-width: 76rem;
  z-index: 1;
  margin-top: 96px;
}
body .main .card .head {
  height: 150px;
  padding: 5px;
  text-align: center;
}
body .main .card img {
  height: 100%;
}
body .main .users p {
  margin-bottom: 5px;
}
body .main .users .card {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
body .main .users .card .card-body {
  padding: 1rem;
}
body .main .users .card-text {
  font-size: 15px;
  line-height: 30px;
}
body .main .users .card:hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border: 1px solid rgba(0, 0, 0, 0.125);
  z-index: 1;
}
body .main .carousel img {
  max-height: 600px;
}
body .back-left,
body .back-rightUp,
body .back-rightDow {
  position: fixed;
}
body .back-left {
  z-index: -1;
  left: 0;
  top: 70px;
  width: 400px;
}
body .back-rightUp {
  z-index: -2;
  right: -50px;
  top: 60px;
}
body .back-rightDow {
  right: -50px;
  bottom: -60px;
  width: 400px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
