.nav {
  float: left;
  width: 210px;
  font-size: 1rem;
}
.nav h3 {
  border-left: 5px solid #158856;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-left: 10px;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.nav td {
  height: 65px;
  padding: 0px 10px;
  vertical-align: middle;
  font-weight: bold;
}
.nav ul {
  margin: 0px;
}
.nav li {
  position: relative;
  overflow: hidden;
  background-color: #fffffc;
}
.nav li span {
  vertical-align: middle;
  display: inline-block;
  width: 130px;
  transition: all .35s;
}
.nav li i {
  vertical-align: middle;
  display: inline-block;
  transition: all .35s;
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.nav li:after {
  position: absolute;
  top: 30px;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #128037;
}
.nav li > a {
  color: #0c4e36;
  border-bottom: 1px solid #DCE1DE;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  width: 100%;
  height: 65px;
  vertical-align: middle;
}
.nav li:hover {
  background: url(../images/public/nav_bg.png) no-repeat;
}
.nav li:hover li {
  background: inherit;
}
.nav li:hover li:after {
  border-width: 0px;
}
.nav li:hover:after {
  border-color: #fff transparent transparent transparent;
  border-width: 6px 5.5px 0 5.5px;
}
.nav li:hover > a {
  color: #fff;
}
.nav li.active {
  background: url(../images/public/nav_bg.png) no-repeat;
}
.nav li.active li {
  background: inherit;
}
.nav li.active:after {
  border-color: #fff transparent transparent transparent;
  border-width: 6px 5.5px 0 5.5px;
}
.nav li.active > a {
  color: #fff;
}
.nav ul ul li:hover > a {
  color: #188a3e;
}
.nav ul ul li:hover > a:before {
  background: url(../images/icon/icon_arrow_on.png) no-repeat;
}
.nav ul ul li.active > a {
  color: #188a3e;
}
.nav ul ul li.active > a:before {
  background: url(../images/icon/icon_arrow_on.png) no-repeat;
}
.nav ul ul li.has_ul3:hover > a {
  color: #188a3e;
}
.nav ul ul li.has_ul3:hover > a:before {
  width: 15px;
  top: 5px;
  background: url(../images/icon/icon_arrow_on_2.png) no-repeat;
}
.nav ul ul li.has_ul3.active > a {
  color: #188a3e;
}
.nav ul ul li.has_ul3.active > a:before {
  width: 15px;
  top: 5px;
  background: url(../images/icon/icon_arrow_on_2.png) no-repeat;
}
.nav ul ul {
  display: none;
  padding: 5px 15px;
  background-color: #FAFAFA;
}
.nav ul ul ul {
  display: block;
}
.nav ul li:hover > ul {
  display: block;
  transition: all .35s;
}
.nav ul li.active > ul {
  display: block;
}
.nav ul ul li {
  line-height: 2rem;
  padding: 5px 0;
  background-color: #FAFAFA;
}
.nav ul ul li:after {
  border-width: 0px;
}
.nav ul ul a {
  position: relative;
  height: auto;
  border-bottom: inherit;
  padding-left: 20px;
  color: #106a45;
}
.nav ul ul a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  background: url(../images/icon/icon_arrow.png) no-repeat;
  display: inline-block;
  width: 10px;
  height: 15px;
}
.nav ul ul ul a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  background: inherit;
  display: inline-block;
  width: 10px;
  height: 15px;
}
.nav ul ul ul li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  background-color: #dfdfdf;
  display: inline-block;
  width: 3px;
  height: 100%;
}
.nav ul ul ul li:hover:before {
  background-color: #f9f9f9;
}
.nav ul ul ul li:hover:after {
  border-width: 0px;
}
.nav ul ul ul li.active:before {
  background-color: #f9f9f9;
}
.nav ul ul ul li.active:after {
  border-width: 0px;
}
.nav ul ul ul li:hover > a {
  color: #106a45;
}
.nav ul ul ul li.active > a {
  color: #106a45;
}
.nav .nav_01 i {
  background-image: url(../images/icon/icon_nav_01.png);
}
.nav .nav_01:hover i {
  background-image: url(../images/icon/icon_nav_01_on.png);
}
.nav .nav_01.active i {
  background-image: url(../images/icon/icon_nav_01_on.png);
}
.nav .nav_02 i {
  background-image: url(../images/icon/icon_nav_02.png);
}
.nav .nav_02:hover i {
  background-image: url(../images/icon/icon_nav_02_on.png);
}
.nav .nav_02.active i {
  background-image: url(../images/icon/icon_nav_02_on.png);
}
.nav .nav_03 i {
  background-image: url(../images/icon/icon_nav_03.png);
}
.nav .nav_03:hover i {
  background-image: url(../images/icon/icon_nav_03_on.png);
}
.nav .nav_03.active i {
  background-image: url(../images/icon/icon_nav_03_on.png);
}
.nav .nav_04 i {
  background-image: url(../images/icon/icon_nav_04.png);
}
.nav .nav_04:hover i {
  background-image: url(../images/icon/icon_nav_04_on.png);
}
.nav .nav_04.active i {
  background-image: url(../images/icon/icon_nav_04_on.png);
}
.nav .nav_05 i {
  background-image: url(../images/icon/icon_nav_05.png);
}
.nav .nav_05:hover i {
  background-image: url(../images/icon/icon_nav_05_on.png);
}
.nav .nav_05.active i {
  background-image: url(../images/icon/icon_nav_05_on.png);
}

.breadcrumb {
  position: relative;
  width: 100%;
  font-size: .75rem;
  padding: 15px 5px;
}
.breadcrumb ul {
  padding-left: 0px;
}
.breadcrumb li {
  display: inline-block;
  line-height: 30px;
  font-family: verdana;
}
.breadcrumb li:before {
  color: #000;
  content: '>';
  padding: 0px 5px;
}
.breadcrumb li:first-child a {
  color: #004a2f;
}
.breadcrumb li:first-child:before {
  content: '';
  background: url(../images/icon/icon_home.png) no-repeat;
  width: 15px;
  min-height: 12px;
  display: inline-block;
  background-position: center;
}
.breadcrumb a {
  color: #000;
}

.main_content {
  float: right;
  width: calc(100% - 220px);
  min-width: 730px;
}
.main_content .title {
  border-left: 5px solid #158856;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-left: 10px;
  margin: 20px 0;
  font-weight: bold;
}

.banner {
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 240px;
  max-width: 1055px;
  padding: 45px 45px 0 0;
}
.banner h1 {
  font-weight: bold;
  text-align: right;
}
.banner .ln_c {
  font-size: 30px;
  line-height: 45px;
}
.banner .ln_e {
  font-size: 22px;
  line-height: 30px;
}

.content {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  background: #fffffc;
  width: 100%;
  min-height: 300px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px 35px;
}
.content hr {
  margin: 20px 0px;
}
.content p {
  font-size: .875rem;
  line-height: 1.75rem;
  font-family: verdana;
}
.content h3 {
  font-size: 1.25rem;
  line-height: 2.4rem;
  font-weight: bold;
}

.form_box {
  width: 600px;
  margin: 30px auto;
  font-size: 1rem;
}
.form_box table {
  width: 100%;
}
.form_box td:nth-child(1) {
  text-align: right;
  vertical-align: text-top;
  line-height: 34px;
}
.form_box td {
  padding: 10px 5px;
}
.form_box textarea {
  height: 120px;
  width: 100%;
}


.contactUS_box b {
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
}
.contactUS_box a {
  font-size: 1.125rem;
  color: #22a84f;
  font-family: verdana;
}
.contactUS_box a.s {
  font-size: 0.875rem;
  color: #22a84f;
  font-family: verdana;
}

.milestones_tab_box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #f0f0f0;
  background-image: url(../images/about/about_milestones_nav_bg.png);
  background-repeat: repeat-y;
  padding-bottom: 50px;
}
.milestones_tab_box .tab_nav {
  width: 246px;
  float: left;
  padding-left: 11px;
  overflow: hidden;
}
.milestones_tab_box .tab_nav li {
  width: 235px;
  height: 58px;
  background-image: url(../images/about/about_milestones_nav_btn.png);
  background-repeat: no-repeat;
  transition: all .35s;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 20px 35px;
  margin-bottom: 15px;
}
.milestones_tab_box .tab_nav li:hover {
  color: #1baa53;
  background-image: url(../images/about/about_milestones_nav_btn_on.png);
}
.milestones_tab_box .tab_nav li.active {
  color: #1baa53;
  background-image: url(../images/about/about_milestones_nav_btn_on.png);
}
.milestones_tab_box .tab_content {
  position: relative;
  float: left;
  width: calc(100% - 246px);
}
.milestones_tab_box .tab_content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1baa53;
  padding: 20px 20px;
  line-height: inherit;
  border-bottom: 1px solid #dfdfdf;
}
.milestones_tab_box .tab_content h5 {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 10px 20px;
}
.milestones_tab_box .tab_content ul {
  padding: 0px 35px;
  font-size: .875rem;
  line-height: 1.75rem;
  list-style: disc;
}
.milestones_tab_box .tab_content li {
  font-family: verdana;
}
.milestones_tab_box .tab_content .line {
  height: 1px;
  border-bottom: 2px dashed #dfdfdf;
  margin: 20px 20px;
}

.investor_list_box {
  margin: 0px auto;
  width: 100%;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: 2px solid #eaeaea;
  margin-bottom: 50px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  overflow: hidden;
}
.investor_list_box table {
  width: 100%;
}
.investor_list_box td {
  padding: 25px 15px;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
}
/*.investor_list_box .btn_download {
  padding: 5px 30px 5px 10px;
}*/

.investor_date {
  display: inline-block;
  font-weight: normal;
  font-family: verdana;
  font-size: 1rem;
}
.investor_date select {
  width: 130px;
  padding: 0px 5px;
  height: 25px;
  border-radius: 25px;
  outline: none;
}

.table_box {
  margin: 0px auto;
  width: 100%;
  min-width: 660px;
  overflow-x: auto;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: 2px solid #eaeaea;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  overflow: hidden;
}
.table_box table {
  width: 100%;
}
.table_box table.fixd {
  table-layout: fixed;
}
.table_box th {
  font-weight: bold;
  padding: 15px 25px;
  border: 1px solid #eaeaea;
  background-color: #cbcbcb;
  background-color: #d8ebd8;
  font-family: verdana;
}
.table_box td {
  padding: 15px 25px;
  border: 1px solid #eaeaea;
  background-color: #fffffc;
  font-family: verdana;
}
.table_box .text_pos_c th {
  text-align: center;
}
.table_box .text_pos_c td {
  text-align: center;
}
.table_box td.txt_pos_l {
  text-align: left;
}
.table_box td.txt_pos_r {
  text-align: right;
}
.table_box ul {
  list-style: disc;
  margin-left: 20px;
  font-size: .875rem;
  line-height: 1.75rem;
}

.governance_table_box {
  max-width: 795px;
  margin-top: 20px;
}
.governance_table_box th {
  font-size: 1rem;
}

.shareholder_table_box th {
  padding: 15px 10px;
}
.shareholder_table_box td {
  padding: 15px 10px;
}

.investor_table_box th {
  text-align: center;
}
.investor_table_box td {
  text-align: right;
}
.investor_table_box td:nth-child(1) {
  text-align: left;
}

.material_table_box th {
  white-space: nowrap;
}
.material_table_box td {
  padding: 15px 15px;
  vertical-align: top;
}

.material_nav {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.material_nav .item {
  border-radius: 10px;
  padding: 10px 0px;
  width: 32%;
  margin: 0px .5%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #21a047;
  cursor: pointer;
}
.material_nav .item:hover {
  background-color: #31bd60;
}

.txt_style_table {
  margin: 20px 0;
  font-family: verdana;
}
.txt_style_table td {
  position: relative;
  padding: 0 15px;
  font-size: .875rem;
  line-height: 1.75rem;
}
.txt_style_table .td_title {
  font-size: 1rem;
  padding: 25px 15px;
  border-radius: 10px;
  background-color: #ffe7b6;
  font-weight: bold;
  white-space: nowrap;
}
.txt_style_table .td_title_2 {
  padding: 25px 15px;
  border-radius: 10px;
  background-color: #e0edee;
  white-space: nowrap;
}
.txt_style_table .title_1 {
  position: relative;
  font-size: 1rem;
  padding: 25px 15px;
  border-radius: 10px;
  background-color: #ffe7b6;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
}
.txt_style_table .title_2 {
  padding: 25px 15px;
  border-radius: 10px;
  background-color: #e0edee;
  display: inline-block;
  white-space: nowrap;
}
.txt_style_table .line_h {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 99%;
  width: 1px;
  border-left: 1px dashed #8f8f8f;
}
.txt_style_table .line_h_t {
  top: 50%;
  height: 50%;
}
.txt_style_table .line_h_b {
  top: 0%;
  height: 50%;
}
.txt_style_table .line_v_l {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  width: 50px;
  border-top: 1px dashed #8f8f8f;
}
.txt_style_table .line_v_r {
  position: absolute;
  top: 50%;
  right: 0px;
  height: 1px;
  width: 50px;
  border-top: 1px dashed #8f8f8f;
}

.txt_Financial_style_list span {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  line-height: 1.75rem;
}

.txt_style_list {
  list-style: disc;
  color: #22a84f;
  margin: 20px;
}
.txt_style_list li {
  margin-bottom: 30px;
}
.txt_style_list span {
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
  line-height: 1.75rem;
}
.txt_style_list p {
  padding: 10px 0px;
  color: #000;
}
.txt_style_list .btn_download {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.txt_Financial_style_list li {
  margin-bottom: 25px;
}
.txt_Financial_style_list span {
  font-size: 1rem;
}
.txt_Financial_style_list .btn_link {
  font-size: 1rem;
}

.glorious_box {
  position: relative;
}
.glorious_box th {
  font-size: 1.125rem;
}
.glorious_box .table_box {
  margin-top: 20px;
}

.glorious_date {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: verdana;
}
.glorious_date select {
  width: 130px;
  padding: 0px 5px;
  height: 25px;
  border-radius: 25px;
  outline: none;
}

.glorious_cont h1 {
  font-size: 3.75rem;
  color: #d2d2d2;
  font-weight: bold;
}
.glorious_cont table {
  table-layout: fixed;
}

.btn_link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #128037;
}
.btn_link:after {
  position: absolute;
  top: 9px;
  right: -15px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #128037;
}
.btn_link:hover:after {
  right: -20px;
}

.btn_download {
  background-color: #22a84f;
  border-radius: .5rem;
  color: #fff;
  font-size: 1rem;
  border: inherit;
  padding: 10px 30px 10px 10px;
  font-weight: bold;
  background-image: url(../images/icon/icon_download.png);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  line-height: 1rem;
  font-family: Arial;
}
.btn_download:hover {
  background-color: #878787;
  background-image: url(../images/icon/icon_download_hover.png);
}
.btn_previous {
  background-color: #878787;
  display: inline-block;
  border-radius: .5rem;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  border: inherit;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.btn_previous:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  background-image: url(../images/icon/icon_arrow_3.png);
  background-repeat: no-repeat;
}
.btn_previous:hover {
  background-color: #22a84f;
}

.btn_download.active {
  background-color: #878787;
}

@media only screen and (max-width: 1060px) {
  .table_box th {
    padding: 15px 5px;
  }
  .table_box td {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 960px) {
  .table_box th {
    padding: 15px 5px;
  }
  .table_box td {
    padding: 15px 5px;
  }
}
