/* CSS Document */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-kerning: auto; }
/** font-family:=================================*/
.color-white{color: #fff!important;  }
.color-blue{color: #215285!important;  }
.color-orange{color: #ed6d34!important;  }

.wrapper { position: relative; display: block; margin:0px auto; padding: 0px 30px; width: 100%;  max-width: calc((100% - 60px)/12*12 + 60px); }
@media (min-width:1025px) {
.wrapper { padding-right: 30px; padding-left: 30px;   }
}
@media (min-width: 1201px) and (max-width: 1400px) {
.wrapper { padding-right: 40px; padding-left: 40px; max-width: 100%;}
}
@media (min-width: 1401px) {
.wrapper { padding-right: 80px; padding-left: 80px; max-width: 1300px; }
}
@media (max-width: 320px) {
.wrapper {  margin:0px; padding: 0px 20px;  }

}

.wrapper-full { position: relative; display: block; margin:0px auto; padding: 0px 20px; width: 100%;  max-width: calc((100% - 40px)/12*12 + 40px); }
@media (min-width:1025px) {
.wrapper-full { padding-right: 40px; padding-left: 40px;   }
}
@media (min-width: 1201px) and (max-width: 1400px) {
.wrapper-full { padding-right: 20px; padding-left: 20px; }
}
@media (min-width: 1401px) {
.wrapper-full { padding-right: 100px; padding-left: 100px;   }
}

.banner{background:#fff;  margin-top: 0px;position: relative; }
 
.banner .item { width: 100%; height:auto;position: relative; overflow: hidden;}
 /*mixin */
.slide-content-headings, .slick-slide::before, .slick-slide { -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.main-slider { position: relative; width: 100%;  height:auto;  margin-bottom: 0; opacity: 0;  overflow: hidden;visibility: hidden; -webkit-transition: all 1.2s ease;  -moz-transition: all 1.2s ease; -o-transition: all 1.2s ease; -ms-transition: all 1.2s ease; transition: all 1.2s ease; }
.main-slider.slick-initialized { opacity: 1; visibility: visible;}
.main-slider .slick-dots { margin-bottom: 0px; position: absolute; bottom:20px; z-index:9;}
.slick-slide { position: relative;}
.slick-slide::before { background-color: #000000; opacity: 0.3; z-index: 1;}
.slick-slide video { display: block;  position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto;  -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.slick-slide iframe { position: relative; pointer-events: none;}
.slick-slide figure { position: relative; height: 100%; margin: 0; overflow: hidden; }

.slick-slide .slide-image { opacity: 0; height: 100%; background-size:cover; background-position: center;  -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease;}
.slick-slide .slide-image.show {  opacity: 1;}
.slick-slide .image-entity { height:100vh; opacity: 0; overflow: hidden; visibility: hidden;}

.slick-slide .loading { position: absolute; top: 44%; left: 0; width: 100%;}
.slick-slide .slide-media { animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);}
.slick-slide.slick-active { z-index: 1;}
.slick-slide.slick-active .slide-media {  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);}
.slick-slide.slick-active .slide-content-headings { opacity: 1;  -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0);  -o-transform: translateY(0); transform: translateY(0);  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;}

.slide-content-headings { position: relative; padding:0px 40px;   opacity: 0; z-index: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;  -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px);  transform: translateY(100px);}

.slide-content { width: 55%; position: absolute; left: 20%; top:54%;text-transform: uppercase; transform: translate(-20%, -54%); z-index: 999;}
.slide-content-headings h2{ font-size: 2.75rem; font-weight:700; line-height:3.15rem; color:#000; margin:0px 0px 10px 0;letter-spacing: 2px; word-wrap: normal;  }
.slide-content-headings p{ font-size:1.5rem; font-weight:700; line-height:2rem;color:#4f4f4f;  letter-spacing: 1px; word-wrap: normal;  } 

@media (max-width:1160px) {
.slide-content-headings h2 { font-size: 2rem; line-height:2.5rem;  margin-bottom: 20px; }
.slide-content-headings h3 { font-size: 2rem; line-height:2.5rem;}
.slide-content-headings p { font-size:1.15rem;  }
}



@media (max-width:840px) {
.slide-content { width: 90%;  top:45%;  left:30%; transform: translate(-30%, -75%);}
.slide-content-headings h2 { font-size: 2rem; margin-bottom: 20px; }
.slide-content-headings h3 { font-size: 2rem;  }
.slide-content-headings p { font-size:1.5rem;  }
}
@media (max-width:767.98px) {
.slide-content { top:65%;  left:30%; transform: translate(-30%, -65%);}
.slide-content-headings h2 { font-size: 1.5rem;   line-height:2.35rem; margin-bottom: 10px; }
.slide-content-headings h3 { font-size: 1.15rem;  line-height:1.5rem;   }
.slide-content-headings p { font-size:1rem;line-height: 1.35rem;  }
}
@media (max-width:320px) {
.slide-content {top:65%;  left:30%; transform: translate(-30%, -65%);}
.slide-content-headings { position: relative; padding:0px 0px 0px 20px; }
.slide-content-headings h2 { font-size: 1.275rem;   line-height:1.5rem; margin-bottom: 10px; }
.slide-content-headings h3 { font-size: 1.15rem;  line-height:1.5rem;   }
.slide-content-headings p { font-size:1rem;line-height: 1.35rem;  }
}




@keyframes slideIn {
  from {
    filter: url(blur.svg#blur);
    filter: blur(15px);
    -webkit-filter: blur(15px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="10");
  }
  to {
    filter: url(blur.svg#blur);
    filter: blur(0);
    -webkit-filter: blur(0);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="10");
  }
}
@keyframes slideOut {
  from {
    filter: url(blur.svg#blur);
    filter: blur(0);
    -webkit-filter: blur(0);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="10");
  }
  to {
    filter: url(blur.svg#blur);
    filter: blur(15px);
    -webkit-filter: blur(15px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="10");
  }
}
 
@-webkit-keyframes zoomInImage {
from { transform: scale3d(1, 1, 1); }
to { transform: scale3d(1.1, 1.1, 1.1); }
}
@keyframes zoomInImage {
from { transform: scale3d(1, 1, 1); }
to { transform: scale3d(1.1, 1.1, 1.1); }
}
.zoomInImage { -webkit-animation-name: zoomInImage; animation-name: zoomInImage;}
@-webkit-keyframes zoomOutImage {
from { transform: scale3d(1.1, 1.1, 1.1); }
to {transform: scale3d(1, 1, 1); }
}
@keyframes zoomOutImage {
from { transform: scale3d(1.1, 1.1, 1.1); }
to { transform: scale3d(1, 1, 1); }
}

.text-content{ width: 100%; font-weight: 700; font-size:2rem!important; margin-bottom: 10px; color: #000!important; }
.text-content:first-letter{ color:#e60012;}
@media (max-width: 1199.98px) {
.text-content {  font-size:1.5rem!important;  }
}
@media (max-width:767.98px) {
.text-content{ font-size:1.25rem!important; margin-bottom: 5px;  }   
}

.main-wrap{ width: 100%; padding:0px; margin:0px auto; height: auto;  display: flex; flex-wrap: wrap;  }


/***** product  **** 
=================================*/
.produt-wrap{width:100%; padding:0px;margin:0px auto; }
@media (max-width: 1440px) {
.produt-wrap{ padding:20px 0px;  }
}
@media (max-width: 1024px) {
.produt-wrap{padding:30px 0px; }
}
/*----------------------------------------/
產品總覽頁Product
---------------------------------------- */
.product{margin:60px auto 0px auto; padding: 0px;}
.product li { margin:0px auto; padding: 0px; transition: all 0.3s linear 0s; list-style: none; }
.product li .item{width: 100%; margin-bottom: 20px; display: flex; flex-wrap: wrap;  }
.product li h3 { margin-bottom: 30px; font-size:clamp(1rem, 2.3vw, 1.75rem); font-weight:600;  }
.product li .photo { width: 55%;  display: flex;flex-wrap: wrap; align-items: center; justify-content: space-between; }
.product li .photo .img-1{ width:50%; }
.product li .photo .img-2{ width:50%; margin-top: 10%;  }
.product li .photo figure{  padding-top:135%; height: 0;  object-fit: cover; overflow: hidden;   transition: all 0.5s ease 0s;}  
.product li .inner-box {width: 45%;margin: auto; padding:0px;  transition: all .4s ease;  }
.inner-txt{ margin: auto 0px 20px 20px;   }
.main-name { margin-bottom: 10px; font-size:clamp(1rem, 2.3vw, 1.375rem); font-weight:600; line-height: 1.5; letter-spacing: normal; color:#684914;}
.main-name:before { width: 1px; height:20px; content: ""; display: inline-block;  margin-right: 8px;  margin-top: 4px; background-color:#684914; }
.main-summary { margin-left: 10px; }  
.main-summary p{  font-size:clamp(.9rem, 2.3vw, 1rem);line-height: 1.7rem; font-weight: 400; color: #54703e;font-family: "Noto Sans TC", sans-serif;}  
@media (max-width:840px) {
.product li .photo { width: 100%; height: auto; padding: 0px;  overflow: hidden;     }
.product li .inner-box {width: 100%;margin: auto; padding: 25px 20px;  z-index: 9; transition: all .4s ease;  }
}
@media (max-width:767.98px) {
.product li .photo{  width:100%;  }
.product li .inner-box { width: 100%;  padding: 25px 0px;  }   
.product li .inner-box .inner-txt{ width: 100%; margin: 0px 0px 20px 0px;  } 
.main-name:before {  margin-bottom: -4px; height:20px;   }	
}
.product .slick-prev{ top:auto; bottom:-30px; left:calc(50% - 65px) }
.product .slick-next{ top:auto; bottom:-30px; right:calc(50% - 65px)   }
@media (max-width:767.98px) {
.product .slick-prev,.product .slick-next{  top:-40px; bottom:auto;  width: 36px;  height: 36px;}
.product .slick-prev{  left:calc(100% - 80px) }
.product .slick-next{   right:0px   }

}
.imginfo {filter: blur(5px); transition: all 0.5s ease 0s;}
.imginfo.over {filter: blur(0px); transition: all 0.75s ease 0s;}

 .main-about{  margin:0px; padding:8vw 0px; background-color: #ede8e4 }
.block {width:30%;}
@media (max-width: 992px) {
.block {width:100%;margin: 0px; padding: 0px; }  
}
.post-btn{  margin-top:50px; }

.block-txt{width:70%; margin:auto; padding: 0px 50px;}
.block-txt p { font-size: clamp(0.9rem, 2.3vw, 1rem);font-size:1rem;  line-height:1.5rem; font-weight: 400;margin-bottom: 30px; font-family: "Noto Sans TC", sans-serif;  }
 @media (max-width: 992px) {
.block-txt{ width:100%;margin:10% auto auto auto;  padding: 0px; }
}
@media (max-width:767.98px) {
.block-txt{ margin:20px 0px; padding: 0px;}   
}
.block-pic {width:50%; height: auto;margin: 0; padding:0px;  position: relative;  }
@media (max-width: 992px) {
.block-pic {width:100%; height: 500px;margin: 0; padding:0px;  }
}
@media (max-width: 320px) {
.block-pic {width:100%; height: 360px; }
}
.block-box{ width: 60%; margin-top: -2%; position: relative; z-index: 9; }
@media (max-width: 1280px) {
.block-box{ width: 100%; margin-top: 0;  }
}
@media (max-width: 992px) {
.block-box{ width: 96%; margin: -30px auto auto auto;  }
}
 /*-------------------*/
/***** 最新消息 *****/
/*------------------*/
.archives{  margin:5% auto auto auto; padding:40px 0px;  background-color: #a48b78;  }
.news{  margin:auto; padding:40px 0px;  background-color: #ede8e4;  }
@media (max-width: 1080px) {
.archives{ padding:20px 0px 0px 0px;}	
.news{ padding:20px 0px 0px 0px; }
}
/*.archives .news-list h3,.archives .news-list h3 a,.archives .news-list p,.archives .listBox {color: #fff; }
.archives .btn-1{ color: #fff; border-color:#fff}
.archives .btn-1 em{filter: grayscale(1) brightness(200%);}
*/
.archives .title-wrap{border-color: #fff;}
.archives .title-text,.archives .title-strong,.archives .title-subtitle{  color:#fff; }
.archives .title-text::after {  background-color:#fff; } 
 
.archives .news-list{width: calc(100% + 40px); margin: 0px -20px;  padding: 30px 0px;   }
.news .news-list{width: calc(100% + 40px); margin: 0px -20px;  padding: 30px 0px;  }


.news-list{width: calc(100% + 80px); margin: 0px -40px;  padding: 30px 0px; display: flex;  flex-wrap: wrap; justify-content: space-between;  }
.news-list li{ width: calc(100% - 30px); padding:0px;margin:10px 15px; list-style: none;   transition: all 0.5s ease 0s; }
.news-list figure img { max-width:100%; height: auto; object-fit: cover; margin: auto; display: block;  border-radius: 0.75rem;transition: all 0.5s ease-in-out;}
.news-list figure  {width: 100%; padding-bottom: 66.666%; height: 0; overflow: hidden; position: relative; border-radius: 0.75rem;  z-index: 1; transition: all 0.5s ease 0s; transition: all 0.5s ease-in-out;}
.news-list li:hover figure img { opacity: .75;  transform: scale(1.15); }
.news-list .news-item  {width:100%; height: auto; padding:20px; border-radius: 1rem;  background-color: #fff; border: solid 1px #fff;display: flex;  flex-wrap: wrap; justify-content: space-between}
.news-list .news-pic  {width:100%; height: auto; padding: 0px;  border-radius: 0.75rem;overflow: hidden; position: relative; }
.news-list .news-box{ width: 100%; margin: 0px;padding:20px 0px 0px 0px;  box-sizing: border-box;display: -ms-flexbox; display: flex; flex-wrap: wrap;justify-content:flex-end}
.news-list .news-box .btn-1{ margin: 20px 0px; border-radius: 15px;  }
.listDateBox {width:72%;  padding:0px; font-size: 1rem; color:#666464;  }
.listBox{width:28%; padding:0px; font-size: 0.875rem; text-align: right;color:#684914;   }
.news-list h3 { min-height: 48px; margin:0px 0px 15px 0px;font-size: clamp(1rem, 2.3vw, 1.175rem); line-height:1.75rem; font-weight:700; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow-wrap: break-word; }
.news-list h3 a{ color:#684914; }
.news-list li:hover h3 a,.news-list li:hover p{  color:#54703e; }
.news-list p{ width: 100%; margin-bottom: 10px; font-size: clamp(.875rem, 2.3vw, .9rem);line-height: 1.375rem; font-weight:400;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow-wrap: break-word;font-family: "Noto Sans TC", sans-serif; }

.news-list li:hover .news-item{ border: solid 1px #54703e;}
.news-list li:hover .listBox {color: #54703e; }
.news-list li:hover .news-box .btn-1{ color: #fff; border-color:#54703e; background:#54703e; }

.news-list .slick-dots { margin-top: 20px; }
.news-list .slick-dots li{ width: 8px; height: 8px;  margin: 0 7.5px;}
 @media (max-width: 1024px) {
.news .news-list li,.archives .news-list li{ width: calc(100% - 40px); padding:0px;margin:10px 20px;  }	
.news-list .slick-dots li{ width: 8px; height: 8px;  margin: 0 7.5px;}
 }

 @media (max-width: 768px) {
.news .news-list li,.archives .news-list li{ width: calc(100% - 40px); padding:0px;margin:10px 20px;  }	
.listDateBox {width: 100%;  font-size: .875rem;  }
.listBox{width: 100%;  padding:0px; font-size: 0.875rem;  text-align: left}
.news-list p{ width: 100%; margin-bottom: 10px; font-size: clamp(.875rem, 2.3vw, .9rem);line-height: 1.375rem; font-weight:400;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow-wrap: break-word;font-family: "Noto Sans TC", sans-serif; }	 
.news-list .slick-dots li{ width: 8px; height: 8px;  margin: 0 7.5px;}
}
 @media (max-width: 320px) {
.news-list .news-item  {padding:15px; }
	 
}
  
 @media (max-width: 992px) {
.service{ padding: 40px 0px;}
}




.icon-list{width: 100%; margin:5% auto; padding:20px 300px; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative }
.icon-list:after{content: ""; width: 100%; height: 1px; position: absolute; left:0px; top:35%; background-color:#674814;  }
.icon-list li{width:calc(100%/3); margin:0px; display:flex; flex-wrap: wrap; transition: all 3s ease 0s;position: relative; z-index: 2; } 
.icon-list li .item{ width: 100%; margin:auto; padding: 10px; text-align: center}
.icon-list li .item a{color: #000;transition: all 0s ease 0s;}
.icon-list li:hover .item-circle{ transform: scale(1.05); opacity: .85; box-shadow: 0px 3px 10px rgba(0,0,0,.8)}
.item-circle { display: flex;  align-items: center; justify-content: center; text-align: center; width: 150px; height: 150px; margin: auto;background-color: #fff;  border-radius:99rem; border: solid 1px #674814; overflow: hidden;transition: all 3s ease 0s;}
.item-circle figure{ width: 80%; margin: auto;}
.icon-list li:hover h3{color:#674814;}
.icon-list li h3 {margin: 15px auto; width: 100%; font-size: clamp(1rem, 2.3vw, 1.375rem); line-height:1.75rem; font-weight:700; }  
@media (max-width: 1280px) {
.icon-list{  padding:30px 10px 30px 60px; }
.icon-list li h3{  font-size: 2rem; }
}
@media (max-width:767.98px) {
.icon-list{  padding:30px; }
.icon-list:after{content: ""; width: 1%; height: 100%; position: absolute; left:50%; top:0;  }
.icon-list li{width:100%; margin:auto;  } 
.icon-list li h3{  font-size: 1.375rem; background: #fff}
 
}

 


.title-text{ font-size:2rem;font-weight: 500; letter-spacing: 2px; color:#684914; position: relative; }
.title-text::after { width: 8px; height: 8px; content: ""; display: inline-block;  margin-left: 15px; background-color:#684914;  border-radius: 50%;} 
.title-strong{display: block;  width: 100%; font-size: 1.313rem; line-height: 2rem; letter-spacing: 1.2px; font-weight:700;  margin-bottom: 30px; color: #684914;  }
.title-subtitle{ font-size: clamp(1.275rem, 2.3vw, 2.375rem); font-weight:600;  letter-spacing: 3px; }

.title-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: space-between; margin-top: 50px;border-bottom: 1px solid #684914; }
.title-wrap .title {width: 60%  }
.title-wrap .subtitle {  justify-content: flex-end;}
@media (max-width: 992px) {
.title-wrap { width: 100%;display: block; margin: 0px; }
.title-wrap .title {width: 100% }
.title-wrap .subtitle { border: none; }
}
@media (max-width:767.98px) {
.title-text{  width: 100%; font-size:1.375rem;  }
.title-strong{  font-size: 1rem; line-height: 1.5rem;  }	
}

.title h1{ margin-top: 20px; font-size: clamp(1.275rem, 2.3vw, 2.375rem); font-weight:600;  letter-spacing: 3px;  }
@media (max-width:320px) {
.title h1{  font-size: 1.175rem;   }        
}

 
/*ms-title-2  樣式
=================================*/
.title-2 { width:100%; height: auto;  margin:auto auto 30px auto; padding:20px; text-align: center; position: relative; z-index: 99; }
.title-2 span{ width: auto; margin:0px auto 30px auto; font-size: 1rem; color: #225384;  line-height: 3rem; font-weight:700;  position: relative; }
.title-2 span:after{ content: ""; width:30%; height:3px; bottom: -10px; left:0; background: #225384; position: absolute; }
.title-2 h2{ width: auto; margin:15px 0px; font-size:3.125rem; font-weight: 700;  letter-spacing:1px;   }
.title-2 p{ width: auto; margin:0px auto;font-size: 1.15rem;  font-weight: 500; line-height:1.75rem;   letter-spacing:1px;    }
.title-2 strong{color: #225384;}
@media (max-width: 1280px) {
.title-2 {   margin: 0px auto; padding:20px;  }
.title-2 h2{font-size:2rem;}   
.title-2 p{font-size: 1rem;}   
.title-2 h2,.title-2 h3,.title-2 p{ margin:15px auto; }
}
 
@media (max-width: 768px) {
.title-2 p{ line-height: 1.35rem;}   
.title-2 span{  line-height: 1rem;   }    
}

@media (max-width: 767.98px) {
.title-2 { padding:0px; }
.title-2 h2{font-size:1.5rem;}   
.title-2 p{ font-size: .9rem; line-height: 1.15rem; }      
}
@media (max-width: 320px) {
.title-2 h2{font-size:1.35rem;}   
}

 /***** btn **** 
=================================*/
.btn-btnbox {position: relative;z-index:9; display: flex;  justify-content: center;  width: 100%; height: auto; margin:0px;  transition: all 1s;}  

/*scroller mousey Styles====*/
.scroll-downs { position: absolute;  left: 40px; bottom: 40vh;  margin:0px auto; width :20px; height: auto;display: flex;  justify-content: center;transition: all 1s;z-index: 999;}
.mousey { width: 2px; padding: 5px 8px; height: 24px; border: 2px solid #fff; border-radius: 25px; opacity: 0.75; box-sizing: content-box; position: relative; }
.mousey:before{content:attr(data-content)!important; padding: 5px 0px; font-size: 0.875rem; font-weight: 700; color: #fff; text-align: center; writing-mode: vertical-lr;
position: absolute;top:-100px; left:0px; height: 100px;}
.scroller { width:4px; height: 8px; border-radius: 25%; background-color:#f39800; animation-name: scroll; animation-duration: 2.2s; animation-timing-function: cubic-bezier(.15,.41,.69,.94); animation-iteration-count: infinite;}
 
@media (max-width:992px) {
.scroll-downs { display: none; }    
}
 

@keyframes scroll {
0% { opacity: 0; }
10% { transform: translateY(0); opacity: 1; }
100% { transform: translateY(15px); opacity: 0;}
}
/*.btn-1 
=================================*/
.btn-1 { cursor: pointer; margin: auto; padding: 0px 10px 2px 15px; border: solid 1px #54703e;}
a.btn-1 { color: #54703e;}
.btn-1 span{ font-size: 0.75rem; font-weight: 600;}
.btn-1 em {display: inline-block;margin-left: 5px;  width:10px; height:10px; transition: all 0.3s ease; background: url("../images/icon/arrow-45.png") no-repeat right bottom; background-size: 10px;}
.btn-1:hover{background-color:#54703e; border: solid 1px #54703e;  }
a.btn-1:hover{ color:#fff;}
a.btn-1:hover em{filter: grayscale(1) brightness(200%);}

 

/*cms-btn Styles 1
=================================*/
.btn-02{ cursor: pointer; width:200px; height:2.75rem; padding:0px 30px;margin: 0px; line-height:2.75rem; display: flex;justify-content: center; align-items: center;  position: relative; border-radius:30px;   box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34); background-color:#684914; z-index: 1; overflow: hidden; border: none; }
.btn-02 span { display: flex;  transform-origin: center left; transition: color 0.3s ease;position: relative;z-index:1; font-weight: 700; color: #fff;}
.btn-02 em {position: absolute;width:20px; height:20px; right:20px;top: 25%; transition: all 0.3s ease; background: url("../images/icon/arrow-45.png") no-repeat right top; background-size: 20px;filter: grayscale(1) brightness(200%);z-index: 1; }
.btn-02:before,.btn-02:after {content: '';background:#54703e;height:100%; width: 0;position: absolute;  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);}
.btn-02:before { top: 0; left: 0; right: auto;  }
.btn-02:after { bottom: 0; right: 0; left: auto; }
.btn-02:hover:before { width: 100%; right: 0; left: auto;}
.btn-02:hover:after {  width: 100%; left: 0; right: auto;}
.btn-02:hover span{color: #fff;}
.btn-02:hover em{ transform:translateY(-2px);filter: grayscale(1) brightness(200%);}



