

/* mouse icon animate*/

.mouseIcon {
	position: absolute;
	z-index: 10;
	bottom: 110px;
	left: 50%;
	width: 28px;
	margin-left: -14px;
	cursor: pointer;
}

.mouseIcon span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 8px;
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(45deg); /* IE 9 */
	transform: rotate(45deg);
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

.unu {
	margin-top: 6px;
}

.unu, .doi, .trei {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
}

.unu {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}

.doi {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
}

.trei {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
}

.mouse {
	width: 26px;
	height: 40px;
	transform: none;
	border: 2px solid white;
	border-radius: 12px;
}

.wheel {
	position: relative;
	display: block;
	width: 4px;
	height: 8px;
	margin: 5px auto;
	border-radius: 5px;
	background: white;
}

.wheel {
	-webkit-animation: mouse-wheel 1.2s ease infinite;
	-moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
   {
      0% {
       opacity: 1;
       -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
       transform: translateY(0);
     }

     100% {
       opacity: 0;
       -webkit-transform: translateY(8px);
       -ms-transform: translateY(8px);
       transform: translateY(8px);
     }
   }

@-moz-keyframes mouse-wheel
{
 0% { top: 1px; }
 50% { top: 2px; }
 100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

 0%   { opacity: 0;}
 50%  { opacity: .5;}
 100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

 0%   { opacity: 0; }
 50%  { opacity: .5; }
 100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

 0%   { opacity: 0; }
 50%  { opacity: .5; }
 100% { opacity: 1; }
}
@keyframes mouse-scroll {

 0%   { opacity: 0; }
 50%  { opacity: .5; }
 100% { opacity: 1; }
}


#section01 .fp-slidesContainer:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #444;
	opacity: .3;
}

.slide-img-01 {
	background: url(../img/slide-img-01.jpg) center center no-repeat;
}

.slide-img-02 {
	background: url(../img/slide-img-02.jpg) center center no-repeat;
}

.slide-img-03 {
	background: url(../img/slide-img-03.jpg) center center no-repeat;
}

.slide-img-04 {
	background: url(../img/slide-img-04.jpg) center center no-repeat;
}

div .fp-controlArrow { 
     display : none !important;
}

.slide {
	text-align: center;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
}

.slide > div {
	position: relative;
	z-index: 30;
	/*position: relative;*/
	top: -50px;
}
.slide .slide-h2 {
	font-size: 4.0rem;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.slide .slide-h4 {
	font-size: 2.5em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.slider-wrap {
	width: 100%;
	height: 80px;
	line-height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.slider-wrap:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-color: #343434;
	opacity: .85;
}
.slider-wrap .slider-nav {
	max-width: 1200px;
	min-width: 1000px;
	z-index: 2;
	position: relative;
	margin: 0 auto;
}
.slider-wrap .slider-nav li {
	display: table-cell;
	width: 1%;
	/*color: #fff;*/
}

.slider-wrap .slider-nav li a {
	color: #fff;
	font-family: 'Slabo 27px', serif;
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
}
.slider-wrap .slider-nav li a:focus,
.slider-wrap .slider-nav li a:hover {
	text-decoration: none;
}
.slider-wrap .slider-nav li a.active {
	border-top: 8px solid #0075c2;
}


.logo-main-title {
	text-align: center;
}
.logo-main-title figure {
	text-transform: uppercase;
	color: #555555;

}
.logo-main-title span {
    letter-spacing: 0.18em;
    bottom: -.4ex;
    font-size: 1.7em;
    font-weight: 700;
    position: relative;

}
.logo-main-title p {
	font-size: 1.2rem;
	font-weight: normal;
	color: #3c3b3b;
}

/* .bxslider-ul li {
	float: left;
} */

.bxslider-1-wraper .bx-wrapper .bx-viewport {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border: 1px solid #d2d2d2;
	left: 0;
}

#bxslider-1 article {
	min-height: 415px;
	text-align: center;
	display: table;
	border-right: 1px solid #d2d2d2;
	/*border-top: 1px solid #d2d2d2;	*/
	/*border-bottom: 1px solid #d2d2d2;	*/
}


#bxslider-1 article > a {
	/*display: table-cell;*/
	display: block;
	position: absolute;
	/*float: left;*/
	/*vertical-align: middle;*/
	padding: 0;
	margin: 0;
	width: 287px;
	height: 403px;
	left: 5px;
	top: 5px;
	/*transition: all 3s;*/
	z-index: 999;
}

#bxslider-1 article .ui-border-element {
	display: table;
	width: 100%;
	height: 100%;
	/*opacity: 0;*/
}


#bxslider-1 .topBottom-leftRightCorner:before{
	border-top: 1px solid #fff;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

#bxslider-1 .topBottom-leftRightCorner:after{
	border-bottom: 1px solid #fff;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
#bxslider-1 .topBottom-leftRightCorner .ui-border-element:before{
	border-left: 1px solid #fff;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
#bxslider-1 .topBottom-leftRightCorner .ui-border-element:after{
	border-right: 1px solid #fff;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}



 #bxslider-1 article figure {
	text-align: center;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: relative;
	padding: 0;
	margin: 0;
} 

 #bxslider-1 article:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

#bxslider-1 article:hover:before {
	background-color: #004bb2;
	opacity: .8;
	cursor: pointer;
	mix-blend-mode: multiply;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

#bxslider-1 article:hover figure {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

/* #bxslider-1 article .hover:hover:before {
    opacity: 1;
}  */
#bxslider-1 article .text-on {
	opacity: 0;
	display: none;
} 
 #bxslider-1 article:hover .text-on {
 	position: absolute;
 	display: table-cell;
 	/*display: block;*/
 	z-index: 100;
 	/* top: 20px; */
 	left: 0;
 	opacity: 1;
 	width: 100%;
 	height: 100%;
 	vertical-align: middle;
 	-webkit-transition: opacity .3s;
 	-o-transition: opacity .3s;
 	transition: opacity .3s;
 	text-align: center;
 	padding-top: 50%;
} 

#bxslider-1 article:hover .text-on * {
	color: #fff;
} 

 #bxslider-1 article .hover:hover .ui-border-element {
	opacity: 1;
} 

#bxslider-1 article .text-on .btn-detail {
	background: none;
	border: 1px solid #fff;
	padding: 5px 30px;
}




#bxslider-1 article img {
	display: inline-block;
	position: relative;
	top: -30px;

}
#bxslider-1 article h4 {
	position: absolute;
	bottom: 10%;
	text-align: center;
	width: 100%;
	left: 0;
}

.bxslider-1-wraper .bx-wrapper .bx-controls-direction a {
	width: 60px;
	height: 60px;
	margin-top: -30px;
}

.bxslider-1-wraper .bx-wrapper .bx-prev {
	background: url(../img/controls-left.gif) 0 0 no-repeat !important;
	left: -100px;
}

.bxslider-1-wraper .bx-wrapper .bx-next {
	background: url(../img/controls-right.gif) 0 0 no-repeat !important;
	right: -100px;
}

#section02 {
	background-image: url(../img/section02-back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}



.mainStoryHalf>li {
	float: left;
	width: 50%;
}

.mainStoryHalf>li:first-of-type {
	padding-right: .5em;
}

.mainStoryHalf>li:last-of-type {
	padding-left: .5em;
}

.mainStoryBox {
	position: relative;
}

.mainStoryBox.mainStoryBoxHalf {
	float: left;
	width: 50%;
}

.mainStoryBox>section {
	display: block;
	height: 270px;
	padding: 2.2rem;
	background-color: #efefef;
	/*border: 1px solid rgb(200, 200, 200);*/
}

 .mainStoryPro>section {
	position: relative;
	background: #efefef url(../img/icon_main_promotion.png) 85% 85% no-repeat;
	-webkit-transition: background-position .4s;
	-o-transition: background-position .4s;
	transition: background-position .4s;
} 

 .mainLeftInquiry>section {
	position: relative;
	background: #efefef url(../img/icon_main_inquiry.png) 85% 85% no-repeat;
	-webkit-transition: background-position .4s;
	-o-transition: background-position .4s;
	transition: background-position .4s;
} 

/* .mainStoryBox>section:hover {
	border: 1px solid #494e98;
	background-position: 150px 85%;
} */

.mainStoryBox>section>h4 {
	font-size: 1.2em;
	color: #3c3b3b;
	font-weight: normal;
}

.mainStoryBox>section>p {
	/*font-size: 1.35em;*/
	line-height: 1.5em;
	color: #606060;
}

.mainStoryBox  .btnMore {
	position: absolute;
	bottom: 2.2em;
	left: 2.2em;
	display: block;
	width: 38px;
	height: 38px;
	transition: 1s transform;
	border-radius: 50%;
	/*border: 1px solid #ffffff;*/
	background: #ffffff url(../img/btn-more-white.gif) 50% 50% no-repeat;
}

.mainStoryBox  .btnMore.btnMoreNotice {
	top: 2.5em;
	right: 2.5em;
	left: auto;
}

 .mainStoryBox .btnMore:hover {
	animation: rotate_def 1s infinite;
} 

@keyframes rotate_def { 
	100% {
		transform: rotate(360deg);
	}

}
@-webkit-keyframes rotate_def { 
	100% {
	transform: rotate(360deg);
	}
}
.mainStoryBoxNotice li {
	font-size: 1em;
	line-height: 2.4em;
}

.mainStoryBoxNotice li>a {
	color: #5d5d5d;
}

.mainStoryBoxNotice li>a:before {
	display: inline-block;
	margin-right: 5px;
	content: 'ㆍ';
}

.mainStoryBoxNotice li>a:hover {
	text-decoration: underline;
}

.mainStoryBoxNotice li>a span {
	display: inline-block;
	float: right;
}

.mainceftiBox {
	/*border: 1px solid rgb(200,200,200);*/
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #fff url(../img/main-story-box-bg.jpg) center center no-repeat;
	/*height: 545px;*/
}

.mainceftiBox section {
	position: relative;
	width: 50%;
	padding: 2.2rem;
	height: 50%;
}
.mainceftiBox section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0075c2;
	mix-blend-mode: multiply;
}
.mainceftiBox section * {
	color: #fff;
	position: relative;
	z-index: 2;
}

.mainceftiBox section h4 {
    font-size: 1.2em;
    font-weight: normal;
}
.mainceftiBox section p {
	position: absolute;
	bottom: 2.2em;
	line-height: 1.5em;
}

.site-text address {
	font-style: normal;
	line-height: 1.5em;
	font-size: .9em;
}
.site-text .copy-text {
	font-size: .8em;
}