<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.mh_logobar{
	width: 836px;
    height: 40px;
}
.mh_logobar img{
	height:26px;
	width:auto;
}

.mh_video{
	height:870px;
	margin-left:-200px;
	margin-right:auto;
	display:block;
}

.mh_kul_header {
	width:100%;
	height:440px;
	background: url(../images/topImage_kul.jpg) no-repeat center center;
	background-size:auto 100%;
	overflow: hidden;
}
.mh_jb_header {
	width:100%;
	height:440px;
	background: url(../images/topImage_jb.jpg) no-repeat center center;
	background-size:auto 100%;
	overflow: hidden;
}
.mh_lkw_header {
	width:100%;
	height:440px;
	background: url(../images/topImage_lkw.jpg) no-repeat center center;
	background-size:auto 100%;
	overflow: hidden;
}
.mh_pen_header {
	width:100%;
	height:440px;
	background: url(../images/topImage_pen.jpg) no-repeat center center;
	background-size:auto 100%;
	overflow: hidden;
}
.mh_content_bg{
	background-color:#FFF;
}

.mh_ms_title{
	text-align:center;
	font-size:36px;
}

.mh_ms_text{
	text-align:center;
	font-size:16px;
	line-height:24px;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:60px;
}
.mh_mh_box{
	padding:0px;
	text-align:center;
	text-align:-webkit-center;
}
.mh_mh_box a{
	text-decoration:none;
}
.mh_mh_box_des{
	height:120px;
	padding-top:35px;
	margin-top:0px;
	background-color:hsla(0, 0%, 0%, 0.7);
	color:#FFF;
	font-size:30px;
	text-align:center;
	text-align:-webkit-center;
	line-height:24px;
	position:absolute;
	width:100%;
	top:200px;
	opacity:0;
	
	transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; /* Safari 3.1 to 6.0 */
	
	/*display:none;*/
}
.mh_mh_box:hover .mh_mh_box_des{
	opacity:1;
}

.mh_mh_box_des_en{
	font-size:15px;
}
.mh_mh_airline{
	text-align:center;
	font-size:18px;
	color:#474747;
	padding-top:90px;
}
.mh_mh_table{
	padding:30px;
	font-size:18px;
	color:#474747;
}
.mh_mh_flight{
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
.mh_mh_flight table{
	color:#e2231a;
}
.mh_mh_flight_title{
	font-size:30px;
	color:#0f82be;
}
.mh_mh_flight_line{
	border-bottom:solid 1px #ddd;
	margin-top:10px;
	margin-bottom:15px;
}
.mh_mh_tnc{
	font-size:15px;
}
.mh_air_table{
	padding:20px;
	font-size:18px;
	color:#474747;
	text-align:center;
	text-align:-webkit-center;
}
.mh_air_des{
	font-size:30px;
	color:#0a81bc;
}
.mh_air_price{
	color:#e2231a;
}
.mh_air_price_bold{
	font-size:36px;
}
.mh_air_cta{
	font-size:24px;
	color:#fff;
	width:100%;
	padding:8px;
	border:none;
	
	background: #e41c26; /* Old browsers */
	background: -moz-linear-gradient(left, #e41c26 0%, #fe8210 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e41c26 0%,#fe8210 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e41c26 0%,#fe8210 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41c26', endColorstr='#fe8210',GradientType=1 ); /* IE6-9 */
}
.mh_modal_header{
	border:none;
}
.mh_modal_close{
	color:#fff;
	text-shadow:none;
	opacity:1;
	font-size:36px;
}
.mh_modal_dialog{
	width:auto;
}
.mh_modal_content{
	background-color:#000;
	color:#fff;
	font-size:16px;
	line-height:24px;
	padding:30px;
	text-align:center;
	text-align:-webkit-center;
}
.mh_modal_content p{
	font-size:30px;
	padding-top:30px;
	padding-bottom:30px;
}
@media screen and (min-width:768px){
	.mh_logobar{
		width: 836px;
    	height: 73px;
	}
	.mh_logobar img{
		height:62px;
		width:auto;
	}
	.mh_video{
		height:850px;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	.mh_kul_header {
		width:100%;
		height:440px;
		background: url(../images/topImage_kul.jpg) no-repeat center center;
		background-size:100% auto;
		overflow: hidden;
	}
	.mh_jb_header {
		width:100%;
		height:440px;
		background: url(../images/topImage_jb.jpg) no-repeat center center;
		background-size:100% auto;
		overflow: hidden;
	}
	.mh_lkw_header {
		width:100%;
		height:440px;
		background: url(../images/topImage_lkw.jpg) no-repeat center center;
		background-size:100% auto;
		overflow: hidden;
	}
	.mh_pen_header {
		width:100%;
		height:440px;
		background: url(../images/topImage_pen.jpg) no-repeat center center;
		background-size:100% auto;
		overflow: hidden;
	}
	.mh_ms_text{
		text-align:center;
		font-size:16px;
		line-height:24px;
		padding-top:20px;
		padding-left:80px;
		padding-right:80px;
		padding-bottom:60px;
	}
	.mh_modal_dialog{
		width:700px;
	}
}</pre></body></html>