/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');

body,html {
	padding:0px;
	margin:0px;
    font-family: "arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    height: 100%;
    background: #fff;
}
a {
    color: #555;
    text-decoration: none;
    outline: none;
}
a:link {
    color: #555;
    text-decoration: none;
}
a:hover, a:focus {
    color: #00a7bd;
    text-decoration: none;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
::selection {
    background: #ccc;
    color: #000;
}
::-moz-selection {
    background: #ccc;
    color: #000;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
button {
    outline:none;
}
input, select, textarea {
    outline-color: #ccc;
}
input:focus, select:focus, textarea:focus {
    outline-color: #00bcd4;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
}
h1 {
    color: #00a7bd;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 35px;
}
h2 {
    color: #00A7BD;
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0 20px 0;
    line-height: 33px;
}
h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 15px 0;
    line-height: 30px;
}
h4 {
    color: #00a7bd;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 15px 0;
    line-height: 28px;
}
h5 {
    color: #00bcd4;
    font-size: 19px;
    font-weight: 600;
    margin: 15px 0 15px 0;
    line-height: 26px;
}
h6 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0px 0 10px 0;
    line-height: 24px;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    color: #000;
}
p {margin: 0 0 20px;}
img {
    max-width: 100%;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    border: 0px solid #fff;
    background-color: #ccc;
}
hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px dashed #31aebc;
}
blockquote {
    font-size: 1rem;
    padding: 20px 20px;
    margin-bottom: 20px;
    border-left: 5px solid #00a7bd;
    background: #f3f3f3;
}
blockquote:last-child {
    margin-bottom: 0;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
.row-style {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.table-responsive {
    overflow-y: hidden;
}
#rwd-content {
    display: none !important;
}
/***--- header ---***/
#top-bar {
    top:0;
}
#home header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 0;
}
#main header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 0;
}
/***top box***/
#top-link-box {
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo a {
    display: block;
}
.logo img {
    width: 380px;
}
.top-link {
    display: flex;
    align-items: center;
    justify-content: end;
}
.top-link-content {
    display: flex;
    align-items: center;
}
.top-link-content ul {
    padding: 0;
    list-style-type: none;
}
.top-link-content ul > li {
    display: block;
    margin-right: 6px;
}
.top-link-content .link-one {
    display: flex;
    align-items: center;
}
.top-link-content .link-one li > ul > li {
    font-size: 0.875rem;
    margin-right: 5px;
    line-height: 1.3;
    float: none;
}
.top-link-content .link-one li > ul > li:last-child {
    margin-right: 0;
}
.top-link-content .link-two {
    margin-top: 2px;
}
.custom-link {
    display: block;
    line-height: 26px;
    padding: 0 5px;
    margin-right: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.custom-link:hover {
    background: #00a7bd;
    border: 1px solid #00a7bd;    
    color: #fff;
}
.custom-link img {
    width: 16px;
    height: 16px;;
    margin: -4px 3px 0 0;
}
.custom-link i {
    font-size: 18px;
    vertical-align: 0px;
    color: #ffc107;
    margin-right: 3px;
}
.custom-link:hover i {
    color: #fff; 
}
.apply-link {
  display: block;
  color: #097b8d;
  font-size: 0.9375rem;
  line-height: 28px;
  padding: 0 10px;
  margin-right: 8px;
  background-color: #ffc107;
  border-radius: 30px;
}
.apply-link i {
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
  margin-right: 3px;
}
.apply-link:hover {
  background-color: #fbd257;
}
.community-link {
    display: inline-block;
    color: #fff;
    text-align: center;
    margin: 0 1px;
    width: 32px;
    height: 32px;
    background: #00A7BD;
    border: 2px solid #00A7BD;
    border-radius: 0%;
    border-radius: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.community-link:hover {
    background: #2bcfe4;
    border: 2px solid #2bcfe4;
}
a .community-link  {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}
a .community-link i {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    vertical-align: -1px;
}
a .community-link i.fa-newspaper-o {
    vertical-align: -2px;
}
.language-link {
    text-align: center;
    width: 32px;
    height: 32px;
    background: #00A7BD;
    border: 2px solid #00A7BD;
    margin-left: 2px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 0%;
    display: inline-block;
    color: #fff;
    border-radius: 100%;
}
.language-link:hover {
    background: #2bcfe4;
    border: 2px solid #2bcfe4;
}
a .language-link  {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}
.nsysu-logo {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}
.top-link-tooltip + .tooltip {
    margin-top: 0px;
}
.top-link-tooltip + .tooltip > .tooltip-inner {
    color: #fff;
    white-space: nowrap; 
    padding: 6px 10px 5px 10px;
    background-color: #00A7BD;
}
.top-link-tooltip + .tooltip > .tooltip-arrow {
    color: #fff;
    border-bottom-color: #00A7BD;
}
.left-link-tooltip + .tooltip {
    margin-top: -5px;
}
.left-link-tooltip + .tooltip > .tooltip-inner {
    color: #fff;
    white-space: nowrap; 
    padding: 6px 10px 5px 10px;
    background-color: #00A7BD;
}
.left-link-tooltip + .tooltip > .tooltip-arrow {
    color: #fff;
    border-left-color: #00A7BD;
}
/***nav***/
.nav-justified>li {
/*    width: 11.11%;*/
    float: none;
}
#menu {
    background: #f8f8f8;
}    
#menu .navbar-nav>li>:hover {
    color: #00A7BD !important;
} 
#menu .navbar-nav>li>a:hover {
    background: #eaeaea !important;
    color: #00A7BD;
}
#menu .navbar-nav>li.active {
    background: #ffc107;
} 
/***--- header end ---***/

/***--- home ---***/
/***banner***/
#banner {
    margin-top: 127px;
    position: relative;
    clear: both;
}
/***box one***/
#box-one {
	padding-top: 60px;
	padding-bottom: 30px;
}
#box-one .big-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
#box-one .icon {
    float: left;
    width: 36px;
    height: 36px;
    background: #ffc107;
    border-radius: 100%;
    color: #fff;
    margin-right: 5px;
}
#box-one .icon i {
    font-size: 22px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#box-one .title h2 {
    color: #00a7bd;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin: 2px 0 0 0;
    text-transform: capitalize;
}
#more-link {
    font-size: 15px;
	line-height: 36px;
    text-align: right;
}
#more-link:hover,
#more-link:hover i {
    color: #00a7bd;
}
#more-link i {
    color: #888;
    font-size: 14px;
    vertical-align: 1px;
    font-style: normal;
    margin-left: 5px;
}
#more-link:before {
    content: "//";
    font-size: 28px;
    vertical-align: -4px;
    margin-right: 8px;
    color: #ffc107;
}
/*news*/
#home .news-box {
    display: flow-root;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
#home .col-md-12:last-child .news-box {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px dashed #ccc;
}
#home .news-category {
    margin-top: -3px;
}
#home .news-category a {
    font-size: 15px;
    color: #00a7bd;
    font-weight: 600;
}
#home .news-category a:hover {
    color: #333;
    text-decoration: underline;
}
#home .news-category a:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #00a7bd;
    display: inline-block;
    margin-right: 4px;
    vertical-align: 1px;
}
#home .news-date {
    float: left;
    width: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    padding: 5px 3px;
    background: #33b7c8;
    margin: 0 10px 0 0;
    font-family: "Century Gothic", "微軟正黑體", sans-serif;
    z-index: 1;
    bottom: 0;
}
#home .news-date .day {
    display: block;
    font-size: 30px;
    border-bottom: 1px solid #9cdde8;
    padding: 3px 0 1px 0;
    line-height: 32px;
    font-weight: 600;
}
#home .news-date .month {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
#home .news-date .year {
    font-size: 14px;
    line-height: 14px;
}
#home .news-content {
    margin-top: 20px;
}
#home .news-title h3 {
    color: #000;
    font-size: 1.0625rem;
    font-weight: 600;
    margin-left: 85px;
    line-height: 1.3;
    margin-bottom: 3px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#home .news-title h3:hover {
    color: #00a7bd;
}
#home .news-title h3 i {
    display: inline-block;
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    background: #ffc107;
    margin: 0 3px 0 0;
    padding: 0 6px;
    border-radius: 30px;
    vertical-align: 2px !important;
}
#home .news-article {
    font-size: 0.875rem;
    margin-left: 85px;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*video*/
#home .top-video-box {
	margin-bottom: 22px;
}
#home .top-video-img {
    height: 238px;
    overflow: hidden;
}
#home .top-video-article {
    line-height: 24px;
}
#home .video-box {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;	
}
#home .col-md-12:last-child .video-box {
    margin-bottom: 0;	
    border-bottom: 0px dashed #ccc;
}
#home .video-box .image {
    padding-right: 0;
}
#home .video-box .image img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
#home .video-category {
    margin-top: -3px;
}
#home .video-category a {
    font-size: 15px;
    color: #00a7bd;
    font-weight: 600;
}
#home .video-category a:hover {
    color: #333;
    text-decoration: underline;
}
#home .video-category a:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #00a7bd;
    display: inline-block;
    margin-right: 4px;
    vertical-align: 1px;
}
#home .video-box .video-title h3 {
    color: #000;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 3px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#home .video-box .video-title h3:hover {
    color: #00a7bd;
}
#home .video-box .video-title h3 i {
    display: inline-block;
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    background: #ffc107;
    margin: 0 3px 0 0;
    padding: 0 6px;
    border-radius: 30px;
    vertical-align: 2px;
}
#home .video-box .video-article {
    font-size: 0.875rem;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#home .video-box .video-article a:hover {
    color: #00a7bd;
}
#home-video ul {
    padding-left: 10px;
}
#home-video li {
	line-height: 20px;
    margin-bottom: 10px;
    list-style-type: none;
    text-indent: -20px;
    margin-left: 20px;
}
#home-video li a:hover {
	color: #33b7c8;
}
#home-video li:last-child {
    margin-bottom: 0px;
}
#home-video li:before {
	content: "\e0c7";
    font-family: "gwicon";
    font-size: 14px;
    margin-right: 5px;
    color: #33b7c8;
    vertical-align: -1px;
}
/***box two***/
#box-two {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    color: #000;
}
#box-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url(../assets/images/news_bg_top.png) no-repeat center top;
    background-size: 100% 100%;
}
#box-two:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 95px;
    background: url(../assets/images/news_bg_bottom.png) no-repeat center top;
    background-size: 100% 100%;
}
#box-two .big-title h2 {
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 15px 0;
    text-transform: none;
}
#box-two .big-title-line {
    background: #ffc107;
    height: 5px;
    width: 58px;
    margin-bottom: 40px;
}
.box-two-content {
    background-color: #81cfe2;
}
#box-two #more-link {
    width: 100px;
    font-size: 15px;
    background: #ffc107;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    float: right;
    margin: 1px 0 0 0;
    color: #000;
}
#box-two #more-link:hover,
#box-two #more-link:hover i {
    background: #fbd257;
    color: #1b99ad;
}
#box-two #more-link i {
    color: #000;
    font-size: 14px;
    vertical-align: 1px;
    font-style: normal;
    margin-left: 5px;
}
#box-two #more-link:before {
    content: none;
}
/*share*/
#home-share {
    padding-top: 50px;
    padding-bottom: 70px;
}
#home-share .image {
    text-align: center;
}
#home-share .name {
    background: #bfe6ef;
    padding: 5px;
    margin-bottom: 15px;
}
#home-share .name:after {
    content: "";
    border-bottom: 20px solid #ffc107;
    width: 20px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
#home-share .name .name-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #0090a3;
}
#home-share .name .name-position {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
/*journal*/
#home-journal {	
    padding-top: 50px;
    padding-bottom: 70px;
}
#home-journal .content {	
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#home-journal .journal-content {
    margin-bottom: 30px;
}
#home-journal .journal-img {
    padding-right: 0; 
}
#home-journal .journal-img-article {
	text-align: center;
    margin-bottom: 20px;
    padding: 0;
}
#home-journal .journal-img img {
	width: 100%;
    height: 189px;
    box-shadow: 0px 15px 10px -8px rgba(0,0,0,0.5);
    object-fit: cover;
}
#home-journal .journal-article {
    line-height: 22px;
}
#home-journal .read-more {
    padding-left: 0;
}
#home-journal .read-more-link {
    color: #fff;
    text-align: center;
    padding: 6px 3px;
    margin-top: 20px;
    background: #0090A3;
    transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transition-property: color;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    z-index: 999;
}
#home-journal .read-more-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006d7a;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
}
#home-journal .read-more-link:hover:before,
#home-journal .read-more-link:focus:before,
#home-journal .read-more-link:active:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
#home-journal .read-more-link i {
	margin-left: 8px;
}

/***--- main ---***/
.top-box {
    margin-top: 127px;
    text-align: left;
    padding: 25px 0;
    background: #00a7bd;
    background: -moz-linear-gradient(-45deg, #00a7bd 0%, #00a7bd 35%, #31aebc 35%, #31aebc 100%); 
    background: -webkit-linear-gradient(-45deg, #00a7bd 0%,#00a7bd 35%,#31aebc 35%,#31aebc 100%);
    background: linear-gradient(135deg, #00a7bd 0%,#00a7bd 35%,#31aebc 35%,#31aebc 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7bd', endColorstr='#31aebc',GradientType=1 ); 
}
.top-title {
	font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}
.top-title img {
	vertical-align: -2px;
    margin-right: 5px;
    width: 25px;
}
#content {
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 40%;
}
.page-title h2 {
    color: #00A7BD;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 50px 0;
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.page-title h2 i {
    vertical-align: -3px;
    margin-right: 5px;
}
#team-teach-list .page-title,
#team-student-list .page-title,
#fpassword .page-title {
    margin: 0 0 50px 0;
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#team-teach-list .page-title h2,
#team-student-list .page-title h2,
#fpassword .page-title h2 {
    color: #00A7BD;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
	border-bottom: 0px solid #ccc;
    padding-bottom: 0;
}
.member-link {
    margin-top: 7px;
    margin-bottom: -7px;
    text-align: center;
}
.member-link i {
    font-size: 22px;
}
.subtitle h3 {
	color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.subtitle h3:before {
    content: "\e0cc";
    font-family: "gwicon";
    color: #ffc107;
    font-size: 20px;
    vertical-align: -1px;
    margin-right: 8px;
}
.content-title h3 {
    color: #8bc34a;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 15px 0;
}
.content-title h3:before {
    content: "\e0cf";
    font-family: "gwicon";
    margin-right: 5px;
    vertical-align: 1px;
    font-size: 15px;
}
.info-box {
    background: #f6f6f6;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.info-box-w p {
    margin-bottom: 20px;
}
.info-box-w h1, .info-box-w h2, .info-box-w h3, .info-box-w h4, .info-box-w h5, .info-box-w h6 {
    margin-bottom: 20px;
}
/* photo */
.photo {
    margin-top: 35px;
}
.photo .list-box {
    padding: 2px;
}
.photo .list-box {
    padding: 2px;
}
.photo .list-box .photo-img {
    height: 124px;
    text-align: center;
    /* background: #000; */
}
.photo .list-box .photo-img img {
    width: 100%;
    height: 124px;    
    object-fit: cover;
}
#photo-m {
    margin: 0;
}
#photo-m .list-box {
    padding: 2px;
}
#photo-m .list-box .photo-img img {
    width: 100%;
    height: 187px;  
    object-fit: cover;
}
/* 有側選單 */
.photo-s {
    margin-top: 35px;
}
.photo-s .list-box {
    padding: 2px;
}
.photo-s .list-box {
    padding: 2px;
}
.photo-s .list-box .photo-img img {
    width: 100%;
    height: 102px;
    object-fit: cover;
}
/* 有側選單 直向圖 */
.photo-s-h {
    margin-top: 35px;
}
.photo-s-h .list-box {
    padding: 2px;
}
.photo-s-h .list-box {
    padding: 2px;
}
.photo-s-h .list-box .photo-img img {
    width: 100%;
    height: 217px;
    object-fit: cover;
}
/*** main menu ***/
.main-menu {
    margin-bottom: 20px;
    margin-top: -10px;
}
.main-menu ul.menu-list {
    text-align: center;
    padding: 0;
}
.main-menu .menu-list li {
    color: #1b99ad;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    height: 44px;
    width: 134px;
    vertical-align: middle;
    display: inline-flex;
    margin: 10px 2px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border: 2px solid #31aebc;
}
.main-menu .menu-list li > a {
    color: #fff;
}
.main-menu .menu-list li:hover {
    background: #31aebc;
    color: #FFF;
}
.main-menu .menu-list .active {
    background: #31aebc;
    color: #FFF;
}
.main-menu .menu-list li.active:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    bottom: 3px;
    font-size: 25px;
    color: #33b7c8;
    line-height: 6px;
}
/*** submenu ***/
.leftmenu {
    display: none;
}
.rightmenu {
    display: block;
}
/*** table ***/
table p {
    margin: 0;
}
table ol,
table ul {
    padding-left: 22px;
}
table ul>li>ul {
    list-style-type: disc;
}
#table table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#table table thead {
    background-color: #33b7c8;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 6px 10px;
    line-height: 20px;
}
#table table thead th {
    background-color: #33b7c8;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 6px 10px;
    line-height: 20px;
    border-color: #fff;
    width: auto !important;
}
#table table td, table th {
    padding: 8px 10px;
    margin: 0;
    line-height: 22px;
}
#table table tbody tr td {
    border-bottom: 1px solid #e5e5e5;
}
#table table tbody tr td ul {
    padding-left: 15px;
}
/***--- main end ---***/

/***--- news ---***/
#news-calendar .list-box {
    margin-bottom: 50px;
}
#news-calendar .list-box:last-child {
    margin-bottom: 0;
}
#news-calendar iframe {
    margin-top: 25px;
    width: 100%;
}
#calendarContainer1 table th {
    background: #00a7bd !important;
}
#news-calendar .mv-daynames-table {
    table-layout: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #00a7bd !important;
    color: #fff;
}
/*** list ***/
#news-list .list-box {
    margin-bottom: 25px;
}
/*date*/
#news-list .news-date {
    position: absolute;
    width: 62px;
    height: 58px;
    text-align: center;
    color: #fff;
    font-family: "Century Gothic", "微軟正黑體", sans-serif;
    padding: 2px;
    background: #33b7c8;
    z-index: 1;
    bottom: 0;
}
#news-list .news-date .day {
    display: block;
    font-size: 26px;
    border-bottom: 1px solid #9cdde8;
    padding: 3px 0 4px 0;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: -2px;
}
#news-list .news-date .month {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}
#news-list .news-date .year {
    font-size: 12px;
    line-height: 12px;
}
/*image*/
#news-list .image {
    height: 221px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#news-list .image img {
    width: 100%;
    min-height: 221px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}
#news-list .image img:hover {
	transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1); 
}
/*article*/
#news-list .category {
    float: right;
}
#news-list .category a {
    font-size: 15px;
    color: #00a7bd;
    font-weight: 600;
}
#news-list .category a:hover {
    color: #333;
    text-decoration: underline;
}
#news-list .category a:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #00a7bd;
    display: inline-block;
    margin-right: 4px;
    vertical-align: 1px;
}
#news-list .title {
    clear: both;
}
#news-list .title h3 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin: 0px 0 5px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#news-list .title h3:hover {
    color: #00a7bd;
}
#news-list .title h3 i {
    display: inline-block;
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    background: #ffc107;
    margin: 0 3px 0 0;
    padding: 0 6px;
    border-radius: 30px;
    vertical-align: 2px;
}
#news-list .article {
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*page*/
#news-page .category {
    margin-bottom: 10px;
}
#news-page .category a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #8bc34a;
    padding: 4px 10px 3px 10px;
}
#news-page .image img {
	width: 33.5%;
    margin: 0 0 10px 20px;
    float: right;
}
#news-page .title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 15px 0;
}
#news-page .download {
    margin-top: 35px;
}
#news-page .download ul {
    padding: 0;
}
#news-page .download ul li {
    list-style-type: none;
}
#news-page .download ul li a:link {
    text-decoration: underline;
}
/***--- news end ---***/

/***--- class ---***/
/*course*/
#course-pdf .title h2 {
    text-align: center;
    margin: 0;
    color: #000;
    font-weight: 400;
}
#course-pdf .downlond-btn {
	background: #31aebc;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
    float: right;
}
#course-pdf .downlond-btn:hover {
    background: #2bcfe4;
}
#course-pdf .downlond-btn a {
    color: #fff;
}
#course-pdf .downlond-btn i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: -2px;
}
#iframe-pdf {
    max-width: 100%;
    max-height: 100%; 
    overflow: hidden;
    z-index: -100;
    border: 5px solid #31aebc;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
}
#iframe-pdf .rwd-wrapper {
    position: relative;
    height: 0;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
} 
#iframe-pdf .rwd-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    margin: 0;
    padding: 0;
    border: none;
    z-index: 0;
}
#iframe-pdf .rwd-wrapper-wxh {
    height: 707px;
}
#iframe-pdf .rwd-wrapper object {
    width: 100%;
    height: 1000px;
}
#course-table {
    margin-top: 50px;
}
#course-table p {
    margin: 0;
}
#course-table table {
/*    margin-bottom: 20px;*/
}
#course-table table p {
    margin: 0;
}
#course-table table thead th {
    background-color: #8BC34A;
}
#course-table table thead th:first-child {
    width: 200px !important;
    max-width: 200px;
}
#course-table table tbody tr td {
    vertical-align: top;
    line-height: 22px;
}
#course-table table tbody li {
    padding: 0 0 3px 0;
    line-height: 22px;
}
#course-table table tbody li:last-child {
    padding: 0;
}
/*scholarship*/
#class-scholarship thead th {    
    min-width: 100px;
}
/*regulation*/
#regulation-table {
    margin-bottom: 35px;
}
#regulation-table:last-child {
    margin-bottom: 0;
}
#regulation-table table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#regulation-table table thead th {
    background-color: #33b7c8;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 6px 10px;
    line-height: 20px;
    border-color: #fff;
    min-width: 60px;
}
#regulation-table table th,
#regulation-table table td {
    padding: 8px 10px;
    margin: 0;
    line-height: 22px;
}
#regulation-table table tbody tr td {
    border-bottom: 1px solid #e5e5e5;
}
#regulation-table .link {
    text-align: center;
    width: 5%;
}
#regulation-table .text-link {
    text-align: center; 
}
#regulation-table .text-link .link-icon,
#regulation-table .text-link .download-icon {
    background: #ffc107;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
}
#regulation-table .text-link .link-icon a,
#regulation-table .text-link .download-icon a {
    color: #000;
}
#regulation-table .text-link .link-icon:hover,
#regulation-table .text-link .download-icon:hover {
    background: #31aebc;
}
#regulation-table  .text-link .link-icon:hover a,
#regulation-table .text-link .download-icon:hover a {
    color: #fff;    
    transition: 0s all;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
}
#regulation-table .text-link .link-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
#regulation-table .text-link .download-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg); 
}
#regulation-table .text-link .link-icon-no,
#regulation-table .text-link .download-icon-no {
    background: #ddd;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
}
#regulation-table .text-link .link-icon-no a,
#regulation-table .text-link .download-icon-no a {
    color: #999;
}
#regulation-table .text-link .link-icon-no:hover,
#regulation-table .text-link .download-icon-no:hover {
    background: #ddd;
}
#regulation-table  .text-link .link-icon-no:hover a,
#regulation-table .text-link .download-icon-no:hover a {
    color: #999;
    transition: 0s all;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
}
#regulation-table .text-link .link-icon-no i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
#regulation-table .text-link .download-icon-no i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg); 
}
/*recruit*/
/*download*/
#download-table {
    margin-bottom: 35px;
}
#download-table:last-child {
    margin-bottom: 0;
}
#download-table table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#download-table table thead th {
    background-color: #33b7c8;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 6px 10px;
    line-height: 20px;
    border-color: #fff;
    min-width: 60px;
}
#download-table table th,
#download-table table td {
    padding: 8px 10px;
    margin: 0;
    line-height: 22px;
}
#download-table table tbody tr td {
    border-bottom: 1px solid #e5e5e5;
}
#download-table .link {
    text-align: center;
    width: 5%;
}
#download-table .text-link {
    text-align: center; 
}
#download-table .text-link .link-icon,
#download-table .text-link .download-icon {
    background: #ffc107;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
}
#download-table .text-link .link-icon a,
#download-table .text-link .download-icon a {
    color: #000;
}
#download-table .text-link .link-icon:hover,
#download-table .text-link .download-icon:hover {
    background: #31aebc;
}
#download-table .text-link .link-icon:hover a,
#download-table .text-link .download-icon:hover a {
    color: #fff;    
    transition: 0s all;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
}
#download-table .text-link .link-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
#download-table .text-link .download-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg); 
}
#download-table .text-link .link-icon-no,
#download-table .text-link .download-icon-no {
    background: #ddd;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
}
#download-table .text-link .link-icon-no a,
#download-table .text-link .download-icon-no a {
    color: #999;
}
#download-table .text-link .link-icon-no:hover,
#download-table .text-link .download-icon-no:hover {
    background: #ddd;
}
#download-table .text-link .link-icon-no:hover a,
#download-table .text-link .download-icon-no:hover a {
    color: #999;
    transition: 0s all;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
}
#download-table .text-link .link-icon-no i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
#download-table .text-link .download-icon-no i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg); 
}
/*question*/
.panel-default {
    border-color: #fff;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 0px #fff;
}
.panel-group .panel+.panel {
    margin-top: 12px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid #dadada;
    cursor: pointer;
    padding: 10px 12px 5px 12px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    margin: 10px 2px;
    border: 0;
    border-left: 3px solid #ffc107;
}
.panel-title {
    font-size: 17px;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}
.panel-title a {
    display: inline-flex;
    line-height: 22px;
}
.panel-title:hover a {
    color: #00a7bd;
}
.panel-title i {
    margin-right: 8px;
    color: #00a7bd;
    font-size: 20px;
    margin-top: -2px;
}
.panel-body {
    padding: 15px 18px;
}
.panel-body p:last-child {
    margin: 0;
}
/***--- class end ---***/

/***--- study ---***/
/*plan and field*/
#study-plan .introduction,
#study-field .introduction {
    background: #f6f6f6;
    padding: 20px 20px;
    margin-bottom: 35px;
}
#study-plan .list-box,
#study-field .list-box {
    margin-bottom: 30px;
}
#study-plan .list-box p,
#study-field .list-box p {
    margin: 0;
}
#study-plan .title h3,
#study-field .title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
#study-plan .title h3 a:link, #study-plan .title h3 a:visited {
    color: #000 !important;
}
#study-plan .title h3 a:hover {
    color: #000 !important;
    text-decoration: underline;
    transition: 0s all;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
}
#study-plan .name {
    margin-bottom: 5px;
    color: #000;
}
#study-plan .name a {
    color: #00a7bd;
}
#study-plan a:link, #study-plan a:visited {
    color: #00a7bd;
}
#study-plan .name a:hover {
    color: #000;
    text-decoration: underline;
}
/*video*/
/*list*/
#study-video-list .list-box {
    margin-bottom: 25px;
}
#study-video-list .date {
    color: #fff;
    font-family: "Century Gothic", "微軟正黑體", sans-serif;
    background: #33b7c8;
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
}
#study-video-list .image {
    height: 221px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#study-video-list .image img {
    width: 100%;
    min-height: 221px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}
#study-video-list .image img:hover {
	transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1); 
}
#study-video-list .category {
    float: right;
    margin-bottom: 5px;
}
#study-video-list .category a {
    font-size: 15px;
    color: #00a7bd;
    font-weight: 600;
}
#study-video-list .category a:hover {
    color: #333;
    text-decoration: underline;
}
#study-video-list .category a:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #00a7bd;
    display: inline-block;
    margin-right: 4px;
    vertical-align: 1px;
}
#study-video-list .title {
    clear: both;
}
#study-video-list .title h3 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin: 0px 0 5px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#study-video-list .title h3:hover {
    color: #00a7bd;
}
#study-video-list .title h3 i {
    display: inline-block;
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    background: #ffc107;
    margin: 0 3px 0 0;
    padding: 0 6px;
    border-radius: 30px;
    vertical-align: 2px;
}
#study-video-list .title .article {
	font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*page*/
#study-video-page .category {
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}
#study-video-page .category a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #8bc34a;
    padding: 4px 10px 3px 10px;
}
#study-video-page .video {
    clear: both;
}
#study-video-page .title {
    margin-top: 25px;
    clear: both;
}
#study-video-page .date {
    color: #00a7bd;
    font-weight: 600;
}
#study-video-page .download {
    margin-top: 35px;
}
#study-video-page .download ul {
    padding: 0;
}
#study-video-page .download ul li {
    list-style-type: none;
}
#study-video-page .download ul li a:link {
    text-decoration: underline;
}
/***--- study end ---***/

/***--- share ---***/
#share-list .list-box {
    margin-bottom: 20px;	
}
#share-list .image {
	/* height: 214px;
    overflow: hidden;
    display: block;
    justify-content: center;
    align-items: center; */
    background: #000;
}
#share-list .image img {
    width: 100%;
    height: 214px;
    object-position: 50% 50%;
	object-fit: cover;
}
#share-list .image:hover img {
	opacity: 0.6;   
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
#share-list .link-icon {
	position: absolute;
    color: #000;
    font-size: 20px;
    background: #ffc107;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
}
#share-list .image:hover .link-icon{
	opacity: 1;
    z-index: 999;   
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
#share-list .link-icon i {
	margin-top: 2px;
}
#share-list .title-article {
	margin-top: 2px;
}
#share-list .title-article ul {
    padding: 0;
    margin: 0;
}
#share-list .title-article ul li {
    list-style-type: none;
}
#share-list .title-article:before {
    content: "";
    width: 20%;
    height: 6px;
    background: #00a7bd;
    position: absolute;
    left: 40%;
    margin-top: -5px;
}
#share-list .title h3 {
    font-size: 18px;
    font-family: "Oswald", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    color: #000;
    padding: 5px 0 0 0;
    margin: 0;
}
#share-list .title h3:hover {
    color: #00a7bd;
}
#share-list .school_year {
    color: #00a7bd;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
}
#share-list .article {
    clear: both;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*page*/
#share-page .introduction {
	margin-bottom: 25px;
    background: #f6f6f6;
    padding: 15px;
}
#share-page .content h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
#share-page .content h3:before {
    content: "\e0cc";
    font-family: "gwicon";
    color: #ffc107;
    font-size: 20px;
    vertical-align: -1px;
    margin-right: 8px;
}
#share-page-table table th {
    min-width: 70px;
    color: #000;
}
#share-page-table table th,
#share-page-table table td {
    padding: 4px 10px;
    margin: 0;
    line-height: 20px;
    vertical-align: top;
}
#share-page-table table th:first-child,
#share-page-table table td:first-child {
    padding: 4px 10px 4px 0;
    margin: 0;
}
/*experience list*/
#experience-list .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#experience-list .list-box {
    margin-bottom: 25px;
}
#experience-list .list-box .image {
    margin-bottom: 10px;
}
#experience-list .name-box {
    padding-right: 0;
}
#experience-list .list-box .name h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    color: #1b99ad;
    margin: 0 10px 0 0;
}
#experience-list .list-box .name a:hover h3 {
    color: #000; 
}
#experience-list .list-box .jobtitle {
    font-size: 16px;
    line-height: 19px;
    color: #1b99ad;
    margin: 6px 0 5px 0;
    float: left;
}
#experience-list .list-box .article {
    clear: both;
}
#experience-list .list-box .article .experience-course {
    padding-left: 16px;
}
#experience-list .list-box .article .experience-course li {
    line-height: 1.4;
    margin: 3px 0;
}
#experience-list .list-box .article .experience-course li a,
#experience-list .list-box .article .experience-course li a:link,
#experience-list .list-box .article .experience-course li a:visited {
    font-size: 0.9375rem;
    color: #000;
    text-decoration: underline;
}
#experience-list .list-box .article .experience-course a:hover {
    color: #00A7BD !important;
}
/*experience page*/
#experience-page #experience-page-table .name a,
#experience-page #experience-page-table .name a:link {
    color: #000;
    text-decoration: underline;
}
#experience-page #experience-page-table .name a:hover {
    color: #1b99ad;
}
#experience-page .introduction {
	margin-bottom: 25px;
    background: #f6f6f6;
    padding: 15px;
}
#experience-page .content h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
#experience-page .content h3:before {
    content: "\e0cc";
    font-family: "gwicon";
    color: #ffc107;
    font-size: 20px;
    vertical-align: -1px;
    margin-right: 8px;
}
#experience-page-table table th {
    min-width: 75px;
    color: #000;
}
#experience-page-table table th,
#experience-page-table table td {
    padding: 4px 10px;
    margin: 0;
    line-height: 20px;
    vertical-align: top;
}
#experience-page-table table th:first-child,
#experience-page-table table td:first-child {
    padding: 4px 10px 4px 0;
    margin: 0;
}
/***--- share end ---***/

/***--- gallery ---***/
/*list*/
#gallery-list .list-box {
    margin-bottom: 25px;
}
#gallery-list .content {
    background: #000;
}
#gallery-list .content .title {
    position: absolute;
    color: #fff;
    font-size: 2rem;
    left: 0;
    right: 0;
    height: 221px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#gallery-list .content .image {
    height: 221px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#gallery-list .content img {
    width: 100%;
    min-height: 221px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    opacity: 0.5;
}
#gallery-list .content:hover img {
	transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1); 
}
/* page */
#gallery-page .photo-content .title h3 {
    font-size: 28px;
    text-align: center;
}
#gallery-page .photo-content .list-box {
    padding: 2px;
}
#gallery-page .photo-content .list-box .photo-img {
    height: 187px;
    text-align: center;
}
#gallery-page .photo-content .list-box .photo-img img {
    width: 100%;
    height: 187px;
    object-fit: cover;
}
/***--- gallery ---***/

/***--- team ---***/
/*teach list*/
#team-teach-list .list-box {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
}
#team-teach-list .list-box .image {
    padding-left: 0;
}
#team-teach-list .list-box .image img {
    transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
    -o-transition:All 0.3s ease-in-out;
}
#team-teach-list .list-box .image img:hover {
    transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -o-transform:scale(0.9);
    -ms-transform:scale(0.9);
}
#team-teach-list .list-box .content  {
    padding: 0;
}
#team-teach-list .name-box {
    padding-right: 0;
}
#team-teach-list .list-box .name h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1b99ad;
    margin: 0 10px 5px 0;
    float: left;
}
#team-teach-list .list-box .name h3:hover {
    color: #000; 
}
#team-teach-list .list-box .jobtitle {
    font-size: 1rem;
    line-height: 19px;
    color: #1b99ad;
    margin: 6px 0 5px 0;
    float: left;
}
#team-teach-list .link-icon {
    padding: 0;
}
#team-teach-list .link-icon ul {
    list-style-type: none;
    padding: 0;
}
#team-teach-list .more-icon {
    text-align: center;
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding: 0 6px;
    margin: 0 auto;
    background: #00a7bd;
    border-radius: 3px;
}
#team-teach-list .email-icon {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    height: 26px;
    line-height: 26px;
    margin: 0 auto 8px;
    background: #ffc107;
    border-radius: 3px;
}
#team-teach-list a:hover .more-icon,
#team-teach-list a:hover .email-icon {
    background: #888;
    color: #fff;
}
#team-teach-list .email-icon i {
    margin-right: -1px;
}
#team-teach-list .list-box .article {
    clear: both;
}
#teach-table table th {
    /* min-width: 75px; */
    color: #000;
    white-space: nowrap;
}
#teach-table table th, #teach-table table td {
    padding: 4px 10px;
    margin: 0;
    line-height: 20px;
    vertical-align: top;
}
#teach-table table th:first-child,
#teach-table table td:first-child {
    padding: 4px 10px 4px 0;
    margin: 0;
}
#teach-table table td ul a, #teach-table table td ul a:link, #teach-table table td ul a:visited {
    font-size: 0.9375rem;
    color: #00A7BD;
}
#teach-table table td ul a:hover {
    color: #000 !important;
    text-decoration: underline;
}
/*teach page*/
#team-teach-page .info-list-box {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
}
#team-teach-page .info-list-box .image img {
    width: 100%;
}
#team-teach-page .info-list-box .name h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1b99ad;  
    margin: 0 10px 5px 0;
    float: left;
}
#team-teach-page .info-list-box .jobtitle {
    font-size: 18px;
    color: #1b99ad;
    margin: 2px 0 8px 0;
}
#team-teach-page .info-list-box .article {
    clear: both;
}
#team-teach-page #subject {
    height: 32px;
    border: 1px solid #00a7bd;
    background-color: #ffffff;
    color: #333;
    width: 100%;
    padding: 0 5px 2px 5px;
    border-radius: 3px;
    font-size: 15px;
}
#team-teach-page .introduction {
    margin-bottom: 20px;
}
#team-teach-page .introduction h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}
#team-teach-page .introduction h3:before {
    content: "\e0cc";
    font-family: "gwicon";
    color: #ffc107;
    font-size: 20px;
    vertical-align: -1px;
    margin-right: 8px;
}
#team-teach-page #photo-m {
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
/*table*/
#teach-table-page {
    height: 198px;
}
#teach-table-page table th {
    color: #000;
    padding: 4px 0;
    margin: 0;
    line-height: 20px;
    vertical-align: top;
    white-space: nowrap;
}
#teach-table-page table td {
    padding: 4px 0 4px 20px;
    margin: 0;
    line-height: 20px;
    vertical-align: top;
}
/*link*/
#team-teach-page .link-list ul {
    padding: 0;
    line-height: 28px;
}
#team-teach-page .link-list li {
	list-style-type: none;
    margin-right: 8px;
    float: left;
}
#team-teach-page .link-list li img {
	width: 28px;
}
/*download*/
#team-teach-page .link-list .download {
	margin-top: 1px;
}
#team-teach-page .link-list .download a {
	 background: #ffc107;
    padding: 7.5px 15px;
    border-radius: 50px;
    color: #000;
    text-transform: capitalize;
}
#team-teach-page .link-list .download a:hover {
	 background: #ffd800;
    color: #000;
}
#team-teach-page .link-list .download a i {
    color: #00a7bd;
	 margin-right: 5px;
    font-size: 16px;
    vertical-align: -3px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*nav-tabs*/
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -2px;
    min-width: 100px;
}
.nav-tabs li a {
    position: relative;
    padding: 12px 10px 8px 8px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    z-index: 1;
    text-align: center;
}
.nav-tabs li a:focus,
.nav-tabs li a:hover {
    border: 1px solid transparent;
    background: transparent;
}
.nav-tabs li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 3px;
    left: -1px;
    font-size: 16px;
    background: #33b7c8;
    border: 1px solid #fff;
    border-bottom: 0px none;
    border-radius: 10px 10px 0 0;
    transform-origin: left center 0;
    transform: perspective(4px) rotateX(2deg);
    z-index: -1;
}
.nav-tabs li.active a:before {
    background: #ffc107;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    border: 1px solid transparent;
    background: transparent;
    color: #000;
    z-index: 2;
}
/* style 2 */
.nav-tabs-2 {
  border-bottom: 1px solid #fff;
}
.nav-tabs-2>li {
  float: left;
  margin-bottom: -2px;
}
.nav-tabs-2 li a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 8px 8px 8px;
  background: #31aebc;
  border-radius: 4px 4px 0 0;
  margin: 0 2px;
  border: 1px solid #31aebc;
}
.nav-tabs-2 li a:hover, .nav-tabs-2 li a:focus {
  color: #fff;
  background: #31aebc;
  border: 1px solid #31aebc;
  transition: 0 all;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  -moz-transition: 0s all;
  -ms-transition: 0s all;
}
.nav-tabs-2 li:first-child a {
    margin-left: 0;
}
.nav-tabs-2 li.active a {
    color: #000;
    background: #fff;
    border-color: #ccc;
    border-bottom-color: transparent;
}
.tab-content {
    border: 1px solid #ccc;
    padding: 30px 20px;
    background: #fff;
}
.tab-content p:last-child {
    margin-bottom: 0;
}
.tab-content ul:last-child {
    margin-bottom: 0;
}
.tab-content ol:last-child {
    margin-bottom: 0;
}
.tab-content ul,
.tab-content ol {
    padding-left: 25px;
    margin-bottom: 20px;
}
.tab-content ul>li,
.tab-content ol>li {
    margin-bottom: 4px;
}
.tab-content ul>li:last-child,
.tab-content ul>li:last-child {
    margin-bottom: 0;
}
/*** table ***/
#journal-table table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 18px;
}
#journal-table table thead {
    background-color: #c3c3c3;
    color: #000;
    font-weight: 800;
}
#journal-table table thead td {
    line-height: 16px;
    min-width: 60px;
}
#journal-table table th,
#journal-table table td {
    padding: 8px 8px;
    margin: 0;
}
#journal-table table tbody tr td {
    border-bottom: 1px solid #ccc;  
}
#journal-table table tbody tr:last-child td {
    border-bottom: 1px solid #fff;  
}
#journal-table table tbody tr td ul {
    padding-left: 15px;
}
#journal-table .author {
    width: 170px;
}
#journal-table .title {
    width: 300px;
}
#journal-table .name {
    width: 200px;
}
#journal-table .link {
    width: 60px;
    text-align: center;
}
/*theme2*/
#theme2>#journal-table .name {
    width: 300px;
}
/*theme3*/
#theme3>#journal-table .author {
    width: 290px;
}
#theme3>#journal-table .title {
    width: 180px;
}
#theme3>#journal-table .name {
    width: 180px;
}
#theme3>#journal-table .date {
    width: 72px;
}
/*theme4*/
#theme4>#journal-table .title {
    width: 400px;
}
#theme4>#journal-table .date {
    width: 72px;
}
/*theme6*/
#theme6>#journal-table .title {
    width: 520px;
}
/*theme7*/
#theme7>#journal-table .title {
    width: 520px;
}
#theme7>#journal-table .nature {
    width: 100px;
}
/*theme8*/
#theme8>#journal-table .title {
    width: 520px;
}
/*theme10*/
#theme10>#journal-table .date {
    width: 72px;
}
#theme10>#journal-table .title {
    width: 520px;
}
/*theme2-1*/
#theme2-1>#journal-table .date {
    width: 120px;
}
/*theme2-2*/
#theme2-2>#journal-table .author {
    width: 100px;
}
#theme2-2>#journal-table .date {
    width: 60px;
}
#theme2-3>#journal-table .date {
    width: 60px;
}
#theme2-3>#journal-table .text-title  {
    width: 90%;
}
#journal-table .text-title {
    text-align: left;
}
#journal-table .text-date {
    white-space: nowrap;
}
#journal-table .text-link {
    text-align: center;
}
#journal-table .text-link .link-icon {
    background: #ffc107;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
}
#journal-table .text-link .link-icon a {
    color: #000;
}
#journal-table .text-link .link-icon:hover {
    background: #31aebc;
}
#journal-table .text-link .link-icon:hover a {
    color: #fff;    
    transition: 0s all;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
}
#journal-table .text-link .link-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
/*** staff ***/
#staff .content {
    margin-top: 30px;
}
#staff-table table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#staff-table table thead th {
    background-color: #ffc107;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: left;
    padding: 6px 10px;
    line-height: 20px;
    border-color: #fff;
    width: auto !important;
}
#staff-table .office {
    max-width: 128px;
}
#staff-table .business {
    width: 215px !important;
}
#staff-table .email,
#staff-table .email-text,
#staff-table .business,
#staff-table .business-text {
    display: none;
}
#staff-table table th,
#staff-table table td {
    padding: 8px 8px;
    margin: 0;
}
#staff-table table tbody tr td {
    border-bottom: 1px solid #eee;  
}
#staff-table table tbody tr td ul {
    padding-left: 15px;
}
/*** student ***/
/*list*/
#team-student-list .list-box {
    margin-bottom: 25px;	
}
#team-student-list .list-box {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
}
#team-student-list .list-box .image {
    padding-left: 0;
}
#team-student-list .list-box .image img {
    transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
    -o-transition:All 0.3s ease-in-out;
}
#team-student-list .list-box .image img:hover {
    transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -o-transform:scale(0.9);
    -ms-transform:scale(0.9);
}
#team-student-list .list-box .content {
    padding-left: 0;
}
#team-student-list .name-box {
    padding-right: 0;
}
#team-student-list .list-box .name h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1b99ad;
    margin: 0 10px 5px 0;
    float: left;
}
#team-student-list .list-box .name h3:hover {
    color: #000; 
}
#team-student-list .list-box .jobtitle {
    font-size: 16px;
    line-height: 19px;
    color: #1b99ad;
    margin: 6px 0 5px 0;
    float: left;
}
#team-student-list .link-icon {
    padding: 0;
}
#team-student-list .link-icon ul {
    list-style-type: none;
    padding: 0;
}
#team-student-list .more-icon {    
    text-align: center;
    color: #fff;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    background: #00a7bd;
    border-radius: 3px;
}
#team-student-list  a:hover .more-icon {
    background: #888;
    color: #fff;
}
#team-student-list .list-box .article {
    clear: both;
    min-height: 48px;
}
#student-table table th {
    min-width: 75px;
    color: #000;
    white-space: nowrap;
}
#student-table table th,
#student-table table td {
    padding: 4px 10px;
    margin: 0;
    line-height: 20px;
    vertical-align: top;
}
#student-table table th:first-child,
#student-table table td:first-child {
    padding: 4px 10px 4px 0;
    margin: 0;
}
/*download*/
#team-student-list .link-list ul {
    padding: 0;
    margin-top: 18px;
    line-height: 28px;
}
#team-student-list .link-list li {
    list-style-type: none;
    margin-right: 8px;
    float: left;
}
#team-student-list .link-list .download {
	margin-top: 1px;
}
#team-student-list .link-list .download a {
	background: #ffc107;
    padding: 7.5px 15px;
    border-radius: 50px;
    color: #000;
}
#team-student-list .link-list .download a:hover {
	background: #ffd800;
    color: #000;
}
#team-student-list .link-list .download a i {
    color: #00a7bd;
	margin-right: 5px;
    font-size: 16px;
    vertical-align: -3px;
}
/*page*/
#student-table-page {
    height: 198px;
}
#team-student-page .info-list-box {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
}
#team-student-page .info-list-box .image img {
    width: 100%;
}
#team-student-page .info-list-box .name h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1b99ad;
    margin: 0 10px 5px 0;
    float: left;
}
#team-student-page .info-list-box .jobtitle {
    font-size: 18px;
    color: #1b99ad;
    margin: 2px 0 8px 0;
}
#team-student-page .info-list-box .article {
    clear: both;
}
#team-student-page .introduction h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
#team-student-page .introduction h3:before {
    content: "\e0cc";
    font-family: "gwicon";
    color: #ffc107;
    font-size: 20px;
    vertical-align: -1px;
    margin-right: 8px;
}
#student-table-page table th {
    min-width: 74px;
    color: #000;
}
#student-table-page table th,
#student-table-page table td {
    padding: 4px 10px;
    margin: 0;
    line-height: 20px;
    vertical-align: top;
}
#student-table-page table th:first-child,
#student-table-page table td:first-child {
    padding: 4px 10px 4px 0;
    margin: 0;
}
/*link*/
#team-student-page .link-list ul {
    padding: 0;
    line-height: 28px;
}
#team-student-page .link-list li {
	list-style-type: none;
    margin-right: 8px;
    float: left;
}
#team-student-page .link-list li img {
	width: 28px;
}
/*download*/
#team-student-page .link-list .download {
	margin-top: 1px;
}
#team-student-page .link-list .download a {
	background: #ffc107;
    padding: 7.5px 15px;
    border-radius: 50px;
    color: #000;
}
#team-student-page .link-list .download a:hover {
	background: #ffd800;
    color: #000;
}
#team-student-page .link-list .download a i {
    color: #00a7bd;
	margin-right: 5px;
    font-size: 16px;
    vertical-align: -3px;
}
#team-student-page .introduction {
	margin-bottom: 10px;
}
/***--- team end ---***/

/***--- about ---***/
/*history*/
#about-history  .photo {
    margin-top: 35px;
}
#history-table {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
#history-table th {
    width: 100px !important;
    background-color: #FFFFFF;
    padding: 5px 0 !important;
    vertical-align: top; 
    border: 0px;
    border-right: 1px solid #00a7bd;
    color: #000;
    text-align: left;
}
#history-table th:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 108px;
    margin-top: 2px;
    line-height: 20px;
    border-radius: 100%;
    background: #00a7bd;
    z-index: 1;
}
#history-table th.title:before {
    content: '';
    width: 0;
    height: 0;
}
#history-table tr {
    background: #fff;
}
#history-table th h5 {
    margin: 10px 0 0px 0px !important;
    font-size: 16px;
    font-weight: 400;
    color: #00a7bd;
}
#history-table tr:first-child th {
    padding: 0 0 5px 0 !important;
}
#history-table tr:first-child td {
    padding: 0px 20px 5px 20px !important;
}
#history-table tr:last-child th {
    padding: 5px 0 0px 0 !important;
}
#history-table tr:last-child td {
    padding: 5px 20px 0 20px !important;
}
#history-table tr:first-child th h5 {
    margin: 0px 0 0px 0px !important;
}
#history-table td {
    padding: 5px 20px !important;
    border: 0px;
}
#history-table ul {
    margin-left: 20px;
    padding-left: 0;
}
#history-table p {
    margin: 0;
}
/*success*/
#about-success .nav-tabs {
    border-bottom: 1px solid #fff;
    text-align: center;
}
#about-success .nav-tabs>li {
    float: none;
    margin-bottom: 0px;
    display: inline-block;
}
#about-success .nav-tabs li a {
    position: relative;
    padding: 12px 10px 12px 10px;
    color: #33b7c8;
    font-size: 16px;
    line-height: 20px;
    z-index: 1;
    text-align: center;
}
#about-success .nav-tabs li a:hover {
    color: #fff;
}
#about-success .nav-tabs li a:hover:before {
    color: #fff;
    background: #31aebc;
}
#about-success .nav-tabs li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 2px;
    left: -1px;
    font-size: 18px;
    background: #fff;
    border: 2px solid #31aebc;
    border-radius: 0px 0px 0 0;
    transform-origin: left center 0;
    transform: none;
    z-index: -1;
    font-weight: 600;
}
#about-success .nav-tabs li.active a:before {
    background: #fff;
    border: 2px solid #31aebc;
    background: #31aebc;
}
#about-success .nav-tabs li.active:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    margin-top: -1px;
    font-size: 25px;
    color: #33b7c8;
    line-height: 6px;
}
#about-success .nav-tabs li.active a,
#about-success .nav-tabs li.active a:focus,
#about-success .nav-tabs li.active a:hover {
    border: 0px solid transparent;
    background: transparent;
    color: #fff;
    z-index: 2;
}
#about-success .tab-content {
    border: 0px solid #fff;
    padding: 30px 15px;
    background: #fff;
}
#about-success .remark {
    color: #00a7bd;
    margin-left: 0;
    font-weight: 400;
    font-size: 18px;
}
/*paper*/
#about-paper .thesis-sort select {
    height: 30px;
    padding: 0 5px 2px 5px;
}
#about-paper .dataTables_length select {
    height: 30px;
    padding: 4px 5px 2px 5px;
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0;
    }
    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0;
    }
}
/*logo side*/
#logo-slider.one {
    margin-top: 10px;    
}
#logo-slider.two {
    margin-top: 70px; 
}
#logo-slider.three {
    margin-top: 70px; 
}
#logo-slider.four {
    margin-top: 70px; 
    margin-bottom: 30px;
}
#logo-slider .gw-arrows-b1-l:before {
    width: 30px;
    color: #333;
}
#logo-slider .gw-arrows-b1-r:before {
    width: 30px;
    color: #333;
}
#logo-slider .title {
	text-align: center;
    margin: 0 0 30px 0;
}
#logo-slider .title h3 {
    line-height: 20px;
    margin-bottom: 5px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ccc;
}
#logo-slider .title h3:after {
	content: "";
    width: 95px;
    height: 5px;
    background: #00a7bd;
    position: absolute;
    left: 0;
    right: 0;
    margin: 25px auto 0 auto;
}
#logo-slider .remark {
	font-size: 15px;
}
#logo-slider a {
	display: table-cell;
    width: 25%;
    text-align: center;
}
#logo-slider a .title {
	font-size: 16px;
}
#logo-slider .image img {
	height: 167px;
}
/*paper*/
#paper-table table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#paper-table table thead th {
    background-color: #33b7c8;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 6px 10px;
    line-height: 20px;
    border-color: #fff;
    min-width: 60px;
}
#paper-table table th,
#paper-table table td {
    padding: 8px 10px;
    margin: 0;
    line-height: 22px;
}
#paper-table table tbody tr td {
    border-bottom: 1px solid #e5e5e5;  
}
#paper-table table tbody tr td ul {
    padding-left: 15px;
}
#paper-table .title {
    width: 45%;
}
#paper-table .degree {
    width: 10%;
}
#paper-table .author {
    width: 10%;
}
#paper-table .advisor {
    width: 10%;
}
#paper-table .date {
    width: 15%;
}
#paper-table .link {
    text-align: center;
    width: 5%;
}
#paper-table .text-link {
    text-align: center;
}
#paper-table .text-link .link-icon {
    background: #ffc107;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
}
#paper-table .text-link .link-icon a {
    color: #000;
}
#paper-table .text-link .link-icon:hover {
    background: #31aebc;
}
#paper-table .text-link .link-icon:hover a {
    color: #fff;    
    transition: 0s all;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
}
#paper-table .text-link .link-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
#paper-article .modal-dialog {
    width: 800px;
    text-align: left;
}
#paper-article .modal-header, #modal-box .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #e5e5e5;
}
#paper-article .close, #modal-box .close {
    float: right;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 0.2;
    margin: 2px 0 0 0;
}
#paper-article .close:hover, #modal-box .close:hover {
    color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.modal-open {
    padding: 0 !important;
}
#paper-article .modal-content, #modal-box .modal-content{
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 0;
    border-radius: 5px;
    outline: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3) !important;
    box-shadow: 0 5px 10px rgba(0,0,0,.3) !important;
}
.modal-body {
    line-height: 28px;
    padding: 25px 15px;
}
.modal-body p {
    margin: 0 0 20px;
}
.modal-body p:last-child {
    margin: 0;
}
.modal-title {
    color: #00a7bd;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    line-height: 28px;
    margin: 0;
}
.modal-body h3 {
    color: #8bc34a;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 10px 0;
    line-height: 28px;
}
.modal-footer button i {
  margin-right: 5px;
  vertical-align: -2px
}
.modal-footer .btn {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
}
.modal-footer .btn:focus {
  outline: none;
}
.btn-cancel {
  color: #fff;
  background: #9e9e9e;
}
.btn-delete {
  color: #fff;
  background: #ff5722;
}
.modal-footer .btn:hover {
  color: #fff;
  background: #555;
}
/***--- about end ---***/

/***--- contact ---***/
.contact-information h3 {
    color: #1b99ad;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.contact-information h6 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.contact-information li>strong {
    color: #000;
}
.contact-information ul {
    padding: 0;
}
.contact-information li {
    list-style-type: none;
    margin: 8px 0;
}
.contact-information .list-icon {
	display: inline-block;
    color: #00a7bd;
    margin: 0 5px 0 0;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border: 2px solid #00A7BD;
    border-radius: 100%;
    vertical-align: -2px;
}
.contact-information .list-icon i {
    font-size: 16px;
}
.remark {
    color: #ff5722;
    margin-left: 3px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
}
#contact #subject {
    border: 1px solid #00a7bd;
    background-color: #00a7bd;
    color: #FFF;
    width: 100%;
    height: 34px;
    padding: 0 5px 2px 5px;
}
.contact-form {
    margin-top: -15px;
}
form label .en {
    margin-left: 5px;
}
form input:-moz-placeholder, form textarea:-moz-placeholder { color: #666; font-size: 14px; }
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder { color: #666; font-size: 14px; }
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder { color: #666; font-size: 14px; }
/* form */
.input-list {
    margin-bottom: 10px;
}
form label {
    font-size: 15px;
    color: #777;
}
form label .en {
    margin-left: 5px;
}
form input,
form textarea,
form select {
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    padding: 0 5px;
    background: #fff;
}
form input:focus,
form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
form textarea {
    height: 120px;
    margin-bottom: 3px;
}
#contact .submit-box {
    margin-top: 10px;
}
.submit-box {
    margin-top: 20px;
}
.submit-box ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
}
.submit-box ul>li {
    margin-right: 15px;
}
.submit-box ul>li:last-child {
    margin-right: 0;
}
#captcha {
    width: 120px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: 0px;
}
#captcha:focus {
    border: 1px solid #80714d;
}
.captcha-icon i {
    color: #ff5722;
    margin-right: 5px;
    vertical-align: -4px;
}
.captcha-icon i:hover {
    color: #f44336;
}
#submit-btn input {
    color: #fff;
    font-size: 1.0625rem;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 17px;
    background: #00a7bd;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#submit-btn input.no {
    margin-left: 5px;
    background: #FF5722;
}
#submit-btn input:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#submit-btn input:active {
    background: #000;
}
#submit-btn .send-icon {
    display: contents;
    color: #fff;
    line-height: 40px;
    pointer-events: none;
    z-index: 2;
}
#submit-btn:hover .send-icon {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#submit-btn .send-icon:before {
    content: "\e183";
    line-height: 40px;
    font-family: "gwicon";
    position: absolute;
    margin-left: -95px;
}
#submit-btn i {
    font-style: normal;
}
.error-warn {
    color: #e91e63;
    font-size: 13px;
    clear: both;
    line-height: 20px;
    /* display: none; */
}
.error-warn p {
    margin: 0;
}
.error-warn-textarea {
    color: #e91e63;
    font-size: 13px;
    clear: both;
    line-height: 1px;
    /* display: none; */
}
@media (max-width: 767px) {
    .submit-box {
        margin-top: 0;
    }
    .submit-box ul {
        display: inherit;
        margin-top: 10px;
    }
    .submit-box ul>li {
        margin-right: 0;
    }
    #submit-btn {
        margin-top: 15px !important;
    }
}
@media (max-width: 320px) {
    #captcha {
        width: 99px !important;
    } 
    #submit-btn input {
        width: 115px;
    }
}
/***--- contact end ---***/

/***--- newsletter ---***/
#newsletter .thanks-content {
    margin: 30px auto 60px auto;
    padding: 30px;
    border: 1px solid #00a6bd;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#newsletter .thanks-content .title {
    color: #00A7BD;
    font-size: 26px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
}
#newsletter .thanks-content .article {
    margin-top: 20px;
}
#newsletter .thanks-content .article p:last-child {
    margin: 0;
}
#newsletter .thanks-content .icon {
    color: #00A7BD;
    font-size: 6rem;
    text-align: center;
    margin-bottom: 20px;
}
#newsletter .newsletter-form .input-list {
    margin-bottom: 10px;
}
.newsletter-form {
    padding: 30px;
    border: 1px solid #00a6bd;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.newsletter-form form label {
    font-size: 15px;
    color: #777;
}
.newsletter-form form label .en {
    margin-left: 5px;
}
.newsletter-form form input,
.newsletter-form form textarea,
.newsletter-form form select {
    width: 100%;
    height: 38px;
    border: 1px solid #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    padding: 0 5px;
    background: #eee;
}
.newsletter-form form input:focus,
.newsletter-form form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.newsletter-form form textarea {
    height: 120px;
    margin-bottom: 3px;
}
#newsletter .error-warn {
    color: #e91e63;
    font-size: 13px;
    clear: both;
    line-height: 20px;
    /* display: none; */
}
#newsletter .error-warn-textarea {
    color: #e91e63;
    font-size: 13px;
    clear: both;
    line-height: 1px;
    /* display: none; */
}
#newsletter #submit-btn input {
    font-size: 14px;
    color: #fff;
    width: 120px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #00a7bd;
    border: 0;
    border-radius: 3px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#newsletter #submit-btn input:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0093a7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#newsletter #submit-btn input:active {
    background: #0093a7;
}
#newsletter #submit-btn .send-icon {
    display: none;
}
/***--- newsletter end ---***/

/***--- site guide end ---***/
#site-guide .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#site-guide .content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
#site-guide .content ul>li {
    display: grid;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
#site-guide .content ol {
    padding-left: 20px;
}
#site-guide .content ol>li {
    font-size: 15px;
    width: 16.6%;
    float: left;
    list-style-type: square;
}
/***--- site guide end ---***/

/***--- member ---***/
.member-login-content {
    padding: 30px;
    border: 1px solid #00a6bd;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
}
#member-login .input-list {
    margin-bottom: 15px;
}
#member-login .submit-content {
    margin: 0;
}
#member-login .note-content {
    font-size: .875rem;
    color: #00a7bd;
    margin-top: 15px;
}
#member-login input {
    width: 100%;
    height: 38px;
    border: 1px solid #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    padding: 0 5px;
    background: #eee;
    text-indent: 25px;
}
#member-login .email,
#member-login .password {
    position: relative;
}
#member-login .email:before {
    content: "\e102";
    font-size: 15px;
    color: #00a7bd;
    font-family: "gwicon"; 
    line-height: 38px;
    position: absolute;
    left: 25px;
}
#member-login .password:before {
    content: "\e0fb";
    font-size: 15px;
    color: #00a7bd;
    font-family: "gwicon"; 
    line-height: 38px;
    position: absolute;
    left: 25px;
}
#member-login #submit-btn {
    text-align: center;
}
#member-login #submit-btn button {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    width: 90px;
    height: 90px;
    margin: 0;
    background: #ffc107;
    border: 0;
    border-radius: 100% !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
}
#member-login #submit-btn button:hover {
    color: #fff;
    background: #31aebc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#member-login #submit-btn button:active {
    background: #0093a7;
}
#member-login #submit-btn button i {
    font-size: 24px;
}
#member-login #c_code input {
    width: 120px;
    height: 35px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    padding: 0 5px;
    text-indent: 0;
}
#member-login .forgot {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
/***rpassword***/
.rpassword-content {
    padding: 30px;
    border: 1px solid #00a6bd;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.rpassword-form .input-list {
    margin-bottom: 10px;
}
.rpassword-form form label {
    font-size: 15px;
    color: #1b99ad;
}
.rpassword-form form input,
.rpassword-form form textarea,
.rpassword-form form select {
    font-size: 15px;
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    padding: 0 5px;
    background: #fff;
}
.rpassword-form form input:focus,
.rpassword-form form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rpassword-form form textarea {
    height: 120px;
    display: block;
}
.rpassword-form .submit-content {
    margin-top: 10px;
    margin-bottom: 20px;
}
.rpassword-form #captcha {
    width: 169px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: 0px;
}
#rpassword #submit-btn {
    margin-bottom: 10px;
    text-align: center;
}
#rpassword #submit-btn input {
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #00a7bd;
    border: 0;
    border-radius: 3px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#rpassword #submit-btn input:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0093a7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#rpassword #submit-btn input:active {
    background: #0093a7;
}
#rpassword .article {
    font-size: 14px;
    line-height: 20px;
}
/***fpassword***/
.fpassword-content {
    padding: 30px;
    border: 1px solid #00a6bd;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.fpassword-form .input-list {
    margin-bottom: 10px;
}
.fpassword-form form label {
    font-size: 15px;
    color: #1b99ad;
}
.fpassword-form form input,
.fpassword-form form textarea,
.fpassword-form form select {
    font-size: 15px;
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    padding: 0 5px;
    background: #fff;
}
.fpassword-form form input:focus,
.fpassword-form form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fpassword-form form textarea {
    height: 120px;
    display: block;
}
.fpassword-form #captcha {
    width: 105px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: 0px;
}
#fpassword #submit-btn {
    margin-top: 25px;
    text-align: center;
}
#fpassword #submit-btn input {
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 35px;
    margin: 0;
    background: #00a7bd;
    border: 0;
    border-radius: 3px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#fpassword #submit-btn input:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0093a7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#fpassword #submit-btn input:active {
    background: #0093a7;
}
/***teach date***/
#teach-date .page-title {
    margin: 0 0 50px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#teach-date .page-title h2 {
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.teach-date-form .input-list {
    margin-bottom: 10px;
}
.teach-date-form form label {
    font-size: 15px;
    color: #1b99ad;
}
.teach-date-form form input,
.teach-date-form form textarea,
.teach-date-form form select {
    font-size: 15px;
    width: 100%;
    height: 38px;
    border: 1px solid #f1f1f1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    padding: 0 5px;
    background: #f1f1f1;
}
.teach-date-form form input:focus,
.teach-date-form form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.teach-date-form form textarea {
    display: block;
    height: 120px;
    margin: 0 !important;
}
.teach-photo {
    padding: 0;
	height: 72px;
    display: flex;
    align-items: flex-end;
}
.teach-photo-image img {
	height: 65px;
}
#teach-date .error-warn {
    color: #e91e63;
    font-size: 13px;
    clear: both;
    line-height: 20px;
    /* display: none; */
}
#teach-date .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 38px;
    padding: 0 5px;
    margin: 0;
    line-height: 38px;
    color: #888;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
}
#teach-date .custom-file input {
    padding: 6px 5px 0 8px;
}
#teach-date .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 38px;
    margin-bottom: 0;
}
#teach-date .custom-file-label::after {
    content: "選擇檔案";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: 0 15px;
    line-height: 38px;
    color: #ffffff;
    background-color: #00a7bd;
    border-radius: 0;
    font-weight: 400;
    border: 1px solid #00a7bd;
    margin-top: -1px;
}
#teach-date .custom-file-label:hover::after {
    background-color: #1b99ad;
    border: 1px solid #1b99ad;
}
#teach-date #submit-btn {
    margin-top: 25px;
    text-align: center;
}
#teach-date #submit-btn input {
    font-size: 14px;
    color: #fff;
    width: 120px;
    height: 35px;
    margin: 0;
    padding: 0;
    background: #00a7bd;
    border: 0;
    border-radius: 3px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#teach-date #submit-btn input:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0093a7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#teach-date #submit-btn input:active {
    background: #0093a7;
}
/***teach date list***/
.add-article {
    margin-bottom: 10px;
}
.add-article a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.add-article a:hover {
    color: #d8281b;
}
.add-article i {
    font-size: 18px;
    margin-right: 5px;
    color: #F44336;
    vertical-align: -2px;
}
#teach-date-table {
    margin-bottom: 35px;
}
#teach-date-table:last-child {
    margin-bottom: 0;
}
#teach-date-table table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#teach-date-table table thead th {
    background-color: #33b7c8;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 6px 10px;
    line-height: 20px;
    border-color: #fff;
    min-width: 60px;
}
#teach-date-table table th,
#teach-date-table table td {
    padding: 8px 10px;
    margin: 0;
    line-height: 22px;
}
#teach-date-table table tbody tr td {
    border-bottom: 1px solid #e5e5e5;
}
#teach-date-table .order-id {
    text-align: center;
    width: 30px;
}
#teach-date-table .text-order-id {
    text-align: center;
}
#teach-date-table .date {
    width: 12%;
}
#teach-date-table .release {
    width: 9%;
}
#teach-date-table .link {
    text-align: center;
    width: 5%;
}
#teach-date-table .text-link {
    text-align: center; 
}
#teach-date-table .text-link .link-icon {
    background: #ffc107;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
}
#teach-date-table .text-link .delete-icon {
    background: #ff9776;
}
#teach-date-table .text-link .link-icon a {
    color: #000;
}
#teach-date-table .text-link .link-icon:hover {
    background: #31aebc;
}
#teach-date-table  .text-link .link-icon:hover a {
    color: #fff;    
    transition: 0s all;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
}
#teach-date-table .text-link .link-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
/***--- member end ---***/

/***--- registration ---***/
.member-link {
    color: #000;
    text-align: right;
}
.member-link ul {
    list-style-type: none;
    padding: 0;
}
.member-link li {
    display: inline-block;
    margin: 0 5px;
}
.member-link li:after {
    content: "|";
    margin-left: 10px;
    vertical-align: 2px;
}
.member-link li:last-child {
    margin-right: 0;
}
.member-link li:last-child:after {
    content: none;
}
.member-link li a {
    font-size: 0.9375rem;
}
.page-menu {
	text-align: center;
    margin: 10px 0 30px 0;
    padding: 5px;
    background: #f3f3f3;
}
.page-menu ul {
    display: inline-table;
    list-style-type: none;
    text-align: center;
    padding: 0;
}
.page-menu ul > li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    background: #fff;
    border: 2px solid #00a7bc;
}
.page-menu ul > li a {
    color: #333;
    font-size: 1rem;
    line-height: 1.1;
    width: 145px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-menu ul > li:hover {
    background: #00a7bc;
}
.page-menu ul > li:hover a {
    color: #fff;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
.page-menu ul > li.active {
    background: #00a7bc;
}
.page-menu ul > li.active a {
    color: #fff;
}
#registration .title h3 {
    font-size: 28px;
    color: #00a7bc;
}
#registration .link-btn {
    margin-top: 30px;
    text-align: center;
}
#registration .link-btn a {
    display: block;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 10px 10px;
    background: #ff5722;
}
#registration .link-btn a:hover {
    background: #333;
}
#registration-class .list-box {
    margin-bottom: 30px;
}
#registration-class .title h3 {
    font-size: 20px;
    line-height: 26px;
    color: #00a7bc;
    margin: 0 0 5px 0;
}
#registration-class .title h3 a {
    color: #00a7bc;
}
#registration-class .title h3 a:hover {
    color: #000;
}
#registration-class .article {
    padding-left: 0;
}
#registration-class .article ul {
    list-style-type: none;
    padding-left: 0;
}
#registration-class .article ul li .title {
    color: #00a7bc;
    font-weight: 600;
}
#registration-class .link-btn {
    margin-top: 10px;
}
#registration-class .link-btn a {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 15px;
    background: #ff5722;
}
#registration-class .link-btn a:hover {
    background: #333;
}
/***--- registration end ---***/

/***--- radio and checkbox ---***/
.radiolist ul,
.checkboxlist ul {
    display: inline-flex;
    list-style: none;
    padding: 6px 0 0 0;
    height: 38px;
}
.radiolist ul li,
.checkboxlist ul li {
    margin-right: 20px;
}
.radiolist ul li:last-child,
.checkboxlist ul li:last-child {
    margin-right: 0;
}
label.radio {      
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0 !important;
    position: relative;
    font-weight: normal;
}
label.checkbox {      
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0 !important;
    position: relative;
    font-weight: normal;
}
label.radio input[type="radio"],
label.checkbox input[type="checkbox"] {
    display: none;
}
label.radio span {
    display: inline-block;
}
label.checkbox span {
    display: inline-block;
}
label.radio span:before {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    border: 1px solid #bbb;
    width: 20px;
    height: 20px;
    transition: all .5s;
    border-radius: 100%;
}
label.checkbox span:before {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    border: 1px solid #bbb;
    width: 20px;
    height: 20px;
    transition: all .5s;
}
label.radio input[type="radio"]:checked + span:before {
    background: #8bc34a;
    border: 1px solid #8bc34a;
    border-radius: 100%;
}
label.checkbox input[type="checkbox"]:checked + span:before {
    background: #17b3af;
    border: 1px solid #17b3af;
}
label.radio input[type="radio"]:checked + span:after {
    content: "\e02a";
    font-family: 'gwicon';
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
label.checkbox input[type="checkbox"]:checked + span:after {
    content: "\e02a";
    font-family: 'gwicon';
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
label .radio-text {
    font-style: normal;
}
/***--- radio and checkbox end ---***/

/***--- footer ---***/
#home footer {
    padding-top: 80px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    background: #fff;	
}
footer {
    padding-top: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    background: #eaeaea;
}
footer a,
footer a:link {
    color: #000;
}
footer a:hover {
    color: #1b99ad;
}
.footer-menu {
    text-align: left;
    padding: 50px 15px 45px 15px;
}
.footer-menu h3 {
    color: #1b99ad;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}
.footer-menu ul {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.footer-menu ul>li {
/*    width: 12.5%;*/
    float: left;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.footer-menu ol {
    padding-left: 0; 
}
.footer-menu ol>li {
    list-style-type: none;
}
.footer-menu ol>li {
    margin: 5px 0;
}
.footer-menu ol>li a:hover {
    text-decoration: underline;
}
.copyright {
    text-align: center;
    padding: 15px 0;
    background: #1b99ad;
    color: #fff;
}
.copyright>.container>.row {
    align-items: center;
    display: flex;
}
.copyright ul {
	list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.copyright li {
    float: left;
    margin-right: 15px;
}
#design {
    margin-top: 15px;
    color: #8eccd6;
    display: none;
}
#design a {
    font-size: 14px;
    color: #8eccd6;
}
#design a:hover {
    color: #fff;
}
#design i {
    font-size: 16px;
    margin: 0 2px;
}
.qrcode img {
    background: #fff;
}
/***--- footer end ---***/

/***--- breadcrumb ---***/
.gw-breadcrumb {
    background: none;
    text-align: right;
    padding-top: 0;
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    line-height: 30px;
    text-transform: capitalize;
}
.gw-breadcrumb i {
    font-size: 15px;
    margin: 0 4px 0 1px;
    color: #fff;
    vertical-align: 0px;
}
.breadcrumb-home {
    vertical-align: -1px !important;
    margin: 0 1.5px 0 0 !important;
    font-size: 15px !important;
}
.breadcrumb-home i {
    margin: 0;
    color: #fff;
}
.gw-breadcrumb a {
    color: #fff;
    letter-spacing: 0;
    font-size: 13px;
}
.gw-breadcrumb a:link {
    color: #fff;
    font-size: 15px;
}
.gw-breadcrumb a:hover {
    color: #ffc107;
}
/***--- breadcrumb end ---***/

/***--- tips ---***/
.tips-box {
	background: #fbfbfb;
}
.tips {   
    font-size: 13px;
    color: #000;
    clear: both;
    text-align: right;
    padding: 18px 0 15px 0;
    line-height: 26px;
}
.tips a {
    color: #000;   
    font-size: 13px;
}
.tips a:link {
    color: #000; 
}
.tips a:hover {
    color: #00a7bd; 
}
.tips-time {
    padding: 0 8px 0 0;
}
.tips-list {
    padding: 0 8px 0 0;
}
.tips-list-end {
    padding: 0;
}
.tips-list i {
    font-size: 15px;
    vertical-align: -2px;
    margin-right: 5px;
    color: #00a7bd;
}
.a2a_svg svg {
    background: #00a7bd;
}
.a2a_default_style .a2a_counter img, .a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg {
    width: 26px;
    height: 26px;
    background-color: transparent !important;
}
.a2a_menu a {
    color: #000000 !important;
}
.a2a_menu a:hover {
    color: #00a7bd !important;
}
@media (max-width: 768px) {
    .line-it-button {
        float: none;
    }
    .share-btn {
        float: right;
        clear: both;
    }
    .a2a_default_style {
        margin-bottom: 15px;
    }
    .tips-content {
        clear: both;
    }
}
/***--- tips end ---***/

/***--- editor ---***/
.editor {
    /* word-break: break-all; */
}
.editor h1:first-child,
.editor h2:first-child,
.editor h3:first-child,
.editor h4:first-child,
.editor h5:first-child,
.editor h6:first-child {
    margin-top: 0;
}
.editor h4 {
    color: #8bc34a;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 15px 0;
}
.editor h4:before {
    content: "\e0cf";
    font-family: "gwicon";
    margin-right: 5px;
    vertical-align: 1px;
    font-size: 15px;
}
.editor img {
    height: auto;
}
.editor img[style="float:right"] {
    margin: 5px 0 0 20px;
}
.editor img[style="float:left"] {
    margin: 5px 20px 0 0;
}
.editor table img {
    max-width: 100%;
    margin: 0 !important;
}
.editor iframe {
    width: 100% !important;
}
.editor a:link,
.editor a:visited {
    color: #ff5722 !important;
    text-decoration: underline;
}
.editor a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.editor ul {
    list-style-type: disc;
    padding-left: 22px;
    margin-bottom: 15px;
}
.editor ul>li {
    padding: 0 0 4px 0;
    margin-bottom: 0px;
}
.editor ul>li:last-child {
    padding: 0 0 0 0;
}
.editor ul>li p {
    margin: 0px 0;
}
.editor ol {
    padding-left: 22px;
    margin-bottom: 15px;
}
.editor ol>li {
    padding: 0;
    margin-bottom: 0px;
}
.editor ol>li:last-child {
    padding: 0 0 0 0;
}
.editor ol>li p {
    margin: 10px 0;
}
.editor table h1,
.editor table h2,
.editor table h3,
.editor table h4,
.editor table h5,
.editor table h6 {
    margin: 0 !important;
    padding-top: 0 !important;
}
.editor table {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 20px auto;
    border-color: #eaeaea;
    border-style: double;
}
.editor table tbody b,
.editor table tbody strong {
    color: #000;
}
.editor table p {
    margin: 0;
}
.editor table thead th {
    background-color: #33b7c8;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 6px 10px;
    line-height: 20px;
    border-color: #fff;
    width: auto;
}
.editor table thead th:first-child {
    border-left: 1px solid #33b7c8;
}
.editor table thead th:last-child {
    border-right: 1px solid #33b7c8;
}
.editor table tbody th {
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #eaeaea;
    color: #000;
}
.editor table tbody tr {
    background: #ffffff;
    border-color: #eaeaea;
}
.editor table tbody tr:nth-child(even) {
    background: #f6f6f6;
}
.editor table tbody tr td {
    padding: 8px 10px;
    vertical-align: middle;
    width: auto !important;
}
.editor table tbody ul,
.editor table tbody ol {
    padding-left: 18px;
    margin-bottom: 0;
}
.editor table tbody li {
    padding: 0 0 3px 0;
}
.editor table tbody li:last-child {
    padding: 0;
}
@media (max-width: 768px) {
    .editor table {
        width: 100% !important;
    }
    .editor table thead th, .editor table tbody th, .editor table tbody tr td {
        padding: 5px 5px;
    }
}
/***--- editor end ---***/

/***--- search -----***/
/* .google-search {
    height: 28px;
    margin-bottom: 0px;
    padding-right: 0;
    width: 157px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 12px;
    height: 26px !important;
    line-height: 26px !important;
    border-radius: 10px 0 0 10px;
}
td.gsc-search-button {
    width: 1%;
    line-height: 26px !important;
}
.cse .gsc-control-cse,
.gsc-control-cse {
    background-color: transparent !important;
    border: 0px solid #ffffff !important;
    padding: 0 !important;
}
input.gsc-input {
    font-size: 13px !important;
}
.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}
.gsc-input-box {
    background: #fff;
    border-radius: 20px 0 0 20px !important;
    -moz-border-radius: 20px 0 0 20px !important;
    -webkit-border-radius: 20px 0 0 20px !important;
    border: 1px solid #ccc !important;
    border-radius: 20px 0 0 20px !important;
    padding: 0 !important;
}
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
    border: 1px solid #D9D9D9 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}
.gsib_a {
    padding: 0 0 0 7px !important;
}
.gsst_a {
    padding: 0 !important;
}
.gsst_a .gscb_a {
    color: #c35017 !important;
    vertical-align: -3px;
}
.gsc-search-button {
    margin-left: 0 !important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    line-height: 29px !important;
    height: 29px !important;
    min-height: 29px;
    border: #00A7BD !important;
    background-color: #00A7BD !important;
    padding: 7px 12px 0 12px !important;
    border-radius: 0 20px 20px 0 !important;
}
.cse .gsc-search-button-v2:hover,
.gsc-search-button-v2:hover {
    border-color: #2bcfe4 !important;
    background-color: #2bcfe4 !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2bcfe4',EndColorStr='#2bcfe4');
}
.cse .gsc-search-button-v2:focus,
.gsc-search-button-v2:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.gsc-modal-background-image {
    position: fixed !important;
    background-color: #000 !important;
}
.gsc-result .gs-title {
    height: auto !important;
}
form.gsc-search-box {
    margin-bottom: 0 !important;
}
table.gsc-search-box {
    margin-bottom: 0 !important;
} */
/***search box***/
#search-box .gsc-control-cse {
  width: 150px;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#search-box .gsc-input-box {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#search-box .gsc-input {
  background-color: transparent !important;
}
#search-box .gsc-search-box {
  margin: 0;
}
#search-box .gsib_a {
  height: 28px;
  padding: 0 0 0 30px;
  background-position: left 5px center;
  background-image: url(../assets/images/search.svg);
  background-repeat: no-repeat;
  background-size: 20px;
}
#search-box .gsib_b {
  box-sizing: content-box;
  height: 26px;
  width: 35px;
  padding: 0;
}
@media (max-width: 1200px) {
  #search-box .gsc-search-button {
    display: none;
  }
}
/***--- search end -----***/

/***--- thankspage ---***/
.thankspage-content {
    border: 1px solid #ccc;
    padding: 50px 28px;
    margin: 80px 0 60px 0;
    color: #028E72;
    font-size: 15px;
}
/***--- thankspage end ---***/