﻿/*--------------------------------------------------------------
# Top Bar 2022.10.04 18:06
--------------------------------------------------------------*/

#topbar {
  background: #fbfbfb;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #5cb874;
}

#topbar .contact-info i {
  color: #5cb874;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #6f6f6f;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #5cb874;
}

/*--------------------------------------------------------------
# Top Bar
===============================================================*/

/* Carousel base class */
*.carousel {
  max-height: 100%;
  max-height: 380px;
  margin-bottom: 60px;
  height: auto;
}

.navbar-brand {
  color: black;
  font-size: 13px;
  height: 38px;
}

.jumbotron {
  background-color: #00689B !important;
  background-color: #f4511e;
  /* Orange */
  color: #ffffff;
}

.nav-tabs>li>a:hover {
  background-color: #d7d7d7 !important;
  color: #fff;
}

.nav-tabs>li.disabled a {
  color: #fff !important;
}

.label {
  font-size: 120%;
}


.frg-label-green {
  background-color: #16523c;
  font-size: 16px;
  color: white;
}

.text-red {
  color: red
}

.bg-brown {
  background-color: maroon;
}




body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 12px;
  padding-top: 24px;
}

.section-title h2 {
  color: #16523C;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #5cb874;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

.section-title h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.section-title h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ffa407;
  bottom: 0;
  left: calc(50% - 20px);
}


.breadcrumb {
  background: #f6faf6;
  border-top: 1px solid #F8F8F4;
  padding: 10px;
  border-bottom: 1px solid #ebe6eb;
  box-shadow: 3px 3px 12px #f9faf6 inset;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
}




.breadcrumb a {
  color: #003928;
}

.breadcrumb .active {
  color: red;
}


.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #666;
}

.navbar {
  margin-bottom: 120;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  border: 0;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family:  Montserrat, Arial, sans-serif, ;
}


.navbar li a,
.navbar .navbar-brand {
  color: #003928 !important;
  /*2024.1.19: change from #000 to #ffffff */
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #6f6f6f !important;
  background-color: #fff !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff;

}

.nav-tabs>li.disabled a {

  color: #fff !important;
}

/*子選單的背景色*/
.dropdown-menu {
  background-color: #d5d5d5;
  background-color: #EAF2E5 !important;
  font-size: 16px;
}


@media (min-width: 767px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }

}

.frgcss-mt-1 {
  margin-top: 14px;
}

.frgcss-mt-2 {
  margin-top: 28px;
}

.frgcss-mb-1 {
  margin-bottom: 14px;
}

.frg-lh-2 {
  line-height: 2em;

}

.map-title {

  display: block;
  margin-bottom: 35px;
  padding-left: 15px;
  border-radius: 8px;
  font: bold 20px/42px 標楷體, Arial, Helvetica, sans-serif;
  color: #fff;
  background: linear-gradient(to right, #27524f 0%, #287f7b 45%, #899eae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  overflow: hidden;

}

.frg-table-tr-lightgreen {
  background-color: #EAF2E5;
  font-size: 16px;
  color: #16523C;
}

.frg-table-tr-white {
  background-color: white;
  font-size: 16px;
  color: #16523C;
}

.frg-table-white {
  background-color: white;
  font-size: 16px;
  color: #16523C;
}

.frg-table-head-green {
  background-color: #CBD7BE;
  font-size: 16px;
  color: #16523C;
  vertical-align: middle;
}

.frg-copyright {
  /*style="text-align:center; background:#CBD7BE; color:#003928; "*/
  text-align: center;
  background-color: #CBD7BE;
  color: #003928;
  padding-top: 32px;
  padding-bottom: 24px;
}

.frg-mt-10 {
  margin-top: 10px;
}


.frg-mt-20 {
  margin-top: 20px;
}

.frg-mt-40 {
  margin-top: 40px;
}

.frg-pt-40 {
  padding-top: 40px;
}

.bg-lightgreen {
  background-color: #f8f8f8;
}

.frg-body-lightgreen {
  background-color: #f8f8f8;
  padding-top: 107px;
  color: #003928;
}

.border-bottom-only {
  border-bottom: 1px solid #cfcece;
}

/*copy from v5.3.6               */
.d-flex {
  display: flex !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.frg-mr-15 {
  margin-right: 15px;
}

.frg-ml-15 {
  margin-left: 15px;
}

.frg-fontsize-18
{
  font-size: 18px;
}


