body {
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans TC", sans-serif !important;
  font-size: 15px;
  background-color: #FAFAFA;
}
a ,a :hover{
  text-decoration: none
}
@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1700px) {
  .container .nav-container{
    width: 1350px;
  }
}
@media (min-width: 1700px) {
  .container-news {
    width: 1050px;
  }
}
@media (min-width: 1200px) {
    .nav-container {
        width: 1200px;
    }
}
.glyphicon-chevron-left:before {
  content: "";
  background: url(../../images/arrow-left-solid.svg);
  width: 35px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  color: #FFF;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.9;
}

.glyphicon-chevron-right:before {
  content: "";
  background: url(../../images/arrow-right-solid.svg);
  width: 35px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  color: #FFF;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.9;
}

.carousel-indicators li {
  width: 10px;
  height: 8px;
  margin: 0 5px;
  border-radius: 0;
}

.carousel-indicators .active {
  width: 25px;
  height: 8px;
  margin: 0 5px;
}

/* navbar */
.navbar .mainlink > li > a {
  padding: 10px 18px;
  color: #333350;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1366px) {
  .navbar .mainlink > li > a {
    padding: 11px 15px;
  }
}
.navbar .mainlink > li > a:before {
  bottom: 10px;
}
@media (max-width: 1366px) {
  .navbar .mainlink > li > a:before {
    bottom: 0px;
    background-color: var(--accent);
  }
}
.navbar .mainlink .dropdown-menu {
  top: 40px;
}
@media (max-width: 1366px) {
  .navbar .mainlink .dropdown-menu {
    top: 35px;
  }
}
@media (max-width: 820px) {
  .navbar .mainlink .dropdown-menu {
    position: static;
  }
}
.navbar .mainlink .dropdown-menu li a {
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.navbar .mainlink .dropdown-menu li a:focus,
.navbar .mainlink .dropdown-menu li a:hover,
.navbar .mainlink .dropdown-menu li a:active {
  color: #009C48;
}

@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
}
@media (min-width: 1366px) {
  .navbar-header {
    float: left;
  }
}
.navbar-brand {
  max-width: 300px;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .navbar-brand{
    padding: 0 20px;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .navbar-brand{
    max-width: 75%;
    padding: 5px 0 0 10px;
  }
}
@media (max-width: 375px) {
  .navbar-brand{
    max-width: 70%;
  }
}
@media (max-width: 270px) {
  .navbar-brand{
    max-width: 65%;
  }
}
.navbar-toggle {
  display: block;
  font-size: 16px;
  padding: 20px 10px;
}

/* 桌機版 1366px 以上：隱藏漢堡選單 */
@media (min-width: 1366px) {
  .navbar-toggle {
    display: none;
  }
}

.mainlink {
  margin: 20px 0 18px;
}
@media (max-width: 1366px) {
  .mainlink {
    margin-top: 20px;
  }
}
@media (max-width: 1366px) {
  .mainlink {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1366px) {
  .mainlink li {
    display: block;
  }
}
@media (max-width: 767px) {
  .mainlink {
    margin-top: 0px;
  }
}
@media (max-width: 1366px) {
  .navbar .mainlink .dropdown-menu li a {
    text-align: left;
    color: #009c48;
  }
  .mainlink {
    display: block;
    width: 100%;
  }
  .mainlink > li {
    display: block;
    width: 100%;
    text-align: left;
  }

  .mainlink > li > a {
    display: block;
    width: 100%;
    padding: 12px 18px;
    border-bottom: 1px solid #eee;
  }

  .mainlink .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    box-shadow: none;
    margin: 0;
  }

  .mainlink .dropdown-menu li {
    display: block;
    width: 100%;
  }

  .mainlink .dropdown-menu li a {
    text-align: left;
    padding-left: 30px;
  }
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: #eee;
  background-color: transparent;
}

.dropdown-menu li {
  position: relative;
  width: 100%;
}
.dropdown-menu li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #e0e0e0;
}
@media (max-width: 767px) {
  .dropdown-menu li:before {
    width: 100%;
  }
}
.dropdown-menu li:last-of-type:before {
  height: 0px;
}

@media (min-width: 1366px) {
  .mainlink li .dropdown-menu {
    border: 0px solid transparent;
    border-radius: 0px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  }
  .mainlink li .dropdown-menu li a {
    padding: 10px 18px;
  }
}
@media (max-width: 1366px) {
  .dropdown-menu {
    border-color: transparent;
  }
  .mainlink {
    display: block;
    width: 100%;
  }

  .mainlink > li {
    display: block;
    width: 100%;
    text-align: left;
  }

  .mainlink > li > a {
    display: block;
    width: 100%;
    padding: 12px 18px;
    border-bottom: 1px solid #eee;
  }

  .mainlink .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    box-shadow: none;
    margin: 0;
  }

  .mainlink .dropdown-menu li {
    display: block;
    width: 100%;
  }

  .mainlink .dropdown-menu li a {
    text-align: left;
    padding-left: 30px;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background-color: var(--base);
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .navbar-collapse.collapse {
    display: block !important;
  }
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    height: auto !important;
    padding-bottom: 0;
    width: 100%;
  }
  .navbar-collapse.in {
    overflow-y: none !important;
    display: block !important;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .navbar-collapse {
    margin-top: 100px;
  }
}
@media (min-width: 1366px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    background-color: unset;
    margin-top: 0px;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible !important;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar .download_wrap {
  background: linear-gradient(to right, #009C48, #5AB645);
  color: #fff !important;
  padding: 0 20px;
  border-radius: 10px;
  margin: 0 20px;
  text-align: center;
  max-width: 200px;
  transition: all 0.4s ease 0.2s;
}
@media (max-width: 1366px) {
  .navbar .download_wrap {
    margin: 20px 15px 0;
  }
}
.navbar .download_wrap:hover {
  background: linear-gradient(to right, #72C3D6, #60C395);
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
  max-height: 400px;
}
@media (min-width: 1366px) {
  .navbar .mainlink > li:hover > .dropdown-menu {
    display: block;
  }
}
/* navbar-search */
.navbar .mainlink > li > a .fa-search{
  color: #009c48;
}
.top-search{
  background-color: #009c48;
}

.navbar-search-xs{
  margin-top: 19px;
}
.navbar-search-xs .fa-search{
  color: #009c48;
}
@media (max-width: 1366px) {
  .navbar .hidden-xs{
    display: none!important;
  }
  .navbar .visible-xs{
    display: block!important;
  }
}
/* search */
.search-wrapper .srhKeyTitle{
  font-size: 20px;
  color: #009c48;
}
.search-wrapper .srhCtyClass,
.search-wrapper .srhNewsClass{
  display: none;
}
.search-wrapper .listview-list{
  margin: 30px 0;
}
.search-wrapper .listview-list li{
  padding: 30px 0;
  border-bottom: 1px #d9d9d9 solid;
}
.search-wrapper .listview-list li a{
  text-decoration: none;
}
.search-wrapper .cidsw,
.search-wrapper .pdcph,
.search-wrapper .srhOthClass,
.search-wrapper .srhOthClassNoData{
  display: none;
}
.search-wrapper .ciNsw,
.search-wrapper .ninsw{
  font-size: 25px;
  font-weight: 600;
  color: #333350;
  padding: 20px 0;
  transition: all 0.3s;
}
.search-wrapper .ciNsw:hover,
.search-wrapper .ninsw:hover{
  color: #009c48;
}
.search-wrapper .ctycls,
.search-wrapper .newsDcls{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 10px 0;
}
.search-wrapper .kwdcls font{
  color: #009c48!important;
  font-weight: 600;
}
/* section-title */
.section-title{
  padding: 20px 0 20px 10px;
}
@media (max-width: 992px) {
  .section-title{
    padding: 40px 15px 30px;
  }
}
@media (max-width: 480px) {
  .section-title{
    padding: 0 15px 30px;
  }
}
@media (max-width: 480px) {
  .section02 .section-title{
    padding: 0 0 30px;
  }
}
.section-title h4{
  font-size: 16px;
  border: 1px #575252 solid;
  border-radius: 17px 17px 17px 0;
  padding: 2px 8px;
  max-width: 68px;
  text-align: center;
}
.section-title h2{
  font-size: 37px;
  font-weight: bold;
  margin-top: 10px;
}
.section-title h2::after{
  content: "";
  display: block;
  border-bottom: 3px #009C48 solid;
  width: 50px;
  padding-top: 15px;
}
@media (max-width: 480px) {
  .section-title h2{
    font-size: 40px;
  }
}
/* section01-default_esg */
.section01{
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .section01{
    padding: 40px 0;
  }
}
/* esg button */
.esg-btn_wrap{
  position: absolute;
  right: 15%;
  bottom: 25%;
}
@media (max-width: 1700px) {
  .esg-btn_wrap{
    right: 8%;
  }
}
@media (max-width: 1500px) {
  .esg-btn_wrap{
    right: 4%;
  }
}
@media (max-width: 1300px) {
  .esg-btn_wrap{
    right: 3%;
    bottom: 13%;
  }
}

@media (max-width: 900px) {
  .esg-btn_wrap{
    position: relative;
    padding: 20px;
    margin: 20px 0;
    right: 0%;
  }
}
.esg-btn{
  width: 120px;
  height: 120px;
  transition: all 0.4s; 
}
/* 半透明呼吸動畫圈 */
.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(22, 22, 22, 0.4);
  animation: pulse 2s infinite ease-in-out;
  z-index: 1;
}

/* 旋轉虛線圈 */
.dashed-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgb(51, 49, 49);
  border-radius: 50%;
  animation: rotate 15s linear infinite;
  z-index: 0;
}

/* 中間按鈕 */
.circle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(to right, #009C48, #5AB645);
  color: white;
  border: none;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}

.circle-button .icon {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 4px;
}

.esg-btn:hover .circle-button {
  background: linear-gradient(to right, #72C3D6, #60C395);
}

.esg-btn:hover .dashed-ring {
  animation-play-state: paused;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.4;
  }
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* esg button End*/


/* section02-default_news */
.section02{
  background: url(../../images/news_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.section02 .section-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section02 .news_content{
  background-color: #ffffffb4;
  padding: 120px 30px 120px 200px;
  border-radius: 0 80px 80px 0;
  margin: 0 0 80px -252px;
}
@media (max-width: 1400px) {
  .section02 .news_content{
    background-color: #ffffffe3;
    padding: 120px 0px 120px 288px;
    border-radius: 0 80px 80px 0;
    margin: 0 0 80px -252px;
  }
}
@media (max-width: 992px) {
  .section02 .news_content{
    padding: 40px 30px;
    border-radius: 60px;
    margin: 0 0 80px 0;
  }
}
.section02 .news-list{
  padding-left: 50px;
}
@media (max-width: 992px) {
  .section02 .news-list{
  padding-left: 10px;
  }
}
#rwdnews_list {
  padding: 0 20px 0 0;
}
@media (max-width: 767px) {
  #rwdnews_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #rwdnews_list {
    padding: 0;
  }
}
#rwdnews_list ul {
  float: left;
  width: 50%;
}
@media (max-width: 992px) {
  #rwdnews_list ul {
    float: none;
    width: 100%;
  }
}
#rwdnews_list .rwdnewsli{
  margin: 10px 20px;
}
@media (max-width: 480px) {
  #rwdnews_list .rwdnewsli{
    margin: 0;
}
}
#rwdnews_list ul .rwdnewsli .pic {
  display: none;
}
#rwdnews_list ul .rwdnewsli .pic img {
  display: block;
  width: 100%;
  min-height: 250px;
  transform: scale(1);
  transition: all 0.4s;
}
#rwdnews_list ul .rwdnewsli:hover .pic img {
  transform: scale(1.05);
}
#rwdnews_list .rwdnewsli {
  display: flex;
  flex-direction: column;
}
#rwdnews_list .rwdnewsli .newscontent h4::after{
  content: "";
  display: block;
  border-bottom: 1px #766D6D solid;
  padding-top: 20px
}
#rwdnews_list ul .rwdnewsli .newscontent h4 a{
  color: #333350;
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 700;
  min-height: 55px;
}
@media (max-width: 992px) {
  #rwdnews_list ul .rwdnewsli .newscontent h4 a{
    min-height: 20px;
  }
}
#rwdnews_list ul .rwdnewsli .newscontent .ctydate{
  margin: .8rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  color: #aaa;
  margin-bottom: 10px;
}
#rwdnews_list ul .rwdnewsli .newsDate{
  color: #766D6D;
  letter-spacing: 1.5px;
  margin-right: 10px;
}
#rwdnews_list ul .rwdnewsli .card-category{
  /* background: linear-gradient(to right, #009C48, #5AB645); */
  display: none;
}
#rwdnews_list ul .rwdnewsli .newscontent h4 a{
  color: #333350;
  font-size: 17px;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
}  
#rwdnews_list ul .rwdnewsli .newscontent h4 a:hover,
#rwdnews_list ul .rwdnewsli .newscontent h4 a:focus{
  color: #009C48;
  text-decoration: none;
}
#rwdnews_list ul .rwdnewsli .newscontent p{
  display: none;
}

/* section03-default_viedo */

@media (max-width: 767px) {
  .section03 .video_box{
    padding: 0 20px;
  }
}
.section03 .section-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* hadder-inner */
.jumbotron{
  background-image: url('/rwd161/store/F1/page-header04.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 350px;
  background-color: transparent;
  margin-bottom:0;
  margin-top: 80px;
  display: flex;
  align-items: center;
  border-radius: 0 0 60px 60px;
}
@media (max-width: 768px) {
  .jumbotron{
    height: 250px;
  }
}
@media (max-width: 480px) {
  .jumbotron{
    background-size: cover;
    background-attachment: scroll;
  }
}
@media screen and (min-width: 1921px) {
  .jumbotron {
    background-size: contain;
  }
}
.jumbotron .cateTitle{
  font-size: 46px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #3f3f41;
}
@media (max-width: 480px) {
  .jumbotron .cateTitle{
    font-size: 35px;
  }
}
.jumbotron .road{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-left: 3px;
  color: #3f3f41;
}
.jumbotron .road a{
  color: #3f3f41;
}

/* page-news */
.news-wrapper .news-content{
  margin: 30px 10px 0;
}
.news_author{
    display: none;
}
.news_title{
    font-size: 25px;
    font-weight: 600;
    color: #5B5050;
    margin: 0 0 18px!important;
    line-height: 1.4;
}
.news-wrapper .aside-title{
    display: none;
}
@media screen and (max-width: 768px) {
    .news-wrapper .aside-title{
      display: block!important;
      background-color: transparent;
    }
}
@media screen and (max-width: 480px) {
    .news_imgBox{
      display: block;
  }
}
.newsitem{
    margin-bottom: 20px;
    padding: 0 20px;
  }
.NEWS_type{
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    display: flex;
    border-bottom: 1px #cacaca solid;
}
@media screen and (max-width: 480px){
    .NEWS_type{
        flex-direction: column;
    }
}

.NEWS_type li{
    font-weight: 600;
    transition: all .3s linear;
    display: block;
    margin-bottom: 10px;
    max-width: 200px;
}
@media screen and (max-width: 768px){
    .NEWS_type li{
      max-width: 100%;
  }
}

.NEWS_type li a{
  background-color: #fff;
  color: #009C48;
  border: #009C48 1px solid;
  margin: 0 10px;
  border-radius: 25px;
}
.NEWS_type li a:hover{
  background-color: #009C48;
  color: #fff;
}
.NEWS_type li .topic{
  background-color: #009C48;
  color: #fff;
}
.NEWS_type li .type_icon{
    display: none;
}
.NEWS_type .badge{
    display: none;
}
@media screen and (max-width: 480px){
.headlinecate{
    border: transparent;
    border-radius: 0px;
    margin: 0;
}
}
.headlinecate img{
    display: none;
}
.news-wrapper .aside-title{
  padding: 0 10px;
}
.news-wrapper .newsbar{
  display: none;
}
.news-wrapper .thumbnail{
    border: none;
    border-bottom: 1px #cccccc solid;
    background-color: transparent;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.newslist img.news_pic{
    margin: 0 30px 0 0;
    padding: 0;
    width: 250px;
    border-radius: 15px;
    transition: all 0.3s;
}
@media screen and (max-width: 560px){
    .newslist img.news_pic{
        margin: 0 0 20px 0;
        width: 100%;
    }
}
.newslist :hover img{
    transform: scale(1.03);
}
.newslist .newslist img:hover .news_title{
    color: #009C48;
}

.news-list .news_imgBox-fit{
  overflow: hidden;
  display: block;
}
.caption p{
    margin: 20px 0;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #7d7d7d;
     display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制顯示2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 768px){
    .caption p{
        margin: 0 0 10px 0;
    }
}
.news_date{
  letter-spacing: 0.5px;
  font-size: 16px;
  min-width: 103px;
  font-weight: 500;
  color: #5B5050;
}
.news_date img{
    display: none;
}
.news_sort{
  display: none;
}
.news_sort img{
    display: none;
}
.news_author{
  display: none;
}
.news_more:hover,
.news_more:focus{
  background-color: #009C48;
  color: #fff;
}
#LinkContainer h1.news_title{
    padding: 0 20px;
}
.news-wrapper .btn-default{
    border-radius: 0px;
    padding: 10px 30px;
    transition: all.2s ;
}
.news p{
    padding-left: 20px;
}
.descri-none {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    margin: 20px 0;
}   
.news-wrapper h1.news_title{
  padding: 0;
  font-size: 40px;
}
.news-wrapper .article-content{
  margin: 20px 0;
}
.news-wrapper .arti-news{
  margin: 0;
  text-align: center;

}
.news-wrapper .news_content{
  margin: 0;
}
.news-content .arti-news > img{
  margin: 30px 0;
  max-width: 800px;
}
.pagination>.active>a{
    transition: all.3s;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover,
.pagination>li>a:focus,
.pagination>li>a:hover{
    background-color: #24814f;
    border-color: transparent;
}
@media screen and (max-width: 768px) {
    .news-wrapper h2.aside-title:after {
        color: #555;
        font-weight: 400;
    }
}
.news-wrapper .NP-Buttons{
  display: flex;
  justify-content: flex-end;
  border-bottom: #aaaaaa 1px solid;
  padding-bottom: 20px;
}
/* contact */
.contact-wrapper .form-control{
  border: none;
}
.contact-wrapper .form-control{
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f9f9f9;
  background-image: none;
  border-bottom: 1px #ccc solid;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-wrapper .content-wrap{
  /* display: flex;
  justify-content: space-between; */
  background-color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .contact-wrapper .content-wrap{
    /* flex-direction: column;
    align-items: center; */
    margin: 30px 10px;
  }
}
.contact-wrapper .img-wrap{
  background-image: linear-gradient(rgba(18, 18, 20, 0.4), rgba(0, 0, 0, 0.4)), url(/hipershop/rwd1798/store/F1/contact.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
@media screen and (max-width: 1200px) {
  .contact-wrapper .img-wrap{
    max-width: 100%
  }
}

.contact-wrapper .form-group{
  margin: 25px 0;
}
.contact-wrapper .form-wrap {
  padding: 70px 180px;
}
@media screen and (max-width: 992px) {
  .contact-wrapper .form-wrap {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 480px) {
  .contact-wrapper .form-wrap {
    padding: 50px 20px;
  }
}
.contact-wrapper .form-group .control-label {
  font-size: 16px;
  margin: 0;
  text-align: left;
}

.contact-wrapper .btn-info{
  color: #fff;
  background-color: #009C48;
  border-color: transparent;
  border-radius: 0;
  padding: 10px 40px;
  transition: all 0.3s;
  margin: 20px 0 0 15px;
}
.contact-wrapper .btn-info:hover{
  color: #009C48;
  background-color: #fff;
  border-color: #009C48;;
}
.contact-wrapper .has-error .form-control:focus{
  box-shadow: none;
}
/* more-btn */
.more-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #5B5454;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 480px) {
  .more-btn {
    margin-top: 20px;
  }
}
.more-btn h5{
  margin-top: 13px;
  font-size: 17px;
}
.arrow-box {
  width: 30px;
  height: 30px;
  background-color: #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.more-btn:hover,
.more-btn:focus {
  transform: translateX(5px);
  text-decoration: none;
  color: #5B5454;
}

.more-btn:hover .arrow-box {
  transform: scale(1.2) translateX(2px);
  background-color: rgb(98, 197, 121);
}


/* footer */
.footerwrap{
  margin-top: 20px;
}
.footer_bg img{
  display: block;
  width: 100%;
  height: auto;
}
footer{
  background-color: #fff;
}
footer .content{
  padding-top: 40px;
}
footer .menu h4{
  font-size: 18px;
  color: #009C48;
  font-weight: 600;
}

footer .menu ul{
  margin: 20px 0;
}

footer .menu ul a{
  font-size: 16px;
  color: #333350;
  letter-spacing: 1.5px;
  line-height: 1.8;
  font-weight: 500;
}
footer .bottom{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  border-top: 1px #D9D9D9 solid;
  padding: 20px 0;
  letter-spacing: 1.2px;
}
@media (max-width: 992px) {
  footer .bottom{
    display: block;
    padding: 20px;
  }
}
footer .bottom .text{
  padding: 0;
  display: flex;
  justify-content: flex-start;
  color: #575252;
}
@media (max-width: 992px) {
  footer .bottom .text{
    display: block;
    padding: 10px 0;
  }
}
footer .bottom{
  font-size: 13px;
}
@media (max-width: 992px) {
  footer .bottom{
    text-align: center;
  }
}
footer .bottom p{
  margin: 0 10px 0 0;
}
footer .bottom .link-wrap{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
@media (max-width: 992px) {
  footer .bottom .link-wrap{
    justify-content: center;
  }
}
footer .bottom .link-wrap a{
  color: #575252;
  padding: 0 0 0 10px;
}

footer .bottom .link-wrap a:not(:last-child){
  border-right: 1px #D9D9D9 solid;
  padding: 0 10px;
}
@media (max-width: 992px) {
  footer .bottom .link-wrap a:not(:last-child){
    padding: 0 10px 0 0;
  }
}
.footer-wave {
  background: #fff; /* 背景色，也可以用 body 的底色 */
  line-height: 0;
}
.footer-wave svg {
  display: block;
  width: 100%;
  height: auto;
}
.footer {
  padding: 60px 20px;
  text-align: center;
}
/* footer_form */
.footer_form a{
  color: #009C48;
  transition: all 0.3s;
}
.footer_form a:hover{
  color: #59ca8e;
  text-decoration: none;
}
.subscribe-box {
  max-width: 250px;
}

.input-group {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0;
}

.input-group input {
  flex: 1;
  padding: 10px 8px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #555;
}

.input-group input::placeholder {
  color: #aaa;
}

.input-group button {
  background-color: transparent;
  border: none;
  border-radius: 15px;
  color: #ccc;
  cursor: pointer;
}
.input-group i {
  font-size: 25px;
  transition: all 0.3s;
}
.input-group i:hover {
  color: #2d8f5a;
}
.footer_form a img{
  transition: all 0.3s;
}
.footer_form a img:hover{
  filter: brightness(1.2);
}