@charset "UTF-8";

.hidden{
  display: none;
}

.bg-y{
  background-color: rgb(255, 250, 212);
}

body {
  font-family: Microsoft JhengHei,PMingLiU;
  color: #222;
  font-size: 15px;
  padding: 0px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li a {
  text-decoration: none;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  border: none;
  Outline: 0;
  color: #222;
  outline: none;
}

button {
  outline: none;
}

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

div {
  padding: 0px;
}

.row {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 18px;
}

h4 {
  font-size: 20px;
}

h4::before {
  content: '▌';
  margin-left: 15px !important;
  color: #777;
  margin: 10px 0px;
}

.container-fluid {
  padding: 0px !important;
}

.container-fluid .header {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(73%, #f1f1f1), color-stop(75%, #e1e1e1), to(#f6f6f6));
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 73%, #e1e1e1 75%, #f6f6f6 100%);
  -webkit-box-shadow: -6px -1px 16px #333333;
          box-shadow: -6px -1px 16px #333333;
  top: 0px;
  position: fixed;
  z-index: 10;
  height: 70px;
}



.container-fluid .header .logo_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}


.container-fluid .header .logo_btn .logo {
  width: 185px;
}

.container-fluid .header .logo_btn .logo img {
  height: 70px;
}

@media (max-width: 768px) {
  .container-fluid .header .logo_btn .logo img {
    height: 60px;
  }
}

.container-fluid .header .logo_btn .active_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-fluid .header .logo_btn .active_btn a {
  padding: 20px 20px 7px 20px;
  border-radius: 6px;
  color: #fff;
  margin: 5px;
  text-shadow: -2px 0px 0px #666;
  display: block;
  margin-top: -20px;
}

.container-fluid .header .logo_btn .active_btn a:hover {
  margin-top: -14px;
  padding: 20px 20px 11px 20px;
}

.container-fluid .header .logo_btn .active_btn .search_inquire a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6b9cbf), to(#1676b9));
  background-image: linear-gradient(to bottom, #6b9cbf, #1676b9);
}

.container-fluid .header .logo_btn .active_btn .Registration a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: linear-gradient(to bottom, #62c462, #51a351);
}

.container-fluid .header .main_menu {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
}

@media (max-width: 1200px) {

  /* .container-fluid .header .logo_btn .active_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 60px;
    flex-direction: column;
  } */
  
  .container-fluid .header .logo_btn .active_btn a {
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    margin: 5px;
    text-shadow: -2px 0px 0px #666;
    display: block;
    margin-top: 0px;
  }
  
  .container-fluid .header .logo_btn .active_btn a:hover {
    margin-top: 0px;
    padding: 10px;
  }



  .container-fluid .header .main_menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -35px;
  }
  .container-fluid .header .main_menu .main_menu_body .navbar .navbar-nav{
    background-color: #fff;
  }
}

.container-fluid .header .main_menu .main_menu_body .navbar {
  padding: 0px;
  background: #fff0 !important;
  margin-top: -10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-fluid .header .main_menu .main_menu_body .navbar .nav-item .nav-link {
  letter-spacing: 0px;
  font-family: Microsoft JhengHei !important;
  font-size: 16px;
  color: #000000;
  padding: 5px 20px;
  font-weight: 800;
}

.container-fluid .header .main_menu .main_menu_body .navbar .nav-item .nav-link:hover {
  color: #0099CC;
}

.container-fluid .header .main_menu .main_menu_body .navbar .navbar-toggler {
  background: #8b8b8b;
  border-color: #ddd;
  margin-top: -9px;
}

.container-fluid .header .main_menu .main_menu_body .navbar .navbar-toggler:focus {
  outline: none;
}


.sp-banner{
  display: none;
}

@media (max-width: 768px) {
  .container-fluid .header .main_menu .main_menu_body .navbar .navbar-nav {
    background: #fff;
  }
}

.container-fluid .banner {
 
  position: relative;
  margin-top: 70px;
}

@media (max-width: 768px) {
  .container-fluid .banner {
    margin-top: 60px;
  }
}

.container-fluid .banner .left {
  width: 50%;
  position: absolute;
  bottom: 0px;
}

.container-fluid .banner .right {
  width: 50%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: right;
}

.container-fluid .banner .center {
  position: relative;
  z-index: 1;
  width: 40%;
  margin: auto;
  padding-top: 50px;
}

.container-fluid .banner .center img {
  margin-top: 5px;
  width: 100%;
}

.container-fluid .banner .center img:nth-child(4) {
  margin-top: 25px;
}

.container-fluid .banner img {
  width: 88%;
}



.container-fluid .banner_btn {
  text-align: center;
  width: 100%;
  background: #609799;
  position: relative;
  padding: 10px 0px 20px 0px;
}

.container-fluid .banner_btn .bt_left {
  width: 100%;
  text-align: center;
  margin-top: 9px;
  color: #fff;
}

@media (max-width: 768px) {
  .container-fluid .banner_btn .bt_left {
    width: 100%;
  }
}

.container-fluid .banner_btn .bt_right {
  float: left;
  width: 450px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .container-fluid .banner_btn .bt_right {
    width: 100%;
  }
}

.container-fluid .banner_btn .bt_right a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d27970), to(#632e14));
  background-image: linear-gradient(to bottom, #d27970, #632e14);
  color: #fff;
  border: 1px #757575 solid;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 5px;
}

.container-fluid .banner_btn .bt_right a:nth-child(1) {
  background: #008080;
  border: 1px #145e5e solid;
}

.container-fluid .banner_btn .bt_right a:nth-child(1):hover {
  background: #fff;
  border: 1px #145e5e solid;
  color: #008080;
}

.container-fluid .banner_btn .bt_right a:nth-child(2) {
  background: #378000;
  border: 1px #366b0d solid;
}

.container-fluid .banner_btn .bt_right a:nth-child(2):hover {
  background: #fff;
  border: 1px #145e5e solid;
  color: #378000;
}

.container-fluid .content {
  width: 100%;
}

.container-fluid .content .main_title {
  font-size: 35px;
  font-weight: 800;
  font-family: "Times New Roman";
}

.container-fluid .content .News_ImportantDates {
  padding-bottom: 30px;
}

.container-fluid .content .News_ImportantDates .news {
  width: 60%;
  min-height: 490px;
  padding: 20px 30px;
  background: #eee;
  float: left;
}

@media (max-width: 991px) {
  .container-fluid .content .News_ImportantDates .news {
    width: 100%;
    position: static;
  }
}

.container-fluid .content .News_ImportantDates .news .main_title {
  padding-right: 20px;
  color: #39b7a6;
  font-weight: bold;
  padding: 40px 0px 20px 0px;
}

.container-fluid .content .News_ImportantDates .news .main_body {
  border-left: 3px solid #71cabe;
  width: 90%;
  padding: 10px 0px;
  padding-left: 23px;
  margin-left: 28px !important;
}

.container-fluid .content .News_ImportantDates .news .main_body .nwes_item {
  border-bottom: 1px dotted #999;
  margin-bottom: 15px;
}

.container-fluid .content .News_ImportantDates .news .main_body .nwes_item:hover {
  color: #45abaf;
}

.container-fluid .content .News_ImportantDates .news .main_body .nwes_item .date_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-fluid .content .News_ImportantDates .news .main_body .nwes_item .date_label div:nth-child(1) {
  color: #555;
  margin-right: 10px;
}

.container-fluid .content .News_ImportantDates .news .main_body .nwes_item .date_label div:nth-child(2) {
  background: #9bbdb8;
  color: #eceded;
  padding: 0px 5px 2px 5px;
  border-radius: 5px;
}

.container-fluid .content .News_ImportantDates .news .main_body .nwes_item .news_text {
  padding: 10px 0px;
}

.container-fluid .content .News_ImportantDates .news .main_body .nwes_item .btn {
  font-family: Microsoft JhengHei !important;
  font-size: 14px;
  border: none;
  color: #bb7e0e;
}

.container-fluid .content .News_ImportantDates .news .main_body .nwes_item .btn:hover {
  background: none;
}

.container-fluid .content .News_ImportantDates .news .main_body .nwes_item .btn::before {
  content: "...";
}

.container-fluid .content .News_ImportantDates .news .btn_more {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.container-fluid .content .News_ImportantDates .news .btn_more a {
  background: #547a83;
  padding: 10px 68px;
  color: #fff;
}

.container-fluid .content .News_ImportantDates .importantDates {
  left: 60%;
  width: 40%;
  background: #dee8ee;
  margin-left: -31px;
  margin-top: 30px;
  min-height: 390px;
  float: left;
}

@media (max-width: 991px) {
  .container-fluid .content .News_ImportantDates .importantDates {
    width: 100%;
    position: static;
    margin-left: 0px;
    margin-top: 0px;
  }
}

.container-fluid .content .News_ImportantDates .importantDates .main_title {
  text-align: center;
  margin-top: 10px;
  color: #2883bb;
  font-weight: 800;
  font-size: 30px;
}

@media (max-width: 991px) {
  .container-fluid .content .News_ImportantDates .importantDates .main_title {
    margin-top: 0px;
    padding-top: 15px;
  }
}

.container-fluid .content .News_ImportantDates .importantDates .main_body .row {
  padding: 30px;
  padding-top: 20px;
}

.container-fluid .content .News_ImportantDates .importantDates .main_body .row .col-lg-6 {
  padding: 0px;
  margin: 0px;
}

.container-fluid .content .News_ImportantDates .importantDates .main_body .row .col-lg-6:nth-child(3) .item, .container-fluid .content .News_ImportantDates .importantDates .main_body .row .col-lg-6:nth-child(4) .item {
  min-height: 170px;
}

@media (max-width: 1100px) {
  .container-fluid .content .News_ImportantDates .importantDates .main_body .row .col-lg-6:nth-child(3) .item, .container-fluid .content .News_ImportantDates .importantDates .main_body .row .col-lg-6:nth-child(4) .item {
    min-height: 190px;
  }
}

@media (max-width: 991px) {
  .container-fluid .content .News_ImportantDates .importantDates .main_body .row .col-lg-6:nth-child(3) .item, .container-fluid .content .News_ImportantDates .importantDates .main_body .row .col-lg-6:nth-child(4) .item {
    min-height: 165px;
  }
}

.container-fluid .content .News_ImportantDates .importantDates .main_body .item {
  width: 99%;
  text-align: center;
  border: 1px dotted #aaa;
  padding: 10px;
  margin: 2px;
  background: #e8eef7;
  position: relative;
  min-height: 190px;
}

@media (max-width: 1100px) {
  .container-fluid .content .News_ImportantDates .importantDates .main_body .item {
    min-height: 200px;
  }
}

@media (max-width: 991px) {
  .container-fluid .content .News_ImportantDates .importantDates .main_body .item {
    min-height: 165px;
  }
}

.container-fluid .content .News_ImportantDates .importantDates .main_body .item .date {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
}

.container-fluid .content .News_ImportantDates .importantDates .main_body .item .date::before {
  content: '．';
}

.container-fluid .content .News_ImportantDates .importantDates .main_body .item .date .date_body {
  width: 100px;
  text-align: center;
  margin: auto;
}

.container-fluid .content .News_ImportantDates .importantDates .main_body .item .date .date_body .year {
  font-size: 19px;
  color: #47568d;
  font-weight: 800;
}

.container-fluid .content .News_ImportantDates .importantDates .main_body .item .date .date_body .month {
  font-size: 18px;
  color: #d4dbe6;
  border: 1px solid #ccc;
  width: 100px;
  background: #8295b2;
  padding: 4px;
  text-align: center;
  font-weight: 800;
}

.container-fluid .content .News_ImportantDates .importantDates .main_body .item .date .date_body .month span {
  font-size: 24px;
  color: #fff;
}

.container-fluid .content .Welcome_Message {
  width: 100%;
  padding: 0px 0px 20px 0px;
  background: #fff url(../img/bg1.png) no-repeat right bottom;
}

.container-fluid .content .Welcome_Message .Welcome_Message_body {
  width: 95%;
  margin: auto;
}

.container-fluid .content .Welcome_Message .Welcome_Message_body .main_title {
  margin-bottom: 30px;
  text-align: center;
}

.container-fluid .content .Welcome_Message .Welcome_Message_body .main_title span {
  border-bottom: 1px solid #ccc;
  color: #47a566;
  padding: 8px 0px;
}

.container-fluid .content .Welcome_Message .Welcome_Message_body .main_body .group .item {
  padding: 30px 0px;
  text-align: center;
  border-left: 1px solid #ccc;
}

@media (max-width: 768px) {
  .container-fluid .content .Welcome_Message .Welcome_Message_body .main_body .group .item {
    border-left: none;
    border-bottom: 1px solid #ddd;
  }
}

@media (max-width: 768px) {
  .container-fluid .content .Welcome_Message .Welcome_Message_body .main_body .group .item:nth-child(3) {
    border-bottom: none;
  }
}

.container-fluid .content .Welcome_Message .Welcome_Message_body .main_body .group .item .p_name {
  margin: auto;
  margin-bottom: 10px;
}

.container-fluid .content .Welcome_Message .Welcome_Message_body .main_body .group .item .p_name div {
  background: #97c4b0;
  border-radius: 999em;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  margin: auto;
  margin-bottom: 10px;
}

.container-fluid .content .Welcome_Message .Welcome_Message_body .main_body .group .item .p_name span {
  background: #80b3a5;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: 800;
}

.container-fluid .content .Welcome_Message .Welcome_Message_body .main_body .group .item:nth-child(1) {
  border-left: none;
}

.container-fluid .content .Welcome_Message .Welcome_Message_body .main_body .group .item:nth-child(1) .p_name div {
  background: url(../img/pimg1.jpg);
}

.container-fluid .content .Welcome_Message .Welcome_Message_body .main_body .group .item:nth-child(2) .p_name div {
  background: url(../img/pimg4.jpg);
}

.container-fluid .content .Welcome_Message .Welcome_Message_body .main_body .group .item:nth-child(3) .p_name div {
  background: url(../img/pimg3.jpg);
}

.container-fluid .content .Sponsors {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 30px;
  background: #fff url(../img/bg1.png) no-repeat right bottom;
}

.container-fluid .content .Sponsors .Sponsors_body {
  width: 95%;
  margin: auto;
}

.container-fluid .content .Sponsors .Sponsors_body .main_title {
  text-align: center;
  position: relative;
  padding-top: 50px;
  color: #ad7136;
}

/* .container-fluid .content .Sponsors .Sponsors_body .main_title::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #ad7136;
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
} */

.container-fluid .content .Sponsors .Sponsors_body .main_body {
  float: left;
  width: 100%;
  padding: 30px 0px 50px 0px;
}

.container-fluid .content .Sponsors .Sponsors_body .main_body .logo_title {
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px;
  background: #d7e2eb;
  color: #fff;
  float: left;
  text-align: center;
}

.container-fluid .content .Sponsors .Sponsors_body .main_body .logo_title span {
  background: #81a3be;
  padding: 0px 16px;
  border-radius: 5px;
}

.container-fluid .content .Sponsors .Sponsors_body .main_body .logo_group {
  width: 100%;
}

.container-fluid .content .Sponsors .Sponsors_body .main_body .logo_group div {
  width: calc(100% / 5 - 10px);
  float: left;
  margin: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
}

@media (max-width: 800px) {
  .container-fluid .content .Sponsors .Sponsors_body .main_body .logo_group div {
    width: calc(100% / 4 - 15px);
  }
}

@media (max-width: 600px) {
  .container-fluid .content .Sponsors .Sponsors_body .main_body .logo_group div {
    width: calc(100% / 2 - 10px);
  }
}

.container-fluid .content .Sponsors .Sponsors_body .main_body .logo_group div a {
  padding: 5px;
}

.container-fluid .content .Sponsors .Sponsors_body .main_body .logo_group div a img {
  width: 95%;
}

.container-fluid .content .Charge {
  width: 100%;
  padding: 20px 0px;
  background: #e2e2e2 url(../img/c_bg.jpg) repeat-x right bottom;
}

.container-fluid .content .Charge .Charge_body {
  width: 95%;
  margin: auto;
}

.container-fluid .content .Charge .Charge_body .main_title {
  color: #6e6b6b;
  padding: 40px 0px 30px 0px;
}

.c-bg1, .c-bg2, .c-bg3{
  color: #fff !important;
  text-align: center;
}

.c-bg1{
  background-color: #d48851 !important;
}
.c-bg2{
  background-color: #3d7671 !important;
}
.c-bg3{
  background-color: #446781 !important;
}

.c-bg1-light{
  background-color: #fff9f5 !important;
  text-align: center;
  vertical-align: middle !important;
}

.c-bg2-light{
  background-color: #e3f5f3 !important;
}

.c-bg3-light{
  background-color: #e0eaf5 !important;
}

.c-price tr td{
  text-align: center;
  vertical-align: middle !important;
}

.container-fluid .content .Charge .Charge_body .main_body .table td, .container-fluid .content .Charge .Charge_body .main_body .table th {
  border: 1px solid #aaa;
}

.container-fluid .content .Charge .Charge_body .main_body .table td {
  background: #fff;
}

/* .container-fluid .content .Charge .Charge_body .main_body .table td:nth-child(1) {
 
} */

.container-fluid .content .Charge .Charge_body .main_body .table td.class_name {
  background: #f5f4e5;
}

.container-fluid .content .Charge .Charge_body .main_body .table td.class_name span {
  color: #793a05;
}

.container-fluid .content .Charge .Charge_body .main_body .table td.doller {
  font-size: 22px;
  font-weight: 800;
  color: #666;
}

.container-fluid .content .Charge .Charge_body .main_body .table td.doller span {
  font-size: 15px;
  margin-left: 5px;
}

.container-fluid .content .Charge .Charge_body .main_body .table th {
  background: #412911;
  color: #fff;
  font-weight: 800;
}

.container-fluid .content .Workshop {
  width: 100%;
  padding: 20px 0px 40px 0px;
  background: #53aca5 url(../img/w_bg.jpg) no-repeat left;
  background-size: auto 100%;
  border-top: 40px solid #0f776d;
}

@media (max-width: 900px) {
  .container-fluid .content .Workshop {
    background: #53aca5 url(../img/w_bg1.jpg) no-repeat left;
  }
}

.container-fluid .content .Workshop .Workshop_body {
  width: 95%;
  margin: auto;
}

.container-fluid .content .Workshop .Workshop_body .main_title {
  text-align: left;
  padding: 10px 0px;
  color: #fff;
  width: 1000px;
  float: right;
}

@media (max-width: 1050px) {
  .container-fluid .content .Workshop .Workshop_body .main_title {
    width: 100%;
  }
}

.container-fluid .content .Workshop .Workshop_body .main_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  float: right;
  background: #fff;
  padding: 10px;
  flex-direction: column;/*原無*/
}

@media (max-width: 1050px) {
  .container-fluid .content .Workshop .Workshop_body .main_body {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .container-fluid .content .Workshop .Workshop_body .main_body {
    display: block;
  }
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_left {
  width: 100%;/*原380px*/
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_left img {
  width: 100%;
}

@media (max-width: 900px) {
  .container-fluid .content .Workshop .Workshop_body .main_body .w_left {
    width: 100%;
  }
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_left .item {
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  margin: 5px;
  margin-top: 0px;
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right {
  width: 100%; /*原calc(100% - 380px)*/
  padding: 0px 10px;
}

@media (max-width: 900px) {
  .container-fluid .content .Workshop .Workshop_body .main_body .w_right {
    width: 100%;
  }
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right div {
  padding: 0px;
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right .item {
  width: calc(100% / 3); /*原 100% / 2*/
  float: left;
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body {
  cursor: pointer;
  background: #c3c3c3;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  padding-bottom: 10px;
  margin: 5px;
  margin-top: 0px;
  overflow: hidden;
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body.cover {
  padding-bottom: 10px;
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body.cover .w_bottom,
.container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body.cover .w_body {
  display: none;
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body:hover {
  background: #727272;
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body .w_title {
  padding: 0px 0px 5px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body .w_img img {
  width: 100%;
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body .w_body {
  padding: 10px 0px;
  color: #222;
  min-height: 100px;
  display: none;
}

.container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body .w_bottom {
  display: none;
  background: #76a5a1;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  margin: auto;
  margin-left: 30%;
  color: #fff;
  padding-top: 15px;
  text-align: center;
  position: absolute;
}

@media (max-width: 960px) {
  .container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body .w_bottom {
    margin-left: 10%;
  }
}

@media (max-width: 800px) {
  .container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body .w_bottom {
    margin-left: 3%;
  }
}

@media (max-width: 748px) {
  .container-fluid .content .Workshop .Workshop_body .main_body .w_right .item .item_body .w_bottom {
    margin-left: 0%;
  }
}

@media (max-width: 1300px) {
  .container-fluid .content .Workshop .Workshop_body .main_body .w_right .item {
    width: calc(100% / 3);
  }
}

.container-fluid .content .lecturer {
  width: 100%;
  border-top: 5px solid #fff;
  background-size: 100%;
}

.container-fluid .content .lecturer .lecturer_body {
  width: 95%;
  margin: auto;
}

.container-fluid .content .lecturer .lecturer_body .main_title {
  padding: 40px 0px 10px 0px;
  color: #fff;
}

.container-fluid .content .lecturer .lecturer_body .main_title span {
  background: #bed9b6;
  padding-left: 10px;
}

.container-fluid .content .lecturer .lecturer_body .main_title div {
  width: 96%;
  background: #fff;
  height: 1px;
  margin-top: -24px;
}

.container-fluid .content .lecturer .lecturer_body .main_body {
  padding: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 900px) {
  .container-fluid .content .lecturer .lecturer_body .main_body {
    display: block;
  }
}

.container-fluid .content .lecturer .lecturer_body .main_body .text-capitalize .align-items-center {
  text-align: center;
}

.container-fluid .content .lecturer .lecturer_body .main_body .text-capitalize .align-items-center .i_img {
  margin-bottom: 5px;
  border: 5px solid #fff;
  cursor: pointer;
}

.container-fluid .content .lecturer .lecturer_body .main_body .text-capitalize .align-items-center p {
  font-size: 12px;
  line-height: 12px;
}

.container-fluid .content .Committees {
  width: 100%;
  background: #96c0d1;
  padding: 30px 0px;
  border-top: 9px solid #ccc;
}

.container-fluid .content .Committees .Committees_body {
  width: 95%;
  margin: auto;
}

.container-fluid .content .Committees .Committees_body .main_title {
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.container-fluid .content .Committees .Committees_body .main_body .item_group {
  padding: 5px;
}

.container-fluid .content .Committees .Committees_body .main_body .item_group .item {
  border: 1px solid white;
  border-radius: 8px;
  padding: 10px;
  padding-top: 0px;
  background: #b6c9d0;
  min-height: 120px;
}

@media (max-width: 600px) {
  .container-fluid .content .Committees .Committees_body .main_body .item_group .item {
    min-height: 160px;
  }
}

.container-fluid .content .Committees .Committees_body .main_body .item_group .item .item_title {
  background: #47568d;
  border-radius: 0px 0px 8px 8px;
  text-align: center;
  color: #fff;
  padding: 5px 0px;
}

.container-fluid .content .Committees .Committees_body .main_body .item_group .item .item_body {
  margin-top: 10px;
  text-align: center;
  color: #000;
}

.container-fluid .content .Committees .Committees_body .main_body .item_group .item .item_body span {
  color: #456977;
  font-size: 13px;
}

.container-fluid .content .Agenda {
  width: 100%;
}

.container-fluid .content .Agenda .Agenda_body {
  width: 95%;
  margin: auto;
  padding-bottom: 40px;
}

.container-fluid .content .Agenda .Agenda_body .main_title {
  color: #008080;
  padding: 40px 0px 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-fluid .content .Agenda .Agenda_body .main_title .download_manual {
  margin-top: -5px;
  margin-left: 20px;
}

.container-fluid .content .Agenda .Agenda_body .main_title .download_manual a {
  background: #ffffff;
  border: 1px #7470d2 solid;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #7470d2;
}

.container-fluid .content .Agenda .Agenda_body .main_title .download_manual a:hover {
  background: #7470d2;
  border: 1px #7470d2 solid;
  color: #fff;
}

.container-fluid .content .Agenda .Agenda_body .main_body .table-responsive .table td {
  border: 1px solid #888;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  padding: 2px;
}

.container-fluid .content .Place {
  width: 100%;
  background: #f2f6f6;
}

.container-fluid .content .Place .Place_body {
  width: 100%;
  margin: auto;
}

.container-fluid .content .Place .Place_body .main_title {
  text-align: center;
  padding: 0px 0px;
  color: #fff;
  background: #76a5a1;
}

.container-fluid .content .Place .Place_body .main_body {
  padding-bottom: 20px;
}

.container-fluid .content .Place .Place_body .main_body .place_top {
  padding: 8px 8px 5px 8px;
  background: #fff;
  border: 1px solid #ccc;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom {
  margin-top: 20px;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_info .p_title {
  margin-right: 20px;
}

@media (max-width: 780px) {
  .container-fluid .content .Place .Place_body .main_body .place_bottom .place_info .p_title {
    margin-right: 0px;
  }
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_info .p_title h1 {
  font-size: 22px;
  font-weight: 800;
  color: #005d98;
  margin: 0px;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_info .p_title h2 {
  font-size: 12px;
  color: #2883bb;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_info .p_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 3px solid #8aa196;
  padding-left: 10px;
  margin-left: 10px;
}

@media (max-width: 880px) {
  .container-fluid .content .Place .Place_body .main_body .place_bottom .place_info .p_info {
    display: block;
  }
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_info .p_info li {
  margin-right: 10px;
  color: #1f5820;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_info .p_info li i {
  margin-right: 5px;
  color: #8aa196;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_info .p_info li a {
  color: #1f5820;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_info .p_info li a:hover {
  color: #022f2b;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_left {
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 0px;
  margin-top: 15px;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div i {
  margin-right: 5px;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div:nth-child(3), .container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div:nth-child(6) {
  border-right: none;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div:nth-child(4), .container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div:nth-child(5), .container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div:nth-child(6) {
  border-bottom: none;
}

@media (max-width: 769px) {
  .container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div:nth-child(4) {
    border-bottom: 1px solid #ddd;
  }
  .container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div:nth-child(even) {
    border-right: none;
  }
  .container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div:nth-child(5), .container-fluid .content .Place .Place_body .main_body .place_bottom .place_left .row div:nth-child(6) {
    border-bottom: none;
  }
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_right ul {
  margin-left: 30px;
  margin-bottom: 10px;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_right ul li:nth-child(1) {
  font-size: 15px;
  font-weight: 800;
  color: #da7f32;
  margin-left: -25px;
}

.container-fluid .content .Place .Place_body .main_body .place_bottom .place_right ul li:nth-child(1) i {
  font-size: 20px;
  margin-right: 5px;
  margin-top: 10px;
}

.container-fluid .content .Hotel {
  width: 100%;
  background: url(../img/cimg-re.jpg) repeat center;
  background-size: 100% auto;
  color: #588a72;
}

.container-fluid .content .Hotel .Hotel_bg {
  background: url(../img/cimg.jpg) no-repeat top;
  background-size: 100% auto;
}

.container-fluid .content .Hotel .Hotel_body {
  width: 95%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.container-fluid .content .Hotel .Hotel_body .main_title {
  text-align: center;
  padding: 20px 0px 10px 0px;
  color: #41745c;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item {
  width: 100%;
  float: left;
  margin-top: 10px;
  border: 1px solid #91969f;
  padding: 10px;
  border-radius: 8px;
  background: #ffffffb8;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_top {
  width: 100%;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_top .h_title {
  font-size: 16px;
  font-weight: 800;
  color: #1995bb;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_top .h_title span {
  font-size: 14px;
  font-weight: 800;
  color: #3d7e6c;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_top .h_title span::before {
  content: '';
  margin-left: 20px;
  color: #aaa;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_top .h_title span i {
  margin-right: 10px;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left {
  width: 380px;
  float: left;
}

@media (max-width: 769px) {
  .container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left {
    width: 100%;
  }
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_map {
  width: 380px;
  padding: 5px;
  background: #fff;
  margin: 10px 0px;
}

@media (max-width: 769px) {
  .container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_map {
    width: 100%;
  }
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info {
  width: 380px;
}

@media (max-width: 769px) {
  .container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info {
    width: 100%;
  }
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info a {
  color: #fff;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info .h_web a {
  text-align: center;
  width: 100%;
  float: left;
  background: #5a8c73;
  padding: 5px 0px;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info .h_web a i {
  margin-right: 5px;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info .h_web a:hover {
  color: #96bcda;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info .h_mail a {
  text-align: center;
  width: 50%;
  float: left;
  background: #70a289;
  padding: 5px 0px;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info .h_mail a i {
  margin-right: 5px;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info .h_mail a:hover {
  color: #cdd9d3;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info .h_checkin a {
  width: 100%;
  text-align: center;
  float: left;
  padding: 5px 0px;
  border: 1px solid #fff;
  background: #9d8164;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_left .h_info .h_checkin a:hover {
  background: #3277da;
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_right {
  width: calc(100% - 380px);
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  color: #222;
}

@media (max-width: 769px) {
  .container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_right {
    width: 100%;
  }
}

.container-fluid .content .Hotel .Hotel_body .main_body .hotel_group .item .item_right div {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
  background: #c0cfbe;
  padding-left: 10px;
}

.container-fluid .footer .contact {
  background: #9f9b96;
  color: #cbcbcb;
}

.container-fluid .footer .contact .main_title {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  padding: 5px 0px 5px 0px;
  background: #ccc;
  color: #9f9b96;
}

.container-fluid .footer .contact .main_body {
  padding: 20px 0px 30px 0px;
  float: left;
  width: 100%;
}

.container-fluid .footer .contact .main_body .contact_group {
  width: 95%;
  margin: auto;
}

.container-fluid .footer .contact .main_body .contact_group .item {
  width: calc(100% / 4);
  float: left;
}

.container-fluid .footer .contact .main_body .contact_group .item:nth-child(1) .item_body {
  width: 185px;
  margin: auto;
}

.container-fluid .footer .contact .main_body .contact_group .item:nth-child(2) .item_body {
  width: 235px;
  margin: auto;
}

.container-fluid .footer .contact .main_body .contact_group .item:nth-child(3) .item_body {
  width: 228px;
  margin: auto;
}

.container-fluid .footer .contact .main_body .contact_group .item:nth-child(4) .item_body {
  width: 208px;
  margin: auto;
}

@media (max-width: 1000px) {
  .container-fluid .footer .contact .main_body .contact_group .item {
    width: calc(100% / 2);
  }
  .container-fluid .footer .contact .main_body .contact_group .item:nth-child(1) .item_body {
    width: 240px;
    margin: auto;
  }
  .container-fluid .footer .contact .main_body .contact_group .item:nth-child(2) .item_body {
    width: 240px;
    margin: auto;
  }
  .container-fluid .footer .contact .main_body .contact_group .item:nth-child(3) .item_body {
    width: 240px;
    margin: auto;
    margin-top: 20px;
  }
  .container-fluid .footer .contact .main_body .contact_group .item:nth-child(4) .item_body {
    width: 240px;
    margin: auto;
    margin-top: 20px;
  }
}

.container-fluid .footer .contact .main_body .contact_group .item h2 {
  font-size: 17px;
  color: #fff;
}

.container-fluid .footer .contact .main_body .contact_group .item h2::before {
  content: "▌";
}

.container-fluid .footer .contact .main_body .contact_group .item a {
  color: #fff;
}

.container-fluid .footer .contact .main_body .contact_group .item a:hover {
  color: #fff;
}

.container-fluid .footer .contact .main_body .contact_group .item li {
  color: #fff;
  font-size: 13px;
}

.container-fluid .footer .contact .main_body .contact_group .item li:nth-child(1) {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.container-fluid .footer .contact .main_body .contact_group .item li:nth-child(2) {
  color: #b3b3ad;
}

.container-fluid .footer .copyright {
  background: #717171;
  text-align: center;
  padding: 10px 0px;
  font-size: 12px;
}

.container-fluid .footer .copyright a {
  color: #fff !important;
}

.container-fluid #gotop {
  position: fixed;
  z-index: 90;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 35px;
  height: 35px;
  color: #fff;
  background: #639b87;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.container-fluid #gotop:hover {
  background: #555;
}

.container-fluid #gotop i:hover {
  color: #fff;
}

#inside .inside_banner {
  height: 180px;
  margin-top: 50px;
  background: #609799 url(../img/banner3.jpg) no-repeat;
  background-size: 100%;
}

@media (max-width: 750px) {
  #inside .inside_banner {
    margin-top: -50px;
  }
}

#inside .inside_banner .inside_banner_body {
  width: 80%;
  background: url(../img/2025pgbanner.png) no-repeat bottom;
  height: 244px;
  margin: auto;
  background-size: 100%;
}

@media (max-width: 960px) {
  #inside .inside_banner .inside_banner_body {
    width: 100%;
  }
}

#inside .inside_content {
  width: 100%;
}

#inside .inside_content .inside_content_body {
  width: 80%;
  margin: auto;
  min-height: 500px;
}

#inside .inside_content .inside_content_body .main_title {
  margin-top: 5px;
  padding-left: 20px;
  color: #fff;
}

@media (max-width: 750px) {
  #inside .inside_content .inside_content_body .main_title {
    font-size: 22px;
    margin-top: 30px;
  }
}

#inside .inside_content .inside_content_body .main_title a {
  font-size: 20px;
  color: #ccc;
  text-decoration: underline !important;
}

#inside .inside_content .inside_content_body .main_title i {
  font-size: 13px;
  color: #938d83;
}

#inside .inside_content .inside_content_body .main_body {
  margin: 50px 0px;
}

#inside .inside_content .inside_content_body .main_body h1 {
  font-size: 24px;
  font-weight: 800;
  color: #189688;
  margin: 15px 0px;
}

#inside .inside_content .inside_content_body .main_body h2 {
  font-size: 18px;
}

#inside .inside_content .inside_content_body .main_body h2::before {
  content: '▌';
  padding-right: 5px;
  color: #777;
  margin: 10px 0px;
}

#inside .inside_content .inside_content_body .main_body h3 {
  font-size: 14px;
  color: #aaa;
  padding: 5px;
}

#inside .inside_content .inside_content_body .main_body a {
  color: #0099CC;
  font-weight: 800;
}

#inside .inside_content .inside_content_body .main_body a:hover {
  color: #999;
}

#inside .inside_content .inside_content_body .main_body .btn {
  padding: 5px 20px;
  color: #fff;
}

#inside .inside_content .inside_content_body .main_body .btn.style1 {
  background: #0a796e;
  border: 1px solid #0a796e;
  color: #fff;
}

#inside .inside_content .inside_content_body .main_body .btn.style1:hover {
  background: #fff;
  border: 1px solid #0a796e;
  color: #0a796e;
}

#inside .inside_content .inside_content_body .main_body .btn.style2 {
  background: #717171;
  border: 1px solid #717171;
  color: #fff;
}

#inside .inside_content .inside_content_body .main_body .btn.style2:hover {
  background: #fff;
  border: 1px solid #717171;
  color: #717171;
}

#inside .inside_content .inside_content_body .main_body .btn.style3 {
  background: #fff;
  border: 1px solid #0099CC;
  color: #0099CC;
}

#inside .inside_content .inside_content_body .main_body .btn.style3:hover {
  background: #0099CC;
  border: 1px solid #0099CC;
  color: #fff;
}

#actyyserform .rounded-soft {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/*# sourceMappingURL=main.css.map */

.underline{
  text-decoration: underline;
}

.bg1{
  background-color: #fffaf9;
}
.bg2{
  background-color: #fbfff6;
}
.bg3{
  background-color: #f6feff;
}
.bg4{
  background-color: #fffef6;
}
.name{
  color: #ff6553;
}


.venues_body{
  width: 95%;
  margin: auto;
  padding-bottom: 40px;
}

.venues_body .main_title{
  color: #008080;
  padding: 40px 0px 30px 0px;
} 

.schedule_venues_info{
  justify-content: center;
}

.schedule_venues_info div{
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 18px;
  padding-right: 18px;
  width: 30%;
  border-left: 2px solid #189688;
}

.Schedule_venues{
  background: #fff url(../img/bg1.png) no-repeat right bottom;
}

.table-wrap{
  width: 80%;
}

.a-pic-wrap{
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.a-pic-wrap div{
  width: 45%;
  margin-bottom: 10px;
}


@media (max-width: 992px){
  .a-pic-wrap{
    display: flex;
    flex-direction: column;
  }
  
  .a-pic-wrap div{
    width: 100%;
  }
}


@media (max-width: 768px) {
  .container-fluid .header {
    height: 60px;
  }

  .schedule_venues_info{
    flex-direction: column;
  }
  .schedule_venues_info div{
    width: 100%;
  }
  .table-wrap{
    width: 96%;
  }

 
}






.exam-info p{
  font-size: 18px !important;
}

.exam-info a{
  color: #1676b9;
  text-decoration: underline !important;
}

.a-title{
  background-color: #008080 !important;
  color: #fff;
  font-size: 18px !important;
  font-weight: 800
}

.wip-agenda tr td:nth-child(1){
  background-color: #e7e7e7;
  white-space: nowrap;
}

.mcc{
  background-color: #1676b9;
  color: #fff !important;
}
.mcm{
  background-color: #00a19e;
  color: #fff !important;
}

.mcc-bg{
  background-color: #00a16626;
}

.mcm-bg{
  background-color: #1675b940;
}


.bg-pink{
  background-color: #FF7C7C;
}

.bg-soft{
  background-color:#ffffae;
}

.bg-dark-yellow{
  background-color: #ffc000;
}

.bg-ul{
  background-color: #fce9d9;
}

.bg-fl{
  background-color: #c1eff7;
}
.bg-exam{
  background-color: #ebe4fb;
}

.bg-ulbg{
  background-color: #ffc597;
}

.bg-flbg{
  background-color: #6a9cb7;
  color: #fff !important;
}


@media (max-width: 768px) {
  .container-fluid .header .logo_btn {
    width: 90%;
  }
  .pc-banner{
    display: none;
  }
  .sp-banner{
    display: block;
  }


}