﻿@import "bootstrap.min.css";

/* General */
html {
  scroll-behavior: smooth;
  font-size: 1.2em;
}

html.font-middle {
  font-size: 1.3em;
}

html.font-large {
  font-size: 1.4em;
}

body {
  font-family: "Helvetica Neue", Helvetica, Roboto, "Segoe UI", Arial, "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif;
  /* Better font rendering on macOS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter:grayscale(1);
}

a {
  transition: all 0.2s ease 0s;
  color: #004085;
}

a:hover {
  text-decoration: none;
  opacity: 0.95;
}

.main {
  width: 1200px;
  margin: auto;
}

.head-title, .lower .subtitle, .otherlinks {
    font-weight: bold;
    letter-spacing: 4.5px;
    font-size: 1.1rem;
}

/* Header */
#header {
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #888888;
  width: 100%;
  display: flex;
    position: relative;
}

h1.site-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 190px;
    margin-top: -50px;
}

#header .header-lang a {
  color: #4D4D4D;
}

.size-default.respon {
    padding: 0 10px;
    background: #f00;
}

#header .fonts-control .size-default, 
#header .fonts-control .size-larger, 
#header .fonts-control .size-largest {
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    padding: 0;
    font-weight: bold;
    border-radius: 2px;
}

#header .fonts-control .size-default {
    font-size: 15px;
}

#header .fonts-control .size-larger {
    font-size: 17px;
}

#header .fonts-control .size-largest {
    font-size: 19px;
}

#header .fonts-control .size-default.this, 
#header .fonts-control .size-larger.this, 
#header .fonts-control .size-largest.this {
    color: #fff;
    background: #ccc;
}

.size-switch {
  background: transparent;
  border: none;
}

.close-button {
  background-color: transparent;
  border: none;
  font-size: 17px;
  padding: 6px 12px;
  float: left;
}

/* Other languages */
#other-lang {
  position: relative;
  display: inline-block;
  margin-left: 12px;
}

#other-lang a {
  color: #FFFFFF;
  display: block;
}

#other-lang img:before {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  width: 10px;
  height: 6px;
}

#other-lang ul, #other-lang ul li {
  display: block;
  position: relative;
  font-size: 1em;
}

#other-lang ul{
  display: none;
  text-align: center;
}

#other-lang ul {
  position: absolute;
  /* top: 100%; */
  /* left: -220%; */
  z-index: 1010;
  width: 14em;
  box-shadow: 0 0 6px rgba(0, 0, 0, .25);
}

#other-lang li {
  border-bottom: 1px solid #DEDEDE;
}

#other-lang li:last-child {
  border: none;
}

#other-lang li:hover {
  background-color: #004D29;
}

#other-lang li a:hover {
  color: #FFF;
}

#other-lang ul a {
  color: #262626;
  display: block;
  padding: 9px;
  opacity: 1;
}

#other-lang:hover ul {
  display: block;
  background-color: #F2F2F2;
}

#other-lang:hover img:before {
  width: 100%;
  position: absolute;
  background: url(../images/arrow01.png) center no-repeat;
  background-position: center;
  margin-bottom: 2px;
}

/* Menu */
#menu {
  margin: 5px 0px 10px -5px;
}

#menu a {
  color: #FFFFFF;
  display: block;
}

#menu ul, #menu ul li {
  display: block;
  position: relative;
  font-size: 0.875em;
}

#menu>li:before {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 6px;
  bottom: 0;
}

#menu_item_home>a:after {
  content: " ";
  display: none;
  position: absolute;
  bottom: 10px;
  width: 70px;
  height: 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

#menu_item_aboutus>a:after, #menu_item_otherinfo>a:after, #menu_item_accessinfo>a:after, #menu_item_pforms>a:after, #menu_item_recruitment>a:after {
  content: " ";
  display: none;
  position: absolute;
  bottom: 10px;
  width: 120px;
  height: 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

#menu_item_pubpr>a:after {
  content: " ";
  display: none;
  position: absolute;
  bottom: 10px;
  width: 160px;
  height: 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

#menu li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu>li ul {
  position: absolute;
  top: 100%;
  /* margin-top: 15px; */
  left: 0;
  z-index: 1010;
  padding: 0;
  display: none;
  width: 200px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .25);
}

#menu>li ul li {
  border-bottom: 1px solid #DEDEDE;
}

#menu>li ul li:last-child {
  border: none;
}

#menu>li ul li:hover {
  background-color: #004D29;
}

#menu>li ul li a:hover {
  color: #FFF;
}

#menu>li ul a {
  color: #262626;
  display: block;
  padding: 9px;
  opacity: 1;
}

#menu #menu_item_aboutus:hover>ul {
  display: block;
  background-color: #F2F2F2;
}

#menu #menu_item_pubpr:hover>ul {
  display: block;
  background-color: #F2F2F2;
}

#menu #menu_item_otherinfo:hover>ul {
  display: block;
  background-color: #F2F2F2;
}

#menu #menu_item_accessinfo:hover>ul {
  display: block;
  background-color: #F2F2F2;
}

#menu_item_home, #menu_item_pubpr, #menu_item_aboutus, #menu_item_otherinfo, #menu_item_accessinfo, #menu_item_pforms, #menu_item_recruitment {
  padding-bottom: 10px;
}

#menu_item_home>a {
  background-color: #F04E37;
  background-image: url(../images/home.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 6px;
  margin-right: 6px;
  width: 70px;
  height: 60px;
  text-indent: -9999px;
}

#menu_item_home.active:hover:before{
  width: 100%;
  position: absolute;
  background: url(../images/arrow01.png) center no-repeat;
  background-position: center;
  margin-bottom: 2px;
}

#menu_item_aboutus>a {
  background-color: #663500;
  margin-left: 6px;
  margin-right: 6px;
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 18px;
}

#menu_item_aboutus.active::before, #menu_item_aboutus:hover:before {
  width: 100%;
  position: absolute;
  background: url(../images/arrow02.png) no-repeat center;
  margin-bottom: 2px;
}

#menu_item_pubpr>a {
  background-color: #573D00;
  margin-left: 6px;
  margin-right: 6px;
  width: 160px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 18px;
}

#menu_item_pubpr.active:before, #menu_item_pubpr:hover:before {
  width: 100%;
  position: absolute;
  background: url(../images/arrow03.png) no-repeat center;
  margin-bottom: 2px;
}

#menu_item_otherinfo>a {
  background-color: #274700;
  margin-left: 6px;
  margin-right: 6px;
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 18px;
}

#menu_item_otherinfo.active:before, #menu_item_otherinfo:hover:before {
  width: 100%;
  position: absolute;
  background: url(../images/arrow04.png) no-repeat center;
  margin-bottom: 2px;
}

#menu_item_accessinfo>a {
  background-color: #004D29;
  margin-left: 6px;
  margin-right: 6px;
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 18px;
}

#menu_item_accessinfo.active:before, #menu_item_accessinfo:hover:before {
  width: 100%;
  position: absolute;
  background: url(../images/arrow05.png) no-repeat center;
  margin-bottom: 2px;
}

#menu_item_pforms>a {
  background-color: #0071BC;
  margin-left: 6px;
  margin-right: 6px;
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 18px;
}

#menu_item_pforms.active:before, #menu_item_pforms:hover:before {
  width: 100%;
  position: absolute;
  background: url(../images/arrow06.png) no-repeat center;
  margin-bottom: 2px;
}

#menu_item_recruitment>a {
  background-color: #6C3F98;
  margin-left: 6px;
  margin-right: 6px;
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 18px;
}

#menu_item_recruitment.active:before, #menu_item_recruitment:hover:before {
  width: 100%;
  position: absolute;
  background: url(../images/arrow07.png) no-repeat center;
  margin-bottom: 2px;
}

/* Search, Language Change and Font Size section */
.upper {
  padding-top: 16px;
  margin: 0 0 25px 0;
  width: auto;
}

.header-top {
  justify-content: space-between;
  padding: 15px 0px 10px 0px;
}

.header-search #search_form input {
    border: 1px solid #e6e6e6;
    font-size: 0.7125rem;
    padding: 5px 10px;
    width: 252px;
    margin-left: 19px;
}

.header-search #search_form button[type=submit] {
  background: url(../images/search.png) no-repeat 3px center;
  position: absolute;
  margin-left: -25px;
  border: none;
  text-indent: -9999px;
  padding-right: 10px;
  filter: grayscale(100%) brightness(0);
}

.header-lang {
  text-align: right;
}

.header-lang a {
  padding-left: 10px;
}

/* Slide section */
.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: auto;
}

.swiper-pagination .swiper-pagination-bullet img {
  border-radius: 100%;
  border: 2px solid #FFFFFF;
}

.centered {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1em;
}

.slides {
  padding: 0;
  right: 15px;
}

.slides .headline:after {
  background: linear-gradient(to right, #004D29 12%, #383838 10%, #383838 50%, #383838 50%, #383838 75%, #383838 75%);
  position: absolute;
  content: '';
  width: auto;
  height: 5px;
  right: 0;
  left: 0;
  top: -5px;
}

/* News Section */
.news {
  word-spacing: 9px;
  background-color: #F5F5F5;
}

.news .headline:after {
  background: linear-gradient(to right, #004D29 25%, #383838 10%, #383838 50%, #383838 50%, #383838 75%, #383838 75%);
  position: absolute;
  content: '';
  width: auto;
  height: 5px;
  right: 0;
  left: 0;
  top: -5px;
}

.news .head-title {
  padding: 30px 0px 0px 10px;
}

html:lang(chi) .latest-news {
  letter-spacing: 5px;
}

.news .whatsnew {
  margin-top: -10px;
  font-size: 0.75em;
  margin-left: -15px;
  margin-right: -15px;
  height: 325px;
  overflow-y: scroll;
}

.news .whatsnew a {
  color: #262626;
}

.news .whatsnew .newsinfo {
  padding: 15px 25px;
  line-height: 1.5em;
}

.news .whatsnew .newsinfo:hover {
  background-color: #004D29;
  color: #FFFFFF;
}

.news .whatsnew .newsinfo:hover .issuedate, .news .whatsnew .info .newsinfo:hover .content {
  color: #FFFFFF;
}

.news .whatsnew .issuedate {
  font-size: 0.8125rem;
  color: #004D29;
}

.news .whatsnew .content {
  font-size: 0.8125rem;
}


/* Reports section */
.lower {
  width: auto;
}

.lower .title {
  position: relative;
  /* text-align: center; */
}

.lower .subtitle {
  color: #262626;
  position: absolute;
  padding-left: 10px;
  bottom: 8px;
  left: 16px;
  width: 75%;
}

.lower .subtitle.eng {
  width: 70%;
  font-size: 0.77em;
  letter-spacing: 3px;
  line-height: normal;
}

html.font-middle .lower .subtitle.eng {
  font-size: 0.87em;
}

html.font-large .lower .subtitle.eng {
  font-size: 0.89em;
}

@media screen and (max-width: 991px) {
    
    .lower .subtitle.eng {
      font-size: 0.45em;
      line-height: normal;
      letter-spacing: 2px;
    }

    html.font-middle .lower .subtitle.eng {
      font-size: 0.47em;
      letter-spacing: 2px;
    }

    html.font-large .lower .subtitle.eng {
      font-size: 0.31em;
      letter-spacing: 2px;
    }
    
}

@media screen and (max-width: 767px) {
    
    html .lower .subtitle {
      font-size: 1.1rem;
    }
    
    html .lower .subtitle.eng {
      font-size: 0.9rem;
    }
    
    html.font-middle .lower .subtitle.eng {
      font-size: 0.9rem;
    }

    html.font-large .lower .subtitle.eng {
      font-size: 0.9rem;
    }
    
}

@media screen and (max-width: 510px) {
    
    html .lower .subtitle, 
    html .lower .subtitle.eng {
      font-size: 0.7rem;
    }
    
    html.font-middle .lower .subtitle, 
    html.font-middle .lower .subtitle.eng {
      font-size: 0.7rem;
    }

    html.font-large .lower .subtitle, 
    html.font-large .lower .subtitle.eng {
      font-size: 0.7rem;
    }
    
}

.lower .seemore {
  font-size: 0.85em;
  color: #555;
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.lower #latest-report-tab, .lower #past-report-tab, .lower #latest-result-tab, .lower #past-result-tab {
  font-weight: bold;
  color: #262626;
  background-color: #f9f9f9;
  letter-spacing: 5px;
}

.lower #latest-report .report-img, .lower #latest-result .report-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  background: #E7E7E7;
}

.lower .reports .report {
  padding: 10px 20px;
  background-color: #f9f9f9;
}

.lower .reports ul {
  box-shadow: inset 0 -5px 6px -6px rgba(0, 0, 0, .25);
}

.lower .reports ul li {
  width: 50%;
  text-align: center;
}

.lower .reports ul .active {
  border-top: 3px solid #004D29;
}

.lower .report {
  position: relative;
}

.lower .report .desc {
  position: relative;  
  color: #262626;
  padding-left: 35px;
  padding-right: 10px;
  padding-bottom: 20px;
  letter-spacing: 2px;
  font-size: 0.85rem;
  background: #E7E7E7;
}

.lower .report .past-rpt {
  width: 100%;
  height: 65px;
  padding-top: 15px;
  color: #414244;
  
}

/* Other links section */
.lower .right {
    padding: 12px 5px;
    background: #fafafa;
}

/* right col-xl-2 col-lg-12 col-md-12 */
.lower .right.col-xl-2 {
    max-width: 15.4444445%;
}

@media screen and (max-width: 1200px) {
    
    .lower .right.col-xl-2 {
        max-width: 99%;
        background: none;
        margin: 20px 0 0 0;
    }
    
}

.lower .right img {
    width: 73px;
}

.links {
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
}

.full-width-image {
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
}

.full-width-image img {
  width: 95% !important;
  height: auto !important;
}

.link {
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Sidebar section */
.module-title, .main-title {
  font-size: 1em;
  padding: 28px 23px 15px;
}

.module-title {
  color: #008339;
  background-color: #F8F8F8;
}

.main-title {
  color: #000000;
  
}

html:lang(en) .main-title {
  letter-spacing: 0;
}

.sidebar .headline:after {
  background: linear-gradient(to right, #004D29 26%, #383838 10%, #383838 50%, #383838 50%, #383838 75%, #383838 75%);
  position: absolute;
  content: '';
  width: 90%;
  height: 5px;
  right: 0;
  left: 15px;
}

.sidebar {
  box-shadow: 0px 0px 10px #888888;
}

.sidebar li.active a {
  background-color: #004D22;
  color: #FFFFFF;
}

.sidebar li.active a:before {
  content: '■ ';
  padding-right: 7px;
}

.sidebar ul li {
  width: 100%;
  font-size: 0.875em;
  color: #262626;
}

.sidebar ul li:hover {
  background: #F2F2F2;
}

.sidebar ul li a {
  color: #262626;
  display: block;
  padding: 22px;
}

/* Main Body section */
.breadcrumb-item+.breadcrumb-item::before {
  content: "> " !important;
}

.breadcrumb {
  background: none;
  color: #414244;
}

.breadcrumb a {
  color: #414244;
}

#main-body .main-title {
  background-image: linear-gradient(#FFFFFF, #ECF0DC);
}

#second-body {
  box-shadow: 0px 0px 5px #888888;
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
}

#content {
  font-size: 0.8125em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#content .welcome {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#content .iaq {
  margin-left: 20px;
}

#content ul {
  margin-right: 20px;
}

#content ul li {
    margin: 10px 0;
}

#content #rpt li a {
  /* color: #262626; */
  margin-right: 9px;
    margin-bottom: -11px;
  border-radius: 0;
  /* background-color: #F7FBF8; */
  border-color: #E6E6E6;
}

#content ol {
  padding-right: 25px;
}

#content ol li {
  padding-left: 5px;
}

#content>p {
  padding: 0 25px;
}

#content .subtitle {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 25px;
  color: #004D29;
  margin: 25px 0 0 0;
}

#content .subtitle p {
  color: #004D29;
  font-size: 1em;
}

#content table {
  margin: 10px 25px;
  border: 2px solid #aaa;
}

#content table th {
  padding: 5px 10px;
  background: #00883d;
  color: #FFFFFF;
  border: 1px solid #aaa;
}

#content table td {
  padding: 5px 10px;
  background-color: #F5F5F5;
  border: 1px solid #aaa;
}

#content .org .rows {
  background-color: #F7FBF8;
}

#content .borderless-table {
  border: none;
}

#content .borderless-table th, #content .borderless-table tr, #content .borderless-table td {
  background: none;
  border: none;
  color: #000000;
}

.rpt {
  padding: 25px 30px;
}

#RptTabContent {
  padding: 20px 20px 0;
  background-color: #F7FBF8;
  border: 1px solid #E6E6E6;
}

#rpt {
  border-bottom: none;
}

#rpt li a {
  color: #004D29;
}

#rpt-code-tab:after {
  content: " ";
  display: none;
  position: absolute;
  width: 85px;
  height: 8px;
  left: 45px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

html:lang(en) #rpt-code-tab:after {
  content: " ";
  display: none;
  position: absolute;
  width: 96px;
  height: 8px;
  left: 45px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

#audited-org-tab:after {
  content: " ";
  display: none;
  position: absolute;
  width: 99px;
  height: 8px;
  left: 140px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

html:lang(en) #audited-org-tab:after {
  content: " ";
  display: none;
  position: absolute;
  width: 78px;
  height: 8px;
  left: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

#cat-tab:after {
  content: " ";
  display: none;
  position: absolute;
  width: 60px;
  height: 8px;
  left: 248px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

html:lang(en) #cat-tab:after {
  content: " ";
  display: none;
  position: absolute;
  width: 76px;
  height: 8px;
  left: 238px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
  /* IE6-9 */
}

#rpt-code-tab.active:after, #audited-org-tab.active:after, #cat-tab.active:after {
  display: none;
}

html:lang(en) #rpt-code-tab.active:after {
  display: none;
}

html:lang(en) #audited-org-tab.active:after {
  display: none;
}

html:lang(en) #cat-tab.active:after {
  display: none;
}

#rpt li a.active {
  background-color: #004D29;
  color: #FFFFFF;
}

.message {
  padding: 40px 0 0 25px;
}

.dsun {
  padding: 40px;
  font-size: 0.85em;
  font-weight: bold;
}

.accounts-list {
  padding-left: 20px;
}

.accounts-list li:before {
  content: " ・ ";
}

.page-title {
  color: #00883d;
  padding: 25px;
  font-size: 1rem;
}

.menu-item {
  color: #0070f2;
}

.welcome td {
  padding: 5px;
}

.org-contact {
  text-align: center;
}

/* Footer */
#footer {
  border-top: 1px solid #DCDCDC;
  margin-top: 40px;
  font-size: 0.75em;
  padding: 0 0 10px 0;
}

#footer .container {
  position: relative;
  margin-top: 10px;
}

#footer .left, #footer .left a {
  color: #666666;
  line-height: 30px;
}

#footer .right {
  text-align: right;
  color: #666666;
  padding: 0px;
}

#footer .container li:after {
  content: "|";
  padding: 0px 9px;
}

#footer .container li:last-child:after {
  content: "";
}

.back-to-top {
  background-color: #098109;
  color: #FFFFFF;
  width: 75px;
  height: 25px;
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
    margin: 0 15px 0 0;
}

.back-to-top:hover {
  color: #FFFFFF;
}

/* Responsive */
.responsive-group {
  display: none;
}

.lower.row {
    padding: 0;
}

.lower.row .left {
    padding-left: 0;
}

.lower.row .mid {
    padding-left: 0;
}

@media screen and (max-width: 1200px) {
    
    .lower.row {
        padding: auto;
    }
    
    #content .welcome {
        display: inline;
    }
    
    .message {
        padding: 25px;
    }
    
    .dsun {
        padding: 0;
        text-align: center;
    }
    
}

@media screen and (max-width: 991px) {
    
    .lower.row {
        padding-left: 15px;
    }
    
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px !important;
}

body.en * {
    letter-spacing: 0px;
    word-spacing: 0px;
}

body.en .lower #latest-report-tab, .lower #past-report-tab, .lower #latest-result-tab, .lower #past-result-tab {
    letter-spacing: 0px;
}

body.en .lower .subtitle.eng {
    letter-spacing: 0px;
}

/* news */
.news-textarea {
    width: 90%;
    margin: auto;
    text-align: justify;
    padding-bottom: 50px;
    font-size: 1.1em;
}

.news-textarea h5 {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 4px;
    font-size: 1.3em;
}

body.en .news-textarea h5 {
    letter-spacing: 0;
    font-size: 1.1em;
    color: #f00;
}
.news-textarea p {
    margin-top: 60px;
}

.news-textarea img {
    max-width: 100%;
    height: auto;
}

/* news 2*/
.news-textarea2 {
    width: 90%;
    margin: auto;
    text-align: justify;
    padding-bottom: 50px;
    font-size: 1.1em;
}

.news-textarea2 h5 {
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 4px;
    font-size: 1.3em;
}

body.en .news-textarea2 h5 {
    letter-spacing: 0;
    font-size: 1.1em;
    color: #f00;
}
.news-textarea2 p {
    margin-top: 60px;
}

.news-textarea2 img {
    max-width: 100%;
    height: auto;
}

.org-box-area {
    text-align: center;
    margin: 0 0 15px 0;
}

.org-box-area .org-box {
    background: #F7FBF8;
    border: 1px solid #E6E6E6;
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 0.85em;
}

.org-box-area .org-box.title1 {
    width: 260px;
}

.org-box-area .org-box.title2 {
    width: 260px;
}

.org-box-area .org-box.title3 {
    max-width: 14%;
    vertical-align: top;
}

.org-box-area .org-box .org-title {
    margin: 0 0 15px 0;
    font-size: 1.1em;
}

.org-box-area .line.line1 {
    width: 2px;
    height: 30px;
    background: #ccc;
    margin: auto;
}

.org-box-area .line.line2 {
    padding: 0 0 28px 0;
}

.org-box-area .line.line2 .top-line {
    width: 2px;
    height: 30px;
    background: #ccc;
    margin: auto;
}

.org-box-area .line.line2 .middle-line {
    width: 80%;
    height: 2px;
    background: #ccc;
    margin: auto;
    position: relative;
}

.org-box-area .line.line2 .middle-line .title3-line1 {
    width: 2px;
    height: 30px;
    background: #ccc;
    left: 0;
    position: absolute;
}

.org-box-area .line.line2 .middle-line .title3-line2 {
    width: 2px;
    height: 30px;
    background: #ccc;
    left: 18%;
    position: absolute;
}

.org-box-area .line.line2 .middle-line .title3-line3 {
    width: 2px;
    height: 30px;
    background: #ccc;
    left: 38%;
    position: absolute;
}

.org-box-area .line.line2 .middle-line .title3-line4 {
    width: 2px;
    height: 30px;
    background: #ccc;
    right: 38%;
    position: absolute;
}

.org-box-area .line.line2 .middle-line .title3-line5 {
    width: 2px;
    height: 30px;
    background: #ccc;
    right: 18%;
    position: absolute;
}

.org-box-area .line.line2 .middle-line .title3-line6 {
    width: 2px;
    height: 30px;
    background: #ccc;
    right: 0;
    position: absolute;
}

@media screen and (max-width: 1025px) {
    
    .org-box-area {
        width: 60%;
        margin: 25px auto;
    }
    
    .org-box-area .org-box.title1 {
        width: 100%;
        display: block;
        margin: 0 0 25px 0;
    }

    .org-box-area .org-box.title2 {
        width: 100%;
        display: block;
        margin: 0 0 25px 0;
    }

    .org-box-area .org-box.title3 {
        max-width: 100%;
        vertical-align: top;
        display: block;
        margin: 0;
        padding: 5px 15px;
    }
    
    .org-box-area .line.line1, 
    .org-box-area .line.line2, 
    .org-box-area .line.line3 {
        display: none;
    }
    
}

#currentReport {
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 3px;
    height: 32px;
}

#reportBtn {
    height: 32px;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    background: #ddd;
    border: solid 1px #ccc;
}

.responsive-table {
    width: 100%;
    overflow-x: hidden;
}

.responsive-table.style02 {
    width: 100%;
    margin: auto;
}

.responsive-table.style02 table {
    width: 775px;
}

.responsive-table tr td:nth-child(7n+1) {
    min-width: 100px;
}

.responsive-text {
    display: none;
    opacity: 0.35;
}

@media screen and (max-width: 991px) {
    
    .responsive-text {
        display: block;
    }
    
}

@media screen and (max-width: 1024px) {
    
    .responsive-table.style02 {
        width: 82%;
        margin: auto;
    }
    
    .responsive-table.style02 table {
        width: auto;
    }
    
    .responsive-table tr td {
        min-width: 120px;
    }
    
    .responsive-table {
        overflow-x: scroll;
        margin: 25px 0;
    }
    
    button, select {
        max-width: 100%;
    }
    
    #content ul {
        margin: 0;
    }
    
    .nav-tabs .nav-item {
        width: 100%;
    }
    
    #content #rpt li a {
        width: 100%;
        margin: 0;
    }
    
    #currentReport {
        width: 100%;
    }
    
    #reportBtn {
        width: 100%;
        margin: 10px 0 0 0;
    }
    
}

@media print {
    
    @page {
        size: A4;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
    
    .sub-header, 
    .sidebar, 
    .back-to-top {
        display: none;
    }
    
/*
    table {
        page-break-inside: avoid;
    }
*/
    
    .print-page-break-after {
        page-break-after: always;
    }
    
    #body > .row {
        display: block;
    }
    
    #content {
        display: block;
    }
    
    #header {
        margin-bottom: 0;
    }
    
    h1.site-title {
        top: 0;
        margin: 0;
        position: relative;
    }
    
    .news .whatsnew {
        height: auto;
    }
    
}

.page-break	{
    display: none;
}

ol.breadcrumb {
    margin: 0 0 0 -30px;
}

ol.breadcrumb li.breadcrumb-item:first-child a {
    display: none;
}

.breadcrumb-item:first-child+.breadcrumb-item::before {
    display: none;
}

table.pubpr_orpt th {
    text-align: center;
    font-weight: bold;
}

table.pubpr_orpt tr td:last-child {
    text-align: center;
    width: 20%;
}

table.pubpr_orpt ul {
    margin-left: -20px;
}

table.pubpr_orpt ul li {
    list-style: none;
    text-align: left;
    margin: 30px 0 30px 0 !important;
}

table.pubpr_orpt ul li li {
    margin: 5px 0 5px 0 !important;
}

.share-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 10px;
    position: relative;
    z-index: 1000;
}

.share-icon .share-icon-group {
    width: 150px;
    position: absolute;
    top: 35px;
    left: 50%;
    margin: 0 0 0 -75px;
    background: #fff;
    text-align: center;
    display: none;
    border-bottom: solid 5px #004D29;
    padding: 15px 10px;
    box-shadow: 0 0 12px #999;
}

.share-icon .share-icon-group.share-show {
    display: block;
}

.share-btns__btn {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    position: relative;
    transition: 0.2s;
    text-indent: -9999px;
}

.share-btns__btn.btn1 {
    background: #3b5998 url(../images/icon-social-facebook-white.png) center center no-repeat;
    background-size: 24px 24px;
}

.share-btns__btn.btn2 {
    background: #1bd741 url(../images/icon-social-whatsapp-white.png) center center no-repeat;
    background-size: 24px 24px;
}

.share-btns__btn.btn3 {
    background: #df2029 url(../images/icon-social-weibo-white.png) center center no-repeat;
    background-size: 24px 24px;
}

.responsive-icon {
    text-align: center;
    margin: 0 0 25px 0;
}

.formTitle{text-align: center;    font-size: 18px;    font-weight: bold;    margin-top: 20px;}
.formFinish{text-align: center;    font-size: 16px;       margin-top: 20px;}

.formContent{margin: 0 auto; width: 80% }
.formContent .q1{display: table;}
.formContent .q1a{display: table;
    margin-left: 15px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;}
.textbox{width:100%;
}
.name{     height: 47px;
    width: 100%;}
.textarea{ width:100%; height:100px;}
.formContent .q1 ul{ list-style-type: none; margin:0; padding: 0;    margin-left: 16px!important;}
.formContent .q1 ul li{list-style-type: none;  float: left ;margin-right: 20px!important; }
.button { background-color: #009900;color: #fff;
    border: 0;
    padding: 8px;
    width: 100px;
    margin-left: 15px;}
.notes{
    margin: 0 auto;
    width: 95%;
    margin-top: 15px;
}

.capt{
	
	
}

#mainCaptcha{
	position: relative;
	left : 20px;
	top: 5px;
	
}

#refresh{
	position:relative;
	left:230px;
	width:30px;
	height:30px;
	bottom:45px;
	background-image: url(rpt.jpg);
}

#txtInput, #Button1{
	position: relative;
	left:20px;
	bottom: 40px;margin-top: 40px;
}
#mainCaptcha {
    background-color: #eee;
    width: 100%;
	text-align: center;
    padding: 20px;
}
.nameAreaLeft{float:left; width:35%;
} 
.nameAreaRight{float:left; margin-left: 2%; width:63%
}
.captchaWord{margin-left: 20px;}
.checkCode{background-color: #fff;      text-align: center;    /*padding: 20px 20px 2px 20px;*/ margin-left: 15px;margin-bottom: 10px }
.checkCode img{width:100%}
@media screen and (max-width: 1199px){#mainCaptcha {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 24px;
	
}

	.capt #Button1{margin-top:15px}
	.checkCode img{width:80%}
	.checkCode{padding: 10px 20px 2px 20px;  }

}

.swiper-button-container {

  position: absolute;
  bottom: 24px;
  left: 35px;
  z-index: 3000;
  background-color: white;
  padding: 6px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.swiper-button {
  margin-left: 1px;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;

  height: 18.5px;
  border-color: transparent transparent transparent #202020;
  box-sizing: border-box;
  border-style: double;
  border-width: 0px 0px 0px 15px;

  padding: 0;
  background: transparent;
  display: block;
}

.swiper-button.swiper-button-play {
  border-style: solid;
  border-width: 9.25px 0px 9.25px 15px;
}

.accordion-wrap{
	margin-top: 5px;
}
.accordion-item{
	margin-bottom: 15px;
    margin-left: 25px;
    margin-right: 25px;
	border-radius: 10px;
	overflow: hidden;
}

.accordion-item a.accordion-title{
	background-color: #00883d;
	color: #fff!important;
	font-weight: 700;
	padding: 10px 15px;
	padding-right: 30px;
	display: block;
	/* width: calc(100% - 45px); */
	text-decoration: none;
	position: relative;
}

.accordion-item a.accordion-title:before, .accordion-item a.accordion-title:after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
}
.accordion-item a.accordion-title:before{
	width: 14px;
	height: 2px;
	right: 10px;
}
.accordion-item a.accordion-title:after{
	width: 2px;
	height: 14px;
	right: 16px;
}
.accordion-item.active a.accordion-title:after{
	opacity: 0;
}

.accordion-item .accordion-content{
	display: none;
}
.accordion-item .accordion-main{
	padding: 10px 15px;
	background-color: #F5F5F5;
}
.accordion-item .accordion-main>*:last-child{
	margin-bottom: 0!important;
}

.accordCtrls{
	text-align: right;
	margin-bottom: 15px;
}

.accordCtrls a.hide{
	display: none!important;
}

.accordCtrls a.expandBtn{
	padding-left: 20px;
	line-height: 20px;
	display: inline-block;
}

.accordCtrls a.collapseBtn{
	padding-left: 20px;
	line-height: 20px;
	display: inline-block;
}

.initial_ul {
    list-style-type: initial;
}

.right_text_content {
  text-align:right;
}

.right_text_content ul {
  direction:rtl;
}
