/* Minification failed. Returning unminified contents.
(233,1): run-time error CSS1019: Unexpected token, found '}'
 */
.image-library{
	width: calc((100% / 12) * 10);
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
}
.image-library .desc{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.image-library .desc a{
	text-decoration: none;
}

.image-library .list-image .img{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 243px;
	margin-bottom: 7px;
	position: relative;
}
.image-library .list-image .img img{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.image-library .list-image{
	float: left;
	width: 31.5%;
	margin-bottom: 15px;
	margin-left: 30px;
	width: calc((100% - 60px) / 3);
}
.image-library .list-image:first-child{
	width: calc(100% - calc((100% - 60px) / 3) - 30px);
}

.image-library .list-image:nth-child(1),
.image-library .list-image:nth-child(4){
	margin-left: 0;
}
.image-library .list-image:first-child .img{
	height: 530px;
}
.image-library .list-image .img:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #0b3323;
	opacity: 0;
}
.image-library .list-image .img:hover:after{
	opacity: 0.6;
	transition: 0.6s;
}
.image-library .list-image .img:hover img{
	opacity: 1;
	transition: 0.6s;
}
.image-library .list-image p{
	font-family: "MUSEO300-REGULAR";
	font-size: 18px;
	color: #ba8a54;
}
.image-library .the-title{
	display: flex;
	text-transform: uppercase;
	/*color: #ba8a54;*/
	justify-content: center;
	padding-top: 65px;
	padding-bottom: 40px;
	/*text-decoration: none;*/
	/*color: #333;*/
}
.image-library .the-title a{
	font-size: 20px;
	font-family: "MUSEO300-REGULAR";
	padding-right: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #333;
}
.image-library .the-title a:first-child{
	color: #ba8a54;
}

.image-library .the-title a i{
	font-size: 10px;
	padding-right: 10px;
}
.document-library{
	width: calc((100% / 12) * 10);
	margin: 0 auto;
	padding-bottom: 60px;
}
.document-library .the-title a i{
	font-size: 10px;
	padding-right: 10px;
}
.document-library .the-title{
	display: flex;
	text-transform: uppercase;
	/*color: #ba8a54;*/
	justify-content: center;
	padding-top: 65px;
	padding-bottom: 40px;
}
.document-library .the-title a{
	font-size: 20px;
	font-family: "MUSEO300-REGULAR";
	padding-right: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #333;
}
.document-library .the-title a:last-child{
	color: #ba8a54;
}
.document-library .desc{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.document-library .desc .thumnail{
	width: calc((100% - 60px) / 3);
	position: relative;
	border: 1px solid #0b3323;
	margin-right: 27px;
	margin-bottom: 20px;

}
.document-library .desc .thumnail:nth-child(3n){
	margin-right: 0;
}
.document-library .desc .thumnail p{
	padding-top: 170px;
	font-family: "MUSEO300-REGULAR";
	font-size: 18px;
	color: #ba8a54;
	text-align: center;
	padding-bottom: 25px;
}
.document-library .desc .thumnail .download{
	text-decoration: none;
	color: #fff;
	text-align: center;
	background-color: #0b3323;
	width: 100%;
	display: inline-block;
	font-family: "MUSEO300-REGULAR";
	padding: 15px 0px;
	font-size: 16px;

}
.document-library .desc .thumnail:last-child{
	
	margin-right: 0px;
}
.document-library .desc .thumnail .img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 24%;
}
.document-library .desc .thumnail .img img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1024px){
	.image-library{
		width: calc(100% - 60px);
	}
	.document-library{
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 768px){
	.image-library .list-image:first-child .img {
		height: 552px;
	}
}
@media screen and (max-width: 480px){
	.document-library{
		width: calc(100% - 30px);
		padding-bottom: 30px;
	}
	.image-library{
		width: calc(100% - 30px);
	}
	.image-library .list-image {
		float: initial;
		width: 100%;
	}
	.document-library .desc {
		flex-direction: column;
		overflow: initial;

	}
	.image-library .the-title a {
		font-size: 16px;
	}
	.document-library .desc .thumnail {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.banner .page-title {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.document-library .the-title a {
		font-size: 16px;
	}
	
}
}

.page-news{
	overflow: hidden;
	background-color: #f2ebd9;
}
.page-news .list-thumbnail{
	width: calc((100% / 12) * 10);
	margin: 0 auto;
	padding-top: 79px;
	overflow: hidden;
}
.page-news .list-thumbnail .thumbnail{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}
.page-news .list-thumbnail .thumbnail{
	width: calc((100% - 20px) / 2);
	position: relative;
	height: 240px;
}
.page-news .list-thumbnail .thumbnail:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(/Content/default/blog/blog-category/image/news/phu-img.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.page-news .list-thumbnail .thumbnail:nth-of-type(4n+1){
	margin-right: 20px;
	height: 500px;
}
.page-news .list-thumbnail .thumbnail:nth-of-type(4n+3),
.page-news .list-thumbnail .thumbnail:nth-of-type(4n+2){
	width: calc((50% - 30px) / 2);
}
.page-news .list-thumbnail .thumbnail:nth-of-type(4n+2){
	margin-right: 20px;
}
.page-news .list-thumbnail .thumbnail:nth-of-type(4n+4){
	width: calc((100% - 20px) / 2);
	margin-top: 20px;
}
.page-news .list-thumbnail .thumbnail .text .the-date{
	display: none;
}
.page-news .list-thumbnail .thumbnail:nth-of-type(4n+1) .text .the-date{
	display: flex;
	font-size: 12px;
}
.page-news .list-thumbnail .thumbnail:nth-of-type(4n+1) .text .the-date i{
	margin-right: 5px;
	color: #ffffff;
}
.page-news .list-thumbnail .thumbnail:nth-of-type(4n+1) .text .the-date p{
	color: #ffffff;
	font-size: 12px;
	font-family: "MUSEO300-REGULAR";
}
.page-news .list-thumbnail .thumbnail .text .thumbnail-title{
	font-size: 15px;
	font-family: "MUSEO300-REGULAR";
	color: #ffffff;
}
.page-news .list-thumbnail .thumbnail:hover .text .thumbnail-title{
	color: #ba8a54;
}
.page-news .list-thumbnail .thumbnail:nth-of-type(4n+1) .text .thumbnail-title {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 5px;
}
.page-news .list-thumbnail .thumbnail:nth-of-type(4n+1):hover .text .thumbnail-title {
	color: #ba8a54;
}
.page-news .list-thumbnail .thumbnail .text{
	margin-bottom: 20px;
	margin-left: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.page-news .the-content{
	width: calc((100% / 12) * 10);
	margin: 0 auto ;
	margin-bottom: 55px;
}
.page-news .list-news .title{
	text-align: center;
}
.page-news .list-news{
	margin-top: 90px;
	margin-bottom: 65px;
}
.page-news .list-news .title p:nth-of-type(1){
	color: #0b3323;
}
.page-news .list__item {
	text-decoration: none;
}
.page-news .list__item .thumbnail {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 72%;
}
.page-news .the-title {
	font-family: "MUSEO300-REGULAR";
	color: #ba8a54;
	font-size: 18px;
	margin-top: 10px;
}
.page-news .date {
	background-color: #0b3323;
	width: 60px;
	height: 60px;
	font-size: 18px;
	font-family: "UTM A&S Heartbeat";
	color: #997749;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -10px;
	left: -20px;
}
.page-news .the-content .swiper-container{
	padding: 10px 0px 0px 20px;
}
.page-news .the-content .text p {
	font-family: "MUSEO300-REGULAR";
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 25px;
}
.page-news .the-content .text span {
	color: #b08d3d;
}
 .pagination{
	color: #010101;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    font-family: "MUSEO300-REGULAR";
}
 .pagination .page-number{
	align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    color: #010101;
    margin-right: 15px;
}
 .pagination .active{
	border: 1px solid #ba8a54;
	padding:3px;
}
.page-news .list-news .pagination .fa-angle-double-left{
	/*margin-right: 8px;*/
}
.page-news .list-news .pagination .fa-angle-double-right{
	/*margin-left: 8px;*/
}
@media screen and (max-width: 1024px){
	.page-news .list-thumbnail {
		width: calc(100% - 60px);
	}
	.page-news .the-content {
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 480px){
	.page-news .list-thumbnail {
		width: calc(100% - 30px);
	}
	.page-news .the-content {
		width: calc(100% - 30px);
	}
	.page-news .list-thumbnail .thumbnail{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 15px;
	}
	.page-news .list-thumbnail .thumbnail:nth-of-type(4n+4){
		width: 100%;
	}
	.page-news .list-thumbnail .thumbnail:nth-of-type(4n+2),
	.page-news .list-thumbnail .thumbnail:nth-of-type(4n+3){
		width: 100%;
		margin-right: 0;
	}
	.page-news .list-thumbnail .thumbnail:nth-of-type(4n+1){
		height: 240px;
	}
	.page-news .list-thumbnail .thumbnail:nth-of-type(4n+1) .text .thumbnail-title{
		font-size: 16px;
	}
	.page-news .list-news {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.page-news .the-content {
		margin-bottom: 30px;
	}
}

