@charset "UTF-8";
body {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
  color: #37474f; }

[type=reset],
[type=submit],
button,
html [type=button] {
  outline: 0;
  cursor: pointer; }

.btn-outline-primary {
  background-color: transparent;
  background-image: none;
  font-weight: bold;
  border-width: 2px; }

.btn-outline-secondary {
  color: #88BE43;
  background-color: #fff;
  font-weight: bold;
  border: #fff 3px solid;
  border-radius: 0; }
  .btn-outline-secondary:hover {
    background-color: #88BE43;
    border: #fff 3px solid; }

a {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #0091ea; }
  a:hover {
    color: #0279b3;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }
  a:active {
    color: #0081d1; }
  a.line_a {
    border-bottom: #0091ea 1px dashed; }
    a.line_a:hover {
      border-bottom: none; }
  a.line_square {
    border: #002286 1px solid;
    padding: 3px 5px;
    font-size: 0.9rem;
    margin: 15px; }

.bl-green {
  border-left: #28a745 7px solid;
  padding: 4px 0;
  padding-left: 8px; }

.bl-light:after {
  position: absolute;
  content: "";
  background-color: #88be43;
  left: 0;
  width: 6px;
  height: 70px; }

.max_img {
  padding: 15px;
  text-align: center;
  padding-left: 0; }

.external_link {
  color: #666; }

.bg_brand {
  background-color: #28a745; }

.bg-cover {
  background-size: cover; }

#menu {
  position: fixed;
  width: 100%;
  text-align: center;
  font-size: 16px;
  /*           line-height: 30px;
height: 30px; */
  background: none;
  transition: all 0.4s ease;
  z-index: 99; }
  #menu a {
    color: #fff;
    font-weight: bold; }
    #menu a:hover {
      color: #ffe608;
      text-decoration: none; }
  #menu li {
    padding: 0px; }
  #menu ul.nav.ml-md-auto {
    background-color: #88BE43; }

#menu.sticky {
  background: #88BE43; }

.ff {
  font-family: "Varela Round"; }

#main_title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 4rem;
  color: white; }

#main_bg {
  height: 420px; }

#main_vision {
  background: #2d2d2d url(../images/main_bg.png) no-repeat right bottom;
  background-size: cover;
  height: 420px; }
  #main_vision p {
    font-size: 1rem;
    font-weight: bold; }

#chairman {
  background: url(../images/chairman_bg.jpg) no-repeat center bottom;
  background-size: cover; }
  #chairman p {
    color: #000;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1rem; }
  #chairman .col-md-4 {
    text-align: center; }

h2.line_t {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000; }
  h2.line_t::after {
    content: "";
    display: block;
    border-bottom: 3px solid #83b630;
    width: 10%;
    margin-left: 50%;
    left: -5%;
    position: absolute;
    bottom: -5%;
    z-index: 0; }

h2.line_t2 {
  font-size: 1.4rem;
  font-weight: bold;
  border-left: 7px solid #ff9800;
  text-indent: 12px;
  color: #000; }

.primary_txt {
  color: #88BE43; }

.btn-primary {
  color: #ffffff;
  background-color: #88BE43;
  border-width: 4px;
  border-color: #a0cb69;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }
  .btn-primary:visited {
    background-color: #7bac3b;
    border-color: #7bac3b; }
  .btn-primary:hover {
    background-color: #6d9935;
    border-color: #7bac3b; }
  .btn-primary:active {
    background-color: #7bac3b;
    border-color: #7bac3b; }

.flex-center {
  align-items: center;
  justify-content: center; }

.secondary_color {
  color: #002286; }

.note {
  color: #ef6c00; }

.feature_t {
  position: relative;
  background-color: #94c556;
  color: #fff; }
  .feature_t h4 {
    position: relative;
    margin: 0;
    padding: 10px;
    background-color: #94c556; }

.card-header {
  background-color: #656b66;
  color: white;
  border-bottom: none;
  text-align: center; }
  .card-header:hover {
    background-color: #595e59;
    cursor: pointer; }

#E {
  background: url(../images/E_bg.png) repeat-y; }
  #E:after {
    position: absolute;
    content: "";
    left: 0;
    background: url(../images/E.png) no-repeat;
    height: 120px;
    top: 0px;
    width: 50px;
    border-right: 5px solid #aed62f; }

#S {
  background: url(../images/S_bg.png) repeat-y; }
  #S:after {
    position: absolute;
    content: "";
    left: 0;
    background: url(../images/S.png) no-repeat;
    height: 120px;
    top: 0px;
    width: 50px;
    border-right: 5px solid #eed700; }

#G {
  background: url(../images/G_bg.png) repeat-y; }
  #G:after {
    position: absolute;
    content: "";
    left: 0;
    background: url(../images/G.png) no-repeat;
    height: 120px;
    top: 0px;
    width: 50px;
    border-right: 5px solid #3cc3c9; }

.big_txt, .mid_txt, .small_txt {
  font-weight: bold;
  color: #03832e; }

.big_txt {
  font-size: 48px; }

.mid_txt {
  font-size: 24px; }

.small_txt {
  font-size: 17px; }

.square_hover {
  transition: all 1s;
  border: #eee 3px solid; }
  .square_hover:hover {
    border: #007bff 3px solid;
    cursor: pointer; }

#footer p {
  text-align: center; }

.form-control.line {
  background: transparent;
  border: none;
  border-bottom: #88BE43 1px solid; }

@media (min-width: 576px) {
  #menu {
      /*           line-height: 60px;
height: 60px; */
    background: none; }
    #menu a {
      color: #fff; }
    #menu li {
      padding: 0px; }
    #menu ul.nav.ml-md-auto {
      background-color: transparent; }

  #main_bg {
    height: 450px; }

  #main_vision {
    height: 450px;
    background: #2d2d2d url(../images/main_bg.png) no-repeat right bottom;
    background-size: cover; }

  #main_title {
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 3rem; }

  #footer p {
    text-align: left; } }
@media (min-width: 768px) {
  #main_title {
    font-size: 130px;
    font-weight: bold;
    padding-top: 3rem; }

  #main_bg {
    height: 500px; }

  #main_vision {
    height: 500px; }
    #main_vision p {
      font-size: 20px;
      background: transparent; }

  h2.line_t,
  h2.line_t2 {
    font-size: 36px; }

  #menu {
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: none;
    transition: all 0.4s ease;
    z-index: 99; }
    #menu a {
      color: #fff;
      font-weight: bold; }
    #menu li {
      padding: 0 15px; }

  #chairman p {
    line-height: 1.4;
    font-size: 1.4rem; }
  #chairman .col-md-4 {
    text-align: right; }

  #E {
    background: url(../images/E_bg.png) repeat-y; }
    #E:after {
      left: 0;
      background: url(../images/E.png) no-repeat;
      width: 169px;
      height: 120px;
      top: 20px;
      border-right: none; }

  #S {
    background: url(../images/S_bg.png) repeat-y; }
    #S:after {
      left: 0;
      background: url(../images/S.png) no-repeat;
      width: 169px;
      height: 120px;
      top: 20px;
      border-right: none; }

  #G {
    background: url(../images/G_bg.png) repeat-y; }
    #G:after {
      left: 0;
      background: url(../images/G.png) no-repeat;
      width: 169px;
      height: 120px;
      top: 20px;
      border-right: none; }

  .border-x {
    border-left: #000 1px solid;
    border-right: 1px solid #000;
    padding-right: 5px; } }
@media (min-width: 992px) {
  #main_title {
    font-size: 150px;
    font-weight: bold;
    padding-top: 3rem; }

  #main_bg {
    height: 600px; }

  #main_vision {
    background: url(../images/main_bg.png) no-repeat right bottom;
    height: 600px;
    background-size: cover; }
    #main_vision p {
      font-size: 20px; }

  .primary_txt {
    color: #88BE43; }

  .max_img img {
    max-width: 700px; } }
@media (min-width: 1200px) {
  #main_bg {
    background: #2d2d2d url(../images/main_bg2.png) no-repeat left bottom;
    background-size: contain; }

  #main_vision {
    background: url(../images/main_bg.png) no-repeat right bottom;
    background-size: contain; } }
.carousel-indicators {
  bottom: -40px; }
  .carousel-indicators li {
    background: #dee5c3;
    height: 10px;
    border-radius: 10px; }
    .carousel-indicators li.active {
      background: #c1e732; }

.carousel-item .card {
  border: none;
  text-align: center;
  font-weight: bold; }

/*# sourceMappingURL=custom_esg.css.map */
