/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html, body{	
	font-family:"Noto Sans TC",arial;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	box-sizing: border-box;
}

/* --電腦版型------------------------------------- */

#news-content {
    width: 100%;
}

.new-container {
    max-width: 1140px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;   
    }
.content-space {
    display: block;
    width: 100%;
    height: 80px;
}
.New-container{
	display:block;
	width: 100%;
    height: auto;
	margin: 5% 0 2% 0;
}
.box-11 {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
    background:#f3f3f38c;
	border-top: 2px solid #8bc34a;
}
.date-1 {
    float: left;
    display: block;
    width: 14%;
    padding: 20px 0 20px 0;
}
.date-1 h1 {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
}
.classification-1 {
    float: left;
    display: block;
    width: 14.95%;
   /* border-right: 1px solid #d7d6d6;*/
    padding: 20px 0 20px 0;
}
.classification-1 h1 {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
}
.news-list-1 {
    float: left;
    display: block;
    width: 69.95%;
	/*border-right: 1px solid #d7d6d6;*/
    padding: 20px 0 20px 0;
}
.news-list-1 h1 {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
}   

.news-list-3 {
    float: left;
    display: block;
    width: 85%;
}
.news-list-3 h1 {
    display: block;
    width: 100%;
    color: #f7f7f3;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
}   
.box-22 {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
    background: #ffffff;
	/*border-top: 1px solid #d7d6d6;*/
}
.date-2 {
    width: 15%;
	display: table-cell;
    vertical-align: middle;
}
.date-2 h1 {
    color: #535353;
    font-size: 16px;
    text-align: center;
	line-height: 20px;
    letter-spacing: 0.1em;
}
.classification-2 {
    width: 15%;
	display: table-cell;
    vertical-align: middle;
	/*border-right: 1px solid #d7d6d6;*/
}
.classification-2 h1 {
    color: #535353;
    font-size: 16px;
    text-align: center;
	line-height: 20px;
    letter-spacing: 0.1em;
}
.news-list-2 {
	width: 47%;
    display: table-cell;
    vertical-align: middle;
	/*border-right: 1px solid #d7d6d6;*/
}
.news-list-4 {
	width: 77%;
    display: table-cell;
    vertical-align: middle;
}
.news-img{
	width: 210px;
    height: 150px;
    display: block;
    /*border: 1px solid #d7d6d6;*/
    border-radius: 20px;
    float: left;
    margin: 10% 10%;
    overflow: hidden;
}
.box-22 img {
	display: block;
	width: 210px;
	margin: 0 auto;
    transform: scale(1, 1);
    transition: all 0.3s ease-out;
    border-radius: 20px 20px 0 0;
}
.box-33 img {
	display: block;
    width: 210px;
	margin: 0 auto;
    transform: scale(1, 1);
    transition: all 0.3s ease-out;
    border-radius: 20px 20px 0 0;
}
.box-22 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.box-33 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.news-list-2 h1 {
    color: #535353;
    font-size: 18px;
    text-align: left;
	line-height: 35px;
    letter-spacing: 0.1em;
	margin-left: 2%;
}
.news-list-4 h1 {
    color: #535353;
    font-size: 16px;
    text-align: left;
	line-height: 20px;
    letter-spacing: 0.1em;
}
.news-list-4 h1:hover{
	color:#ED6F00;	
}
.box-33 {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
    background: #f3f3f38c;
	/*border-top: 1px solid #d7d6d6;*/
}
.News-Content{
	display: table;
    width: 100%;
    height: auto;
	overflow: hidden;
}
.News-text{
    float: none;
    display: table-cell;
    width: 66%;
    padding: 1.5%;
    vertical-align: middle;
}
.News-text h1{
	color: #ed6f00;
    font-size: 22px;
    text-align: justify;
    line-height: 40px;
    letter-spacing: 0.1em;
}
.News-text h1:hover{
	color: #b51d23;   
}
.News-text p{
	color: #535353;
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    letter-spacing: 0.1em;
}
.News-text a{
	color: #2989D8;
}
.News-text a:hover{
	color: #F2792E;
	text-decoration: none;
}
.btn-prox{
	width: 120px;
    height: 40px;
    float: left;
    margin: 3% 0 0 3%;
    background-color: #ffffff;
    /* transform: scale(1, 1); */
    transform: translateX(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #bab7b7 solid;
}
.btn-prox h2{
	display: block;
    width: 100%;
    height:40px;
    font-size: 16px;
    color: #333333;
    text-align: center;
	line-height: 40px;
}
.btn-prox:hover{
	transform: translateX(30px);
   cursor: pointer;
   border: 1px #000000 solid;
   /*background-color: transparent;*/
   /*background:#eb6100;*/
}
.btn-prox a{
	text-decoration: none;
}
.btn-prox:hover{
	color: #ffffff;
}
.D1 {
   display: block;
    width: 27.1%;
    height: auto;
    float: left;
    border: 1px solid #DEDEE0;
    border-radius: 20px;
    margin: 2% 2% 2% 2%;
    padding: 0 0 3% 0;
}
.D1-img {
    display: block;
    width: 310px;
    height: 230px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.D1-img img {
    display: block;
    width: 310px;
    height: 230px;
    margin: 0 auto;
    transform: scale(1, 1);
    transition: all 0.3s ease-out;
    border-radius: 20px 20px 0 0;
}
.D1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.D1-text {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
}
.D1-text h1 {
    display: block;
    width: 100%;
    height: auto;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 5% 0 3% 0;
}
.D1-text p {
    display: block;
    width: 100%;
    height: auto;
    color: #323335;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 5%;
}
.tag-text{
	width: 150px;
    height: auto;
	display: block;
    float: left;
}
.tag-text span{
	color: #f29100;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 90%;
    height: auto;
    line-height: 20px;
    text-align: center;
    letter-spacing: 2px;
    /* margin: 0 auto; */
    padding-bottom: 5%;
}
.btn-Product-2{
	width: 120px;
    height: 45px;
    float: left;
    background-color: #ffffff;
    /* transform: scale(1, 1); */
    transform: translateX(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #bab7b7 solid;
}
.btn-Product-2 h2{
	display: block;
    width: 100%;
    height:45px;
    font-size: 16px;
    color: #333333;
    text-align: center;
	line-height: 45px;
}
.btn-Product-2:hover{
	transform: translateX(20px);
   cursor: pointer;
   border: 1px #000000 solid;
   /*background-color: transparent;*/
   /*background:#eb6100;*/
}
.btn-Product-2 a{
	text-decoration: none;
}
.btn-Product-2:hover{
	color: #ffffff;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: block;
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #888;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    /*border-bottom: 1px solid #eceeef;*/
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 150px;
    text-align: center;
    line-height: 50px;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
	color: #666666;
    text-decoration: none;
    background-color: #e6e6e7;
    margin: 0px 10px 0 10px;	
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #f7f7f9 #f7f7f9 #eceeef
}

.nav-tabs .nav-link.disabled {
    color: #888;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #8BC34A;
    /* border-color: #eceeef #eceeef #fff; */
    height: 50px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0.8rem
}

.nav-pills .nav-link.active2,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #78C2AD
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
.content-space {
    display: block;
    width: 100%;
    height: 60px;
}	
.container {
        margin: 50px auto;
    }	
.New-container{
	display: block;
    width: 95%;
    height: auto;
    padding: 5% 0;
    margin: 0 auto;
}	
.box-11 {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
	background: #f3f3f3;
	}
.date-1 {
    float: none;
    display: table-cell;
    vertical-align: middle;
	padding-right: 1.5%;
}
.date-1 h1 {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.1em;
}
.classification-1 {
    display: none;
}
.news-list-1 {
    float: none;
    width: 56%;
    display: table-cell;
    vertical-align: middle;
	padding: 0;
}
.news-list-1 h1 {
    display: block;
    width: 95%;
    color: #666666;
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.1em;
    margin-left: 5%;
}   
.news-list-3 {
    float: left;
    display: block;
    width: 85%;
}
.news-list-3 h1 {
    display: block;
    width: 100%;
    color: #f7f7f3;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
}
.news-img {
    width: 210px;
    height: 150px;
    display: block;
    /* border: 1px solid #d7d6d6; */
    border-radius: 20px;
    float: left;
    margin: 10% 2%;
    overflow: hidden;
}	
.box-22 {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
    background: #ffffff;
}
.date-2 {
    width: 20%;
	display: table-cell;
    vertical-align: middle;
	padding: 2px;
}
.date-2 h1 {
    color: #549001;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.classification-2 {
	display: none;  
}
.news-list-2 {
	width: 50%;
    display: table-cell;
    vertical-align: middle;
	padding: 3% 1%;
}
.news-list-4 {
	width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.news-img{
	width: 105px;
    height: 76px;
    display: block;
    border: 1px solid #d7d6d6;
    border-radius: 10px;
    float: left;
    margin: 5%;
    overflow: hidden;
}
.box-22 img {
    width: 100%;
	display: block;
    margin: 0 auto;
    transform: scale(1, 1);
    transition: all 0.3s ease-out;
    border-radius: 10px 10px 0 0;
}
.box-33 img {
    width: 100%;
	display: block;
    margin: 0 auto;
    transform: scale(1, 1);
    transition: all 0.3s ease-out;
    border-radius: 10px 10px 0 0;
}
.news-list-2 h1 {
    color: #535353;
    font-size: 0.9em;
    text-align: left;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-left: 0;
}
.news-list-2 h1:hover{
	color:#ED6F00;	
}
.news-list-4 h1 {
    color: #535353;
    font-size: 0.85em;
    text-align: left;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-left: 5%;
}
.news-list-4 h1:hover{
	color:#ED6F00;	
}
.box-33 {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
    background: #f1f7e8;
}
.btn-prox{
	width: 100px;
    height: 40px;
    float: left;
    margin: 3% 0 0 3%;
    background-color: #ffffff;
    /* transform: scale(1, 1); */
    transform: translateX(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #d7d6d6 solid;
}
.btn-prox h2{
	display: block;
    width: 100%;
    height:35px;
    font-size: 15px;
    color: #333333;
    text-align: center;
	line-height: 35px;
}
.D1 {
    display: block;
    width: 80%;
    height: auto;
    float: left;
    border: 1px solid #DEDEE0;
    border-radius: 20px;
    margin: 2% 10% 5% 10%;
    padding: 0 0 10% 0;
}	
.D1-img{
  display: block;
  width: 100%;
   height: auto;
  border-radius: 20px 20px 0 0;
  overflow: hidden;		
}
.D1-img img{
  display: block;
  width: 100%;
   height: auto;
  margin: 0 auto;
  transform: scale(1,1);
  transition: all 0.3s ease-out;
  border-radius:20px 20px 0 0;	
}
.D1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.D1-text{
  display: block;
  width: 100%;
   height: auto;
  float:left;
  margin: 10px 0 0 0;	
}
.D1-text h1 {
    display: block;
    width: 100%;
    height: auto;
    color: #000000;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
   padding: 3%;
}
.D1-text p{
	display: block;
    width: 90%;
    height: auto;
    color: #323335;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto;
}	
}
/* --ipad版型------------------------------------- */
@media only screen and (min-width: 737px) and (max-width: 1024px) {
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
#news-content {
    width: 100%;
}

.new-container {
    max-width: 1140px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;   
    }
.content-space {
    display: block;
    width: 100%;
    height: 80px;
}
.New-container{
	display:block;
	width: 100%;
    height: auto;
	margin: 5% 0 2% 0;
}
.box-11 {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
    background:#f3f3f38c;
	border-top: 2px solid #8bc34a;
}
.date-1 {
    float: left;
    display: block;
    width: 14%;
    padding: 20px 0 20px 0;
}
.date-1 h1 {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
}
.classification-1 {
    float: left;
    display: block;
    width: 14.95%;
   /* border-right: 1px solid #d7d6d6;*/
    padding: 20px 0 20px 0;
}
.classification-1 h1 {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
}
.news-list-1 {
    float: left;
    display: block;
    width: 69.95%;
	/*border-right: 1px solid #d7d6d6;*/
    padding: 20px 0 20px 0;
}
.news-list-1 h1 {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
}   

.news-list-3 {
    float: left;
    display: block;
    width: 85%;
}
.news-list-3 h1 {
    display: block;
    width: 100%;
    color: #f7f7f3;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
}   
.box-22 {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
    background: #ffffff;
	/*border-top: 1px solid #d7d6d6;*/
}
.date-2 {
    width: 15%;
	display: table-cell;
    vertical-align: middle;
}
.date-2 h1 {
    color: #535353;
    font-size: 16px;
    text-align: center;
	line-height: 20px;
    letter-spacing: 0.1em;
}
.classification-2 {
    width: 15%;
	display: table-cell;
    vertical-align: middle;
	/*border-right: 1px solid #d7d6d6;*/
}
.classification-2 h1 {
    color: #535353;
    font-size: 16px;
    text-align: center;
	line-height: 20px;
    letter-spacing: 0.1em;
}
.news-list-2 {
	width: 47%;
    display: table-cell;
    vertical-align: middle;
	/*border-right: 1px solid #d7d6d6;*/
}
.news-list-4 {
	width: 77%;
    display: table-cell;
    vertical-align: middle;
}
.news-img{
	width: 210px;
    height: 150px;
    display: block;
    /*border: 1px solid #d7d6d6;*/
    border-radius: 20px;
    float: left;
    margin: 10% 2%;
    overflow: hidden;
}
.box-22 img {
	display: block;
	width: 210px;
	margin: 0 auto;
    transform: scale(1, 1);
    transition: all 0.3s ease-out;
    border-radius: 20px 20px 0 0;
}
.box-33 img {
	display: block;
    width: 210px;
	margin: 0 auto;
    transform: scale(1, 1);
    transition: all 0.3s ease-out;
    border-radius: 20px 20px 0 0;
}
.box-22 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.box-33 img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.news-list-2 h1 {
    color: #535353;
    font-size: 18px;
    text-align: left;
	line-height: 35px;
    letter-spacing: 0.1em;
	margin-left: 2%;
}
.news-list-4 h1 {
    color: #535353;
    font-size: 16px;
    text-align: left;
	line-height: 20px;
    letter-spacing: 0.1em;
}
.news-list-4 h1:hover{
	color:#ED6F00;	
}
.box-33 {
    display: table;
    width: 100%;
    height: auto;
    position: relative;
    background: #f3f3f38c;
	/*border-top: 1px solid #d7d6d6;*/
}
.News-Content{
	display: table;
    width: 100%;
    height: auto;
	overflow: hidden;
}
.News-text{
    float: none;
    display: table-cell;
    width: 66%;
    padding: 1.5%;
    vertical-align: middle;
}
.News-text h1{
	color: #ed6f00;
    font-size: 22px;
    text-align: justify;
    line-height: 40px;
    letter-spacing: 0.1em;
}
.News-text h1:hover{
	color: #b51d23;   
}
.News-text p{
	color: #535353;
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    letter-spacing: 0.1em;
}
.News-text a{
	color: #2989D8;
}
.News-text a:hover{
	color: #F2792E;
	text-decoration: none;
}
.btn-prox{
	width: 120px;
    height: 40px;
    float: left;
    margin: 3% 0 0 3%;
    background-color: #ffffff;
    /* transform: scale(1, 1); */
    transform: translateX(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #bab7b7 solid;
}
.btn-prox h2{
	display: block;
    width: 100%;
    height:40px;
    font-size: 16px;
    color: #333333;
    text-align: center;
	line-height: 40px;
}
.btn-prox:hover{
	transform: translateX(30px);
   cursor: pointer;
   border: 1px #000000 solid;
   /*background-color: transparent;*/
   /*background:#eb6100;*/
}
.btn-prox a{
	text-decoration: none;
}
.btn-prox:hover{
	color: #ffffff;
}
.D1 {
   display: block;
    width: 27.1%;
    height: auto;
    float: left;
    border: 1px solid #DEDEE0;
    border-radius: 20px;
    margin: 2% 2% 1.5% 2%;
    padding: 0 0 3% 0;
}
.D1-img {
    display: block;
    width: 310px;
    height: 230px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.D1-img img {
    display: block;
    width: 310px;
    height: 230px;
    margin: 0 auto;
    transform: scale(1, 1);
    transition: all 0.3s ease-out;
    border-radius: 20px 20px 0 0;
}
.D1-img img:hover{
	display: block;
    transform:scale(1.1, 1.1);
}
.D1-text {
    display: block;
    width: 95%;
    height: auto;
    margin: 0 auto;
}
.D1-text h1 {
    display: block;
    width: 100%;
    height: auto;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 5% 0 3% 0;
}
.D1-text p {
    display: block;
    width: 100%;
    height: auto;
    color: #323335;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 5%;
}
.tag-text{
	width: 150px;
    height: 35px;
	display: block;
    float: left;
}
.tag-text span{
	color: #f29100;
	font-size: 17px;
	font-weight: bold;
	display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align:center;
    letter-spacing: 2px;
    margin: 0 auto;
    padding-bottom: 5%;
}
.btn-Product-2{
	width: 120px;
    height: 45px;
    float: left;
    background-color: #ffffff;
    /* transform: scale(1, 1); */
    transform: translateX(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
    border: 1px #bab7b7 solid;
}
.btn-Product-2 h2{
	display: block;
    width: 100%;
    height:45px;
    font-size: 16px;
    color: #333333;
    text-align: center;
	line-height: 45px;
}
.btn-Product-2:hover{
	transform: translateX(20px);
   cursor: pointer;
   border: 1px #000000 solid;
   /*background-color: transparent;*/
   /*background:#eb6100;*/
}
.btn-Product-2 a{
	text-decoration: none;
}
.btn-Product-2:hover{
	color: #ffffff;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: block;
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #888;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    /*border-bottom: 1px solid #eceeef;*/
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 150px;
    text-align: center;
    line-height: 50px;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
	color: #666666;
    text-decoration: none;
    background-color: #e6e6e7;
    margin: 0px 10px 0 10px;	
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #f7f7f9 #f7f7f9 #eceeef
}

.nav-tabs .nav-link.disabled {
    color: #888;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #8BC34A;
    /* border-color: #eceeef #eceeef #fff; */
    height: 50px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0.8rem
}

.nav-pills .nav-link.active2,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #78C2AD
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}	
}	