/*==========================================================================================================*/
/*============================================= NEWS LIST ==================================================*/
/*==========================================================================================================*/
.news{
	background: url(../images/layout/news/bg.jpg) repeat-y center top;
	background-size: 100%;
	background-color: #000;
	min-height: 715px;
	color: #fff;
	position: relative;
	padding: 4vw 0;
}
.submenu{
	border-top: 2px solid #1c1c1c;
	border-bottom: 2px solid #1c1c1c;
	padding: 20px 0;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.submenu .search{
	width: 25%;
}
ul.submenu-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
}
ul.submenu-list li{
	border: 1px solid #cf1a32;
	background-color: #1d1010;
	margin-right: 15px;
	min-width: 150px;
	text-align: center;
	padding: 10px 15px;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}
ul.submenu-list li:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid #0d0d0d;
	border-right: 20px solid transparent;
	clip-path: polygon(0 101%, 101% 0, 0 0);
	background-color: #cf1a32;
	position: absolute;
	top: 0;
	left: 0;
}
ul.submenu-list li:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #0d0d0d;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background-color: #cf1a32;
	position: absolute;
	bottom: 0;
	right: 0;
}
ul.submenu-list li:last-child{
	margin-right: 0;
}
ul.submenu-list li a{
	text-decoration: none;
	color: #a8a7a6;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	font-size: 12pt;
	font-weight: 500;
	letter-spacing: 1px;
}
ul.submenu-list li:hover,
ul.submenu-list li.selected{
	background-color: #cf1a32;
}
ul.submenu-list li:hover > a,
ul.submenu-list li.selected > a{
	color: #fff;
}
ul.news-list{
	list-style-type: none;
	margin: 0 -15px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
ul.news-list li{
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}
ul.news-list li .news-wrap-list{
	border: 1px solid #cf1a32;
	padding: 20px;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}
ul.news-list li .news-wrap-list:before{
	content: '';
	background: linear-gradient(to right, #cf1a32 1px, transparent 1px) 0 0, linear-gradient(to right, #cf1a32 1px, transparent 1px) 0 100%, linear-gradient(to left, #cf1a32 1px, transparent 1px) 100% 0, linear-gradient(to left, #cf1a32 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, #cf1a32 1px, transparent 1px) 0 0, linear-gradient(to bottom, #cf1a32 1px, transparent 1px) 100% 0, linear-gradient(to top, #cf1a32 1px, transparent 1px) 0 100%, linear-gradient(to top, #cf1a32 1px, transparent 1px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: -webkit-fill-available;
	width: -moz-available;
	height: 98%;
	margin: 4px 20px;
	z-index: 0;
}
ul.news-list li .news-wrap-list:after{
	content: '';
	position: absolute;
	bottom: -8px;
	right: 35px;
	height: 0;
	width: 100px;
	border-top: 8px solid #cf1a32;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
ul.news-list li .news-wrap-list div{
	flex: 0 0 100%;
}
ul.news-list li .news-wrap-list .news-banner{
	z-index: 1;
}
ul.news-list li .news-wrap-list .news-banner img{
	width: 100%;
	margin-bottom: 30px;
}
ul.news-list li .news-wrap-list .news-title{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 19pt;
	line-height: 1.2;
	color: #cf1a32;
	margin-bottom: 15px;
	z-index: 1;
}
ul.news-list li .news-wrap-list .news-description{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 11pt;
	line-height: 1.3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
	z-index: 1;
}
ul.news-list li .news-wrap-list a.readmore{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 11pt;
	color: #cf1a32;
	position: absolute;
	bottom: 5px;
	right: 50px;
}
.title-decoration{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 40px;
}
.title-decoration:before{
	content: '';
	position: relative;
	left: 0;
	top: 3px;
	background: url(../images/layout/home/section2/side-left.png) no-repeat right top;
	width: 253px;
	height: 18px;
	display: block;
	filter: hue-rotate(308deg);
}
.title-decoration:after{
	content: '';
	position: relative;
	right: 0;
	top: 3px;
	background: url(../images/layout/home/section2/side-right.png) no-repeat left top;
	width: 253px;
	height: 18px;
	display: block;
	filter: hue-rotate(308deg);
}
.title-decoration h1{
	position: relative;
	display: block;
	color: #c8c8c8;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 25pt;
	line-height: 1;
/*	margin: 0 30px;*/
	padding: 0 3%;
	z-index: 1;
	white-space: nowrap;
}
.paging{
	margin: 20px;
}
.page-link{
	background-color: transparent;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16pt;
	border-radius: 0;
	color: #6d6d6d;
	border-color: #6d6d6d;
	padding: 5px 15px;
}
.page-link:hover{
	border-color: #6d6d6d;
	background-color: #6d6d6d;
	color: #000;
	text-decoration: none;
}
@media(max-width: 768px){
	.news{
		height: auto;
		position: relative;
		padding: 12vw 0 8vw;
	}
	.submenu{
		justify-content: center;
	}
	.submenu .search{
		width: 75%;
	}
	ul.news-list{
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	ul.news-list li{
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 20px;
		margin-bottom: 30px;
	}
	ul.news-list li .news-wrap-list{
		padding: 15px;
	}
	ul.news-list li .news-wrap-list:after{
		right: 40px;
	}
	ul.news-list li .news-wrap-list:before{
		height: 97%;
		margin: 4px 24px;
	}
	ul.news-list li .news-wrap-list .news-banner img{
		margin-bottom: 10px;
	}
	ul.news-list li .news-wrap-list .news-title{
		font-size: 14pt;
		margin-bottom: 15px;
	}
	ul.news-list li .news-wrap-list .news-description{
		display: none;
	}
	ul.news-list li .news-wrap-list a.readmore{
		font-size: 9pt;
		position: absolute;
		bottom: 5px;
		right: 60px;
	}
	.title-decoration h1{
		position: relative;
		display: inline-block;
		font-family: 'Oswald', sans-serif;
		font-weight: 500;
		font-size: 18pt;
		line-height: 1;
		text-align: center;
	}
	.title-decoration a:before{
		content: '';
		position: absolute;
		left: 0;
		top: 3px;
		background: url(../images/layout/home/section2/side-left.png) no-repeat right top;
		width: 28vw;
		height: 18px;
	}
	.title-decoration a:after{
		content: '';
		position: absolute;
		right: 0;
		top: 3px;
		background: url(../images/layout/home/section2/side-right.png) no-repeat left top;
		width: 28vw;
		height: 18px;
	}
}
/*==========================================================================================================*/
/*=========================================== END NEWS LIST ================================================*/
/*==========================================================================================================*/

/*==========================================================================================================*/
/*============================================ NEWS DETAIL =================================================*/
/*==========================================================================================================*/
.news-list-container h2{
	font-size: 22px;
	color: #00aeff;
}
img.detail-images{
	margin-bottom: 20px;
}
@media(max-width: 768px){
	img.detail-images{
		width: 100%;
	}
	.news-list-container h2{
		font-size: 20px;
	}
}
/*==========================================================================================================*/
/*========================================== END NEWS DETAIL ===============================================*/
/*==========================================================================================================*/

/*==========================================================================================================*/
/*============================================== PAGING ====================================================*/
/*==========================================================================================================*/
.page-link:hover,
.active>.page-link,
.page-link.active{
	color: #fb493d;
	background-color: transparent;
	border-color: #6d6d6d;
}
/*==========================================================================================================*/
/*============================================ END PAGING ==================================================*/
/*==========================================================================================================*/
