@charset "utf-8";
@import url(icon-font-13/style.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100,400");
/*------------ basic ------------*/
body {
  background: #fff;
  font-size: 15px;
  color: #3b3b3b;
  font-family: Arial, "Roboto", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro",
    "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ",
    "맑은 고딕", sans-serif;
}
.site-main {
  z-index: 0;
}
.content-nav-menu {
  display: none;
}
.share_box {
  text-align: left;
}
.share_box .share-link .btn,
.share_box .share-link .btn,
.share_box .share-link .a2a_kit {
  color: rgb(163 206 115);
}
.container {
  max-width: 1300px;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #448800;
  color: #444;
}
.header-sheet .close-ontop {
  color: #000;
}
.header-sheet a {
  color: #448800;
}
.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
  position: relative;
  width: 160px;
  display: block;
}
.btn.back span {
  text-decoration: none;
  display: block;
  background: #fff;
  position: relative;
  width: 160px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #666666;
  font-size: 13px;
  border: #444444 1px solid;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.btn.back span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: #448800;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btn.back span:hover {
  background: #448800;
  border: #448800 1px solid;
  color: #fff;
}
.btn.back span:hover:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
/*--- fb-btn ---*/
.ibtn.fb {
  height: 100px;
  width: 100px;
  margin: auto;
  transition: all 0.3s ease;
  text-indent: unset;
  font-size: 0;
}
.ibtn.fb:hover {
  opacity: 0.8;
}
/*--- style01-btn ---*/
.btn.style01 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 45px;
  height: 45px;
  width: 100%;
  max-width: 450px;
  margin: 0 0 2px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background: #8ec358;
  z-index: 0;
  border: none;
  display: inline-block;
}
.btn.style01:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #448800;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.7s;
}
.btn.style01.arrowL::before {
  background-color: #448800;
}
.btn.style01:hover:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn.style01.arrowL {
  background: #8ec358;
}
.btn.style01 i {
  display: none;
}
/*--- style02-btn ---*/
.btn.style02 {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  background: #e1cba2;
  position: relative;
  padding: 0 16px 0 64px;
  margin: 0 2px 8px;
  border-radius: 0px;
}
.btn.style02 i,
.btn.style02:before {
  font-family: "icon-font-13" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.btn.style02:after {
  content: "";
  display: block;
  border-width: 0 1px;
  border-style: solid;
  border-color: transparent #d7ccb7 transparent #ffffff;
  height: 18px;
  position: absolute;
  left: 48px;
  top: 50%;
  margin-top: -9px;
}
.btn.style02:hover {
  background: #d9ad91;
}
/*------------ / btn ------------*/
.banner {
  overflow: initial;
}
.banner .container {
  max-width: inherit;
  padding: 0;
}
.banner img {
  min-height: 100px;
  object-fit: cover;
  object-position: center;
}
/*------------ site_header ------------*/
.site-header {
  text-align: center;
  position: relative;
  z-index: 999;
  width: 100%;
  top: 0;
  transition: all 0.3s ease;
  height: 175px;
}
.site-header > .container {
  padding: 0;
  position: static;
}
.site-nav {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.site-nav .menu {
  padding: 0 15px;
  max-width: 1330px;
  margin: auto;
  box-sizing: border-box;
  padding-right: 320px;
}
.site-title {
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 120px;
  box-sizing: border-box;
  line-height: 110px;
  padding: 0;
}
.site-title .logo {
  color: transparent;
  background: url(../../../images/layout05-2/common/logo.png) 50% 50% no-repeat;
  background-size: contain;
  width: 308px;
  height: 58px;
  transition: all 0.3s ease;
}
.site-title .logo:hover {
  opacity: 0.7;
}
/*------------ top-nav ------------*/
.top-nav {
  position: relative;
  z-index: 60;
  float: right;
}
/*詢價車*/
.func-menu {
  z-index: 15;
  float: none;
  margin-bottom: 12px;
  max-width: 1330px;
  margin: -105px auto 0;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 90;
}
.func-menu > li.gocart {
  margin-top: 5px;
}
.func-menu > li.gocart .toggleBtn {
  padding: 10px 15px;
}
.func-menu > li.gocart .toggleBtn .num {
  color: #fff;
  background: #1693d0;
  text-align: center;
}
.func-menu > li.gocart .price {
  color: #1693d0;
  letter-spacing: 0.035em;
}
.func-menu .cart-box {
  border: 2px solid #1693d0;
  background: #fff;
}
.func-menu .cart-box .btn {
  background: #1693d0;
  color: #fff;
}
.func-menu .cart-box .btn:hover {
  background: #82b647;
}
.func-menu .cart-list li + li {
  border-top: 1px solid #666;
}
.func-menu .cart-list .qty {
  color: #1693d0;
}
/*數量icon*/
.qty-box {
  position: relative;
  display: inline-block;
  width: 100px;
  max-width: none;
  padding: 0 29px;
  box-sizing: border-box;
}
.qty-box .less {
  left: 0;
}
.qty-box .add {
  right: 0;
}
.qty-box .form-control {
  position: relative;
  text-align: center;
  height: 30px;
  line-height: 28px;
  color: #777;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  border-radius: 0;
}
.qty-box .form-control:focus {
  border-color: #1693d0;
}
.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 19px;
  position: absolute !important;
  z-index: 0;
  top: 0;
  color: #666;
  border: 1px solid #ddd;
}
.qty-box .btn:hover {
  border-color: #1693d0;
  background: #1693d0;
  color: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart {
  background: #1693d0;
  color: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
  background: #82b647;
  color: #fff;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language {
  float: left;
  position: relative;
  border: 0;
  background: #1592d0;
  background: -moz-linear-gradient(
    -45deg,
    #1592d0 0%,
    #4aaea5 50%,
    #98c95a 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #1592d0 0%,
    #4aaea5 50%,
    #98c95a 100%
  );
  background: linear-gradient(135deg, #1592d0 0%, #4aaea5 50%, #98c95a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1592d0', endColorstr='#98c95a', GradientType=1);
}
.site-header .language .btn:before {
  content: "\e903";
  font-family: "icon-font-13" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
  margin: 0 6px 0 0;
}
.site-header .language .btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 55px;
  width: 130px;
  letter-spacing: 0.02em;
  z-index: 2;
  text-align: center;
}
.site-header .language:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 0;
  background: #a8dc50;
  background: -moz-linear-gradient(
    -45deg,
    #a8dc50 0%,
    #6fba2e 50%,
    #3a9a0e 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #a8dc50 0%,
    #6fba2e 50%,
    #3a9a0e 100%
  );
  background: linear-gradient(135deg, #a8dc50 0%, #6fba2e 50%, #3a9a0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8DC50', endColorstr='#3A9A0E', GradientType=1);
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-header .language:hover:before {
  top: 0;
  height: 100%;
  border-radius: 0;
  z-index: 0;
}
.site-header .language .btn i:before {
  content: "\f107";
  font-family: "icon-font" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 10px;
  color: #fff;
}
.site-header .language ul {
  display: none;
  margin: 0;
  position: absolute;
  z-index: 35;
  width: 100%;
}
.site-header .language ul li {
  margin: 0;
  background: #ffffff;
}
.site-header .language li a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  padding: 10px 8px;
  margin-top: -1px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.site-header .language ul li a:hover {
  background: #a8dc50;
  background: -moz-linear-gradient(
    -45deg,
    #a8dc50 0%,
    #6fba2e 50%,
    #3a9a0e 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #a8dc50 0%,
    #6fba2e 50%,
    #3a9a0e 100%
  );
  background: linear-gradient(135deg, #a8dc50 0%, #6fba2e 50%, #3a9a0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8DC50', endColorstr='#3A9A0E', GradientType=1);
  color: #fff;
}
/*---- search-box ----*/
.none {
  display: none;
}
.site-header .search-box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 175px;
  float: right;
}
.site-header .search-box .form-control {
  color: #3a3a39;
  border: 0;
  background: none;
  margin: 0;
  height: 55px;
  line-height: 54px;
  padding: 0 40px 0 12px;
  border-radius: 0;
}
.site-header .search-box .form-control:focus {
  outline: none;
  background: none;
}
.search-box .search {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 44px;
  height: 55px;
  z-index: 1;
}
.search-box:after {
  content: "";
  display: block;
  background: url(../../../images/layout05-2/common/btn_search.png) top
    no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.search-box:hover:after {
  background: url(../../../images/layout05-2/common/btn_search.png) bottom
    no-repeat;
}
.mmenu-show #mobile-search .search-box:after {
  position: absolute;
  content: "\e901";
  font-family: "icon-font" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555555;
  right: 0px;
  top: 0;
  font-size: 24px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.3s ease;
}
.mmenu-show #mobile-search .search-box:after {
  background-image: none;
}
.mmenu-show #mobile-search .search-box:hover:after {
  color: #448800;
}
/*------------site-nav ------------*/
.site-nav {
  text-align: left;
  height: 55px;
}
.site-nav .menu {
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: space-between;
}
.site-nav .menu li {
  position: relative;
  width: 100%;
}
.site-nav .menu > li:nth-last-child(-n) {
  display: none;
}
.site-nav .menu > li > a {
  text-align: center;
  display: block;
  color: #3a3a39;
  letter-spacing: 2px;
  padding: 13px 0px 13px;
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
  top: 0;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.site-nav .menu > li > a:after {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 10%;
  transition: all 0.3s ease;
  background: #5eb300;
}
.site-nav .menu > li:hover > a:after,
.site-nav .menu > li.active > a:after {
  width: 80%;
}
.site-nav .menu li ul {
  display: none;
  position: absolute;
  width: 200px;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border: 3px solid #80caa5;
}
.site-nav .menu > li {
  background: rgba(255, 255, 255, 1);
  display: table-cell;
}
.site-nav .menu > li > ul {
  z-index: 600;
  top: 100%;
  left: 50%;
  box-sizing: border-box;
  text-align: left;
  margin: 0px 0 0 -100px;
  background: rgba(255, 255, 255, 1);
  /*border: 1px solid #eee;*/
  color: #4f4f4f;
  font-size: 15px;
  padding: 0px 2px;
}
.site-nav .menu > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  background: transparent;
  height: 5px;
  width: 100%;
}
.site-nav .menu li ul li {
  margin: 0 0 0px 0;
  padding: 2px 0px;
  border-bottom: #efeded 1px solid;
  width: auto;
  text-align: center;
}
.site-nav .menu li ul li:last-child {
  border-bottom: none;
}
.site-nav .menu ul li a {
  display: block;
  position: relative;
  font-size: 15px;
  transition: all 0.2s;
  color: #666666;
  text-align: left;
  padding: 10px;
  margin-top: -1px;
  background: rgba(255, 255, 255, 0);
  box-sizing: border-box;
}
.site-nav .menu > li:hover > a:after,
.site-nav .menu > li.active > a:after {
  width: 80%;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a,
.site-nav .menu > li.active2 > a {
  color: #000;
}
.site-nav .menu > li + li:before {
  content: " | ";
  display: block;
  width: 1px;
  height: 10px;
  float: left;
  margin-top: 14px;
  color: #e1e1e1;
}
.site-nav .menu ul > li.active > a,
.site-nav .menu ul > li.active2 > a,
.site-nav .menu ul > li > a:hover {
  background: rgb(43, 172, 219); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(43, 172, 219, 1) 0%,
    rgba(128, 202, 165, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(43, 172, 219, 1) 0%,
    rgba(128, 202, 165, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(43, 172, 219, 1) 0%,
    rgba(128, 202, 165, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bacdb', endColorstr='#80caa5',GradientType=1 );
  color: #fff;
}
.site-nav .menu ul ul {
  left: calc(100% + 2px);
  top: -4px;
  margin: 0;
  padding-left: 2px;
}
.site-nav .menu ul ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2px;
}
.site-nav .menu ul ul li a {
  padding-right: 30px;
}
.site-nav .menu ul li.has-child > a:after {
  content: "";
  border: 1px solid #626282;
  border-width: 1px 1px 0 0;
  width: 8px;
  height: 8px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 18px;
}
.site-nav .menu ul li:hover > a:after,
.site-nav .menu ul li.active > a:after,
.site-nav .menu ul li.active2 > a:after {
  border-color: #fff;
}
/*滿版清單*/
.site-nav .menu .full_menu > ul {
  border: none;
}
.site-nav .menu > li.full_menu > ul:before {
  height: 26px;
}
.site-nav .menu > li.full_menu > ul:after {
  display: none;
}
.site-nav .menu li.full_menu ul li.has-child > a:after {
  display: none;
}
.site-nav .menu .full_menu ul a {
  padding: 6.5px 15px;
  border: none;
}
.site-nav .menu .full_menu ul ul ul {
  padding-left: 30px;
}
.site-nav .menu li.full_menu ul ul li a {
  background: rgba(199, 199, 199, 0.38);
  padding: 5px 10px;
  margin: 6px 3px;
}
.site-nav .menu li.full_menu ul ul ul li a {
  background: rgba(199, 199, 199, 0.08);
}
.site-nav .menu li.full_menu ul ul li:hover > a,
.site-nav .menu li.full_menu ul ul li.active > a,
.site-nav .menu li.full_menu ul ul li.active2 > a {
  background: #448800;
  color: #ffffff;
}
.site-nav .menu li.full_menu ul ul ul li:hover > a,
.site-nav .menu li.full_menu ul ul ul li.active > a,
.site-nav .menu li.full_menu ul ul ul li.active2 > a {
  background: #448800;
  color: #ffffff;
}
.site-nav .menu li.full_menu > ul > li > a:before {
  font-family: "icon-font" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-right: 5px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.site-nav .menu .full_menu ul > li.active > a,
.site-nav .menu .full_menu ul > li.active2 > a,
.site-nav .menu .full_menu ul > li > a:hover {
  background: none;
  text-decoration: none;
  color: #448800;
}
.site-nav > .menu > li:nth-child(n + 9) {
  display: none;
}
.site-nav .menu li.full_menu ul ul {
  border: unset;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
  display: inline-block;
  margin: 0 4px;
}
.share .btn {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 0;
  color: #557057;
  border-radius: 50%;
  transition: all 0.2s;
  border: 1px solid;
}
.share .btn i {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
.mmenu-show .share .btn i {
  display: block;
  vertical-align: middle;
}
.share .btn.cm-fb:hover {
  background: #405d9a;
  color: #fff;
}
.share .btn.cm-youtube:hover {
  background: #cd201f;
  color: #fff;
}
.share .btn.cm-instagram:hover {
  background: -webkit-radial-gradient(
      32% 106%,
      circle cover,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: -moz-radial-gradient(
      32% 106%,
      circle cover,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: -ms-radial-gradient(
      32% 106%,
      circle cover,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: -o-radial-gradient(
      32% 106%,
      circle cover,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: radial-gradient(
      circle farthest-corner at 32% 106%,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  color: #fff;
}
.share .btn.cm-mail:hover {
  background: #ff9224;
  color: #fff;
}
.share .btn.cm-line:hover {
  background: #04ba04;
  color: #fff;
}
.share .btn.cm-phone:hover {
  background: #3c352a;
  color: #fff;
}
.share .btn.cm-linkedin:hover {
  background: #0073b0;
  color: #fff;
}
.share .btn.cm-twitter:hover {
  background: #0f1419;
  color: #fff;
}
.share .btn.cm-wechat:hover {
  background: #51c332;
  color: #fff;
}
.share .btn.cm-qq:hover {
  background: #000;
  color: #fff;
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-nav {
  position: fixed;
  bottom: auto;
  top: 0;
  background: #fff;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.18);
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
  padding: 10px 0 10px 0;
  text-align: right;
  margin-bottom: 30px;
}
.main-top .main-title {
  margin: auto;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(168, 220, 80, 1) 0%,
    rgba(35, 140, 0, 1) 100%
  );
  color: #fff;
  font-size: 25px;
  margin-top: -70px;
  font-weight: normal;
  width: fit-content;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 16px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.main-title:before {
  content: "-";
  margin-right: 5px;
}
.main-title:after {
  content: "-";
  margin-left: 5px;
}
.main-content {
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  padding: 0 0 120px;
}
.main-content .container {
  width: 100%;
  display: flex;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
  padding: 0 40px 0px;
}
.content-top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.content-title {
  float: left;
  color: #383838;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0;
  position: relative;
}
.search-title h1 {
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  display: inline-block;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
  background-size: cover;
  position: relative;
  background: rgb(208, 231, 177); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(208, 231, 177, 1) 0%,
    rgba(198, 227, 180, 1) 30%,
    rgba(134, 204, 197, 1) 70%,
    rgba(97, 192, 239, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(208, 231, 177, 1) 0%,
    rgba(198, 227, 180, 1) 30%,
    rgba(134, 204, 197, 1) 70%,
    rgba(97, 192, 239, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(208, 231, 177, 1) 0%,
    rgba(198, 227, 180, 1) 30%,
    rgba(134, 204, 197, 1) 70%,
    rgba(97, 192, 239, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e7b1', endColorstr='#61c0ef',GradientType=1 );
}
.footer_top {
  color: #171717;
  font-size: 12px;
  position: relative;
}
.footer_top .container {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0 90px;
  justify-content: space-between;
}
.footer_bottom {
  background: #efefef;
  color: #557057;
  font-size: 12px;
  border-width: 1px 0;
  text-align: left;
  padding: 15.5px 0px;
}
.site-footer .tit {
  display: none;
}
.site-info {
  width: 419px;
  font-size: 14px;
  order: 2;
  padding: 0 25px 0 50px;
  box-sizing: border-box;
}
.site-info li .tel a {
  font-size: 40px;
  font-weight: normal;
  background: #f8fbe0;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
}
.site-info li {
  position: relative;
  padding: 4px 0;
  line-height: 27px;
}
.site-info li + li {
  margin: 0px 0 0;
}
.site-info li a,
.site-info span {
  display: inline-block;
}
.site-map {
  line-height: 1.2;
  width: 609px;
  font-size: 14px;
  transition: all 0.3s ease;
  padding-top: 10px;
  position: relative;
}
.site-map:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  border-left: 1px solid #fff;
  visibility: visible;
  height: auto;
}
.site-map ul {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 0.35px;
  width: 20%;
}
.site-map li + li {
  margin-top: 17.5px;
}
.site-map ul a:hover {
  color: #171717;
  text-decoration: underline;
}
.site-footer .fllow {
  text-align: right;
  order: 3;
}
.fllow .share {
  vertical-align: bottom;
  display: block;
  text-align: right;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 5;
  margin-top: 15px;
}
.fllow * {
  display: inline-block;
  vertical-align: middle;
}
.fllow p {
  display: block;
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #aaa;
}
.fllow .qr-inner {
  margin: 0 0px 0 20px;
  float: right;
  width: 100px;
}
.fllow .qr-inner .ibtn.qr {
  text-indent: unset;
  font-size: 0;
  transition: all 0.3s ease;
}
.fllow .qr-inner .ibtn.qr:hover {
  opacity: 0.8;
}
.copy_box {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 400;
  transition: all 0.3s ease;
}
.floating .gotop {
  background-image: url(../../../images/layout05-2/common/gotop.png);
  width: 85px;
  height: 34px;
  line-height: 40px;
  font-size: 0;
  text-indent: 0;
  text-align: center;
}
/*.floating .gotop:before{
    content: "\e924";
    font-family: 'icon-font-13' !important;
    font-size: 10px;
    color: #FFFFBF;
}*/
.floating .gotop:hover {
  background-position: 0 100%;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  font-size: 12px;
  color: #888;
  padding: 10px 0;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.2s;
}
.breadcrumb a:hover {
  color: #448800;
  text-decoration: underline;
}
.main-top .breadcrumb li:first-child {
  font-size: 0;
}
.main-top .breadcrumb li:first-child a:before {
  font-family: "icon-font-13" !important;
  content: "\e901";
  font-size: 12px;
}
.breadcrumb li + li:before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: 0px 4px 3px;
  color: #888;
}
.products-breadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  margin: 9px 0 9px 10px;
  color: #999;
  float: right;
}
.products-breadcrumb li:first-child a span {
  display: inline-block;
}
.products-breadcrumb li:first-child a:before {
  content: "";
}
.products-breadcrumb li + li:before {
  content: "/ ";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
  width: 220px;
  box-sizing: border-box;
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
  padding: 0px 0 0 0;
  margin-right: 45px;
}
.content {
  position: relative;
}
.has-side .content {
  width: calc(100% - 265px);
  box-sizing: border-box;
  padding: 0;
}
.side_logo {
  font-size: 0;
  width: 84px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  margin-left: 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: none;
}
.side .title {
  padding: 50px 0px 0;
  background: url(../../../images/layout05-2/common/newsomething/side_top.jpg)
    no-repeat;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 1.2px;
  height: 70px;
}
.side-nav {
  max-width: 220px;
  font-family: "Roboto", Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro",
    "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ",
    "맑은 고딕", sans-serif;
  border: 1px solid #a3ce73;
  border-bottom: 3px solid #a3ce73;
}
.side-nav li a {
  position: relative;
  display: block;
  transition: all 0.2s;
  line-height: 1.2;
  padding: 9px 32px 9px 15px;
  color: #4f4f4f;
  font-size: 15px;
}
.side-nav > li + li {
  border-top: 1px solid #e2dcd1;
}
.side-nav > li > a {
  padding: 12px 10px 10px 40px;
  font-size: 15px;
  position: relative;
}
.side-nav > li > a:after {
  content: "";
  color: #f88a80;
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  top: 50%;
  left: 15px;
  margin: -7px 0 0 0;
  font-size: 16px;
  font-family: "icon-font-13" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../../../images/layout05-2/common/newsomething/side_ar.png)
    no-repeat;
}
.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav > li.active2 > a {
  background: #f2f7f5;
  transition: all 0.2s;
  color: #333333;
  border: none;
}
.side-nav ul {
  font-size: 14px;
  display: none;
  margin: 0px 0;
  padding: 13px 0;
}
.side-nav ul li a {
  border: none;
  padding: 7px 0px 7px 35px;
  font-size: 14px;
  color: #9b9b9b;
  transition: all 0.1s;
  position: relative;
}
.side-nav ul li:hover > a,
.side-nav ul li.active > a,
.side-nav ul li.active2 > a {
  color: #2db200;
  padding-left: 45px;
}
.side-nav ul ul {
  padding-left: 25px;
}
.side-nav ul li a:before {
  content: "";
  background: #9b9b9b;
  position: absolute;
  display: block;
  top: 12px;
  left: 25px;
  margin: 0px;
  right: 0px;
  width: 3px;
  height: 3px;
  transition: all 0.1s;
}
.side-nav ul li a:hover:before,
.side-nav ul li.active > a:before,
.side-nav ul li.active2 > a:before {
  background: #2db200;
  width: 12px;
  left: 20px;
}
.side-nav > li.active2 > ul {
  display: block;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span {
  min-width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0 3px;
  /*border: 1px solid #bdbdbd;*/
  overflow: hidden;
  position: relative;
  color: #000000;
  margin-left: -1px;
  margin-right: 0px;
  font-weight: normal;
}
.pagination li a:hover,
.pagination li.active a {
  background-color: #448800;
  color: #ffffff;
  font-weight: bold;
  /*border-color:#448800;*/
  border-radius: 100%;
}
.pagination li a.controls {
  min-width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0 3px;
  /*border: 1px solid #bdbdbd;*/
  overflow: hidden;
  position: relative;
  color: #000000;
  margin-left: -1px;
  margin-right: 0px;
  font-weight: normal;
  border-radius: 0;
  font-size: 0;
}
.pagination li a.controls i {
  font-size: 16px;
  line-height: 30px;
}
.pagination li a.controls:hover {
  background-color: #448800;
  color: #ffffff;
  font-weight: bold;
  /*border-color:#448800;*/
  border-radius: 100%;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
  text-align: left;
  margin: 0 auto 0;
  padding-bottom: 15px;
  font-size: 15px;
  border-bottom: 2px solid #e9e5e3;
  position: relative;
  padding-left: 50px;
}
.reminder:before {
  content: "\e910";
  color: #8ec358;
  position: absolute;
  display: block;
  top: 15%;
  left: 0;
  margin: 0;
  font-size: 30px;
  font-family: "icon-font-13" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.reminder b:before {
  content: "\f0da";
  font-family: "icon-font" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  vertical-align: text-bottom;
  color: #f8805e;
  margin: 0 6px 0 0;
}
/*-----form-detail-----*/
.form-control,
.page-info .form-control {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 0px;
  padding: 0 10px;
  border: 1px solid #bdbdbd;
  background: none;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.form-control {
  height: 44px;
  line-height: 44px;
  border: none;
}
.form-box .form-group {
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d1b3;
}
.form-control:focus {
  outline: none;
  border-color: #e6ded0;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
  height: 90px;
}
/*-----form-static-control-----*/
.static-control {
  color: #5946a5;
  line-height: inherit;
  font-weight: bold;
  margin: 5px 0 0 5px;
  font-size: 13px;
  line-height: 1.6;
}
/*-----form-wrap-----*/
.contact-form {
  margin-top: 60px;
}
.contit {
  display: none;
}
.form-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.form-wrap.has-bg:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.form-box {
  position: relative;
  box-sizing: border-box;
  z-index: 15;
  padding: 20px 0px 5px;
}
.form-box .row {
  margin: 0 -24px;
  display: block;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
}
.form-box .name .radio-box {
  position: static;
  margin-top: 5px;
}
/*-----form-required-----*/
.form-box .required {
  position: relative;
}
.form-box .required:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  font-family: "icon-font" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f8805e;
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
.form-box .form-group {
  margin: 12px 0 6px;
  line-height: 44px;
  position: relative;
}
.form-box .form-group:after {
  content: "";
  display: block;
  clear: both;
}
.form-box .control-label {
  display: block;
  color: #3b3b3b;
  font-size: 14px;
  padding-left: 5px;
  line-height: inherit;
  pointer-events: none;
  width: 110px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
}
.form-box .control-label:after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-left: 1px solid #bebebe;
}
.form-box .control-box {
  position: relative;
}
.form-box .form-control {
  padding-left: 144px;
}
.form-box .control-box select {
  padding-left: 9px;
  margin-left: 144px;
  width: unset;
  border: 1px solid #bdbdbd;
  margin-bottom: 3px;
  margin-top: 4px;
  height: 35px;
  line-height: 38px;
  background: #fff;
}
.form-box .control-box > select:nth-child(2) {
  margin-left: 0px;
}
.form-box .control-box > select:nth-child(3) {
  margin-left: 0px;
}
.form-box .control-box label {
  display: inline-block;
  line-height: inherit;
  margin: 0 10px 6px 5px;
}
.form-box .control-box label:first-child {
  margin-left: 144px;
}
.form-box .captcha .form-control {
  display: inline-block;
  vertical-align: top;
  padding-right: 130px;
}
.form-box .captcha a {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*----- success-box -----*/
.success-box {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0 0 0;
}
.success-box .msg {
  font-size: 24px;
  margin: 0 0 15px;
}
.success-box .msg:after {
  content: "";
  display: block;
  border-top: 2px solid #aaa;
  width: 25px;
  margin: 15px auto;
}
.success-box .msg i:before {
  content: "\f046";
  font-size: 30px;
  color: #f8805e;
  font-family: "icon-font" !important;
  font-style: normal;
  display: block;
}
.success-box .btn-box {
  background: none;
}
/*------------ lightbox ------------*/
/*************fancybox-close*************/
body .fancybox-close {
  background: url("../../../images/layout05-2/common/lightbox_close.png")
    no-repeat;
  width: 44px;
  height: 42px;
  right: 6%;
  top: 25px;
  margin-right: -21px;
}
body .fancybox-close:hover {
  background-position: 0 100%;
}
.fancybox-album .fancybox-image,
.fancybox-album .fancybox-inner {
  max-height: unset !important;
  object-fit: unset;
}
.fancybox-album .fancybox-title {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  text-align: center;
}
.fancybox-album .photo-pager {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #333;
  font-size: 14px;
  margin-top: 20px;
}
.fancybox-album .photo-pager b {
  color: #1127b7;
  font-size: 14px;
  text-decoration: underline;
}
.fancybox-album .photo-intro {
  padding: 10px 5px;
  font-size: 15px;
}
body .fancybox-skin {
  background: #ffffff;
  margin: 0;
  border-radius: 10px;
}
body .fancybox-inner {
  background: #fff;
}
.lightbox-wrapper {
  padding: 40px;
  max-width: 100%;
  box-sizing: border-box;
}
.login-box {
  padding: 30px;
}
.lightbox-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.lightbox-title span {
  display: block;
  font-size: 32px;
}
.lightbox-title .icon {
  background: url("../../../images/layout05-2/common/title_ic.png") no-repeat 0 -240px;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
}
.login-box .form-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
.lightbox-wrapper .form-group {
  padding: 5px 0;
}
.lightbox-wrapper .control-label {
  display: none;
}
.fancybox-album .fancybox-nav span {
  background: url("../../../images/layout05-2/common/album/lightbox_arrow.png")
    no-repeat;
  width: 25px;
  height: 40px;
  margin-top: -20px;
  visibility: visible;
}
.fancybox-album .fancybox-prev span {
  background-position: 0 0;
  left: -55px;
}
.fancybox-album .fancybox-next span {
  background-position: 100% 0;
  right: -55px;
}
.fancybox-album .fancybox-prev:hover span {
  background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
  background-position: 100% 100%;
}
.photo-title {
  border-bottom: 1px dotted #251726;
  color: #448800;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  padding: 10px 12px;
}
.photo-intro {
  color: #111;
  padding: 15px 0 0;
  font-size: 14px;
}
/*------------ / lightbox ------------*/
.form-radio:before {
  background-image: url("../../../images/layout05-2/common/form_radio.png");
  margin: 0 3px 4px 0;
}
.form-checkbox:before {
  background-image: url("../../../images/layout05-2/common/form_checkbox.png");
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
  border-bottom: 1px solid #448800;
}
.mmenu-show #mobile-fixed li {
  background: #448800;
}
.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #448800;
}
.mmenu-show #mobile-menu .language-menu {
  background: #448800;
  color: #fff;
}
.mmenu-show #mobile-menu .share-menu {
  background: #efefef;
}
.mmenu-show #mobile-search {
  background: #d8d8d8;
}
.mmenu-show #mobile-fixed .toggleBtn {
  font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn i {
  font-size: 28px;
}
.mmenu-show #mobile-fixed .m-go-home {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-go-home i {
  font-size: 28px;
}
.mmenu-show #mobile-menu .share .btn {
  font-size: 0;
}
.mmenu-show #mobile-menu .share .btn i {
  line-height: 28px;
}
.mmenu-show #mobile-fixed .m-contact {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i {
  font-size: 28px;
}
/*------------ / mobile_menu ------------*/
.contact-title {
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0px 0px;
}
.form-box,
.contact-title,
.form-wrap .btn-box {
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  box-sizing: border-box;
  max-width: 1120px;
}
/*------------ side-share ------------*/
.side-share {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 400;
}
.side-share .share {
  display: flex;
  flex-direction: column;
}
.side-share .share li {
  margin: 2px 0;
}
.side-share .share li a {
  width: 55px;
  height: 55px;
  color: #fff;
  background: #31caa4;
  border-radius: 50%;
  display: block;
  line-height: 55px;
  text-align: center;
  transition: all 0.5s ease;
  border: 0;
  font-size: 0;
  box-shadow: 0px 2px 5px #0000001c;
  overflow: hidden;
}
.side-share .share .btn i {
  display: block;
  font-size: 30px;
  line-height: 55px;
}
.side-share .share .btn.cm-fb {
  color: #fff;
  background: #405d9a;
}
.side-share .share .btn.cm-youtube {
  color: #fff;
  background: #b52322;
}
.side-share .share .btn.cm-mail {
  color: #fff;
  background: #2caf8e;
}
.side-share .share .btn.cm-line {
  color: #fff;
  background: #06c755;
  padding-top: 1px;
  padding-left: 1px;
}
.side-share .share .btn.cm-phone {
  color: #fff;
  background: #3c352a;
}
.side-share .share .btn.cm-instagram {
  background: #b90675;
}
.side-share .share .btn.cm-instagram i {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: unset;
  color: #fff;
}
.side-share .share .btn.cm-linkedin {
  color: #fff;
  background: #0073b0;
}
.side-share .share .btn.cm-twitter {
  background: #0f1419;
}
.side-share .share .btn.cm-wechat {
  background: #51c332;
}
.side-share .share .btn.cm-qq {
  background: #000;
}
.side-share .share .btn:hover {
  border: 0;
  box-shadow: unset;
}
.side-share .share .btn.cm-fb:hover {
  background: #5c79b7;
}
.side-share .share .btn.cm-youtube:hover {
  background: #cb3a39;
}
.side-share .share .btn.cm-mail:hover {
  background: #43caa8;
}
.side-share .share .btn.cm-line:hover {
  background: #1dd96a;
}
.side-share .share .btn.cm-phone:hover {
  background: #5a5247;
}
.side-share .share .btn.cm-instagram:hover {
  background: #ce208c;
}
.side-share .share .btn.cm-linkedin:hover {
  background: #1c94d4;
}
.side-share .share .btn.cm-twitter:hover {
  background: #29333c;
}
.side-share .share .btn.cm-wechat:hover {
  background: #71e053;
}
.side-share .share .btn.cm-qq:hover {
  background: #333;
}
/*------------ / side-share ------------*/
@media screen and (max-width: 1440px) {
  .site-nav .menu > li:first-of-type:not(.full_menu) > ul {
    margin: 0 0 0 -65px;
  }
}
@media screen and (max-width: 1280px) {
  .site-title .logo {
    width: 250px;
  }
  .site-nav .menu {
    padding-right: 205px;
  }
  .site-info {
    width: auto;
    padding: 0 25px 0 0px;
  }
  .site-map ul {
    width: 17%;
  }
  .site-map {
    width: 50%;
  }
  .footer_top .container {
    padding: 80px 35px 90px;
  }
  .site-footer .fllow {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .btn-box {
    padding-top: 20px;
  }
  .btn.back {
    width: 160px;
  }
  .btn.style01 {
    margin: 0 auto 10px;
  }
  .search-box:after {
    color: #111;
    top: 0;
  }
  .breadcrumb {
    position: absolute;
    right: 5px;
    top: -9px;
    color: #fff;
  }
  .breadcrumb li + li:before {
    color: #fff;
  }
  .main-top {
    padding: 10px 0;
    background: #69b92d;
  }
  .main-top .main-title {
    display: block;
    position: static;
    background: none;
    margin-top: 0;
    padding: 0;
    line-height: 1.3;
    font-size: 18px;
    height: auto;
  }
  .content-top {
    margin-bottom: 20px;
  }
  .site-header,
  .header-fixed .site-header {
    position: relative;
    width: 100%;
    z-index: 600;
  }
  .wrapper {
    padding-top: 40px;
  }
  .side {
    display: none;
  }
  .has-side .content {
    position: relative;
    width: 100%;
    float: none;
  }
  .content:before {
    display: none;
  }
  .site-footer .tit {
    display: none;
  }
  .main-top {
    margin-bottom: 10px;
  }
  .has-side .content,
  .content {
    padding: 0px 0px 0px;
  }
  /*------------ site_header 1000 ------------*/
  .site-title {
    float: none;
    padding: 15px 0;
    height: auto;
    line-height: 1;
  }
  .site-title .logo {
    width: 280px;
    height: 53px;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  .site-header {
    height: unset;
  }
  /*------------ / site_header 1000 ------------*/
  /*------------ site-footer 1000 ------------*/
  .site-footer {
    padding: 25px 0 0px;
  }
  .site-info li {
    padding: 0 0;
  }
  .site-map,
  .fllow .share {
    display: none;
  }
  .site-footer .col {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0px 15px 0px;
  }
  .site-info li,
  .site-info p {
    display: inline-block;
  }
  .site-info p {
    margin: 0 0 0 10px;
  }
  .site-info li + li {
    margin: 0 0 0 20px;
    display: block;
  }
  .site-footer .fllow {
    padding: 10px 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .fllow p {
    margin: 15px 0 0 0;
  }
  .fllow .qr-inner {
    margin: 0 auto 20px;
    display: block;
    max-width: 100px;
    order: 2;
  }
  .copy_box {
    float: none;
    width: 100%;
    text-align: center;
  }
  .follow p {
    display: block;
  }
  .footer_top,
  .footer_top .container {
    padding: 0;
  }
  .footer_top {
    padding: 0px 0 30px;
  }
  .footer_bottom {
    position: static;
    padding-bottom: 30px;
  }
  .fllow .qr-inner {
    float: none;
    display: inline-block;
    margin: 0 3px;
  }
  .ibtn.fb {
    margin: 0 3px;
  }
  .site-info .list-v {
    left: 0;
  }
  .ibtn.fb {
    top: 100%;
    margin-top: 0px;
    left: 0;
    right: 0;
  }
  /*------------ / site-footer 1000 ------------*/
  /*------------ floating 1000 ------------*/
  .gotop {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../../images/layout05-2/common/mobile_gotop.svg) 50% 50%
      no-repeat;
  }
  .floating .gotop:before,
  .floating .gotop:after {
    display: none;
  }
  /*------------ / floating 1000 ------------*/
  /*------------ side-share ------------*/
  .side-share {
    top: unset;
    transform: unset;
    bottom: 20px;
  }
  .side-share .share li a {
    width: 40px;
    height: 40px;
    padding-left: 1px;
  }
  .side-share .share .btn i {
    font-size: 20px;
    line-height: 40px;
  }
  /*------------ / side-share ------------*/
  .contact-title .reminder {
    margin: 0 45px;
  }
  .contact-title {
    margin: 0 0px;
  }
  .contact-title .reminder {
    margin: 0;
  }
  .form-box .control-box label:first-child {
    margin-left: 0;
  }
  .reminder {
    margin-bottom: 25px;
  }
  .contact-form {
    margin-top: 20px;
  }
  .form-wrap.has-bg {
    background: none;
  }
  .form-box .control-label {
    position: static;
  }
  .form-box .control-label:after {
    display: none;
  }
  .form-box .form-control {
    padding-left: 10px;
  }
  .form-box .control-box select {
    padding-left: 0;
    margin-left: 18px;
  }
  .form-box {
    padding: 20px 15px 10px;
  }
  .form-box,
  .contact-title,
  .form-wrap .btn-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .copy_box {
    text-align: center;
  }
  .form-box .control-label {
    float: none;
  }
  .form-box .control-box {
    margin-left: 0;
  }
  .content-top,
  .content-title {
    min-height: 28px;
  }
  .content-title {
    font-size: 18px;
  }
  body .fancybox-close {
    right: 0;
    left: 0;
    margin: auto;
    top: 15px;
  }
  .fancybox-album .fancybox-skin {
    margin: 20px 0 20px;
    padding: 70px 15px 50px !important;
  }
  .fancybox-album .fancybox-nav span {
    margin: 0;
    top: -55px;
  }
  .fancybox-album .fancybox-prev span {
    left: 0;
  }
  .fancybox-album .fancybox-next span {
    right: 0;
  }
  .form-box .control-box .contact-box label {
    margin: 0 20px 6px 0px;
  }
}
@media screen and (max-width: 767px) {
  .pagination li a.controls {
    bottom: -34px;
    margin: 0;
    position: absolute;
  }
  /*------------ site-main 767 ------------*/
  .main-content {
    padding: 0 0 20px;
  }
  /*------------ / site-main 767 ------------*/
  /*------------ site-footer 767 ------------*/
  .site-info li {
    display: block;
  }
  .site-info li + li {
    margin: 0;
  }
  /*------------ / site-footer 767 ------------*/
}
@media screen and (max-width: 400px) {
  .main-top .main-title {
    margin-left: 0;
  }
  .main-title:before,
  .main-title:after {
    display: none;
  }
}
