/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.bg-color-theme{
	background-color: #2d7005;
}
.bg-color-orange{
	background-color: orange;
}
.bg-color-grey{
	background-color: rgb(243, 243, 243);
}
.color-theme{
	background-color: #2d7005;
}
.separator {
	display: flex;
	align-items: center;
	width: 100%;
}
.line {
	/* flex-grow: 1; */
	height: 1px;
	background-color: white;
	opacity: 0.5;
}
.text-black{
	color: black;
}
.text-green{
	color: #2d7005;
}
.text-orange{
	color: orange
}
.entry-content p{
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Limits to 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 4.5em; /* Adjust based on line height */
	line-height: 1.5em; /* Ensures 3 lines */
}
.entry-content-row-2{
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Limits to 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 4.5em; /* Adjust based on line height */
	line-height: 1.5em; /* Ensures 3 lines */
}
.entry-content-row-3{
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Limits to 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 4.5em; /* Adjust based on line height */
	line-height: 1.5em; /* Ensures 3 lines */
}
.entry-title-row-1  {
	display: -webkit-box;
	-webkit-line-clamp: 1; /* Limits to 3 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 4.5em; /* Adjust based on line height */
	line-height: 1.5em; /* Ensures 3 lines */
}
.entry-title-row-2  {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Limits to 3 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 4.5em; /* Adjust based on line height */
	line-height: 1.5em; /* Ensures 3 lines */
}

/* slider */
.revo-slider-emphasis-text {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	font-family: 'Poppins', sans-serif;
	padding: 15px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.revo-slider-desc-text {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	width: 650px;
	text-align: center;
	line-height: 1.5;
}
.revo-slider-caps-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: 'Poppins', sans-serif;
}
.tp-video-play-button { display: none !important; }
.tp-caption { white-space: nowrap; }

/* zoom */
.zoom-img {
	height: auto;
	overflow: hidden;
}
.zoom-img img {
	width: 100%;
	transition: all .3s ease-in-out;
	border-radius: 0;
}
.zoom-img img:hover   {
	transform: scale(1.2);
}
/* end slider */

.right-footer-widget
{
	text-align: center;
	margin-top: 0px;
}

/* footer menu & news display
	============================================= */
@media  (min-width: 1200px) {
	.widget{
		text-align: left;
	}
	.footer-menu{
		visibility: visible;
		display: block;
	}
	.footer-mobile-menu{
		visibility: hidden;
        margin-top:20px; /* margin-top:50px;*/
	}
	.right-footer-widget
	{
		text-align: right;
		margin-top: 0px;
	}
	.news-display-desktop{
		display: block;
	 }
	.news-display-mobile{
		display: none;
	}
	.fslider-width{
		width: 70%;
	}
}

@media  (min-width: 768px) and (max-width: 1200px) {
	.widget{
		text-align: center;
	}
	.footer-menu{
		visibility: hidden;
		display: none;
	}

	.footer-mobile-menu{
		visibility: visible;
		display: block;
        margin-top:0px;
	}
	.right-footer-widget
	{
		text-align: center;
		margin-top: 20px;
	}
	.news-display-desktop{
		display: none;
	 }
	.news-display-mobile{
		display: block;
	}
	.fslider-width{
		width: 70%;
	}
}

@media only screen and (max-width: 768px) {
	.widget{
		text-align: center;
	}
	.footer-menu{
		visibility: hidden;
		display: none;
	}

	.footer-mobile-menu{
		visibility: visible;
		display: block;
        margin-top:0px;
	}
	.right-footer-widget
	{
		text-align: center;
		margin-top: 40px;
	}
	.news-display-desktop{
		display: none;
	 }
	.news-display-mobile{
		display: block;
	}
	.fslider-width{
		width: 80%;
	}
}

/* Logo & language  & banner
	============================================= */
.logo-width{
    width: 380px;
	object-fit: contain;
} 

.banner-padding
{
	padding: 80px 0  80px 0;
}
.news-section-margin
{
	margin-top: 80px;
}
.footer-display{
	display: block;
}	
@media  (min-width:1400px)
{
	.logo-width{
		width: 500px;
		object-fit: contain;
		}
	.logo-width-eng{
		width: 380px;
		object-fit: contain;
	    } 	 				  
}
@media  (min-width:1201px)
{
	.footer-display{
		display: flex;
	}	
	.container-padding{
		padding-left :100px;
		padding-right :100px;
	}
}
@media (min-width:1026px) and (max-width:1200px)
{
	.logo-width-eng{
		width: 370px;
		object-fit: contain;
	    } 
	.container-padding{
		padding-left :100px;
		padding-right :100px;
	}	
	.footer-display{
		display: block;
	}		 				  
}
@media  (min-width:1000px)  and (max-width:1200px)   /*ipad pro 1024x1366  ipad mini 768 x 1024*/
{
	.logo-width{
		width: 210px;
		object-fit: contain;
	} 
}
@media  (min-width:500px)  and (max-width:1025px)   /*ipad pro 1024x1366  ipad mini 768 x 1024*/
{
	
	#header-wrap #logo img{
		height: 90px;
	}
	.container-padding{
		padding-left :0px;
		padding-right :0px;
	}
	.footer-display{
		display: block;
	}			
}
@media  (max-width:500px) 
{
	.logo-width {
		width: auto;
		object-fit: contain;
	}
	#header-wrap #logo img{
		height: 70px;
	}
	.banner-padding
	{
		padding: 80px 0 0 0;
	}
	.news-section-margin
	{
		margin-top: 0px;
	}
	.container-padding{
		padding-left :0px;
		padding-right :0px;
	}
	.footer-display{
		display: block;
	}					
}
/* end Logo & language  & banner  */	

/* General footer styling */
.footer2 {
	background-color: #2f632b; /* Green background */
	padding: 15px 0;
	text-align: center;
} 
.footer2-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
}
.footer2-logo {
	font-weight: bold;
	font-size: 18px;
	background-image: url(images/logo_fes_footer.jpg);
}
a.footer2-link{
	color: #FFF;
}
a.footer2-link:hover {
	color: #FFF;
}
/* Responsive adjustments */
@media (max-width: 600px) {
	.footer2-link,
	.footer2-logo {
		font-size: 14px;
	}

	.footer2-container {
		gap: 10px;
	}
}
/* end General footer styling */	


/* ====================================== FES 文字 ============================================= */

/*  toggle menu  */
.menu2 {
	width: auto;
	border: 1px solid #ccc;
}
.menu2-header {
	background:#2f632b;;
	color: white;
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}
.menu2-item {
	padding: 10px;
	/* border-top: 1px solid #ddd;
	background: #f9f9f9; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.menu2-item:hover {
	background: #e9e9e9;
}
.submenu2 {
	display: none;
	background: white; /*background: #96b441;*/
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"]:checked + .submenu2 {
	display: block;
}
/*  End toggle menu  */

/*  toggle menu - grid & list  */
.view-toggle {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}
.view-toggle span {
	padding: 5px;
	display: inline-block;    
}
.view-toggle span:hover {
	background: white;
}
.hidden {
    display: none  !important;
}
.toggle-icon i {
	color: lightgray;
	font-size: 20px;
	cursor: pointer;
	transition: color 0.2s ease-in-out;
}
.toggle-icon.active i {
	color: grey; /* Active icon is yellow */
}
.toggle-icon:hover i {
	color: lightgray; /* Darken color on hover */
}
/*  End toggle menu- grid & list  */

/*  list info  */ 
.list-info {
	font-size: 16px;
	line-height: 2.0;
}
.list-info b {
	font-weight: bold;
}
.list-info p {
	margin: 5px 0;
}
.list-button {
	display: inline-block;
	background: #2f632b;
	color: white;
	padding: 8px 20px;
	font-size: 16px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	text-decoration: none;
	margin-top: 20px;
}
.list-button:hover {
	background: #358a2f; 
	color: white;
}
/* Flexbox Fix for Proper Alignment */
.list-content-div {
	display: table;
}
.list-content-div .label {
	display: table-cell;
	white-space: nowrap;
	padding-right: 5px;
}
.list-content-div .content {
	display: table-cell;
}
 /*  end list info  */ 

/*social & payemnt icons  */
.icons {
	display: flex;
	justify-content: start;
	gap: 15px;
	margin-bottom: 20px;
}
.payments {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}
.payments img {
	width: 80px;
	height: auto;
	border: #e8e8e8;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	background-color: #FFF;
}
 /* end social & payemnt icons */

 .product-title-2-row {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Limits to 3 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 4.5em; /* Adjust based on line height */
	line-height: 1.5em; /* Ensures 3 lines */
}

.product-title-3-row {
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Limits to 3 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 4.5em; /* Adjust based on line height */
	line-height: 1.5em; /* Ensures 3 lines */
}
 .product-height{
    height: 250px;
	}  
.bi-eye-width{
	width: 100px;
	} 
.bi-eye-color{
	background-color: rgba(8, 8, 8, 0.0);
	} 
.bi-icon-color{
	background-color: rgba(8, 8, 8, 0.5);
	} 
.post-desktop{
	display: block;
	}	 
.post-sort-mobile{
	display: none;
	}
.ig-post-height{
	height: 285px;  /*height: 385px; */
	max-height: 285px; /*max-height: 385px; */
	object-fit: contain;
	overflow: hidden;
	border-radius: 5px;
}
img.lazyLoadInd{
	height: 285px;  /*height: 385px; */
	max-height: 285px;  /*max-height: 385px; */
	object-fit: contain;
	overflow: hidden;
	border-radius: 5px;
}
.ig-post-width{
	width: 95%;
}
.ig-title-row-2{
	display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 4.5em; /* Adjust based on line height */
    line-height: 1.5em; /* Ensures 3 lines */
	height: 50px; /* space between title and button */
}
.grid-inner-img img{ /* Replace with entry-img img*/
	display: block;
	position: relative;
	width:  64px;
	height: auto;
}
.ul-text-indent ul{
    padding-left: 25px;
    }
.ol-text-indent ol{
    padding-left: 25px;
    }
img.thumbnail-transform {
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}
img.thumbnail-transform:hover {
	transform:scale(1.1);
}
.grid-button {
	display: inline-block;
	background: #2f632b;
	color: white;
	padding: 4px 10px;
	font-size: 14px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	text-decoration: none;
	margin-top: 10px;
}
.grid-button:hover {
	background: #358a2f; 
	color: white;
}
.jumbotron-height{  /* jumbotron banner height*/
	height: auto;
}
.custom-dots {
  display: flex;
  justify-content: center;  /* Centers the dots horizontally */
  align-items: center;      /* Vertically end if you want */
  height: 50px;             /* Optional: adjust as needed */
  width: 100%;              /* Full width of parent */
  padding-right: 0px;
}
.custom-dots .dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0 5px;
	cursor: pointer;
	transition: background 0.3s;
	  border-style: solid;
    border-width: 1px;
	border-color: #e6e3e3;
}
.custom-dots .dot.active {
   background: #333;
}
@media (min-width:1500px)
{
	.product-height{
		height: 320px;
	}
	.post-desktop{
	display: block;
	}	 
	.post-sort-mobile{
		display: none;
	}	 				  
}	
@media  (min-width:765px)  and (min-width:1490px)  /*ipad pro 1024x1366 */
{
	.product-height{
	  height: 320px;
	}
	.post-desktop{
	   display: block;
    }	 
	.post-sort-mobile{
		display: none;
	}	 	
}
@media  (min-width:501px)  and (max-width:1100px) 
{
	.ig-post-height{
		height: 385px;
		max-height: 385px;
		object-fit: contain;
		overflow: hidden;
		border-radius: 5px;
	}
	img.lazyLoadInd{
		height: 385px;
		max-height: 385px;
		object-fit: contain;
		overflow: hidden;
		border-radius: 5px;
	} 
	.bi-eye-width{
		width: 15px;
		} 
	.bi-eye-color{
	   background-color: rgba(8, 8, 8, 0.5);
	} 
	.product-height{
		height: auto;
	 }
	.jumbotron-height{
	    height: 150px;
     }
}
@media  (min-width:501px)  and (max-width:1000px) 
{
	.ig-post-width{
		width: 50%;
	}
}
@media  (min-width:501px)  and (max-width:1100px) 
{
	.ig-post-height{
		height: 385px;
		max-height: 385px;
		object-fit: contain;
		overflow: hidden;
		border-radius: 5px;
	}
	img.lazyLoadInd{
		height: 385px;
		max-height: 385px;
		object-fit: contain;
		overflow: hidden;
		border-radius: 5px;
	} 
}
@media  (min-width:501px)  and (max-width:765px) 
{
	
	.post-desktop{
	    display: none;
    }	 
	.post-sort-mobile{
		display: block;
	}
	.search-container-m {
		width: 83vw; /* Full screen width */
	}	 	
}
@media only screen and (max-width:500px)  /*ipad mini 768x1024 */
{
	.product-height{
	   height: auto;
	}
	.post-desktop{
		display: none;
	}	 
	.post-sort-mobile{
		display: block;
	}
	.search-container-m {
	   width: 95vw; /* Full screen width */
	}
	.ig-post-height{
		height: auto;
		max-height: 600px;
		object-fit: contain;
		overflow: hidden;
		border-radius: 5px;
	}
	img.lazyLoadInd{
		height: auto;
		max-height: 600px;
		object-fit: contain;
		overflow: hidden;
		border-radius: 5px;
	} 
   .grid-inner-img img{
		display: block;
		position: relative;
		width:  128px;
		height: auto;
   }
   .bi-eye-width{
		width: 15px;
	} 
	.bi-eye-color{
		background-color: rgba(8, 8, 8, 0.5);
	} 
	.jumbotron-height{
	    height: 280px;
     }			
}	

.fslider .slide .slider-height > img{
	height: 430px;
	object-fit: cover;
	padding: 0 3px;
}

@media  (max-width: 500px) {
	.fslider .slide .slider-height > img{
	height: 250px;
	object-fit: cover;
	padding: 0 3px;
	}
}
	
#myInput::placeholder {
	color: rgb(208, 208, 208);
	opacity: 1; /* Firefox */
  }
