@charset "utf-8";
/* CSS Document */


.column-grey{
	background:#f5f4f9;
	padding-top:13px;
/*	height:340px;*/
}
.column-left-01{
	border-top:4px solid #c92e1d;
	background:#FFF;
	box-shadow:0px 3px 5px #e9edef;
	padding:10px;
}
.column-left-01 h4,
.column-left-02 h4{
	color:#0853a1;
	font-size:2.0rem; font-size:20px;
	line-height:40px;
}
.column-left-01 li{
	line-height:18px;
	margin-bottom:10px;
}
.column-left-01 i{
	color:#267bc9;
	padding-right:7px;
}
.column-left-02{
	border-top:4px solid #0456a0;
	background:#e9edef;
	padding:10px;
	margin-top:20px;
}

.column-left-02 .imglist li a {
    display: block;
	text-align:center;
}
@media screen and (min-width:768px){
	.column-grey{
		background:#f5f4f9;
		padding-top:13px;
		height:340px;
	}
	.column-left-02 .imglist img{
		width:132px;
		height:172px;
	}
}

.column-left-02 .imglist li span {
    display: block;
    line-height: 15px;
	padding:5px 0 10px 0;
	font-size:1.2rem; font-size:12px;
	text-align:center;
}

.column-right-02 h4,
.column-right-03 h4,
.column-right-04 h4{
	border-bottom:1px solid #dedede;
	font-size:18px;
	padding-bottom:10px;
}
.column-right-02 h4 span,
.column-right-03 h4 span,
.column-right-04 h4 span{
	border-bottom:2px solid #b31b1b;
	padding:5px 20px 9px 0;
}
.column-right-02 ul,
.column-right-03 ul,
.column-right-04 ul
{
	margin-top:10px;
}
.column-right-02 li,
.column-right-03 li{
	padding: 10px;
}
.column-right-02 li:first-child,
.column-right-03 li:first-child{
	padding-left:0;
	padding-right:20px;
}
.column-right-02 h5{
	margin:10px 0;
	line-height:18px;
	font-weight:bold;
}
.column-right-02 h5 a,
.column-right-04 li a
{
	color:#3258a6;
}
.column-right-02 span a
{
	color:#267bc9;
}
.column-right-02 h5 a:hover,
.column-right-02 span a:hover,
.column-right-04 li a:hover{
	text-decoration:underline;
}
.column-right-03 .column-list span {
    border-right: 1px solid #81abcf;
	padding-right:10px;
    color: #0456a0;
    float: left;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
	font-weight:bold;
	margin-right:10px;
}
.column-right-03 .column-list span b {
    background: #0456a0;
	color:#FFF;
	text-align:center;
    border-radius: 50%;
	width:45px;
	height:45px;
	line-height:45px;
    display: block;
    font-size: 28px;
	margin-bottom:5px;
}
.column-right-03 .column-list span em {
    font-style: normal;
}
.column-right-04 li{
	color:#3258a6;
	line-height:30px;
}
.column-right-04 i{
	color:#3258a6;
	padding-right:7px;
}

@media screen and (max-width:1024px){
	.column-right-02 li,
	.column-right-03 li{
		padding: 10px;
		padding-left:0;
	}	
	.column-right-02 li:last-child,
	.column-right-03 li:last-child{
		padding-right:0;
		padding-left:0;
	}
}

@media screen and (max-width:992px){
}

@media screen and (min-width: 768px) and (max-width: 991px){ 
}

@media (max-width:767px) and (orientation: landscape){
	.column-grey{
		background:none;
		padding-top:13px;
		height:auto;
	}

	.column-left-01{
		position:static;
		width:100%;
		border-top:4px solid #c92e1d;
	}
}
@media (max-width:320px){
	.column-right-02 h4 span,
	.column-right-03 h4 span,
	.column-right-04 h4 span{
		border-bottom:2px solid #b31b1b;
		padding:5px 5px 9px 0;
	}
}

@media (max-width:280px){
	.column-right-02 h4 span,
	.column-right-03 h4 span,
	.column-right-04 h4 span{
		border-bottom:none;
		padding:5px 5px 9px 0;
	}
}


/* caption */
.caption {
	background-color: rgba(4, 86, 160, 0.6);
	padding: 8px 10px;
	position: absolute;
	bottom: 0px;
	width: 100%; color:#ffffff;
}
.caption .title {
	margin-top: 0;
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	.caption {
		width: 100%;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.caption {
		width: 100%;
	}
}

/* owl controls */

.owl-controls {
	width: 100%;
	margin-bottom: 50px;
}
.owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	padding: 3px 10px;
	font-size: 12px;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-prev {
	left: 0;
	background-color: #e84c3d;
	color: #f1f1f1;
}
.owl-next {
	left: 30px;
	background-color: #f1f1f1;
	color: #e84c3d;
}
.owl-prev:hover,

.owl-next:hover,
.gray-bg .owl-next:hover {
	background-color: #333333;
	color: #f1f1f1;
}
.gray-bg .owl-next {
	background-color: #ffffff;
}
.owl-controls .owl-buttons div:before {
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 26px;
}
.owl-prev:before {
	content: "\f104";
}
.owl-next:before {
	content: "\f105";
}
.no-touch .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.content-slider-with-controls {
	margin-bottom: 20px;
}
.content-slider-with-controls .owl-controls,
.content-slider-with-controls-autoplay .owl-controls {
	margin-bottom: 0;
}
.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
	top: 50%;
	margin-top: -15px;
	background-color: rgba(22, 70, 148, 0.5);
	color: #f1f1f1;
}
.content-slider-with-controls .owl-buttons div.owl-next,
.content-slider-with-controls-autoplay .owl-buttons div.owl-next {
	left: auto;
	right: 0;
}
.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
	background-color: #f1f1f1;
	color: #e84c3d;
}
.content-slider-with-controls-bottom .owl-controls .owl-pagination {
	bottom: -30px;
}
.content-slider-with-controls-bottom .owl-controls .owl-page span {
	background: #acacac;
}
.owl-controls .owl-pagination {
	position: absolute;
	bottom: 36px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}
.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #ffffff; border-radius:10px;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #c92e1d; width:27px;
}
@media screen and (min-width:992px){
	.overlay-container img{
		width:821px;
		height:373px;
	}
}