@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,400i,600,700,900&display=swap');

*, *:before, *:after {
  /* border: 1px solid red; */
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "PoiretOne";
  src: url("./fonts/PoiretOne-Regular_0.ttf"),
    local("./fonts/OpenSans-Semibold.ttf"), local("./fonts/OpenSans-Light.ttf"),
    local("fonts/OpenSans-Regular_0.ttf");
}

/* header===================================== */
.header {
  width: 100%;
}
.welcome{
  width: 100%;
  height: 10px;
}
.welcome .wrap {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
.language {  
  position: absolute;
  width: 160px;
  text-align: right;
  top: 10px;
  right: 10px;  
  z-index: 5;
}
.language a {
  font-size: 15px;
  font-family: "Microsoft JhengHei", sans-serif;
  font-weight: 600;
  color: #373b44;
  text-decoration: none;
  width: 160px;
}
.language .icofont-thin-down {
  margin-left: 2px;
  font-weight: 800;
  font-size: 18px; 
}
.menuhead {
  cursor: pointer;
}
.submenu {
  position: absolute;
  top: 21px;
  visibility: hidden;
  z-index: 10;
}
.submenu a {
  color: #fff;
  background-color: rgba(143, 196, 47, 1);
  text-align: center;
  padding: 3px 0px;
  display: block;
  width: 110px;
  line-height: 1.5;
}
.submenu a:hover{
  background-color:#006735;
}
.language span {
  color: #678783;
  display: none
}
.header_top {
  width: 100%;
  height: 117px;
  /* max-width: 1120px; */
  margin: 0 auto;  
}
.info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.info h1 {
  width: 20%;
}
.info h1 a {
  width: 200px;
  height: auto;
  display: inline-block;
  margin-top: 15px;
}
.info div {
  position: relative;
  width: 26%;
}
.info h4 {
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 0.08rem;
  font-size: 14px;
  color: #abaaaa;
  position: absolute;
  left: 2em;
}
.info span {
  font-size: 15px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #373b44;
  position: absolute;
  top: 2.9em;
  left: 2em;
}
.fa-phone-alt,
.fa-map-marker-alt,
.fa-clock {
  font-size: 12px;
  color: #8fc42f;
  position: absolute;
  top: 2.2em;
}
/* nav */
nav {
  width: 100%;
  height: 58px;
  background-color: #565d5f;
}
.menu-links{
  max-width: 1120px;
  height: 58px;
  margin: 0 auto;
  padding: 0;  
  display: flex;
  position: relative;
}
.menu-links>li {
  list-style-type: none;
  /* width: 146px; */
  line-height: 58px;
}
.menu-links>li a {
  display: block;  
  text-align: center;
  font-family: PoiretOne, sans-serif;
  font-size: 20px;
  color: white;
  font-weight: 700;
  padding: 0 20px;
  letter-spacing: 1px;
  text-decoration: none;
}
.active, .menu-links>a:hover {
  background-color: rgba(143, 196, 47, 1);
  transition: all 500ms ease;
}
.sub-menu-1{
  display: block;
}
.sub-menu-1>ul{
  display: block;
  position: absolute;
  opacity: 1;
  visibility: visible;
  background-color: rgba(143, 196, 47, 1);
  padding: 0;
  list-style-type: none;
  top: 58px;
  left: 219px;
  width: 310px;
  z-index: 5;
/*  transition:0.4s;*/
}
.sub-menu-1>ul li {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.sub-menu-1>ul li a {
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: white;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  letter-spacing: normal;
}
.sub-menu-1>ul li a:hover,.accordion-menu li.active {
  color: #006735;
  background-color: #fff;
  transition: all 500ms ease;
}
.menu-links>li:hover .sub-menu-1{
  display: block;
}
.menu-links>.icofont-thin-down {
  margin-left: 2px;
  font-weight: 800;
  font-size: 18px;  
}
/* .accordion-menu li .lv3-menu {
  position: relative;
} */
/* .accordion-menu li.active {
  
} */
/* .accordion-menu a {
  display: block;
  position: relative;
  text-decoration: none;
}
.accordion-menu a.is-open::after,
.accordion-menu a.is-close::after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-family: FontAwesome;
}
.accordion-menu a.is-open::after {
  content: "\f077";
}
.accordion-menu a.is-open::after {
  content: "\f078";
} */

/* 圖片輪播===================================== */
.swiper-container {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
}
.swiper-slide span {
  position: absolute;
}
.swiper-button-prev {
  background-image: url(../images/prev.svg);
  left: 0;
}
.swiper-button-next {
  background-image: url(../images/next.svg);
  right: 0;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 24px;
}
.scroll_down {
  position: absolute;
  z-index: 1;
  width: 140px;
  height: 46px;
  font-size: 18px;
  text-shadow: 1px 1px 5px black;
  bottom: 15px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  font-family: OpenSans-Semibold, sans-serif;
  color: white;
}
.scroll_down i {
  position: absolute;
  font-size: 20px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

/* main===================================== */
#mainarea {
  margin-top: 40px;
}
.section_1,
.section_2 {
  width: 100%;
  height: auto;
  /* padding: 60px 0; */
}
.wrap {
  width: 100%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
  /* padding-bottom: 100px; */
}
.column1,
.column2 {
  width: 45%;
  height: auto;
}
.column1 {
  margin-left: 160px;
}
.section_title {
  font-family: PoiretOne, sans-serif;
  font-size: 32px;
  color: #8fc42f;
  font-weight: 900;
  margin-bottom: 1em;
  position: relative;
}
.section_1 .section_title::before,
.section_2 .section_title::before,
.section_3 .section_title::before {
  content: "";
  display: block;
  width: 120px;
  border: 1px solid #e2e2e2;
  position: absolute;
  top: 25px;
  left: -150px;
}
.section_1 p,
.section_2 p,
.section_3 p {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.section_1 ul {
  margin: 0;
}
.item-title, .section_1 ul li {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.section_1 .wrap img {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
}
.imgr {
  width: 40%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.section_2 .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 256px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.section_2 .item .overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	transition: opacity 0.4s linear;
}
.section_2 .item img {
  width: 100%;
  height: 100%;
  /* background-size: cover;
  background-position: center; */
	transition: all  0.4s linear;
}
.section_2 .item:hover img {
	width: 112%;
	height: 112%;
	-webkit-transform: translate(-15px, -15px);
	-moz-transform: translate(-15px, -15px);
	-o-transform: translate(-15px, -15px);
	transform: translate(-15px, -15px);
}
.item:hover .overlay {
	opacity: 0;
}
.section_2 .row {
  margin-bottom: 20px;
}
.section_2 a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  padding-top: 48%;
}

.section_3 {
  width: 100%;
  height: auto;
  background-image: url(../images/contactus_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 30px;
}
.section_3 p {
  color: white;
}
.section_3 form {
  margin-top: 78px;
  width: 100%;
}
.section_3 input {
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  height: 46px;
  font-size: 20px;
}
.section_3 textarea {
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  font-size: 18px;
}
.section_3 .submit {
  width: 100%;
  height: 56px;
  background-color: rgba(143, 196, 47, 1);
  font-family: PoiretOne, sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: white;
  text-align: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.form-group {
  position: relative;
}
.palceholder {
  position: absolute;
  top: 23px;
  left: 14px;
  color: #b1b1b1;
  display: none;
}
label {
  font-family: OpenSans, sans-serif;
  font-weight: normal;
  color: #b1b1b1;
}
.star {
  color: red;
}

/* footer =====================================*/
footer {
  width: 100%;
  height: auto;
  background-color: #2a2d32;
}
footer .footer_menu {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.footer_menu h4 {
  font-family: PoiretOne, sans-serif;
  font-size: 20px;
  color: white;
}
.footer_menu p {
  font-family: OpenSans-Light, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #959595;
}
.footer_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer_menu ul li {
  padding: 5px 0;
}
.footer_menu ul li a {
  color: white;
  font-family: OpenSans-Semibold, sans-serif;
  text-decoration: none;
  display: inline-block;
}
.footer_menu ul li i {
  margin-right: 10px;
  color: #c5c5c5;
}
.contact_info {
  position: relative;
}
.contact_info p {
  font-family: OpenSans-Light, sans-serif;
  font-size: 16px;
  margin-left: 30px;
  position: relative;
}
.contact_info span {
  color: white;
}
.contact_info .fa-map-marker-alt {
  left: -22px;
  top: 3px;
}
.contact_info .fa-phone-alt {
  left: -24px;
  top: 3px;
}
.contact_info .fa-envelope {
  position: absolute;
  color: #8fc42f;
  font-size: 12px;
  left: -24px;
  top: 3px;
}
.contact_info .fa-fax {
  position: absolute;
  color: #8fc42f;
  font-size: 12px;
  left: -24px;
  top: 3px;
}
footer .copyright {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  color: #898989;
  background-color: #22262a;
}
footer strong {
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 14px;
  color: white;
}
footer img {
  display: block;
  margin: 50px auto;
  
}
.goTop {
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-color: rgba(143, 196, 47, 0.5);
  border-radius: 50%;
  z-index: 5;
  text-align: center;
  cursor: pointer;
  display: none;
}
.goTop i {
  color: white;
  font-size: 36px;
  line-height: 60px;
}
/* .lv3-menu {
  list-style-type: none;
  position: absolute;
  width: 200px;
  left: 300px;
  padding: 0;
  background-color: #8fc42f;
  z-index: 6;
}
.lv3-menu li{
  
} */
.accordion-menu li>ul {
  position: absolute;
  display: none !important; 
  left:0; 
  background-color: #8fc42f;
  list-style: none;
  transition: all 500ms ease;
}
/* .accordion-menu li>ul li {
  
} */
.accordion-menu li:hover>ul{
    display: block !important;
    width: 300px;
    background-color: #8fc42f;
    left: 310px;
    transition: all 500ms ease;
    padding: 0;
    top: 0;
    border-left: 3px solid #565d5f;

}
/* RWD */
@media screen and (max-width: 425px) {
  .info h1 {
    margin: 0 30px;
    padding-top: 10px;
  }
  .info > div {
    display: none;
  }

  .menu-links>li a {
    font-size: 13px;
    padding: 0 10px;
  }
  
  .sub-menu-1>ul{
    left: 0;
    width: 100%;
  }
  .sub-menu-1>ul li:hover,
  .sub-menu-1>ul li ul li:hover{
    width: 100%;
  }
 
  .scroll_down {
    font-size: 14px;
    height: 36px;
    bottom: 0;
  }
  .swiper-button-next, .swiper-button-prev {
    padding: 16px;
    background-size: 17px 30px !important;
  }
  .swiper-slide span {
    width: 25%;
  }
  #mainarea {
    margin-top: 18px;
  }
  .section_1,
  .section_2 {
  padding: 20px 0;
}
  .section_1 .section_title,
  .section_2 .section_title,
  .section_3 .section_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .section_1 .section_title::before, .section_2 .section_title::before, .section_3 .section_title::before {
    display: none;    
  }
  .section_sub_title {
    font-size: 16px;
    font-weight: 500;
  }
  .section_1 p,
  .section_2 p,
  .section_3 p {
    font-size: 16px;
  }
  .column1 {
    margin: 20px;
    width: 90%;
  }
  .column2 {
    width: 90%;
  }
  #mainarea .wrap .column2 {
    padding-bottom: 290px;
  }
  .imgr {
    width: 100%;
    position: static;
  }
  .section_1 .wrap img {
    width: 100%;
  }
  .section_2 .item {
    height: auto;
    margin: 20px 0;
  }
  .section_2 .row {
    margin-bottom: 0;
  }
  .section_2 a {
    font-size: 28px;
  }
  .section_3 form {
    margin-top: 15px;
  }
  footer .copyright {
    font-size: 12px;
  }
  .footer_menu ul {
    margin-left: 15px;
  }
  footer strong {
    font-size: 12px;
  }
  .accordion-menu li:hover>ul {
    display: none !important;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .container {
    max-width: 760px;
  }
  .info h1 {
    width: 28%;
  }
  .info span {
    font-size: 12px;
    margin-left: 4px;
    margin-top: 22px;
  }
  .info div {
    width: 24%;
  }
  #mainarea {
    margin-top: 30px;
  }
  .section_title {
    font-size: 30px;
  }
  .section_1 .section_title,
  .section_2 .section_title,
  .section_3 .section_title {
    font-size: 32px;
    font-weight: 900;
  }
  .section_1 .section_title::before, .section_2 .section_title::before, .section_3 .section_title::before {
    display: none;

  }
  .column1 {
    margin-left: 45px;
    width: 43%;
  }
  .imgr {
    width: 50%;
  }
  .wrap {
    padding-bottom: 0;
  }
  .section_1,
  .section_2 {
    padding: 25px 0;
  }
  .section_2 .item {
    height: 160px;
    padding: 0;
  }
  .section_2 a {
    font-size: 14px;
    font-weight: normal;
  }
  .footer_menu p {
    font-size: 14px;
  }
  .footer_menu ul li {
    padding: 2px 0;
  }
  .footer_menu ul li a {
    font-size: 14px;
  }
  .footer_menu ul li i {
    margin-right: 4px;
  }

}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .info span {
    font-size: 14px;
    margin-left: 4px;
    margin-top: 4px;
  }
  #mainarea {
    margin-top: 60px;
  }
  .section_1 .section_title,
  .section_2 .section_title {
    font-size: 28px;
  }
  .column1 {
    margin-left: 45px;
    width: 43%;
  }
  .wrap {
    padding-bottom: 0;
  }
  .imgr {
    width: 50%;
  }
  .section_1,
  .section_2 {
    padding: 30px 0;
  }
  .section_2 a {
    font-size: 18px;
  }
  .section_2 .item {
    height: 210px;
  }

}
@media screen and (min-width: 1025px) {
  .language {
    position: absolute;
    top: 20px;
    right: 80px;
  }
  /* .container.custom-container-width {
    max-width:1280px;
  } */
}

