input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: #fff;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.btn[type=reset] {
  background: #ddd;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0;
}

html, body {
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.showSweetAlert[data-animation=pop] {
  opacity: 0;
  -webkit-animation: swal 0.5s forwards;
          animation: swal 0.5s forwards;
}

@-webkit-keyframes swal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes swal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sweet-alert {
  color: #000;
}
.sweet-alert p {
  font-size: 15px;
  font-family: microsoft jhenghei, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .container {
    width: 100%;
  }
}

.sa-confirm-button-container {
  display: inline-block;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  resize: none;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
.header {
  position: relative;
  z-index: 3;
}
.header .container {
  position: relative;
  padding-top: 75px;
}
.header .logo-link {
  position: absolute;
  display: block;
  top: -6px;
  width: 600px;
  height: 116px;
  opacity: 0;
  -webkit-animation: fadeInLeft2 1s 0s forwards;
          animation: fadeInLeft2 1s 0s forwards;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header .logo-link {
    top: 15px;
  }
}
.header .logo {
  max-width: 138px;
  left: 0;
}
.header .site-name {
  max-width: 380px;
  margin: 31px 0 4px 15px;
  vertical-align: top;
  -webkit-filter: drop-shadow(2px 2px 3px #fff);
          filter: drop-shadow(2px 2px 3px #fff);
}
@media screen and (max-width: 960px) {
  .header .logo {
    max-width: 60px;
  }
  .header .container {
    padding-top: 62px;
  }
  .header .site-name {
    max-width: 350px;
    margin: 8px 0 4px 5px;
  }
  .header .logo-link {
    width: 425px;
    height: auto;
    top: 3px;
  }
}
@media screen and (max-width: 800px) {
  .header {
    background: #fff;
  }
  .header:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: rgb(150, 198, 34);
    background: linear-gradient(45deg, #44704c, #009a44);
  }
  .header .container {
    padding-top: 105px;
  }
  .header .logo {
    max-width: 85px;
  }
  .header .site-name {
    max-width: 295px;
  }
}
@media screen and (max-width: 460px) {
  .header .container {
    padding-top: 92px;
  }
  .header .logo-link {
    width: 325px;
  }
  .header .site-name {
    margin-top: 0;
    max-width: 260px;
  }
  .header .logo {
    max-width: 45px;
  }
}

@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.top-menu {
  position: absolute;
  right: 0;
  top: 16px;
}
.top-menu > a {
  display: block;
  float: left;
  border-radius: 25px;
  padding: 5px 15px;
  white-space: nowrap;
  margin-right: 15px;
  position: relative;
  top: 0;
  -webkit-transition: 500ms -webkit-box-shadow;
  transition: 500ms -webkit-box-shadow;
  transition: 500ms box-shadow;
  transition: 500ms box-shadow, 500ms -webkit-box-shadow;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.top-menu > a:hover {
  -webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}
.top-menu .top-icon {
  max-width: 28px;
  max-height: 28px;
  display: inline-block;
}
.top-menu .top-arrow {
  max-width: 8px;
}
.top-menu .toplink-txt {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-weight: bold;
}
.top-menu .toplink-reg {
  border: 2px solid #60C28F;
  color: #FFF;
  background-color: #60C28F;
  min-width: 138px;
}
.top-menu .toplink-reg img {
  -webkit-filter: brightness(999);
          filter: brightness(999);
}
.top-menu .toplink-login, .top-menu .toplink-member {
  border: 2px solid #F95706;
  color: #fff;
  padding: 5px 5px 5px 15px;
  background-color: #F95706;
  min-width: 146px;
}
.top-menu .toplink-login img, .top-menu .toplink-member img {
  -webkit-filter: brightness(999);
          filter: brightness(999);
}
.top-menu .toplink-login .toplink-txt, .top-menu .toplink-member .toplink-txt {
  margin-right: 15px;
}
.top-menu .toplink-menu {
  display: none;
  border: 2px solid #00682F;
  color: #00682F;
}
.top-menu .toplink-menu .glyphicon {
  vertical-align: middle;
  top: -1px;
}
.top-menu .toplink-member {
  min-width: 165px;
  width: 100%;
}
.top-menu .toplink-member .glyphicon {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .top-menu {
    right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .top-menu > a {
    margin-right: 15px;
  }
  .top-menu .top-icon {
    max-width: 20px;
    max-height: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-menu {
    right: auto;
    top: 54px;
    left: 109px;
  }
  .top-menu > a {
    margin-right: 5px;
    padding: 5px 10px;
  }
  .top-menu .toplink-menu {
    display: inline-block;
  }
  .top-menu .toplink-member {
    width: auto;
  }
}
@media screen and (max-width: 520px) {
  .top-menu .toplink-reg {
    min-width: 100px;
    padding: 5px 10px 5px 10px;
  }
  .top-menu .top-arrow {
    display: none;
  }
  .top-menu .toplink-login, .top-menu .toplink-member {
    min-width: auto;
    padding: 5px 15px 5px 10px;
  }
  .top-menu > a {
    display: block;
    float: left;
  }
}
@media screen and (max-width: 460px) {
  .top-menu {
    left: 70px;
    top: 45px;
  }
  .top-menu .toplink-txt {
    margin-left: 0;
    font-size: 12px;
  }
  .top-menu .toplink-member .toplink-txt {
    margin-left: 10px;
  }
}

.site-menu {
  margin-left: 149px;
  background: linear-gradient(45deg, #44704c, #009a44);
  border-radius: 100px;
  padding: 0 40px;
}
.site-menu a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.site-menu .dropdown-menu {
  border: 0;
}
.site-menu .dropdown-menu > li > a {
  padding: 10px 15px;
}
.site-menu .navbar-nav {
  float: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.site-menu .navbar-nav:before, .site-menu .navbar-nav:after {
  display: none;
}
.site-menu .nav > li > a {
  -webkit-transition: 500ms all;
  transition: 500ms all;
  letter-spacing: 1px;
}
.site-menu .nav > li > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.site-menu .nav > li > a:focus, .site-menu .nav > li > a:hover {
  background-color: transparent;
}
.site-menu .nav > li > a:focus::before, .site-menu .nav > li > a:hover::before {
  position: absolute;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.site-menu .nav .open > a, .site-menu .nav .open > a:focus, .site-menu .nav .open > a:hover {
  background: #004820;
}
@media screen and (max-width: 960px) {
  .site-menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .site-menu {
    border-radius: 0;
    display: none;
    background: rgb(150, 198, 34);
    background: linear-gradient(45deg, #44704c, #009a44);
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
  .site-menu .navbar-nav .open .dropdown-menu {
    background: rgba(255, 255, 255, 0.8);
    padding-top: 0;
  }
  .site-menu .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 15px;
  }
  .site-menu .nav .open > a, .site-menu .nav .open > a:focus, .site-menu .nav .open > a:hover {
    background: #35b36d;
  }
  .site-menu.site-menu-open {
    display: block;
  }
  .site-menu .navbar-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-menu .nav > li {
    width: 100%;
  }
  .site-menu .nav > li a:focus, .site-menu .nav > li a:hover {
    padding: 10px 15px;
    background: #35b36d;
  }
}

.site-member-menu {
  width: 100%;
  border-radius: 20px 20px;
  padding: 10px 0 15px;
  border: 0;
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
}
.site-member-menu .glyphicon {
  color: #00672F;
  margin-right: 5px;
  font-size: 17px;
}
.site-member-menu > li > a {
  padding: 8px 17px;
  color: #00672F;
}
.site-member-menu .user-name {
  padding: 8px 17px;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .site-member-menu {
    width: auto;
  }
}
.site-member-menu > .group-only {
  background: #ffffdd;
}
.site-member-menu > .group-only > a {
  color: red;
}
.site-member-menu > .group-only .glyphicon {
  color: red;
}

.swiper-container {
  width: 100%;
  max-height: 690px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: green;
  width: 15px;
  border-radius: 100px;
}

.index-block-title {
  color: #00672f;
  margin-bottom: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.index-block-title > h2 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 20px;
  font-size: 26px;
}
.index-block-title .block-slogan {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .index-block-title .block-slogan {
    display: block;
    margin-top: 10px;
  }
  .index-block-title .block-slogan img {
    max-width: 100%;
  }
}

.index-news-cate-link-outer {
  display: inline-block;
  color: #5d5d5d;
  font-size: 16px;
  vertical-align: middle;
}
.index-news-cate-link-outer img {
  width: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 500ms all;
  transition: 500ms all;
}
.index-news-cate-link-outer a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.index-news-cate-link-outer a:hover {
  color: #0066cc;
}
.index-news-cate-link-outer a:hover img {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.index-news-cate-link-outer a:hover .link-cate-name {
  border-bottom: 2px solid #1478ea;
  top: -2px;
}
.index-news-cate-link-outer .link-cate-name {
  border-bottom: 1px solid #000;
  margin-left: 5px;
  position: relative;
  top: 0;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}
.index-news-cate-link-outer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.index-news-cate-link-outer li {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 400px) {
  .index-news-cate-link-outer {
    margin-left: -15px;
    line-height: 2;
  }
  .index-news-cate-link-outer li {
    margin-right: 5px;
  }
}

.index-news-list-block {
  background: url(../images/newsbg.png) no-repeat bottom, rgba(244, 243, 203, 0.4196078431);
  background-size: 100%;
  padding-top: 40px;
  padding-bottom: 65px;
}

.index-news-all-more {
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  background-color: #00672F;
}
.index-news-all-more:hover, .index-news-all-more:focus {
  background: #fff;
  color: #00672f;
  -webkit-box-shadow: 0 5px 10px #fff;
          box-shadow: 0 5px 10px #fff;
  text-decoration: none;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list > li {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #dfdfdf;
  margin-bottom: 18px;
  padding: 8px;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  overflow: hidden;
}
.news-list > li:hover {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
.news-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #000;
  text-decoration: none;
}
.news-list .news-cover {
  width: 110px;
}
.news-list .news-cover > img {
  max-width: 100%;
  max-height: 110px;
}
.news-list .news-cover {
  width: 110px;
}
.news-list .news-data {
  width: calc(100% - 110px);
  padding-left: 15px;
}
.news-list .news-data .tag-top {
  color: red;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 3px solid red;
  margin-bottom: 5px;
}
.news-list .news-data h3 {
  font-weight: bold;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list .news-data .author {
  color: #00672f;
  margin: 5px 0;
}
.news-list .news-data .read-more {
  display: inline-block;
  background: #fdff3b;
  background: #00672F;
  color: #fff !important;
  border-radius: 15px;
  padding: 5px 15px;
  color: #00672f;
}
.news-list .news-data .news_digest {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .news-list .news-data h3 {
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.6;
  }
  .news-list .news-data .news_digest {
    margin-top: 0;
  }
}

.index-event-list-block {
  padding-top: 15px;
  min-height: 500px;
}

.index-no-event {
  font-size: 30px;
  text-align: center;
  width: 100%;
  color: #999;
}

.event-list-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .event-list-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .event-list-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.event-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .event-list:hover > li {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.event-list a, .event-list a:hover, .event-list a:focus {
  text-decoration: none;
  color: #000;
}
.event-list > li {
  width: 32%;
  margin-right: 1.5%;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .event-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .event-list > li:hover {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    top: -6px;
    left: -6px;
    border: 1px solid #eee;
  }
}
@media screen and (max-width: 1023px) and (min-width: 700px) {
  .event-list > li {
    width: 49%;
  }
  .event-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .event-list > li {
    width: 100%;
  }
}
.event-list .event-cover {
  text-align: center;
  max-width: 100%;
  height: 250px;
  position: relative;
}
.event-list .event-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-list.card-view .level.level2 {
  display: none;
}
.event-list .event-info {
  padding: 10px 15px;
}
.event-list .event-name {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 5px;
}
.event-list .date-event {
  color: #00672f;
  font-weight: bold;
  margin: 5px 0;
  padding-left: 5px;
  display: inline-block;
}
.event-list .date-apply {
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 5px;
  line-height: 1.8;
}
.event-list .date-cancel {
  border-top: 1px solid #ccc;
  margin: 5px 0;
  font-weight: normal;
  padding-left: 5px;
}
.event-list .level {
  background-size: 100% auto;
  position: absolute;
  right: -5px;
  bottom: 20px;
  color: #fff;
  background-color: #226b0e;
  width: auto;
  text-align: right;
  padding: 5px 15px;
  font-size: 18px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%);
}
.event-list .level.level2 {
  background-size: 100% auto;
  position: relative;
  right: unset;
  bottom: -9px;
  color: #fff;
  background-color: #226b0e;
  width: 109px;
  text-align: right;
  padding: 5px 15px;
  font-size: 18px;
  -webkit-clip-path: unset;
          clip-path: unset;
}
.event-list .event_tag {
  background-size: 100% auto;
  position: absolute;
  right: -5px;
  bottom: 60px;
  color: #fff;
  background-color: #479b30;
  width: auto;
  text-align: right;
  padding: 5px 15px;
  font-size: 18px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%);
}
.event-list.list-view .event_tag {
  background-size: 100% auto;
  position: absolute;
  left: 109px;
  right: auto;
  bottom: auto;
  top: 9px;
  color: #fff;
  background-color: #479b30;
  width: auto;
  text-align: right;
  padding: 5px 15px;
  font-size: 18px;
  -webkit-clip-path: none;
          clip-path: none;
}

.btn-event, .event-list .btn-event {
  border-radius: 15px;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  margin-right: 10px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn-event:hover, .btn-event:focus, .event-list .btn-event:hover, .event-list .btn-event:focus {
  text-decoration: none;
  outline: 0;
}

.btn-apply, .event-list .btn-apply {
  background: #226b0e;
  color: #fff;
  cursor: pointer;
  background: #226b0e;
}
.btn-apply:hover, .btn-apply:focus, .event-list .btn-apply:hover, .event-list .btn-apply:focus {
  color: #fff;
  opacity: 0.85;
}

.btn-applied, .event-list .btn-applied {
  border: 1px solid #226b0e;
  color: rgb(73, 117, 3);
}
.btn-applied:hover, .btn-applied:focus, .event-list .btn-applied:hover, .event-list .btn-applied:focus {
  color: rgb(73, 117, 3);
}

.btn-apply-close, .event-list .btn-apply-close {
  background: #D5D5D5;
  color: #000;
  cursor: default;
}
.btn-apply-close:hover, .btn-apply-close:focus, .event-list .btn-apply-close:hover, .event-list .btn-apply-close:focus {
  color: #000;
}

.btn-cancel-close, .event-list .btn-cancel-close {
  background: #ECECEC;
  color: #000;
  cursor: default;
}
.btn-cancel-close:hover, .btn-cancel-close:focus, .event-list .btn-cancel-close:hover, .event-list .btn-cancel-close:focus {
  color: #000;
}

.index-link-list-block {
  padding-top: 25px;
  margin-bottom: 26px;
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.link-list:hover li {
  opacity: 0.5;
}
.link-list > li {
  width: 32.3%;
  margin-right: 1%;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}
.link-list > li a {
  display: block;
}
.link-list > li img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .link-list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .link-list > li {
    width: 100%;
    margin-right: 0;
  }
}
.link-list > li:hover {
  opacity: 1;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}

.block-view-type {
  float: right;
  margin-right: 15px;
}
.block-view-type .btn {
  border-radius: 20px;
}
@media screen and (max-width: 530px) {
  .block-view-type {
    float: none;
    margin-top: 10px;
  }
}
.block-view-type .btn-primary {
  background-color: #036630;
  border-color: #036630;
}
.block-view-type .btn-primary.active.focus,
.block-view-type .btn-primary.active:focus,
.block-view-type .btn-primary.active:hover,
.block-view-type .btn-primary:active.focus,
.block-view-type .btn-primary:active:focus,
.block-view-type .btn-primary:active:hover {
  background-color: #023419;
}

.event_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  padding: 0;
}
.event_tab li {
  background-color: #036630;
  border-radius: 100px;
  margin-right: 5px;
}
.event_tab li a {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  text-decoration: none;
}
.event_tab li:hover {
  background-color: #00883D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .event_tab li {
    width: 31.3333%;
    margin-bottom: 5px;
    margin-right: 1%;
    text-align: center;
  }
  .event_tab li:nth-child(3n) {
    width: 33.3333%;
  }
}

.list-view > li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.list-view > li:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  background: #eee;
}
.list-view .event-name {
  display: inline-block;
}
.list-view .date-event {
  display: inline-block;
}
.list-view .date-cancel {
  border-top: 0;
}
.list-view .event-cover {
  display: none;
}
.list-view .date-apply br {
  display: none;
}
.list-view .event-info {
  overflow: hidden;
}
.list-view .event-info > a {
  display: block;
  width: 50%;
  width: calc(100% - 330px);
  float: left;
}
.list-view .event-action {
  float: right;
  width: 330px;
  text-align: right;
  padding-right: 45px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-view .btn-event {
  width: auto;
  float: none;
}
@media screen and (max-width: 767px) {
  .list-view .event-name {
    padding-right: 40px;
  }
  .list-view .event-info > a {
    width: auto;
    float: none;
  }
  .list-view .event-action {
    position: relative;
    padding-right: 0;
    text-align: left;
    width: 100%;
    float: none;
    -webkit-transform: none;
            transform: none;
  }
}

.card-view .date-cancel {
  padding-top: 5px;
}

#form1 {
  margin-bottom: 0;
}

.wrapper {
  min-height: calc(100vh - 225px);
}

.userhtml {
  line-height: 180%;
  margin: auto;
  text-align: justify;
  word-break: break-word;
}
.userhtml img {
  max-width: 100%;
  height: auto !important;
}
.userhtml iframe {
  max-width: 100%;
}
.userhtml table {
  max-width: 100%;
  height: auto !important;
}
.userhtml table td p, .userhtml table th p {
  margin-bottom: 0;
}
.userhtml .table-thin {
  border-collapse: collapse;
  border-spacing: 0;
}
.userhtml ul, .userhtml ol {
  padding-left: 1.5em;
  margin-left: 0;
}
.userhtml figcaption {
  text-align: justify;
}
.userhtml a {
  text-decoration: underline;
}
.userhtml p {
  margin-bottom: 0;
  line-height: 1.8;
}
.userhtml div {
  max-width: 100%;
}
.userhtml canvas {
  max-width: 100%;
  height: auto !important;
}

.video_container {
  min-height: 100px;
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  .userhtml img {
    max-width: 100%;
    /*width:auto !important;*/
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
    display: block;
  }
  .userhtml table {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
    max-width: 100%;
    width: 100% !important;
  }
  .userhtml iframe {
    max-width: 100%;
    max-height: 300px;
    max-height: 62vw;
  }
  .userhtml td {
    padding: 5px;
    width: auto !important;
  }
  .userhtml .table-mobile-block, .userhtml .table-mobile-block > tbody, .userhtml .table-mobile-block > tbody > tr, .userhtml .table-mobile-block > tbody > tr > td {
    display: block;
    width: 100%;
  }
}
.page-title-outer {
  padding-top: 10px;
  padding-bottom: 5px;
  opacity: 0;
  -webkit-animation: 1s 0.5s fadeInUp forwards;
          animation: 1s 0.5s fadeInUp forwards;
}

.breadcrumb, .title-desc {
  margin: 0;
  background: none;
  border-radius: 0;
  display: inline-block;
  color: #2393be;
}
.breadcrumb a, .title-desc a {
  color: #2393be;
}

.title-desc a {
  text-decoration: underline;
}

.page-title-wrap {
  display: inline-block;
}

.page-title {
  border-bottom: 2px solid #004820;
  background-size: auto 80%;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  color: #004820;
}
.page-title small {
  margin-left: 10px;
}

@media screen and (max-width: 960px) {
  .page-title-outer {
    padding-left: 0;
  }
}
.pagination-wrap {
  text-align: center;
}
.pagination-wrap .pagination > .active > a, .pagination-wrap .pagination > .active > a:focus, .pagination-wrap .pagination > .active > a:hover, .pagination-wrap .pagination > .active > span, .pagination-wrap .pagination > .active > span:focus, .pagination-wrap .pagination > .active > span:hover {
  background-color: #006730;
  border-color: #006730;
  color: #fff;
}
.pagination-wrap .pagination > li > a, .pagination-wrap .pagination > li > span {
  color: #006730;
  font-size: 18px;
}

.footer {
  background: url(../images/footerbg.png) no-repeat top center;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-top: 40px;
}
.footer .row {
  margin-left: 0;
  margin-right: 0;
}

.footer-contact {
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: bold;
}

.ficon {
  vertical-align: bottom;
}

.ftxt {
  color: #00672f;
}

.footer-site-name {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.ssl-block {
  float: left;
  width: auto;
}

.copyright {
  color: #fff;
  margin-left: 0;
  display: block;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}

.btn-gotop {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 3;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  background: rgba(138, 190, 40, 0.527);
}
.btn-gotop:hover, .btn-gotop:focus {
  text-decoration: none;
  color: #fff;
  background: #89BE28;
}

@media screen and (max-width: 768px) {
  .footer {
    background: #00672F;
    padding-top: 0;
    margin-top: 0;
  }
  .footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-contact {
    background: rgb(150, 198, 34);
    margin-bottom: 11px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(150, 198, 34)), to(rgb(254, 241, 5)));
    background: linear-gradient(to right, rgb(150, 198, 34) 0%, rgb(254, 241, 5) 100%);
    padding: 10px 15px;
  }
  .footer-site-name {
    display: block;
    padding: 0 0 10px;
  }
  .copyright {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .ssl-block {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 10px;
  }
}
input[type=text], input[type=password], .ui-autocomplete-input, textarea, .uneditable-input {
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 4px;
}

.form-control {
  -webkit-box-shadow: 0 2px 5px inset #ddd;
          box-shadow: 0 2px 5px inset #ddd;
  color: #000;
}
@media screen and (max-width: 800px) {
  .form-control {
    font-size: 17px;
  }
}

.swal-isForeign button.cancel {
  background: #00883D;
}
.swal-isForeign button.cancel:hover {
  background: rgb(0, 146, 66);
}

.login_page, .event-reg-outer, .member_profile_wrap {
  background: #A6CEA8 url(../images/67112363_2131071003691620_7940182902849929216_o.jpg) no-repeat top center;
  padding: 0 0 20px;
}
.login_page .form-title, .event-reg-outer .form-title, .member_profile_wrap .form-title {
  margin-left: 0;
  margin-right: 0;
}
.login_page .page-title-outer, .event-reg-outer .page-title-outer, .member_profile_wrap .page-title-outer {
  letter-spacing: 1px;
  padding-left: 0;
}
.login_page .form-horizontal, .event-reg-outer .form-horizontal, .member_profile_wrap .form-horizontal {
  background: #fff;
  padding: 10px 0 0;
  border-radius: 5px;
  margin-top: 13px;
}
.login_page .form-horizontal .form-group, .event-reg-outer .form-horizontal .form-group, .member_profile_wrap .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.login_page .control-label, .event-reg-outer .control-label, .member_profile_wrap .control-label {
  text-align: left;
  width: 190px;
}
.login_page .control-label .formhint, .event-reg-outer .control-label .formhint, .member_profile_wrap .control-label .formhint {
  color: red;
  margin-left: 5px;
  margin-top: 2px;
}
.login_page .control-label .glyphicon, .event-reg-outer .control-label .glyphicon, .member_profile_wrap .control-label .glyphicon {
  margin-right: 10px;
  color: #A6CEA8;
  display: none;
}
.login_page .col-sm-offset-2, .event-reg-outer .col-sm-offset-2, .member_profile_wrap .col-sm-offset-2 {
  margin-left: 190px;
}
.login_page .regform, .event-reg-outer .regform, .member_profile_wrap .regform {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .login_page .col-sm-offset-2, .event-reg-outer .col-sm-offset-2, .member_profile_wrap .col-sm-offset-2 {
    margin-left: 0;
  }
  .login_page .control-label .formhint, .event-reg-outer .control-label .formhint, .member_profile_wrap .control-label .formhint {
    float: none;
    margin: 0 5px 0 0;
  }
}
@media screen and (orientation: portrait) {
  .login_page, .event-reg-outer, .member_profile_wrap {
    background-size: cover;
  }
}

.login_page {
  background: url(../product_image/images/page/chiefbg.jpg) top center no-repeat;
}
@media screen and (orientation: portrait) {
  .login_page {
    background-size: cover;
  }
}

.loginform .form-horizontal {
  max-width: 490px;
  margin: 15px auto;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.loginform .control-label {
  text-align: right;
  width: 100px;
}
.loginform .form-group-goreg {
  background: #00672F;
  margin-bottom: 0;
  padding: 10px 0 0;
  color: #fff;
  border-top: 1px solid #b2e3d6;
  border-radius: 0 0 5px 5px;
}
.loginform .form-group-goreg a {
  color: #E8E80C;
  text-decoration: underline;
}
.loginform hr {
  margin-top: 10px;
  margin-bottom: 0;
}
.loginform .col-sm-offset-2 {
  margin-left: 100px;
  width: auto;
}
.loginform .col-sm-10 {
  width: calc(100% - 110px);
}
@media screen and (max-width: 767px) {
  .loginform .control-label {
    text-align: left;
  }
  .loginform .col-sm-offset-2 {
    margin-left: 0;
  }
  .loginform .col-sm-10 {
    width: 100%;
  }
}
.loginform .pwd-hint {
  color: #999;
  margin-top: 5px;
}

.btn-login {
  border: 0;
  border-bottom: 2px solid #cc5e00;
  -webkit-box-shadow: 0 5px 10px #ccc;
          box-shadow: 0 5px 10px #ccc;
  background: #FF7500;
}
.btn-login:hover, .btn-login:focus {
  background: #e66900;
  border-bottom: 2px solid #c25900;
}

.form-msg {
  display: none;
  color: red;
  padding: 5px 10px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .form-msg {
    white-space: nowrap;
  }
}

.txtCode {
  width: 100px;
  display: inline-block;
}

.regform .control-label {
  padding-right: 4px;
  text-align: right;
}
@media (max-width: 1186px) {
  .regform .control-label {
    text-align: left;
  }
}
.regform [name=TextBirthday] {
  background: #fff;
  color: #000;
}

.form-group-pwd {
  display: none;
}

.why-email {
  padding: 10px 10px 5px;
  background: #fff9df;
  margin-top: 10px;
  border-radius: 5px;
}

.formplace .TextAddress {
  width: calc(100% - 300px);
}
.formplace .twzipcode {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .formplace .twzipcode {
    margin-bottom: 10px;
    display: block;
  }
  .formplace select {
    width: 50%;
  }
  .formplace .TextAddress {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .form-group-pwdopt .checkbox-inline + .checkbox-inline, .form-group-pwdopt .radio-inline + .radio-inline {
    margin-left: 0;
  }
}

.form-title-heading {
  font-size: 18px;
  margin-bottom: 0;
}
.form-title-heading small {
  margin-left: 10px;
}

.form-horizontal .form-group-danger {
  background: #ffe3e3;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.form-group-btn-outer {
  padding-top: 15px;
}

.btn-reg {
  border-bottom: 2px solid #3B9E3B;
  -webkit-box-shadow: 0 5px 10px #ccc;
          box-shadow: 0 5px 10px #ccc;
}

.forget-pwd-dialog .form-control {
  margin-top: 0;
}
.forget-pwd-dialog .input-group {
  margin: 5px 0;
}

.agree-txt {
  line-height: 1.8;
  height: 300px;
  overflow-y: auto;
}
.agree-txt ol {
  padding-left: 3em;
  margin-bottom: 1em;
  margin-top: -10px;
}

.chlist {
  text-indent: -2em;
  padding-left: 2em;
}

.forget-page {
  padding-top: 30px;
  background: #eee;
}
.forget-page > .container {
  max-width: 500px;
  margin: 0px auto 0;
  background: #fff;
}

.forget-back-login {
  margin-top: 20px;
}

.member-page {
  background: #eeeeee;
  background: none;
}
.member-page:before {
  content: " ";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.member-page .side-page-title {
  font-size: 15px;
  margin: 20px 0 10px;
  padding: 0 10px 10px;
}
.member-page .member-content {
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  border-bottom: 1px solid #ccc;
  min-height: 450px;
  margin-bottom: 50px;
}
.member-page .member-aside {
  padding-right: 0;
}
.member-page .breadcrumb {
  display: none;
}
.member-page .pt7 {
  padding-top: 7px;
}
@media screen and (max-width: 800px) {
  .member-page .member-aside {
    display: none;
  }
  .member-page .member-content {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .member-page .side-page-title {
    display: none;
  }
  .member-page .member-content {
    width: 95%;
    margin: 0 auto;
  }
  .member-page .pt7 {
    padding-top: 0;
  }
}

.account-side-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-side-list li {
  margin-bottom: 2px;
}
.account-side-list .active > a {
  background: #fff;
}
.account-side-list .active > a:hover {
  background: #fff;
  text-decoration: none;
  border-color: #ccc;
}
.account-side-list a {
  font-size: 18px;
  display: block;
  padding: 8px 7px;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #ccc;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  color: #00672F;
}
.account-side-list a:hover {
  background: #fff;
  text-decoration: none;
  border-color: #999;
}
.account-side-list .glyphicon {
  margin-right: 5px;
}
.account-side-list .group-only, .account-side-list .group-only.active {
  background: rgba(255, 255, 238, 0.6);
}
.account-side-list .group-only .glyphicon, .account-side-list .group-only.active .glyphicon {
  color: red;
}
.account-side-list .group-only a, .account-side-list .group-only.active a {
  color: red;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .account-side-list {
    display: none;
  }
  .account-side-list li {
    margin-bottom: 0;
  }
  .account-side-list a {
    font-size: 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
    padding: 8px 5px 2px;
  }
  .account-side-list .glyphicon {
    display: block;
    margin-bottom: 5px;
  }
}

.member_order_wrap .table, .member_orderdetail_wrap .table {
  border-collapse: collapse;
  border-spacing: 0;
}
.member_order_wrap .table p, .member_orderdetail_wrap .table p {
  margin-bottom: 5px;
}
.member_order_wrap .btnCancel, .member_orderdetail_wrap .btnCancel {
  color: red;
  text-decoration: none;
  border: 1px solid red;
  border-radius: 5px;
  padding: 2px 5px;
}
.member_order_wrap .check_btn, .member_orderdetail_wrap .check_btn {
  margin-bottom: 5px;
  display: block;
  color: #006730;
  text-decoration: underline;
  font-size: 16px;
}
.member_order_wrap .order-hint, .member_orderdetail_wrap .order-hint {
  margin: 10px 0;
  background: #006730;
  border: 1px solid #d8d87a;
  color: #ffffd7;
}
.member_order_wrap .order-hint ul, .member_orderdetail_wrap .order-hint ul {
  margin-bottom: 0;
  line-height: 2;
  padding-left: 2em;
}
.member_order_wrap .data_content tr:hover, .member_orderdetail_wrap .data_content tr:hover {
  background: rgb(255, 255, 221);
}
@media screen and (max-width: 767px) {
  .member_order_wrap .data_content2, .member_order_wrap .data_content2 tbody, .member_order_wrap .data_content2 tr, .member_order_wrap .data_content2 td, .member_orderdetail_wrap .data_content2, .member_orderdetail_wrap .data_content2 tbody, .member_orderdetail_wrap .data_content2 tr, .member_orderdetail_wrap .data_content2 td {
    display: block;
    width: 100%;
  }
  .member_order_wrap .btnCancel, .member_orderdetail_wrap .btnCancel {
    display: inline-block;
    margin: 5px 0;
  }
}

.member-hint {
  padding: 10px;
  margin-bottom: 0;
  line-height: 2;
}
.member-hint a {
  text-decoration: underline;
}
.member-hint ul {
  padding-left: 1em;
  line-height: 1.8;
}

.back_btn {
  border: 1px solid #0066cc;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 20px;
}
.back_btn:hover, .back_btn:focus {
  text-decoration: none;
  background: #0066cc;
  color: #fff;
}

.btn-member-list-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
}
.btn-member-list-top:hover, .btn-member-list-top:focus {
  text-decoration: none;
}

.data_content .meeting-list a {
  display: inline-block;
}
.data_content .meeting-list a:link {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid rgb(0, 103, 48);
}
.data_content .meeting-list a:visited {
  color: #888;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  text-decoration: none;
}

.block-export {
  display: inline-block;
}
.block-export .btn-export {
  border: 1px solid #0066cc;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
}

.export-loading {
  text-align: center;
}

.member_glist_wrap .btn-group {
  margin: 10px 0;
}
.member_glist_wrap .btn-group .btn-primary {
  background-color: #19d66d;
  border-color: #109f50;
}
.member_glist_wrap .glist-label {
  min-width: 80px;
  display: inline-block;
  line-height: 1.8;
}
.member_glist_wrap .glist-con {
  display: inline-block;
  line-height: 1.8;
  word-break: break-all;
  white-space: normal;
  max-width: calc(100% - 80px);
  vertical-align: top;
}
.member_glist_wrap .glist-contact {
  color: red;
  display: block;
  background: #ffefef;
  padding: 5px;
}
.member_glist_wrap .glist-uname {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .member_glist_wrap.card-view .card-show {
    display: block !important;
  }
  .member_glist_wrap.card-view .table-responsive {
    border: 0;
    overflow: hidden;
    padding: 0 5px;
  }
  .member_glist_wrap.card-view .table-show {
    display: none !important;
  }
  .member_glist_wrap.card-view .data_content {
    border: 0;
  }
  .member_glist_wrap.card-view .data_content, .member_glist_wrap.card-view .data_content tbody, .member_glist_wrap.card-view .data_content tr, .member_glist_wrap.card-view .data_content td {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .member_glist_wrap.card-view .data_content td {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px #ccc;
            box-shadow: 0 5px 10px #ccc;
  }
  .member_glist_wrap.table-view tr.table-show {
    display: table-row !important;
  }
  .member_glist_wrap.table-view div.table-show {
    display: block !important;
  }
  .member_glist_wrap.table-view .card-show, .member_glist_wrap.table-view .table-hide {
    display: none !important;
  }
}

.rule-list thead {
  background: #00672F;
  color: #fff;
}
.rule-list thead tr:hover {
  background: #00672F;
  color: #fff;
}
.rule-list a {
  text-decoration: underline;
  color: #00672F;
}

.rule-detail .rule-title {
  margin: 0;
  padding: 10px 10px 10px;
  font-size: 22px;
  color: #00672F;
  font-weight: bold;
  background: #f6ffbe;
}
.rule-detail .rule-date {
  padding: 0 10px 5px;
  background: #f6ffbe;
  margin-bottom: 15px;
}

.greg-action {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .member_greg_wrap .data_content {
    border: 0;
  }
  .member_greg_wrap .data_content, .member_greg_wrap .data_content tbody, .member_greg_wrap .data_content tr, .member_greg_wrap .data_content td, .member_greg_wrap .data_content th {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .member_greg_wrap .data_content > tbody > tr > td, .member_greg_wrap .data_content > tbody > tr > th, .member_greg_wrap .data_content > tfoot > tr > td, .member_greg_wrap .data_content > tfoot > tr > th, .member_greg_wrap .data_content > thead > tr > td, .member_greg_wrap .data_content > thead > tr > th {
    border-top: 0;
  }
  .member_greg_wrap .data_content .greg-outer {
    display: none;
  }
  .member_greg_wrap .data_content .greg-action {
    margin-bottom: 25px;
  }
}
.member_greg_wrap .greg-outer {
  display: none;
}
.member_greg_wrap .greg-outer .form-control[disabled], .member_greg_wrap .greg-outer .form-control[readonly], .member_greg_wrap .greg-outer fieldset[disabled] .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: 0;
  padding: 0;
}

.data_content {
  border-collapse: collapse;
  border-spacing: 0;
}

.reg-msg {
  color: red;
  font-size: 18px;
}

.greg-btn2 .btn {
  margin-bottom: 5px;
  display: inline-block;
  max-width: 170px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .greg-btn2 .btn {
    max-width: 100%;
  }
}

.group-sign-page {
  min-height: 800px;
}

.glist .ui-autocomplete {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}
.glist .ui-autocomplete .ui-menu-item {
  padding: 5px;
  font-size: 16px;
  margin-bottom: 5px;
}
.glist .ui-autocomplete .ui-menu-item:hover {
  background: #006730;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .glist .ui-autocomplete {
    position: static !important;
  }
}

.newslist_page {
  background-size: cover;
}
.newslist_page .page-title-outer {
  margin-bottom: 15px;
}
.newslist_page > .container {
  background: rgba(255, 255, 255, 0.75);
  padding-bottom: 40px;
  min-height: calc(100vh - 225px);
}
.newslist_page .news-list > li {
  padding-bottom: 12px;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
}
.newslist_page .news-list > li:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 767px) {
  .newslist_page .news-list .news-cover {
    width: 140px;
  }
  .newslist_page .news-list .news-cover > img {
    max-height: 140px;
  }
  .newslist_page .news-list .news-data {
    width: calc(100% - 140px);
  }
}
.newslist_page .page_wrap {
  width: calc(100% - 146px);
}
@media screen and (max-width: 767px) {
  .newslist_page .page_wrap {
    width: 100%;
  }
}

.news-sidemenu {
  width: 145px;
  opacity: 0;
  -webkit-animation: 1s 0.5s fadeInUp forwards;
          animation: 1s 0.5s fadeInUp forwards;
}
.news-sidemenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-sidemenu ul img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 5px;
}
.news-sidemenu ul > li {
  margin-bottom: 15px;
}
.news-sidemenu ul > li > a {
  color: #000;
  display: block;
  padding-left: 0;
  -webkit-transition: 500ms all;
  transition: 500ms all;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b8b8b8;
}
.news-sidemenu ul > li > a:hover, .news-sidemenu ul > li > a:focus {
  padding-left: 5px;
  text-decoration: none;
}
.news-sidemenu ul > li.active > a {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .news-sidemenu {
    width: 100%;
  }
  .news-sidemenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-sidemenu ul > li {
    width: 33%;
  }
}

.side-news-cate-title {
  font-size: 18px;
  margin: 0 0 15px;
}

.news-title {
  font-size: 20px;
  padding-bottom: 5px;
  color: #016730;
  border-bottom: 2px solid #016730;
  font-weight: bold;
  margin: 10px 0 20px;
}

.news_page > .container {
  background: #fff;
  padding-bottom: 40px;
  min-height: calc(100vh - 225px);
}
.news_page .page_wrap {
  border-right: 1px solid #ccc;
}

.page-share {
  margin-bottom: 30px;
}
.page-share iframe {
  vertical-align: top;
}
.page-share .fb_iframe_widget {
  vertical-align: top;
}

.event_page {
  padding-top: 30px;
}
.event_page h1 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #00682D;
}
.event_page .level {
  background: #F56500;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: bold;
}
.event_page .event_tag {
  background: #479b30;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: bold;
}
.event_page > .container {
  padding-left: 0;
  padding-right: 0;
}
.event_page .page_outer {
  margin-left: 0;
  margin-right: 0;
}
.event_page .btn-event-reg, .event_page .btn-apply {
  -webkit-box-shadow: 0 5px 10px #ccc;
          box-shadow: 0 5px 10px #ccc;
  font-size: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 5px 25px;
  -webkit-box-shadow: 0 5px 10px #ddd;
          box-shadow: 0 5px 10px #ddd;
}
.event_page .breadcrumb {
  padding-left: 0;
}
.event_page .breadcrumb a {
  color: #888;
}
.event_page .detail-price > span {
  color: red;
  font-weight: bold;
}
.event_page .detail-price .txt-share-money {
  color: #000;
  font-weight: normal;
}

.btn-line-share > img {
  max-height: 20px;
}

.detail-intro {
  margin-bottom: 5px;
}

.detail-cover .page-share {
  margin-top: 10px;
  margin-bottom: 0;
}

#msg-copy {
  color: #999;
  margin-top: 10px;
}

.detail-action {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 20px;
}
.detail-action .btn-applied {
  display: none;
}

.no-repeat-list a {
  text-decoration: underline;
}

.detail-info1 {
  font-weight: bold;
  color: #f56500;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ff2727;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.detail-info1 p {
  margin-bottom: 0;
}

.member_apply_wrap {
  padding-top: 15px;
}
.member_apply_wrap .data_content {
  margin-top: 15px;
}
.member_apply_wrap .data_content td:after {
  content: attr(title);
  display: block;
  color: #999;
  font-size: 13px;
}

.detail-reg-date {
  color: #ff2727;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #ff2727;
  padding-bottom: 10px;
  line-height: 1.5;
}

.btn-show-reglist {
  text-decoration: underline;
  color: #0066cc;
  font-weight: normal;
}

.applied-info {
  background: #f4ff5a;
  padding: 5px;
  color: #00682D;
  font-size: 20px;
  margin-bottom: 5px;
}

.other-notes {
  padding: 2% 0;
  line-height: 2;
}

.detail-plans {
  margin-top: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .detail-plans {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 15px;
  }
}

.event-reg-outer {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  border-radius: 8px 8px 0 0;
}
.event-reg-outer h2 {
  margin: 0 0 10px;
  font-size: 20px;
  color: rgb(123, 156, 23);
  border-bottom: 2px solid #A6CE2E;
  padding: 0 10px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#88C12D), to(#A9CF2E));
  background: linear-gradient(to right, #88C12D 0%, #A9CF2E 100%);
  color: #fff;
  padding: 10px 20px 10px;
  border-radius: 8px 8px 0 0;
}
.event-reg-outer .regform {
  margin-top: 0;
  padding: 10px 10px 10px;
}
.event-reg-outer .form-group-danger h3 {
  font-size: 16px;
  padding-top: 15px;
  border: 0;
  color: #ff5151;
  padding: 15px 5px 0;
  margin: 0;
}
.event-reg-outer .control-label {
  font-size: 17px;
  font-weight: 600;
}
.event-reg-outer .control-label + div {
  padding-top: 10px;
  font-size: 17px;
}
.event-reg-outer .control-label + div > .form-control {
  margin-top: -4px;
  color: #000;
  font-weight: 600;
  font-size: 17px;
}
.event-reg-outer .control-label + div .radio-inline {
  margin-top: -10px;
}

.cancel-hint {
  margin-top: 10px;
}
.cancel-hint a {
  text-decoration: underline;
  color: #0066cc;
}

#modal-reglist .table {
  border-collapse: collapse;
  border-spacing: 0;
}
#modal-reglist .modal-body {
  max-height: calc(90vh - 100px);
  overflow: auto;
}
#modal-reglist th {
  white-space: nowrap;
}

.module_form {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 auto 15px;
  padding: 0 10px 10px;
}
.module_form .login_btn_group {
  padding-left: 115px;
}
.module_form > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module_form > ul > li {
  position: relative;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
}
.module_form > li {
  position: relative;
  margin-bottom: 10px;
}
.module_form .formtxt {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.module_form .form-control {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
}
.module_form .label {
  position: absolute;
  right: 10px;
  top: 10px;
}
.module_form .txtCode {
  width: 200px;
}
.module_form #imgValidateCode {
  display: inline-block;
}
.module_form .btn {
  padding: 5px 16px;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .module_form .form-control {
    width: 100%;
  }
}
.module_form .placeholder {
  display: none;
}
.module_form .form_btn_group {
  padding: 10px 10px 10px 100px;
  border-top: 1px solid #ccc;
}
.module_form .btn-cancel {
  display: none;
}

.privacy_msg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacy_msg .privacy_info {
  max-width: 500px;
  padding: 15px 15px 30px;
  margin: auto;
  background-color: #EFEFEF;
  border-radius: 4px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .privacy_msg .privacy_info {
    width: 100%;
  }
}
.privacy_msg .privacy_info h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.privacy_msg .privacy_info p {
  margin: 0 0 25px;
  text-align: left;
}
.privacy_msg .privacy_info p #privacy_acc {
  margin-right: 5px;
}
.privacy_msg .privacy_info p:last-child {
  text-align: center;
}
@media (max-width: 768px) {
  .privacy_msg .privacy_info p {
    text-align: left;
  }
  .privacy_msg .privacy_info p:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .privacy_msg .privacy_info p:last-child {
    text-align: center;
  }
}
.privacy_msg .privacy_info .privacy_acc_btn {
  color: white;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
  background: #00883D;
}
.privacy_msg .privacy_info .pricy_close {
  position: absolute;
  width: 100%;
  text-align: right;
  top: -40px;
  left: 0;
}
.privacy_msg .privacy_info .pricy_close span {
  width: 35px;
  height: 35px;
  display: inline-block;
}
.privacy_msg .privacy_info .pricy_close span::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  top: 50%;
  background-color: #88C12D;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.privacy_msg .privacy_info .pricy_close span::before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  top: 50%;
  background-color: #88C12D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.privacy_msg .privacy_bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5411764706);
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.link-list-item {
  text-align: center;
}
.link-list-item a {
  background-color: transparent;
  border-color: transparent;
}
.link-list-item a .thumbnail {
  margin-bottom: 0;
}
.link-list-item a:hover, .link-list-item a:focus, .link-list-item a:active {
  background-color: transparent;
  border-color: transparent;
}
.link-list-item h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 30px;
  min-height: 2.5em;
}
/*# sourceMappingURL=style.css.map */