html{
	padding-bottom: 30px;
}
.v1-head-pubcon {
	padding-top: 110px
}

.v1-head-pubcon .v1-40-line {
	margin-bottom: 25px
}

.v1-head-pubcon .col-6{
}

.v1-head-pubcon .col-6 .img {
	overflow: hidden;
	text-align: center
}

.v1-head-pubcon .col-6 .img>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s
}

.v1-head-pubcon .col-6 .img:hover>img {
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	transform: scale(1.1, 1.1) rotate(0deg);
	-ms-transform: scale(1.1, 1.1) rotate(0deg);
	-moz-transform: scale(1.1, 1.1) rotate(0deg);
	-webkit-transform: scale(1.1, 1.1) rotate(0deg);
	-o-transform: scale(1.1, 1.1) rotate(0deg)
}

.v1-head-pubcon .col-6:nth-child(2) {
	padding: 55px;
	padding-top: 60px
}

.v1-head-pubcon .col-6:nth-child(2) a {
	display: inline-block;
	margin: 60px 0 0;
	color: #1a46a0
}

.v1-head-pubcon .col-6:nth-child(2) a p {
	padding-left: 30px;
	text-align: center;
	position: relative
}

.v1-head-pubcon .col-6:nth-child(2) a:last-child {
	margin-left: 20px
}

.v1-view-icon::before,
.v1-down-icon::before {
	content: " ";
	display: block;
	width: 18px;
	height: 16px;
	position: absolute;
	top: 16px;
	left: 32px
}

.v1-view-icon::before {
	background-image: url(/static/fly/assets/images/news/view.png);
	background-size: 100% 100%
}

.v1-down-icon::before {
	background-image: url(/static/fly/assets/images/news/down.png);
	background-size: 100% 100%
}

.v1-list-pdfcon {
	--bs-gutter-y: 20px;
	--bs-gutter-x: 20px;
	padding-top: 50px
}

.v1-list-pdfcon .col-6>div {
	padding: 40px;
	background-color: #f3f3f3;
	border-radius: 10px;
	max-height: 360px;
}

.v1-list-pdfcon .col-6 .img {
	width: 210px;
	height: 270px;
	margin: 0 40px 0 0;
	display: block;
	overflow: hidden;
	text-align: center
}

.v1-list-pdfcon .col-6 .img>img {
	/* height: 100%; */
	height: 100%;
	width: 100%!important;
	object-fit: cover;
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s
}

.v1-list-pdfcon .col-6 .img:hover>img {
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	transform: scale(1.1, 1.1) rotate(0deg);
	-ms-transform: scale(1.1, 1.1) rotate(0deg);
	-moz-transform: scale(1.1, 1.1) rotate(0deg);
	-webkit-transform: scale(1.1, 1.1) rotate(0deg);
	-o-transform: scale(1.1, 1.1) rotate(0deg)
}

.v1-list-pdfcon .col-6 .infobox {
	flex: 1
}

.v1-list-pdfcon .col-6 a {
	text-decoration: none;
	margin-top: 60px;
	display: block;
	margin-bottom: 10px;
	display: inline-block;
	position: relative
}

.v1-list-pdfcon .col-6 a p::before {
	top: 2px;
	left: 0
}

.v1-list-pdfcon .col-6 a p {
	padding-left:25px;
	margin-right: 10px;
}

.v1-list-pdfcon .col-6 a:last-child {
	margin: 0
}

@media(max-width: 640px) {
	.v1-list-pdfcon .col-6 .img>img{
		height: 50%!important;
		margin-top: 40%!important;
	}
	.v1-sec-font{
		padding: 0 0!important;
	}
	.v1-head-pubcon {
		padding-top: 30px
	}

	.v1-head-pubcon .col-6:nth-child(2) {
		padding: 20px
	}

	.v1-head-pubcon .col-6:nth-child(2) a {
		margin: 10px 0 0
	}

	.v1-list-pdfcon {
		padding-top: 30px
	}

	.v1-list-pdfcon .col-6 a {
		margin-top: 0px
	}

	.v1-list-pdfcon .col-6>div {
		flex-wrap: wrap;
		padding:20px 20px 0 20px;
	}

	.v1-list-pdfcon .col-6>div .img {
		width: 40%;
		margin: 0
	}

	.v1-list-pdfcon .col-6 img {
		width: 100%!important;
		margin: 0
	}

	.v1-list-pdfcon .col-6>div .infobox {
		width: 55%;
		margin-left: 5%;
		margin-top: 20px
	}
}

/*# sourceMappingURL=publish.min.css.map */
<!--0.00014090538024902-->