/*modify by pekey 20190604*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Setting Start-------------------------------*/

/*================*/
/*-- 瘚桀��top�� --*/
/*================*/
.topBtn_area{
	position:fixed;
	right:14px;
	bottom:0px;
	z-index: 10;
	transform: scale(0.84);
	transition:0.3s ease all;
}
	
	.topBtn {
		position:fixed;
		bottom:-70px;
		right:14px;
		z-index:99;
		/*z-index:3;*/
	}
		.topBtn a {
			display:block;
			text-align:center;
			box-sizing:border-box;
			width: 3.125rem; /*50px*/
			height: auto;
			aspect-ratio: 1 / 1;
			/* border: solid 2px #4c4944; */
			position:relative;
			text-decoration:none;
			transition:0.3s ease all;
			border-radius:100%;
			background:var(--primary_color);
			/* padding: 25px 0px 0px; */
			color:#fff;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
			box-shadow: var(--fifth_color) 0px 0px 8px 0px;
			/* border: 1.2px solid rgba(134, 134, 134, 0.12); */
			/* outline: thick double var(--fifth_color); */
			outline:4px double var(--fifth_color);
		}
			/* .topBtn a:before {
				position:absolute;
				content:'';
				border-bottom: solid 12px #ffffff;
				border-left: solid 8px rgba(0,0,0,0);
				border-right: solid 8px rgba(0,0,0,0);
				top: 8px;
				left: 50%;
				transform: translateX(-50%);
			} */
			.topBtn a svg {
				/* width: 20px;
				height: 16px; */
				fill: #fff;

				width: 12px;
				height: auto;
				aspect-ratio: 1 / 1;
				transition: all 400ms linear;
				animation: iconBounce 2s linear 0s infinite;
			}
			@keyframes iconBounce {
				0%,
				100%,
				20%,
				50%,
				80% {
					-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
					transform: translateY(0);
				}
				40% {
					-webkit-transform: translateY(-8px);
					-ms-transform: translateY(-8px);
					transform: translateY(-8px);
				}
				60% {
					-webkit-transform: translateY(-5px);
					-ms-transform: translateY(-5px);
					transform: translateY(-5px);
				}
			}

			.topBtn a span {
				font-size: 0.9em;
				display:block;
				font-family: var(--foreign_font);
				padding-bottom: 5px;
			}
				/*hover*/
				.topBtn a:hover {
					opacity: 0.5;
				}
				
				
			/*hover*/
			.topBtn:hover .tab_description{
				display: block;
				transition: 0.3s ease all;
			}	
					
		
			









/*================*/
/*-- 瘚桀��蝷曄黎�� --*/
/*================*/				
					


/*--瘚桀��蝷曄黎��---*/

.social_btn_area{
	/* position:fixed;
	right: 13px;
	bottom: 20px;
	transition:0.3s ease all;
	z-index: 201; */
	/* display:none; */
}

		
.social_btn{
	margin:7px 0px;
	position: relative;
}		
	.social_btn a{
		display:block;
		transition:0.3s ease all;
		text-decoration:none;
		font-size:12px;
		line-height: 12px;
		text-align:center;
		width: 50px;
		height: 50px;
		box-sizing:border-box;
		background-color: #ffffff;
		border-radius: 50%;
		position:relative;
		/* box-shadow: 0px 0px 4px 1px rgb(255 255 255 / 0.8); */
	}		
	.social_btn  img{
		/* width: 65%; */
		width: 60%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.social_btn a:hover{
		opacity: 0.7;
	}
        /*璅�蝐方牧��*/		
        .tab_description{
            display: none;
            position: absolute;
            left: -90px;
            top: 9px;
            background: rgba(0,0,0,0.6);
            color: #fff;
            padding: 10px 10px;
            font-size:13px;
            transition: 0.3s ease all;
        }		
	        /*hover*/
            .social_btn:hover > .tab_description{
                display: block;
                transition: 0.3s ease all;
            }








/*--�喳�湔筑��FB--*/
.fbBtn {
}
    .fbBtn a {
        /* background-color: #1974ec; */
    }
	
	
/*--�喳�湔筑��youtube--*/
.YtBtn {
}
    .YtBtn a {
        /* background-color: #fb031d; */
    }
    


/*--�喳�湔筑��Line--*/
.lineBtn {
	margin:7px 0px;
	position: relative;
}
	.lineBtn a {
		/* background: #00c001; */
	}
       
	



/*--�喳�湔筑��linkedInBtn--*/	
.linkedInBtn {
}
	.linkedInBtn a {
		background: #2764ac;
	}
    


/*--�喳�湔筑��Twitter--*/	
.twitterBtn {
}
	.twitterBtn a {
		/* background: #34b3f7; */
	}
    



/*--�喳�湔筑��IG--*/		
.igBtn {
}
	.igBtn a {
		background-image: linear-gradient(45deg, #ffcd6c 0%, #ef5f4a 25%, #a335b4 50%, #505cd1 75%, #505cd1 75%, #9a37bb 100%);
	}

		
			
		
/*--�喳�湔筑��dcard--*/	
.dcardBtn{    
}
    .dcardBtn a {
        background:#0067a1;
    }
			
		
/*--�喳�湔筑��podcast--*/
.podcastBtn{	
}
	.podcastBtn a {
		background:#8622c2;
	}





@media (max-width: 990px){

	/*-- 瘚桀��top�� --*/
	.topBtn{		
	}
		.topBtn a {
			width: 40px;
			height: 40px;
		}
		.topBtn a svg {
			/* top: 10px; */
			stroke-width: 2px;
			stroke-linecap: round;
			stroke: #fff;
			/* width: 25px;
			height: 25px; */			
		}
			.topBtn a span {
				display: none;
			}
		

	/*-- 瘚桀��蝷曄黎�� --*/
	.social_btn {
		margin:3px 0px;
	}
		.social_btn a{
			width: 40px;
			height: 40px;
		}	



}










	
			





/*/////////////////////////////////////////////////////////*/
/*-------����--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
	color: #fff;
	background-color: var(--fourth_color);
	/* padding-top: 123px; */
	padding: clamp(3.5485rem, 5.7292vw, 6.8750rem) 0; /* 56.78px , 5.7292vw , 110.00px */
	position: relative;
}

	.footer-decorate{
		width: 100%;
		/* left: 0;
		max-width: unset !important; */
		position: absolute;
	}
		.footer-decorate img{
			object-fit: cover;
			width: 100%;
		}	


	.footer-decorate.top{
		top: -39px;
		left: 0;
		/* position: absolute; */
	}
		.footer-decorate.top img{
			height: 40px;
		}	
		
	.footer-decorate.bottom{
		bottom: 0;
		right: 0;
		z-index: 0;
		width: auto;
	}
		.footer-decorate.bottom img{
			/* transform: translate(0, 0) !important;
			transition: transform 1s ease; */
			opacity: 0.3;
			max-width: 100%;
			width: auto;
			height: auto;
			visibility: visible;
    		/* animation-name: zoomIn; */
			-webkit-animation-duration: 1s;
			animation-duration: 1s;
			-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
			pointer-events: none;
		}	




	.footer .wrap{
		/* max-width: 68.75vw; */
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
	}
	

	.footer_content{
		display: flex;
		/* justify-content: space-between; */
		/* font-size: clamp(0.8125rem, 0.7813vw, 0.9375rem); */ /*摮�擃� ��撠��� 13px��憭批�蝝� 0.7813vw����憭批�� 15px*/
		position: relative;
		z-index: 2;
		font-size:0.8125rem;
	}
		

	.footer_content .footer_title{
		color: #fff;
		font-weight: 600;
		/* margin-bottom: calc(31px - 14px); */
		/* font-size: 23px; */
		font-size: clamp(0.9375rem, 1.1979vw, 1.4375rem);  /*摮�擃� ��撠��� 15px��憭批�蝝� 1.1979vw����憭批�� 23px*/
		line-height: 1.43;
		width: 100%;
	}
		.footer_content .footer_title strong{
			font-size: inherit;
			line-height: inherit;
		}










		.footer_content_top {
			align-items: center;
			justify-content: center;
		}

			/*----- ���貨ooter_logo -----*/
			.footer_logo{
				width: 14.0625rem; /*225px*/
				transition: 0.3s ease all;
				box-sizing: border-box;
			}
				.footer_logo a{
					display: block;
				}
					.footer_logo a img{
						width: 100%;
						height: auto;
					}
			


			.footer_text{
				text-align: center;
				color: #fff;
				/* font-size: 35px; */
				
				font-size: clamp(1.4187rem, 1.8229vw, 2.1875rem);  /*摮�擃� ��撠���  22.7px��憭批�蝝� 1.8229vw����憭批�� 35px*/
				line-height: 1;
				font-weight: bold;
				font-family: var(--foreign_font);
			}
				.footer_text strong{
					font-weight: inherit;
				}

			.footer_social_btn {
				display: flex;
				justify-content: flex-end;
				flex-wrap:nowrap;
				gap:  clamp(0.6452rem, 1.0417vw, 1.2500rem); /* 10.32px , 1.0417vw , 20.00px */
			}
				.footer_social_btn .social_btn{
					margin:0;
				}
					.footer_social_btn .social_btn a{
						/* width: 50px;
						height: 50px; */
						height:auto;
						width: clamp(1.875rem, 2.6042vw, 3.125rem);  /*��撠��� 30px��憭批�蝝� 2.6042vw����憭批�� 50px*/
						aspect-ratio: 1 / 1;
					}
					.footer_social_btn .social_btn img{

					}
					/* .footer_social_btn .tab_description ,
					.social_btn :hover > .tab_description{
						display: none;
					} */


		
		.footer_content_middle{
			display: flex;
			align-items: flex-start;
			/* gap: 15px 30px; */
			column-gap:clamp(1.875rem, 4.1667vw, 5rem);  /* ��撠��� 30px��憭批�蝝� 4.1667vw����憭批�� 80px*/
			max-width: 50rem; /*800*/
		}

		/*----- ���喃蜓���� navbar -----*/
		.footer_navbar{
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			/* align-items: center; */
			flex-direction: column;
			/* margin: 0 -15px; */
			gap: 0.9375rem; /*15*/
			font-size: inherit;
		}
			.footer_nav{
				box-sizing: border-box;
			}
				.footer_nav a{
					display: block;
					text-decoration: none;
					color: #fff;
				}
				.footer_nav a:hover{
					color: var(--primary_color);
				}

			.quickLinks_area{
				display: flex;
				flex-wrap: wrap;
				gap: inherit;
				/*column-count: 2;*/ /* 撠���蝡������拇� */
  				/*column-gap: 1.25rem;*/ /* 20 */
				/*row-gap: 0.9375rem;*/  /*15*/
			}




		/*----- ���唾�閮� footer_information -----*/
		ul.footer_information{
			padding: 0;
			margin: 0;
			display: block;
			list-style-type: none;
			color: #fff;
			box-sizing: border-box;
			display: flex;
			/* flex-direction: column; */
			justify-content: center;
			flex-wrap: wrap;
			font-size: inherit;
			line-height: 1;
			/*gap: clamp(0.6452rem, 1.0417vw, 1.25rem);*//* 10.32px , 1.0417vw , 20.00px */

			row-gap: clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
		}
			ul.footer_information li{
				padding: 0;
				margin: 0;
				display: block;
				list-style-type: none;
				display: flex;
				align-items: center;
				gap: 0;

				padding: 0 clamp(0.3226rem, 0.5208vw, 0.6250rem); /* 5.16px , 0.5208vw , 10.00px */
			}


				ul.footer_information li .title{
					white-space: nowrap;
				}
				ul.footer_information li i{
					color: var(--second_color);
					font-size: inherit;
					line-height: inherit;
				}
				ul.footer_information li:not(:last-of-type)::after{
					content: "";
					width: 1px;
					height: 0.8125rem;
					background-color: #fff;
					transform: translateX(clamp(0.3226rem, 0.5208vw, 0.6250rem));
				}
					ul.footer_information li span{				
					}
						ul.footer_information li a{
							color: inherit;
							display: block;
							text-decoration: none;
						}
						ul.footer_information li a:hover{
							/* opacity: 0.7; */
						}



	.footer_news_posts{
		display: flex;
		flex-direction: column;
		gap: 15px 0;
	}

		.footer_posts{
			margin: 0;
			padding: 0;
			list-style-type : none;
			display: block;

			display: flex;
			flex-direction: column;
			/* gap: 20px 0; */
			gap: 10px 0;
		}
			.footer_news_posts li{
				margin: 0;
				padding: 0;
				list-style-type : none;
				display: block;
			}
				.footer_news_posts a{
					text-decoration: none;
					display: grid;
					align-items: center;
					grid-template-columns: 69px auto;
					gap: 10px;
					transition: var(--transition_data);
				}	
				.footer_news_posts a:hover{
					opacity: 0.5;
					transition: var(--transition_data);
				}	
					.footer_news_posts .img{
						border-radius: clamp(0.375rem, 0.5208vw, 1.625rem);  /*��撠��� 6px��憭批�蝝� 0.5208vw����憭批�� 10px*/
					}			
						.footer_news_posts .img span{
							position: relative;
							padding-top: 100%;
							border-radius: inherit;
							display: block;
							overflow: hidden;
						}		
							.footer_news_posts .img img{
								width: 100%;
								height: 100%;
								object-fit: cover;
								position: absolute;
								top: 0;
								left: 0;
								bottom: 0;
								right: 0;
								float: none;
								width: 100% !important;
								height: 100% !important;
								object-fit: cover;
								transition: var(--transition_data);
							}

					.footer_news_posts strong{
						color: #fff;
						font-weight: 500;
						/* font-size: 16px; */
						font-size: clamp(0.875rem, 0.8333vw, 1rem);  /*摮�擃� ��撠��� 14px��憭批�蝝� 0.8333vw����憭批�� 16px*/
						line-height: 1.625;
					}	





	/* 鈭�閫��游�_btn-------------------- */
	.footer_news_posts .index_more_btn{
		display: flex;
		justify-content: flex-end;
		margin-left: auto;
		padding-bottom: 10px;
		position: relative;
		color: var(--second_color);
		width: max-content;
		font-weight: 500;
		letter-spacing: 0.5px;
		font-family: var(--foreign_font);
	}
		.footer_news_posts .index_more_btn a{	
			display: block;
			text-decoration: none;
			color: inherit;
		}
		.footer_news_posts .index_more_btn span{
			color: inherit;
		}
	.footer_news_posts .index_more_btn::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: auto;
		height: 2px;
		width: 100%;
		background-color: var(--second_color);
		/* -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease; */
		transition:var(--transition_data)
	}
	.footer_news_posts .index_more_btn:hover::after {
		width: 0%;
		left: auto;
		right: 0;
	}








	.footer_newsletter{
		display: flex;
		flex-direction: column;
		gap: 15px 0;	

		display: none;
	}
		
		.footer_newsletter_form{
			display: flex;
			flex-direction: column;
			gap: 15px;
			color: #fff;
		}
				.footer_newsletter input{
					border-radius: 50px;  
					border: none;
					color: inherit;				
					line-height: normal;
					height: auto;
					font-size: inherit;
					background: rgb(255 255 255 / 30%);
					padding: 13px 19px 13px 22px;
				}
				.footer_newsletter input::placeholder {
					color: inherit;
				}
				.footer_newsletter button{
					width: 100%;
					justify-content: space-between;    
				}


	.footer_content_botton{
		/* border-top: 1px dashed #ffffff26; */
		/* padding-top: 29px;
		padding-bottom: 29px; */
		/* padding: clamp(0.9375rem, 1.5104vw, 1.8125rem) 0; */  /*��撠��� 15px��憭批�蝝� 1.5104vw����憭批�� 29px*/
		/* padding-bottom: clamp(3.5485rem, 5.7292vw, 6.8750rem); */ /* 56.78px , 5.7292vw , 110.00px */
		/* gap: 20px; */
	}


		.footer_privacy{
			margin: 0;
			padding: 0;
			list-style-type : none;
			display: block;
			font-size: inherit;
			color: var(--second_color);
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			gap: 10px 0;
			font-size: inherit;
			margin: 0 -10px;
		}
			.footer_privacy li{
				margin: 0;
				padding: 0;
				list-style-type : none;
				display: block;
			}
				.footer_privacy li a{
					color: inherit;
					text-decoration: none;
					padding: 0 10px;
				}
				.footer_privacy li:not(:last-child){
					border-right: 1px dashed var(--second_color);
				}
				
				.footer_privacy li a:hover{
					opacity: 0.5;
				}


	/*----- ��甈�摰��� -----*/
	.copyright{
		color: #fff;
		text-align: center;
		margin: 0 auto;
		font-family: var(--foreign_font);
		/* font-size: 12px; */
		line-height: 1.3;
		font-weight: 600;
		font-size: clamp(0.625rem, 0.625vw, 0.75rem);  /*摮�擃� ��撠��� 10px��憭批�蝝� 0.625vw����憭批�� 12px*/
	}
		.copyright a{
			color:inherit;
			font-size: inherit;
			line-height: inherit;
		}
		
	/*----- ��閬賢�刻郎蝷箸�隤� -----*/
	.browser_bg{
		color: #6c6c6c;
		/* text-align: center; */
		font-size: 12px;
		line-height: 16px;
	}
		.browser_bg a{
			color:inherit;
			font-size: 12px;
			line-height: 16px;
			text-decoration: underline;
		}
			





@media (max-width: 990px){

	.footer {
		/* padding: 20px 0px; */
	}	

		.footer .wrap {
			align-items: unset;
		}
			.footer_content{
				display: flex;
				flex-direction: column;
				justify-content:unset;
				align-items: flex-start;
				font-size: 12px;
			}
				.footer_content .footer_title {
					margin-bottom: 5px;
				}
		



		.footer_content_top{
			/* align-items: flex-start; */
		}
			.footer_text{
				text-align: left;
			}

			.footer_social_btn {
				justify-content: center;
				margin: 0 auto;
			}
	
	.footer_content_middle {
	    display: flex;
	    grid-template-columns:unset;
	    /* align-items: flex-start; */
	}
	
		.footer_information{
		}
			.footer_information .footer_title {
				margin-bottom: 0px;
			}

		/* 銝餅���� navbar */
		.footer_navbar{
			display: none;
		}

		.footer_news_posts{
			display: none;
		}

		.footer_newsletter {
			width: 100%;
			gap: 5px 0;
		}
			.footer_newsletter_form {
				gap: 10px;
			}
				.footer_newsletter input {
					/* padding: 13px 19px 13px 22px; */
					/* padding: 5px 10px; */
					padding: 13px 10px 13px 10px;
				}

	.footer_content_botton{
		flex-direction: column-reverse;
	}

		.footer_privacy {
			flex-direction: column;
			align-items: unset;
			margin: 0;
		}
			.footer_privacy li{
				
			}
			.footer_privacy li:not(:last-child) {
				border-right: none;
			}
			.footer_privacy li a{
				padding: 0;
			}

}


@media (max-width: 390px){
	
	.footer_content_top{
		/* margin-bottom: clamp(0.9375rem, 1.5104vw, 1.8125rem) ; */
	}

		.footer_logo {
			width: 170px;
		}

			.footer_social_btn {
				justify-content: unset;
				margin: 0 ;
			}



		/*----- ���唾�閮� footer_information -----*/
		ul.footer_information{
			justify-content: unset;
			gap: 10px;
		}
			ul.footer_information li {
				align-items: unset;
				/* gap: 0; */
				padding: 0 ;
			}

			ul.footer_information li:not(:last-of-type)::after{
				display: none;
			}


	/*----- ��甈�摰��� -----*/
	.copyright{
		text-align: left;
	}
		
	
}












