@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Poppins:wght@500&&display=swap");
@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

@media (min-width: 1630px) {
  .container {
    width: 1600px;
  }
}

body {
  font-family: "Noto Sans TC", sans-serif !important;
  padding-top: 103px;
}

@media (max-width: 1200px) {
  body {
    padding-top: 92px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 74px;
  }
}

.navbar {
  background-color: #fff;
  border-bottom: solid 1px #dddddd;
}

.navbar .navbar-brand {
  padding: 20px 0px;
  margin-top: 0px;
}

.navbar .navbar-nav {
  margin-top: 15px;
}

.navbar .navbar-nav li a {
  padding: 20px 25px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21.5px;
}

.navbar .navbar-nav li a small {
  display: block;
}

.navbar .navbar-nav li a:hover {
  color: #127A3A;
}

.navbar .navbar-nav li.search a{
  padding: 28px 25px;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .navbar .navbar-brand {
    padding: 25px 0;
  }

  .navbar .navbar-brand img {
    width: 270px;
  }

  .navbar .navbar-nav li a {
    padding: 25px 15px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-brand {
    padding: 20px 5px;
  }

  .navbar .navbar-brand img {
    width: 220px;
  }

  .navbar .navbar-toggle {
    margin-top: 29px;
  }

  .navbar .navbar-collapse {
    border-top: 1px solid #eee;
  }

  .navbar .navbar-nav {
    margin-top: 0;
  }

  .navbar .navbar-nav li a {
    padding: 15px;
    letter-spacing: 1px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    padding: 15px 5px;
  }

  .navbar .navbar-brand img {
    width: 180px;
    padding: 2px 15px;
  }

  .navbar .navbar-toggle {
    margin-top: 16px;
  }
}

.slider_show {
  position: relative;
  overflow: hidden;
}

.slider_show .idec-swiper-container img {
  width: 100%;
}

.slider_show .idec-swiper-container img.MBPIC {
  display: none;
}

@media (max-width: 768px) {
  .slider_show .idec-swiper-container img.PCPIC {
    display: none;
  }

  .slider_show .idec-swiper-container img.MBPIC {
    display: block;
  }
}

.slider_show .idec-swiper-container .swiper-scrollbar {
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
}

.slider_show .idec-swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0px;
  background-color: #4999e0;
}

.slider_show .idec-swiper-container .swiper-slide {
  position: relative;
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo {
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%) translateY(20%);
  transition: 1.2s;
  opacity: 0;
  width: 80%;
  text-align: center;
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 1440px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size: 30px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (max-width: 414px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size: 22px;
    line-height: 1.5;
  }
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle a {
  color: #fff;
  text-decoration: none;
  display: none;
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .subtitle {
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 0;
  transition-delay: 3s;
  display: none;
}

@media (max-width: 767px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .subtitle {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .subtitle {
    font-size: 14px;
    line-height: 1.5;
  }
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .LINKBTN {
  text-decoration: none;
  text-align: center;
  padding: 10px;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  border: solid 2px #fff;
  transition: 0.4s;
  letter-spacing: 0.5;
  display: none;
}

@media (max-width: 767px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .LINKBTN {
    padding: 5px;
    width: 100px;
  }
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .LINKBTN:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slider_show .idec-swiper-container .swiper-slide.swiper-slide-active .idec-titleinfo {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.scroll_down {
  position: absolute;
  right: 1%;
  bottom: 0%;
  text-align: center;
  cursor: pointer;
}

.scroll_down span {
  writing-mode: vertical-lr;
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
  transform: rotate(180deg);
}

.scroll_down .scroll_bar {
  background-color: #eee;
  width: 1px;
  height: 150px;
  text-align: center;
  margin-left: 13px;
  position: relative;
  overflow: hidden;
}

.scroll_down .scroll_bar:after {
  background: #127A3A;
  content: "";
  display: inline-block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
  animation: scrollDown 1.5s infinite;
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }

  50% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 150px, 0);
  }
}

@media (max-width: 1200px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo h2 {
    font-size: 60px;
  }

  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .slider_show .idec-swiper-container {
    margin-right: 0;
  }

  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo {
    width: 80%;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -20%);
  }

  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo h2 {
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 15px;
    white-space: nowrap;
  }

  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo p {
    font-size: 16px;
    line-height: 1.5;
  }

  .slider_show .idec-swiper-container .swiper-slide.swiper-slide-active .idec-titleinfo {
    transform: translate(-50%, -60%);
    opacity: 1;
  }

  .scroll_down {
    right: 2%;
    bottom: 3%;
  }

  .scroll_down span {
    z-index: 1;
    color: #fff;
    font-size: 12px;
    position: relative;
    margin-bottom: 10px;
  }

  .scroll_down .scroll_bar {
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 80px;
    text-align: center;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .scroll_down .scroll_bar:after {
    background: #127A3A;
    content: "";
    display: inline-block;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1;
    animation: scrollDown 1.5s infinite;
  }
}

@media (max-width: 500px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo h2 {
    font-size: 38px;
  }

  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo p {
    font-size: 14px;
  }
}

.slider_show_01 {
  margin-top: -8%;
}

.circle-overflow {
  overflow: hidden;
  position: relative;
}

.section_product_bg {
  background-image: linear-gradient(0deg, #DFE9E3 70%, #ffffff 30%);
}

.service-bg {
  position: absolute;
}

.service-bg.service-bg01 {
  left: -15%;
  top: 2%;
}

.service-bg.service-bg02 {
  right: -15%;
  bottom: 65%;
  width: 50%;
}

.section_product {
  padding: 3% 0 0 0;
  position: relative;
}

.section_product:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  position: absolute;
}

.section_product h2 {
  font-size: 30px;
  color: #127A3A;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5;

  margin-top: 0;
  margin-bottom: 0;
}

.section_product h2 span {
  display: block;
  color: #d5d8db;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Noto Sans TC";
}

.section_product .product-txt {
  padding-bottom: 57px;
}

.section_product p {
  font-size: 18px;
  color: #C7A746;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
}

.section_product .down-btn {
  padding: 5px 10px;
  width: 150px;
  border-radius: 5px;
  color: #127A3A;
  display: inline-block;
  border: solid 3px #127A3A;
  cursor: pointer;
  font-size: 14px;
}

.section_product .service-slider {
  padding: 0;
}

@media (min-width: 1600px) {
  .section_product .service-slider {
    width: 1400px;
  }
}

@media (max-width: 767px) {
  .section_product .service-slider {
    margin-top: -60%;
  }
}

@media (max-width: 428px) {
  .section_product .service-slider {
    margin-top: -80%;
  }
}

/* @media (max-width: 412px) {
  .section_product .service-slider {
    margin-top: -60%;
  }
} */

@media (max-width: 375px) {
  .section_product .service-slider {
    margin-top: -100%;
  }
}

@media (max-width: 360px) {
  .section_product .service-slider {
    margin-top: -110%;
  }
}

.section_product .no-swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section_product .no-swiper-wrapper .swiper-slide {
  position: relative;
  width: 31.3333333333%;
  transition: 0.4s;
  margin: 1% 1%;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: solid 1px #ffffff;
  box-shadow: 3px 3px 5px rgba(18, 122, 58, 0.15);
  background-color: #fff;
}

@media (max-width: 1600px) {
  .section_product .no-swiper-wrapper .swiper-slide {
    width: 31.3333333333%;
    margin: 1%;
  }
}

@media (max-width: 767px) {
  .section_product .no-swiper-wrapper .swiper-slide {
    width: 92%;
    margin: 2% 4%;
  }
}

.section_product .no-swiper-wrapper .swiper-slide:hover {
  border: solid 1px #127A3A;
  box-shadow: 3px 3px 15px rgba(18, 122, 58, 0.25);
}

.section_product .no-swiper-wrapper .swiper-slide>a {
  display: block;
}

.section_product .no-swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto 0 auto;
  transition: 0.4s;
}

.section_product .no-swiper-wrapper .swiper-slide img.MBPIC {
  display: none;
}

.section_product .no-swiper-wrapper .swiper-slide .idec-titleinfo {
  padding: 5% 10%;
  z-index: 2;
  width: 100%;
  min-height: 280px;
  position: relative;
  transition: 0.4s;
}

.section_product .no-swiper-wrapper .swiper-slide .maintitle {
  font-size: 22px;
  letter-spacing: 0.4px;
  text-align: center;
}

.section_product .no-swiper-wrapper .swiper-slide .maintitle a {
  color: #272727;
  text-decoration: none;
}

.section_product .no-swiper-wrapper .swiper-slide .subtitle {
  font-size: 16px;
  color: #272727;
  font-weight: 300;
  margin-top: 16px;
  min-height: 86px;
  text-align: center;
}

.section_product .no-swiper-wrapper .swiper-slide:hover .LINKBTN {
  border: solid 2px #127A3A;
  color: #fff;
  background-color: #127A3A;
}

.section_product .no-swiper-wrapper .swiper-slide .LINKBTN {
  display: block;
  text-align: center;
  padding: 10px;
  border: solid 2px #dddddd;
  font-size: 18px;
  color: #272727;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.4s;
  position: relative;
  z-index: 2;
  width: 150px;
  transform: translateX(-50%);
  left: 50%;
}

.section_product .no-swiper-wrapper .swiper-slide .LINKBTN:hover {
  border: solid 2px #127A3A;
  color: #fff;
  background-color: #127A3A;
}

.section_product .more_btn,
.section_about .more_btn,
.section_news .more_btn {
  margin-top: 40px;
  display: inline-block;
  text-align: right;
  color: #555;
  letter-spacing: 1px;
  font-size: 16px;
  vertical-align: middle;
  transition: 0.4s;
  margin-right: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width:767px) {
  .section_product .more_btn{
    margin-right: 25px;
  }
  .section_news .more_btn{
    margin-left: 25px;
  }
}

@media screen and (max-width:575px) {
  .section_product .more_btn{
    margin-right: 20px;
  }
  .section_news .more_btn{
    margin-left: 20px;
  }
}

@media screen and (max-width:413px) {
  .section_product .more_btn{
    margin-right: 15px;
  }
  .section_news .more_btn{
    margin-left: 15px;
  }
}

.section_product .more_btn a,
.section_product .more_btn a:hover,
.section_about .more_btn a,
.section_about .more_btn a:hover,
.section_news .more_btn a,
.section_news .more_btn a:hover {
  color: #127A3A;
}

.section_product .more_btn span,
.section_about .more_btn span,
.section_news .more_btn span {
  vertical-align: middle;
  border: 1px solid #127A3A;
  border-radius: 50%;
  padding: 9px 14px 7px 16px;
  margin-left: 10px;
  transition: 0.4s;
}

.section_product .more_btn span i,
.section_about .more_btn span i,
.section_news .more_btn span i {
  font-size: 24px;
  color: #127A3A;
  transition: 0.4s;
}

.section_product .more_btn:hover,
.section_about .more_btn:hover,
.section_news .more_btn:hover {
  color: #127A3A;
  margin-right: 0;
}

.section_product .more_btn:hover span,
.section_about .more_btn:hover span,
.section_news .more_btn:hover span {
  border: 1px solid #127A3A;
  background-color: #fff;
}

.section_product .more_btn:hover span i,
.section_about .more_btn:hover span i,
.section_news .more_btn:hover span i {
  color: #127A3A;
}

@media (max-width: 767px) {
  .section_product {
    padding: 60px 0;
    max-height: 2500px;
  }

  .section_product .more_btn,
  .section_news .more_btn {
    font-size: 14px;
  }

  .section_product .more_btn span,
  .section_news .more_btn span{
    padding: 9px 12px 7px 14.5px;
  }
}

@media (max-width: 428px) {
  .section_product {
    max-height: 3000px;
  }
}

@media (max-width: 375px) {
  .section_product {
    max-height: 2800px;
  }
}

.circle {
  position: absolute;
  animation: circle-rotate 60s linear infinite;
}

.circle.circle01 {
  left: 15%;
  width: 600px;
}

.circle.circle02 {
  right: -10%;
  top: 30%;
  width: 800px;
}

@media (max-width: 767px) {
  .circle.circle02 {
    right: -10%;
    top: 47%;
    width: 600px;
  }
}

.circle.circle03 {
  left: 5%;
  width: 350px;
  bottom: 22%;
}

@media (max-width: 767px) {
  .circle.circle03 {
    left: 30%;
    bottom: 15%;
  }
}

@keyframes circle-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.section_about {
  padding: 50px 0 100px 0;
  background-repeat: no-repeat;
  background-position: top;
}

@media screen and (max-width:767px) {
  .section_about {
    padding: 200px 0 100px 0;
  }
}

@media screen and (max-width:575px) {
  .section_about {
    padding: 150px 0 100px 0;
  }
}

@media screen and (max-width:430px) {
  .section_about {
    padding: 250px 0 100px 0;
  }
}

@media screen and (max-width:428px) {
  .section_about {
    padding: 50px 0 100px 0;
  }
}

.section_about .flex-row {
  display: flex;
  align-items: center;
}

@media screen and (max-width:991px) {
  .section_about .flex-row {
    display: block;
  }
}

.section_about .abouttxt {
  padding: 0% 8%;
}

.section_about .about-img {
  width: 90%;
  border-radius: 10px;
  margin: 6% auto 0;
}

.section_about img {
  width: 100%;
  border-radius: 10px;
}

.section_about h2 {
  font-size: 32px;
  color: #127A3A;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 60px;
}

.section_about h2 span {
  display: block;
  color: #C7A746;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 30px;
}

.section_about p.txt_cn {
  font-size: 18px;
  color: #272727;
  text-align: initial;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 35px;
}

.section_about p.txt_eng {
  font-size: 16px;
  line-height: 1.8;
  color: #272727;
  letter-spacing: 1px;
  text-align: initial;
}

.section_work {
  padding-top: 30px;
  padding-bottom: 70px;
  background-image: url(../../images/bd-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.section_work h2 {
  text-align: center;
  font-size: 32px;
  color: #127A3A;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5;
}

.section_work h2 span {
  display: block;
  color: #C7A746;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 30px;
}

.section_work .owl-carousel {
  margin-top: 0px;
}

.section_work img {
  width: 100%;
}

.section_work .idec-slide-demo .pro_txt_box {
  display: none;
}

.section_work .idec-slide-demo .pro_sale {
  display: none;
}

.section_work .idec-slide-demo .pro_main p {
  display: none;
}

.section_work .idec-slide-demo .owl-nav {
  display: none;
}

.section_work .idec-slide-demo .owl-dots {
  margin-top: 30px;
}

.section_work .idec-slide-demo .owl-dots .owl-dot span {
  margin: 5px;
  transition: 0.4s;
}

.section_work .idec-slide-demo .owl-dots .owl-dot:hover span {
  background-color: #127A3A;
}

.section_work .idec-slide-demo .owl-dots .owl-dot.active span {
  background-color: #127A3A;
}

.section_work .idec-slide-demo .item {
  padding: 10px 1px;
}

.section_work .idec-slide-demo .pro_item {
  transition: 0.4s;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #e9e9e9;
}

.section_work .idec-slide-demo .pro_item:before,
.section_work .idec-slide-demo .pro_item:after {
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: 0.4s;
  transform: scale(0);
  pointer-events: none;
}

.section_work .idec-slide-demo .pro_item:before {
  border-top: 1px solid #127A3A;
  border-left: 1px solid #127A3A;
  transform-origin: 0 0;
}

.section_work .idec-slide-demo .pro_item:after {
  border-right: 1px solid #127A3A;
  border-bottom: 1px solid #127A3A;
  transform-origin: 100% 100%;
}

.section_work .idec-slide-demo img {
  width: 100%;
  transition: 0.4s;
}

.section_work .idec-slide-demo h3 {
  font-weight: 400;
  color: #555;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 17px;
  margin-top: 10px;
  transition: 0.4s;
}

.section_work .idec-slide-demo .item:hover h3 {
  color: #127A3A;
}

.section_work .idec-slide-demo .item:hover .pro_item {
  transform: translateY(-10px);
}

.section_work .idec-slide-demo .item:hover .pro_item:before,
.section_work .idec-slide-demo .item:hover .pro_item:after {
  transform: scale(1);
}

@media (max-width: 1400px) {
  .section_work h2 span {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .section_work {
    padding: 100px 0 120px 0;
  }

  .section_work .idec-slide-demo .owl-dots {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section_work h2 {
    font-size: 36px;
  }

  .section_work .idec-slide-demo .owl-dots {
    margin-top: 5px;
  }

  .section_work .idec-slide-demo h3 {
    font-size: 15px;
    line-height: 1.5;
  }
}

.section_news h2 {
  margin: 20px 0 40px;
}


.section_news #rwdnews_list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:767px) {
  .section_news #rwdnews_list {
    flex-direction: column;
    align-items: center;
  }
}

.section_news #rwdnews_list ul {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 3px 3px 5px rgba(18, 122, 58, 0.15);
  flex-basis: 23.5%;
  width: 23.5%;
  transition: 0.4s;
}

@media screen and (max-width:767px) {
  .section_news #rwdnews_list ul {
    flex-basis: 95%;
    width: 95%;
    margin: 0 0 5%;
  }
}

.section_news #rwdnews_list ul:hover {
  border: solid 1px #127A3A;
  box-shadow: 3px 3px 15px rgba(18, 122, 58, 0.25);
}

.section_news #rwdnews_list .rwdnewsli {
  display: flex;
  flex-direction: column;
}

.section_news #rwdnews_list .rwdnewsli .newscontent {
  padding: 10px;
}

.section_news #rwdnews_list .rwdnewsli .newsDate,
.section_news #rwdnews_list .rwdnewsli .newscontent p {
  color: #777777;
}

.section_news #rwdnews_list .rwdnewsli .newscontent h4,
.section_news #rwdnews_list .rwdnewsli .newscontent a,
.section_news #rwdnews_list .rwdnewsli .newscontent p {
  color: #272727;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section_news #rwdnews_list .rwdnewsli .newscontent h4 {
  font-weight: 400;
}

footer {
  padding: 40px 0 60px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #dddddd;
}

footer .footer_left h5 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #127A3A;
  font-weight: 500;
}

footer .footer_left p {
  font-size: 16px;
  color: #777777;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 0;
}

footer .footer_right {
  text-align: right;
}

footer .footer_right p {
  color: #777;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 5px;
}

footer .footer_right ul li {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .footer_right ul li:last-child a {
  padding-right: 0;
}

footer .footer_right ul li a {
  background-color: transparent;
  color: #272727;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 10px;
  transition: 0.4s;
}

footer .footer_right ul li a:hover {
  color: #127A3A;
}

footer .footer_right .gotop_btn {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: #d5c06f;
  transition: 0.4s;
  display: inline-block;
  background-position: center center;
  background-image: url("../../images/gotop.png");
  cursor: pointer;
  margin-top: 55px;
}

footer .footer_right .gotop_btn:hover {
  background-color: #c7a746;
  background-position: center -55px;
  background-image: url("../../images/gotop_green.png");
}

footer .footer-copyright {
  color: #272727;
  text-align: right;
}

@media (max-width: 1400px) {
  footer .footer_left p {
    font-size: 15px;
  }

  footer .footer_right ul li a {
    background-color: transparent;
    font-size: 15px;
    padding: 5px;
    transition: 0.4s;
  }

  footer .footer_right ul li a:hover {
    color: #127A3A;
  }

  footer .footer_right p {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  footer .footer_left {
    text-align: center;
    margin-bottom: 35px;
  }

  footer .footer_left p {
    font-size: 15px;
  }

  footer .footer_right {
    text-align: center;
  }

  footer .footer_right ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  footer .footer_right ul li:last-child a {
    padding-right: 5px;
  }

  footer .footer_right ul li a {
    background-color: transparent;
    font-size: 15px;
    padding: 5px;
    transition: 0.4s;
  }

  footer .footer_right ul li a:hover {
    color: #127A3A;
  }

  footer .footer_right p {
    font-size: 12px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  footer .footer_left {
    margin-bottom: 40px;
  }

  footer .footer_left h5 {
    font-size: 16px;
  }

  footer .footer_left p {
    font-size: 14px;
  }

  footer .footer_right {
    text-align: center;
  }

  footer .footer_right ul li a {
    font-size: 14px;
    padding: 5px;
    transition: 0.4s;
  }

  footer .footer_right ul li a:hover {
    color: #127A3A;
  }

  footer .footer_right p {
    font-size: 12px;
    line-height: 1.5;
  }
}

#myTab {
  display: none;
}

.page_banner {
  height: 300px;
  position: relative;
  background-color: #0e5197;
  background-position: center;
  background-image: url("/hipershop/rwd1738/store/F4/single_banner.jpg");
}

.page_banner.single_banner {
  background-image: url("/hipershop/rwd1738/store/F4/single_banner.jpg");
}

.page_banner .inner_title {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 8.5%;
  color: #fff;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .page_banner {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .page_banner .inner_title {
    font-size: 20px;
    letter-spacing: 1.5px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    line-height: 1.5;
  }
}

ol.breadcrumb {
  background-color: transparent;
  text-align: right;
  color: #eee;
  padding: 0;
  margin-top: 20px;
}

ol.breadcrumb li a {
  letter-spacing: 1px;
  font-size: 14px;
  color: #777;
}

@media (max-width: 767px) {
  ol.breadcrumb {
    margin-bottom: 10px;
  }

  ol.breadcrumb li a {
    font-size: 12px;
  }
}

.li-item {
  padding: 15px;
  border-radius: 0;
  transition: 0.4s;
}

.li-item:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.li-item p.prd_info {
  display: block;
}

.li-item a h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #222;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 400;
}

.li-item a.btn-default {
  letter-spacing: 1px;
  font-size: 14px;
  padding: 0;
  border: 0px solid #000;
  color: #777;
  margin-bottom: 20px;
}

.li-item a.btn-default:after {
  content: "+";
  margin-left: 2px;
}

.li-item a.btn-default:hover {
  background-color: transparent;
  color: #127A3A;
}

@media (max-width: 767px) {
  .li-item a h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .li-item a.btn-default {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

#pd_name {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #222;
  font-weight: 400;
}

.descri-none {
  font-size: 16px;
  color: #777;
  letter-spacing: 1px;
  line-height: 1.5;
}

.panel-title2 {
  font-size: 16px;
  color: #555;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 20px;
}

.panel-title2 .label {
  font-size: 20px;
  color: #127A3A;
  font-weight: 500;
  line-height: 1.8;
}

.control-label {
  letter-spacing: 1px;
  font-weight: 400;
  color: #555;
}

.btn-info {
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 0;
  color: #666;
  border: 1px solid #ccc;
  transition: 0.4s;
  margin-top: 30px;
  letter-spacing: 1px;
}

.btn-info:hover {
  color: #fff;
  background-color: #127A3A;
  border-color: #127A3A;
}

section.contact-wrapper input {
  outline: none;
  letter-spacing: 1px;
  box-shadow: none;
  background-color: #f9f9f9;
  height: 40px;
  border-radius: 0;
  border: 1px solid #ddd;
  transition: 0.4s;
}

section.contact-wrapper input:focus {
  background-color: #fff;
  border: 1px solid #127A3A;
  box-shadow: none;
}

section.contact-wrapper input#pic {
  margin-left: 10px;
  padding: 0 10px;
}

section.contact-wrapper textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  transition: 0.4s;
  outline: none;
  letter-spacing: 1px;
  box-shadow: none;
  background-color: #f9f9f9;
  border-radius: 0;
  border: 1px solid #ddd;
}

section.contact-wrapper textarea:focus {
  background-color: #fff;
  border: 1px solid #127A3A;
  box-shadow: none;
}

@media (max-width: 767px) {
  .panel-title2 {
    font-size: 14px;
  }

  .panel-title2 .label {
    font-size: 18px;
  }
}

section.category-wrapper,
section.contact-wrapper,
section.product-wrapper,
.single-bg {
  padding: 20px 0 40px 0;
}

.aside-title {
  background-color: transparent;
}

@media (max-width: 991px) {
  .clickCtyName.aside-title {
    position: relative;
    border-bottom: 1px solid #eee;
    border-radius: 0;
  }

  .clickCtyName.aside-title:after {
    content: "+";
    right: 5px;
    position: absolute;
    background-color: #94c1a5;
    width: 25px;
    text-align: center;
    border-radius: 50%;
  }
}

.product-intro {
  font-size: 16px;
  color: #555;
  line-height: 1.75;
}

/*    inner-page-style     */

.inner-page-style img {
  margin: 40px auto;
}

.inner-page-style .ch-title {
  color: #127A3A;
  margin: 20px 0;
}

.inner-page-style .en-title {
  color: #C7A746;
  margin: 20px 0;
}

.inner-page-style .ch-content,
.inner-page-style .en-content {
  margin: 0 0 60px;
}

.inner-page-style .ch-content p {
  text-align: justify;
}

.inner-page-style p {
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.inner-page-style .ch-content .content-title {
  letter-spacing: 1px;
}

.inner-page-style .content-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.inner-page-style li {
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 10px;
}

.inner-page-style .disc {
  padding-left: 20px;
}

.inner-page-style .disc li {
  list-style-type: disc;
}

@media screen and (max-width:575px) {
  .width-100 {
      width: 100% !important;
  }
}

/*# sourceMappingURL=rwd1651_style.css.map */