@charset "UTF-8";
/* ?��法�??�?
    @include maxWidth-xxl {
        margin: 20px;
    }
*/
body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.4;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  /*強�?��?�覽?��不�??縮放???�?*/ }

/*Webkit,Opera9.5+,Ie9+ ?��??��??字�?��?��?????顏色*/
/*Mozilla Firefox ?��??��??字�?��?��?????顏色*/
::-moz-selection {
  background: #00694f;
  background: transparent; }

a {
  text-decoration: none; }

img {
  outline: none;
  border: none; }

p {
  margin: 0px; }

.checkbox {
  vertical-align: middle;
  display: inline-block; }
  .checkbox input[type="checkbox"] {
    display: none; }
    .checkbox input[type="checkbox"]:checked + span {
      background: #fae103;
      border-color: #fae103; }
      .checkbox input[type="checkbox"]:checked + span i {
        color: #000; }
  .checkbox span {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #a4a4a4;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative; }
    .checkbox span i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      font-size: 15px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }

.radio {
  vertical-align: middle;
  display: inline-block; }
  .radio input[type="radio"] {
    display: none; }
    .radio input[type="radio"]:checked + .radio-fake {
      background: #fae103;
      border-color: #fae103; }
      .radio input[type="radio"]:checked + .radio-fake i {
        color: #000; }
  .radio-fake {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #a4a4a4;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative; }
    .radio-fake i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      font-size: 13px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
  .radio-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    padding-left: 8px; }

label {
  cursor: pointer; }

button {
  border: none;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer; }
  button i {
    margin-left: 5px; }

input,
button {
  outline: none;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif; }

.container {
  margin: 0 auto;
  padding: 0px;
  width: 1170px; }
  .container-2 {
    margin: 0 auto;
    padding: 0px 25px;
    max-width: 1100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (max-width: 1199px) {
    .container {
      margin: 0px 25px;
      width: auto; } }
  @media screen and (max-width: 767px) {
    .container {
      margin: 0px 15px; }
      .container-2 {
        padding: 0px 15px; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

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

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

.hide {
  display: none; }

.mobileShow {
  display: none !important; }

@media screen and (max-width: 991px) {
  .pcShow {
    display: none !important; }
  .mobileShow {
    display: initial !important; } }

.fontAwesomeIcon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.animated {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

body {
  color: #464646;
  font-size: 17px; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 0.9em; } }
  body p {
    line-height: 1.5; }

.main {
  background: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }

.container {
  margin: 0 auto;
  padding: 0px;
  max-width: 1010px; }
  @media screen and (max-width: 1199px) {
    .container {
      margin: 0px 25px;
      width: auto; } }

.header {
  font-size: .8em;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px; }
  @media screen and (max-width: 991px) {
    .header {
      border-bottom: 5px solid #deb024; } }
  .header .logo {
    float: left;
    text-align: left;
    margin-top: 5px; }
    @media screen and (max-width: 479px) {
      .header .logo {
        margin-top: 0px; }
        .header .logo img {
          width: 130px;
          margin: 0 0 0 -1em;
          padding: .8em 0 1em; } }
  .header:after {
    content: "";
    display: table;
    clear: both; }

nav {
  float: right;
  display: block; }
  @media screen and (max-width: 991px) {
    nav {
      float: inherit;
      position: absolute;
      top: 82px;
      left: 0;
      width: 100%;
      z-index: 1;
      background: #fff;
      display: none; } }
  @media screen and (max-width: 767px) {
    nav {
      top: 75px; } }
  nav ul {
    margin: 0 auto;
    padding: 0;
    text-align: left; }
    nav ul li {
      display: inline-block;
      cursor: pointer;
      position: relative;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      border-bottom: 5px solid transparent; }
      @media screen and (max-width: 991px) {
        nav ul li {
          display: block;
          text-align: center;
          border: none; } }
      nav ul li a {
        color: #3c3c3c;
        display: block;
        padding: 1.8em 1em;
        font-size: 1.2em; }
        @media screen and (max-width: 991px) {
          nav ul li a {
            padding: 1.25em .5em;
            border-bottom: 1px dotted #ccc;
            text-align: center; } }
      nav ul li:hover {
        border-bottom: 5px solid #f7a819; }
        nav ul li:hover a {
          color: #000000; }

.menuicon {
  position: absolute;
  right: 1.2em;
  top: 1.2em;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 991px) {
    .menuicon {
      display: block; } }
  .menuicon .bar1, .menuicon .bar2, .menuicon .bar3 {
    width: 35px;
    height: 4px;
    background-color: #bababa;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .menuicon.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    -ms-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px); }
  .menuicon.change .bar2 {
    opacity: 0; }
  .menuicon.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -7px);
    -ms-transform: rotate(45deg) translate(-6px, -7px);
    transform: rotate(45deg) translate(-6px, -7px); }

.content {
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    .content {
      padding-top: 75px; } }
  .content article {
    height: 480px;
    background: #013528 url(../images/kv_bg.jpg) center center no-repeat;
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #ffffff;
    font-size: 1.2em;
    padding: 3em 0 5em;
    overflow: hidden; }
    .content article em {
      height: 589px;
      display: block;
      width: 100%;
      background: #013528 url(../images/kv_bg-.jpg) center center no-repeat;
      position: absolute;
      top: 0;
      margin: 0 auto;
      padding: 3em 0 5em;
      -webkit-animation: article-bg 1s infinite alternate;
      animation: article-bg 1s infinite alternate; }
      @media screen and (max-width: 991px) {
        .content article em {
          -webkit-animation: article-bg 1s infinite alternate;
          animation: article-bg 1s infinite alternate;
          background: #013528 url(../images/kv_bgs-.jpg) center center no-repeat;
          background-size: 100%; } }
      @media screen and (max-width: 479px) {
        .content article em {
          background: #013528 url(../images/kv_bgs-.jpg) center 15% no-repeat;
          background-size: 100%;
          -webkit-animation: article-bg 1s infinite alternate;
          animation: article-bg 1s infinite alternate;
          height: 480px;
          padding: 0; } }
      @media screen and (max-width: 320px) {
        .content article em {
          height: 570px; } }
    @media screen and (max-width: 991px) {
      .content article {
        height: 589px;
        background: #013528 url(../images/kv_bgs.jpg) center center no-repeat;
        background-size: 100%; } }
    @media screen and (max-width: 479px) {
      .content article {
        background: #013528 url(../images/kv_bgs.jpg) center 15% no-repeat;
        background-size: cover;
        height: 480px;
        padding: 0; } }
    @media screen and (max-width: 320px) {
      .content article {
        height: 570px; } }

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

@keyframes article-bg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .content article .lefttext {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .content article .lefttext {
          margin: 1.5em auto 0; } }
    .content article .kv_date {
      margin: .5em 0;
      font-size: 1.1em; }
      @media screen and (max-width: 479px) {
        .content article .kv_date {
          font-size: .8em; } }
    .content article .righttext {
      position: absolute;
      top: 6em;
      -webkit-transform: translateX(-12%);
      -ms-transform: translateX(-12%);
      transform: translateX(-12%);
      left: 50%; }
      @media screen and (max-width: 991px) {
        .content article .righttext {
          top: 2em;
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
          transform: translateX(0%);
          left: 0;
          right: 0; } }
      @media screen and (max-width: 479px) {
        .content article .righttext {
          bottom: 3.5em;
          padding: 0 1em;
          position: i; } }
      @media screen and (max-width: 320px) {
        .content article .righttext {
          padding: 0 .5em; } }
      .content article .righttext h1 {
        font-size: 3.8em;
        margin: 0 0 -.35em 0;
        text-shadow: 3px 3px 10px #000; }
        @media screen and (max-width: 479px) {
          .content article .righttext h1 {
            font-size: 3em; } }
      .content article .righttext h2 {
        font-size: 1.1em;
        text-shadow: 3px 3px 8px #000; }
    .content article .kv_name {
      margin: 0em 0 0;
      max-width: 480px;
      text-align: justify;
      text-justify: distribute-all-lines;
      text-align-last: justify;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1.3;
      color: #de7e24; }
      .content article .kv_name span {
        color: #74c1a4; }
      @media screen and (max-width: 991px) {
        .content article .kv_name {
          margin: 0 auto; } }
      @media screen and (max-width: 479px) {
        .content article .kv_name {
          margin: 0 auto;
          max-width: 250px;
          font-size: 1em;
          height: 80px;
          letter-spacing: -2px; } }
    .content article .kv_title {
      text-align: center; }
      @media screen and (max-width: 479px) {
        .content article .kv_title {
          font-size: .8em; } }
    .content article .kv_btn {
      border-radius: 3px;
      background-color: #25735b;
      border: 1px solid #fff;
      color: #fff;
      font-weight: bold;
      display: table;
      margin: 2em auto 0;
      text-align: center; }
      .content article .kv_btn a {
        padding: .5em 1em;
        display: inline-block;
        color: #fff; }
        .content article .kv_btn a:after {
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent #fff;
          margin: 0 0 .3em .5em;
          vertical-align: middle; }
      @media screen and (max-width: 479px) {
        .content article .kv_btn {
          font-size: .8em;
          bottom: -3.5em;
          margin: 0 auto;
          text-align: center; } }
  .content section .bt-tit {
    background-size: cover;
    position: relative;
    color: #00664D;
    width: 100%;
    text-align: center;
    vertical-align: sub;
    line-height: 1;
    padding: 2em 0 1em;
    font-size: 2.5em; }
    @media screen and (max-width: 1199px) {
      .content section .bt-tit {
        padding: 1.5em 0; } }
    @media screen and (max-width: 479px) {
      .content section .bt-tit {
        padding: 1.5em 0 0;
        font-size: 1.8em; } }
  .content section#B1 .bt-tit {
    background: #005e46; }
  .content section#C1 .bt-tit {
    background: #ebebeb; }
  .content section#D1 .bt-tit {
    background: #005e46; }
  .content section h3 {
    font-size: 1.6em;
    color: #535353;
    text-align: center;
    margin-top: 2em; }
    @media screen and (max-width: 479px) {
      .content section h3 {
        font-size: 1.3em;
        margin-top: 1em; } }
  .content section .container {
    padding: 1em 0 2em; }
  .content #A1 {
    background: #ffffff;
    position: relative; }
    .content #A1:before {
      z-index: 0;
      content: " ";
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      height: 600px;
      background: #ebebeb; }
    .content #A1 .container {
      position: relative;
      padding: 0;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .content #A1 .container {
          padding: 1em 0 2em; } }
      .content #A1 .container p {
        text-align: left; }
      .content #A1 .container img {
        margin: 1em 0; }
      .content #A1 .container .contenttext {
        margin: 0 auto; }
      .content #A1 .container .btn {
        margin: 1em .5em 0;
        background: #00694f;
        padding: .5em 1em;
        border-radius: 50px;
        color: #ffffff;
        display: inline-block;
        cursor: pointer; }
      .content #A1 .container .text-info {
        text-align: left;
        font-size: 0.7em;
        line-height: 1.3; }
      .content #A1 .container .navslider {
        margin: 0 auto;
        max-width: 600px; }
        .content #A1 .container .navslider .slick-slide {
          padding: .6em .5em 0em;
          background: #fff;
          cursor: pointer; }
          .content #A1 .container .navslider .slick-slide.slick-current {
            background: #de7c24; }
            .content #A1 .container .navslider .slick-slide.slick-current h4 {
              color: #fff; }
        .content #A1 .container .navslider .slick-track {
          -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }
        .content #A1 .container .navslider h4 {
          font-size: 1.1em;
          margin: 0 0 .5em;
          color: #00664D;
          text-align: center; }
          @media screen and (max-width: 479px) {
            .content #A1 .container .navslider h4 {
              font-size: 1em;
              padding: 0 .5em; } }
        .content #A1 .container .navslider img {
          margin: 0 auto;
          max-width: 100%; }
      .content #A1 .container .mainslider {
        max-width: 1020px;
        margin: 0 auto 4.5em; }
        .content #A1 .container .mainslider .slick-list {
          -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
          background: #fff;
          margin-top: 2em;
          -webkit-box-shadow: border-box;
          box-shadow: border-box; }
        .content #A1 .container .mainslider .paddingbox {
          -webkit-box-shadow: border-box;
          box-shadow: border-box;
          padding: 2em; }
          @media screen and (max-width: 767px) {
            .content #A1 .container .mainslider .paddingbox {
              padding: 1em; } }
        .content #A1 .container .mainslider h3 {
          margin: 0;
          font-weight: normal; }
          .content #A1 .container .mainslider h3:after {
            content: "";
            display: block;
            height: 2px;
            width: 120px;
            background: #de7c24;
            margin: 5px auto 0; }
        .content #A1 .container .mainslider .bigchart {
          text-align: center;
          margin: 1em 0; }
          .content #A1 .container .mainslider .bigchart img {
            max-width: 100%;
            margin: 0 auto;
            display: inline; }
          .content #A1 .container .mainslider .bigchart h3 {
            padding-bottom: 5px; }
      .content #A1 .container .subtitle {
        margin: 2em 0 1em;
        font-size: 1em;
        line-height: 1.5;
        text-align: left; }
        .content #A1 .container .subtitle span {
          font-weight: bold; }
      .content #A1 .container .subtext {
        margin: 2em 0 0em;
        font-size: 1.3em;
        line-height: 1.5;
        color: #005e46; }
        .content #A1 .container .subtext span {
          font-weight: bold;
          display: block; }
  .content #B1 .bt-tit {
    color: #fff;
    font-weight: 100;
    line-height: 1.5; }
    .content #B1 .bt-tit span {
      color: #f1ca52;
      font-weight: 100; }
    .content #B1 .bt-tit .container {
      text-align: left;
      position: relative; }
      @media screen and (max-width: 767px) {
        .content #B1 .bt-tit .container {
          text-align: center;
          padding: 0 0 1em; } }
      .content #B1 .bt-tit .container .b1pic {
        position: absolute;
        right: 0;
        top: 0em; }
        @media screen and (max-width: 767px) {
          .content #B1 .bt-tit .container .b1pic {
            position: inherit; }
            .content #B1 .bt-tit .container .b1pic img {
              max-width: 100%; } }
  .content #B1 .tagbox {
    background: #005e46;
    text-align: center; }
    .content #B1 .tagbox ul {
      max-width: 1120px;
      padding: 0;
      margin: 0 auto;
      list-style: none;
      font-size: 0; }
      .content #B1 .tagbox ul li {
        display: inline-block;
        width: 33%; }
        @media screen and (max-width: 767px) {
          .content #B1 .tagbox ul li {
            width: 33.3%; } }
        .content #B1 .tagbox ul li a {
          display: block;
          font-size: 18px;
          width: 100%;
          background: #0d8566;
          color: #fff;
          line-height: 2.5; }
          .content #B1 .tagbox ul li a:hover {
            background: #fff;
            color: #005e46; }
  .content #B1 .chartbox {
    text-align: center;
    margin: 4em 0; }
    .content #B1 .chartbox h2 {
      font-weight: normal;
      margin-top: 2em; }
    .content #B1 .chartbox .titlebox {
      position: relative;
      margin: 1em auto 2em; }
      .content #B1 .chartbox .titlebox::after {
        position: absolute;
        content: "";
        display: block;
        width: 200px;
        height: 1px;
        background: #f1ca52;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -3px; }
      .content #B1 .chartbox .titlebox .en {
        color: #f1ca52;
        font-size: 1.8em;
        font-weight: 100; }
      .content #B1 .chartbox .titlebox h2 {
        color: #535353;
        margin: 0 auto;
        font-weight: normal;
        font-size: 1.8em; }
        .content #B1 .chartbox .titlebox h2::after {
          position: absolute;
          content: "";
          display: block;
          width: 120px;
          height: 5px;
          border-radius: 10px;
          background: #f1ca52;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -5px; }
    .content #B1 .chartbox .chartpic .Double {
      width: 49%;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .content #B1 .chartbox .chartpic .Double {
          width: 100%; } }
      .content #B1 .chartbox .chartpic .Double h4 {
        color: #005e46;
        font-size: 1.3em;
        margin: 1em 0 .5em; }
      .content #B1 .chartbox .chartpic .Double img {
        max-width: 100%; }
    .content #B1 .chartbox .chartpic .onlyone {
      margin: 1em 0; }
      .content #B1 .chartbox .chartpic .onlyone img {
        max-width: 100%; }
    .content #B1 .chartbox .chartpic .text-info {
      font-size: .7em;
      margin: 1em auto 0;
      color: #535353;
      text-align: left;
      max-width: 950px; }
      .content #B1 .chartbox .chartpic .text-info span {
        font-weight: bold;
        color: #000; }
    .content #B1 .chartbox .chartpic .responsive-table {
      font-size: 0;
      max-width: 950px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 15px auto 0;
      background: #d9ebe2;
      padding: 20px; }
      @media screen and (max-width: 767px) {
        .content #B1 .chartbox .chartpic .responsive-table {
          padding: 0;
          white-space: nowrap;
          border: 1px solid #ccc; } }
      .content #B1 .chartbox .chartpic .responsive-table .inblock {
        font-size: 17px;
        width: 20%;
        display: inline-table;
        -webkit-box-shadow: rgba(0, 0, 0, 0.35) 3px 0px 6px;
        box-shadow: rgba(0, 0, 0, 0.35) 3px 0px 6px;
        position: relative; }
        @media screen and (max-width: 991px) {
          .content #B1 .chartbox .chartpic .responsive-table .inblock {
            width: 30%; } }
        @media screen and (max-width: 479px) {
          .content #B1 .chartbox .chartpic .responsive-table .inblock {
            font-size: 14px;
            width: 40%;
            -webkit-box-shadow: none;
            box-shadow: none;
            vertical-align: top; } }
        .content #B1 .chartbox .chartpic .responsive-table .inblock tr {
          background: #fffae9; }
        .content #B1 .chartbox .chartpic .responsive-table .inblock tr:nth-child(6n+2), .content #B1 .chartbox .chartpic .responsive-table .inblock tr:nth-child(6n+3), .content #B1 .chartbox .chartpic .responsive-table .inblock tr:nth-child(6n+4) {
          background: #fff; }
        .content #B1 .chartbox .chartpic .responsive-table .inblock tr:nth-child(3n+2) {
          font-weight: bold; }
      .content #B1 .chartbox .chartpic .responsive-table .responsive {
        font-size: 17px;
        width: 80%;
        display: inline-table; }
        @media screen and (max-width: 991px) {
          .content #B1 .chartbox .chartpic .responsive-table .responsive {
            width: 70%; } }
        @media screen and (max-width: 479px) {
          .content #B1 .chartbox .chartpic .responsive-table .responsive {
            font-size: 14px;
            width: 60%;
            display: inline-block;
            overflow: auto;
            -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
            position: relative; } }
        .content #B1 .chartbox .chartpic .responsive-table .responsive tr {
          background: #fffae9; }
        .content #B1 .chartbox .chartpic .responsive-table .responsive tr:nth-child(6n+1), .content #B1 .chartbox .chartpic .responsive-table .responsive tr:nth-child(6n+2), .content #B1 .chartbox .chartpic .responsive-table .responsive tr:nth-child(6n+3) {
          background: #fff; }
      .content #B1 .chartbox .chartpic .responsive-table table {
        border-collapse: collapse; }
        .content #B1 .chartbox .chartpic .responsive-table table tr.first {
          background: #00583e !important;
          color: #fff; }
        .content #B1 .chartbox .chartpic .responsive-table table td, .content #B1 .chartbox .chartpic .responsive-table table th {
          padding: 8px 10px; }
          @media screen and (max-width: 767px) {
            .content #B1 .chartbox .chartpic .responsive-table table td, .content #B1 .chartbox .chartpic .responsive-table table th {
              padding: 8px; } }
  .content #C1 {
    background: #ffffff;
    position: relative; }
    .content #C1:before {
      z-index: 0;
      content: " ";
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      height: 600px;
      background: #ebebeb; }
      @media screen and (max-width: 479px) {
        .content #C1:before {
          height: 250px; } }
    .content #C1 .container {
      position: relative;
      padding: 0;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .content #C1 .container {
          padding: 1em 0 2em; } }
      .content #C1 .container .navslider .slick-track {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important; }
      .content #C1 .container .navslider p {
        cursor: pointer;
        font-size: 1em;
        margin: 0;
        padding: .5em 0;
        list-style: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        color: #005e46; }
        @media screen and (max-width: 991px) {
          .content #C1 .container .navslider p {
            font-size: 1.1em; } }
      .content #C1 .container .navslider .slick-slide.slick-current p {
        background: #de7c24;
        position: relative;
        color: #fff; }
      .content #C1 .container .btn {
        text-align: center; }
        .content #C1 .container .btn a {
          margin: 1.5em .5em 0;
          background: #00694f;
          padding: .5em 1em;
          border-radius: 50px;
          color: #ffffff;
          display: inline-block;
          font-size: 1.1em;
          border: 1px solid transparent; }
          .content #C1 .container .btn a:hover {
            background: transparent;
            color: #00664D;
            border: 1px solid #00664D; }
      .content #C1 .container .mainslider {
        max-width: 1020px;
        margin: 0 auto 4.5em;
        padding: 0;
        text-align: center; }
        .content #C1 .container .mainslider .paddingbox {
          -webkit-box-shadow: border-box;
          box-shadow: border-box;
          padding: 2em; }
          @media screen and (max-width: 767px) {
            .content #C1 .container .mainslider .paddingbox {
              padding: 1em; } }
        @media screen and (max-width: 991px) {
          .content #C1 .container .mainslider {
            margin-top: 0em; } }
        .content #C1 .container .mainslider .slick-list {
          -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
          background: #fff;
          margin-top: 2em;
          -webkit-box-shadow: border-box;
          box-shadow: border-box; }
        .content #C1 .container .mainslider h3 {
          margin: 0 0 1.5em; }
          .content #C1 .container .mainslider h3::after {
            content: "";
            display: block;
            height: 2px;
            width: 120px;
            background: #de7c24;
            margin: 5px auto 0; }
        .content #C1 .container .mainslider img {
          margin: 0 auto;
          max-width: 100%; }
        .content #C1 .container .mainslider p.titletext {
          color: #00745c; }
        .content #C1 .container .mainslider p.subtitletext {
          color: #000;
          margin: .5em 0; }
        .content #C1 .container .mainslider .bigchart {
          text-align: center; }
          .content #C1 .container .mainslider .bigchart h4 {
            color: #005e46;
            font-size: 1.2em; }
          .content #C1 .container .mainslider .bigchart .text-info {
            color: #464646;
            font-size: 0.7em;
            margin: 1.5em 0 0;
            text-align: left;
            line-height: 1.3; }
            .content #C1 .container .mainslider .bigchart .text-info span {
              display: block;
              font-weight: bold;
              color: #000; }
  .content #D1 {
    position: relative; }
    .content #D1 .bt-tit {
      color: #fff;
      font-weight: 100;
      line-height: 1.5;
      margin: 0;
      padding: 2em 0 0; }
    .content #D1:before {
      z-index: 0;
      content: " ";
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      height: 400px;
      background: #005e46; }
    .content #D1 .container {
      position: relative; }
      .content #D1 .container h2 {
        color: #deb024;
        text-align: center;
        font-weight: normal; }
        .content #D1 .container h2 b {
          color: #fff;
          display: block; }
      .content #D1 .container .fundinfo {
        background: #ebebeb;
        font-size: 0;
        margin: 0 auto;
        text-align: center; }
        .content #D1 .container .fundinfo dl {
          font-size: 17px;
          width: 48.5%;
          margin: 1% .5%;
          display: inline-block;
          vertical-align: top; }
          @media screen and (max-width: 767px) {
            .content #D1 .container .fundinfo dl {
              width: 95%;
              margin: 2.5% 0;
              font-size: 14px; }
              .content #D1 .container .fundinfo dl + dl {
                margin-top: -.55em; }
                .content #D1 .container .fundinfo dl + dl dt:nth-child(7), .content #D1 .container .fundinfo dl + dl dd:last-child {
                  display: none; } }
          .content #D1 .container .fundinfo dl dt {
            width: 30%;
            display: inline-block;
            text-align: center;
            padding: .5em 0;
            background: #ffd052;
            border-bottom: 1px dotted white; }
          .content #D1 .container .fundinfo dl dd {
            width: 65%;
            display: inline-block;
            margin: 0;
            padding: .5em 0 .5em 5%;
            background: #fff;
            border-bottom: 1px dotted #ccc;
            text-align: left; }
      .content #D1 .container .text-info {
        color: #464646;
        font-size: 0.7em;
        margin: 1.5em 0 0;
        text-align: left;
        line-height: 1.3; }
        .content #D1 .container .text-info span {
          font-weight: bold;
          color: #000; }
      .content #D1 .container .fund-info-btns {
        margin: 1.5em 0 1em;
        text-align: center; }
        .content #D1 .container .fund-info-btns .fund-info-btn-item {
          position: relative;
          top: 0px;
          display: inline-block;
          min-width: 170px;
          margin-top: 20px;
          margin-right: 10px;
          margin-left: 10px;
          padding: 10px 25px;
          border-style: solid;
          border-width: 1px;
          border-color: #006a51;
          border-radius: 5px;
          background-color: #006a51;
          -webkit-transition: all 200ms ease;
          -o-transition: all 200ms ease;
          transition: all 200ms ease;
          color: #fff;
          text-decoration: none; }
          .content #D1 .container .fund-info-btns .fund-info-btn-item:hover {
            top: 5px;
            background-color: #00583e;
            color: #ffd052; }
    .content #D1 .contenttext .bigchart img {
      max-width: 100%;
      margin: 0 auto; }
    .content #D1 .contenttext .text-info {
      font-size: 0.8em;
      text-align: left; }
    .content #D1 .blockzone {
      text-align: center;
      display: none; }
      .content #D1 .blockzone > div {
        margin: 2em;
        padding: 1em; }
        @media screen and (max-width: 479px) {
          .content #D1 .blockzone > div {
            padding: 0em;
            margin: 1.5em; } }
      .content #D1 .blockzone h3 {
        margin: 1.5em 0 .2em;
        text-align: left; }
        @media screen and (max-width: 479px) {
          .content #D1 .blockzone h3 {
            font-size: 1.5em; } }
        .content #D1 .blockzone h3::before {
          display: none; }
      .content #D1 .blockzone img {
        margin: 0 auto;
        max-width: 100%; }
      .content #D1 .blockzone p {
        text-align: left; }
      .content #D1 .blockzone.text-info {
        font-size: 0.8em;
        text-align: left; }
    .content #D1 table {
      border-collapse: collapse;
      border-spacing: 0;
      border: 1px solid #bbbcbd;
      margin-bottom: .8em;
      width: 100%; }
      .content #D1 table tr {
        border-bottom: 1px dotted #e4e4e4; }
        .content #D1 table tr td {
          padding: .5em .8em;
          line-height: 1.5; }
          .content #D1 table tr td:first-child {
            background: #f5f5f5;
            width: 20%;
            text-align: center;
            color: #00644c;
            font-weight: bold; }
            @media screen and (max-width: 991px) {
              .content #D1 table tr td:first-child {
                width: 40%;
                padding: .5em; } }
          .content #D1 table tr td span {
            color: #00644c; }
    .content #D1 .text-info {
      font-size: 0.8em;
      margin-bottom: 1em; }
    .content #D1 .overbtn {
      text-align: center;
      margin: 2em 0 0; }
      .content #D1 .overbtn a {
        margin: 1em .5em 0;
        background: #00694f;
        padding: .5em 1em;
        border-radius: 50px;
        color: #ffffff;
        display: inline-block;
        font-size: 1.3em; }
  .content .chartzone {
    text-align: center; }
    .content .chartzone img {
      max-width: 100%;
      margin: 1em 0; }
    .content .chartzone .text-info {
      text-align: left; }
    .content .chartzone h3:first-child {
      margin-top: 2em; }
    .content .chartzone p {
      margin: 1em 0;
      font-size: 1em;
      text-align: left;
      line-height: 1.5; }
    .content .chartzone h4 strong {
      font-size: 1.3em; }

.section-buy {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 60px; }

.heading-01 {
  color: #00583e;
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: 300;
  text-align: center; }

.buy-bg {
  position: relative;
  z-index: 0;
  margin: 60px auto;
  background: #005e46;
  text-align: center; }

.buy-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .buy-block-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 0; } }
  .buy-block-content .buy-block-item {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .buy-block-content .buy-block-item {
        width: 90vw; } }
    .buy-block-content .buy-block-item .buy-item-title {
      margin-bottom: 25px;
      color: #ffd052;
      font-size: 21px;
      font-weight: 700; }
    .buy-block-content .buy-block-item .buy-item {
      margin-top: 30px;
      color: #ffd052;
      font-weight: 700; }
      .buy-block-content .buy-block-item .buy-item .buy-itm-btn {
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 25px;
        padding-left: 25px;
        border: 1px solid #ffd052;
        border-radius: 5px;
        background-color: #ffd052;
        -webkit-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        color: #00503d;
        font-weight: normal;
        cursor: pointer; }
        .buy-block-content .buy-block-item .buy-item .buy-itm-btn.w-button {
          display: inline-block;
          padding: 9px 15px;
          line-height: inherit;
          text-decoration: none;
          cursor: pointer; }
        .buy-block-content .buy-block-item .buy-item .buy-itm-btn:hover {
          background-color: transparent;
          color: #ffd052; }

.heading-01.bonus {
  color: #e08433; }

.sub-title-text {
  max-width: 920px;
  margin: 10px auto;
  color: #404040;
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
  text-align: left; }

.bonus-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  min-height: 270px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .bonus-block-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .bonus-block-content .bonus-item {
    width: 255px;
    height: 222px;
    background-image: url(../images/Group-6042x.png);
    background-position: 50% 0%;
    background-size: 255px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .bonus-block-content .bonus-item {
        margin-bottom: 30px; } }
    .bonus-block-content .bonus-item._01 {
      background-image: url(../images/Group-6022x.png); }
    .bonus-block-content .bonus-item._02 {
      background-image: url(../images/Group-6032x.png); }

.bonus-list-block {
  max-width: 920px;
  margin: 1em 0 3em;
  margin-right: auto;
  margin-left: auto; }
  .bonus-list-block .bonus-list-item {
    font-size: 12px;
    text-align: left; }
    .bonus-list-block .bonus-list-item:marker {
      unicode-bidi: -webkit-isolate;
      unicode-bidi: isolate;
      font-variant-numeric: tabular-nums;
      text-transform: none;
      text-indent: 0px !important;
      text-align: start !important;
      text-align-last: start !important; }

.footer {
  background: #006350;
  text-align: left;
  color: #fff;
  font-size: 0; }
  .footer_info {
    color: #b7d3cd;
    display: inline-block;
    width: 70%;
    font-size: 12px;
    line-height: 1.5;
    padding: 5em 0 3em; }
    @media screen and (max-width: 1199px) {
      .footer_info {
        width: 68%;
        margin-left: 2%; } }
    @media screen and (max-width: 767px) {
      .footer_info {
        width: 100%;
        margin: 0;
        padding: 0 0 2em; } }
  .footerfooter_copyright {
    font-size: 15px; }
  .footer .container {
    font-size: 0.9em; }
  .footer .comany_info {
    display: inline-block;
    width: 30%;
    font-size: 12px;
    vertical-align: top;
    padding: 5em 0 3em; }
    @media screen and (max-width: 767px) {
      .footer .comany_info {
        width: 100%;
        padding: 2em 0; } }
    .footer .comany_info .address_info h4 {
      margin: .5em 0; }
    .footer .comany_info .address_info img {
      max-width: 180px; }
    .footer .comany_info .address {
      font-weight: normal; }
      .footer .comany_info .address h3 {
        font-size: 1.2em;
        margin: 1em 0;
        color: #b7d3cd; }
  .footer h3 {
    margin: .5em 0 0;
    font-size: 1.5em; }
  .footer p {
    line-height: 1.5; }
    .footer p strong {
      color: #fff; }
    .footer p a {
      color: #ffffff; }
  .footer_copyright {
    background: #043a27;
    color: #b7d3cd;
    font-size: 12px;
    padding: 3em 1em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .footer_copyright {
        padding: 3em 1em 5em; } }

.back-to-top {
  position: fixed;
  display: none;
  background: -webkit-linear-gradient(45deg, #1de099, #1dc8cd);
  background: -o-linear-gradient(45deg, #1de099, #1dc8cd);
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  @media screen and (max-width: 767px) {
    .back-to-top {
      right: 0px;
      padding: 2px 0 8px 0;
      text-align: center;
      border-radius: 0;
      width: 12%;
      background: #eeb211;
      display: block !important;
      opacity: 1 !important; } }

.pinBtn {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
  top: 0; }
  .pinBtn:hover {
    top: -5px; }
    @media screen and (max-width: 991px) {
      .pinBtn:hover {
        top: 0; } }
  .pinBtn-area {
    z-index: 9999999;
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 991px) {
      .pinBtn-area {
        top: auto;
        left: 0;
        width: 90%;
        bottom: 0px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
        .pinBtn-area .pinBtn {
          display: inline-block;
          width: 49%; } }
  .pinBtn a {
    font-size: 17px;
    background: #eeb211;
    display: block;
    width: 114px;
    line-height: 1.2;
    padding: 1em 0.5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px #9d4d08;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media screen and (max-width: 991px) {
      .pinBtn a {
        font-size: 14px;
        width: 100%;
        padding: 7px 0 3px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; } }
    .pinBtn a img {
      display: block;
      margin: 0 auto 5px; }
  .pinBtn:nth-of-type(2) {
    margin-top: 20px; }
    @media screen and (max-width: 991px) {
      .pinBtn:nth-of-type(2) {
        margin-top: 0;
        margin-left: -5px; } }
  @media screen and (max-width: 991px) {
    .pinBtn a {
      font-size: 13px;
      padding: 4px 0 3px;
      padding-left: 11px;
      padding-right: 5px; }
      .pinBtn a img {
        width: 20px;
        display: inline-block;
        vertical-align: middle; } }

[id*='pos-'] {
  position: relative; }

#pos-a1 {
  top: -82px; }

#pos-b1 {
  top: -82px; }

#pos-c1 {
  top: -82px; }

#pos-d1 {
  top: -82px; }

#pos-e1 {
  top: -62px; }

#pos-i1 {
  top: -32px; }

#pos-j1 {
  top: -92px; }

#pos-k1 {
  top: -92px; }

@media screen and (max-width: 991px) {
  #pos-a1 {
    top: -80px; }
  #pos-b1 {
    top: -80px; }
  #pos-c1 {
    top: -80px; }
  #pos-d1 {
    top: -80px; }
  #pos-e1 {
    top: -50px; }
  #pos-i1 {
    top: -30px; }
  #pos-j1 {
    top: -100px; }
  #pos-k1 {
    top: -100px; } }

.wrapper {
  width: 100%;
  color: #555;
  line-height: 24px; }

.tabs li {
  float: left;
  width: 30%; }

.tabs a {
  display: block; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    width: 25px !important; } }
