/*-------

   Slider

-------*/
.mbr-slider .carousel-inner > .active,
.mbr-slider .carousel-inner > .next,
.mbr-slider .carousel-inner > .prev {
	display: table;
}
.mbr-slider .carousel-control {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.mbr-slider .carousel-control.left {
	margin-left: 20px;
}
.mbr-slider .carousel-control.right {
	margin-right: 20px;
}
.mbr-slider .carousel-control:hover {
	background: #fff;
	color: #000;
}
.mbr-slider .carousel-indicators {
    bottom: 20px;
}
.mbr-slider .carousel-indicators li,
.mbr-slider .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 3px;
    border: 2px solid #ffffff;
}

@media (max-width: 767px) {
    .mbr-slider .carousel-control {
        top: auto;
        bottom: 20px;
    }
}

/* boxed model */
.mbr-slider > .boxed-slider {
    position: relative;
    padding: 93px 0;
}
.mbr-slider > .container .carousel-indicators {
    margin-bottom: 93px;
}
@media (max-width: 767px) {
    .mbr-slider > .container .carousel-control {
        margin-bottom: 93px;
    }
}
.mbr-slider > .container img {
    width: 100%;
}
.mbr-slider > .container img + .row {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mbr-slider .mbr-section {
    padding-left: 0;
    padding-right: 0;
}

/* article layout */
.mbr-slider .article-slider > div {
    padding-left: 0;
    padding-right: 0;
}
.mbr-slider > .container.article-slider .carousel-indicators {
    margin-bottom: 0;
}

.fontm0ao {
    font-size: 180%;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 32px;
	padding-bottom:15px;
	color:#556983;

}

.fontm0 {
    font-size: 180%;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 32px;
	padding-bottom:15px;

}

.fontm1 {
    font-size: 126%;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 30px;
	padding-bottom:15px;

}

@media only screen and (max-width: 500px), print {
	
.fontm1 {
    font-size: 100%;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 30px;
	padding-bottom:15px;

}	
	
}

.fontm11 {
    font-size: ;
    font-weight: 400;
    letter-spacing: 1.2px;

	padding-bottom:15px;

}


@media only screen and (min-width: 768px), print {
.sp768{
	
	 display:none;
}

.sp767{
	

}



}

@media only screen and (max-width: 767px) {
.sp768{
	
	
}

.sp767{
	
 display:none;
}
}

.font11{
	font-size:11px !important;
}

.merit{
display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 18px;
    font-size: 21px;
    line-height: 1.6;
    border-radius: 0px;
    -webkit-user-select: none;
	    border-color: #DD3E3E;
    color: #ffffff;
    background-color: #DD3E3E;
    border-color: #DD3E3E;
	text-align:center;
	    width: 100%;
    margin-bottom: 15px;
}
	
}


 .btn_long {
	width: 100%;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #315b7c;
	background-image: url(../img/btn_long_lean.png);
	background-repeat: no-repeat;
	background-size: 515px;
	background-position: center;
	margin-bottom: 25px;
}
.btn_long:hover {
	background-color: #a2bace;
}
.btn_long a {
	width: 100%;
	height: 60px;
	display: block;
	text-indent: -9999px;
}