@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

body, html {
    color: #222;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    height: 100%;
    background: #fff;
}
a {
    color: #222;
    text-decoration: none;
    outline: none;
}
a:link {
    color: #222;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #000;
    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;
}
input, select, textarea {
    color: #333;
    outline-color: transparent;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
}
::selection {
    background: #888;
    color: #000;
}
::-moz-selection {
    background: #888;
    color: #000;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    border: 0px solid #fff;
    background-color: #ccc;
}
img {
    max-width: 100%;
}
.remark {
    color: #E91E63;
    font-weight: 400;
}
.error {
    font-size: 13px;
    color: #de004b;
    clear: both;
    line-height: 20px;
}
.error-warn {
    font-size: 13px;
    color: #de004b;
    clear: both;
    line-height: 20px;
    margin-top: 5px;
    display: none;
} 
button {
    outline: none;
}
button:focus {
    outline: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
blockquote {
    font-size: 1.125rem;
	 margin: 20px 0;
	 padding: 50px;
    color: #000;
	 background-color: #f6f6f6;
    border-radius: 20px;
}
blockquote:before {
    content: "";
    opacity: 0.2;
    width: 25px;
    height: 25px;
    left: 0;
    margin: -30px 0 0 30px;
    position: absolute;
    background: url(../assets/images/blockquote_l.svg) no-repeat;
}
blockquote:after {
    content: "";
    opacity: 0.2;
    width: 25px;
    height: 25px;
    right: 0;
    margin: 0 30px -30px 0;
    position: absolute;
    background: url(../assets/images/blockquote_r.svg) no-repeat;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
    line-height: 32px;
    border-radius: 20px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}
th {
    font-weight: 500;
}
dt {
    font-weight: 500;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
}
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;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    color: #000;
}
h1 {
    color: #000;
    font-size: 1.7rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
}
h2 {
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 20px 0 20px 0;
}
h3 {
    color: #000;
    font-size: 1.55rem;
    font-weight: 400;
    margin: 20px 0 20px 0;
}
h4 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 15px 0;
}
h5 {
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 15px 0;
}
h6 {
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 15px 0;
}
p {
    margin: 0 0 15px;
}
table {
    max-width: 100% !important;
}
.tooltip-inner {
    background-color: #000 !important;
    color: #fff;
    padding: 3px 10px 5px 10px;
    opacity: 1 !important;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #000 !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #000 !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #000 !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #000 !important;
}
/***--- header ---***/
header {
    position: absolute;
}
/***navbar***/
.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-nav {
    padding-top: 10px;
    background: rgba(255, 255, 255, 0);
}
.fixed-nav.navbar-style {
    padding-top: 5px;
    border-bottom: 1px solid #000;
    background: rgba(255, 255, 255, 1);
}
.fixed-nav.navbar-style .navbar {
    margin-top: 10px;
    border-bottom: 0;
    transition: all 0s;
}
.logo img {
    width: 477px;
    transition: all 1s;
}
.logo.logo-style img { 
    width: 300px; 
}
.navbar {
    margin-top: 20px;
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; 
    border-bottom: 2px solid #000;
    z-index: 2;
}
.navbar .navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
}
.navbar ul > li {
    position: relative;
    text-align: center;
    line-height: 25px;
    border-left: solid 1px rgba(0,0,0,0.5);
}
.navbar ul > li:last-child {
    border-right: solid 1px rgba(0,0,0,0.5);
}
.navbar ul > li.active > a:hover {
    color: #000;
}
.navbar ul > li.active > a:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    background: #000;
    left: 0;
    right: 0;
    margin: 50px auto 0 auto;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
.navbar ul > li > a {
    position: relative;
    color: #000;
    white-space: normal;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 16px;
    padding: 10px 0;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 1px transparent;
    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;
}
.navbar ul > li > a:hover {
    color: #ddd;
}
.navbar ul > li:hover > ul {
    display: block
}
.navbar ul > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    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;
}
.navbar ul > li > a:hover:before,
.navbar ul > li > a:focus:before,
.navbar ul > li > a:active:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
/*first*/
.navbar ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    display: none;
}
.navbar ul ul.dropdown-menu {
    background: #6c6c6c;
}
.navbar ul ul > li > a {
    color: #fff;
    font-size: 1rem;
    height: 46px;
}
.navbar ul ul > li > a:before {
    background: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.navbar ul ul > li:hover > a,
.navbar .show .dropdown-menu > li > a:focus,
.navbar .show .dropdown-menu > li > a:hover {
    background: #000;
}
.navbar ul ul li {
    position: relative;
    border: 0;
}
.navbar ul ul li:last-child {
    border: 0;
}
/*second*/
.navbar ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 100%;
    display: none;
}
.navbar ul ul ul.dropdown-menu {
    background: #5c5c5c;
}
.navbar ul ul ul li {
    position: relative
}
.navbar ul ul ul li:hover ul {
    display: block
}
/*third*/
.navbar ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 100%;
    display: none;
    z-index: 1
}
.navbar ul ul ul ul.dropdown-menu {
    background: #4c4c4c;
}
/*dropdown*/
.dropdown-toggle {
    cursor: default;
}
.dropdown-toggle::after {
    content: "";
    position: inherit;
    display: inline-block;
    right: 0;
    margin: 4.8px 0 0 5px;
    border-top: .25em solid;
    border-right: .25em solid transparent;
    border-bottom: 0;
    border-left: .25em solid transparent;
}
.navbar ul ul .dropdown-toggle::after {
    transform: rotate(-90deg);
}
.dropdown-menu {
    padding: 0; 
    margin: 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*rwd-menubtn*/
.rwd-menubtn {
    display: none;
    padding: 0;
}
.navbar-toggler-icon:before {
    content: "\e109";
    font-family: "gwicon";
    font-size: 24px;
    color: #000;
    line-height: 30px;
}
[aria-expanded="true"] .navbar-toggler-icon:before {
    content: "\e03f";
    font-family: "gwicon";
    font-size: 24px;
    color: #000;
    line-height: 30px;
}
/***top link***/
.top-link-box {
    color: #000;
}
.top-link-box ul {
    z-index: 999;
    list-style-type: none;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    padding-left: 0;
}
.top-link-box li {
    display: inline-block;
    margin: 0 3px;
}
.top-link-box i {
    line-height: 1px;
}
.top-link-box .signin a,
.top-link-box .signout a {
    font-size: 1rem;
    width: 45px;
    height: 45px;
    color: #fff;
    background: #000;
    border: 2px solid #000;
    margin-top: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.top-link-box .signin a:hover {
    color: #000;
    background: transparent;
}
.top-link-box .signout a {
    background: #f44336;
    border: 2px solid #f44336;
}
.top-link-box .signout a:hover {
    color: #000;
    background: transparent;
    border: 2px solid #000;
}
.top-link-box .signin i,
.top-link-box .signout i {
    font-size: 1.35rem;
}
.top-link-box .language a {
    font-size: 1rem;
	 width: 36px;
    height: 36px;
    color: #fff;
    background: #000;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.top-link-box .language a:hover {
    color: #000;
    background: transparent;
}
.top-link-box .language i {
    font-size: 1.25rem;
}
.top-link-box .last {
    margin-right: 10px;
}
/***search***/
.top-link-box .search #search-btn {
    font-size: 1rem;
    color: #fff;
    width: 36px;
    height: 36px;
    padding: 0 !important;
    margin: 0 !important;
    background: #000;
    border: 2px solid #000;
}
.top-link-box .search i {
    vertical-align: -1px;
}
.top-link-box .search #search-btn:hover {
    color: #000;
    background: transparent;
}
.top-link-box .search .btn-group .out {
    display: none;
}
.top-link-box .search .btn-group.show .in {
    display: none;
}
.top-link-box .search .btn-group.show .out {
    display: block;
}
.top-link-box .search .dropdown-toggle::after {
    content: none;
}
.top-link-box .search .search-box {
    top: 5px !important;
    left: initial !important;
    right: -70px;
    background: transparent;
    -webkit-animation-name: search-box;
    animation-name: search-box;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes search-box {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes search-box {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 991px) {
    #search .dropdown-menu {
        left: -218px;
    }
}
/***--- header end ---***/

/***--- banner ----***/
#home-bn {
    height: calc(100vh - 0px);
}
.carousel-item {
    height: calc(100vh - 0px);
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#page-bn .carousel-item {
    height: 450px;
    min-height: 450px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-inner {
    z-index: 0;
}
.carousel:hover a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-caption {
    position: absolute;
    font-size: 46px;
    line-height: 52px;
    color: #fff;
    right: 5%;
    left: 5%;
    bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    min-height: 200px;
    height: calc(100vh - 4.4rem);
    flex-direction: column;
    overflow: hidden;
    z-index: 10;
}
.carousel-caption .article-box .title h3 {
    font-size: 80px;
    margin: 0 0 30px 0;
    color: #6b6b6b;
    font-family: 'Anton', sans-serif;
}
.carousel-caption .image-box img {
    width: 100%;
}
.carousel-indicators {
    bottom: 20px;
    display: none;
}
.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
    background: none !important;
    width: 28px;
    height: 28px;
    opacity: 0;
    font-family: "gwicon";
    font-size: 28px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}
.carousel:hover .carousel-control-next-icon,
.carousel:hover .carousel-control-prev-icon {
    opacity: 0;
}
.carousel-control-next-icon:before {
    content: "\42";
}
.carousel-control-prev-icon:before {
    content: "\41";
}
.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
    opacity: 1 !important;
}
.carousel-control-next {
    right: 5px;
}
.carousel-control-prev {
    left: 5px;
}
.home-go-box {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    animation-name: drift;
    -webkit-animation-name: drift;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes drift {
	0% {
		transform: rotateY(0deg);
	}
	30% {
		transform: rotateY(0deg);
	}	
	50% {
		transform: rotateY(180deg);
	}	
	100% {
		transform: rotateY(360deg);
	}			
}
@-webkit-keyframes drift {
	0% {
		-webkit-transform: rotateY(0deg);
	}
	30% {
		-webkit-transform: rotateY(0deg);
	}	
	50% {
		-webkit-transform: rotateY(180deg);
	}	
	100% {
		-webkit-transform: rotateY(360deg);
	}			
}
.home-go a {
    font-size: 48px;
    color: #fff;
}
.home-go a:hover {
    color: #000;
}
/***--- banner end ----***/

/***--- home ----***/
#home-content-start {
    padding-top: 110px;
    position: absolute;
    bottom: 0;
}
#home #content {
    position: relative;
    padding: 0;
}
/***home about***/
#home-about {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
#home-about .bigtitle {
    font-family: 'Anton', sans-serif;
}
#home-about .bigtitle {
    color: rgba(0, 0, 0, 0.3);
    font-size: 7.5rem;
    line-height: 110px;
    margin-bottom: 10px;
}
#home-about .bigtitle:before {
    content: "";
    width: 300px;
    height: 2px;
    background: #000;
    position: absolute;
    margin-top: -25px;
    z-index: 1;
}
#home-about .bigtitle:after {
    content: "";
    width: 30px;
    height: 8px;
    background: #000;
    position: absolute;
    margin: -29px 0 0 0;
    z-index: 1;
    left: 0;
}
#home-about .content-box {
    color: #000;
    line-height: 32px;
}
#home-about .about-img-2 {
    margin-top: -150px;
}
/***--- home end ----***/

/***--- page ----***/
#body-top-box {
    background: url(../assets/images/bg_01.jpg) center center/cover;
    background-attachment: fixed;
    padding-top: 205px;
}
.body-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    flex-direction: column;
    overflow: hidden;
}
.top-title {
    color: #000;
    font-size: 3rem;
    font-family: 'Anton', "Noto Sans TC", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.page-title {
	 background: #f3f3f3;
    border-left: 15px solid #000;
    padding: 10px;
    margin-bottom: 40px;
}
.page-title h2 {
	 color: #000;
    font-size: 1.875rem;
    font-weight: 500;
    margin: 0;
}
#content {
    padding: 80px 0;
}
.table-responsive {
    overflow-y: hidden;
}
.table-responsive table {
    margin: 0 auto;
}
.table-responsive table thead th,
.table-responsive table tbody th,
.table-responsive table tbody th p {
    white-space: nowrap;
    border-width: 1px;
}
/***--- page end ----***/

/***--- about ----***/
.about-info {
    background: #000;
    background: url(../assets/images/bg_01.jpg) center bottom/cover;
}
/***--- about end ----***/

/***--- prediction/database ----***/
/***data-form-tab***/
.data-form-tab nav {
    text-align: center;
    background: #fff;
}
.data-form-tab .nav-tabs {
    display: inline-flex;
    text-align: center;
    border: 0;
}
.data-form-tab .nav-tabs .nav-link {
    position: relative;
    font-size: 1rem;
    width: 185px;
    height: 50px;
    line-height: 15px;
    color: #000;
    background: #ddd;
    padding: 0 5px;
    margin: 0 5px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/*修改：停止滑過變更顏色的效果*/
/*
.data-form-tab .nav-tabs .nav-link:hover {
    color: #fff;
    background: #000;
}
.data-form-tab .nav-tabs .nav-link a:link,
.data-form-tab .nav-tabs .nav-link a:hover {
    color: #000 !important;
    text-decoration: none;
}
*/

.data-form-tab .nav-tabs .nav-link:before {
    position: absolute;
    font-size: 3rem;
    font-family: 'Anton', sans-serif;
    color: rgba(0, 0, 0, 0.10);
    left: 10px;
    margin-top: 5px;
    z-index: 0;
}

/*修改：停止滑過變更顏色的效果*/
/*
.data-form-tab .nav-tabs .nav-link:hover:before {
    color: rgba(255, 255, 255, 0.30);
}
*/

.data-form-tab .nav-tabs .nav-link.active:before,
.data-form-tab .nav-tabs .nav-link.sendout:before {
    color: rgba(255, 255, 255, 0.30);
}
.data-form-tab .nav-tabs .nav-link:nth-child(1):before {
    content: "1";
}
.data-form-tab .nav-tabs .nav-link:nth-child(2):before {
    content: "2";
}
.data-form-tab .nav-tabs .nav-link:nth-child(3):before {
    content: "3";
}
.data-form-tab .nav-tabs .nav-link:nth-child(4):before {
    content: "4";
}
.data-form-tab .nav-tabs .nav-link:nth-child(5):before {
    content: "5";
}
.data-form-tab .nav-tabs .nav-link.active {
    color: #fff;
    background: #000;
}
.data-form-tab .nav-tabs .nav-link.active:hover {
    color: #fff;
    background: #000;
}
.data-form-tab .nav-tabs .nav-link.sendout {
    color: #fff;
    background: #000;
}
.data-form-tab .nav-tabs .nav-link.sendout:hover {
    color: #fff;
    background: #000;
}
.data-form-tab .nav-tabs .nav-link span i {
    display: inline-block;
    color: transparent;
    font-size: 0.75rem;
    line-height: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    margin-right: 5px;
}

/*修改：停止滑過變更顏色的效果*/
/*
.data-form-tab .nav-tabs .nav-link:hover span i {
    color: #f44336;
    border: 1px solid #fff;
}
*/

.data-form-tab .nav-tabs .nav-link.active span i,
.data-form-tab .nav-tabs .nav-link.sendout span i {
    color: #f44336;
    border: 1px solid #fff;
}
.data-form-tab .tab-content {
    padding: 35px 0 0 0;
}
.data-form-tab .tab-content .title h3 {
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: 600;
    color: #17bebb;
}
.data-form-tab .tab-content .subtitle h3 {
    font-size: 1.375rem;
    margin: 0 0 20px 0;
    text-align: center;
}
@media (max-width: 1024px) {
    .data-form-tab .nav-tabs .nav-link {
        width: 128px;
        border-radius: 5px;
    }
}
@media (max-width: 991px) {
    .data-form-tab .nav-tabs .nav-link {
        width: 125px;
    }
}
@media (max-width: 767px) { 
    .data-form-tab .nav-tabs .nav-link {
        width: 100%;
        margin: 5px 0;
    }
}
/*page-menu*/
.page-menu {
    text-align: center;
    margin-bottom: 50px;
}
.page-menu ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
}
.page-menu ul>li.active {
    background: #000;
}
.page-menu ul>li.active span {
    color: #fff;
}
.page-menu ul>li.sendout {
    background: #000;
}
.page-menu ul>li.sendout span {
    color: #fff;
}
.page-menu ul>li {
    position: relative;
    width: 185px;
    background: #ddd;
    border-radius: 30px;
    margin: 0 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.page-menu ul>li:before {
    position: absolute;
    font-size: 3rem;
    font-family: 'Anton', sans-serif;
    color: rgba(0, 0, 0, 0.10);
    top: 30%;
    left: 10px;
    z-index: 0;
}
.page-menu ul>li.active:before,
.page-menu ul>li.sendout:before {
    color: rgba(255, 255, 255, 0.30);
}
.page-menu ul>li:nth-child(1):before {
    content: "1";
}
.page-menu ul>li:nth-child(2):before {
    content: "2";
}
.page-menu ul>li:nth-child(3):before {
    content: "3";
}
.page-menu ul>li:nth-child(4):before {
    content: "4";
}
.page-menu ul>li:nth-child(5):before {
    content: "5";
}
.page-menu ul>li span {
    position: relative;
    width: 100%;
    display: block;
    color: #222;
    line-height: 20px;
    padding: 15px 5px;
    margin: 0;
}
.page-menu ul>li span i {
    display: inline-block;
    color: transparent;
    font-size: 0.75rem;
    line-height: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    margin-right: 5px;
}
.page-menu ul>li.active span i,
.page-menu ul>li.sendout span i {
    color: #f44336;
    border: 1px solid #fff;
}
@media (max-width: 991px) {
    .page-menu ul>li {
        width: 125px;
        border-radius: 5px;
    }
}
@media (max-width: 767px) {
    .page-menu ul {
        display: block;
    }
    .page-menu ul>li {
        width: 100%;
        margin: 10px 0;
    }
}
#prediction .title h3,
#database .title h3 {
    margin: 0 0 30px 0;
}
.models-list {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 30px;
}
.chart-list {
    margin: 0 0 50px 0;
}
.chart-list:last-child {
    margin: 0;
}
#data-form .file-box {
    margin: 20px 0;
    text-align: center;
    background: #f3f3f3;
    padding: 30px;
}
#data-form .file-box input {
    height: 45px;
    line-height: 39px;
    padding: 0;
    background: #fff;
    border: 0;
}
#data-form .file-box .article {
    margin-top: 20px;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.45);
}
#data-form .file-box .article i {
    margin-right: 5px;
    font-size: 1.8rem;
    vertical-align: -5px;
}
#data-form .submit-box {
    margin-top: 50px;
    margin-bottom: -20px;
    text-align: center;
}
#data-form .submit-box button {
    width: 180px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    background: #f44336;
    border: 0;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    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;
}
#data-form .submit-box button:hover {
    background: #222;
}
#data-form .submit-box button i {
    font-size: 18px;
    margin-left: 6px;
    line-height: 18px;
    vertical-align: -3px;
}
#data-form .submit-box button i {
    color: #fff !important;
}
#data-form .submit-box button a {
    display: block;
    color: #fff !important;
}
#data-form #submit-btn input {
    width: 180px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    background: #f44336;
    border: 0;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    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;
}
#data-form #submit-btn:hover input {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    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;
}
#data-form #submit-btn input:active {
    background: #222;
}
#data-form .guide-box {
    margin-top: 50px;
    text-align: center;
}
#data-form .guide-btn {
    text-align: center;
    display: inline-flex;
}
#data-form .prev-btn a,
#data-form .next-btn a {
    display: block;
    width: 100px;
    height: 50px;
    margin: 0 3px;
    line-height: 50px;
    background: #17bebb;
    color: #fff !important;
}
#data-form .prev-btn a:hover,
#data-form .next-btn a:hover {
    background: #222;
}
#data-form .prev-btn i,
#data-form .next-btn i {
    padding-top: 3px;
    vertical-align: -2px;
}
#data-form .prev-btn i {
    margin-left: -5px;
    margin-right: 5px;
}
#data-form .next-btn i {
    margin-left: 5px;
    margin-right: -5px;
}
#data-form .next-btn button {
    width: 100px;
    height: 50px;
    line-height: 50px;
    background: #f44336;
    border: 0;
    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;
}
#data-form .next-btn button:hover {
    background: #222;
}
#data-form .next-btn button aa {
    margin: -1px 0 0 -6px;
    background: #f44336;
}
#creep-from .list-box {    
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
#creep-from .slider-box {   
    display: inherit;
}
#creep-from .prompt-box ul {
    font-size: 0.9375rem;
    list-style: none;
    padding-left: 0;
    color: #ff1100;
    line-height: 21px;
}
#creep-from label {
    margin-bottom: 3px;
}
#creep-from input {
    color: #f44336;
    width: 90px;
    margin-left: 10px;
    padding: 3px 10px;
}
#database #creep-from input {
    width: 73px;
}
#database #creep-from .slider-box input:last-child {
    margin-left: 0;
}
#database #creep-from .to {
    margin: 0 5px;
}
#creep-from select {
    width: 320px;
}
/*ui*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0px solid #ccc;
    background: #2b2b2b;
    font-weight: normal;
    color: #222;
    border-radius: 100%;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0px solid #ccc;
    background: #2b2b2b;
    font-weight: normal;
    color: #2b2b2b;
    outline: none !important;
}
.ui-slider-horizontal {
    height: .55em;
}
.ui-slider .ui-slider-handle {
    width: 1em;
    height: 1em;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0px solid #ccc;
    background: #2b2b2b;
    font-weight: normal;
    color: #fff;
}
.ui-slider-horizontal .ui-slider-range {
    height: 8px;
}
.ui-widget.ui-widget-content {
    width: 220px;
    height: 8px !important;
    border: 1px solid #fff;
    background: #e9e9e9;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #17bebb;
    color: #333;
    font-weight: bold;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #2b2b2b;
    background-color: #fff
}
.ui-widget.ui-widget-content {
    margin-top: 12px;
}
/*checkbox radio*/
.choose-box {
    line-height: 1;
    position: relative;
    margin: 10px 0;
}
.choose-box ul {
    padding: 0;
    list-style-type: none;
}
.choose-box label {
    margin-bottom: 0;
}
/*data-form*/
/*form-nav*/
#data-form-nav {
    display: inline-flex;
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0;
}
#data-form-nav li.active {
    background: #000;
}
#data-form-nav li.active span {
    color: #fff;
}
#data-form-nav li.sendout {
    background: #000;
}
#data-form-nav li {
    position: relative;
    width: 185px;
    height: 50px;
    line-height: 20px;
    background: #ddd;
    border-radius: 30px;
    margin: 0 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#data-form-nav li:before {
    position: absolute;
    font-size: 3rem;
    font-family: 'Anton', sans-serif;
    color: rgba(0, 0, 0, 0.10);
    top: 30%;
    left: 10px;
    z-index: 0;
}
#data-form-nav li.active:before,
#data-form-nav li.sendout:before {
    color: rgba(255, 255, 255, 0.30);
}
#data-form-nav>li:nth-child(1):before {
    content: "1";
}
#data-form-nav>li:nth-child(2):before {
    content: "2";
}
#data-form-nav>li:nth-child(3):before {
    content: "3";
}
#data-form-nav>li:nth-child(4):before {
    content: "4";
}
#data-form-nav>li:nth-child(5):before {
    content: "5";
}
#data-form-nav i span {
    position: relative;
    width: 100%;
    display: block;
    color: #222;
    line-height: 20px;
    padding: 15px 5px;
    margin: 0;
}
#data-form-nav li span i {
    display: inline-block;
    color: transparent;
    font-size: 0.75rem;
    line-height: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    margin-right: 5px;
}
#data-form-nav li.active span i,
#data-form-nav li.sendout span i {
    color: #f44336;
    border: 1px solid #fff;
}
@media (max-width: 1366px) {
    #data-form-nav li {
        width: 125px;
        border-radius: 5px;
    }
}
@media (max-width: 991px) {
    #data-form-nav li {
        width: 125px;
        border-radius: 5px;
    }
    
}
@media (max-width: 767px) {
    #data-form-nav {
        display: block;
    }
    #data-form-nav li {
        width: 100%;
        margin: 10px 0;
    }
}
#data-form-2 {
    width: 100%;
    position: relative;
    text-align: center;
}
#data-form-2 .title h3 {
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: 600;
    color: #17bebb;
}
#data-form-2 .subtitle h3 {
    font-size: 1.375rem;
    margin: 0 0 20px 0;
    text-align: center;
}
#data-form-2 fieldset {
    box-sizing: border-box;
    width: 100%;
    display: block;
}
#data-form-2 fieldset:not(:first-of-type) {
    display: none;
}
#data-form-2 fieldset .content-box {
    text-align: left;
}
#data-form-2 .models-list {
	 background: #f7f7f7;
    border-radius: 10px;
    padding: 30px;
}
/*buttons*/
#data-form-2 .action-button {
    width: 100px;
    height: 50px;
    background: #17bebb;
    font-weight: bold;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    margin: 50px 3px 0 3px;
}
#data-form-2 .action-button:hover,
#data-form-2 .action-button:focus {
    background: #222;
}
#data-form-2 .submit-box {
    margin-top: 50px;
    text-align: center;
}
#data-form-2 .submit-button {
    width: 180px;
    height: 50px;
    background: #f44336;
    color: #fff;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0 0 -20px 0;
}
#data-form-2 .submit-button:hover,
#data-form-2 .submit-button:focus {
    background: #222;
}
.prev-icon,
.next-icon {
    display: contents;
    color: rgba(255, 255, 255, 0.5);
    line-height: 34px;
    pointer-events: none;
    z-index: 2;
    font-style: normal;
}
.prev-icon:before {
    content: "\41";
    font-family: "gwicon";
    vertical-align: -2px;
    position: absolute;
    margin-left: -95px;
    margin-top: 59px;
}
.next-icon:before {
    content: "\42";
    font-family: "gwicon";
    vertical-align: -2px;
    position: absolute;
    margin-left: -28px;
    margin-top: 59px;
}
/***--- creep end ----***/

/***--- group ----***/
#group-list .list-box {
    margin-bottom: 20px;
}
#group-list .list-box.foucs {
    margin-bottom: 35px;
}
#group-list .list-box.foucs .image-box img {
    width: 100%;
}
#group-list .list-box.foucs .content-box .title {
    background: #222;
    text-align: center;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
}
#group-list .list-box.foucs .content-box .title h3 {
    color: #fff;
    font-size: 1.25rem;
    margin: 0;
}
#group-list .list-box.foucs .content-box .title:hover {
    background: #000;
}
#group-list .list-box.foucs .content-box .title:before {
    content: none;
}
#group-list .list-box .content-box .title h3 {
    color: #000;
    font-size: 1.25rem;
    margin: 0 0 0 15px;
}
#group-list .list-box .content-box .title:hover h3 {
    color: #17bebb;
}
#group-list .list-box .content-box .title:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #17bebb;
    border-radius: 100%;
    z-index: 1;
    margin-top: 8px;
}
/***--- group end ----***/

/***--- publication ----***/
#publication-list .list-box {
    margin-bottom: 35px;
}
#publication-list .list-box .image-box img {
    width: 100%;
}
#publication-list .list-box .content-box .title h3 {
    margin: 0 0 15px 0;
}
#publication-table.sort-selected-box .sort-selected {
    width: 100px;
    position: absolute;
    z-index: 1;
}
#publication-table.sort-selected-box #subject {
    height: 30px;
    border: 1px solid #17bebb;
    background-color: #ffffff;
    color: #333;
    width: 100%;
    padding: 0 0 0 5px;
    border-radius: 3px;
    font-size: 15px;
}
#publication-table.sort-selected-box .dataTables_length {
    padding-left: 110px;
}
#publication-table thead th.date{
    width: 75px !important;
}
#publication-table thead th.link {
    width: 50px !important;
}
#publication-table td.date {
    font-size: 15px;
    text-align: center;
    padding: 5px;
    white-space: nowrap;
}
#publication-table td.title {
    line-height: 22px;
}
#publication-table td.link {
    text-align: center;
}
#publication-table td.link .link-icon {
    background: #f44336;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: inline-block;
}
#publication-table td.link .link-icon:hover {
    background: #222;
}
#publication-table td.link .link-icon a {
    color: #fff;
}
#publication-table td.link .link-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    height: 28px;
}
/***--- publication end ----***/

/***--- contact ---***/
.remark {
    color: #ff1100;
    margin-left: 3px;
    font-weight: 400;
}
.error {
    color: #ff1100;
    font-size: 0.875rem;
}
.contact-form .title {
    text-align: center;
    color: #66a78a;
    font-size: 1.625rem;
    font-weight: 400;
    margin: 0 0 25px 0;
}
.contact-form form label {
    margin: 10px 0 5px 0;
    color: #000;
    font-weight: 500;
}
.contact-form form input, .contact-form form textarea, .contact-form form select {
    width: 100%;
    height: 40px;
    border: 1px solid #bbb;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    padding: 0 5px;
    background: #fff;
}
.contact-form form input:focus, .contact-form form textarea:focus {
    border: 1px solid #17bebb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form form textarea {
    height: 150px;
}
form input:-moz-placeholder, form textarea:-moz-placeholder { color: #555; font-size: 15px !important; }
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder { color: #555; font-size: 15px !important; }
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder { color: #555; font-size: 13px !important; }
.contact-submit button {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 35px !important;
}
#c_code {
    float: left;
    margin-right: 15px;
}
#captcha {
    width: 120px;
    height: 35px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: -2px;
}
.submit-content {
    margin: 20px 0;
}
.captcha-icon i {
    color: #cb5221;
    margin-right: 5px;
    vertical-align: -2px;
}
.captcha-icon i:hover {
    color: #333;
}
#submit-btn input {
    font-size: 14px;
    color: #fff;
    width: 120px;
    height: 35px;
    margin: 0;
    padding-left: 25px;
    background: #17bebb;
    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;
}
#submit-btn:hover input {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    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: #222;
}

#submit-btn .send-icon {
    display: contents;
    color: #fff;
    line-height: 34px;
    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";
    font-family: "gwicon";
    font-size: 1.5rem;
    vertical-align: -2px;
    position: absolute;
    margin-left: -95px;
}

#submit-btn .send-icon2 {
    display: contents;
    color: #fff;
    line-height: 34px;
    pointer-events: none;
    z-index: 2;
}
#submit-btn:hover .send-icon2 {
    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-icon2:before {
    content: "\e184";
    font-family: "gwicon";
    font-size: 1.5rem;
    vertical-align: -2px;
    position: absolute;
    margin-left: -95px;
}

#submit-btn i {
    font-style: normal;
}
.contact-info h3 {
    font-size: 1.375rem;
    font-weight: 600;
}
.contact-info .website-article {
    margin-top: 30px;
}
.contact-info ul {
    padding-left: 0;
    list-style: none;
}
.contact-info li {
    line-height: 1.5;
    margin: 10px 0;
}
.contact-info li i {
    font-size: 1.125rem;
    vertical-align: -2px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 32px;
}
@media (max-width: 991px) {
    .submit-content {
        text-align: center;
    }
    #c_code {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }  
    #captcha {
        width: 100px;
    } 
    #submit-btn .send-icon:before {
        left: 0;
        right: 0;
        margin-left: -55px;
    }
}
@media (max-width: 767px) {
    .submit-content {
        text-align: center;
    }
    #c_code {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }  
    #captcha {
        width: 100px;
    } 
    #submit-btn .send-icon:before {
        left: 0;
        right: 0;
        margin-left: -55px;
    }
}
/***--- contact end ---***/

/***--- login ---***/
#login .content {
    margin-top: 50px;     
    margin-bottom: 50px;
    padding: 50px 30px;
    background: #efefef;
    overflow: hidden;
}
#login .content:before {
    content: "\e172";
    font-family: "gwicon";
    position: absolute;
    font-size: 300px;
    right: -60px;
    z-index: 0;
    color: rgba(0, 0, 0, 0.04);
    bottom: 145px;
}
#login form label {
    font-size: 0.9375rem;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
}
#login form input {
    width: 100%;
    height: 38px;
    border: 1px solid #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    padding: 0 5px;
    background: transparent;
}
#login form input:focus {
    border: 1px solid #009688;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#login form button {
    width: 130px;
    height: 40px;
    margin-top: 23px;
    margin-bottom: 10px;
    padding: 0;
    background: #000;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    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;
}
#login form button a {
    display: block;
    color: #fff;
    line-height: 40px;
}
#login form button:hover {
    background: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
#login form button:active {
    background: #000;
}
#login form button i {
    margin-right: 5px;
}
#login form input:-moz-placeholder,
#login form textarea:-moz-placeholder {
    font-size: 0.875rem;
    color: #aaa;
}
#login form input:-ms-input-placeholder, 
#login form textarea:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #aaa;
}
#login form input::-webkit-input-placeholder,
#login form textarea::-webkit-input-placeholderr {
    font-size: 0.875rem;
    color: #aaa;
}
#login .submit-box {
    margin-top: 20px;
}
#login .submit-box .captcha-icon {
    color: #f44336;
    margin: 0 3px;
}
#login .submit-box #codeimg {
    height: 35px;
    vertical-align: top;
}
#login .submit-box #captcha {
    width: 129px;
    height: 35px;
}
#login .forget {
    font-size: 0.975rem;
}
#login .forget a:hover {
    color: #900000;
    text-decoration: underline;
}
#login .register-article p {
    margin: 0;
}
#login .register-article h2 {
    color: #009688;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0px 0px 15px;
}
/***--- login end ---***/

/***--- register ---***/
#register .rules {
    margin-bottom: 20px;
}
#register .rules h3 {
    font-weight: 600;
    margin: 0 0 15px 0;
}
#register .content {
    margin-top: 50px;     
    margin-bottom: 50px;
    padding: 50px 30px;
    background: #efefef;
    overflow: hidden;
}
#register .content:before {
    content: "\e13a";
    font-family: "gwicon";
    position: absolute;
    font-size: 300px;
    right: -60px;
    z-index: 0;
    color: rgba(0, 0, 0, 0.04);
    bottom: 145px;
}
#register .content h2 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
    background: #808080;
    padding: 20px 0;
    margin-top: -50px;
    margin: -50px -30px 30px -30px;
}
.register-form label {
    font-size: 0.9375rem;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
}
.register-form input {
    width: 100%;
    height: 38px;
    border: 1px solid #000;
    color: #555;
    padding: 0 5px;
    background: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.register-form input:focus {
    border: 1px solid #009688;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.register-form #subject {
    width: 100%;
    height: 38px;
    border: 1px solid #000;
    background: transparent;
    color: #555;
    padding: 0 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#register form input:-moz-placeholder,
#register form textarea:-moz-placeholder {
    font-size: 0.875rem;
    color: #aaa;
}
#register form input:-ms-input-placeholder, 
#register form textarea:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #aaa;
}
#register form input::-webkit-input-placeholder,
#register form textarea::-webkit-input-placeholderr {
    font-size: 0.875rem;
    color: #aaa;
}
#register #captcha {
    border: 1px solid #fff;
    background: #fff;
}
/***--- register end ---***/

/***--- footer ---***/
footer {
    position: relative;
    color: #000;
    font-size: 0.9375rem;
    line-height: 22px;
}
footer .footer-box {
    padding: 40px 0;
    line-height: 30px;
    background: #d2d2d2;
    text-align: center;
}
footer p:last-child {
    margin-bottom: 0;
}
footer a {
    color: #000;
}
footer a:hover {
    color: #000;
}
footer h3 {
    font-size: 1.625rem;
    margin-bottom: 25px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}
footer ul {
    padding-left: 0;
    list-style: none;
}
footer li {
    line-height: 1.5;
    margin: 3px 0;
}
footer .title {
    display: block;
    color: #000;
    margin-top: 10px
}
footer .contact {
    text-align: left;
}
footer .contact i {
    font-size: 1.125rem;
    vertical-align: -4px;
    margin-right: 10px;
}
footer .suggest {
    margin: 15px 0 0 0;
    line-height: 28px;
}
#design {
    margin-bottom: -30px;
    color: rgba(255, 255, 255, 0.5);
}
#design a, #design a:active {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
}
#design a:hover {
    color: #000;
}
#design i {
    font-size: 0.875rem;
    margin: 0 2px 0 5px;
}
/***--- footer end ---***/

/***--- breadcrumb ---***/
.gw-breadcrumb {
    line-height: 35px;
    padding-top: 20px;
    text-align: center;
}
.gw-breadcrumb a,
.gw-breadcrumb a:link {
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}
.gw-breadcrumb a:hover {
/*    text-decoration: underline;*/
}
.gw-breadcrumb .bread_gt {
    padding: 0 15px;
}
.gw-breadcrumb .bread_gt:before {
    content: "\50";
    position: absolute;
    font-size: 0.9375rem;
    font-family: "gwicon";
    color: #000;
    margin: 1px 0 0 -8px;
}
/***--- breadcrumb end ---***/

/***--- tips ---***/
.tips {
    font-size: 0.8125rem;
    color: #fff;
    clear: both;
    margin-top: -20px;
    padding-bottom: 20px;
}
.tips ul {
    float: right;
    list-style-type: none;
    padding-left: 0;
}
.tips ul li {
    float: left;
}
.tips .tips-content {
    margin-left: 20px;
}
.tips .tips-content a {
    color: #fff;
    font-size: 0.8125rem;
    background: #009688;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: inline-grid;
    line-height: 1;
    text-align: center;
}
.tips .tips-content a:link {
    color: #fff;
}
.tips .tips-content a:hover {
    color: #fff;
    background: #555;
}
.tips-list {
    margin: 0 3px;
}
.tips-list i {
    color: #fff;
    font-size: 0.9375rem;
    margin: 5px 0 -5px 0;
    line-height: 1;
}
.a2a_default_style a:hover .a2a_svg, .a2a_floating_style a:hover .a2a_svg, .a2a_overlay_style a:hover .a2a_svg svg {
    opacity: 1 !important;
}
.a2a_default_style a {
    line-height: 16px !important;
    padding: 0px 2px !important;
}
.a2a_default_style .a2a_counter img,
.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg {
    width: 40px;
    height: 40px;
    background-color: transparent !important;
}
.a2a_svg svg {
    background: #000;
}
.a2a_svg svg:hover {
    background: #555;
}
.a2a_menu a {
    color: #000 !important;
}
.a2a_menu a:hover {
    color: #000 !important;
}
@media (max-width: 767px) {
    .a2a_full {
        width: 93% !important;
        margin: 0 auto !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 375px) {
    .a2a_full {
        width: 91% !important;
    }
}
/***--- tips end ---***/

/***--- pagination ---***/
.pagination {
    clear: both;
    text-align: center;
    font-size: 0.875rem;
    padding-top: 30px;
    margin: 0;
    display: inherit;
}
.pagination strong {
    display: inline-block;
    color: #000;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    background: #17bebb;
    border: 2px solid #17bebb;
    font-weight: 400 !important;
} 
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:focus {
    display: inline-block;
    color: #000;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0;
    background: #fff;
    border: 2px solid #17bebb;
}
.pagination a:hover {
    color: #000;
    background: #17bebb;
    border: 2px solid #17bebb;
}
@media (max-width: 320px) {
    .pagination strong {
        padding: 5px 8px;
    }
    .pagination a {
        padding: 5px 8px;
    }    
}
/***--- pagination end ---***/

/***--- editor ---***/
#editor {
    border: 1px solid #c4c4c4;
}
.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 .subtitle h2 {
    color: #17bebb;
    font-weight: 500;
    margin: -3px 0 30px 0;
}
.editor img {
    max-width: 100%;
    height: auto !important;
}
.editor b,
.editor strong {
    color: #000;
    font-weight: 400;
}
.editor .fa {
    color: #4196ea;
}
.editor a:link,
.editor a:visited {
    color: #9C27B0;
    text-decoration: underline;
    text-decoration-color: black;
}
.editor a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.editor ul {
    margin-bottom: 15px;
}
.editor ol {
    margin-bottom: 15px;
}
.editor ul > li,
.editor ol > li {
    padding: 0 0 2px 0;
    margin-bottom: 0px;
}
.editor li > ul,
.editor li > ol {
    margin: 4px 0 20px 0;
}
.editor ul > li:last-child,
.editor ol > li:last-child {
    padding: 0 0 0 0;
}
.editor ul > li p,
.editor ol > li p {
    margin: 4px 0 20px 0;
}
.editor ul > li > ul,
.editor ul > li > ol,
.editor ol > li > ul,
.editor ol > li > ol {
    margin: 4px 0 0 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%;
    border-color: #eaeaea;
    border-style: initial;
    margin: 5px auto 18px auto;
}
.editor .text-list-box .title:before {
    content: none;
}
.editor .text-list-box {
    margin-bottom: 20px;
}
.editor .text-list-box a {
    text-decoration: none;
}
.editor .text-list-box .title h3 {
    color: #000;
    font-size: 1.25rem;
    margin: 0 0 0 15px;
}
.editor .text-list-box .title:hover h3 {
    color: #17bebb;
}
.editor .text-list-box .title:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #17bebb;
    border-radius: 100%;
    z-index: 1;
    margin-top: 8px;
}
.editor table p {
    margin: 0;
}
.editor table thead th {
    background-color: #7f65b7;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding: 6px 10px;
    line-height: 20px;
    border-color: #b199e6;
    width: auto !important;
    vertical-align: middle;
}
.editor table thead .date {
    width: 100px !important;
}
.editor table thead .author {
    width: 100px !important;
}
.editor table tbody .date {
    text-align: center
}
.editor table tbody a:link,
.editor table tbody a:visited {
    color: #222;
    text-decoration: underline;
    text-decoration-color: #888;
}
.editor table tbody a:hover {
    color: #000;
    text-decoration-color: #000;
}
.editor table thead th:first-child {
    border-left: 1px solid #7f65b7;
}
.editor table thead th:last-child {
    border-right: 1px solid #7f65b7;
}
.editor table thead th h1,
.editor table thead th h2,
.editor table thead th h3,
.editor table thead th h4,
.editor table thead th h5,
.editor table thead th h6 {
    color: #000;
}
.editor table thead td {
    font-weight: 500;
    text-align: center;
    padding: 6px 10px;
    line-height: 20px;
    width: auto !important;
}
.editor table tbody th {
    padding: 5px 10px;
    line-height: 20px;
    color: #7f65b8;
    vertical-align: middle;
    text-align: center;
}
.editor table tbody tr {
    background: #ffffff;
    border-color: #eaeaea;
}
.editor table tbody tr:nth-child(even) {
    background: #f2f0f8;
}
.editor table tbody tr:nth-child(even)>th {
    background: #fff;
}
#uncolor tr:nth-child(even) {
    background: #ffffff;
}
.editor table tbody tr td {
    padding: 8px 10px;
    vertical-align: middle;
    width: auto !important;
}
.editor table tbody ul,
.editor table tbody ol {
    padding-left: 22px;
    margin-bottom: 0;
}
.editor table tbody li {
    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 -----***/
.search-box {
    width: 180px;
}
.search-box ::-webkit-input-placeholder { 
    color: #000;
    font-size: 12px !important;
}
.search-box ::-moz-placeholder {
    color: #000;
    font-size: 12px !important;
}
.search-box :-ms-input-placeholder {
    color: #000;
    font-size: 12px !important;
}
.search-box :-moz-placeholder {
    color: #000;
    font-size: 12px !important;
}
.gsc-input-box {
    height: 32px;
    background: #fff;
    border-radius: 15px 0 0 15px !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    font-size: 13px !important;
    border-color: #000 !important;
    padding: 0 !important;
}
.gsc-control-cse {
    background-color: transparent !important;
    border: 0px solid #ffffff !important;
    padding: 0 !important;
}
table.gsc-search-box td {
    line-height: 30px;
    vertical-align: middle;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}
.gsib_a {
    padding: 0 0 0 10px !important;
}
.gsst_a {
    padding: 0 !important;
}
.gsst_a .gscb_a {
    color: #c35017 !important;
    vertical-align: -3px;
    line-height: 30px;
    background: #fff;
}
.gsst_a {
    width: auto !important;
    height: auto !important;
}
.gsc-search-button {
    margin-left: -1px !important;
}
.gsc-search-button-v2 {
    border-color: #000 !important;
    border-left: 0 !important;
    background-color: #000 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000)) !important;
    background-image: -webkit-linear-gradient(top,#000,#000) !important;
    background-image: -moz-linear-gradient(top,#000,#000) !important;
    background-image: -ms-linear-gradient(top,#000,#000) !important;
    background-image: -o-linear-gradient(top,#000,#000) !important;
    background-image: linear-gradient(top,#000,#000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000',EndColorStr='#000') !important;
}
.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    line-height: 28px !important;
    height: 28px !important;
    min-height: 32px;
    padding: 0px 12px 0 12px !important;
    border-radius: 0 15px 15px 0 !important;
}
.gsc-search-button-v2:hover {
    border-color: #333 !important;
    background-color: #333 !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333', EndColorStr='#333');
}
.gsc-search-button-v2 svg {
    fill: #fff !important;
}
.gsc-search-button-v2:hover svg {
    fill: #fff !important;
}
.gsc-search-button-v2:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
form.gsc-search-box {
    margin-bottom: 0 !important;
}
table.gsc-search-box {
    margin-bottom: 0 !important;
}
@media (max-width: 787px) {   
    .search-box {
        width: 250px;
    }
    .top-link-box .search .search-box {
        top: 10px !important;
        right: -155px;
    }  
    .gsc-input-box {
        height: 35px;
        background: #fff;
        border-radius: 30px 0 0 30px !important;
    }
    .gsc-search-box-tools .gsc-search-box .gsc-input {
        line-height: 33px;
        border-radius: 30px 0 0 30px;
    }
    .gsc-search-button-v2,
    .gsc-search-button-v2:hover,
    .gsc-search-button-v2:focus {
        line-height: 31px !important;
        height: 31px !important;
        min-height: 35px;
        padding: 0px 15px 0 15px !important;        
        border-radius: 0 30px 30px 0 !important;
    }
}
@media (max-width: 375px) { 
    .top-link-box .search .search-box {
        right: -175px;
    }   
    .gsc-search-box-tools .gsc-search-box .gsc-input {
        background: none !important;
        text-indent: 0 !important;
    }
}
@media (max-width: 320px) {
    .top-link-box .search .search-box {
        right: -195px;
    }   
}
/***--- search end -----***/

/***--- thankspage ---***/
.thankspage-content {
    border: 1px solid #ccc;
    padding: 50px 28px;
    margin: 80px 0 60px 0;
    color: #028E72;
    font-size: 0.9375rem;
}
/***--- thankspage end ---***/