/**/
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei";
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a {
  background: transparent;
  color: #333;
  text-decoration: none;
  outline: none; /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur()); /* for IE */
}
a:active,
a:hover {
  outline: 0;
  color: #0d0d0d;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none; /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur()); /* for IE */
}

::selection {
  background: #e8a637;
  color: #fff;
}
::-moz-selection {
  background: #e8a637;
  color: #fff;
}

.icon_style a {
  position: fixed !important;
  width: 35px;
  height: 35px;
  text-align: center;
  _position: absolute;
  _top: expression(
    documentElement.scrollTop + documentElement.clientHeight-this.clientHeight-4
  );
  z-index: 1030;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0.8;
}
.icon_style a i {
  text-align: center;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon_style a:hover {
  opacity: 1;
}

#toTop a {
  right: 0;
  bottom: 10px;
  color: #e8a637;
  background: #fff;
}
#toTop a i {
  font-size: 2em;
  line-height: 32px;
}

#icon_tel a {
  right: 50px;
  bottom: 10px;
  color: #fff;
  background: #e8a637;
}
#icon_location a {
  right: 100px;
  bottom: 10px;
  color: #fff;
  background: #e8a637;
}
#icon_tel a i,
#icon_location a i {
  font-size: 1.5em;
  line-height: 35px;
}

#icon_ig {
  position: fixed !important;
  top: 120px;
  right: 15px;
  text-align: center;
  _position: absolute;
  _top: expression(
    documentElement.scrollTop + documentElement.clientHeight-this.clientHeight-4
  );
  z-index: 1030;
  opacity: 0.9;
}
#icon_ig:hover {
  opacity: 1;
}
#icon_ig img {
  width: 40px;
}
@media (max-width: 767px) {
  #icon_ig {
    top: 15px;
    right: 13px;
  }
  #icon_ig img {
    width: 30px;
  }
}

.header .nav > li {
  padding: 0px 15px !important;
}
.header .nav > li > a {
  padding: 10px 0px !important;
}
@media (max-width: 991px) {
  .header .navbar-nav {
    margin: 1px -15px !important;
  }
  .header .nav > li {
    padding: 0px 9px !important;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1.1em !important;
  }
}
@media (max-width: 767px) {
  .header .navbar-nav {
    margin: 20px -15px 0 !important;
  }
  .header .nav > li > a {
    padding: 10px 0px !important;
  }
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-indicators {
  bottom: -60px;
}
.carousel-indicators li {
  margin-top: 30px;
  background-color: #ccc \9;
  border: 2px solid #ccc;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  background-color: #e8a637;
  border: 2px solid #e8a637;
}
.page_padding .carousel-inner img {
  width: 100%;
  margin: 0 auto;
}

.banner_height {
  height: 815px;
}
.banner_content {
  margin: 350px 0 0;
  color: #fff;
  font-weight: 100;
  font-family: "cwtexfangsong", "Noto Sans TC", "Microsoft JhengHei";
}
.banner_content p {
  font-size: 3em;
  font-weight: 200;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.banner_content span {
  font-size: 1.65em;
  font-weight: 200;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  line-height: 180%;
}
.banner_content a {
  display: inline-block;
  font-size: 1.4em;
  background: #0f5930;
  color: #fff;
  margin-top: 15px;
  padding: 7px 25px 6px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.banner_content a:hover {
  background: #111;
}
@media (max-width: 991px) {
  .banner_height {
    height: 550px;
  }
  .banner_content {
    margin: 200px auto 0;
  }
}
@media (max-width: 767px) {
  .banner_height {
    padding: 0 40px;
    height: 500px;
  }
  .banner_content {
    margin: 130px auto 0;
  }
  .banner_content p {
    font-size: 2.2em;
    padding-bottom: 0px;
  }
  .banner_content span {
    font-size: 1.4em;
  }
  .banner_content a {
    display: inline-block;
    font-size: 1.2em;
  }
  .site-main {
    padding-top: 60px;
  }
  #myCarousel section {
    background-size: auto 100% !important;
  }
}

/*PADDING*/
.padding_0 {
  padding: 0;
}
.index_padding {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.page_padding {
  padding-top: 90px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 767px) {
  .padding_turn0 {
    padding: 0;
  }
  .page_padding {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
}

.animatedDelay1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animatedDelay2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animatedDelay3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animatedDelay4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animatedDelay5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animatedDelay6 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.animatedDelay7 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.animatedDelay8 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.animatedDelay9 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.animatedDelay10 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

footer {
  color: #fff;
  background: #0f5930 url(../images/bg_footer.jpg) left bottom no-repeat;
}
footer a,
footer a:visited {
  color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #e8a637;
}
#footer_area {
  padding: 90px 0 50px;
}
#footer_area h3 {
  font-family: "cwtexfangsong";
  font-weight: 500;
  font-size: 1.5em;
  padding: 0 0 20px 0;
}
#footer_area img.footer_logo {
  margin: 10px 0 20px;
}
#footer_area i {
  display: inline-block;
  width: 40px;
  text-align: center;
}
#footer_area p {
  font-size: 1.1em;
  margin-bottom: 15px;
}
#footer_area .col-xs-6 p a {
  padding-left: 10px;
}
.footer_box {
  margin-bottom: 35px;
}
.footer_box .sharethis_box {
  margin-top: 10px;
}

/*BG*/
.fixed_bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg_info {
  background-image: url(../images/bg_info.jpg);
  box-shadow: 1px 1px 13px 2px rgba(0, 0, 0, 0.2) inset;
}
.bg_join {
  background-image: url(../images/bg_join.jpg);
  box-shadow: 1px 1px 13px 2px rgba(0, 0, 0, 0.2) inset;
}
@media (max-width: 1199px) {
  .fixed_bg {
    background-attachment: scroll;
  }
}
.page_bg {
  background: url(../images/bg_products.jpg) center center fixed no-repeat;
}

/*標題樣式*/
h2.title_style {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 2.3em;
  padding: 0 0 0 40px;
  margin: 0 auto;
  text-align: left;
  line-height: 160%;
  color: #333;
  font-family: "cwtexfangsong";
  background: url(../images/bg_title.png) no-repeat;
  background-position: 0 11px;
}
@media (max-width: 767px) {
  .page_padding h2.title_style {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 2.2em;
    padding: 0 0 0 35px;
    margin: 0 auto;
    text-align: left;
    line-height: 113%;
    color: #333;
    font-family: "cwtexfangsong";
    background: url(../images/bg_title.png) no-repeat;
    background-position: 0 4px;
  }
}
h2.title_style span.en {
  font-size: 0.6em;
  margin-left: 10px;
  font-weight: 400;
  color: #0f5930;
}
h2.title_style span.date {
  font-size: 0.6em;
  margin-left: 10px;
  font-weight: 400;
  color: #0f5930;
}
h2.title_style.line {
  border-bottom: 1px #ddd dashed;
  margin-bottom: 15px;
}
h2.title_style .btn_more a {
  font-size: 0.5em !important;
  padding: 6px 20px 7px;
  margin-top: 5px;
  color: #fff;
  background: #0f5930;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
h2.title_style.white {
  color: #fff;
}
h2.title_style.white span.en,
h2.title_style.white span.date {
  color: #e8a637;
}
h2.title_style.white .btn_more a {
  color: #0f5930;
  background: #fff;
}
h2.title_style .btn_more a:hover,
h2.title_style.white .btn_more a:hover {
  background: #111;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.shortline {
  margin-top: 15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #0f5930;
}
.shortline.white {
  background: #e8a637;
}

/*INDEX_NEWS*/
.index_news {
  padding: 65px 30px;
  max-height: 402px;
  background: #0f5930;
}
@media (max-width: 1235px) and (min-width: 1200px) {
  .index_news {
    padding: 65px 10px;
  }
}
@media (max-width: 1199px) {
  .index_news {
    padding: 50px 45px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .index_news {
    padding: 50px 10px;
  }
}
.index_news ul {
  font-size: 1.2em;
  list-style-type: none;
  padding: 25px 0 0;
  margin: 0;
}
.index_news li {
  color: #fff;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_news li {
  color: #fff;
}
.index_news li:hover {
  color: #e8a637;
}
.index_news li span {
  color: #e8a637;
  padding-right: 20px;
}

/*INDEX_IMAGE*/
.index_image {
  height: 402px;
  position: relative;
}
@media (max-width: 767px) {
  .index_image {
    height: 300px;
  }
}
.index_image .txt {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.index_image .txt h3 {
  font-size: 2.2em;
  font-family: "cwtexfangsong";
}
.index_image .txt p {
  font-size: 1.2em;
}
.index_image .txt span {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 15px;
  background: #fff;
}
.bg_image1 {
  background: url(../images/bg_image1.jpg) center center no-repeat;
}
.bg_image2 {
  background: url(../images/bg_image2.jpg) center center no-repeat;
}
.bg_image3 {
  background: url(../images/bg_image3.jpg) center center no-repeat;
}

/*INDEX_INFO*/
.bg_info {
  padding: 30px 0;
}
.bg_info h2 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 2.7em;
  color: #111;
  line-height: 130%;
  font-style: italic;
  font-family: "cwtexfangsong";
}
.bg_info h3 {
  margin: 0;
  padding: 0 5px 20px;
  font-size: 1.7em;
  color: #0f5930;
  font-family: "cwtexfangsong";
}
.bg_info p {
  margin: 0;
  padding: 0 5px;
  font-size: 1.2em;
  color: #555;
  line-height: 220%;
}

/*PRODUCTS*/
.product_area {
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  height: auto;
}
.product_grid {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  margin: 15px 0;
  border: 1px #ddd solid;
  border-bottom: 3px #ddd solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.product_grid .pic img {
  width: 100%;
}
.product_grid .name {
  width: 100%;
  height: auto;
  font-size: 1.2em;
  margin-top: 11px;
  margin-bottom: 8px;
  text-align: center;
  /*overflow:hidden; 
    white-space:nowrap;
    text-overflow:ellipsis;*/
}
.product_grid:hover .name {
  color: #0f5930;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*INDEX_JOIN*/
.bg_join {
  padding: 145px 0 120px;
  text-align: center;
  font-family: "cwtexfangsong";
}
.bg_join a.btn_join {
  display: inline-block;
  color: #fff;
  font-size: 3.2em;
  padding: 20px 30px;
  border: 3px #fff solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bg_join a.btn_join:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}
.bg_join p {
  font-size: 2.3em;
  color: #fff;
  margin: 20px 0 0;
}
.bg_join a {
  color: #fff;
}
.bg_join a:hover {
  color: #aaa;
}
@media (max-width: 767px) {
  .bg_join a.btn_join {
    font-size: 2.4em;
  }
  .bg_join p {
    font-size: 2.1em;
  }
}

/*內頁標題*/
.title_banner {
  background: url(../images/title_banner.jpg) center center no-repeat;
}
.title_padding {
  padding-top: 160px !important;
  padding-bottom: 70px !important;
}
.top_title {
  width: 100%;
  float: left;
  padding: 0 15px;
  color: #fff;
  font-family: "cwtexfangsong", "Noto Sans TC", "Microsoft JhengHei";
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.top_title h2 {
  font-size: 2.5em;
  padding: 0;
  margin: 0 0 10px;
  color: #fff;
}
.top_title span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 180%;
}
@media (max-width: 767px) {
  .title_padding {
    padding-top: 45px !important;
    padding-bottom: 40px !important;
  }
  .title_banner {
    background: url(../images/title_banner.jpg) center center no-repeat;
    background-size: 250%;
  }
  .top_title h2 {
    font-size: 2.3em;
    margin: 0;
  }
  .top_title span {
    font-size: 1.3em;
  }
}

/*實心按鈕*/
/*.menu_button a{
	display:inline-block;
	padding:3px 15px 2px;
	margin-left:5px;
	font-size:1.1em;
	background:#0f5930;
	color:#FFF; 
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-family:'cwtexfangsong','Noto Sans TC', "Microsoft JhengHei"; }
.menu_button i{	
	padding-right:8px;}
.menu_button a:hover{
	background:#111;}*/
.menu_button a {
  display: inline-block !important;
  width: 80px !important;
  height: 80px !important;
  padding: 16px 0 0 0;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 1.1em;
  background: #0f5930;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-family: "cwtexfangsong", "Noto Sans TC", "Microsoft JhengHei";
}
.menu_button a span {
  font-size: 0.8em;
}
.menu_button i {
  padding-right: 8px;
}
.menu_button a:hover {
  background: #111;
}

/*BTN*/
.line_button {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 25px auto;
}
.line_button a {
  display: inline-block;
  padding: 7px 25px 6px;
  margin-left: 5px;
  font-size: 1.3em;
  background: #0f5930;
  color: #fff !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: "cwtexfangsong", "Noto Sans TC", "Microsoft JhengHei";
}
.line_button a i {
  padding: 0 8px 0 3px;
}
.line_button a:hover {
  color: #fff !important;
  background: #111;
}

/*網頁編輯內容*/
.page_content {
  float: left;
  width: 100%;
  height: auto;
  color: #555;
}
.page_content h1 {
  display: inline-block;
  margin: 0;
  padding: 7px 0 15px;
  width: auto;
  color: #0f5930;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 150%;
}
.page_content h2 {
  margin: 10px 0;
  font-size: 1.35em;
  line-height: 150%;
  color: #111;
  font-weight: 500;
  font-style: italic;
}
.page_content p {
  letter-spacing: 0.5px;
  font-size: 1.15em;
  margin-bottom: 20px;
  line-height: 180%;
}
.page_content a {
  color: #0f5930;
}
.page_content a:hover {
  color: #111;
}
.page_content .box {
  float: left;
  width: 100%;
  padding: 20px 0 30px;
}
.page_content .box img {
  margin-top: 5px;
  margin-bottom: 20px;
  max-width: 100%;
}

.page_content .sharethis_box {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 15px;
}
.page_content .sharethis_box img {
  margin-top: 0;
  margin-bottom: 0;
}

.numlist {
  margin-top: 5px;
  margin-bottom: 30px;
}
.numlist li {
  list-style-type: decimal;
  font-size: 1.2em;
  padding-bottom: 2px;
  line-height: 200%;
}
.numlist li ul li {
  font-size: 1em;
  list-style-type: upper-alpha;
}
.numlist li ul li ul li {
  font-size: 1em;
  list-style-type: lower-alpha;
}

.txt_blue {
  color: #0f5930 !important;
}

/*換頁*/
.pagination {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pagination > li > a,
.pagination > li > span {
  color: #0f5930;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0f5930;
  border-color: #0f5930;
}

/*左邊選單*/
.panel-default {
  border: 0;
  box-shadow: none !important;
}
.panel-body {
  font-size: 0.9em;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .panel-body {
    font-size: 0.9em;
  }
}
.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  margin: 5px 0 !important;
  background-color: #f0f0f0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #fff;
  background-color: #0f5930;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu-tree {
  background: #fff;
  padding: 10px 0 10px 20px;
  border-top: 1px #ddd solid;
}
.dropdown-menu-tree a {
  color: #555 !important;
}
.dropdown-menu-tree ul {
  list-style-type: none;
}
.dropdown-menu-tree li {
  list-style-type: none;
  padding: 5px 10px;
  font-size: 0.9em;
}
.dropdown-menu-tree li.active a,
.dropdown-menu-tree li:hover a {
  color: #fff !important;
  background: #0f5930;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.panel {
  background-color: transparent;
}
.panel-default {
  border-color: #fff;
}
.panel-default > .panel-heading {
  font-size: 1.27em;
  padding: 7px 5px 18.5px;
  color: #111;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #fff;
  font-family: "cwtexfangsong";
}
@media (max-width: 767px) {
  .panel-default > .panel-heading {
    padding: 0 5px 12.5px;
  }
  .panel-body {
    font-size: 0.85em;
  }
}
.panel-default > .panel-heading i.fa-concierge-bell {
  color: #0f5930;
  padding-right: 13px;
}
.panel-default > .panel-heading a {
}
.panel-title {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.3em;
  color: #111;
}
.nav-pills > li {
  font-size: 1.1em;
}
.nav-stacked > li + li {
  margin-top: 0;
  margin-left: 0;
}
.nav-pills > li i {
  color: #ccc;
  padding-top: 3px;
  padding-right: 5px;
}

/*NEWS*/
.news_list {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  background: #fff;
  border: 1px #ddd solid;
  border-bottom: 3px #ddd solid;
  padding: 5px;
  position: relative;
}
.news_list .content {
}
.news_list h3 {
  margin: 20px 0 0;
  padding: 0;
  color: #222;
  font-weight: 400;
  font-size: 1.3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list span {
  display: block;
  color: #0f5930;
  font-size: 1.2em;
  padding: 15px 0 12px;
}
.news_list a p {
  color: #858585;
  font-size: 1.2em;
  line-height: 160%;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list i {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  color: #0f5930;
}
.news_list:hover {
  background: rgba(9, 97, 148, 0.05);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news_list span {
    padding: 10px 0 7px;
  }
}
@media (max-width: 767px) {
  .news_list {
    padding-bottom: 22px;
  }
}

/*LOCATION*/
.location_list {
  float: left;
  width: 100%;
  height: auto;
  min-height: 155px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px #ddd solid;
  padding: 5px;
  border-bottom: 3px #ddd solid;
}
.location_list .content {
  padding-left: 0;
}
.location_list h3 {
  margin: 15px 0 10px;
  padding: 0;
  color: #222;
  font-weight: 400;
  font-size: 1.3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.location_list span {
  display: block;
  color: #0f5930;
  font-size: 1.15em;
  padding: 0 0 8px;
}
.location_list span a {
  color: #0f5930;
}
.location_list p {
  color: #858585;
  font-size: 1.15em;
  line-height: 180%;
}
.location_list p a {
  color: #858585;
}
.location_list p a:hover,
.location_list span a:hover {
  color: #111;
}
.location_list i {
  margin-top: 20px;
  font-size: 2.5em;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #0f5930;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.location_list i:hover {
  background: #111;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (max-width: 991px) {
  .location_list {
    min-height: auto !important;
  }
}
@media (max-width: 767px) {
  .location_list i {
    margin-top: 20px;
    font-size: 2.2em;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 46px;
  }
}

/*CONTACT*/
.contactus {
}
.contactus h2 {
  margin-top: 0;
  color: #0f5930;
  font-family: "cwtexfangsong";
}
.contactus p {
  font-size: 1.15em;
  line-height: 180%;
}
.contactus span {
  color: #0f5930;
  display: inline-block;
  width: 66px;
}
.contactus a:hover {
  color: #0f5930;
}
.contactus i {
  color: #0f5930;
  padding: 0 10px;
}
.contactus .form-control {
  font-size: 1.15em;
  height: auto !important;
  border: 0;
  border-bottom: 1px #0f5930 solid;
  background-color: transparent;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.contactus button {
  display: inline-block;
  padding: 7px 25px 6px;
  margin: 20px auto;
  font-size: 1.3em;
  background: #0f5930;
  color: #fff !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: "cwtexfangsong", "Noto Sans TC", "Microsoft JhengHei";
}
.contactus button i {
  color: #fff;
  padding: 0 8px 0 3px;
}
.contactus button:hover {
  color: #fff !important;
  background: #111;
}
