/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   GLOBAL CSS Start                                   == */
/* ==                                                                                      == */
/* ========================================================================================== */
/* ========================================== */
/* ==                                      == */
/* ==            Default Start             == */
/* ==                                      == */
/* ========================================== */
@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; /*-ms-overflow-style: none;scrollbar-width: none;*/
}
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; /*-ms-overflow-style: none;scrollbar-width: none;*/
}
/** ::-webkit-scrollbar { display: none; }*/

html {
  font-style: normal;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-weight: 500;
}
body {
  font-family: Arial, "Noto Sans TC", "Apple LiGothic Medium",
    "Microsoft JhengHei", "SimHei";
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 0.938em;
  font-weight: 400;
  color: #333;
}
.ac-section {
  padding: 4em 0;
}
.ac-section.ac-section_first {
  padding-top: 80px;
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.ac-section.ac-section_first_news {
  padding-top: 100px;
  background-color: #f7f7f7;
}
.ac-section.ac-section_last {
  padding: 5.5em 0 0;
}
img {
  width: 100%;
  max-width: 100%;
}
a {
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: blink;
}
/* input:focus,textarea:focus{box-shadow:none;outline:0} */
/* button:focus{outline:0} */
/* input:focus,textarea:focus{box-shadow:none;outline:0} */
ol,
ul {
  list-style: none;
  margin-bottom: 0;
}
.ac_blank {
  height: 130px;
}
@media (max-width: 1199.98px) {
  .ac-section.ac-section_first {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .ac-section {
    padding: 4.5em 0 0;
  }
  .ac-section.ac-section_last {
    padding: 5.5em 0 0;
  }
}
/* typography start */
h1 {
  text-indent: -99999px;
  position: absolute;
}
h2 {
  font-size: 2.375em;
  font-weight: 700;
  line-height: normal;
}
h3 {
  font-size: 1.688em;
  font-weight: 500;
}
h4 {
  font-size: 1.375em;
  font-weight: 500;
}
h5 {
  font-size: 1.15em;
  font-weight: 500;
}
span,
p {
  font-size: 1.063em;
  font-weight: 300;
  line-height: 1.5;
}
span.date,
p.date {
  font-size: 1.188em;
  font-weight: 400;
  font-family: "Roboto Condensed";
}
span.tip,
p.tip {
  font-size: 1em;
  font-weight: 400;
}
span.map-info,
p.map-info {
  font-size: 1em;
  font-weight: 400;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
p.light,
p.date.light,
p.map-info.light,
span.light,
span.date.light,
span.map-info.light {
  color: #2b4131;
}
span.tip.light,
p.tip.light {
  color: #2f7d44;
}
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
p.dark,
p.date.dark,
p.map-info.dark,
span.dark,
span.date.dark,
span.map-info.dark {
  color: #ffffff;
}
span.tip.dark,
p.tip.dark {
  color: #e8efa7;
}
.ac_accesskey {
  color: #2f7d44;
  margin-left: -30px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1.125em;
  }
  h5 {
    font-size: 1.05em;
  }
  span,
  p {
    font-size: 1em;
  }
  span.date,
  p.date {
    font-size: 1.125em;
  }
  span.tip,
  p.tip {
    font-size: 0.938em;
  }
  span.map-info,
  p.map-info {
    font-size: 0.938em;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 1.375em;
  }
  h3 {
    font-size: 1.125em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.97em;
  }
  span,
  p {
    font-size: 0.938em;
  }
  span.date,
  p.date {
    font-size: 1.063em;
  }
  span.tip,
  p.tip {
    font-size: 0.875em;
  }
  span.map-info,
  p.map-info {
    font-size: 0.875em;
  }
}
/* typography end*/

/* ========================================== */
/* ==                                      == */
/* ==            Default  End              == */
/* ==                                      == */
/* ========================================== */

/*-------------------------------------- breadcrumb style start --------------------------------------*/
.ac_breadcrumb_area {
  font-size: 0.875em;
  padding: 30px 10px 70px 30px;
  position: relative;
  text-align: right;
}
.ac_breadcrumb_area span {
  font-size: 1em;
  padding: 0 5px;
}
.ac_breadcrumb_area a {
  font-size: 1em;
  padding: 0px 5px;
  position: relative;
}
.ac_breadcrumb_area.light {
  color: #2b4131;
}
.ac_breadcrumb_area.light span {
  color: #2b4131;
}
.ac_breadcrumb_area.light a {
  color: #2f7d44;
}
.ac_breadcrumb_area.light a:first-child:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: -19px;
  background: url(../../assets/images/breadcrumb-light.svg) center center
    no-repeat;
}
.ac_breadcrumb_area.dark {
  color: #ffffff;
  background-color: #2b4131;
}
.ac_breadcrumb_area.dark span {
  color: #ffffff;
  font-weight: 300;
}
.ac_breadcrumb_area.dark a {
  color: #ffffff;
  font-weight: 500;
}
.ac_breadcrumb_area.dark a:first-child:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../../assets/images/breadcrumb-dark.svg) center center
    no-repeat;
  top: -2px;
  left: -19px;
}
/*-------------------------------------- breadcrumb style end --------------------------------------*/

/*-------------------------------------- news_article style start --------------------------------------*/
.ac_filter.news_article.horizontal {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.ac_filter.news_article.horizontal > div {
  width: 100%;
}
.ac_filter.news_article.horizontal .menu-filters {
  width: 100%;
  text-align: right;
}
.ac_filter.news_article.horizontal .content_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.ac_filter.news_article .menu-filters ul {
  list-style: none;
  padding: 0;
}
.ac_filter.news_article .menu-filters ul li {
  display: inline-block;
  color: #f8f6ff;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 8px 0;
  transition: 1s;
  margin: 10px 0;
}
.ac_filter.news_article .menu-filters ul li a {
  padding: 5px 10px;
  font-size: 1.25em;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: 1s;
  border-radius: 0;
  color: #2b4131;
}
.ac_filter.news_article .menu-filters ul li a.main_style {
  font-size: 1.5em;
  font-weight: 900;
}
.ac_filter.news_article .menu-filters ul li a.active {
  color: #2b4131;
  border-bottom: 1px solid #2b4131;
}
.ac_filter.news_article .menu-filters ul li a:hover {
  border-bottom: 1px solid #2b4131;
  color: #2b4131;
}

.ac_filter.news_article .ac_filter_all .img_area {
  transition: 0.5s;
  display: flex;
  width: 100%;
  position: relative;
  height: 230px;
}
.ac_filter.news_article .ac_filter_all .img_area img {
  transition: 0.5s;
  object-fit: cover;
  width: 100%;
  position: relative;
}
.ac_filter.news_article .ac_filter_all .text_area {
  width: 100%;
}
.ac_filter.news_article .ac_filter_all.left a {
  background-color: #444444;
  padding: 10px;
  color: #ffffff;
  width: 100px;
  height: 50px;
  margin: 15px 10px 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}
.ac_filter.news_article .content_area .ac_filter_all {
  background-color: #ffffff;
  margin: 10px 16px; /* min-width: 260px; */
  transition: 0.5s;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.ac_filter.news_article .content_area .ac_style01 {
  width: calc(33% - 29px);
  display: flex;
  flex-wrap: wrap;
}
.ac_filter.news_article .content_area .ac_style01 .img_area img:before {
  content: "";
  translate: 0.5s;
}
.ac_filter.news_article .content_area .ac_style01 .img_area img:after {
  content: "";
  translate: 0.5s;
}
.ac_filter.news_article .content_area .ac_style01:hover .img_area:before {
  z-index: 13;
  content: "";
  background-color: rgb(43 65 49 / 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.ac_filter.news_article .content_area .ac_style01:hover .img_area:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  background: url(../../assets/images/hover_search.svg) center center no-repeat;
  top: 40%;
  left: 40%;
  z-index: 1;
}
.ac_filter.news_article .content_area .ac_style01 .text_area {
  padding: 15px 25px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  height: 180px;
}
.ac_filter.news_article .content_area .ac_style01 .text_area h3 {
  margin: 0;
  padding: 19px 0 4px;
  line-height: 1.58;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 100px;
}
.ac_filter.news_article .content_area .ac_style01 .text_area p.date {
  margin: 0 11px;
  padding: 5px 0;
  width: calc(100% - 94px);
}
.ac_filter.news_article .content_area .ac_style01:hover .text_area h3 {
  color: #2f7d44;
}
.ac_filter.news_article .content_area .ac_style01:hover .text_area p.date {
  color: #2d7d44;
}
@media (max-width: 991px) {
  .ac_filter.news_article .content_area .ac_style01 {
    width: calc(49% - 29px);
  }
  .ac_filter.news_article .content_area .ac_style01 .text_area h3 {
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .ac_filter.news_article .content_area .ac_style01 {
    flex-wrap: wrap;
    width: 100%;
  }
  .ac_filter.news_article .content_area .ac_style01 .img_area img {
    border-radius: 9px 9px 0px 0px;
  }
  .ac_filter.news_article .menu-filters ul li a {
    font-size: 0.938em;
  }
  .ac_filter.news_article .menu-filters ul li a.main_style {
    font-size: 1.063em;
  }
  .ac_filter.news_article.horizontal .menu-filters {
    text-align: left;
  }
  .ac_filter.news_article.horizontal .block_header {
    font-size: 1.563em;
  }
  .ac_filter.news_article .content_area .ac_style01 .text_area h3 {
    padding: 19px 0 3px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .ac_filter.news_article .content_area .ac_style01 .text_area h3 {
    height: 75px;
  }
}

/* article tag style start */
span.ac_articletag.large,
p.ac_articletag.large {
  width: 76px;
  height: 43px;
  text-align: center;
  font-size: 1.25em;
  padding: 7px 0;
  font-weight: 500;
  margin: 0;
}
span.ac_articletag.tiny,
p.ac_articletag.tiny {
  width: 64px;
  height: 39px;
  text-align: center;
  font-size: 1.188em;
  padding: 7px 0;
  font-weight: 500;
  margin: 0;
}
span.ac_articletag.cyan,
p.ac_articletag.cyan {
  background-color: #1d95a5;
  color: #ffffff;
}
span.ac_articletag.green,
p.ac_articletag.green {
  background-color: #2f7d44;
  color: #ffffff;
}
span.ac_articletag.lightgreen,
p.ac_articletag.lightgreen {
  background-color: #e8efa7;
  color: #2b4131;
}
span.ac_articletag.yellow,
p.ac_articletag.yellow {
  background-color: #eac759;
  color: #2b4131;
}
span.ac_articletag.gray,
p.ac_articletag.gray {
  background-color: #dedede;
  color: #2b4131;
}
@media (max-width: 575.98px) {
  span.ac_articletag.large,
  p.ac_articletag.large {
    font-size: 1em;
    height: 37px;
    width: 60px;
  }
  span.ac_articletag.tiny,
  p.ac_articletag.tiny {
    font-size: 0.938em;
    height: 33px;
    padding: 7px 0 10px 0;
    width: 55px;
  }
}
/* article tag style end */

.ac_page_numbers {
  padding: 30px 0 60px;
  width: 100%;
}
.ac_page_numbers ul {
  display: flex;
  justify-content: center;
}
.ac_page_numbers ul li a {
  padding: 17px;
  color: #2f7d44;
  border: 1px solid #dedede;
  display: block;
  font-size: 1em;
  line-height: normal;
  font-family: "Roboto Condensed";
}
.ac_page_numbers ul li a:hover {
  background-color: #2f7d44;
  color: #ffffff;
}
.ac_page_numbers ul li a.active {
  background-color: #2f7d44;
  color: #ffffff;
}
/*-------------------------------------- news_article style end --------------------------------------*/

/*-------------------------------------- card-participate style start --------------------------------------*/
.ac_card-participate {
  width: 210px;
  height: 145px;
  margin: 0px 20px 0 0;
  padding: 20px 10px 20px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.ac_card-participate.white {
  background-color: #ffffff;
  width: 210px;
  padding: 30px 10px 10px 70px;
}
.ac_card-participate.yellow {
  background-color: #eac759;
  padding: 30px 0 10px 25px;
  width: 250px;
}
.ac_card-participate.medal-green:before {
  content: "";
  background: url(../../assets/images/medal-green_Round.png) center center
    no-repeat;
  bottom: 37px;
  width: 60px;
  height: 85px;
  position: absolute;
  left: 5px;
  top: -6px;
  background-size: contain;
}
.ac_card-participate.medal-silver:before {
  content: "";
  background: url(../../assets/images/medal-silver_Round.png) center center
    no-repeat;
  bottom: 37px;
  width: 60px;
  height: 85px;
  position: absolute;
  left: 5px;
  top: -6px;
  background-size: contain;
}
.ac_card-participate.medal-copper:before {
  content: "";
  background: url(../../assets/images/medal-copper_Round.png) center center
    no-repeat;
  bottom: 37px;
  width: 60px;
  height: 85px;
  position: absolute;
  left: 5px;
  top: -6px;
  background-size: contain;
}
.ac_card-participate.school:before {
  content: "";
  background: url(../../assets/images/icon-feature-school.svg) center center
    no-repeat;
  width: 80px;
  height: 76px;
  position: absolute;
  bottom: 0px;
  right: -9px;
}
.ac_card-participate.medal:before {
  content: "";
  background: url(../../assets/images/icon-feature-medal.svg) center center
    no-repeat;
  width: 80px;
  height: 76px;
  position: absolute;
  bottom: 0px;
  right: -14px;
}
.ac_card-participate.teacher:before {
  content: "";
  background: url(../../assets/images/icon-feature-teacher.svg) center center
    no-repeat;
  width: 80px;
  height: 76px;
  position: absolute;
  bottom: 0px;
  right: -14px;
}
.ac_card-participate.student:before {
  content: "";
  background: url(../../assets/images/icon-feature-student.svg) center center
    no-repeat;
  width: 80px;
  height: 76px;
  position: absolute;
  bottom: 0px;
  right: -14px;
  z-index: 0;
}
.map-info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.map-info p {
  text-align: left;
  margin: 0;
}
.ac_card-participate > .map-info > span {
  font-size: 1.25em;
}
.ac_card-participate > .map-info > div > span:nth-child(2) {
  font-size: 1em;
}
.ac_card-participate.map-info span {
  padding: 0 2px;
}
.map-info span.number {
  font-family: Roboto, sans-serif;
  font-size: 2.75em;
  font-weight: 700;
  color: #2b4131;
}
.ac_card-participate .map-info > div {
  display: flex;
  align-items: baseline;
  width: 100%;
}
/*-------------------------------------- card-participate style end --------------------------------------*/

/*-------------------------------------- button style start --------------------------------------*/
a.button-general.primary {
  border: 2px solid #eac759;
  border-radius: 100px;
  padding: 10px 28px;
  width: 120px;
  color: #2b4131;
  margin: 3px;
  transition: 0.5s;
  font-size: 1em;
  height: 45px;
}
a.button-general.primary.disabled {
  background-color: #f1f1f1;
  border: solid 2px #dedede;
  color: #6e6e6e;
  cursor: unset;
}
a.button-general.outline {
  border: 1px solid #9caf88;
  border-radius: 100px;
  width: 120px;
  color: #2b4131;
  margin: 3px;
  transition: 0.5s;
  font-size: 0.938em;
  position: relative;
  padding: 10px 35px 10px 15px;
  height: 45px;
}
button.button-general.outline {
  border: 1px solid #9caf88;
  border-radius: 100px;
  width: unset;
  color: #2b4131;
  margin: 3px;
  transition: 0.5s;
  font-size: 0.938em;
  position: relative;
  padding: 10px 15px 10px 15px;
  height: 45px;
  cursor: pointer;
}
a.button-general.outline.disabled {
  background-color: #e7e7e7;
  border: solid 2px #dedede;
  color: #b7b7b7;
  cursor: unset;
}
a.button-general.transparent {
  border-radius: 100px;
  width: 120px;
  color: #ffffff;
  margin: 3px;
  background-color: rgb(255 255 255 / 0.3);
  transition: 0.5s;
  position: relative;
  padding: 12px 35px 12px 15px;
  height: 45px;
  box-shadow: 0 2px 20px 0 #2b4131;
}
a.button-general.transparent.disabled {
  background-color: rgba(255, 255, 255, 0.3);
  color: #b7b7b7;
}
a.button-tiny {
  border: 1px solid #eac759;
  border-radius: 100px;
  padding: 5px 12px;
  width: 54px;
  color: #2b4131;
  margin: 3px;
  transition: 0.5s;
  font-size: 0.875em;
  height: 30px;
}
a.button-general.primary:hover {
  background-color: #eac759;
}
a.button-general.primary.disabled:hover {
  background-color: #e7e7e7;
}
a.button-general.outline:hover {
  color: #2f7d44;
}
a.button-general.outline.disabled:hover {
  color: #b7b7b7;
}
a.button-general.transparent:hover {
  background-color: rgb(255 255 255 / 0.1);
}
a.button-tiny:hover {
  background-color: #eac759;
}
a.button-general.outline:before {
  content: "";
  background: url(../../assets/images/button-outline-arrow-dark.svg) center
    center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 14px;
  right: 18px;
  background-size: contain;
  transition: 0.5s;
}
a.button-general.outline:hover:before {
  content: "";
  background: url(../../assets/images/button-outline-arrow-light.svg);
}
a.button-general.outline.disabled:before {
  content: "";
  background: url(../../assets/images/button-outline-arrow-gray.svg);
}
a.button-general.outline.disabled:hover:before {
  content: "";
  background: url(../../assets/images/button-outline-arrow-gray.svg);
}
a.button-general.transparent.disabled:before {
  content: "";
  background: url(../../assets/images/button-outline-arrow-gray.svg);
}
a.button-general.transparent:before {
  content: "";
  background: url(../../assets/images/button-outline-arrow-white.svg) center
    center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 13px;
  right: 13px;
  background-size: contain;
  transition: 0.5s;
}
a.button-7step {
  border-radius: 5px;
  border: solid 1px #e7e7e7;
  background-color: #f7f7f7;
  color: #777777;
  padding: 15px 25px 15px 50px;
  margin: 3px;
  font-size: 1.063em;
  position: relative;
  transition: 0.5s;
}
a.button-7step:hover {
  background-color: #ffffff;
  color: #2b4131;
  border: 0;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
a.button-7step.step_01:before {
  content: "";
  background: url(../../assets/images/icon-7-steps-group.svg) center center
    no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 9px;
  left: 10px;
  background-size: contain;
  transition: 0.5s;
  opacity: 0.5;
}
a.button-7step.step_02:before {
  content: "";
  background: url(../../assets/images/icon-7-steps-check.svg) center center
    no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 9px;
  left: 10px;
  background-size: contain;
  transition: 0.5s;
  opacity: 0.5;
}
a.button-7step.step_03:before {
  content: "";
  background: url(../../assets/images/icon-7-steps-bulb.svg) center center
    no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 9px;
  left: 10px;
  background-size: contain;
  transition: 0.5s;
  opacity: 0.5;
}
a.button-7step.step_04:before {
  content: "";
  background: url(../../assets/images/icon-7-steps-ecg.svg) center center
    no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 9px;
  left: 10px;
  background-size: contain;
  transition: 0.5s;
  opacity: 0.5;
}
a.button-7step.step_05:before {
  content: "";
  background: url(../../assets/images/icon-7-steps-education.svg) center center
    no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 9px;
  left: 10px;
  background-size: contain;
  transition: 0.5s;
  opacity: 0.5;
}
a.button-7step.step_06:before {
  content: "";
  background: url(../../assets/images/icon-7-steps-house.svg) center center
    no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 9px;
  left: 10px;
  background-size: contain;
  transition: 0.5s;
  opacity: 0.5;
}
a.button-7step.step_07:before {
  content: "";
  background: url(../../assets/images/icon-7-steps-hand.svg) center center
    no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 9px;
  left: 10px;
  background-size: contain;
  transition: 0.5s;
  opacity: 0.5;
}
a.button-7step.step_01:hover:before {
  content: "";
  opacity: 1;
}
a.button-7step.step_02:hover:before {
  content: "";
  opacity: 1;
}
a.button-7step.step_03:hover:before {
  content: "";
  opacity: 1;
}
a.button-7step.step_04:hover:before {
  content: "";
  opacity: 1;
}
a.button-7step.step_05:hover:before {
  content: "";
  opacity: 1;
}
a.button-7step.step_06:hover:before {
  content: "";
  opacity: 1;
}
a.button-7step.step_07:hover:before {
  content: "";
  opacity: 1;
}
@media (max-width: 575.98px) {
  a.button-7step {
    font-size: 0.938em;
  }
  a.button-general.primary {
    /* border: 0; */
    width: 100px;
    padding: 11px;
  }
}

/*-------------------------------------- button style end --------------------------------------*/

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   GLOBAL CSS  End                                    == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   Header CSS Start                                   == */
/* ==                                                                                      == */
/* ========================================================================================== */
.for_accessibility a {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}
.for_accessibility a:focus {
  width: auto;
  height: auto;
  padding: 6px;
  background-color: #444;
  color: #fff;
}
.for_accessibility div {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: transparent;
  opacity: 0.1;
}

header .navbar {
  background-color: #f9f8f900 !important; /* height: 80px; */
  position: fixed;
  width: 100%;
  padding: 0px 0 10px 10px;
  align-items: flex-start;
  z-index: 98;
}
header .navbar:before {
  content: "";
  width: 10%;
  background-color: #f9f8f9;
  left: 0;
  height: 108px;
  z-index: -1;
  box-shadow: 5px 8px 12px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
}
header .navbar-nav {
  padding: 2px 0px 2px 0;
  font-size: 1.1em;
  align-items: center;
}
header .nav-item {
  padding: 0px 5px;
}
header .navbar-collapse {
  background-color: #f9f8f9;
  padding: 17px 0px 17px 225px;
  box-shadow: 5px 8px 12px 0 rgba(0, 0, 0, 0.1);
  justify-content: center;
}
header .navbar-light .navbar-brand {
  padding: 32px 14px;
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin-right: 0;
  width: 180px;
  margin-left: 1%;
  cursor: pointer;
  position: absolute;
}
header .navbar-light .navbar-brand .logo_img_div {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .navbar-light .navbar-brand .logo_img_div img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
header .navbar-light .navbar-nav .nav-link {
  color: #1a2a1f;
  padding: 10px 1px;
  text-decoration: none;
  position: relative;
}
header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
  color: #4a6b3d;
  text-decoration: underline;
  outline: 2px solid #4a6b3d;
  outline-offset: 2px;
}
header .navbar-light .navbar-nav .nav-link:visited {
  color: #2f7d44;
}
header .navbar-light .navbar-nav .show > .nav-link,
header .navbar-light .navbar-nav .active > .nav-link,
header .navbar-light .navbar-nav .nav-link.show,
header .navbar-light .navbar-nav .nav-link.active {
  color: #1a2a1f;
  font-weight: 600;
  text-decoration: underline;
}
header .navbar-nav .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  border-bottom: 5px solid #2f7d44;
  padding: 0;
}
header .dropdown-item {
  padding: 0.7rem 1.5rem;
  text-align: center;
  color: #1a2a1f;
}
header .dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e8ebd0;
  color: #1a2a1f;
  text-decoration: underline;
  outline: 2px solid #4a6b3d;
  outline-offset: -2px;
}
header .dropdown-item:visited {
  color: #2f7d44;
}
header .menu_function,
.menu_function_mobile {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f9f8f9;
  padding: 0 5px;
  height: 2.65em;
  justify-content: flex-end;
  margin: 7px 0px;
}
header .menu_function a,
.menu_function_mobile a {
  color: #1a2a1f;
  text-decoration: none;
}
header .menu_function a:hover,
.menu_function_mobile a:hover {
  background-color: #d4b93f;
  color: #1a2a1f;
  text-decoration: underline;
}
header .menu_function a:visited,
header .menu_function_mobile a:visited {
  color: #2f7d44;
}
header .menu_function a img,
.menu_function_mobile a img {
  width: 40px;
}
header .menu_function_mobile {
  display: none;
}
header .nav-item.cellphone_show {
  display: none;
}
header .navbar > div a {
  display: none;
}
header .navbar .search {
  position: relative;
  display: flex;
  width: 100%;
}
header .navbar .search form {
  width: 100%;
}
header .navbar .search .searchTerm {
  width: calc(100% - 45px);
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  border-right: none;
  padding: 5px;
  height: 2.4em;
  border-radius: 0;
  outline: none;
  background-color: #f0f8ff00;
}
header .navbar .search .searchTerm:focus {
  border: 1px solid #007bff;
  background: #f3f4ff;
}
header .navbar .search .searchButton {
  width: 40px;
  height: 36px;
  border: 0;
  text-align: center;
  color: #1a2a1f;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 1.25em;
  background-color: #e8ebd0;
}
header .navbar .search .searchButton span {
  display: none;
}
header .navbar .menu_function a,
header .navbar .menu_function_mobile a {
  min-width: 40px;
  display: flex;
  border-radius: 50%;
  padding: 0;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
header .navbar .menu_function a:nth-child(1),
header .navbar .menu_function_mobile a:nth-child(1) {
}
/* header .navbar .menu_function a:nth-child(2),header .navbar .menu_function_mobile a:nth-child(2){width: 60px;} */
header .navbar .menu_function a:nth-child(3),
header .navbar.menu_function_mobile a:nth-child(3) {
}
header .navbar .menu_function a:nth-child(4),
header .navbar.menu_function_mobile a:nth-child(4) {
  border: 2px solid #eac759;
  border-radius: 100px;
  padding: 10px;
  width: 100px;
  text-align: center;
}
header .dropdown-toggle::after {
  margin-left: 2px;
}
header .menu_rightblock {
  width: 440px;
  display: flex;
  align-items: center;
  background-color: #f9f8f9;
  padding: 0;
  box-shadow: 9px 8px 12px 0 rgb(0 0 0 / 10%);
  flex-wrap: wrap;
  align-content: center;
}
/* search result page start*/
.gsc-control-cse .gsc-option-menu-container {
  min-width: 120px;
}
/* search result page end*/

@media (max-width: 1199.98px) {
  header .navbar {
    background-color: #f9f8f9 !important;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  header .navbar-light .navbar-brand .logo_img_div {
    /* background: url(../../assets/images/ac_logo_mobile.png) center center
      no-repeat; */
    width: 180px;
    height: 60px;
    background-size: contain;
  }
  header .navbar .search {
    width: 100%;
  }
  header .navbar:before {
    display: none;
  }
  header .navbar-collapse {
    padding: 20px 0px 17px 0px;
  }
  header .navbar-collapse .navbar-nav {
    height: calc(94vh - 160px);
    overflow: scroll;
  }
  header .navbar-expand-lg .navbar-collapse {
    box-shadow: none;
    padding: 0;
  }
  header .navbar-nav {
    font-size: 1.125em;
  }
  header .navbar-nav .dropdown-menu {
    box-shadow: none;
    background-color: #f9f8f9;
  }
  header .navbar-light .navbar-brand {
    margin: 10px 0px 10px;
    padding: 0 10px;
    width: 150px;
    background-color: #ffffff00;
    border-radius: 0;
    box-shadow: 0 0 BLACK;
    position: unset;
  }
  header .navbar-light .navbar-toggler {
    margin: 25px 10px 0px 0;
    padding: 5px 5px;
  }
  header .dropdown-item {
    text-align: left;
  }
  header .menu_function_mobile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    box-shadow: none;
    flex-wrap: wrap;
  }
  header .nav-item.cellphone_show {
    display: unset;
  }
  header .nav-item.cellphone_show .dropdown-menu {
    color: #2b4131;
    background-color: #f1f1f1;
    padding: 10px 10px;
    border-bottom: 0;
  }
  header .navbar > div a {
    display: unset;
  }
  header .menu_rightblock {
    display: none;
  }
  header .navbar .menu_function a,
  header .navbar .menu_function_mobile a {
    margin: 5px;
    max-width: 60px;
  }
  .dropdown-menu .text_info {
    font-size: 0.938em;
    padding: 0 0 16px 0;
  }
  .dropdown-menu .text_info a {
    color: #2f7d44;
    text-decoration: underline;
  }
  .dropdown-menu .contact_info > div {
    font-size: 1.063em;
    line-height: 1.7;
    color: #2b4131;
  }
  .dropdown-menu .contact_info > div {
    padding: 3px 7px;
  }
  .dropdown-menu .contact_info > div span:nth-child(1) {
    font-size: 0.875em;
    font-weight: 500;
  }
  .dropdown-menu .contact_info > div span:nth-child(2) {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 575.98px) {
  header .navbar-light .navbar-brand {
    width: 130px;
  }
  header .navbar-light .navbar-brand .logo_img_div {
    width: 140px;
  }
}
/*--------- contact fix btn start ---------*/
.fix_btn_div {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 98;
}
.fix_btn_div .fix_button {
  width: 90px;
  height: 90px;
  display: block;
  padding: 20px 27px;
  border-radius: 100%;
  font-size: 1em;
  color: #2b4131;
  line-height: 1.33;
  margin: 10px 10px;
}
.fix_btn_div .fix_button#back-top:before {
  // content: "";
  // background: url(../../assets/images/back-to-top.svg) center center no-repeat;
  /* width: 50px; */
  width: 84px;
  /* height: 40px; */
  height: 65px;
  position: absolute;
  left: 28px;
  bottom: 37px;
}
div.fix_btn_div .fix_button:hover,
div.fix_btn_div .fix_button:focus {
  opacity: 1;
  border: 2px solid #002bff;
}
.fix_btn_div .fix_button:active {
  background: none;
}
.fix_btn_div .fix_button:nth-child(1) {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.fix_btn_div .fix_button:nth-child(2) {
  background-color: #f3f5d9;
}
.fix_btn_div .fix_button:nth-child(3) {
  background-color: #2f7d44;
  color: #ffffff;
  border: 0;
}
.fix_btn_div .fix_button:nth-child(4) {
  border: 1px solid #8f9d10;
  color: #8f9d10;
  background-color: #ffffff;
}
.contact_info_fix {
  position: fixed;
  bottom: 110px;
  right: 120px;
  background-color: #ffffff;
  width: 480px;
  border-radius: 5px;
  box-shadow: 7px 2px 15px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  color: #2b4131;
  display: none;
  z-index: 2;
}
.contact_info_fix:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid white;
  border-bottom: 10px solid transparent;
  position: fixed;
  right: 100px;
  bottom: 215px;
}
.contact_info_fix .text_info {
  font-size: 1.063em;
  padding: 0 0 16px 0;
}
.contact_info_fix .text_info a {
  color: #2f7d44;
  text-decoration: underline;
}
.contact_info_fix .contact_info > div {
  font-size: 1.063em;
  line-height: 1.7;
  color: #2b4131;
}
.contact_info_fix .contact_info > div {
  padding: 3px 7px;
}
.contact_info_fix .contact_info > div span:nth-child(1) {
  font-size: 1.188em;
  font-weight: 500;
}
.contact_info_fix .contact_info > div span:nth-child(2) {
  font-size: 1.063em;
}
@media (max-width: 991px) {
  .contact_info_fix {
    width: 310px;
  }
  .fix_btn_div .fix_button {
    right: 10px;
    width: 70px;
    height: 70px;
    padding: 15px 19px;
    font-size: 1em;
  }
  .fix_btn_div .fix_button#back-top:before {
    left: 19px;
    bottom: 25px;
  }
  .fix_btn_div .fix_button:nth-child(1) {
    display: none;
  }
  .fix_btn_div .fix_button:nth-child(2) {
    display: none;
  }
  .fix_btn_div .fix_button:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .fix_btn_div .fix_button {
    right: 10px;
    width: 70px;
    height: 70px;
    padding: 15px 19px;
    font-size: 1em;
  }
  .fix_btn_div .fix_button#back-top:before {
    left: 19px;
    bottom: 25px;
  }
  .contact_info_fix {
    width: 235px;
    padding: 40px 13px;
    bottom: 60px;
    right: 104px;
  }
  .contact_info_fix:before {
    right: 84px;
    bottom: 187px;
  }
  .contact_info_fix .text_info {
    font-size: 0.938em;
  }
  .contact_info_fix .contact_info > div span:nth-child(1) {
    font-size: 1em;
  }
  .contact_info_fix .contact_info > div span:nth-child(2) {
    font-size: 0.875em;
  }
  .fix_btn_div .fix_button:nth-child(1) {
    display: none;
  }
  .fix_btn_div .fix_button:nth-child(2) {
    display: none;
  }
  .fix_btn_div .fix_button:nth-child(3) {
    display: none;
  }
}
/*--------- contact fix btn end ---------*/
/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   Header CSS  End                                    == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   Index CSS Start                                    == */
/* ==                                                                                      == */
/* ========================================================================================== */

/*--------------------------------------img owlcarousel style start --------------------------------------*/
.advance_owlcarousel_img .owl-carousel.owl-drag .owl-item:before {
  content: "";
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
  width: 100%;
  height: 770px;
  position: absolute;
  bottom: 0;
}
/* set btn style*/
.advance_owlcarousel_img .owl-carousel .owl-item img {
  height: 770px;
  object-fit: cover;
}
.advance_owlcarousel_img .owl-carousel .owl-nav span {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  width: 50px;
  height: 50px;
  font-size: 1.875em;
  position: relative;
  border-radius: 30px;
  transition: 0.5s;
  padding: 2px;
}
.advance_owlcarousel_img .owl-carousel .owl-nav span:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.advance_owlcarousel_img .owl-theme .owl-nav button:hover {
  background-color: transparent;
}
/* set dots style*/
.advance_owlcarousel_img .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.advance_owlcarousel_img .owl-theme .owl-dots .owl-dot span {
  background: #2b4131;
}
/* set btn position*/
.advance_owlcarousel_img {
  position: relative;
}
.advance_owlcarousel_img .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: 0;
  margin: 0px 0px 95px -60px;
}
.advance_owlcarousel_img .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 0;
  margin: 0px 60px 95px 0px;
}
.advance_owlcarousel_img .owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin: -90px 0 0 0;
  position: absolute;
  width: 100%;
}
/* set textarea style*/
.advance_owlcarousel_img .slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 20% 100px;
  align-content: flex-start;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.advance_owlcarousel_img .slide-text > div {
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.advance_owlcarousel_img .slide-text > div span:nth-child(1) {
  font-size: 1.5em;
  font-weight: 500;
  padding-right: 15px;
}
.advance_owlcarousel_img .slide-text > span {
  font-size: 2.375em;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
@media (max-width: 991px) {
  .advance_owlcarousel_img .owl-carousel .owl-item img {
    height: 600px;
  }
  .advance_owlcarousel_img .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin: -40px 0 0 0;
  }
  .advance_owlcarousel_img .slide-text {
    padding: 0px 14% 100px;
    height: 250px;
  }
  .advance_owlcarousel_img .owl-carousel .owl-nav button.owl-prev {
    margin: 0px 0px 25px -60px;
  }
  .advance_owlcarousel_img .owl-carousel .owl-nav button.owl-next {
    margin: 0px 60px 25px 0px;
  }
  .advance_owlcarousel_img .slide-text > div span:nth-child(1) {
    font-size: 1.375em;
  }
  .advance_owlcarousel_img .slide-text > span {
    font-size: 1.625em;
  }
}
@media screen and (max-width: 575.98px) {
  .advance_owlcarousel_img .owl-carousel .owl-item img {
    height: 450px;
  }
  .advance_owlcarousel_img .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin: -40px 0 0 0;
  }
  .advance_owlcarousel_img .slide-text {
    padding: 0 20px;
    width: 100%;
    height: 260px;
  }
  .advance_owlcarousel_img .slide-text > div {
    margin: 10px;
  }
  .advance_owlcarousel_img .owl-carousel .owl-nav button.owl-prev {
  }
  .advance_owlcarousel_img .owl-carousel .owl-nav button.owl-next {
  }
  .advance_owlcarousel_img .slide-text > div span:nth-child(1) {
    font-size: 1.25em;
  }
  .advance_owlcarousel_img .slide-text > span {
    font-size: 1.375em;
  }
}
/*--------------------------------------img owlcarousel style end --------------------------------------*/

/*--------------------------------------participate style start --------------------------------------*/
.ac_participate {
  background: url(../../assets/images/ac_participate_bg.png) center center
    no-repeat;
  background-size: cover;
  padding: 100px 0 100px;
  height: 470px;
  background-image: linear-gradient(
      rgba(43, 65, 49, 0.8),
      rgba(43, 65, 49, 0.8)
    ),
    url(../../assets/images/ac_participate_bg.png);
  position: relative;
  margin-bottom: 160px;
  z-index: 1;
}
.ac_participate .tltle_block::before {
  content: "";
}
.ac_participate .content_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -140px;
}
.ac_participate .content_block > div {
  width: 100%;
  display: flex;
  padding: 10px 0 20px;
}
.ac_participate .content_block > div:nth-child(1) {
  align-items: flex-end;
}
.ac_participate .content_block > div:nth-child(2) {
  padding-left: 30px;
}
.ac_participate .rellax_bird {
  background: url(../../assets/images/index_bird.png) center center no-repeat;
  width: 400px;
  height: 320px;
  position: absolute;
  right: 0;
  top: -80px;
  bottom: inherit;
  left: inherit;
  background-size: contain;
}
.content_rellax_bird {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media (max-width: 1200px) {
  .ac_participate .rellax_bird {
    width: 240px;
    height: 320px;
    top: -80px;
    right: 30px;
  }
}
@media screen and (min-width: 1201px) {
  .ac_participate .rellax_bird {
    width: 290px;
    height: 230px;
    top: -100px;
    right: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .ac_participate .rellax_bird {
    width: 340px;
    height: 270px;
    top: -100px;
    right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .ac_participate .rellax_bird {
    width: 350px;
    height: 280px;
    top: -120px;
    right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .ac_participate .rellax_bird {
    width: 400px;
    height: 320px;
    top: -200px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .ac_participate {
    padding: 30px 0;
    height: auto;
  }
  .ac_participate .content_block {
    margin: 0;
  }
  .ac_participate .content_block > div:nth-child(1) {
    flex-wrap: wrap;
  }
  .ac_participate .content_block > div:nth-child(2) {
    padding: 0;
    flex-wrap: wrap;
  }
  .ac_participate .content_block > div .ac_card-participate {
    padding: 50px 0 0;
    height: 160px;
    width: calc(33% - 5px);
    margin: 0 3px 10px;
  }
  .ac_participate .content_block .map-info {
    justify-content: center;
  }
  .ac_participate .content_block .ac_card-participate.white .map-info > div {
    justify-content: center;
    flex-wrap: wrap;
  }
  .ac_participate .content_block > div .ac_card-participate.yellow {
    width: calc(50% - 6px);
    padding: 30px 0 0;
    height: 150px;
    max-width: unset;
  }
  .ac_participate
    .content_block
    .ac_card-participate.white
    .map-info
    span.number {
    font-size: 2.188em;
  }
  .ac_participate
    .content_block
    .ac_card-participate.yellow
    .map-info
    span.number {
    font-size: 1.875em;
    width: 100%;
    text-align: center;
  }
  .ac_participate .content_block .ac_card-participate.yellow .map-info > div {
    justify-content: center;
    flex-wrap: wrap;
  }
  .ac_participate .rellax_bird {
    display: none;
  }
  .ac_participate .rellax_bird_mobile {
    background: url(../../assets/images/index_bird.png) center center no-repeat;
    height: 210px;
    position: absolute;
    background-size: contain;
    z-index: -1;
    width: 250px;
    right: -30px;
    top: -190px;
  }
}
@media (max-width: 575.98px) {
  .ac_participate .content_block > div .ac_card-participate {
    padding: 72px 0 0;
  }
  .ac_participate .rellax_bird_mobile {
    width: 200px;
    right: 0;
    top: -240px;
  }
}
/*--------------------------------------participate style end --------------------------------------*/

/*-------------------------------------- schoolmap style start --------------------------------------*/
.ac_schoolmap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.ac_schoolmap .rellax_butterfly {
  background: url(../../assets/images/index_butterfly.png) center center
    no-repeat;
  width: 200px;
  height: 250px;
  position: absolute;
  left: -50px;
  top: -420px;
  background-size: contain;
}
.ac_schoolmap .text_div {
  width: 45%;
  background-color: #f9faeb;
  padding: 140px 100px 80px;
  position: relative;
  margin-bottom: 150px;
  z-index: 1;
}
.ac_schoolmap .text_div p.tip {
  margin: 0 0 40px 0;
}
.ac_schoolmap .map_div {
  width: 45%;
  margin: 0 auto;
}
.ac_schoolmap .map_div svg {
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  width: 90%;
}
.ac_schoolmap .map_div svg .tw_county {
  fill: #f2f2f2;
  transition: fill 0.2s ease;
}
.ac_schoolmap .map_div svg .tw_county:hover,
.ac_schoolmap .map_div svg .tw_county:focus {
  fill: #5fe4bf;
  stroke: #2f7d44;
  stroke-width: 3px;
  outline: 0;
}
.ac_schoolmap .map_div svg .tw_county.on,
.ac_schoolmap .map_div svg .tw_county.on:hover,
.ac_schoolmap .map_div svg .tw_county.on:focus {
  fill: #a9ffe7;
  stroke: #2f7d44;
  stroke-width: 3px;
}
.ac_schoolmap .button-general.outline:before {
  top: 9px;
}
.content_rellax_butterfly {
  position: relative;
  width: 100%;
  min-height: 1px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .ac_schoolmap .rellax_butterfly {
    width: 170px;
    height: 250px;
    top: -390px;
  }
}
@media screen and (min-width: 1201px) {
  .ac_schoolmap .rellax_butterfly {
    width: 180px;
    height: 250px;
    top: -450px;
  }
}
@media screen and (min-width: 1400px) {
  .ac_schoolmap .rellax_butterfly {
    width: 180px;
    height: 250px;
    top: -420px;
  }
}
@media screen and (min-width: 1600px) {
  .ac_schoolmap .rellax_butterfly {
    width: 200px;
    height: 250px;
  }
}
@media screen and (min-width: 1800px) {
  .ac_schoolmap .rellax_butterfly {
    width: 200px;
    height: 250px;
  }
}

@media (max-width: 991px) {
  .ac_schoolmap .text_div {
    width: 100%;
    padding: 70px 31px 20px;
    margin: 0;
  }
  .ac_schoolmap .map_div {
    width: 100%;
    padding: 30px 0;
  }
  .ac_schoolmap .rellax_butterfly {
    display: none;
  }
  .ac_schoolmap .rellax_butterfly_mobile {
    background: url(../../assets/images/index_butterfly.png) center center
      no-repeat;
    width: 170px;
    height: 250px;
    position: absolute;
    background-size: contain;
    top: -220px;
    right: 110px;
  }
}
@media (max-width: 575.98px) {
  .ac_schoolmap .rellax_butterfly_mobile {
    width: 150px;
    right: 0;
    top: -200px;
  }
}

/*-------------------------------------- schoolmap end start --------------------------------------*/

/*-------------------------------------- video owlcarousel style start --------------------------------------*/
.ac_index_vedio h2 {
  text-align: center;
  margin: 0 0 20px 0;
}
.ac_index_vedio .slide-text > p:nth-child(2) {
  font-size: 1.25em;
}
/* set btn style*/
.advance_owlcarousel_video
  .owl-carousel
  .owl-item.owl-item.active.center
  .item
  a {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
}
.advance_owlcarousel_video
  .owl-carousel
  .owl-item.owl-item.active.center
  .item
  a:before {
  content: "";
  background: url(../../assets/images/icon-video-play.svg) center center
    no-repeat;
  width: 59px;
  background-color: #00000080;
  height: 59px;
  position: absolute;
  left: 46%;
  top: 210px;
  border-radius: 50%;
}
.advance_owlcarousel_video .owl-carousel .owl-item.active {
  opacity: 0.7;
}
.advance_owlcarousel_video .owl-carousel .owl-item.active.center {
  opacity: 1;
}
.advance_owlcarousel_video .owl-carousel .owl-item img {
  height: 455px;
  object-fit: cover;
}
.advance_owlcarousel_video .owl-carousel .owl-nav span {
  border-radius: 0;
  color: #ffffff !important;
  display: block;
  width: 65px;
  height: 100px;
  font-size: 2.5em;
  top: 0;
  position: relative;
  transition: 0.5s;
  background-color: rgba(43, 65, 49, 0.6);
  padding: 16px 15px 30px;
}
.advance_owlcarousel_video .owl-carousel .owl-nav span:hover {
  background-color: #2f7d44;
}
.advance_owlcarousel_video .owl-theme .owl-nav button:hover {
  background-color: #00000000;
}
/* set btn position*/
.advance_owlcarousel_video {
  position: relative;
}
.advance_owlcarousel_video .owl-carousel .owl-nav button.owl-prev {
  left: calc(33% - 67px);
  position: absolute;
  margin: -360px 0px 0px 0px;
}
.advance_owlcarousel_video .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: calc(33% - 67px);
  margin: -360px 0px 0px 0px;
}
.advance_owlcarousel_video .owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
}
.advance_owlcarousel_video .owl-carousel.owl-drag .owl-item:before {
  content: "";
  background-image: none;
  width: 100%;
  height: 455px;
  position: absolute;
  bottom: 0;
}
/* set textarea style*/
.advance_owlcarousel_video .owl-carousel .owl-item.active .slide-text {
  display: none;
}
.advance_owlcarousel_video .owl-carousel .owl-item.active.center .slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 30px;
  align-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #2b4131;
  height: 90px;
}
.advance_owlcarousel_video
  .owl-carousel
  .owl-item.active.center
  .slide-text
  > p:nth-child(2) {
  padding: 1px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
}
.advance_owlcarousel_video .owl-carousel .owl-item.active.center .slide-text p {
  margin: 0;
  padding: 0 10px 3px 0;
}
@media (max-width: 1200px) {
  .advance_owlcarousel_video .owl-carousel .owl-item img {
    height: 600px;
  }
  .advance_owlcarousel_video .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin: -40px 0 0 0;
  }
  .advance_owlcarousel_video .owl-carousel .owl-nav button.owl-prev {
    margin: -400px 0 0 0;
    left: 20px;
  }
  .advance_owlcarousel_video .owl-carousel .owl-nav button.owl-next {
    margin: -400px 0 0 0;
    right: 20px;
  }
  .advance_owlcarousel_video
    .owl-carousel
    .owl-item.owl-item.active.center
    .item
    a:before {
    content: "";
    top: 260px;
  }
}
@media (max-width: 991px) {
  .advance_owlcarousel_video .owl-carousel .owl-item img {
    height: 600px;
  }
  .advance_owlcarousel_video .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin: -40px 0 0 0;
  }
  .advance_owlcarousel_video .owl-carousel .owl-nav button.owl-prev {
    margin: -370px 0 0 0;
  }
  .advance_owlcarousel_video .owl-carousel .owl-nav button.owl-next {
    margin: -370px 0 0 0;
  }
  .advance_owlcarousel_video
    .owl-carousel
    .owl-item.owl-item.active.center
    .item
    a:before {
    content: "";
    top: 280px;
  }
}
@media screen and (max-width: 575.98px) {
  .advance_owlcarousel_video .owl-carousel .owl-item img {
    height: 450px;
  }
  .advance_owlcarousel_video .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin: -40px 0 0 0;
  }
  .advance_owlcarousel_video .owl-carousel .owl-nav button.owl-prev {
    margin: -330px 0 0 0;
  }
  .advance_owlcarousel_video .owl-carousel .owl-nav button.owl-next {
    margin: -330px 0 0 0;
  }
  .advance_owlcarousel_video
    .owl-carousel
    .owl-item.owl-item.active.center
    .item
    a:before {
    content: "";
    top: 190px;
    left: 42%;
  }
}
/* set video modal style*/
.video_modal .modal-header button,
.video_modal .modal-header button.close:not(:disabled):not(.disabled):hover,
button.close:not(:disabled):not(.disabled):focus:hover {
  opacity: 1;
}
.video_modal .modal-header button span {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.25em;
  letter-spacing: 2px;
}
.video_modal .modal-header button span:hover {
  color: #ffffff;
}
.video_modal .modal-content {
  background-color: transparent;
  border: 0;
}
.video_modal .modal-header {
  border: 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------- video owlcarousel style end --------------------------------------*/
/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   Index CSS  End                                     == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   Page News CSS Start                                    == */
/* ==                                                                                      == */
/* ========================================================================================== */
.page_news .ac_article_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page_news .ac_article_block .header_div {
  width: 100%;
  margin-bottom: 30px;
}
.page_news .ac_article_block .header_div > div {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 15px 0;
  flex-wrap: wrap;
}
.page_news
  .ac_article_block
  .header_div
  > div:nth-child(1)
  > span:nth-child(1) {
  margin-right: 10px;
}
.page_news
  .ac_article_block
  .header_div
  > div:nth-child(1)
  > span:nth-child(2) {
  font-size: 1.25em;
  font-weight: 700;
}
.page_news
  .ac_article_block
  .header_div
  > div:nth-child(3)
  > span:nth-child(1) {
  margin-right: 10px;
}
.page_news
  .ac_article_block
  .header_div
  > div:nth-child(3)
  > span:nth-child(2) {
  font-size: 1em;
  color: #2f7d44;
  padding-right: 10px;
  width: 75px;
}
.page_news .ac_article_block .header_div .share_btn a img {
  width: 30px;
}
.page_news .ac_article_block .header_div .release_info {
  color: #777777;
  font-size: 1em;
  width: 69%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.page_news .ac_article_block .header_div .release_info span {
  padding-left: 12px;
}
.page_news .ac_article_block .header_div .release_info div {
  display: flex;
}
.page_news .ac_article_block .header_div .release_info span.black {
  color: #2f7d44;
}
.page_news .ac_article_block .content_div {
  width: calc(70% - 40px);
  margin-right: 40px;
}
.page_news .ac_article_block .ac_file_block {
  width: 30%;
}
.page_news .ac_article_block .ac_file_block .file_download:before {
  content: "";
  width: 50px;
  height: 44px;
  position: absolute;
  top: 0;
  left: -1px;
  background: url(../../assets/images/icon-attachment-file.svg) center center
    no-repeat;
}
.page_news .ac_article_block .ac_file_block .link:before {
  content: "";
  width: 50px;
  height: 44px;
  position: absolute;
  top: 0;
  left: -1px;
  background: url(../../assets/images/icon-attachment-link.svg) center center
    no-repeat;
}
.page_news .ac_article_block .ac_file_block .result:before {
  content: "";
  width: 50px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0px;
  background: url(../../assets/images/icon-attachment-book.svg) center center
    no-repeat;
}
.page_news .ac_article_block .ac_file_block .environment:before {
  content: "";
  width: 50px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0px;
  background: url(../../assets/images/icon-attachment-flag.svg) center center
    no-repeat;
}
.page_news .ac_article_block .ac_file_block .award:before {
  content: "";
  width: 50px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0px;
  background: url(../../assets/images/icon-attachment-medal.svg) center center
    no-repeat;
}
.page_news .ac_article_block .ac_file_block .file_block_element {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  position: relative;
}
.page_news .ac_article_block .ac_file_block .file_block_element .header_div {
  font-size: 1.188em;
  border-bottom: 1px solid #b7b7b7;
  margin: 0;
  padding: 8px 0 8px 60px;
}
.page_news .ac_article_block .ac_file_block .file_block_element .content_div {
  width: 100%;
  padding: 0 20px;
}
.page_news
  .ac_article_block
  .ac_file_block
  .file_block_element
  .content_div
  .file_list {
  padding: 20px 0;
  border-bottom: 1px dotted #9caf88;
  display: flex;
  width: 100%;
  align-items: center;
}
.page_news
  .ac_article_block
  .ac_file_block
  .file_block_element
  .content_div
  .file_list:last-child {
  border: 0;
}
.page_news
  .ac_article_block
  .ac_file_block
  .file_block_element
  .content_div
  .file_list
  span {
  width: calc(100% - 70px);
  margin: 0 20px 0 0;
}
.page_news
  .ac_article_block
  .ac_file_block
  .file_block_element.link
  .content_div
  .file_list
  div {
  width: calc(100% - 80px);
  margin: 0px 20px 0 0;
}
.page_news
  .ac_article_block
  .ac_file_block
  .file_block_element.link
  .content_div
  .file_list
  span {
  width: calc(100% - 70px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_news .ac_article_block .button-general {
  margin: 0 auto 30px;
  width: 127px;
}
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
  .page_news .ac_article_block .content_div {
    width: calc(63% - 40px);
  }
  .page_news .ac_article_block .ac_file_block {
    width: 37%;
  }
  .page_news .ac_article_block .header_div .release_info {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .page_news .ac_article_block .content_div {
    width: 100%;
    margin: 0;
  }
  .page_news .ac_article_block .ac_file_block {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
}
/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   Page News CSS  End                                     == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                           Page Certifaction_intro CSS Start                                    == */
/* ==                                                                                      == */
/* ========================================================================================== */
.page_certifaction_intro .banner_block {
  background: url(../../assets/images/banner_certifaction_intro.jpg) center
    center no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
}
.page_certifaction_intro .banner_block .ac_breadcrumb_area {
  background-color: #fffffe00;
  padding: 30px 0;
}
.page_certifaction_intro h2 {
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
}
.page_certifaction_intro h3 {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.page_certifaction_intro .certifaction_img_block {
  width: 450px;
  margin: 40px auto;
}
.page_certifaction_intro .certifaction_cms_block {
  width: 100%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  padding: 25px;
  background-color: #ffffff;
}
.page_certifaction_intro .certifaction_medal_block {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10%;
}
.page_certifaction_intro .certifaction_medal_block .medal_element {
  width: 100%;
  display: flex;
  margin: 40px 0 80px;
  align-items: center;
}
.page_certifaction_intro .certifaction_medal_block .medal_element .icon_div {
  position: relative;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_certifaction_intro
  .certifaction_medal_block
  .medal_element
  .icon_div
  .icon_img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.page_certifaction_intro .certifaction_medal_block .medal_element .icon_div h4 {
  text-align: center;
  margin: 48px auto;
}
.page_certifaction_intro .certifaction_medal_block .medal_element .text_div {
  padding: 40px 70px 10px;
  width: calc(100% - 164px);
}
.page_certifaction_intro .certifaction_medal_block .medal_element .text_div p {
  line-height: 1.71;
  color: #2b4131;
  margin: 0 0 30px;
}
.page_certifaction_intro
  .certifaction_medal_block
  .medal_element
  .text_div
  a.button-general {
  display: block;
  width: 300px;
  text-align: center;
}
@media (max-width: 1200px) {
  .page_certifaction_intro .certifaction_medal_block .medal_element {
    margin: 30px 0 50px;
  }
}
@media (max-width: 991px) {
  .page_certifaction_intro .certifaction_img_block {
    width: 370px;
    margin: 30px auto;
  }
  .page_certifaction_intro .certifaction_medal_block {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .page_certifaction_intro .certifaction_img_block {
    width: 330px;
    margin: 30px auto;
  }
  .page_certifaction_intro .certifaction_medal_block .medal_element {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page_certifaction_intro .certifaction_medal_block .medal_element .icon_div {
    margin: 0 auto;
  }
  .page_certifaction_intro .certifaction_medal_block .medal_element .text_div {
    margin: 80px 70px 10px;
    width: 100%;
  }
  .page_certifaction_intro
    .certifaction_medal_block
    .medal_element
    .text_div
    a.button-general {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575.98px) {
  .page_certifaction_intro .certifaction_medal_block .medal_element .text_div {
    margin: 60px 30px 10px 30px;
  }
}
.page_certifaction_intro
  .certifaction_cms_block
  .table
  thead
  tr
  th:first-child {
  width: 120px;
}
.page_certifaction_intro .certifaction_cms_block .table thead tr th:last-child {
  width: 220px;
}
.page_certifaction_intro .certifaction_cms_block .table-bordered thead th {
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .page_certifaction_intro
    .certifaction_cms_block
    .table
    thead
    tr
    th:first-child,
  .page_certifaction_intro
    .certifaction_cms_block
    .table
    thead
    tr
    th:last-child {
    width: auto;
  }
}
.page_certifaction_intro .icon_div {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.page_certifaction_intro .icon_div .element_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  position: relative;
}
.page_certifaction_intro .icon_div .element_icon .icon_img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_certifaction_intro .icon_div .element_icon .icon_img h4 {
  font-size: 2em;
  margin: 0;
}
.page_certifaction_intro .icon_div .element_icon p {
  width: 100%;
  text-align: center;
  padding: 20px 0 0;
  margin: 0;
}
.page_certifaction_intro .certifaction_cms_block div p:last-of-type {
  margin-bottom: 0;
}
.page_certifaction_intro .element_icon_area .icon_div.bg-light {
  background-color: #f2f2f2 !important;
}
.page_certifaction_intro .element_icon_area .card {
  overflow: hidden;
}
.page_certifaction_intro .element_icon_area .card .card-body {
  text-align: center;
}
.page_certifaction_intro .element_icon_area .icon_div {
  text-align: center;
}
.page_certifaction_intro table.table_area thead tr th {
  text-align: center !important;
  vertical-align: middle !important;
}
.page_certifaction_intro table.table_area tbody tr td:first-child {
  vertical-align: middle;
  text-align: center;
}
.page_certifaction_intro table.table_area tbody tr td:last-child {
  vertical-align: middle;
}
.page_certifaction_intro table.table_area tbody tr td:last-child p:last-child {
  margin: 0;
}
.page_certifaction_intro table.table_area tbody tr div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page_certifaction_intro table.table_area tbody tr div img {
  width: 100%;
  max-width: 80px;
}
.page_certifaction_intro table.table_area thead tr th:first-child {
  width: 140px !important;
}
.page_certifaction_intro table.table_area thead tr th:last-child {
  width: 220px !important;
}
@media (max-width: 767.98px) {
  .page_certifaction_intro table.table_area thead tr th:first-child,
  .page_certifaction_intro table.table_area thead tr th:last-child {
    width: auto !important;
  }
  .page_certifaction_intro table.table_area tbody tr div img {
    width: 100%;
    max-width: 60px;
  }
}
.video_arrow_icon a:focus {
  border: 2px solid #002bff;
  outline: 0;
}
.video_arrow_icon a {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
}
.video_arrow_icon a:before {
  content: "";
  background: url(../../assets/images/icon-video-play.svg) center center
    no-repeat;
  width: 60px;
  background-color: #00000080;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.video_arrow_icon .slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 30px;
  align-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #2b4131;
  height: 60px;
}
.video_arrow_icon .slide-text p {
  margin: 0 !important;
  padding: 0 !important;
}
/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                           Page Certifaction_intro CSS  End                                     == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==            Page   Source share(file&link) / about_team /Q&A   CSS Start                 == */
/* ==                                                                                      == */
/* ========================================================================================== */
.page_sourceshare.source_file .banner_block {
  background: url(../../assets/images/banner_filedownload.png) center center
    no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
}
.page_sourceshare.source_link .banner_block {
  background: url(../../assets/images/banner_linkshare.jpeg) center center
    no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
}
.page_sourceshare.about_team .banner_block {
  background: url(../../assets/images/banner_about_team.jpg) center center
    no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
}
.page_sourceshare.qa .banner_block {
  background: url(../../assets/images/banner_qa.jpeg) center center no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
}
.page_sourceshare .banner_block .ac_breadcrumb_area {
  background-color: #fffffe00;
  padding: 30px 0;
}
.page_sourceshare h2 {
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
}
.page_sourceshare h3 {
  width: calc(100% - 110px);
  text-align: left;
  margin-top: 0;
  padding-left: 11px;
}
.page_sourceshare .ac_filter.horizontal {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.page_sourceshare .ac_filter.horizontal > div {
  width: 100%;
}
.page_sourceshare .ac_filter.horizontal .menu-filters {
  width: 100%;
  text-align: center;
}
.page_sourceshare .ac_filter.horizontal .content_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.page_sourceshare .ac_filter .menu-filters ul {
  list-style: none;
  padding: 30px 0 20px;
}
.page_sourceshare .ac_filter .menu-filters ul li {
  display: inline-block;
  color: #f8f6ff;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 8px 5px;
  transition: 1s;
  margin: 10px 0;
}
.page_sourceshare .ac_filter .menu-filters ul li a {
  padding: 5px 10px;
  font-size: 1.25em;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  color: #2b4131;
}
.page_sourceshare .ac_filter .menu-filters ul li a.main_style {
  font-size: 1.375em;
  font-weight: 500;
}
.page_sourceshare .ac_filter .menu-filters ul li a.active {
  color: #2b4131;
  border-bottom: 1px solid #2b4131;
}
.page_sourceshare .ac_filter .menu-filters ul li a:hover {
  color: #2b4131;
  border-bottom: 1px solid #2b4131;
}
.page_sourceshare .content_area .ac_style01 {
  width: 100%;
  cursor: auto;
}
.page_sourceshare .content_area .card_element {
  width: 100%;
  margin: 17px 0;
  box-shadow: 0 -6px 10px 0 rgb(76 76 76 / 10%);
  background-color: #ffffff;
  padding: 20px 25px;
}
.page_sourceshare .content_area .card_element .card_header {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 15px 0;
  align-items: baseline;
}
.page_sourceshare .content_area .card_element .card_header .table_notice {
  display: none;
}
.page_sourceshare .content_area .card_element .card_header .ac_articletag {
  width: 110px;
}
.page_sourceshare .card_header .release_info {
  color: #777777;
  font-size: 1em;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.page_sourceshare .card_header .release_info span {
  padding-left: 12px;
}
.page_sourceshare .card_header .release_info div {
  display: flex;
}
.page_sourceshare .card_header .release_info span.black {
  color: #2f7d44;
}
.page_sourceshare .content_area .card_element .card_body {
  padding-top: 25px;
  overflow: scroll;
}
.page_sourceshare .content_area .card_element .card_body .source_list {
  width: 100%;
  position: relative;
}
.page_sourceshare
  .content_area
  .card_element
  .card_body
  .source_list.download_file {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 30px;
  background-color: #f7f7f7;
  padding: 10px 20px;
}
.page_sourceshare
  .content_area
  .card_element
  .card_body
  .source_list.download_file
  span {
  width: 100%;
}
.page_sourceshare
  .content_area
  .card_element
  .card_body
  .source_list.download_file
  a {
  width: auto;
  background-color: transparent;
}
.page_sourceshare
  .content_area
  .card_element
  .card_body
  .source_list.download_file:nth-child(odd)
  a {
  background-color: transparent;
}
.page_sourceshare
  .content_area
  .card_element
  .card_body
  .source_list.download_file
  a
  img {
  width: 50px;
}

.page_sourceshare .content_area .card_element .card_body .source_list a {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  color: #2b4131;
  font-size: 1.375em;
  font-weight: 500;
  display: block;
  padding: 10px 40px 10px 20px;
}
.page_sourceshare
  .content_area
  .card_element
  .card_body
  .source_list:nth-child(odd)
  a {
  background-color: #f7f7f7;
}

/* page about_team start */
.page_sourceshare .card_body table {
  width: 100%;
}
.page_sourceshare .card_body table caption {
  display: none;
}
.page_sourceshare .card_body table tr:nth-child(even) {
  background-color: #f7f7f7;
}
.page_sourceshare .card_body table tr:nth-child(odd) {
  background-color: #ffffff;
}

.page_sourceshare .card_body table tr td {
  color: #2b4131;
  font-size: 1.063em;
  min-width: 80px;
}
.page_sourceshare .card_body table tr td.name {
  font-size: 1.375em;
  font-weight: 500;
  padding: 10px 0 10px 30px;
  min-width: 130px;
}
.page_sourceshare .card_body table tr td a {
  color: #2f7d44;
  text-decoration: underline;
  min-width: 140px;
  display: block;
  padding-left: 15px;
}
.page_sourceshare .card_body table tr th {
}
.page_sourceshare .card_body table tr th:first-child {
  padding-left: 31px;
}

/* page about_team end */

/* page Q&A start */
.page_sourceshare.qa .content_area .card_element {
  margin: 0;
  padding: 0;
  padding: 20px 25px 0 25px;
}
.page_sourceshare.qa
  .content_area
  .card_element
  .card_header
  .page_sourceshare.qa
  .accordion {
  box-sizing: border-box;
  margin: 10px;
}
.page_sourceshare.qa .accordion__header {
  display: block;
  position: relative;
  border: 0;
  width: 100%;
  text-align: left;
  color: #333;
  background-color: #f7f7f7;
  margin-bottom: 40px;
}
.page_sourceshare.qa .accordion__header:first-child {
  border-bottom: 0;
}
.page_sourceshare.qa .accordion__header:hover {
  cursor: pointer;
}
.page_sourceshare.qa .accordion__header:after {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-color: #c3d139;
  border-radius: 50%;
  color: #ffffff;
  font-family: Roboto;
  font-size: 1.75em;
  font-weight: 500;
  text-align: center;
  padding: 5px;
}
.page_sourceshare.qa .accordion__header__title {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 60px;
}
.page_sourceshare.qa .accordion__header.active {
  margin: 0;
}
.page_sourceshare.qa .accordion__header.active + .accordion__panel {
  display: block;
  width: 100%;
}
.page_sourceshare.qa .accordion__panel {
  padding: 0 15px;
  border: 0;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
  display: none;
  background-color: white;
  margin-bottom: 40px;
  border-top: 1px solid #b7b7b7;
  box-shadow: 0 4px 10px 0 rgb(76 76 76 / 10%);
}
.page_sourceshare.qa .accordion__panel[aria-hidden="false"] {
  max-height: 100vh;
  padding: 25px;
  display: block;
}
.page_sourceshare.qa .accordion__panel:last-child {
  border-bottom: 2px solid #ecf3f2;
}
/* page Q&A end */
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
  .page_sourceshare .card_header .release_info {
    width: 100%;
  }
  .page_sourceshare .content_area .card_element .card_body .source_list a {
    font-size: 1.125em;
  }
}
@media (max-width: 767.98px) {
  .page_sourceshare .ac_filter .menu-filters ul li a {
    font-size: 0.938em;
  }
  .page_sourceshare .ac_filter .menu-filters ul li a.main_style {
    font-size: 1.063em;
  }
  .page_sourceshare .ac_filter.horizontal .menu-filters {
    text-align: left;
  }
  .page_sourceshare .ac_filter.horizontal .block_header {
    font-size: 1.563em;
  }
  .page_sourceshare .card_body table tr td {
    min-width: 90px;
    font-size: 0.938em;
  }
  .page_sourceshare .card_body table tr td a {
    min-width: 200px;
  }
  .page_sourceshare .card_body table tr td.name {
    font-size: 1.125em;
    min-width: 110px;
  }
  .page_sourceshare .content_area .card_element .card_header .table_notice {
    display: block;
    padding-top: 10px;
  }
  .page_sourceshare .content_area .card_element .card_header {
    padding: 0 0 5px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .page_sourceshare .content_area .card_element .card_body .source_list a {
    font-size: 1.063em;
  }
  .page_sourceshare .card_body table tr td {
    font-size: 0.875em;
    min-width: 80px;
  }
  .page_sourceshare .card_body table tr td.name {
    font-size: 1.063em;
    min-width: 100px;
  }
  .page_sourceshare h3 {
    width: 100%;
  }
  .page_sourceshare .content_area .card_element .card_header {
  }
  .page_sourceshare .content_area .card_element .card_header .ac_articletag {
    margin: 0 0 20px;
  }
}
/* ========================================================================================== */
/* ==                                                                                      == */
/* ==               Page   Source share(file&link) / about_team /Q&A   CSS  End            == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                          Page   about_intro / about_method                           == */
/* ==                                                                                      == */
/* ========================================================================================== */
.page_about.about_intro .banner_block {
  background: url(../../assets/images/banner_about_intro.jpg) center center
    no-repeat;
  width: 100%; /* height: 650px; */
  background-size: cover;
  margin-bottom: 100px;
  padding: 0px 0 80px 0;
}
.page_about.about_method .banner_block {
  background: url(../../assets/images/banner_about_method.jpeg) center center
    no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
}
.page_about.about_result .banner_block {
  background: url(../../assets/images/banner_about_result.jpg) center center
    no-repeat;
  width: 100%;
  height: 260px;
  background-size: cover;
}

.page_about .banner_block .ac_breadcrumb_area {
  background-color: #fffffe00;
  padding: 40px 0 30px;
}
.page_about h2 {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
}
.page_about h3 {
  width: calc(100% - 110px);
  text-align: left;
}

/* page about_intro start */
.page_about.about_intro .banner_block .banner_content {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 35px 45px;
  display: flex;
  margin-top: 30px;
}
.page_about.about_intro .banner_block .banner_content .banner_text {
  width: 70%;
}
.page_about.about_intro .banner_block .banner_content .banner_icon {
  background: url(../../assets/images/about_intro_header_icon.png) center center
    no-repeat;
  width: 272px;
  height: auto;
  background-size: contain;
  margin-left: 40px;
}
.page_about.about_intro .ac_block_01 {
  width: 100%;
  display: flex;
  position: relative;
}
.page_about.about_intro .ac_block_01:before {
  content: "";
  width: 275px;
  height: 350px;
  position: absolute;
  top: 0;
  right: 30px;
  background: url(../../assets/images/about_intro_bird.png) center center
    no-repeat;
  background-size: contain;
  z-index: 0;
}
.page_about.about_intro .ac_block_01 .img_div {
  width: 60%;
  background: url(../../assets/images/intro_img_01.jpg) center center no-repeat;
  height: 460px;
  background-size: cover;
}
.page_about.about_intro .ac_block_01 .text_div {
  width: 50%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 0 -80px -150px;
  align-self: flex-end;
  padding: 50px;
  z-index: 1;
}
.page_about.about_intro .ac_block_02 {
  display: flex;
  margin: 50px 0;
  padding: 4em 60px;
}
.page_about.about_intro .ac_block_02 .text_div {
  width: 45%;
  padding: 0 50px 50px 0;
}
.page_about.about_intro .ac_block_02 .icon_div {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.page_about.about_intro .ac_block_02 .icon_div .element_icon {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 10px;
}
.page_about.about_intro .ac_block_02 .icon_div .element_icon .icon_img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  background-color: #ffffff;
  border-radius: 100%;
}
.page_about.about_intro .ac_block_02 .icon_div .element_icon p {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.page_about.about_intro .ac_block_03 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.page_about.about_intro .ac_block_03 .img_div {
  background: url(../../assets/images/intro_img_02.png) center center no-repeat;
  height: 830px;
  background-size: cover;
  margin-left: 40px;
  position: absolute;
  left: -400px;
  width: 1000px;
  bottom: -200px;
  z-index: 0;
  filter: blur(3px);
}
.page_about.about_intro .ac_block_03 .text_div {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  width: 70%;
  position: relative;
  z-index: 1;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}
.page_about.about_intro .ac_block_03 .text_div .focus_text {
  font-size: 1.5em;
  font-weight: 500;
  width: 66%;
}
.page_about.about_intro .ac_block_03 .text_div a {
  margin-left: calc(34% - 123px);
}
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
  .page_about.about_intro .banner_block .banner_content {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column-reverse;
  }
  .page_about.about_intro .banner_block .banner_content .banner_text {
    width: 100%;
  }
  .page_about.about_intro .banner_block .banner_content .banner_icon {
    height: 200px;
    margin: 0 auto 30px;
    width: 250px;
  }
  .page_about.about_intro .ac_block_01 {
    flex-wrap: wrap;
    padding: 0;
  }
  .page_about.about_intro .ac_block_01:before {
    width: 150px;
    top: -15px;
    z-index: 2;
  }
  .page_about.about_intro .ac_block_01 .img_div {
    width: 100%;
    height: 200px;
  }
  .page_about.about_intro .ac_block_01 .text_div {
    width: 100%;
    margin: 0 auto;
  }
  .page_about.about_intro .ac_block_02 {
    flex-wrap: wrap;
  }
  .page_about.about_intro .ac_block_02 .text_div {
    width: 100%;
    padding: 0;
  }
  .page_about.about_intro .ac_block_02 .icon_div {
    width: 100%;
  }
  .page_about.about_intro .ac_block_02 .icon_div .element_icon p {
    padding: 5px 0;
  }
  .page_about.about_intro .ac_block_03 .text_div {
    width: 100%;
  }
  .page_about.about_intro .ac_block_03 .text_div .focus_text {
    width: 100%;
    font-size: 1.313em;
  }
  .page_about.about_intro .ac_block_03 .text_div a {
    margin-left: calc(100% - 134px);
  }
}
@media (max-width: 767.98px) {
  .page_about.about_intro .ac_block_03 .text_div {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .page_about.about_intro .ac_block_02 {
    padding: 30px 20px;
  }
  .page_about.about_intro .ac_block_02 .icon_div {
    margin: 0;
  }
  .page_about.about_intro .ac_block_02 .icon_div .element_icon .icon_img {
    width: 60px;
    height: 60px;
  }
  .page_about.about_intro .ac_block_03 .text_div .focus_text {
    font-size: 1.188em;
  }
  .page_about.about_intro .banner_block .banner_content {
    padding: 35px 20px;
  }
  .page_about.about_intro .ac_block_03 .img_div {
    width: 710px;
    bottom: -60px;
    left: -400px;
  }
}
/* page about_intro end */

/* page about_method start */
.page_about.about_method .summary_block {
  width: 65%;
  margin: 0 auto;
}
.page_about.about_method .summary_block p.subtitle {
  font-size: 1.188em;
  font-weight: 500;
  margin: 90px 0;
  position: relative;
}
.page_about.about_method .summary_block p.subtitle:before {
  content: "";
  top: -33px;
  left: -45px;
  background: url(../../assets/images/quote-icon.svg) center center no-repeat;
  position: absolute;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.page_about.about_method .summary_block h3 {
  text-align: center;
  width: 100%;
  margin: 35px 0px 20px;
}
.page_about.about_method .steps7_block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 50px 0 120px;
}
.page_about.about_method .steps7_block .element_card {
  width: calc(50% - 30px);
  margin: 18px 15px;
  cursor: pointer;
}
.page_about.about_method .steps7_block .element_card .card_bgimg {
  height: 360px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.page_about.about_method .steps7_block .element_card:nth-child(1) .card_bgimg {
  background: url(../../assets/images/card_bg01.jpeg) center center no-repeat;
  background-size: cover;
}
.page_about.about_method .steps7_block .element_card:nth-child(2) .card_bgimg {
  background: url(../../assets/images/card_bg02.jpeg) center center no-repeat;
  background-size: cover;
}
.page_about.about_method .steps7_block .element_card:nth-child(3) .card_bgimg {
  background: url(../../assets/images/card_bg03.jpg) center center no-repeat;
  background-size: cover;
}
.page_about.about_method .steps7_block .element_card:nth-child(4) .card_bgimg {
  background: url(../../assets/images/card_bg04.jpg) center center no-repeat;
  background-size: cover;
}
.page_about.about_method .steps7_block .element_card:nth-child(5) .card_bgimg {
  background: url(../../assets/images/card_bg05.jpg) center center no-repeat;
  background-size: cover;
}
.page_about.about_method .steps7_block .element_card:nth-child(6) .card_bgimg {
  background: url(../../assets/images/card_bg06.jpg) center center no-repeat;
  background-size: cover;
}
.page_about.about_method .steps7_block .element_card:nth-child(7) .card_bgimg {
  background: url(../../assets/images/card_bg07.jpeg) center center no-repeat;
  background-size: cover;
}
.page_about.about_method .steps7_block .element_card .card_bgimg:before {
  content: "";
  width: 100%;
  height: 50%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
  position: absolute;
  bottom: 0;
}
.page_about.about_method .steps7_block .element_card .number {
  font-family: "Roboto Condensed";
  font-size: 10.625em;
  font-weight: bold;
  text-align: right;
  width: 100%;
  z-index: 1;
  line-height: 0.8;
}
.page_about.about_method .steps7_block .element_card .text {
  width: 100%;
  z-index: 1;
  display: flex;
  position: relative;
  padding: 15px 20px;
  align-items: center;
  align-self: flex-end;
}
.page_about.about_method .steps7_block .element_card .text h4 {
  width: 170px;
  z-index: 1;
  height: 50px;
  display: flex;
  align-items: center;
}
.page_about.about_method .steps7_block .element_card .text p {
  width: calc(100% - 170px);
  display: flex;
  align-items: center;
  margin: 0;
}

.page_about.about_method .environment12_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page_about.about_method .environment12_block .element_card {
  width: calc(33.3% - 30px);
  margin: 15px;
  position: relative;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.page_about.about_method .environment12_block .element_card .card_img img {
  height: 220px;
  object-fit: cover;
}
.page_about.about_method .environment12_block .element_card .card_icon {
  width: 90px;
  margin: -40px 0 0 15px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
.page_about.about_method .environment12_block .element_card .card_text {
  padding: 10px 25px 40px;
}
.page_about.about_method .environment12_block .element_card .card_text h4 {
  margin-bottom: 15px;
}
.page_about.about_method .environment12_block .element_card .card_text p {
  margin: 0;
}

@media (max-width: 1200px) {
}
@media (max-width: 991px) {
  .page_about.about_method .steps7_block .element_card .number {
    font-size: 8.75em;
  }
  .page_about.about_method .steps7_block .element_card .text {
    flex-wrap: wrap;
  }
  .page_about.about_method .steps7_block .element_card .text h4 {
    width: 100%;
  }
  .page_about.about_method .steps7_block .element_card .text p {
    width: 100%;
  }
  .page_about.about_method .environment12_block .element_card {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767.98px) {
  .page_about.about_method .summary_block {
    width: 100%;
    padding: 0 30px;
  }
  .page_about.about_method .environment12_block .element_card {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .page_about.about_method .steps7_block .element_card .card_bgimg {
    height: unset;
  }
  .page_about.about_method .steps7_block .element_card {
    width: 100%;
  }
  .page_about.about_method .summary_block p.subtitle:before {
    left: -25px;
    top: -40px;
    width: 35px;
  }
}
/* page about_method end */
/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                          Page   about_intro / about_method  CSS End                  == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                Page   about_result  CSS Start                          == */
/* ==                                                                                      == */
/* ========================================================================================== */
.page_about.about_result .ac_participate {
  background: none;
  padding: 0;
  margin: -40px 0 0 0;
  z-index: 1;
}
.page_about.about_result .ac_participate .rellax_bird {
  top: -160px;
  right: 70px;
}
.page_about.about_result .passschool_block {
  background: url(../../assets/images/passschool_bg.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  padding: 0 0 110px 0;
}
.page_about.about_result .passschool_block h2 {
  padding: 80px 0 0 0;
}
.page_about.about_result .passschool_block p {
  text-align: center;
  margin: 20px auto 50px;
}
.page_about.about_result .passschool_block .element_schoollist {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin: 5px;
  flex-wrap: wrap;
  padding: 30px 25px 20px;
  width: 33%;
}
.page_about.about_result .passschool_block .schoolist_structure {
  display: flex;
}
.page_about.about_result .passschool_block .element_schoollist .list_header {
  width: 100%;
  margin: 10px 0 20px;
  position: relative;
  height: 40px;
}
.page_about.about_result .passschool_block .element_schoollist .list_header h3 {
  width: 100%;
  text-align: center;
}
.page_about.about_result
  .passschool_block
  .element_schoollist
  .list_header
  h3:before {
  content: "";
  bottom: 37px;
  background-size: 50px 50px !important;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: -14px;
  background-size: contain;
  transform: translateX(-160%);
}
.page_about.about_result
  .passschool_block
  .element_schoollist:nth-child(1)
  .list_header
  h3:before {
  content: "";
  background: url(../../assets/images/medal-green.png) center center no-repeat;
}
.page_about.about_result
  .passschool_block
  .element_schoollist:nth-child(2)
  .list_header
  h3:before {
  content: "";
  background: url(../../assets/images/medal-silver.png) center center no-repeat;
}
.page_about.about_result
  .passschool_block
  .element_schoollist:nth-child(3)
  .list_header
  h3:before {
  content: "";
  background: url(../../assets/images/medal-copper.png) center center no-repeat;
}
.page_about.about_result .passschool_block .element_schoollist .list_content {
  width: 100%;
  height: 330px;
}
.page_about.about_result
  .passschool_block
  .element_schoollist
  .list_content
  table {
  width: 100%;
}
.page_about.about_result
  .passschool_block
  .element_schoollist
  .list_content
  caption {
  display: none;
}
.page_about.about_result
  .passschool_block
  .element_schoollist
  .list_content
  tr {
  border-bottom: 1px dotted #9caf88;
  padding: 10px 0;
  height: 50px;
}
.page_about.about_result
  .passschool_block
  .element_schoollist
  .list_content
  tr:first-child {
  height: 30px;
}
.page_about.about_result
  .passschool_block
  .element_schoollist
  .list_content
  tr:last-child {
  border: 0;
}
.page_about.about_result
  .passschool_block
  .element_schoollist
  .list_content
  tr
  th {
  font-size: 1.063em;
  font-weight: 500;
  color: #2f7d44;
}
.page_about.about_result
  .passschool_block
  .element_schoollist
  .list_content
  tr
  td.name {
  font-size: 1.063em;
  color: #2b4131;
  width: 100%;
  width: calc(100% - 80px);
}
.page_about.about_result
  .passschool_block
  .element_schoollist
  .list_content
  tr
  td.date {
  height: 18px;
  font-family: Roboto;
  font-size: 0.938em;
  color: #777777;
  width: 80px;
}
@media (max-width: 1440px) {
  .page_about.about_result .ac_participate .rellax_bird {
    top: -150px;
    right: 160px;
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .page_about.about_result .ac_participate .rellax_bird {
    top: -210px;
    right: 130px;
  }
}
@media (max-width: 991px) {
  .page_about.about_result .ac_participate .rellax_bird_mobile {
    top: -230px;
    width: 250px;
  }
  .page_about.about_result .passschool_block .schoolist_structure {
    flex-wrap: wrap;
  }
  .page_about.about_result .passschool_block .element_schoollist {
    width: 100%;
  }
  /* .page_about.about_result .passschool_block .element_schoollist .list_header h3:before{left: 34%;top: -18px;} */
  .page_about.about_result
    .passschool_block
    .element_schoollist
    .list_content
    tr
    td.name {
    font-size: 1em;
  }
}
@media (max-width: 575.98px) {
  .page_about.about_result .ac_participate .rellax_bird_mobile {
    width: 180px;
    top: -160px;
  }
  .page_about.about_result
    .passschool_block
    .element_schoollist
    .list_content
    tr
    td.name {
    font-size: 0.938em;
  }
  /* .page_about.about_result .passschool_block .element_schoollist .list_header h3:before{left: 27%;top: -18px;} */
}

.page_about.about_result .schoolsearch_block {
  display: flex;
}
.page_about.about_result .schoolsearch_block .map_filter .map {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.page_about.about_result .schoolsearch_block .map_dropdownmenu {
  width: 100%;
  margin: 0 auto;
  display: none;
}
.page_about.about_result .schoolsearch_block .map_dropdownmenu label {
  color: #2f7d44;
  padding-left: 20px;
}
.page_about.about_result .schoolsearch_block .map_dropdownmenu select {
  width: calc(100% - 100px);
  padding: 10px;
  border: solid 1px #cccccc;
  border-radius: 4px;
}

.page_about.about_result .schoolsearch_block .map_filter svg {
  display: block;
  margin: 0 auto;
  height: 90vh;
  background-color: #ffffff;
}
.page_about.about_result .schoolsearch_block .map_filter .tw_county {
  fill: #f2f2f2;
  transition: fill 0.2s ease;
}
.page_about.about_result .schoolsearch_block .map_filter .tw_county:hover,
.page_about.about_result .schoolsearch_block .map_filter .tw_county:focus {
  fill: #5fe4bf;
  stroke: #2f7d44;
  stroke-width: 3px;
  outline: 0;
}
.page_about.about_result .schoolsearch_block .map_filter .tw_county.on,
.page_about.about_result .schoolsearch_block .map_filter .tw_county.on:hover,
.page_about.about_result .schoolsearch_block .map_filter .tw_county.on:focus {
  fill: #a9ffe7;
  stroke: #2f7d44;
  stroke-width: 3px;
}
.page_about.about_result .schoolsearch_block .right_structure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 90vh;
  overflow: scroll;
  margin: 0 80px 0px 30px;
  align-items: flex-start;
  align-content: flex-start;
}
.page_about.about_result .schoolsearch_block .right_structure h2 {
  text-align: left;
  margin: 50px 0 10px 0;
}
.page_about.about_result .schoolsearch_block .right_structure .filter_div {
  width: 100%;
  margin: 0px 0 30px;
}
.page_about.about_result .schoolsearch_block .right_structure .filter_div h3 {
  display: none;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .filter_div
  .medal_filter {
  background-color: #ffffff;
  margin: 10px 0;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .filter_div
  .medal_filter
  > p,
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .filter_div
  .evironment_filter
  > p {
  background-color: #ffffff;
  padding: 10px 20px;
  margin: 0;
  position: relative;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .filter_div
  .medal_filter
  > p:before,
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .filter_div
  .evironment_filter
  > p:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #b7b7b7;
  border-right: 3px solid #b7b7b7;
  transform: rotate(135deg);
  position: absolute;
  padding: 5px;
  right: 20px;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .filter_div
  .medal_filter
  > p
  .btn_show,
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .filter_div
  .evironment_filter
  > p
  .btn_show {
  position: relative;
  width: 100%;
  display: block;
  color: #2f7d44;
  font-size: 1em;
  font-weight: 400;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .filter_div
  .medal_filter
  > p
  .btn_show
  .choose_text,
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .filter_div
  .evironment_filter
  > p
  .btn_show
  .choose_text {
  color: #393939;
  font-size: 1em;
  font-weight: 400;
}

.page_about.about_result .medal_filter ul.checkboxes {
  list-style: none;
  margin-left: 0;
  display: flex;
  width: 100%;
  padding: 20px;
}
.page_about.about_result .medal_filter [role="checkbox"] {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: default;
  padding-top: 2px;
  font-size: 1.188em;
  color: #777777;
}
.page_about.about_result .medal_filter [role="checkbox"]::before,
.page_about.about_result .medal_filter [role="checkbox"]::after {
  position: absolute;
  top: 13px;
  left: 31px;
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border: solid #dedede;
  border-width: 0 2px 2px 0;
  transform: translateY(-65%) translateX(-50%) rotate(45deg);
}
.page_about.about_result .medal_filter [role="checkbox"]::before {
  width: 30px;
  height: 30px;
  border: 1px solid #dedede;
  border-radius: 50%;
  top: 16px;
}
.page_about.about_result .medal_filter [role="checkbox"]:active::before {
  background-image: linear-gradient(
    to bottom,
    hsl(300, 3%, 73%),
    hsl(300, 3%, 93%) 30%
  );
}
.page_about.about_result
  .medal_filter
  [role="checkbox"][aria-checked="mixed"]::before,
.page_about.about_result
  .medal_filter
  [role="checkbox"][aria-checked="true"]::before {
  border-color: #2f7d44;
  background: #2f7d44;
}
.page_about.about_result
  .medal_filter
  [role="checkbox"][aria-checked="mixed"]::after {
  display: block;
  width: 8px;
  border-bottom: 0.125em solid #fff;
  transform: translate(-50%, -50%) rotateZ(45deg);
  transform-origin: center center;
}
.page_about.about_result
  .medal_filter
  [role="checkbox"][aria-checked="mixed"]:active::after,
.page_about.about_result
  .medal_filter
  [role="checkbox"][aria-checked="true"]::after {
  position: absolute;
  top: 13px;
  left: 31px;
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border: solid #dedede;
  border-width: 0 2px 2px 0;
  transform: translateY(-65%) translateX(-50%) rotate(45deg);
}
.page_about.about_result
  .medal_filter
  [role="checkbox"][aria-checked="mixed"]:active::before,
.page_about.about_result
  .medal_filter
  [role="checkbox"][aria-checked="true"]:active::before {
  background: #2f7d44;
}
.page_about.about_result .medal_filter [role="checkbox"]:focus {
  outline: none;
}
.page_about.about_result .medal_filter [role="checkbox"]:focus::before {
  border-color: hsl(216, 94%, 73%);
  border-width: 3px;
}

.page_about.about_result .evironment_filter ul.checkboxes {
  list-style: none;
  margin-left: 0;
  display: flex;
  width: 100%;
  padding: 10px 20px 10px 20px;
  flex-wrap: wrap;
}
.page_about.about_result .evironment_filter [role="checkbox"] {
  display: inline-block;
  position: relative;
  cursor: default;
  padding: 5px 10px;
  color: #2b4131;
  font-size: 1.063em;
  margin: 10px;
}
.page_about.about_result
  .evironment_filter
  [role="checkbox"][aria-checked="mixed"],
.page_about.about_result
  .evironment_filter
  [role="checkbox"][aria-checked="true"] {
  background-color: #f3f5d9;
}

.page_about.about_result
  .schoolsearch_block
  .right_structure
  .filter_div
  .evironment_filter {
  background-color: #ffffff;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div {
  width: 100%;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  > .searchresult_structure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element {
  width: calc(50% - 10px);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  h3 {
  padding: 25px 25px 4px;
  width: 100%;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .text_div {
  padding: 0px 25px;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .text_div
  p {
  position: relative;
  padding-left: 22px;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .text_div
  p
  span {
  color: #777777;
  font-size: 0.938em;
  padding-left: 10px;
}

.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .text_div
  p:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 50%;
  border: dotted 2px #b7b7b7;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .text_div
  p.getgreen:before {
  content: "";
  border: 0;
  background-color: #c3d139;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .text_div
  p.getsilver:before {
  content: "";
  border: 0;
  background-color: #b7b7b7;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .text_div
  p.getcopper:before {
  content: "";
  border: 0;
  background-color: #c8a22a;
}

.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .icon_div {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 25px 0;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element.green
  .icon_div {
  background-color: rgb(195 209 57 / 0.15);
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element.silver
  .icon_div {
  background-color: rgb(183 183 183 / 0.15);
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element.copper
  .icon_div {
  background-color: rgb(200 162 42 / 0.15);
}

.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .icon_div
  .icon_element {
  width: 33.3%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .icon_div
  .icon_element
  img {
  width: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 6px;
  height: 60px;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element.green
  .icon_div
  .icon_element
  img {
  border: solid 3px #c3d139;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element.silver
  .icon_div
  .icon_element
  img {
  border: solid 3px #b7b7b7;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element.copper
  .icon_div
  .icon_element
  img {
  border: solid 3px #c8a22a;
}
.page_about.about_result
  .schoolsearch_block
  .right_structure
  .searchresult_div
  .result_element
  .icon_div
  .icon_element
  span {
  width: 100%;
  display: block;
  text-align: center;
}
@media (max-width: 1440px) {
  .page_about.about_result
    .schoolsearch_block
    .right_structure
    .searchresult_div
    .result_element {
    width: calc(50% - 10px);
  }
  .page_about.about_result .schoolsearch_block .map_filter svg {
    height: 70vh;
  }
}
@media (max-width: 1200px) {
  .page_about.about_result
    .schoolsearch_block
    .right_structure
    .searchresult_div
    .result_element {
    width: 100%;
  }
  .page_about.about_result .schoolsearch_block .map_filter svg {
    height: 70vh;
  }
  .page_about.about_result .schoolsearch_block .right_structure {
    margin: 0 30px 0px 30px;
  }
}
@media (max-width: 991px) {
  .page_about.about_result
    .schoolsearch_block
    .right_structure
    .searchresult_div
    .result_element {
    width: calc(50% - 10px);
  }
  .page_about.about_result .schoolsearch_block .right_structure h2 {
    display: none;
  }
  .page_about.about_result .schoolsearch_block {
    flex-wrap: wrap;
  }
  .page_about.about_result .schoolsearch_block .right_structure {
    margin: 0 30px;
  }
  .page_about.about_result .schoolsearch_block .map_filter svg {
    display: none;
  }
  .page_about.about_result .schoolsearch_block .map_dropdownmenu {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .page_about.about_result
    .schoolsearch_block
    .right_structure
    .searchresult_div
    .result_element {
    width: 100%;
  }
  .page_about.about_result .medal_filter ul.checkboxes {
    padding: 20px 0;
  }
}

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                             Page   about_result  CSS End                              == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                             Page   about_schooldetail  CSS Start                          == */
/* ==                                                                                      == */
/* ========================================================================================== */
.about_schooldetail .ac_schooldetail {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}
.about_schooldetail .ac_schooldetail .school_info {
  display: flex;
  width: calc(50% - 10px);
  background-color: white;
  flex-wrap: wrap;
  padding: 40px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
.about_schooldetail .ac_schooldetail .school_info .school_attr {
  background-color: #2b4131;
  color: #ffffff;
  padding: 7px 10px;
  letter-spacing: 2px;
  height: 35px;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 10px;
}
.about_schooldetail .ac_schooldetail .school_info .school_logo {
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.about_schooldetail .ac_schooldetail .school_info .school_logo img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.about_schooldetail .ac_schooldetail .school_info .school_name_ch {
  padding: 0 30px;
  width: 100%;
}
.about_schooldetail .ac_schooldetail .school_info .school_name_en {
  font-size: 1.25em;
  font-weight: bold;
  color: #2b4131;
  padding: 10px 30px;
  border-bottom: 1px solid #b7b7b7;
  width: 100%;
  text-align: center;
}
.about_schooldetail .ac_schooldetail .school_info .school_text {
  padding-top: 30px;
  overflow: scroll;
  height: 50vh;
  width: 100%;
}

.about_schooldetail .ac_schooldetail .right_structure {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.about_schooldetail .ac_schooldetail .school_medal {
  width: 100%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  min-height: calc(50vh - 10px);
  background-color: #ffffff;
}
.about_schooldetail .ac_schooldetail .medal_header {
  font-size: 1.188em;
  font-weight: 500;
  height: 45px;
  border-bottom: #b7b7b7 1px solid;
  padding: 10px 60px;
  position: relative;
}
.about_schooldetail .school_seventabs .medal_header:before {
  content: "";
  width: 50px;
  height: 45px;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../../assets/images/icon-attachment-book.svg) center center
    no-repeat;
  background-size: cover;
}

.about_schooldetail
  .ac_schooldetail
  > .right_structure
  > div:nth-child(1)
  .medal_header:before {
  content: "";
  width: 50px;
  height: 45px;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../../assets/images/icon-attachment-medal.svg) center center
    no-repeat;
  background-size: cover;
}
.about_schooldetail
  .ac_schooldetail
  > .right_structure
  > div:nth-child(2)
  .medal_header:before {
  content: "";
  width: 50px;
  height: 45px;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../../assets/images/icon-attachment-flag.svg) center center
    no-repeat;
  background-size: cover;
}

.about_schooldetail .ac_schooldetail .school_medal .medal_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about_schooldetail
  .ac_schooldetail
  .school_medal
  .medal_content
  .medal_element {
  width: 24%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  padding: 5px;
}
.about_schooldetail
  .ac_schooldetail
  .school_medal
  .medal_content
  .medal_element
  .img {
  width: 95px;
  height: 95px;
  background-size: 70px 70px !important;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.about_schooldetail
  .ac_schooldetail
  .school_medal
  .medal_content
  .medal_element
  .name {
  width: 100%;
  text-align: center;
  font-size: 1.188em;
  font-weight: bold;
}
.about_schooldetail
  .ac_schooldetail
  .school_medal
  .medal_content
  .medal_element
  .date {
  width: 100%;
  text-align: center;
  color: #777777;
}
.about_schooldetail
  .ac_schooldetail
  .school_medal
  .medal_content
  .medal_element.get_green_medal
  .img {
  background: url(../../assets/images/medal-green.png) center center no-repeat;
}
.about_schooldetail
  .ac_schooldetail
  .school_medal
  .medal_content
  .medal_element.get_silver_medal
  .img {
  background: url(../../assets/images/medal-silver.png) center center no-repeat;
}
.about_schooldetail
  .ac_schooldetail
  .school_medal
  .medal_content
  .medal_element.get_copper_medal
  .img {
  background: url(../../assets/images/medal-copper.png) center center no-repeat;
}
.about_schooldetail
  .ac_schooldetail
  .school_medal
  .medal_content
  .medal_element.noget_medal
  .img {
  background: url(../../assets/images/medal-none.svg) center center no-repeat;
  box-shadow: none;
}
.about_schooldetail
  .ac_schooldetail
  .school_medal
  .medal_content
  .medal_element.noget_medal
  .name {
  color: #737373;
}
.about_schooldetail
  .ac_schooldetail
  .school_medal
  .medal_content
  .medal_element.noget_medal
  .date {
  color: #b7b7b7;
}

.about_schooldetail .ac_schooldetail .school_choose {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.about_schooldetail .ac_schooldetail .school_choose .medal_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgb(246 248 228);
  padding: 9px;
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element {
  width: 24%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 18px;
  padding: 5px;
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options
  .img {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 5px;
  background-size: cover;
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element
  .name {
  width: 100%;
  text-align: center;
  font-size: 1.063em;
  font-weight: 400;
  padding: 0 13px;
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element
  .date {
  width: 100%;
  text-align: center;
  color: #777777;
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(1)
  .img {
  background-image: url(../../assets/images/12ways-icon_traffic.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(2)
  .img {
  background-image: url(../../assets/images/12ways-icon_energy.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(3)
  .img {
  background-image: url(../../assets/images/12ways-icon_water.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(4)
  .img {
  background-image: url(../../assets/images/12ways-icon_weather.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(5)
  .img {
  background-image: url(../../assets/images/12ways-icon_habitat.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(6)
  .img {
  background-image: url(../../assets/images/12ways-icon_waste.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(7)
  .img {
  background-image: url(../../assets/images/12ways-icon_healthy.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(8)
  .img {
  background-image: url(../../assets/images/12ways-icon_school.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(9)
  .img {
  background-image: url(../../assets/images/12ways-icon_bio.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(10)
  .img {
  background-image: url(../../assets/images/12ways-icon_food.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(11)
  .img {
  background-image: url(../../assets/images/12ways-icon_forest.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.choose_options:nth-child(12)
  .img {
  background-image: url(../../assets/images/12ways-icon_sea.png);
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.no_choose
  .img {
  background-color: transparent;
  opacity: 0.3;
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.no_choose
  .name {
  color: #707070;
}
.about_schooldetail
  .ac_schooldetail
  .school_choose
  .medal_content
  .medal_element.no_choose
  .date {
  color: #b7b7b7;
}

.about_schooldetail .ac_schooldetail .school_seventabs {
  width: 100%;
  margin: 30px 0;
  padding: 0 0 65px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.about_schooldetail .ac_schooldetail .school_seventabs .medal_content {
  padding: 40px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area {
  display: flex;
  flex-wrap: wrap;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul {
  width: calc(30% - 80px);
  align-content: flex-start;
  border: 0;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li {
  width: 100%;
  position: relative;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li
  a {
  border-radius: 5px;
  border: solid 1px #e7e7e7;
  background-color: #f7f7f7;
  height: 60px;
  color: #777777;
  font-size: 1.063em;
  padding: 17px 0 20px 60px;
  margin: 2px 0;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li
  a:before {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 16px;
  top: 14px;
  background-size: contain;
  transition: 0.5s;
  opacity: 0.3;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(1)
  a:before {
  content: "";
  background-image: url(../../assets/images/icon-7-steps-group.svg);
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(2)
  a:before {
  content: "";
  background-image: url(../../assets/images/icon-7-steps-check.svg);
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(3)
  a:before {
  content: "";
  background-image: url(../../assets/images/icon-7-steps-bulb.svg);
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(4)
  a:before {
  content: "";
  background-image: url(../../assets/images/icon-7-steps-ecg.svg);
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(5)
  a:before {
  content: "";
  background-image: url(../../assets/images/icon-7-steps-education.svg);
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(6)
  a:before {
  content: "";
  background-image: url(../../assets/images/icon-7-steps-house.svg);
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(7)
  a:before {
  content: "";
  background-image: url(../../assets/images/icon-7-steps-hand.svg);
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li
  a.active:before {
  opacity: 1;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li
  a.active {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #2b4131;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content {
  width: 70%;
  margin-left: 80px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content
  .content_detail {
  height: 70vh;
  overflow: scroll;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content
  .content_detail
  .content_detail-wrapper {
  margin: 0 0 60px;
  background-color: rgb(247 247 247 / 50%);
  padding: 27px;
  border-radius: 5px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content
  .content_detail
  .content_detail-wrapper
  > div {
  margin: 0 0 0 20px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content
  .content_detail
  .content_detail-wrapper
  > div
  > div {
  padding: 0px 0px 50px 0px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content
  .content_detail
  .content_detail-wrapper
  h2 {
  font-size: 1.6em;
  color: #777777;
  font-weight: 500;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content
  .content_detail
  .content_detail-wrapper
  h3 {
  font-size: 1.25em;
  width: 100%;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content
  .content_detail
  .content_detail-wrapper
  h4 {
  font-size: 1.1em;
  margin: 20px 0 5px 0;
  font-weight: 400;
  background-color: rgb(42 65 49 / 15%);
  padding: 5px 10px;
  border-top: solid 3px rgb(42 65 49 / 15%);
  border-radius: 2px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content
  .content_detail
  .content_detail-wrapper
  .card_body
  table
  tr:nth-child(even) {
  background-color: #ffffff;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content
  .content_detail
  .content_detail-wrapper
  .card_body
  table
  tr:nth-child(odd) {
  background-color: #e8e8e8;
}

@media (min-width: 991px) {
  .responsive-tabs .dropdown-arrow {
    display: none;
  }
}
@media (max-width: 991px) {
  .responsive-tabs {
    position: relative;
    border: 1px solid #ccc;
  }
  .responsive-tabs li {
    width: 100%;
    margin: 0 !important;
  }
  .responsive-tabs li > a {
    display: none;
    border: 0 !important;
    border-radius: 0 !important;
  }
  .responsive-tabs.open li > a,
  .responsive-tabs li > a.active {
    display: block;
  }
  .responsive-tabs .dropdown-arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all ease 0.5s;
    cursor: pointer;
  }
  .responsive-tabs.open .dropdown-arrow {
    transform: rotate(-135deg);
    transition: all ease 0.5s;
  }
  .about_schooldetail .ac_schooldetail .school_seventabs .medal_content {
    padding: 20px 40px;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_seventabs
    .medal_content
    .tabs-area
    ul {
    width: 100%;
    border-radius: 4px;
    border: solid 1px #cccccc;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_seventabs
    .medal_content
    .tabs-area
    ul
    li
    a {
    height: 40px;
    padding: 10px 0 10px 40px;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_seventabs
    .medal_content
    .tab-content {
    width: 100%;
    margin: 0;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_seventabs
    .medal_content
    .tabs-area
    ul
    li
    a:before {
    content: "";
    display: none;
  }
  .about_schooldetail .ac_schooldetail .right_structure {
    width: 100%;
    margin: 0;
    height: unset;
  }
  .about_schooldetail .ac_schooldetail .school_info {
    width: 100%;
    margin: 0;
    height: unset;
    margin: 0 0 40px 0;
    justify-content: center;
    padding: 30px;
  }
  .about_schooldetail .ac_schooldetail .school_choose {
    height: unset;
    width: 100%;
  }
  .about_schooldetail .ac_schooldetail .school_info .school_text {
    overflow: unset;
    height: unset;
  }
  .about_schooldetail .ac_schooldetail .school_info .school_name_en {
    font-size: 1em;
    text-align: center;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_seventabs
    .medal_content
    .tabs-area
    ul
    li
    a.active {
    box-shadow: none;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_seventabs
    .medal_content
    .tab-content
    .content_detail {
    height: unset;
  }
}
@media (max-width: 575.98px) {
  .about_schooldetail .ac_schooldetail .school_medal {
    height: unset;
  }
  .about_schooldetail .ac_schooldetail .school_seventabs .medal_content {
    padding: 20px 15px;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_medal
    .medal_content
    .medal_element {
    width: 40%;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_choose
    .medal_content
    .medal_element {
    width: 33%;
  }
  .about_schooldetail .ac_schooldetail .school_choose .medal_content {
    padding: 10px 10px 30px 10px;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_choose
    .medal_content
    .medal_element
    .name {
    padding: 0;
  }
  .about_schooldetail .ac_schooldetail .school_medal .medal_content {
    padding-bottom: 30px;
  }
}

.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .content_detail
  table
  th {
  background-color: #2b4131;
  color: #ffffff;
  padding: 5px 5px;
  font-size: 0.9em;
  font-weight: 400;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .content_detail
  table
  tr
  td {
  padding: 10px 5px;
  min-width: 120px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .content_detail
  table
  tr
  td
  img {
  max-width: 500px;
}
.about_schooldetail .ac_schooldetail .school_seventabs .content_detail a {
  color: #2f7d44;
  text-decoration: underline;
  display: block;
  margin: 5px 10px;
}
.about_schooldetail .ac_schooldetail .school_seventabs .content_detail .answer {
  color: #717171;
  font-weight: 400;
  margin: 15px 0 2px 10px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .content_detail
  .block_range {
  border-radius: 5px;
  background-color: #f1f1f1eb;
  margin: 0px 0 40px;
  padding: 10px 20px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .content_detail
  .block_range_m {
  border: 1px solid #a7c3b0;
  padding: 10px;
  margin: 0 0 30px;
  border-radius: 5px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .content_detail
  .block_range_m
  .table_element {
  margin: 50px 20px 0;
}
/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                             Page   about_schooldetail  CSS End                              == */
/* ==                                                                                      == */
/* ========================================================================================== */

@media (max-width: 1200px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767.98px) {
}
@media screen and (max-width: 575.98px) {
}

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                          Page   about_method  CSS End                                 == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   SiteMap CSS Start                                   == */
/* ==                                                                                      == */
/* ========================================================================================== */
.page_mapsite h2 {
  text-align: center;
  margin: 0 0 45px 0;
}
.page_mapsite .text_block div {
  margin: 0 0 30px 0;
}
.page_mapsite .text_block div p {
  margin: 0 0 3px 0;
}
.page_mapsite .link_block {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 80px;
  background-color: #ffffff;
}
.page_mapsite .link_block > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 360px;
}
.page_mapsite .link_block > ul .level_one {
  width: 50%;
  padding: 20px;
}
.page_mapsite .link_block > ul .level_one a,
.page_mapsite .link_block > ul .level_one h3 {
  font-size: 1.688em;
  font-weight: 500;
  color: #2b4131;
}
.page_mapsite .link_block > ul .level_one a:hover {
  font-weight: 500;
  color: #2f7d44;
}
.page_mapsite .link_block > ul .level_one > ul {
  padding: 8px 0 0 0;
}
.page_mapsite .link_block > ul .level_one > ul .level_second a {
  font-size: 1.375em;
  font-weight: 500;
  padding: 0 0 3px 24px;
  display: block;
}

.page_mapsite .link_block.zh_tw > ul {
  height: 640px;
}
.page_mapsite .link_block .level-1,
.page_mapsite .link_block .level-1 a {
  font-size: 1.1em;
  font-weight: 500;
  color: #2b4131;
}
.page_mapsite .link_block .level-1 a:hover {
  font-weight: 500;
  color: #2f7d44;
}
.page_mapsite .link_block .level-1 {
  list-style: disc;
  margin-left: 0.5em;
  margin-bottom: 1em;
  width: 48%;
}
.page_mapsite .link_block .level-2 {
  list-style: circle;
  margin-left: 1em;
}

@media (max-width: 991px) {
  .page_mapsite .link_block {
    padding: 20px 40px;
  }
  .page_mapsite .link_block > ul .level_one a,
  .page_mapsite .link_block > ul .level_one h3 {
    font-size: 1.25em;
  }
  .page_mapsite .link_block > ul .level_one > ul .level_second a {
    font-size: 1.063em;
  }
}
@media (max-width: 575.98px) {
  .page_mapsite .link_block {
    padding: 20px;
  }
  .page_mapsite .link_block > ul .level_one a,
  .page_mapsite .link_block > ul .level_one h3 {
    font-size: 1.125em;
    margin-bottom: 1px;
  }
  .page_mapsite .link_block > ul .level_one > ul .level_second a {
    font-size: 0.938em;
  }
}

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   SiteMap CSS  End                                    == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                  modal CSS  Start                                    == */
/* ==                                                                                      == */
/* ========================================================================================== */
/* --------Cms icon modal CSS  Start -------- */
.cms_icon_modal .modal-header p {
  font-size: 1.188em;
  font-weight: 500;
}
.cms_icon_modal .modal-body .icon_div {
  width: 140px;
  margin: 30px auto 20px;
  padding: 10px;
}
.cms_icon_modal .modal-body .icon_div.step_style {
  border: solid 3px #c3d139;
  border-radius: 50%;
}
.cms_icon_modal .modal-body .icon_div.environment_style {
  background-color: #f3f5d9;
  border-radius: 50%;
}
.cms_icon_modal .modal-body .cms_div {
  padding: 10px 50px;
}
@media screen and (max-width: 575.98px) {
  .cms_icon_modal .modal-body .cms_div {
    padding: 10px 20px;
  }
  .cms_icon_modal .modal-body .icon_div {
    width: 110px;
  }
}
/* --------Cms icon modal CSS  End -------- */

/* --------map toolpopupModal modal CSS Start -------- */
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  display: block;
  height: 330px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box a {
  width: 190px;
  margin: 2px auto;
  padding: 13px 16px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box .tooltipster-content {
  display: flex;
  flex-wrap: wrap;
}
.tooltipster-content h3 {
  width: 100%;
  text-align: center;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #9caf88;
  font-size: 1.688em;
}
.tooltipster-content .pop_medal_block {
  width: 100%;
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.tooltipster-content .pop_medal_block .medal_element {
  width: 38%;
  display: flex;
  margin: 3% 6%; /* flex-wrap:wrap */
}
.tooltipster-content .pop_medal_block .medal_element img {
  background-size: 50px 50px !important;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
.tooltipster-content .pop_medal_block .medal_element .text_div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-left: 0;
  text-align: center;
}
.tooltipster-content .pop_medal_block .medal_element p {
  margin: 0;
}
.tooltipster-content .pop_medal_block .medal_element p:nth-child(1) {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
}
.tooltipster-content .pop_medal_block .medal_element p:nth-child(2) {
  width: calc(100% - 20px);
  font-family: Roboto;
  font-size: 2em;
  font-weight: 700;
  line-height: normal;
}
.tooltipster-content .pop_medal_block .medal_element p:nth-child(3) {
  width: 20px;
}
@media (max-width: 991px) {
}
/* --------map toolpopupModal modal CSS End -------- */
/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                modal CSS  End                                        == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   Footer CSS Start                                   == */
/* ==                                                                                      == */
/* ========================================================================================== */
footer {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
footer .top_block {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #9caf88;
  padding: 0 0 30px;
}
footer .top_block > div {
  width: 100%;
  display: flex;
  align-items: center;
}
footer .top_block > div .icon_div {
  width: 90px;
  height: 90px;
  background-color: #e8efa7;
  padding: 21px 28px;
  font-size: 1.125em;
  color: #2b4131;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
footer .top_block > div > div p {
  margin: 0;
}
footer .bottom_block {
  text-align: center;
  padding: 30px 0;
}
footer .bottom_block > p {
  margin: 0;
}
footer .bottom_block > div {
  margin: 10px 0 0 0;
}
footer .bottom_block > div a {
  font-size: 1.063em;
  font-weight: 500;
  color: #2b4131;
}
@media (max-width: 991px) {
  footer .top_block {
    flex-wrap: wrap;
    padding: 0 0 60px;
  }
  footer .top_block > div {
    margin: 20px auto;
    width: 450px;
  }
}
@media (max-width: 575.98px) {
  .page_mapsite .link_block > ul {
    height: unset;
  }
  .page_mapsite .link_block > ul .level_one {
    width: 100%;
  }
  footer .top_block > div .icon_div {
    padding: 9px 14px 10px 15px;
    margin: 0px 15px 0px 0;
    width: 61px;
    height: 60px;
    font-size: 0.938em;
  }
  footer .top_block > div > div p {
    font-size: 0.875em;
  }
}
/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   Footer CSS  End                                    == */
/* ==                                                                                      == */
/* ========================================================================================== */

/*============  form style start ============*/
.flatpickr_item {
  align-items: center;
}
.flatpickr_item input[type="text"],
.flatpickr_item input[type="date"],
.flatpickr_item input[type="datetime-local"],
.flatpickr_item input[type="time"] {
  height: 30px;
}
.flatpickr_item a.input-button {
  height: 30px;
  padding: 6px;
}
.text-input {
  position: relative;
}
.select a.btn_cross.gray,
.select button.btn_cross.gray {
  left: 130px;
  font-size: 0.875em;
  top: -6px;
}
.input_title {
  width: 100%;
  font-weight: 500;
  font-size: 0.95em;
  color: #2b4131;
}
.input_form input[type="text"],
.input_form input[type="date"],
.input_form input[type="password"],
.input_form input[type="email"],
.input_form input[type="number"],
.input_form input[type="tel"] {
  border-radius: 5px;
  color: #2a4131;
  font-weight: 400;
}
.ac-form-area {
  display: flex;
  margin: 20px 0;
  padding: 20px 20px;
}
.ac-form-area .input_form {
  width: 100%;
}
.ac-form-area .input_form .text-input-row {
  margin: 15px 0;
}
.ac-form-area .input_form .text-input-row .text-input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.ac-form-area .input_form .text-input-row .text-input label {
  width: 100px;
  padding-right: 20px;
  margin: 0;
  font-weight: 500;
  font-size: 0.95em;
  color: #2b4131;
}
.ac-form-area
  .input_form
  .text-input-row
  .text-input
  .ac-form-area
  .input_form
  .text-input-row
  .text-input.content_wrap
  .label {
  width: 100%;
}
.ac-form-area .input_form .text-input-row .text-input input {
  width: calc(100% - 100px);
  padding: 10px;
  color: #2a4131;
}
.ac-form-area .input_form .text-input-row .text-input.content_wrap input {
  width: 100%;
}
.ac-form-area .input_form .text-input-row .text-input.content_wrap textarea {
  width: 100%;
}
.ac-form-area .input_form .text-input-row .text-input input.img_upload {
  width: calc(100% - 105px);
  margin: 0;
  width: 100%;
}
.ac-form-area .input_form .text-input-row .text-input input.date_selector {
  width: calc(100% - 100px);
}
.ac-form-area .input_form .text-input-row .text-input input.input_disabled,
.ac-form-area .input_form .text-input-row .text-input textarea.input_disabled {
  background-color: #f0f0f0;
}
.ac-form-area .input_form .text-input-row .text-input select {
  width: calc(100% - 100px);
  padding: 10px;
  color: #2a4131;
}
.ac-form-area .input_form .text-input-row .text-input textarea {
  width: calc(100% - 100px);
  padding: 10px;
  color: #2a4131;
}
.ac-form-area .input_form .text-input-row .text-input .error_notice {
  padding-left: 100px;
  font-size: 0.95em;
}
.ac-form-area .input_form .text-input-row .text-input .notice {
  padding-left: 100px;
  font-size: 0.95em;
  font-weight: 400;
}
.ac-form-area .input_form .text-input-row .text-input.nowrap div {
  width: 100px;
  font-weight: 500;
}
.ac-form-area .input_form .text-input-row .text-input.nowrap .width_1 {
  width: 14%;
  margin: 0 3px 0px 0;
}
.ac-form-area .input_form .text-input-row .text-input.nowrap .width_2 {
  width: 28%;
  margin: 3px 10px 2px 0px;
}
.ac-form-area .input_form .text-input-row .upload_btn {
  margin: 0 auto;
  display: block;
}
.ac-form-area .input_form .text-input-row .text-input.nowrap.address .width_1 {
  margin: 0 5px 5px 0;
}
.ac-form-area
  .input_form
  .text-input-row
  .text-input.nowrap.address
  .width_full {
  width: calc(100% - 100px);
  margin-left: 100px;
}
.ac-form-area .input_form .text-input-row .text-input.disabled input {
  background-color: #cecece;
  color: #7d7d7d;
  border: 0;
}
.ac-form-area .input_form a.link_blue_style,
.ac-form-area .input_form button.link_blue_style {
  padding: 0;
}
.ac-form-area.verify_input {
  margin: 0;
  padding: 0;
}
.ac-form-area.verify_input .input_form .text-input-row .text-input {
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
}
.ac-form-area.verify_input .input_form .text-input-row .text-input label {
  min-width: 230px;
}
.ac-form-area.verify_input .input_form .text-input-row .text-input input {
  width: calc(100% - 600px);
}
.ac-form-area.verify_input .input_form .text-input-row .text-input img {
  width: 150px;
  padding: 0px 10px 0px 0;
}
.ac-form-area.verify_input .input_form .text-input-row .text-input a {
  display: block;
  padding: 10px;
  width: 110px;
  text-align: center;
}
.forms-group .text-forms_input {
  display: flex;
}
.forms-group .text-forms_input .text-input {
  margin-left: 5px;
}
@media (max-width: 575.98px) {
  .ac-form-area
    .input_form
    .text-input-row
    .text-input.nowrap.address
    .width_1 {
    width: calc(100% - 100px);
  }
  .ac-form-area
    .input_form
    .text-input-row
    .text-input.nowrap.address
    .width_2 {
    width: calc(100% - 100px);
    margin-left: 90px;
  }
}
@media (max-width: 991px) {
  .ac-form-area.verify_input .input_form .text-input-row .text-input {
    flex-wrap: wrap;
  }
  .ac-form-area.verify_input .input_form .text-input-row .text-input input {
    width: calc(100% - 150px);
  }
  .ac-form-area.verify_input .input_form .text-input-row .text-input a {
    padding: 10px 0 10px 0;
  }
}
/*============  form style end ============*/

/*============  school_seventabs form style start ============*/
.schooldetail_select_question .ac-form-area {
  padding: 0;
}
.schooldetail_select_question .ac-form-area .input_form .text-input-row {
  margin: 0 0;
}
.schooldetail_select_question
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  select {
  width: 100%;
  font-size: 1.2em;
  padding: 7px 10px;
}
.school_seventabs .content_detail-wrapper .text-input {
  margin-bottom: 0;
}
.school_seventabs .content_detail-wrapper .text-input .card_body {
  overflow-y: scroll;
}
.school_seventabs .content_detail-wrapper .certification_form_input {
  padding: 0;
}
.school_seventabs .content_detail-wrapper input:disabled,
.school_seventabs .content_detail-wrapper select:disabled,
.school_seventabs .content_detail-wrapper input:disabled,
.school_seventabs .content_detail-wrapper textarea:disabled {
  background: #eee !important;
  color: #999 !important;
  width: 100% !important;
}
.school_seventabs
  .content_detail-wrapper
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .notice {
  padding-left: 0;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.list-group,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.row {
  width: 100%;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.list-group
  li.list-group-item,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.row
  li.col-4 {
  padding: 0.5rem 0.75rem;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.list-group
  li.list-group-item
  a {
  border-radius: 0;
  border: solid 0px transparent;
  background-color: transparent;
  height: auto;
  color: #777777;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(1)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(2)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(3)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(4)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(5)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(6)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul
  li:nth-child(7)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.row
  li.col-4:nth-child(1)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.row
  li.col-4:nth-child(2)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.row
  li.col-4:nth-child(3)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.row
  li.col-4:nth-child(4)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.row
  li.col-4:nth-child(5)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.row
  li.col-4:nth-child(6)
  a:before,
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  ul.row
  li.col-4:nth-child(7)
  a:before {
  content: "";
  background-image: initial;
  width: 0;
  height: 0;
  position: relative;
  left: 0;
  top: 0;
}
.certification_form_input .img_preview_div .preview_element img {
  object-fit: cover;
  height: 180px;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tabs-area
  .detail_input_element
  > .ac-form-area {
  display: flex;
  flex-direction: column;
}
.about_schooldetail
  .ac_schooldetail
  .school_seventabs
  .medal_content
  .tab-content
  .content_detail
  .content_detail-wrapper
  .card_body {
  overflow-y: scroll;
}

@media (max-width: 575.98px) {
  .about_schooldetail
    .ac_schooldetail
    .school_seventabs
    .medal_content
    .tab-content
    .content_detail
    .content_detail-wrapper
    > div {
    margin: 0 0 0 10px;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_seventabs
    .medal_content
    .tab-content
    .content_detail
    .content_detail-wrapper {
    padding: 15px;
    margin: 20px 0 30px;
  }
  .about_schooldetail
    .ac_schooldetail
    .school_seventabs
    .medal_content
    .tab-content
    .content_detail
    .content_detail-wrapper
    h3 {
    font-size: 1.1em;
  }
}
/*============  school_seventabs form style end   ============*/

.certification_form_input {
  padding: 20px 40px 10px;
  margin: 0;
}
.certification_form_input .notice {
  margin: 0;
  padding: 10px 0 10px 0;
}
.certification_form_input .step05_checkbox {
  display: flex;
}
.certification_form_input .step05_checkbox div {
  width: 50%;
}
.certification_form_input .time_range {
  display: flex;
  margin-bottom: 15px;
}
.certification_form_input .time_range .flatpickr_item span {
  padding: 6px 5px 6px 10px;
}

.certification_form_input .unitpath_btn {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #fff0;
  border: 1px solid #888888;
  color: #888888;
  position: absolute;
  left: 86px;
  top: 26px;
  cursor: pointer;
}
.certification_form_input .input_coltitle_block .unitpath_btn {
  top: 0;
}
.certification_form_input .detail_input_element.border_element .btn_cross {
  font-size: 0.875em;
  top: -5px;
  right: 4px;
}
.certification_form_input
  .detail_input_element
  .ac-form-area
  .input_form
  .text-input-row {
  margin: 0px;
}
.certification_form_input
  .input_content_block
  .input_element.linewrap_element
  .input_coltitle {
  text-align: center;
  color: #5f5f5f;
  font-size: 0.8125em;
  font-weight: 300;
  padding: 0;
}
.certification_form_input h5 {
  font-size: 1em;
  margin: 0;
  width: 100%;
  padding: 30px 0px 10px 0;
  font-weight: 500;
}
.certification_form_input .border_element p {
  padding: 0px 0px 10px;
  font-size: 0.875em;
}
.certification_form_input .border_element > .ac-form-area {
  border: 1px solid #dadada;
  margin: 0 0 20px;
  position: relative;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input {
  display: flex;
  position: relative; /* padding: 20px 0px; */
  margin: 0;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_coltitle_block {
  width: calc(100% - 30px);
  display: flex;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_coltitle_block
  label {
  margin: 0px 0px 0px 7px;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_content_block {
  width: calc(100% - 30px);
  margin: 0px 0px 0px 0px;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_content_block
  .addinfo_div {
  margin: 0;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_content_block
  .btn_addinfo {
  font-size: 0.9375em;
  width: 150px;
  padding: 20px 0 20px;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_content_block
  .btn_addinfo:before {
  top: 18px;
  width: 25px;
  height: 25px;
  left: 10px;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_content_block
  .input_element {
  width: 100%;
  display: flex;
  position: relative;
  align-items: baseline;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_content_block
  .input_element
  input {
  border-radius: 4px;
  margin: 5px 0px 5px 7px;
  height: 35px;
  border-color: #bfbfbf;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_content_block
  .input_element
  a {
  padding: 8px;
  height: 35px;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_content_block
  .input_element
  .btn_cross {
  padding: 2px 5px;
  height: 35px;
  top: 5px;
  right: -30px;
  font-size: 1.3125em;
}
.certification_form_input .linewrap_element > div {
  margin: 0 3px;
}
.certification_form_input .linenowrap_element .ac-form-area {
  margin: 10px 0px;
  padding: 0;
}
.certification_form_input
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_coltitle_block
  label {
  text-align: center;
  color: #5f5f5f;
  font-size: 0.875em;
  font-weight: 300;
  padding: 0;
}
.certification_form_input
  .linenowrap_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  span,
.certification_form_input .linenowrap_element .notice {
  padding: 5px 5px;
  font-size: 0.9375em;
  font-weight: 300;
}
.certification_form_input .linenowrap_element .text-forms_input {
  display: flex;
}
.certification_form_input .text-forms_input .text-input.text-input input {
  height: 30px;
}
.certification_form_input
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_content_block
  .input_element.linewrap_element
  input {
  margin: 5px 0px 5px 0;
}
.certification_form_input .img_preview_div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.certification_form_input .img_preview_div .preview_element {
  margin: 5px 5px 20px;
  width: 30%;
  position: relative;
  min-width: 190px;
}
.certification_form_input .img_preview_div .preview_element img {
  object-fit: cover;
  height: 180px;
}
.certification_form_input .img_preview_div .preview_element .ac-form-area {
  margin: 0;
  padding: 0;
}
.certification_form_input
  .img_preview_div
  .preview_element
  .ac-form-area
  .input_form
  .text-input-row {
  margin: 0;
}
.certification_form_input
  .img_preview_div
  .preview_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  textarea {
  margin: 7px 0;
}
.certification_form_input .forms-group .radio_wrap {
  flex-wrap: wrap;
}
.certification_form_input .forms-group .radio_wrap label {
  margin: 0 0 5px 0;
}
.certification_form_input .forms-group .radio_wrap .radio_input_div {
  width: 100%;
  margin: 0px 0px 10px 25px;
}
.certification_form_input .forms-group .radio_wrap .text-input-row {
  padding: 0;
  margin: 0;
}
.certification_form_input
  .forms-group
  .radio_wrap
  .text-input-row
  .text-input
  input.img_upload {
  height: unset;
}
.certification_form_input.step04_structure
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_coltitle_block {
  width: 100%;
}
.certification_form_input.step04_structure
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input
  .input_coltitle_block
  > div
  > label {
  margin: 0;
  width: 100%;
}
.certification_form_input.step04_structure .choose_theme {
  display: flex;
}
.certification_form_input.step04_structure .choose_theme .select_path select {
  margin-right: 5px;
  height: 30px;
}
.certification_form_input.step04_structure
  .border_element
  .ac-form-area
  .input_form
  .text-input-row
  .text-input {
  overflow: scroll;
}
.certification_form_input.step04_structure .border_element .gray_bg {
  background-color: #f1f1f1;
  padding: 0px 20px;
  margin: 20px 0;
  position: relative;
  overflow: scroll;
}
.certification_form_input.step04_structure .border_element .gray_bg:before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #85a58e;
  display: block;
  position: absolute;
  left: 0;
}
.certification_form_input.step04_structure
  .border_element
  .gray_bg
  .input_form
  .text-input-row
  .text-input
  .input_content_block {
  width: 100%;
}
.certification_form_input.step04_structure
  .border_element
  .gray_bg
  .input_form
  .text-input-row
  .input_content_block
  .input_element
  > div {
  margin: 0 10px 0 0;
  min-width: 130px;
  width: 130px;
  max-width: 130px;
}
.certification_form_input.step04_structure
  .border_element
  .gray_bg
  .input_form
  .text-input-row
  .input_coltitle_block
  > label,
.certification_form_input.step04_structure
  .border_element
  .gray_bg
  .input_form
  .text-input-row
  .input_coltitle_block
  > div {
  margin: 0 10px 0 0;
  min-width: 130px;
  width: 130px;
  max-width: 130px;
}
.certification_form_input.step04_structure
  .border_element
  .gray_bg
  .input_form
  .text-input-row
  .input_coltitle_block
  > div {
  position: relative;
}
.certification_form_input.step04_structure
  .border_element
  .gray_bg
  .input_form
  .text-input-row
  .text-input
  .input_content_block
  .input_element
  .btn_cross {
  right: 10px;
  height: 40px;
  position: relative;
  top: 3px;
  padding: 4px 6px;
  font-size: 1.3125em;
}
.certification_form_input.step04_structure
  .border_element
  .gray_bg
  .input_form
  .text-input-row
  .text-input
  .input_content_block
  .input_element
  input {
  margin: 5px 0;
}
.table_notice {
  display: none;
}
@media screen and (max-width: 991px) {
  .certification_form_input .linewrap_element {
    flex-wrap: wrap;
  }
  .certification_form_input .linewrap_element > div {
    width: 48%;
  }
}

/* */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    -moz-print-color-adjust: exact !important;
    -ms-print-color-adjust: exact !important;
    /* page-break-inside: avoid; */
  }
  .inside_noBreak {
    page-break-inside: avoid;
  }
  .after_noBreak {
    page-break-after: always;
  }
  img {
    width: 150px;
    height: 150px;
  }
  /* table tr td img{ page-break-inside: avoid;} */
  p {
    page-break-inside: avoid;
  }
  tr {
    page-break-inside: avoid;
  }
  h3 {
    page-break-after: avoid;
  }
  /* h2,h3,h4,p,img,table,tr,td,.block_range,.block_range_m {break-inside: avoid;} */
  /* h2,h3,h4,p,table,.block_range,.block_range_m {break-inside: avoid;} */
}

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   Page Construction CSS Start                        == */
/* ==                                                                                      == */
/* ========================================================================================== */
.construct_img {
  width: 26%;
  min-width: 300px;
  margin: 80px auto 30px;
}
.construct_text {
  text-align: center;
  font-size: 2em;
  letter-spacing: 0.2em;
  color: #2b4131;
  text-indent: unset;
  position: unset;
  font-weight: 300;
}
/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                   Page Construction CSS Start                        == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                    綠旗專區 start                                     == */
/* ==                                                                                      == */
/* ========================================================================================== */

/* 列表頁 */
.green-title {
  position: relative;
  padding-bottom: 8px;
}
.green-title::after {
  content: "翻轉教育 引導孩子駕未來";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.75rem;
  opacity: 50%;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .green-title::after {
    font-size: 1em;
  }
}
@media (max-width: 575.98px) {
  .green-title::after {
    font-size: 0.75em;
    width: 100%;
    bottom: -18px;
  }
}

.list-pagination {
  display: flex;
  justify-content: flex-end;
  margin: 60px -0.25rem 0;
}
.list-pagination * {
  margin: 0 0.25rem;
  font-size: 18px;
}
.list-pagination a {
  color: #2f7c44;
  font-weight: 700;
}
.list-pagination a:last-child {
  color: #d5d5d5;
}
.list-pagination a:last-child:not(.last-page):hover {
  color: #2f7c44;
}
.list-pagination span {
  color: #d5d5d5;
  font-weight: 700;
}

.list-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px;
  justify-content: space-between;
}

.list-wrap a {
  width: 49%;
  margin: 1rem 0;
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
}

.list-img {
  position: relative;
}

.list-img:hover::before {
  content: "";
  background-color: rgb(43 65 49 / 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.list-img:hover::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  background: url("../images/hover_search.svg") center center no-repeat;
  top: 45%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

@media (max-width: 480px) {
  .list-pagination {
    margin: 2rem -0.25rem 0;
  }
  .list-wrap {
    padding: 0 0 2rem 0;
  }
  .list-wrap a {
    width: 100%;
  }
}

.list-wrap a span {
  margin: 1rem 1rem 0;
  color: #2f7d44;
  display: block;
  font-weight: bold;
}

.list-wrap a p {
  margin: 0rem 1rem 1rem 1rem;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.list-wrap a:hover p {
  color: #2f7d44;
}

/* 列表說明頁 */
body {
  background: #f7f7f7;
}
/* .ac-section:not(.ac-section_first){
    margin: 4em 0;
    padding: 0;
} */
.list-content {
  max-width: 800px;
  margin: 0 auto;
}

.list-content-name {
  color: #0f812e;
  text-align: center;
}

.list-content-title {
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.75em;
}

.list-content p {
  font-weight: 700;
  text-align: justify;
  white-space: pre-line;
}
.list-content b {
  color: #0f812e;
  font-weight: 700;
  font-size: 1.25em;
  margin: 2rem 0 1rem;
  display: block;
}

.green_owlcarousel .owl-carousel .owl-nav span {
  width: 81px;
  height: 81px;
  display: block;
  border-radius: 50%;
}

.owl-theme .owl-nav {
  margin-top: 0;
  height: 100%;
  top: 0;
  z-index: -1;
}
.green_owlcarousel .owl-carousel .owl-nav button:focus {
  outline: none;
}
.green_owlcarousel .owl-carousel .owl-nav button:hover {
  background: transparent;
}

.green_owlcarousel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
}

.ac-carousel-fullscreen .owl-carousel .owl-nav .owl-prev span {
  background: url("../images/carousel-arrow-left.png") center no-repeat;
  background-size: cover;
}

.ac-carousel-fullscreen .owl-carousel .owl-nav .owl-prev:hover span {
  background: url("../images/carousel-arrow-left-hover.png") center no-repeat;
  background-size: cover;
}

.green_owlcarousel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}
.green_owlcarousel .owl-carousel .owl-nav .owl-next span {
  background: url("../images/carousel-arrow-right.png") center no-repeat;
  background-size: cover;
}
.green_owlcarousel .owl-carousel .owl-nav .owl-next:hover span {
  background: url("../images/carousel-arrow-right-hover.png") center no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .green_owlcarousel .owl-carousel .owl-nav span {
    width: 50px;
    height: 50px;
  }
  .green_owlcarousel .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
  }
  .green_owlcarousel .owl-carousel .owl-nav button.owl-next {
    right: -60px;
  }
}

@media (max-width: 480px) {
  .owl-item a {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .green_owlcarousel .owl-carousel .owl-nav span {
    width: 24px;
    height: 24px;
  }
  .green_owlcarousel .owl-carousel .owl-nav button.owl-prev {
    left: -16px;
  }
  .green_owlcarousel .owl-carousel .owl-nav button.owl-next {
    right: -16px;
  }
}

.green_owlcarousel .list-content-carousel-text {
  line-height: 80px;
  height: 80px;
  text-align: left;
  color: #0f812e;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0 0 0 2rem;
  background: #ffffff;
  display: block;
}

.green_owlcarousel_video .owl-carousel .owl-item.owl-item .item a {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.green_owlcarousel_video .owl-carousel .owl-item.owl-item .item a:before {
  content: "";
  background: url("../images/icon-video-play.svg") center center no-repeat;
  width: 59px;
  background-color: #00000080;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 40%;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .green_owlcarousel_video .owl-carousel .owl-item.owl-item .item a:before {
    left: 40%;
    top: 25%;
  }
}

/* 網站連結 */
.link-wrap {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 2rem 4rem;
}
.link-title {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  color: #0f812e;
  font-weight: 700;
}
.link-title i {
  margin-right: 0.5rem;
}
.link-wrap a {
  margin: 0 0.5rem;
  color: #404040;
  border-bottom: 1px solid #404040;
  font-weight: 700;
}
.link-wrap a:hover {
  opacity: 0.8;
}

/* 生態宣言 */
.green-background {
  background: #ebf2ed;
  max-width: 100%;
  text-align: center;
  padding: 2rem;
}
.green-background p {
  text-align: center;
}

/* ========================================================================================== */
/* ==                                                                                      == */
/* ==                                    綠旗專區 end                                       == */
/* ==                                                                                      == */
/* ========================================================================================== */

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Accessibility improvements for touch targets */
.ac_accesskey {
  color: #2f7d44;
  margin-left: -30px;
  padding: 12px;
  min-height: 44px;
  min-width: 44px;
  display: inline-block;
  line-height: 1.2;
}

.nav-link {
  padding: 12px 15px !important;
  min-height: 44px;
  min-width: 44px;
  display: inline-block;
  line-height: 1.2;
}

.d-inline.my-0.mx-1.p-0.text-xs {
  padding: 12px !important;
  min-height: 44px;
  min-width: 44px;
  display: inline-block;
  margin: 5px !important;
  line-height: 1.2;
}

#search.searchTerm {
  min-height: 44px;
  padding: 8px 12px;
  font-size: 16em;
}

/* Improve touch target spacing */
header .navbar .menu_function a,
header .navbar .menu_function_mobile a {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  border-radius: 50%;
  padding: 8px;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}

/* Improve search button touch target */
header .navbar .search .searchButton {
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Improve dropdown items touch target */
header .dropdown-item {
  padding: 12px 1.5rem;
  min-height: 44px;
  display: flex;
  align-items: center;
}

button.button-general.outline {
  border: 1px solid #9caf88;
  border-radius: 100px;
  min-width: 120px;
  min-height: 44px;
  color: #2b4131;
  margin: 8px;
  transition: 0.5s;
  font-size: 0.938em;
  position: relative;
  padding: 12px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

a.button-tiny {
  border: 1px solid #eac759;
  border-radius: 100px;
  padding: 8px 12px;
  min-width: 44px;
  min-height: 44px;
  color: #2b4131;
  margin: 8px;
  transition: 0.5s;
  font-size: 0.875em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix_btn_div .fix_button {
  width: 125px;
  height: 125px;
  display: block;
  padding: 20px 36px;
  border-radius: 100%;
  font-size: 1.4em;
  color: #2b4131;
  line-height: 1.33;
  margin: 10px;
  align-items: center;
  justify-content: center;
}

.ac-form-area .input_form .text-input-row .text-input input,
.ac-form-area .input_form .text-input-row .text-input select,
.ac-form-area .input_form .text-input-row .text-input textarea {
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
}

.ac-form-area .input_form .text-input-row .text-input label {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.ac-form-area .input_form .text-input-row .text-input .error_notice,
.ac-form-area .input_form .text-input-row .text-input .notice {
  padding: 8px 12px;
  min-height: 44px;
  display: flex;
  align-items: center;
}

/* 0617 */

.card_element .card_body .source_list a:focus {
  outline: 3px dashed #ff0000 !important;
  background-color: #ffffcc !important;
}

.ac_accesskey:focus {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 16px;
  background-color: #2b4131;
  color: #ffffff;
  border: 5px solid #ff0000;
  outline: none;
  z-index: 1000;
}
a.ac_accesskey:focus {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 16px;
  background-color: #2b4131;
  color: #ffffff;
  border: 5px solid #ff0000;
  outline: none;
  z-index: 1000;
}
.owl-carousel .item:focus {
  outline: 5px solid #ff0000;
  background-color: rgba(255, 255, 0, 0.1);
  box-shadow: 0 0 0 3px #ffa500;
}
