/*********************************************
		IMPONT FOBT - CHINESE
*********************************************/
@font-face{
	font-family: myFirstFont01;
	src: url('../fonts/MicrosoftYahei/msyh.ttc');
}

@font-face{
	font-family: myFirstFont02;
	src: url('../fonts/MicrosoftYahei/msyhl.ttc');
}

@font-face{
	font-family: myFirstFont02;
	src: url('../fonts/MicrosoftYahei/msyhbd.ttc');
}

.hero-section{
	height: calc(100vh - -550px) !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

.news-bg{
	background: url('../img/news/news_bg.png') no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}

.news-title-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 1500px;
	display: flex;
    align-items: center;
    justify-content: center;
	top: 150px;
}


.news-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 200px;
}

.news-content-bg{
	background: #ffffff;
	padding: 50px 30px;
	/* height: 765px; */
	border-radius: 10px;
	/* box-shadow: 0px 4px 8px rgba(0, 0, 0, .15); */
}

.news-container .title{
	text-align: center;
	font-weight: 900;
	font-size: 2.8rem;
	letter-spacing: 3.5px;
	color: #79643b;
	padding-bottom: 20px;
}

.image-center{
	display: block;
    margin-left: auto;
    margin-right: auto;	
}

.news-contents-container{
	text-align: justify;
	top: 500px;
	font-size: 1.2rem;
	line-height: 30.5px;
	padding: 30px 50px 30px 50px;
	color: #79643b;
	overflow-y: auto;
    overflow-x: hidden;
}

#scroll-style::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#scroll-style::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

#scroll-style::-webkit-scrollbar-thumb
{
	background-color: #d5c3a5;
}



































/************************************************************
	SET SCREEN - Media Screen
************************************************************/
@media screen and (max-width: 1800px) and (min-width: 1600px){
	.hero-section{
		height: calc(100vh - -550px) !important;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1400px){
	.hero-section{
		height: calc(100vh - -960px) !important;
	}
}

@media screen and (max-width: 1400px) and (min-width: 1200px){
	.hero-section{
		height: calc(100vh - -550px) !important;
	}
		
	#shadow{
		height: 376px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 991px){
	.hero-section{
		height: calc(100vh - -550px) !important;
	}
	
	#shadow{
		height: 376px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px){
	.hero-section{
		height: calc(100vh - -550px) !important;
	}
	
	.news-contents-container{
		padding: 30px 0px 30px 0px;
	}
}

@media screen and (max-width: 768px) and (min-width: 576px){	
	.hero-section{
		height: calc(100vh - -850px) !important;
	}
	
	.news-contents-container{
		padding: 30px 0px 30px 0px;
	}
}

@media screen and (max-width: 576px) and (min-width: 400px){
	.hero-section{
		height: calc(100vh - -1050px) !important;
	}
	
	.news-contents-container{
		padding: 30px 0px 30px 0px;
	}
}

@media screen and (max-width: 400px) and (min-width: 100px){
	.hero-section{
		height: calc(100vh - -1050px) !important;
	}
	
	.news-contents-container{
		padding: 30px 0px 30px 0px;
	}
	

}