/* FONTS */
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: 100;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: 200;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: 600;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: bold;
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 200;
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
}
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../fonts/open_sans_condensed__light-webfont.eot');
    src: url('../fonts/open_sans_condensed__light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open_sans_condensed__light-webfont.woff2') format('woff2'),
         url('../fonts/open_sans_condensed__light-webfont.woff') format('woff'),
         url('../fonts/open_sans_condensed__light-webfont.ttf') format('truetype'),
         url('../fonts/open_sans_condensed__light-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FONTS end */

body {
	font-weight: 200;
	font-family: 'roboto', sans-serif;
	color: #000;
}
section {
	position: relative;
	overflow: hidden;
}
.wrapper {
	margin: 0 auto;
	padding: 0 15px;
}

/* bookmark */
.bookmark {
	position: fixed;
	top: 35%;
	right: -180px;
	z-index: 88;
}
.bookmark a {
	display: block;
	position: relative;
	right: 0;
	padding-left: 65px;
	width: 240px;
	font-size: 20px;
	line-height: 60px;
	color: #fefefe;
	text-decoration: none;
	background-color: #ff004a;
	border-top: 1px solid #fff;
	filter: alpha(opacity=90);
	opacity: .9;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-ms-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;
}
.bookmark a:hover,
.bookmark a:focus {
	outline: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.bookmark a:hover {
	right: 180px;
}
.bookmark a:first-child {
	border-top: none;
}
.bookmark a:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
	width: 20px;
	height: 40px;
	background: url(../images/sprite.png) -230px -255px no-repeat;
}
.bookmark a.demo:before {
	top: 14px;
	left: 10px;
	width: 40px;
	height: 30px;
	background-position: -316px -223px;
}
.bookmark a.question:before {
	left: 15px;
	width: 30px;
	height: 41px;
	background-position: -272px -255px;
}
/* bookmark end */

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 70px;
	background-color: rgba(26,26,26,1);
	z-index: 10;
	backface-visibility: hidden;
}
.sub.fix header {
	background-color: #0096a8;
}
header .col-sm-6 {
	padding: 0 5px;
}
header>.col-sm-6.logo {
	padding-top: 5px;
}
header .logo_img {
	display: inline-block;
	width: 60px;
}
header .logo_txt {
	display: inline-block;
	margin-left: 10px;
	font-weight: 100;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	vertical-align: middle;
}

/*** navigation ***/
.navbar_collapse {
	padding: 0;
}
.topmenu,
.topmenu ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.topmenu:after {
	content: '';
	display: block;
	clear: both;
}
.topmenu li {
	position: relative;
}
.topmenu>li {
	display: block;
	margin-left: 15px;
}
.topmenu>li .item {
	text-decoration: none;
	border: none;
}
.topmenu>li ul .item {
	display: block;
	padding: 4px 28px 6px;
	font-weight: 100;
	font-size: 18px;
	text-transform: none;
}
.topmenu>li ul a.item:hover,
.topmenu>li ul li.active>.item,
.topmenu.phone>li ul>li.l2>a.item:hover {
	color: #fff;
	background-color: rgba(255,255,255,.5);
}
.topmenu .opener {
	display: none;
}
.navbar-toggle>.icon-bar {
	width: 14px;
	background-color: #7df545;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.navbar-toggle>.icon-bar+.icon-bar {
	margin-top: 4px;
}
.navbar-toggle:hover>.icon-bar:nth-child(1) {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}
.navbar-toggle:hover>.icon-bar:nth-child(3) {
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}

.topmenu.phone>li.parent {
	text-align: right;
}
.topmenu.phone>li.parent>.item {
	display: block;
	padding-top: 8px;
	line-height: 1.1;
}
.topmenu>li.parent .numbers {
	font-size: 18px;
	line-height: 1.1;
	font-family: 'open_sanscondensed_light';
}
.topmenu>li.parent .numbers>span {
	display: block;
	font-size: 30px;
}
.topmenu.phone>li ul>li,
.topmenu.phone>li ul>li.l1,
.topmenu.phone>li ul>li.l2,
.topmenu.phone>li ul>li.l3 {
	margin: 0;
}
.topmenu.phone>li ul>li>.item {
	padding: 10px 19px ;
}

header>.submenu {
	height: 45px;
	font-size: 16px;
	line-height: 16px;
	color: #001e3c;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(1,1,1,.5);
	-moz-box-shadow: 0 1px 4px rgba(1,1,1,.5);
	box-shadow: 0 1px 4px rgba(1,1,1,.5);
}
header>.submenu>.dt {
	margin: 0 auto;
	width: 1100px;
}
header>.submenu .title {
	display: table-cell;
	padding-right: 30px;
	vertical-align: middle;
	text-align: right;
}
header>.submenu .title>.wrapin {
	position: relative;
}
header>.submenu .title>.wrapin:before {
	content: '';
	position: absolute;
	top: calc(50% - 14px);
	right: -30px;
	width: 1px;
	height: 28px;
	background-color: #001e3c;
}
header>.submenu ul {
	display: table-cell;
	list-style: none;
	margin: 0;
	padding: 0;
}
header>.submenu ul>li {
	display: table-cell;
	padding-left: 30px;
	height: 45px;
	vertical-align: middle;
}
header>.submenu ul>li>.item {
	position: relative;
	display: inline-block;
	color: #001e3c;
	text-decoration: none;
}
header>.submenu ul>li>a.item:hover:before,
header>.submenu ul>li.active>.item:before {
	content: '';
	position: absolute;
	top: calc(50% + 20px);
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #7df545;
}

@media (min-width: 1710px) {
	.topmenu.right {
		padding-left: 20px;
	}
	.topmenu.right>li:first-child:before {
		left: -20px;
	}
	.topmenu>li {
		margin-left: 20px;
	}
	.topmenu.right>.parent {
		margin-left: 40px;
	}
	.topmenu.phone>li.parent {
		margin-left: 45px;
	}
}

@media (max-width: 1709px) and (min-width: 992px) {
	.topmenu.right {
		padding-left: 15px;
	}
	.topmenu.right>li:first-child:before {
		left: -15px;
	}
}

@media (min-width: 1581px) {
	.topmenu li.first>ul {
		top: 70px;
		padding: 0;
		width: 727px;
		height: 455px !important;
		background: none;
	}
}

@media (max-width: 1580px) and (min-width: 992px) {
	.topmenu li.first>ul {
		position: fixed;
		top: 70px;
		right: 60px;
		left: auto;
		padding: 0;
		width: 727px;
		height: 455px !important;
		background: none;
	}
}

@media (min-width: 1560px) {
	.topmenu.phone>li.parent ul>li.l1 {
		display: none;
	}
	.topmenu.phone>li ul {
		margin: 0;
	}
	.topmenu.phone>li ul>li.l3 {
		margin-top: 1px;
	}
	.topmenu.phone>li ul>li>.item {
		padding: 25px 19px;
	}
	.topmenu.phone>li ul>li.l2>.item {
		background: url(../images/phone_v.png) 19px 50% no-repeat;
	}
}

@media (max-width: 1559px) and (min-width: 1330px) {
	.topmenu.phone {
		float: right;
		margin-right: 14px;
	}
	.topmenu.phone>li.parent>.item {
		margin: 27px 0 0;
		width: 46px;
		height: 16px;
		background: url(../images/phone_h.png) 0 0 no-repeat;
	}
	.topmenu.phone>li.parent>.item>.numbers {
		display: none;
	}
	.topmenu.phone>li ul>li.l1 {
		padding-top: 15px;
	}
	.topmenu.phone>li ul>li.l3 {
		padding-bottom: 15px;
	}
}

@media (min-width: 1330px) {
	.topmenu li.parent ul {
		width: 184px;
	}
	.topmenu>li.parent>ul>li.ph {
		display: none;
	}
}

@media (max-width: 1329px) {
	nav .topmenu.phone {
		display: none;
	}
}

@media (max-width: 1329px) and (min-width: 992px) {
	.topmenu.phone {
		display: none;
	}
	.topmenu li.parent ul {
		width: 250px;
	}
}

@media (min-width: 1200px) {
	.topmenu>li .item {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	header>.submenu {
		height: 45px;
		font-size: 14px;
	}
	header>.submenu>.dt {
		width: 700px;
	}
	header>.submenu .title {
		padding-right: 30px;
	}
	header>.submenu .title>.wrapin:before {
		right: -30px;
	}
	header>.submenu ul>li {
		padding-left: 30px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.topmenu.right {
		padding-left: 13px;
	}
	.topmenu>li {
		float: left;
		margin-left: 14px;
	}
	.topmenu>li:first-child {
		margin-left: 13px;
	}
	.topmenu>li .item {
		font-size: 16px;
	}
	.topmenu.right>li:first-child:before {
		left: -13px;
	}
}

@media (min-width: 992px) {
	.navbar_collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.topmenu {
		float: left;
	}
	.topmenu>li {
		float: left;
		height: 70px;
	}
	.topmenu>li.first {
		margin-left: 9px;
	}
	.topmenu>li.parent {
		width: 20px;
	}
	.topmenu.phone>li.parent {
		width: auto;
	}
	.topmenu>li.active {
		position: relative;
	}
	.topmenu>li.active:before {
		content: '';
		position: absolute;
		bottom: -21px;
		width: 100%;
		height: 5px;
		background-color: #e00;
	}
	.topmenu.right>li:first-child:before {
		content: '';
		position: absolute;
		top: 0;
		margin-top: 18px;
		width: 1px;
		height: 31px;
		background-color: #7df545;
	}
	.topmenu>li .item {
		color: #fff;
		text-transform: uppercase;
	}
	.topmenu>li.active .item,
	.topmenu>li>a:hover,
	.topmenu>li.parent:hover .item,
	.topmenu>li.parent>ul>li.active .item,
	.topmenu>li.parent>ul>li>a:hover {
		color: #fff;
	}
	.topmenu>li>.item {
		line-height: 70px;
	}
	.topmenu li ul {
		position: absolute;
		top: 100%;
		left: -28px;
		padding: 0;
		width: 340px;
		background-color: rgba(26,26,26,1);
		border: 1px solid transparent;
		-moz-background-clip: content-box;
		background-clip: content-box;
		-webkit-transition: all .15s;
		-moz-transition: all .15s;
		-ms-transition: all .15s;
		-o-transition: all .15s;
		transition: all .15s;
	}
	.topmenu li.first>ul>li,
	.topmenu li.first>ul>li:first-child {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 15px;
		width: 362px;
		height: 180px;
		background-color: rgba(26,26,26,1);
	}
	.topmenu li.first>ul>li:nth-child(2n) {
		left: auto;
		right: 0;
	}
	.topmenu li.first>ul>li+li+li {
		top: auto;
		bottom: 0;
		margin: 0;
		height: 272px;
	}
	.topmenu li.first>ul>li .item {
		padding: 4px 15px 6px 40px;
		font-size: 20px;
		line-height: 1;
	}
	.topmenu li.first>ul>li>.item {
		padding: 4px 25px 6px;
		font-weight: 400;
	}
	.topmenu li.first>ul ul {
		position: static;
		width: auto;
		background: none;
		border: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	.topmenu li.first>ul ul>li {
		margin: 3px 0;
	}
	.topmenu li.parent ul {
		right: -22px;
		left: auto;
		text-align: right;
	}
	.topmenu.phone>li.parent ul {
		width: 232px;
		background: none;
	}
	.topmenu.phone>li.parent ul>li {
		background-color: rgba(26,26,26,1);
	}
	.topmenu li ul ul {
		top: -11px;
		right: 100%;
	}
	.topmenu>li:not(.first) ul,
	.topmenu>li.first>ul,
	.topmenu li:not(.first):hover ul ul,
	.topmenu li:not(.first):hover ul ul ul,
	.topmenu li:not(.first):hover ul ul ul ul,
	.topmenu li:not(.first):hover ul ul ul ul ul {
		visibility: hidden;
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.topmenu>li:not(.first) ul.collapse,
	.topmenu>li:not(.first) ul ul.collapse {
		height: auto !important;
	}
	.topmenu>li ul.collapse {
		display: block;
	}
	.topmenu>li:hover>ul,
	.topmenu>li:hover li:hover ul {
		visibility: visible;
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 2;
	}
	.topmenu>li:not(.first):hover>ul {
		top: 100%;
	}
	.topmenu>li:hover li:hover ul {
		right: 100%;
	}
	.topmenu>li ul>li {
		margin-bottom: 15px;
		line-height: 1;
	}
	.topmenu>li ul>li:first-child {
		margin-top: 25px;
	}
	.topmenu>li ul>li:last-child {
		margin-bottom: 26px;
	}
	.parent .navbar-toggle {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin: 28px 0 0;
		padding: 0;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		cursor: default;
		z-index: 8;
	}
	.topmenu>li.parent .navbar-toggle>.icon-bar+.icon-bar {
		margin-top: 4px;
	}
	.topmenu>li.parent>ul {
		top: 100%;
		z-index: 1;
	}
	header>.col-sm-6>.topmenu.phone {
		display: none;
	}
}

@media (max-width: 991px) {
	header>.col-sm-6 {
		padding: 0;
	}
	.navbar-toggle {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin: 29px 23px 0 0;
		padding: 0;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		z-index: 8;
	}
	.parent .navbar-toggle {
		display: none;
	}
	.navbar-toggle.collapsed>.icon-bar {
		margin: 4px 0;
	}
	.navbar-toggle.collapsed>.icon-bar:nth-child(1),
	.navbar-toggle.collapsed:hover>.icon-bar:nth-child(1) {
		-webkit-transform: translateY(3px) rotate(45deg);
		-moz-transform: translateY(3px) rotate(45deg);
		-ms-transform: translateY(3px) rotate(45deg);
		-o-transform: translateY(3px) rotate(45deg);
		transform: translateY(3px) rotate(45deg);
	}
	.navbar-toggle.collapsed>.icon-bar:nth-child(2) {
		display: none;
	}
	.navbar-toggle.collapsed>.icon-bar:nth-child(3),
	.navbar-toggle.collapsed:hover>.icon-bar:nth-child(3) {
		-webkit-transform: translateY(-3px) rotate(-45deg);
		-moz-transform: translateY(-3px) rotate(-45deg);
		-ms-transform: translateY(-3px) rotate(-45deg);
		-o-transform: translateY(-3px) rotate(-45deg);
		transform: translateY(-3px) rotate(-45deg);
	}
	#topmenu {
		background-color: rgba(26,26,26,1);
	}
	.topmenu>li {
		margin: 0;
	}
	.topmenu>li>ul {
		background-color: rgba(255,255,255,.1);
	}
	.topmenu>li>ul>li>ul {
		background-color: rgba(255,255,255,.2);
	}
	.topmenu>li.parent>ul {
		background: none;
	}
	.topmenu>li .item {
		display: block;
		line-height: 20px;
		color: #fff;
	}
	.topmenu>li.active .item,
	.topmenu>li.parent>ul>.active .item,
	.topmenu>li a.item:hover {
		background-color: rgba(255,255,255,.5);
	}
	.parent_collapse {
		display: block;
	}
	.topmenu .opener {
		position: absolute;
		top: 6px;
		right: 18px;
		display: block;
		width: 20px;
		font-size: 15px;
		color: #fff;
		cursor: pointer;
	}
	.parent_collapse {
		height: auto !important;
	}
	.opener .glyphicon-menu-up {
		width: 20px;
		height: 20px;
	}
	.opener .glyphicon-menu-up:before,
	.opener .glyphicon-menu-up:after {
		content: '';
		position: absolute;
		top: calc(50% - 2px);
		right: 0;
		width: 20px;
		height: 1px;
		background-color: #fff;
		-webkit-transition: transform .3s;
		-moz-transition: transform .3s;
		-ms-transition: transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
	}
	.opener.collapsed .glyphicon-menu-up:before {
		/* content: "\e259"; */
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.opener.collapsed .glyphicon-menu-up:after {
		-webkit-transform: rotate(-270deg);
		-ms-transform: rotate(-270deg);
		transform: rotate(-270deg);
	}
	
	header>.col-sm-6>.topmenu.phone {
		position: absolute;
		top: 0;
		right: 60px;
	}
	header>.col-sm-6>.topmenu.phone>li {
		float: left;
		width: auto;
		height: 60px;
	}
	header>.col-sm-6>.topmenu.phone>li.parent>.item {
		margin: 22px 0 0;
		padding: 0;
		width: 46px;
		height: 16px;
		background: url(../images/phone_h.png) 0 0 no-repeat;
	}
	header>.col-sm-6>.topmenu.phone>li ul {
		position: absolute;
		top: 100%;
		right: -60px;
		padding: 0;
		width: 240px;
		background-color: rgba(26,26,26,1);
		border: 1px solid transparent;
		-moz-bbackground-clip: content-box;
		background-clip: content-box;
		-webkit-transition: all .15s;
		-moz-transition: all .15s;
		-ms-transition: all .15s;
		-o-transition: all .15s;
		transition: all .15s;
		visibility: hidden;
		filter: alpha(opacity=0);
		opacity: 0;
	}
	header>.col-sm-6>.topmenu.phone>li:hover ul {
		visibility: visible;
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 2;
	}
	header>.col-sm-6>.topmenu.phone>li ul>li.l1 {
		padding-top: 15px;
	}
	header>.col-sm-6>.topmenu.phone>li ul>li.l3 {
		padding-bottom: 15px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	header {
		height: 60px;
	}
	header>.col-sm-6.logo {
		padding-top: 0;
	}
	header .logo_img {
		width: 48px;
	}
	header .logo_txt {
		font-size: 36px;
		line-height: 60px;
	}
	.navbar-toggle {
		left: auto;
		right: 0;
		margin-top: 24px;
	}
	.navbar-toggle.collapsed {
		margin-top: 23px;
	}
	nav {
		padding: 60px 0 0;
	}
	.sub nav {
		padding: 105px 0 0;
	}
	#topmenu {
		margin-top: 1px;
		padding: 15px 0 15px 0;
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}
	.topmenu>li .item,
	.topmenu>li ul .item {
		padding: 7px 30px 7px 50px;
		font-weight: 200;
		font-size: 18px;
	}
	.topmenu>li.parent>ul>li.ph {
		display: none;
	}
	header>.submenu {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	header {
		height: 50px;
	}
	.navbar-toggle {
		margin: 0;
		padding: 16px 15px;
		background-color: rgba(26,26,26,1);
		border: none;
	}
	.navbar-toggle.collapsed {
		padding: 17px 15px;
	}
	.navbar-toggle>.icon-bar {
		width: 23px;
	}
	.navbar-toggle>.icon-bar+.icon-bar {
		margin-top: 6px;
	}
	.navbar-toggle.collapsed>.icon-bar {
		margin: 4px 0;
	}
	.navbar-toggle:hover>.icon-bar:nth-child(1) {
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		-o-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	.navbar-toggle:hover>.icon-bar:nth-child(3) {
		-webkit-transform: translateY(2px);
		-moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-o-transform: translateY(2px);
		transform: translateY(2px);
	}
	header .logo_txt {
		text-align: center;
		font-size: 30px;
		line-height: 50px;
	}
	.logo_mob {
		position: absolute;
		top: 10px;
		right: 15px;
		z-index: 8;
	}
	#topmenu {
		padding: 25px 0 25px 0;
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}
	.topmenu .btn.btn_bdblue {
		margin: 0 7px 7px;
		padding: 9px 0 0;
		width: 60px;
		height: 60px;
	}
	.topmenu .btn.btn_bdblue.demo {
		padding-top: 14px;
	}
	.topmenu>li .item,
	.topmenu>li ul .item {
		padding: 7px 30px 7px 50px;
		font-weight: 100;
		font-size: 20px;
	}
	.topmenu .opener {
		right: auto;
		left: 18px;
	}
	.topmenu.phone {
		display: none;
	}
	.topmenu>li ul>li.ph.l5 .item {
		padding: 20px 30px 15px 50px;
	}
}
/*** navigation end ***/

/* header end */


/* home */
section .col-sm-6 {
	overflow: hidden;
}
.section_title {
	padding: 0 0 25px;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
	color: #d50000;
}
.section_title>span.line {
	display: inline-block;
	position: relative;
	padding-bottom: 14px;
}

@media (max-width: 1199px) {
	section {
		height: auto !important;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.section_title {
		font-size: 50px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.section_title {
		padding: 0 0 25px;
		font-size: 40px;
	}
	.section_title>span.line:after {
		width: 180px;
	}
}

@media (min-width: 768px) {
	.section_title>span.line:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -143px;
		width: 290px;
		height: 1px;
		background-color: #1a237e;
	}
}

@media (max-width: 767px) {
	.section_title {
		position: absolute;
		top: 0;
		left: 0;
		padding: 25px 0 10px;
		/* width: 100%; */
		font-weight: 400;
		font-size: 32px;
	}
	.current .section_title {
		position: fixed;
		top: 50px !important;
		left: 0;
		padding: 5px 15px 8px;
		width: 100%;
		font-size: 22px;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.4);
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,.4);
		box-shadow: 0 1px 5px rgba(0,0,0,.4);
		z-index: 8;
	}
	.section_title>span.line {
		padding-bottom: 8px;
	}
	.current .section_title>span.line {
		padding-bottom: 0;
	}
}

/*** first ***/
#first {
	background: url(../images/ims_first_bg.jpg) 75% 50% no-repeat;
	background-size: cover;
}
#first>.wrapper>.row>.col-sm-6 {
	padding-left: 7%;
	min-height: 700px;
}
#first>.wrapper>.row .title {
	margin-top: 50px;
	font-weight: 100;
	color: #7df545;
	font-size: 95px;
	line-height: 1;
}
#first>.wrapper>.row .title>span {
	font-weight: 200;
}
#first>.wrapper>.row .title>.top {
	font-size: 59px;
}
#first>.wrapper>.row .desc {
	margin: 35px 0 0;
	font-weight: 200;
	font-size: 28px;
	line-height: 1.1;
	color: #fff;
}
#first>.wrapper>.row .desc>span {
	display: block;
	position: relative;
	margin: 7px 0 0;
	padding-left: 25px;
	font-weight: 100;
	font-size: 27px;
	line-height: 1.1;
	color: #fff;
}
#first>.wrapper>.row .desc>span:before {
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#first>.wrapper>.row>.col-sm-6 {
		padding-left: 6%;
		min-height: 620px;
	}
	#first>.wrapper>.row .title {
		font-size: 75px;
	}
	#first>.wrapper>.row .desc {
		font-size: 23px;
	}
	#first>.wrapper>.row .desc>span {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	#first>.wrapper>.row>.col-sm-6 {
		height: 100vh;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#first>.wrapper>.row>.col-sm-6 {
		padding-left: 15px;
		height: 620px;
		min-height: 620px;
	}
	#first>.wrapper>.row .title {
		font-size: 63px;
	}
	#first>.wrapper>.row .title>.top {
		font-size: 44px;
	}
	#first>.wrapper>.row .desc {
		font-size: 21px;
	}
	#first>.wrapper>.row .desc>span {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#first {
		background-position: 60% 50%;
	}
	#first>.wrapper>.row>.col-sm-6 {
		padding: 0 4% 0 3%;
		height: 568px;
		min-height: 568px;
	}
	#first>.wrapper>.row>.col-sm-6>.dt {
		float: right;
		width: auto;
	}
	#first>.wrapper>.row>.col-sm-6>.dt>.cell {
		padding-bottom: 60px;
		vertical-align: bottom;
	}
	#first>.wrapper>.row .title {
		font-size: 56px;
	}
	#first>.wrapper>.row .title>.top {
		font-size: 40px;
	}
	#first>.wrapper>.row .desc {
		margin-top: 20px;
		font-size: 18px;
	}
	#first>.wrapper>.row .desc>span {
		padding-left: 15px;
		font-size: 16px;
	}
}
/*** first end ***/


/*** overview ***/
#overview .wrapper {
	padding: 0;
}
#overview .wrapper>.dt>.cell {
	padding: 0 15px;
	vertical-align: bottom;
}
#overview .col-sm-6 {
	overflow: hidden;
}
#overview .left {
	padding: 0;
	z-index: 1;
}
#overview .left>.img {
	position: absolute;
	bottom: 0;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#overview.ok .left>.img {
	right: -92px;
}
#overview .left>.img>a,
#overview .img_b>a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -30px;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	border: 2px solid #004080;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#overview .img_b>a {
	margin-left: -45px;
}
#overview .left>.img>a>.play,
#overview .img_b>a>.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -11px;
	border: 19px solid transparent;
	border-left: 34px solid #7df545;
}
#overview .right>.dt {
	position: relative;
	max-width: 650px;
	-webkit-transition: 1s right .3s;
	-moz-transition: 1s right .3s;
	-ms-transition: 1s right .3s;
	-o-transition: 1s right .3s;
	transition: 1s right .3s;
}
#overview.ok .right>.dt {
	right: 0;
}
#overview .right>.dt>.cell>.title {
	margin-bottom: 25px;
	font-weight: 100;
	font-size: 62px;
	line-height: 1;
	color: #004080;
}
#overview .right>.dt>.cell>.text {
	font-size: 22px;
	line-height: 1.27273;
}
#overview .structure {
	position: relative;
}
#overview .structure>.title {
	font-weight: 100;
	font-size: 50px;
	line-height: 78px;
	color: #fff;
	background-color: #004080;
}
#overview .structure .items>.item {
	position: relative;
	font-weight: 200;
	line-height: 1.25;
	color: #fff;
	background: url(../images/ims_overview_structure_bg1.jpg) 50% 0 no-repeat;
	background-size: cover;
	border-top: 1px solid #fff;
}
#overview .structure .items>.item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 64, 128, 0.6);
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
#overview .structure .items>.item:hover:before {
	background-color: rgba(0, 64, 128, 0);
}
#overview .structure .items>.item.i2 {
	background: url(../images/ims_overview_structure_bg2.jpg) 50% 0 no-repeat;
	background-size: cover;
}
#overview .structure .items>.item.i3 {
	background: url(../images/ims_overview_structure_bg3.jpg) 50% 0 no-repeat;
	background-size: cover;
}
#overview .structure .items>.item.i4 {
	background: url(../images/ims_overview_structure_bg4.jpg) 50% 0 no-repeat;
	background-size: cover;
}
#overview .structure .items>.item:after {
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(../images/ims_overview_structure_img1.png) 50% 0 no-repeat;
}
#overview .structure .items>.item.i2:after {
	background: url(../images/ims_overview_structure_img2.png) 50% 0 no-repeat;
}
#overview .structure .items>.item.i3:after {
	background: url(../images/ims_overview_structure_img3.png) 50% 0 no-repeat;
}
#overview .structure .items>.item.i4:after {
	background: url(../images/ims_overview_structure_img4.png) 50% 0 no-repeat;
}
#overview .structure .items>.item>span {
	position: relative;
}

@media (min-width: 1560px) {
	#overview .structure .items>.item {
		font-size: 36px;
	}
}

@media (max-width: 1559px) and (min-width: 1200px) {
	#overview .structure .items>.item {
		font-size: 30px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#overview.ok .left>.img {
		right: -162px;
	}
	#overview .right>.dt>.cell>.title {
		font-size: 54px;
	}
	#overview .structure .items>.item {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	#overview .wrapper {
		height: 100vh;
		min-height: 980px;
	}
	#overview .col-sm-6 {
		height: 634px;
	}
	#overview .right {
		padding-bottom: 85px;
	}
	#overview .left:before {
		content: '';
		position: absolute;
		top: -1px;
		right: 0;
		width: 12px;
		height: 540px;
		background: url(../images/ims_overview_shadow.png) 0 0 no-repeat;
		z-index: 1;
	}
	#overview .structure {
		top: -94px;
	}
	#overview .structure .items>.item {
		padding-top: 200px;
		height: 360px;
	}
}

@media (min-width: 992px) and (max-height: 1074px) and (min-height: 981px) {
	#overview .structure {
		top: calc(100vh - 1074px);
	}
}

@media (min-width: 992px) and (min-height: 1075px) {
	#overview .structure {
		top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#overview .wrapper {
		height: 620px;
	}
	#overview .col-sm-6,
	#overview.ok .left>.img>img {
		height: 395px;
	}
	#overview .left:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 8px;
		height: 362px;
		background: url(../images/ims_overview_shadow_sm.png) 0 0 no-repeat;
		z-index: 1;
	}
	#overview.ok .left>.img {
		right: calc(50% - 265px);
	}
	#overview .left>.img>a {
		margin: -60px 0 0 -50px;
	}
	#overview .right {
		padding-bottom: 33px;
	}
	#overview .right>.dt>.cell>.title {
		font-size: 40px;
	}
	#overview .right>.dt>.cell>.text {
		font-size: 14px;
	}
	#overview .structure {
		top: -33px;
	}
	#overview .structure>.title {
		padding: 3px 0 9px;
		font-size: 36px;
		line-height: 1;
	}
	#overview .structure .items>.item {
		padding-top: 112px;
		height: 209px;
		font-size: 20px;
	}
	#overview .structure .items>.item:after {
		top: 34px;
		height: 60px;
		background: url(../images/ims_overview_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#overview .structure .items>.item.i2:after {
		background: url(../images/ims_overview_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#overview .structure .items>.item.i3:after {
		background: url(../images/ims_overview_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#overview .structure .items>.item.i4:after {
		background: url(../images/ims_overview_structure_img4.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
}

@media (min-width: 768px) {
	#overview .left>.img {
		right: -829px;
	}
	#overview .right>.dt {
		right: calc(100% + 15px);
	}
	#overview .right>.dt>.cell {
		padding: 0 60px 0 0;
	}
	#overview .structure>.title {
		position: relative;
		text-align: center;
	}
	#overview .structure .items:after {
		content: '';
		display: block;
		clear: both;
	}
	#overview .structure .items>.item {
		float: left;
		width: 25%;
		text-align: center;
		border-left: 1px solid #fff;
	}
	#overview .structure .items>.item:first-child {
		border-left: none;
	}
	#overview .structure .items>.item:after {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#overview>.ttl {
		padding-top: 54px;
	}
	#overview .right {
		padding: 0;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		box-shadow: 0 5px 12px rgba(0,0,0,.3);
		z-index: 7;
	}
	#overview .right>.dt {
		max-width: 100%;
	}
	#overview .right>.dt>.cell {
		padding: 15px;
		background-color: rgba(255,255,255,.85);
	}
	#overview .section_title {
		margin: 0;
		padding: 15px 15px 0;
		width: 100%;
		font-weight: 100;
		font-size: 36px;
		line-height: 1.1;
		color: #004080;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#overview.current .section_title {
		padding: 5px 15px 8px;
		font-weight: 400;
		font-size: 22px;
	}
	#overview .right>.dt>.cell>.text {
		font-size: 16px;
	}
	#overview .img_b {
		position: relative;
		margin-top: -23vw;
		width: 100vw;
		height: 70vw;
		overflow: hidden;
	}
	#overview .img_b>img {
		margin-left: -6.5vw;
		width: 107vw;
	}
	#overview .img_b>a {
		margin-top: calc(11.5vw - 45px);
	}
	#overview .structure>.title {
		padding-left: 15px;
		font-size: 30px;
		line-height: 1.86667;
	}
	#overview .structure .items>.item {
		display: table;
		width: 100%;
		height: 123px;
		font-size: 20px;
		background: url(../images/ims_overview_structure_bg1.jpg) 0 50% no-repeat;
		background-size: cover;
	}
	#overview .structure .items>.item.i2 {
		background: url(../images/ims_overview_structure_bg2.jpg) 0 50% no-repeat;
		background-size: cover;
	}
	#overview .structure .items>.item.i3 {
		background: url(../images/ims_overview_structure_bg3.jpg) 50% 100% no-repeat;
		background-size: cover;
	}
	#overview .structure .items>.item.i4 {
		background: url(../images/ims_overview_structure_bg4.jpg) 0 50% no-repeat;
		background-size: cover;
	}
	#overview .structure .items>.item>span {
		display: table-cell;
		padding-left: 150px;
		vertical-align: middle;
	}
	#overview .structure .items>.item:after {
		top: 25px;
		width: 150px;
		height: 91px;
		background: url(../images/ims_overview_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#overview .structure .items>.item.i2:after {
		background: url(../images/ims_overview_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#overview .structure .items>.item.i3:after {
		background: url(../images/ims_overview_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#overview .structure .items>.item.i4:after {
		background: url(../images/ims_overview_structure_img4.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
}

@media (max-width: 383px) {
	#overview .structure .items>.item.i1 {
		background: url(../images/ims_overview_structure_bg1.jpg) 0 50% no-repeat;
		background-size: auto;
	}
	#overview .structure .items>.item.i2 {
		background: url(../images/ims_overview_structure_bg2.jpg) 0 50% no-repeat;
		background-size: auto;
	}
	#overview .structure .items>.item.i3 {
		background: url(../images/ims_overview_structure_bg3.jpg) 50% 100% no-repeat;
		background-size: auto;
	}
	#overview .structure .items>.item.i4 {
		background: url(../images/ims_overview_structure_bg4.jpg) 0 50% no-repeat;
		background-size: auto;
	}
	#overview .structure .items>.item>span {
		padding-left: 110px;
	}
	#overview .structure .items>.item:after {
		width: 110px;
	}
}
/*** overview end ***/


/*** pre_production ***/
#pre_production .wrapper {
	padding: 0;
}
#pre_production .wrapper>.dt>.cell {
	padding: 0 15px;
	vertical-align: bottom;
}
#pre_production .col-sm-6 {
	overflow: hidden;
}
#pre_production .right {
	padding: 0;
	z-index: 1;
}
#pre_production .right>.img {
	position: absolute;
	bottom: 0;
	-webkit-transition: 1s left .3s;
	-moz-transition: 1s left .3s;
	-ms-transition: 1s left .3s;
	-o-transition: 1s left .3s;
	transition: 1s left .3s;
}
#pre_production.ok .right>.img {
	left: -59px;
}
#pre_production .right>.img>a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -45px;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	border: 2px solid #004080;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#pre_production .right>.img>a>.play,
#pre_production .img_b>a>.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -11px;
	border: 19px solid transparent;
	border-left: 34px solid #7df545;
}
#pre_production .left>.dt {
	position: relative;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#pre_production.ok .left>.dt {
	left: 0;
}
#pre_production .left>.dt>.cell>.title {
	margin-bottom: 25px;
	text-align: right;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
	color: #0096a8;
}
#pre_production .left>.dt>.cell>.text {
	font-size: 22px;
	line-height: 1.27273;
}
#pre_production .structure {
	position: relative;
}
#pre_production .structure>.title {
	font-weight: 100;
	font-size: 50px;
	line-height: 78px;
	color: #fff;
	background-color: #0096a8;
}
#pre_production .structure .items>.item {
	display: block;
	position: relative;
	font-weight: 200;
	font-size: 36px;
	line-height: 1.25;
	color: #fff;
	text-decoration: none;
	background: url(../images/pre_production_structure_bg1.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-top: 1px solid #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
#pre_production .structure .items>.item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 150, 168, 0.6);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#pre_production .structure .items>.item:hover:before {
	background-color: rgba(0, 150, 168, 0);
}
#pre_production .structure .items>.item.i2 {
	background: url(../images/pre_production_structure_bg2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#pre_production .structure .items>.item.i3 {
	background: url(../images/pre_production_structure_bg3.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#pre_production .structure .items>.item:after {
	content: '';
	position: absolute;
	top: 69px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(../images/pre_production_structure_img1.png) 50% 0 no-repeat;
}
#pre_production .structure .items>.item.i2:after {
	background: url(../images/pre_production_structure_img2.png) 50% 0 no-repeat;
}
#pre_production .structure .items>.item.i3:after {
	background: url(../images/pre_production_structure_img3.png) 50% 0 no-repeat;
}
#pre_production .structure .items>.item>span {
    position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#pre_production.ok .right>.img {
		left: calc(50% - 355px);
	}
	#pre_production .left>.dt>.cell>.title {
		font-size: 54px;
	}
	#pre_production .structure .items>.item {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	#pre_production .wrapper {
		height: 100vh;
		min-height: 980px;
	}
	#pre_production .col-sm-6 {
		height: 621px;
	}
	#pre_production .left {
		padding-bottom: 80px;
	}
	#pre_production .right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 12px;
		height: 541px;
		background: url(../images/pre_production_shadow.png) 0 0 no-repeat;
		z-index: 1;
	}
	#pre_production .structure {
		top: -79px;
	}
	#pre_production .structure .items>.item {
		padding-top: 200px;
		height: 360px;
	}
}

@media (min-width: 992px) and (max-height: 1059px) and (min-height: 981px) {
	#pre_production .structure {
		top: calc(100vh - 1059px);
	}
}

@media (min-width: 992px) and (min-height: 1060px) {
	#pre_production .structure {
		top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#pre_production .wrapper {
		height: 620px;
	}
	#pre_production .left {
		padding-bottom: 31px;
	}
	#pre_production.ok .right>.img {
		left: calc(50% - 260px);
	}
	#pre_production .col-sm-6,
	#pre_production.ok .right>.img>img {
		height: 395px;
	}
	#pre_production .right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 362px;
		background: url(../images/pre_production_shadow_sm.png) 0 0 no-repeat;
		z-index: 1;
	}
	#pre_production .right>.img>a {
		margin-top: -70px;
	}
	#pre_production .left>.dt>.cell>.title {
		margin-bottom: 10px;
		font-size: 38px;
	}
	#pre_production .left>.dt>.cell>.text {
		font-size: 14px;
	}
	#pre_production .structure {
		top: -31px;
	}
	#pre_production .structure>.title {
		padding: 7px 0 12px;
		font-size: 36px;
		line-height: 1;
	}
	#pre_production .structure .items>.item {
		padding-top: 112px;
		height: 200px;
		font-size: 20px;
	}
	#pre_production .structure .items>.item:after {
		top: 34px;
		height: 60px;
		background: url(../images/pre_production_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#pre_production .structure .items>.item.i2:after {
		background: url(../images/pre_production_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#pre_production .structure .items>.item.i3:after {
		background: url(../images/pre_production_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
}

@media (min-width: 768px) {
	#pre_production .right>.img {
		left: -803px;
	}
	#pre_production .left>.dt {
		left: calc(100% + 15px);
		float: right;
		max-width: 760px;
	}
	#pre_production .structure>.title {
		position: relative;
		text-align: center;
	}
	#pre_production .left>.dt>.cell>.text {
		float: right;
		max-width: 600px;
		text-align: right;
	}
	#pre_production .structure .items:after {
		content: '';
		display: block;
		clear: both;
	}
	#pre_production .structure .items>.item {
		float: left;
		width: 33.333%;
		text-align: center;
		border-left: 1px solid #fff;
	}
	#pre_production .structure .items>.item:first-child {
		border-left: none;
	}
	#pre_production .structure .items>.item:before {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#pre_production>.ttl {
		position: relative;
		padding-top: 98px;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#pre_production .left {
		padding: 0;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		box-shadow: 0 5px 12px rgba(0,0,0,.3);
		z-index: 7;
	}
	#pre_production .left>.dt>.cell {
		padding: 15px;
		background-color: rgba(255,255,255,.85);
	}
	#pre_production .section_title {
		margin: 0;
		padding: 15px 15px 0;
		max-width: 500px;
		font-weight: 100;
		font-size: 36px;
		line-height: 1.1;
		color: #0096a8;
	}
	#pre_production.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#pre_production .left>.dt>.cell>.text {
		font-size: 16px;
	}
	#pre_production .right {
		overflow: visible;
	}
	#pre_production.ok .right>.img {
		position: relative;
		left: 0;
		margin-top: -20vw;
		width: 100vw;
		height: 66vw;
		overflow: hidden;
	}
	#pre_production .right>.img>img {
		margin-left: -5vw;
		width: 112vw;
	}
	#pre_production .right>.img>a {
		margin-top: calc(11.5vw - 45px);
	}
	#pre_production .structure>.title {
		padding-left: 15px;
		font-size: 30px;
		line-height: 1.86667;
	}
	#pre_production .structure .items>.item {
		display: table;
		width: 100%;
		height: 123px;
		font-size: 20px;
		background: url(../images/pre_production_structure_bg1.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#pre_production .structure .items>.item.i2 {
		background: url(../images/pre_production_structure_bg2.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#pre_production .structure .items>.item.i3 {
		background: url(../images/pre_production_structure_bg3.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#pre_production .structure .items>.item>span {
		display: table-cell;
		padding: 0 15px 0 150px;
		vertical-align: middle;
	}
	#pre_production .structure .items>.item:after {
		top: 25px;
		width: 150px;
		height: 91px;
		background: url(../images/pre_production_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#pre_production .structure .items>.item.i2:after {
		background: url(../images/ims_overview_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#pre_production .structure .items>.item.i3:after {
		background: url(../images/ims_overview_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
}

@media (max-width: 383px) {
	#pre_production .structure .items>.item>span {
		padding-left: 110px;
	}
	#pre_production .structure .items>.item:after {
		width: 110px;
	}
}
/*** pre_production end ***/


/*** planning ***/
#planning .wrapper {
	padding: 0;
}
#planning .wrapper>.dt>.cell {
	padding: 0 15px;
	vertical-align: bottom;
}
#planning .col-sm-6 {
	overflow: hidden;
}
#planning .left {
	padding: 0;
	z-index: 1;
}
#planning .left>.img {
	position: absolute;
	bottom: 0;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#planning.ok .left>.img {
	right: -97px;
}
#planning .left>.img>a,
#planning .img_b>a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -45px;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	border: 2px solid #004080;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#planning .img_b>a {
	margin-left: -45px;
}
#planning .left>.img>a>.play,
#planning .img_b>a>.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -11px;
	border: 19px solid transparent;
	border-left: 34px solid #7df545;
}
#planning .right>.dt {
	position: relative;
	max-width: 690px;
	-webkit-transition: 1s right .3s;
	-moz-transition: 1s right .3s;
	-ms-transition: 1s right .3s;
	-o-transition: 1s right .3s;
	transition: 1s right .3s;
}
#planning.ok .right>.dt {
	right: 0;
}
#planning .right>.dt>.cell>.title {
	margin-bottom: 25px;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
	color: #ff9c00;
}
#planning .right>.dt>.cell>.text {
	font-size: 22px;
	line-height: 1.27273;
}
#planning .structure {
	position: relative;
}
#planning .structure>.title {
	font-weight: 100;
	font-size: 50px;
	line-height: 78px;
	color: #fff;
	background-color: #ffb500;
}
#planning .structure .items>.item {
	position: relative;
	font-weight: 200;
	font-size: 36px;
	line-height: 1.25;
	color: #fff;
	background: url(../images/planning_structure_bg1.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-top: 1px solid #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
#planning .structure .items>.item.i2 {
	background: url(../images/planning_structure_bg2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#planning .structure .items>.item.i3 {
	background: url(../images/planning_structure_bg3.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#planning .structure .items>.item:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 181, 0, .6);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#planning .structure .items>.item:hover:before {
	background-color: rgba(255, 181, 0, 0);
}
#planning .structure .items>.item:after {
	content: '';
	position: absolute;
	top: 86px;
	left: 0;
	width: 100%;
	height: 96px;
	background: url(../images/planning_structure_img1.png) 50% 0 no-repeat;
}
#planning .structure .items>.item.i2:after {
	background: url(../images/planning_structure_img2.png) 50% 0 no-repeat;
}
#planning .structure .items>.item.i3:after {
	background: url(../images/planning_structure_img3.png) 50% 0 no-repeat;
}
#planning .structure .items>.item>span {
    position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#planning.ok .left>.img {
		right: -70px;
	}
	#planning .right>.dt>.cell>.title {
		font-size: 48px;
	}
	#planning .right>.dt>.cell>.text {
		font-size: 20px;
	}
	#planning .structure .items>.item {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	#planning .wrapper {
		height: 100vh;
		min-height: 980px;
	}
	#planning .col-sm-6 {
		height: 628px;
	}
	#planning .left:before {
		content: '';
		position: absolute;
		top: 1px;
		right: 0;
		width: 12px;
		height: 540px;
		background: url(../images/ims_overview_shadow.png) 0 0 no-repeat;
		z-index: 1;
	}
	#planning .right {
		padding-bottom: 85px;
	}
	#planning .structure {
		top: -86px;
	}
	#planning .structure .items>.item {
		padding-top: 200px;
		height: 360px;
	}
}

@media (min-width: 992px) and (max-height: 1066px) and (min-height: 981px) {
	#planning .structure {
		top: calc(100vh - 1066px);
	}
}

@media (min-width: 992px) and (min-height: 1067px) {
	#planning .structure {
		top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#planning .wrapper {
		height: 620px;
	}
	#planning .col-sm-6,
	#planning.ok .left>.img>img {
		height: 395px;
	}
	#planning.ok .left>.img {
		right: calc(50% - 265px);
	}
	#planning .left>.img>a {
		margin: -71px 0 0 -63px;
	}
	#planning .right {
		padding-bottom: 33px;
	}
	#planning .left:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 8px;
		height: 362px;
		background: url(../images/ims_overview_shadow_sm.png) 0 0 no-repeat;
		z-index: 1;
	}
	#planning .right>.dt>.cell>.title {
		margin-bottom: 10px;
		font-size: 40px;
	}
	#planning .right>.dt>.cell>.text {
		font-size: 14px;
	}
	#planning .structure {
		top: -33px;
	}
	#planning .structure>.title {
		padding: 8px 0 13px;
		font-size: 36px;
		line-height: 1;
	}
	#planning .structure .items>.item {
		padding-top: 112px;
		height: 200px;
		font-size: 20px;
	}
	#planning .structure .items>.item:after {
		top: 34px;
		height: 62px;
		background: url(../images/planning_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#planning .structure .items>.item.i2:after {
		background: url(../images/planning_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#planning .structure .items>.item.i3:after {
		background: url(../images/planning_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
}

@media (min-width: 768px) {
	#planning .left>.img {
		right: -791px;
	}
	#planning .right>.dt {
		right: calc(100% + 15px);
	}
	#planning .right>.dt>.cell {
		padding-right: 50px;
	}
	#planning .structure>.title {
		position: relative;
		text-align: center;
	}
	#planning .structure .items:after {
		content: '';
		display: block;
		clear: both;
	}
	#planning .structure .items>.item {
		float: left;
		width: 33.333%;
		text-align: center;
		border-left: 1px solid #fff;
	}
	#planning .structure .items>.item:first-child {
		border-left: none;
	}
	#planning .structure .items>.item:after {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#planning>.ttl {
		position: relative;
		padding-top: 93px;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#planning .right {
		padding: 0;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		box-shadow: 0 5px 12px rgba(0,0,0,.3);
		z-index: 7;
	}
	#planning .right>.dt {
		max-width: 100%;
	}
	#planning .right>.dt>.cell {
		padding: 15px;
		background-color: rgba(255,255,255,.85);
	}
	#planning .section_title {
		margin: 0;
		padding: 15px 15px 0;
		width: 100%;
		max-width: 500px;
		font-weight: 100;
		font-size: 32px;
		line-height: 1.1;
		color: #ff9c00;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#planning.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#planning .right>.dt>.cell>.text {
		font-size: 16px;
	}
	#planning .img_b {
		position: relative;
		margin-top: -23vw;
		width: 100vw;
		height: 70vw;
		overflow: hidden;
	}
	#planning .img_b>img {
		margin-left: -7vw;
		width: 115vw;
	}
	#planning .img_b>a {
		margin-top: calc(11.5vw - 45px);
	}
	#planning .structure>.title {
		padding-left: 15px;
		font-size: 30px;
		line-height: 1.86667;
	}
	#planning .structure .items>.item {
		display: table;
		width: 100%;
		height: 123px;
		font-size: 20px;
		background: url(../images/planning_structure_bg1.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#planning .structure .items>.item.i2 {
		background: url(../images/planning_structure_bg2.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#planning .structure .items>.item.i3 {
		background: url(../images/planning_structure_bg3.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#planning .structure .items>.item>span {
		display: table-cell;
		padding: 0 15px 0 150px;
		vertical-align: middle;
	}
	#planning .structure .items>.item:after {
		top: 25px;
		width: 150px;
		height: 91px;
		background: url(../images/planning_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#planning .structure .items>.item.i2:after {
		background: url(../images/planning_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#planning .structure .items>.item.i3:after {
		background: url(../images/planning_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
}

@media (max-width: 383px) {
	#planning .structure .items>.item>span {
		padding-left: 110px;
	}
	#planning .structure .items>.item:after {
		width: 110px;
	}
}
/*** planning end ***/


/*** management ***/
#management .wrapper {
	padding: 0;
}
#management .wrapper>.dt>.cell {
	padding: 0 15px;
	vertical-align: bottom;
}
#management .col-sm-6 {
	overflow: hidden;
}
#management .right {
	padding: 0;
	z-index: 1;
}
#management .right>.img {
	position: absolute;
	bottom: 0;
	-webkit-transition: 1s left .3s;
	-moz-transition: 1s left .3s;
	-ms-transition: 1s left .3s;
	-o-transition: 1s left .3s;
	transition: 1s left .3s;
}
#management.ok .right>.img {
	left: -53px;
}
#management .right>.img>a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -45px;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	border: 2px solid #004080;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#management .right>.img>a>.play,
#management .img_b>a>.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -11px;
	border: 19px solid transparent;
	border-left: 34px solid #7df545;
}
#management .left>.dt {
	position: relative;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
#management.ok .left>.dt {
	left: 0;
}
#management .left>.dt>.cell>.title {
	margin-bottom: 25px;
	text-align: right;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
	color: #0080ff;
}
#management .left>.dt>.cell>.text {
	font-size: 22px;
	line-height: 1.27273;
}
#management .structure {
	position: relative;
}
#management .structure>.title {
	font-weight: 100;
	font-size: 50px;
	line-height: 78px;
	color: #fff;
	background-color: #0080ff;
}
#management .structure .items>.item {
	display: block;
	position: relative;
	font-weight: 200;
	font-size: 30px;
	line-height: 1.25;
	color: #fff;
	text-decoration: none;
	background: url(../images/management_structure_bg1.jpg) 50% 50% no-repeat;
	background-size: cover;
	border-top: 1px solid #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
#management .structure .items>.item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 255, 0.6);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#management .structure .items>.item:hover:before {
	background-color: rgba(0, 128, 255, 0);
}
#management .structure .items>.item.i2 {
	background: url(../images/management_structure_bg2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#management .structure .items>.item.i3 {
	background: url(../images/management_structure_bg3.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#management .structure .items>.item.i4 {
	background: url(../images/management_structure_bg4.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#management .structure .items>.item:after {
	content: '';
	position: absolute;
	top: 69px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(../images/management_structure_img1.png) 50% 0 no-repeat;
}
#management .structure .items>.item.i2:after {
	background: url(../images/management_structure_img2.png) 50% 0 no-repeat;
}
#management .structure .items>.item.i3:after {
	background: url(../images/management_structure_img3.png) 50% 0 no-repeat;
}
#management .structure .items>.item.i4:after {
	background: url(../images/management_structure_img4.png) 50% 0 no-repeat;
}
#management .structure .items>.item>span {
    position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#management.ok .right>.img {
		left: calc(50% - 355px);
	}
	#management .left>.dt>.cell>.title {
		font-size: 54px;
	}
	#management .structure .items>.item {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	#management .wrapper {
		height: 100vh;
		min-height: 980px;
	}
	#management .col-sm-6 {
		height: 621px;
	}
	#management .left {
		padding-bottom: 80px;
	}
	#management .right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 12px;
		height: 541px;
		background: url(../images/pre_production_shadow.png) 0 0 no-repeat;
		z-index: 1;
	}
	#management .structure {
		top: -79px;
	}
	#management .structure .items>.item {
		padding-top: 200px;
		height: 360px;
	}
}

@media (min-width: 992px) and (max-height: 1059px) and (min-height: 981px) {
	#management .structure {
		top: calc(100vh - 1059px);
	}
}

@media (min-width: 992px) and (min-height: 1060px) {
	#management .structure {
		top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#management .wrapper {
		height: 620px;
	}
	#management .left {
		padding-bottom: 31px;
	}
	#management.ok .right>.img {
		top: 0;
		left: calc(50% - 260px);
	}
	#management .col-sm-6,
	#management.ok .right>.img>img {
		height: 395px;
	}
	#management .right:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 8px;
		height: 362px;
		background: url(../images/pre_production_shadow_sm.png) 0 0 no-repeat;
		z-index: 1;
	}
	#management .right>.img>a {
		margin-top: -70px;
	}
	#management .left>.dt>.cell>.title {
		margin-bottom: 10px;
		font-size: 38px;
	}
	#management .left>.dt>.cell>.text {
		font-size: 14px;
	}
	#management .structure {
		top: -31px;
	}
	#management .structure>.title {
		padding: 7px 0 12px;
		font-size: 36px;
		line-height: 1;
	}
	#management .structure .items>.item {
		padding-top: 112px;
		height: 200px;
		font-size: 18px;
	}
	#management .structure .items>.item:after {
		top: 34px;
		height: 60px;
		background: url(../images/management_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#management .structure .items>.item.i2:after {
		background: url(../images/management_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#management .structure .items>.item.i3:after {
		background: url(../images/management_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#management .structure .items>.item.i4:after {
		background: url(../images/management_structure_img4.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
}

@media (min-width: 768px) {
	#management .right>.img {
		left: -766px;
	}
	#management .left>.dt {
		left: calc(100% + 15px);
		float: right;
		max-width: 760px;
	}
	#management .structure>.title {
		position: relative;
		text-align: center;
	}
	#management .left>.dt>.cell>.text {
		float: right;
		max-width: 600px;
		text-align: right;
	}
	#management .structure .items:after {
		content: '';
		display: block;
		clear: both;
	}
	#management .structure .items>.item {
		float: left;
		width: 25%;
		text-align: center;
		border-left: 1px solid #fff;
	}
	#management .structure .items>.item:first-child {
		border-left: none;
	}
	#management .structure .items>.item:before {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#management>.ttl {
		position: relative;
		padding-top: 136px;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#management .left {
		padding: 0;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		box-shadow: 0 5px 12px rgba(0,0,0,.3);
		z-index: 7;
	}
	#management .left>.dt>.cell {
		padding: 15px;
		background-color: rgba(255,255,255,.85);
	}
	#management .section_title {
		margin: 0;
		padding: 15px 15px 0;
		max-width: 500px;
		font-weight: 100;
		font-size: 36px;
		line-height: 1.1;
		color: #0080ff;
	}
	#management.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#management .left>.dt>.cell>.text {
		font-size: 16px;
	}
	#management .right {
		overflow: visible;
	}
	#management.ok .right>.img {
		position: relative;
		top: 0;
		left: 0;
		margin-top: -20vw;
		width: 100vw;
		height: 66vw;
		overflow: hidden;
	}
	#management .right>.img>img {
		margin-left: -5vw;
		width: 112vw;
	}
	#management .right>.img>a {
		margin-top: calc(11.5vw - 45px);
	}
	#management .structure>.title {
		padding-left: 15px;
		font-size: 30px;
		line-height: 1.86667;
	}
	#management .structure .items>.item {
		display: table;
		width: 100%;
		height: 123px;
		font-size: 20px;
		background: url(../images/management_structure_bg1.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#management .structure .items>.item.i2 {
		background: url(../images/management_structure_bg2.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#management .structure .items>.item.i3 {
		background: url(../images/management_structure_bg3.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#management .structure .items>.item.i4 {
		background: url(../images/management_structure_bg4.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
	#management .structure .items>.item>span {
		display: table-cell;
		padding: 0 15px 0 150px;
		vertical-align: middle;
	}
	#management .structure .items>.item:after {
		top: 25px;
		width: 150px;
		height: 91px;
		background: url(../images/management_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#management .structure .items>.item.i2:after {
		background: url(../images/management_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#management .structure .items>.item.i3:after {
		background: url(../images/management_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#management .structure .items>.item.i4:after {
		background: url(../images/management_structure_img4.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
}

@media (max-width: 383px) {
	#management .structure .items>.item>span {
		padding-left: 110px;
	}
	#management .structure .items>.item:after {
		width: 110px;
	}
}
/*** management end ***/


/*** resource_management ***/
#resource_management .wrapper {
	padding: 0;
}
#resource_management .wrapper>.dt>.cell {
	padding: 0 15px;
	vertical-align: bottom;
}
#resource_management .col-sm-6 {
	overflow: hidden;
}
#resource_management .left {
	padding: 0;
	z-index: 1;
}
#resource_management .left>.img {
	position: absolute;
	bottom: 0;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-ms-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
#resource_management.ok .left>.img {
	right: -90px;
}
#resource_management .left>.img>a,
#resource_management .img_b>a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -45px;
	width: 90px;
	height: 90px;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	border: 2px solid #004080;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#resource_management .img_b>a {
	margin-left: -45px;
}
#resource_management .left>.img>a>.play,
#resource_management .img_b>a>.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -11px;
	border: 19px solid transparent;
	border-left: 34px solid #7df545;
}
#resource_management .right>.dt {
	position: relative;
	max-width: 650px;
	-webkit-transition: 1s right .3s;
	-moz-transition: 1s right .3s;
	-ms-transition: 1s right .3s;
	-o-transition: 1s right .3s;
	transition: 1s right .3s;
}
#resource_management.ok .right>.dt {
	right: 0;
}
#resource_management .right>.dt>.cell>.title {
	margin-bottom: 25px;
	font-weight: 100;
	font-size: 60px;
	line-height: 1;
	color: #ff4c34;
}
#resource_management .right>.dt>.cell>.text {
	font-size: 22px;
	line-height: 1.27273;
}
#resource_management .structure {
	position: relative;
}
#resource_management .structure>.title {
	font-weight: 100;
	font-size: 50px;
	line-height: 78px;
	color: #fff;
	background-color: #ff4c34;
}
#resource_management .structure .items>.item {
	position: relative;
	font-weight: 200;
	font-size: 30px;
	line-height: 1.25;
	color: #fff;
	background: url(../images/resource_management_structure_bg1.jpg) 50% 0 no-repeat;
	background-size: cover;
	border-top: 1px solid #fff;
}
#resource_management .structure .items>.item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 76, 52, 0.6);
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
#resource_management .structure .items>.item:hover:before {
	background-color: rgba(255, 76, 52, 0);
}
#resource_management .structure .items>.item.i2 {
	background: url(../images/resource_management_structure_bg2.jpg) 50% 0 no-repeat;
	background-size: cover;
}
#resource_management .structure .items>.item.i3 {
	background: url(../images/resource_management_structure_bg3.jpg) 50% 0 no-repeat;
	background-size: cover;
}
#resource_management .structure .items>.item.i4 {
	background: url(../images/resource_management_structure_bg4.jpg) 50% 0 no-repeat;
	background-size: cover;
}
#resource_management .structure .items>.item:after {
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(../images/resource_management_structure_img1.png) 50% 0 no-repeat;
}
#resource_management .structure .items>.item.i2:after {
	background: url(../images/resource_management_structure_img2.png) 50% 0 no-repeat;
}
#resource_management .structure .items>.item.i3:after {
	background: url(../images/resource_management_structure_img3.png) 50% 0 no-repeat;
}
#resource_management .structure .items>.item.i4:after {
	background: url(../images/resource_management_structure_img4.png) 50% 0 no-repeat;
}
#resource_management .structure .items>.item>span {
	position: relative;
}

@media (max-width: 1559px) and (min-width: 1200px) {
	#resource_management .structure .items>.item {
		font-size: 26px;
	}
}

@media (max-width: 1319px) and (min-width: 1200px) {
	#resource_management .right>.dt>.cell>.title {
		font-size: 54px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#resource_management.ok .left>.img {
		right: -162px;
	}
	#resource_management .right>.dt>.cell>.title {
		font-size: 42px;
	}
	#resource_management .structure .items>.item {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	#resource_management .wrapper {
		height: 100vh;
		min-height: 980px;
	}
	#resource_management .col-sm-6 {
		height: 632px;
	}
	#resource_management .right {
		padding-bottom: 85px;
	}
	#resource_management .left:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 12px;
		height: 540px;
		background: url(../images/ims_overview_shadow.png) 0 0 no-repeat;
		z-index: 1;
	}
	#resource_management .structure {
		top: -91px;
	}
	#resource_management .structure .items>.item {
		padding-top: 200px;
		height: 360px;
	}
}

@media (min-width: 992px) and (max-height: 1071px) and (min-height: 981px) {
	#resource_management .structure {
		top: calc(100vh - 1071px);
	}
}

@media (min-width: 992px) and (min-height: 1072px) {
	#resource_management .structure {
		top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#resource_management .wrapper {
		height: 620px;
	}
	#resource_management .right {
		padding-bottom: 33px;
	}
	#resource_management .col-sm-6,
	#resource_management.ok .left>.img>img {
		height: 395px;
	}
	#resource_management .left:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 8px;
		height: 362px;
		background: url(../images/ims_overview_shadow_sm.png) 0 0 no-repeat;
		z-index: 1;
	}
	#resource_management.ok .left>.img {
		right: calc(50% - 265px);
	}
	#resource_management .left>.img>a {
		margin: -75px 0 0 -65px;
	}
	#resource_management .right>.dt>.cell>.title {
		font-size: 30px;
	}
	#resource_management .right>.dt>.cell>.text {
		font-size: 14px;
	}
	#resource_management .structure {
		top: -33px;
	}
	#resource_management .structure>.title {
		padding: 3px 0 9px;
		font-size: 36px;
		line-height: 1;
	}
	#resource_management .structure .items>.item {
		padding-top: 112px;
		height: 209px;
		font-size: 16px;
	}
	#resource_management .structure .items>.item:after {
		top: 34px;
		height: 60px;
		background: url(../images/resource_management_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#resource_management .structure .items>.item.i2:after {
		background: url(../images/resource_management_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#resource_management .structure .items>.item.i3:after {
		background: url(../images/resource_management_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
	#resource_management .structure .items>.item.i4:after {
		background: url(../images/resource_management_structure_img4.png) 50% 0 no-repeat;
		background-size: auto 60px;
	}
}

@media (min-width: 768px) {
	#resource_management .left>.img {
		right: -829px;
	}
	#resource_management .right>.dt {
		right: calc(100% + 15px);
	}
	#resource_management .right>.dt>.cell {
		padding: 0 60px 0 0;
	}
	#resource_management .structure>.title {
		position: relative;
		text-align: center;
	}
	#resource_management .structure .items:after {
		content: '';
		display: block;
		clear: both;
	}
	#resource_management .structure .items>.item {
		float: left;
		padding-right: 8px;
		padding-left: 8px;
		width: 25%;
		text-align: center;
		border-left: 1px solid #fff;
	}
	#resource_management .structure .items>.item:first-child {
		border-left: none;
	}
	#resource_management .structure .items>.item:after {
		left: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#resource_management>.ttl {
		padding-top: 109px;
	}
	#resource_management .right {
		padding: 0;
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
		box-shadow: 0 5px 12px rgba(0,0,0,.3);
		z-index: 7;
	}
	#resource_management .right>.dt {
		max-width: 100%;
	}
	#resource_management .right>.dt>.cell {
		padding: 15px;
		background-color: rgba(255,255,255,.85);
	}
	#resource_management .section_title {
		margin: 0;
		padding: 15px 15px 0;
		width: 100%;
		font-weight: 100;
		font-size: 28px;
		line-height: 1.1;
		color: #ff4c34;
		background-color: rgba(255,255,255,.85);
		z-index: 8;
	}
	#resource_management.current .section_title {
		padding: 5px 15px 8px;
		font-weight: 400;
		font-size: 22px;
	}
	#resource_management .right>.dt>.cell>.text {
		font-size: 16px;
	}
	#resource_management .img_b {
		position: relative;
		margin-top: -23vw;
		width: 100vw;
		height: 70vw;
		overflow: hidden;
	}
	#resource_management .img_b>img {
		margin-left: -6.5vw;
		width: 107vw;
	}
	#resource_management .img_b>a {
		margin-top: calc(11.5vw - 45px);
	}
	#resource_management .structure>.title {
		padding-left: 15px;
		font-size: 30px;
		line-height: 1.86667;
	}
	#resource_management .structure .items>.item {
		display: table;
		width: 100%;
		height: 123px;
		font-size: 20px;
		background: url(../images/resource_management_structure_bg1.jpg) 0 50% no-repeat;
		background-size: cover;
	}
	#resource_management .structure .items>.item.i2 {
		background: url(../images/resource_management_structure_bg2.jpg) 0 50% no-repeat;
		background-size: cover;
	}
	#resource_management .structure .items>.item.i3 {
		background: url(../images/resource_management_structure_bg3.jpg) 50% 100% no-repeat;
		background-size: cover;
	}
	#resource_management .structure .items>.item.i4 {
		background: url(../images/resource_management_structure_bg4.jpg) 0 50% no-repeat;
		background-size: cover;
	}
	#resource_management .structure .items>.item>span {
		display: table-cell;
		padding: 0 15px 0 150px;
		vertical-align: middle;
	}
	#resource_management .structure .items>.item:after {
		top: 25px;
		width: 150px;
		height: 91px;
		background: url(../images/resource_management_structure_img1.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#resource_management .structure .items>.item.i2:after {
		background: url(../images/resource_management_structure_img2.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#resource_management .structure .items>.item.i3:after {
		background: url(../images/resource_management_structure_img3.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
	#resource_management .structure .items>.item.i4:after {
		background: url(../images/resource_management_structure_img4.png) 50% 0 no-repeat;
		background-size: auto 71px;
	}
}

@media (max-width: 383px) {
	#resource_management .structure .items>.item.i1 {
		background: url(../images/resource_management_structure_bg1.jpg) 0 50% no-repeat;
		background-size: auto;
	}
	#resource_management .structure .items>.item.i2 {
		background: url(../images/resource_management_structure_bg2.jpg) 0 50% no-repeat;
		background-size: auto;
	}
	#resource_management .structure .items>.item.i3 {
		background: url(../images/resource_management_structure_bg3.jpg) 50% 100% no-repeat;
		background-size: auto;
	}
	#resource_management .structure .items>.item.i4 {
		background: url(../images/resource_management_structure_bg4.jpg) 0 50% no-repeat;
		background-size: auto;
	}
	#resource_management .structure .items>.item>span {
		padding-left: 110px;
	}
	#resource_management .structure .items>.item:after {
		width: 110px;
	}
}
/*** resource_management end ***/


/*** mp ***/
#mp {
	background-color: #0080ff;
}
#mp .title_sec {
	font-weight: 100;
	font-size: 50px;
	line-height: 1.2;
	color: #fff;
}
#mp>.wrapper {
	padding: 0;
}
#mp>.wrapper:after {
	content: '';
	display: block;
	clear: both;
}
#mp>.wrapper>.imgs>.img {
	position: relative;
	float: left;
	background: url(../images/mp_img1.jpg) 50% 0 no-repeat;
    background-size: cover;
}
#mp>.wrapper>.imgs>.img.i2 {
	background-image: url(../images/mp_img2.jpg);
}
#mp>.wrapper>.imgs>.img.i3 {
	background-image: url(../images/mp_img3.jpg);
}
#mp>.wrapper>.imgs>.img.i4 {
	background-image: url(../images/mp_img4.jpg);
}
#mp>.wrapper>.imgs>.img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 255, .6);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#mp>.wrapper>.imgs>.img:hover:before {
    background-color: rgba(0, 128, 255, 0);
}
#mp>.wrapper>.imgs>.img>.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -114px;
}

@media (max-width: 1559px) and (min-width: 1200px) {
	#mp>.wrapper>.imgs>.img>.logo {
		margin: -45px 0 0 -85px;
		width: 170px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#mp .title_sec {
		font-size: 36px;
	}
	#mp>.wrapper>.imgs>.img>.logo {
		margin: -37px 0 0 -70px;
		width: 140px;
	}
}

@media (min-width: 992px) {
	#mp>.wrapper .dt {
		width: 34.35vw;
		height: 30.6122449vh;
		min-height: 300px;
	}
	#mp>.wrapper>.imgs>.img {
		width: calc(15.488vw + 1px);
		height: 30.6122449vh;
		min-height: 300px;
		border-right: 1px solid #fff;
	}
	#mp>.wrapper>.imgs>.img:first-child {
		border-left: 1px solid #fff;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#mp>.wrapper .dt {
		width: 28%;
		height: 135px;
	}
	#mp .title_sec {
		font-size: 22px;
	}
	#mp>.wrapper>.imgs>.img {
		width: 18%;
		height: 135px;
		border-left: 1px solid #fff;
	}
	#mp>.wrapper>.imgs>.img>.logo {
		margin: -32px 0 0 -60px;
		width: 120px;
	}
}

@media (min-width: 768px) {
	#mp>.wrapper .dt {
		float: left;
		text-align: right;
	}
	#mp>.wrapper .dt>.cell {
		padding-right: 2.5813vw;
	}
}

@media (max-width: 767px) {
	#mp {
		margin-top: -26px;
	}
	#mp .ttl {
		height: 138px;
	}
	#mp .section_title {
		margin: 0;
		padding: 15px 10px 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-weight: 100;
		font-size: 26px;
		line-height: 1.3;
		color: #fff;
	}
	#mp.current .section_title {
		padding: 5px 15px 8px;
		font-weight: 400;
		font-size: 22px;
		line-height: 1;
		color: #0080ff;
	}
	#mp.current .section_title>br {
		display: none;
	}
	#mp>.wrapper>.imgs {
		border-top: 1px solid #fff;
	}
	#mp>.wrapper>.imgs>.img {
		width: 50%;
		height: 50vw;
		border-bottom: 1px solid #fff;
	}
	#mp>.wrapper>.imgs>.img:nth-child(even) {
		position: relative;
	}
	#mp>.wrapper>.imgs>.img:nth-child(even):after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background-color: #fff;
	}
	#mp>.wrapper>.imgs>.img>.logo {
		margin: -34px 0 0 -65px;
		width: 130px;
	}
}
/*** mp end ***/


/*** related_solutions ***/
#related_solutions {
	background-color: #004080;
	overflow: hidden;
}
#related_solutions .related_solutions {
	background-color: #fff;
}
#related_solutions .more {
	color: #7df545;
}
#related_solutions .more .title_sec {
	font-weight: 100;
    font-size: 50px;
    line-height: 1.3;
	color: #7df545;
}
#related_solutions .related_solutions .wrapper {
	padding-left: 5vw;
}
#related_solutions .related_solutions .title_sec {
	margin-bottom: 55px;
	font-weight: 100;
    font-size: 60px;
    line-height: 1.3;
}
#related_solutions .more .booklet {
	display: block;
	margin: 55px 0 50px;
	color: #7df545;
	text-decoration: none;
}
#related_solutions .more .booklet>img {
    float: right;
    border: 2px solid #fff;
}
#related_solutions .more .booklet>.text {
    float: right;
    margin: 2px 20px 0 0;
	line-height: 25px;
}
#related_solutions .more .btn.btn_bdwhite {
	margin-top: 40px;
	color: #7df545;
}
#related_solutions .related_solutions .item:after {
	content: '';
	display: block;
	clear: both;
}
#related_solutions .related_solutions .item>img {
	float: left;
	margin-right: 35px;
}
#related_solutions .related_solutions .item>.text {
	float: left;
	font-weight: 100;
	font-size: 35px;
	line-height: 74px;
}

@media (max-width: 1379px) and (min-width: 1200px) {
	#related_solutions .related_solutions .title_sec {
		font-size: 54px;
	}
	#related_solutions .related_solutions .item>img {
		margin-right: 30px;
	}
	#related_solutions .related_solutions .item>.text {
		font-size: 30px;
	}
}

@media (max-width: 1299px) and (min-width: 1200px) {
	#related_solutions .more .title_sec {
		font-size: 48px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#related_solutions .more .title_sec {
		font-size: 38px;
	}
	#related_solutions .related_solutions .title_sec {
		font-size: 44px;
	}
	#related_solutions .related_solutions .item>img {
		margin-right: 25px;
	}
	#related_solutions .related_solutions .item>.text {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	#related_solutions .wrapper {
		height: 69.3877551vh;
		min-height: 680px;
	}
	#related_solutions .more {
		width: 34.35vw;
		font-size: 24px;
	}
	#related_solutions .more .wrapper {
		padding-right: 2.5vw;
	}
	#related_solutions .more .wrapper>.dt {
		float: right;
		max-width: 430px;
	}
	#related_solutions .related_solutions {
		width: calc(61.952vw + 4px);
	}
	#related_solutions .related_solutions .item {
		margin-top: 19px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#related_solutions .more {
		width: 28%;
	}
	#related_solutions .related_solutions {
		width: 72%;
	}
	#related_solutions .wrapper {
		height: 416px;
	}
	#related_solutions .more .wrapper {
		padding-left: 10px;
	}
	#related_solutions .more .title_sec {
		font-size: 22px;
	}
	#related_solutions .more .booklet {
		margin: 25px 0 20px;
	}
	#related_solutions .more .booklet>.text,
	#related_solutions .more .lbl {
		display: block;
		float: none;
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 1.3;
	}
	#related_solutions .more .btn.btn_bdwhite {
		margin-top: 5px;
	}
	#related_solutions .related_solutions .title_sec {
		margin-bottom: 30px;
		font-size: 36px;
	}
	#related_solutions .related_solutions .item {
		margin-top: 10px;
	}
	#related_solutions .related_solutions .item>img {
		margin-right: 20px;
		width: 40px;
	}
	#related_solutions .related_solutions .item>.text {
		font-size: 20px;
		line-height: 40px;
	}
}

@media (min-width: 768px) {
	#related_solutions {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	#related_solutions .more {
		float: left;
		text-align: right;
	}
	#related_solutions .related_solutions {
		float: left;
	}
}

@media (max-width: 767px) {
	#related_solutions {
		border-top: none;
	}
	#related_solutions .more,
	#related_solutions .related_solutions {
		position: relative;
	}
	#related_solutions .more {
		margin: 0 auto;
		padding-bottom: 45px;
		width: 290px;
		text-align: center;
	}
	#related_solutions .related_solutions {
		padding-bottom: 30px;
	}
	#related_solutions>section>.ttl {
		padding-top: 93px;
		min-height: 93px;
	}
	#related_solutions>.more>.ttl {
		height: 119px;
	}
	#related_solutions .section_title {
		margin: 0;
		padding: 15px 10px 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-weight: 100;
		font-size: 26px;
		color: #19344f;
	}
	#related_solutions>.more .section_title {
		line-height: 1.3;
		color: #7df545;
	}
	#related_solutions .current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
		line-height: 1;
	}
	#related_solutions>.more.current .section_title>br {
		display: none;
	}
	#related_solutions .more .booklet {
		margin: 25px 0 20px;
	}
	#related_solutions .more .booklet>img {
		float: none;
	}
	#related_solutions .more .booklet>.text {
		float: none;
		display: inline-block;
		margin: 0 0 0 10px;
		vertical-align: middle;
		text-align: left;
		font-size: 22px;
	}
	#related_solutions .more .lbl {
		margin-bottom: 15px;
		font-size: 18px;
	}
	#related_solutions .related_solutions .items {
		margin: 0 auto;
		width: 290px;
	}
	#related_solutions .related_solutions .item {
		margin-bottom: 15px;
	}
	#related_solutions .related_solutions .item>img {
		margin-right: 15px;
		width: 46px;
	}
	#related_solutions .related_solutions .item>.text {
		float: none;
		padding-top: 2px;
		font-size: 18px;
		line-height: 1.2;
	}
}
/*** related_solutions end ***/


/*** mobile ***/
#mobile>.wrapper {
	padding: 0;
}
#mobile .section_title {
	padding-bottom: 20px;
	color: #ff9c00;
}
#mobile .subtitle,
#mobile .items>.item>.text {
    font-size: 22px;
	line-height: 1.25;
}
#mobile .items>.item>.title {
	margin-bottom: 15px;
	font-weight: 400;
    font-size: 26px;
	line-height: 1.1;
	color: #ff9c00;
}

@media (min-width: 1920px) {
	#mobile .img {
		padding: 26px 9% 50px;
	}
}

@media (max-width: 1919px) and  (min-width: 768px) {
	#mobile .img {
		padding: 1.4% 9% 2.6%;
	}
}

@media (min-width: 1700px) {
	#mobile>.wrapper {
		min-height: 930px;
	}
}

@media (max-width: 1699px) and (min-width: 1500px) {
	#mobile>.wrapper {
		min-height: 890px;
	}
}

@media (max-width: 1499px) and (min-width: 1200px) {
	#mobile>.wrapper {
		min-height: 840px;
	}
}

@media (min-width: 1200px) {
	#mobile>.wrapper {
		padding-top: 60px;
	}
	#mobile .items>.item>.text {
		min-height: 104px;
	}
	#mobile .items>.item:first-child>.text {
		padding-left: 130px;
	}
	#mobile .items>.item>.text:before {
		top: 4px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#mobile>.wrapper {
		min-height: 720px;
	}
	#mobile .items>.item:first-child {
		padding-right: 5px;
	}
	#mobile .items>.item>.title {
		font-size: 24px;
	}
	#mobile .items>.item:first-child>.text {
		padding-left: 115px;
	}
	#mobile .items>.item>.text {
		min-height: 100px;
		font-size: 18px;
	}
	#mobile .items>.item>.text:before {
		top: 0;
	}
}

@media (min-width: 992px) {
	#mobile>.wrapper {
		height: 100vh;
	}
	#mobile .subtitle {
		margin-bottom: 40px;
	}
	#mobile .items>.item>.text {
		position: relative;
		padding-left: 80px;
	}
	#mobile .items>.item>.text:before {
		content: '';
		position: absolute;
		left: 0;
		width: 50px;
		height: 100px;
		background: url(../images/sprite.png) -101px -325px no-repeat;
	}
	#mobile .items>.item:first-child>.text:before {
		width: 100px;
		background-position: 0 -325px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#mobile>.wrapper {
		padding-top: 60px;
	}
	#mobile .subtitle {
		margin-bottom: 15px;
		font-size: 20px;
	}
	#mobile .items>.item {
		padding: 5px 50px 0 145px;
		min-height: 124px;
	}
	#mobile .items>.item:first-child {
		min-height: 119px;
	}
	#mobile .items>.item:before {
		content: '';
		position: absolute;
		top: 5px;
		left: 52px;
		width: 50px;
		height: 100px;
		background: url(../images/sprite.png) -101px -325px no-repeat;
	}
	#mobile .items>.item:first-child:before {
		top: 0;
		left: 27px;
		width: 100px;
		background-position: 0 -325px;
	}
	#mobile .items>.item>.title {
		margin-bottom: 5px;
		font-size: 22px;
	}
	#mobile .items>.item>.text {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	#mobile .img {
		margin-top: 30px;
		background-color: #ff9c00;
	}
	#mobile .img>img {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	#mobile>.wrapper {
		position: relative;
		margin-top: 23px;
	}
	#mobile>.wrapper:before {
		content: '';
		position: absolute;
		top: -23px;
		left: 0;
		width: 100%;
		height: 23px;
		background-color: #233DA3;
	}
	#mobile>.wrapper>.dt>.cell>.container>.text-center>.ttl {
		padding-top: 89px;
	}
	#mobile .section_title {
		margin: 0;
		padding: 15px 0 0;
		width: 100%;
		font-weight: 100;
		font-size: 34px;
		line-height: 1;
		color: #ff9c00;
	}
	#mobile.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#mobile .subtitle {
		margin: 15px 0;
		font-size: 16px;
	}
	#mobile .items {
		background-color: #ff9c00;
	}
	#mobile .items>.item {
		padding: 15px;
	}
	#mobile .items>.item>.title {
		position: relative;
		padding-left: 95px;
		height: 50px;
		font-weight: 200;
		font-size: 20px;
		color: #fff;
	}
	#mobile .items>.item:first-child {
		border-bottom: 1px solid #fff;
	}
	#mobile .items>.item>.title:before {
		content: '';
		position: absolute;
		top: 0;
		left: 15px;
		width: 50px;
		height: 50px;
		background: url(../images/sprite.png) -51px -223px no-repeat;
	}
	#mobile .items>.item:first-child>.title:before {
		background: url(../images/sprite.png) 0 -223px no-repeat;
	}
	#mobile .items>.item>.text {
		font-size: 16px;
		color: #fff;
	}
}

@media (max-width: 500px) {
	#mobile>.wrapper>.dt>.cell>.container>.text-center>.ttl {
		padding-top: 126px;
	}
	#mobile .section_title {
		max-width: 400px;
	}
}

@media (max-width: 359px) {
	#mobile .items>.item>.title {
		padding-left: 65px;
	}
	#mobile .items>.item>.title:before {
		left: 0;
	}
}
/*** mobile end ***/


/*** productive ***/
#productive>.wrapper {
	padding: 0;
}
#productive .section_title {
	color: #0096a8;
}
#productive .subtitle {
    font-size: 22px;
	line-height: 1.25;
}
#productive .items .item {
	position: relative;
	height: 270px;
	font-size: 24px;
	line-height: 1.1666667;
	color: #fff;
	background-color: #0096a8;
}
#productive .btns {
	padding: 25px 0 30px;
}
#productive .btn.btn_bdlilac {
	color: #0096a8;
}

@media (min-width: 1800px) {
	#productive .items>.row>.item .cell {
		padding-left: 50%;
	}
	#productive .items>.row>.item:before {
		top: 50%;
		left: 25%;
		margin: -50px 0 0 -50px;
	}
}

@media (max-width: 1799px) and (min-width: 992px) {
	#productive .items>.row>.item .cell {
		padding-top: 134px;
		text-align: center;
	}
	#productive .items>.row>.item:before {
		top: 22px;
		left: 50%;
		margin-left: -50px;
	}
}

@media (min-width: 1200px) {
	#productive>.wrapper {
		padding-top: 60px;
		min-height: 900px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	#productive>.wrapper {
		min-height: 850px;
	}
}

@media (min-width: 992px) {
	#productive>.wrapper {
		height: 100vh;
	}
	#productive .subtitle {
		margin-bottom: 40px;
	}
	#productive .items>.row>.item:before {
		content: '';
		position: absolute;
		width: 100px;
		height: 100px;
		background: url(../images/sprite.png) 0 -21px no-repeat;
	}
	#productive .items>.row>.item.i2:before {
		background-position: -101px -21px;
	}
	#productive .items>.row>.item.i3:before {
		background-position: -202px -21px;
	}
	#productive .items>.row>.item.i4:before {
		background-position: -303px -21px;
	}
	#productive .items>.row>.item.i5:before {
		background-position: 0 -122px;
	}
	#productive .items>.row>.item.i6:before {
		background-position: -101px -122px;
	}
	#productive .items>.row>.item.i7:before {
		background-position: -202px -122px;
	}
	#productive .items>.row>.item.i8:before {
		background-position: -303px -122px;
	}
	#productive .btn.btn_bdlilac {
		padding: 5px 32px 6px;
		font-weight: 100;
		font-size: 28px;
	}
	#productive .btns>.lbl {
		padding-left: 25px;
		vertical-align: middle;
		font-weight: 100;
		font-size: 28px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#productive>.wrapper {
		padding-top: 60px;
	}
	#productive .subtitle {
		margin-bottom: 15px;
		font-size: 20px;
	}
	#productive .items .item {
		height: 160px;
		font-size: 19px;
	}
	#productive .items>.row>.item:before {
		content: '';
		position: absolute;
		top: 18px;
		left: 50%;
		margin-left: -25px;
		width: 50px;
		height: 50px;
		background: url(../images/sprite.png) 0 -223px no-repeat;
	}
	#productive .items>.row>.item.i2:before {
		background-position: -51px -223px;
	}
	#productive .items>.row>.item.i3:before {
		background-position: -102px -223px;
	}
	#productive .items>.row>.item.i4:before {
		background-position: -153px -223px;
	}
	#productive .items>.row>.item.i5:before {
		background-position: 0 -274px;
	}
	#productive .items>.row>.item.i6:before {
		background-position: -51px -274px;
	}
	#productive .items>.row>.item.i7:before {
		background-position: -102px -274px;
	}
	#productive .items>.row>.item.i8:before {
		background-position: -153px -274px;
	}
	#productive .items>.row>.item .cell {
		padding-top: 70px;
		text-align: center;
	}
	#productive .btns {
		padding: 17px 0 20px;
	}
	#productive .btn.btn_bdlilac {
		padding: 3px 23px 4px;
		font-size: 22px;
	}
	#productive .btns>.lbl {
		padding-left: 20px;
		vertical-align: middle;
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	#productive .items>.row:first-child>.item {
		border-bottom: 1px solid #fff;
	}
	#productive .items>.row>.item {
		border-left: 1px solid #fff;
	}
	#productive .items>.row>.item:first-child {
		border-left: none;
	}
}

@media (max-width: 767px) {
	#productive>.wrapper>.dt>.cell>.container>.text-center>.ttl {
		padding-top: 89px;
	}
	#productive .section_title {
		margin: 0;
		padding: 15px 0 0;
		width: 100%;
		font-weight: 100;
		font-size: 34px;
		line-height: 1;
		color: #0096a8;
	}
	#productive .section_title>span {
		font-size: 24px;
	}
	#productive.current .section_title {
		padding: 5px 15px 8px;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	#productive .subtitle {
		margin: 15px 0;
		font-size: 16px;
	}
	#productive .items .item {
		height: 99px;
		font-size: 18px;
		border-top: 1px solid #fff;
	}
	#productive .items>.row:first-child>.item:first-child {
		border-top: none;
	}
	#productive .items>.row>.item:before {
		content: '';
		position: absolute;
		top: 24px;
		left: 25%;
		margin-left: -25px;
		width: 50px;
		height: 50px;
		background: url(../images/sprite.png) 0 -223px no-repeat;
	}
	#productive .items>.row>.item.i2:before {
		background-position: -51px -223px;
	}
	#productive .items>.row>.item.i3:before {
		background-position: -102px -223px;
	}
	#productive .items>.row>.item.i4:before {
		background-position: -153px -223px;
	}
	#productive .items>.row>.item.i5:before {
		background-position: 0 -274px;
	}
	#productive .items>.row>.item.i6:before {
		background-position: -51px -274px;
	}
	#productive .items>.row>.item.i7:before {
		background-position: -102px -274px;
	}
	#productive .items>.row>.item.i8:before {
		background-position: -153px -274px;
	}
	#productive .items>.row>.item .cell {
		padding: 0 15px 0 43%;
	}
	#productive .btn.btn_bdlilac {
		margin-bottom: 5px;
		padding: 3px 23px 4px;
		font-size: 22px;
	}
	#productive .btns>.lbl {
		font-size: 16px;
	}
}
/*** productive end ***/

/* home end */


/* data_management */

/*** dm_tasks ***/
.ims.sub #content {
	overflow: hidden;
}
.dm_tasks>.wrapper>.img_wrap {
	position: absolute;
	bottom: 0;
	left: -66.6666667%;
	width: calc(66.6666667% - 60px);
	max-width: calc(33.3333333% + 435px);
	text-align: right;
	z-index: 1;
	-webkit-transition: 1s left .3s;
    -moz-transition: 1s left .3s;
    -ms-transition: 1s left .3s;
    -o-transition: 1s left .3s;
    transition: 1s left .3s;
}
.dm_tasks.ok>.wrapper>.img_wrap {
	left: 0;
}
.dm_tasks>.wrapper>.img_wrap>.img {
	position: relative;
	display: inline-block;
}
.dm_tasks>.wrapper>.img_wrap>.img>a {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -50px;
    width: 90px;
    height: 90px;
    text-decoration: none;
    background-color: rgba(125,245,69,.3);
    border: 2px solid #7df545;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.dm_tasks>.wrapper>.img_wrap>.img>a>.play {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -11px;
    border: 19px solid transparent;
    border-left: 34px solid #004080;
}
.dm_tasks>.wrapper>.row>.col-sm-8 {
	padding: 190px 60px 0;
	background-color: #fff;
}
.dm_tasks>.wrapper>.row>.col-sm-8>img {
	position: absolute;
	top: 190px;
	left: -200px;
}
.dm_tasks>.wrapper>.row>.col-sm-8>.wrap {
	max-width: 810px;
	-webkit-transition: right 1s;
    -moz-transition: right 1s;
    -ms-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;
}
.dm_tasks>.wrapper>.row>.col-sm-8>.wrap .title {
	margin-bottom: 25px;
    font-weight: 100;
    font-size: 64px;
    line-height: 1;
    color: #001e3c;
}
.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.subtitle {
	margin-bottom: 25px;
    font-weight: 100;
    font-size: 30px;
    line-height: 1.3;
}
.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav {
	position: relative;
	float: right;
	padding: 10px 0 0 10px;
	width: 450px;
	background-color: rgba(255,255,255,.85);
	z-index: 2;
}
.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>.title {
    font-size: 46px;
}
.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul {
    list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li {
    padding: 6px 0 10px;
}
.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li>a {
    font-size: 24px;
	line-height: 1;
    color: #0096a8;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.dm_tasks>.wrapper>.img_wrap>.img {
		right: calc(360px - 50%);
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.dm_tasks>.wrapper>.img_wrap {
		bottom: 100px;
		width: 450px;
		max-width: calc(100% - 370px);
		height: 322px;
	}
	.dm_tasks>.wrapper>.img_wrap>.img {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -212px;
	}
	.dm_tasks>.wrapper>.img_wrap>.img>img {
		width: 424px;
	}
	.dm_tasks>.wrapper>.img_wrap>.img>a {
		margin: -77px 0 0 -58px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8 {
		margin-left: 183px;
		padding-left: 40px;
		width: calc(100% - 183px);
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>img {
		left: -152px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap .title {
		margin-bottom: 10px;
		font-size: 40px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.subtitle {
		font-size: 19px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav {
		width: calc(100vw - 510px);
		min-width: 360px;
		height: 385px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>.title {
		font-size: 32px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li {
		padding-bottom: 3px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li>a {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.dm_tasks {
		background-color: #0096a8;
	}
	.dm_tasks>.wrapper {
		padding-bottom: 40px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap {
		position: relative;
		right: -67vw;
	}
	.dm_tasks.ok>.wrapper>.row>.col-sm-8>.wrap {
		right: 0;
	}
}

@media (max-width: 767px) {
	.dm_tasks>.wrapper>.row>.col-sm-8 {
		padding: 50px 15px 0;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>img {
		top: 64px;
		left: 25px;
		width: 60px;
		height: 60px;
		z-index: 1;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.title {
		position: relative;
		margin: 0 -15px 10px;
		padding: 10px 15px 14px 110px;
		font-size: 30px;
		color: #fff;
		background-color: #0096a8;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap .subtitle {
		text-align: center;
		font-weight: 200;
		font-size: 14px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav {
		float: none;
		margin-left: 10px;
		padding: 0;
		width: auto;
		text-align: center;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin {
		display: inline-block;
		text-align: left;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>.title {
		margin-bottom: 10px;
		font-size: 30px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li {
		padding-bottom: 3px;
	}
	.dm_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li>a {
		font-size: 16px;
	}
}
/*** dm_tasks end ***/


/*** dm_task1 ***/
.dm_task.t1 {
	background-color: #fff;
}
.dm_task>.wrapper>.row>.col-md-6 {
	overflow: visible;
}
.dm_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap {
	margin: 0 -40px 0 0;
	height: 797px;
}
.dm_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap>.img,
.dm_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap>.img>.img_wrapin {
	position: relative;
	display: inline-block;
}
.dm_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap>.img .img2 {
	position: absolute;
	top: 281px;
	left: 366px;
}
.dm_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap>.img .icon {
	position: absolute;
	top: 579px;
	left: 131px;
}
.dm_task .title_sec  {
	margin-bottom: 35px;
	font-weight: 100;
	font-size: 60px;
	line-height: 1.1;
}
.dm_task>.wrapper>.row>.col-md-6>.text {
	margin-bottom: 10px;
}
.dm_task.t1>.wrapper>.row>.col-md-6>.text {
	background-color: rgba(255,255,255,.75);
}
.dm_task.t1>.wrapper>.row>.col-md-6>.text .title_sec {
	color: #ff004d;
}
.dm_task>.wrapper>.row>.col-md-6>.text .txt {
	padding: 3px 0 5px 15px;
	font-weight: 100;
	font-size: 22px;
	line-height: 1.25;
}
.dm_task.t1>.wrapper>.row>.col-md-6>.text .txt {
	border-left: 1px solid #ff004d;
}
.dm_task>.wrapper>.row>.col-md-6 .img>a,
.dm_task>.wrapper .img_sm>a,
.dm_task>.wrapper .img_xs>a,
.dm_task>.wrapper>.img_wrap>.img>a,
.dm_task>.wrapper>.row>.col-md-6 .img_wrapin>a {
	position: absolute;
	top: calc(50% - 90px);
	left: calc(50% - 45px);
	z-index: 8;
}

@media (max-width: 1919px) and (min-width: 992px) {
	.dm_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap>.img {
		right: calc(492px - 50%);
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.dm_task .title_sec {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.dm_task.t1 {
		padding-top: 90px;
	}
	.dm_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap {
		position: relative;
		left: -80vw;
		-webkit-transition: left 1s;
		-moz-transition: left 1s;
		-ms-transition: left 1s;
		-o-transition: left 1s;
		transition: left 1s;
	}
	.dm_task.t1.ok>.wrapper>.row>.col-md-6>.row>.img_wrap {
		left: 0;
	}
	.dm_task.t1>.wrapper>.row>.col-md-6>.text {
		position: relative;
		right: -60vw;
		padding: 50px 50px 0 0;
		max-width: 730px;
		-webkit-transition: 1s right .3s;
		-moz-transition: 1s right .3s;
		-ms-transition: 1s right .3s;
		-o-transition: 1s right .3s;
		transition: 1s right .3s;
	}
	.dm_task.t1.ok>.wrapper>.row>.col-md-6>.text {
		right: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.dm_task.t1 {
		padding-top: 30px;
	}
	.dm_task>.wrapper .title_sec {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 9px;
		text-align: center;
		font-size: 36px;
	}
	.dm_task>.wrapper .title_sec:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -107px;
		width: 214px;
		height: 1px;
	}
	.dm_task>.wrapper>.row>.col-md-6>.text {
		padding: 0 50px;
	}
	.dm_task.t1>.wrapper>.row>.col-md-6>.text .title_sec:after {
		background-color: #ff004d;
	}
	.dm_task>.wrapper>.row>.col-md-6>.text .txt {
		text-align: center;
		font-size: 16px;
		border: none !important;
	}
	.dm_task>.wrapper .img_sm {
		position: relative;
		margin: 0 -15px;
		text-align: center;
	}
	#dm_task1>.wrapper .img_sm {
		height: 449px;
	}
	#dm_task1>.wrapper .img_sm>img {
		position: absolute;
		top: 0;
		left: calc(50% - 405px);
	}
}

@media (min-width: 768px) {
	.dm_task.t1 {
		margin-top: -40px;
	}
}

@media (max-width: 767px) {
	.dm_task.t1 {
		padding-bottom: 25px;
	}
	.dm_task>.ttl {
		padding-top: 100px;
	}
	.dm_task .section_title,
	#build_ships .section_title,
	#structure .section_title {
		margin: 0;
		padding: 13px 10px 0 120px;
		max-width: 500px;
		font-weight: 100;
		font-size: 22px;
		line-height: 1;
	}
	#dm_task1 .ttl {
		padding-top: 115px;
	}
	#dm_task1 .section_title {
		color: #ff004d;
	}
	.dm_task .section_title:before {
		content: '';
		position: absolute;
		top: 15px;
		left: 10px;
		width:100px;
		height: 70px;
		background: url(../images/dm_task1_icon_xs.png) 0 0 no-repeat;
	}
	.dm_task.current .section_title,
	#build_ships.current .section_title,
	#structure .current .section_title {
		padding: 5px 15px 8px !important;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	.dm_task.current .section_title:before {
		display: none;
	}
	.dm_task>.wrapper>.row>.col-md-6>.text .txt {
		margin-bottom: 20px;
		padding-left: 10px;
		font-size: 14px;
	}
	.dm_task>.wrapper .img_xs {
		position: relative;
		text-align: center;
		z-index: 2;
	}
	.dm_task>.wrapper .img_xs>img {
		-webkit-box-shadow: 0 5px 12px rgba(0,0,0,.33);
		-moz-box-shadow: 0 5px 12px rgba(0,0,0,.33);
		box-shadow: 0 5px 12px rgba(0,0,0,.33);
	}
	.dm_task>.wrapper .img_xs>a {
		margin-top: 45px;
	}
}
/*** dm_task1 end ***/


/*** dm_task2 ***/
.dm_task {
	overflow: visible;
}
.dm_task.t2>.wrapper>.row>.col-md-6>.text .title_sec {
	color: #0080ff;
}
.dm_task.t2>.wrapper>.row>.col-md-6>.text .txt {
	border-left: 1px solid #0080ff;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.dm_task.t2>.wrapper>.img_icon {
		top: -160px;
	}
}

@media (min-width: 992px) {
	.dm_task.t2.ok>.wrapper>.img_icon {
		left: calc(50% - 450px);
	}
	.dm_task.t2>.wrapper>.row>.col-md-6>.text {
		position: relative;
		left: -55vw;
		float: right;
		margin-top: 35px;
		max-width: 590px;
		-webkit-transition: left 1s;
		-moz-transition: left 1s;
		-ms-transition: left 1s;
		-o-transition: left 1s;
		transition: left 1s;
	}
	.dm_task.t2.ok>.wrapper>.row>.col-md-6>.text {
		left: 0;
	}
	#dm_task2>.wrapper>.row>.col-md-6>.img_icon>img {
		position: absolute;
		top: 401px;
		left: -200px;
		z-index: 3;
		-webkit-transition: left 1s;
		-moz-transition: left 1s;
		-ms-transition: left 1s;
		-o-transition: left 1s;
		transition: left 1s;
	}
	#dm_task2.ok>.wrapper>.row>.col-md-6>.img_icon>img {
		left: calc(100% - 30px);
	}
	.dm_task.t2>.wrapper>.row>.col-md-6>.img_wrap {
		position: relative;
		right: -55vw;
		-webkit-transition: 1s right .3s;
		-moz-transition: 1s right .3s;
		-ms-transition: 1s right .3s;
		-o-transition: 1s right .3s;
		transition: 1s right .3s;
		z-index: 3;
	}
	.dm_task.t2.ok>.wrapper>.row>.col-md-6>.img_wrap {
		right: 0;
	}
	.dm_task.t2>.wrapper>.row>.col-md-6>.img_wrap>.img {
		position: relative;
		max-width: 860px;
	}
	.dm_task.t2>.wrapper>.row>.col-md-6>.img_wrap>.img1>img {
		position: absolute;
		top: -240px;
		left: -62px;
	}
	.dm_task.t2>.wrapper>.row>.col-md-6>.img_wrap>.img1>a {
		position: absolute;
		top: -10px;
		left: calc(50% - 45px);
	}
	.dm_task.t2>.wrapper>.row>.col-md-6>.img_wrap>.img2>img {
		position: absolute;
		top: 61px;
		left: calc(50% - 150px);
	}
	.dm_task.t2>.wrapper>.row>.col-md-6>.img_wrap>.img2>a {
		position: absolute;
		top: 261px;
		left: calc(50% + 40px);
	}
	.dm_task.t2>.wrapper>.row>.col-md-6>.img_wrap>.img_icon>img {
		position: absolute;
		top: 401px;
		left: calc(50% - 330px);
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.dm_task.t2>.wrapper>.row>.col-md-6>.text .title_sec:after {
		background-color: #0080ff;
	}
	.dm_task>.wrapper .img_sm {
		z-index: 3;
	}
}

@media  (min-width: 768px) {
	.dm_task.t2 {
		min-height: 535px;
	}
	#dm_task2 {
		min-height: 582px;
	}
}

@media (max-width: 767px) {
	.dm_task.t2 .section_title {
		color: #0080ff;
	}
	.dm_task.t2 .section_title:before {
		background: url(../images/dm_task2_icon_xs.png) 0 0 no-repeat;
	}
}
/*** dm_task2 end ***/


/*** dm_task3 ***/
.dm_task.t3 {
	background-color: #9b009b;
}
.dm_task>.wrapper>.text {
	position: relative;
	margin: 0 -15px;
	padding: 55px 50px 7px;
	text-align: center;
	color: #fff;
	background-color: rgba(155,0,155,.8);
	z-index: 2;
}
.dm_task>.wrapper>.text>.text_wrapin {
	max-width: 1240px;
	margin: 0 auto;
}
.dm_task>.wrapper>.text>.text_wrapin>.title_sec {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 15px;
}
.dm_task>.wrapper>.text>.text_wrapin>.title_sec:after {
	content: '';
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 1px;
	background-color: #fff;
}
.dm_task>.wrapper>.text>.text_wrapin>.txt {
	font-weight: 100;
	font-size: 24px;
	line-height: 1.3;
}
.dm_task>.wrapper>.img_wrap {
	position: absolute;
	top: 260px;
	left: calc(50% - 760px);
	width: 1520px;
}
.dm_task>.wrapper>.img_wrap>.img_icon {
	position: absolute;
	top: 59px;
	right: 56px;
	z-index: 2;
}
.dm_task>.wrapper>.img_wrap>.img1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.dm_task>.wrapper>.img_wrap>.img1_modal {
	position: absolute;
	top: 210px;
	left: 450px;
	z-index: 8;
}
.dm_task>.wrapper>.img_wrap>.img2 {
	position: absolute;
	top: 275px;
	right: 0;
	z-index: 1;
}
.dm_task>.wrapper>.img_wrap>.img3 {
	position: absolute;
	top: 132px;
	right: 166px;
	z-index: 1;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.dm_task>.wrapper>.img_wrap {
		left: auto;
		right: -134px;
	}
}

@media (min-width: 992px) {
	.dm_task.t3>.wrapper {
		height: 1000px;
	}
	.dm_task>.wrapper>.text>.text_wrapin>.title_sec {
		margin: 0 60px 20px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.dm_task.t3 {
		margin-top: -48px;
	}
	.dm_task>.wrapper>.text {
		padding: 30px 50px 20px;
	}
	.dm_task>.wrapper>.text>.text_wrapin>.title_sec {
		padding-bottom: 10px;
	}
	.dm_task>.wrapper>.text>.text_wrapin>.txt {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.dm_task.t3 {
		margin-top: -26px;
	}
	.dm_task.t3>.ttl {
		height: 165px;
	}
	.dm_task.t3 .section_title {
		top: 45px;
		color: #fff;
	}
	#dm_task3 .section_title {
		padding-left: 130px;
	}
	#dm_task3 .section_title:before {
		width: 110px;
		height: 80px;
		background: url(../images/dm_task3_icon_xs.png) 0 0 no-repeat;
	}
	.dm_task>.wrapper>.text {
		margin: 0;
		padding: 0;
	}
	.dm_task>.wrapper>.text>.text_wrapin>.txt {
		padding-left: 10px;
		text-align: left;
		font-size: 14px;
	}
	.dm_task.t3.current .section_title {
		color: #9b009b;
	}
	.dm_task.t3>.wrapper>.text>.text_wrapin>.txt {
		border-left: 1px solid #fff;
	}
	.dm_task.t3>.wrapper .img_xs {
		position: relative;
		top: 26px;
	}
	#dm_task3>.wrapper .img_xs {
		height: 187px;
	}
	#dm_task3>.wrapper .img_xs>img {
		position: absolute;
		top: 0;
		left: calc(50% - 164px);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
/*** dm_task3 end ***/


/*** dm_task4 ***/
#dm_task4>.wrapper>.row>.col-md-6>.row>.img_wrap {
	height: 764px;
}
#dm_task4>.wrapper>.row>.col-md-6>.row>.img_wrap>.img .img2 {
	position: absolute;
	top: 203px;
	left: 298px;
}
#dm_task4>.wrapper>.row>.col-md-6>.row>.img_wrap>.img .icon {
	position: absolute;
	top: 379px;
	left: 1013px;
}
#dm_task4>.wrapper>.row>.col-md-6>.text .title_sec {
	margin-bottom: 15px;
	color: #00c853;
}
#dm_task4>.wrapper>.row>.col-md-6>.text .txt {
	border-left: 1px solid #00c853;
}

@media (max-width: 991px) and (min-width: 768px) {
	#dm_task4>.wrapper>.row>.col-md-6>.text .title_sec:after {
		background-color: #00c853;
	}
}

@media (max-width: 767px) {
	#dm_task4 {
		margin-top: 26px;
	}
	#dm_task4 .section_title {
		font-size: 21px;
		color: #00c853;
	}
	#dm_task4 .section_title:before {
		background: url(../images/dm_task4_icon_xs.png) 0 0 no-repeat;
	}
}
/*** dm_task4 end ***/


/*** dm_task5 ***/
#dm_task5>.wrapper>.row>.col-md-6>.text .title_sec {
	margin-bottom: 20px;
	color: #ff5a00;
}
#dm_task5>.wrapper>.row>.col-md-6>.text .txt {
    border-left: 1px solid #ff5a00;
}

@media (min-width: 992px) {
	#dm_task5>.wrapper>.row>.col-md-6>.img_wrap>.img2>img {
		top: 29px;
		left: calc(50% - 267px);
	}
	#dm_task5>.wrapper>.row>.col-md-6>.img_wrap>.img1>a {
		left: calc(50% - 90px);
	}
	#dm_task5>.wrapper>.row>.col-md-6>.img_wrap>.img2>a {
		top: 200px;
	}
	#dm_task5>.wrapper>.row>.col-md-6>.img_wrap>.img_icon>img {
		top: 323px;
		left: -275px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#dm_task5>.wrapper>.row>.col-md-6>.text .title_sec:after {
		background-color: #ff5a00;
	}
	#dm_task5>.wrapper .img_sm {
		height: 510px;
	}
	#dm_task5>.wrapper .img_sm>img {
		position: absolute;
		top: 0;
		left: calc(50% - 410px);
	}
}

@media (min-width: 768px) {
	#dm_task5 {
		min-height: 552px;
	}
}

@media (max-width: 767px) {
	#dm_task5 .ttl {
		padding-top: 120px;
	}
	#dm_task5 .section_title {
		padding-left: 130px;
		color: #ff5a00;
	}
	#dm_task5 .section_title:before {
		width: 110px;
		height: 80px;
		background: url(../images/dm_task5_icon_xs.png) 0 0 no-repeat;
	}
}
/*** dm_task5 end ***/


/*** dm_task6 ***/
#dm_task6 {
	background-color: #0080ff;
}
#dm_task6>.wrapper>.text {
	background-color: rgba(0,128,255,.8);
}
#dm_task6>.wrapper>.img_wrap {
	top: 160px;
	width: 1511px;
}
#dm_task6>.wrapper>.img_wrap>.img_icon {
    top: 69px;
    right: 60px;
}
#dm_task6>.wrapper>.img_wrap>.img2 {
    top: 238px;
}
#dm_task6>.wrapper>.img_wrap>.img3 {
    top: 206px;
    right: 123px;
}
#dm_task6>.wrapper>.img_wrap>.img2>a {
	top: calc(50% - 80px);
}
#dm_task6>.wrapper>.img_wrap>.img3>a {
	top: calc(50% - 190px);
    left: calc(50% - 190px);
}

@media (max-width: 991px) and (min-width: 768px) {
	#dm_task6>.wrapper .img_sm {
		height: 488px;
	}
	#dm_task6>.wrapper .img_sm>img {
		position: absolute;
		top: 0;
		left: calc(50% - 397px);
	}
}

@media (max-width: 767px) {
	#dm_task6 .section_title {
		padding-left: 130px;
	}
	#dm_task6.current .section_title {
		color: #0080ff;
	}
	#dm_task6 .section_title:before {
		width: 105px;
		height: 80px;
		background: url(../images/dm_task6_icon_xs.png) 0 0 no-repeat;
	}
}
/*** dm_task6 end ***/


/*** dm_task7 ***/
#dm_task7>.wrapper>.row>.col-md-6>.row>.img_wrap {
	margin: 0;
	height: 774px;
}
#dm_task7>.wrapper>.row>.col-md-6>.row>.img_wrap>.img .img2 {
    top: 241px;
    left: 350px;
}
#dm_task7>.wrapper>.row>.col-md-6>.row>.img_wrap>.img .icon {
    top: 539px;
    left: 102px;
}

@media (min-width: 992px) {
	#dm_task7 {
		padding-top: 130px;
	}
	#dm_task7>.wrapper>.row>.col-md-6>.text {
		padding-top: 0;
		max-width: 740px;
	}
	#dm_task7>.wrapper>.row>.col-md-6>.text .txt {
		max-width: 640px;
	}
}

@media (max-width: 767px) {
	#dm_task7 {
		margin-top: 26px;
	}
	#dm_task7 .section_title:before {
		background: url(../images/dm_task7_icon_xs.png) 0 0 no-repeat;
	}
}
/*** dm_task7 end ***/


/*** dm_task8 ***/
#dm_task8>.wrapper>.row>.col-md-6>.text .title_sec {
	color: #ff5a00;
}
#dm_task8>.wrapper>.row>.col-md-6>.text .txt {
	background-color: rgba(255,255,255,.75);
    border-left: 1px solid #ff5a00;
}

@media (max-width: 1259px) and (min-width: 992px) {
	#dm_task8 .title_sec {
		font-size: 44px;
	}
}

@media (min-width: 992px) {
	#dm_task8>.wrapper>.row>.col-md-6>.text {
		margin-top: 0;
		z-index: 7;
	}
	#dm_task8>.wrapper>.row>.col-md-6>.img_wrap>.img1>img {
		top: -250px;
		left: -80px;
	}
	#dm_task8>.wrapper>.row>.col-md-6>.img_wrap>.img1>a {
		top: 5px;
		left: calc(50% - 110px);
	}
	#dm_task8>.wrapper>.row>.col-md-6>.img_wrap>.img2>img {
		top: 86px;
		left: calc(50% - 215px);
	}
	#dm_task8>.wrapper>.row>.col-md-6>.img_wrap>.img_icon>img {
		top: 420px;
		left: calc(50% - 400px);
	}
	#dm_task8>.wrapper>.row>.col-md-6>.img_wrap>.img2>a {
		top: 280px;
		left: calc(50% + 50px);
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#dm_task8>.wrapper>.row>.col-md-6>.text .title_sec:after {
		background-color: #ff5a00;
	}
}

@media (min-width: 768px) {
	#dm_task8 {
		min-height: 595px;
	}
}

@media (max-width: 767px) {
	#dm_task8>.ttl {
		padding-top: 130px;
	}
	#dm_task8 .section_title {
		padding-left: 90px;
		font-size: 21px;
		color: #ff5a00;
	}
	#dm_task8 .section_title:before {
		width: 70px;
		height: 100px;
		background: url(../images/dm_task8_icon_xs.png) 0 0 no-repeat;
	}
	#dm_task8>.wrapper .img_xs {
		height: 248px;
	}
	#dm_task8>.wrapper .img_xs>img {
		position: absolute;
		top: 0;
		left: calc(50% - 164px);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
/*** dm_task8 end ***/


/*** mp ***/
.pre_production #mp {
	background-color: #0096a8;
}
.pre_production #mp>.wrapper>.imgs>.img:before {
    background-color: rgba(0, 150, 168, .6);
}
.pre_production #mp>.wrapper>.imgs>.img:hover:before {
    background-color: rgba(0, 150, 168, 0);
}

@media (max-width: 767px) {
	.pre_production #mp .ttl {
		height: 160px;
	}
	.pre_production #mp .section_title {
		padding-top: 40px;
	}
	.pre_production #mp.current .section_title {
		padding-top: 5px;
		color: #0096a8;
	}
}
/*** mp end ***/


/*** related_solutions ***/
.pre_production #related_solutions {
    background-color: #9b009b;
}

@media (max-width: 1469px) and (min-width: 1280px) {
	.pre_production #related_solutions .related_solutions .item>.text {
		font-size: 30px;
	}
}

@media (max-width: 1279px) and (min-width: 1060px) {
	.pre_production #related_solutions .related_solutions .item>.text {
		font-size: 24px;
	}
}

@media (max-width: 1059px) and (min-width: 992px) {
	.pre_production #related_solutions .related_solutions .item>.text {
		font-size: 20px;
	}
}
/*** related_solutions end ***/

/* data_management end */


/* technological_preparation */

/*** ims_tp_tasks ***/
.ims_tp_tasks>.wrapper>.img_wrap {
	position: absolute;
	bottom: 0;
	left: -66.6666667%;
	width: calc(66.6666667% - 60px);
	max-width: calc(33.3333333% + 435px);
	text-align: right;
	z-index: 1;
	-webkit-transition: 1s left .3s;
    -moz-transition: 1s left .3s;
    -ms-transition: 1s left .3s;
    -o-transition: 1s left .3s;
    transition: 1s left .3s;
}
.ims_tp_tasks.ok>.wrapper>.img_wrap {
	left: 0;
}
.ims_tp_tasks>.wrapper>.img_wrap>.img {
	position: relative;
	display: inline-block;
}
.ims_tp_tasks>.wrapper>.img_wrap>.img>a {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -50px;
    width: 90px;
    height: 90px;
    text-decoration: none;
    background-color: rgba(125,245,69,.3);
    border: 2px solid #7df545;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ims_tp_tasks>.wrapper>.img_wrap>.img>a>.play {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -11px;
    border: 19px solid transparent;
    border-left: 34px solid #004080;
}
.ims_tp_tasks>.wrapper>.row>.col-sm-8 {
	padding: 190px 60px 0;
	background-color: #fff;
}
.ims_tp_tasks>.wrapper>.row>.col-sm-8>img {
	position: absolute;
	top: 190px;
	left: -200px;
}
.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap {
	max-width: 830px;
	-webkit-transition: right 1s;
    -moz-transition: right 1s;
    -ms-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;
}
.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap .title {
	margin-bottom: 25px;
    font-weight: 100;
    font-size: 64px;
    line-height: 1;
    color: #001e3c;
}
.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.subtitle {
	margin-bottom: 25px;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.3;
}
.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav {
	position: relative;
	float: right;
	padding: 10px 0 0 10px;
	width: 450px;
	min-height: 525px;
	background-color: rgba(255,255,255,.85);
	z-index: 2;
}
.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>.title {
    font-size: 46px;
}
.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul {
    list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li {
    padding: 6px 0 10px;
}
.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li>a {
    font-size: 24px;
	line-height: 1;
    color: #0096a8;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.ims_tp_tasks>.wrapper>.img_wrap>.img {
		right: calc(360px - 50%);
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.ims_tp_tasks>.wrapper>.img_wrap {
		bottom: 100px;
		width: 450px;
		max-width: calc(100% - 370px);
		height: 322px;
	}
	.ims_tp_tasks>.wrapper>.img_wrap>.img {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -212px;
	}
	.ims_tp_tasks>.wrapper>.img_wrap>.img>img {
		width: 424px;
	}
	.ims_tp_tasks>.wrapper>.img_wrap>.img>a {
		margin: -77px 0 0 -58px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8 {
		margin-left: 183px;
		padding-left: 40px;
		width: calc(100% - 183px);
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>img {
		left: -152px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap .title {
		margin-bottom: 10px;
		font-size: 40px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.subtitle {
		font-size: 19px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav {
		width: calc(100vw - 510px);
		min-width: 360px;
		min-height: 385px;
		height: 385px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>.title {
		font-size: 32px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li {
		padding-bottom: 3px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li>a {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.ims_tp_tasks {
		background-color: #0096a8;
	}
	.ims_tp_tasks>.wrapper {
		padding-bottom: 60px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap {
		position: relative;
		right: -67vw;
	}
	.ims_tp_tasks.ok>.wrapper>.row>.col-sm-8>.wrap {
		right: 0;
	}
}

@media (max-width: 767px) {
	.ims_tp_tasks>.wrapper>.row>.col-sm-8 {
		padding: 50px 15px 0;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>img {
		top: 64px;
		left: 15px;
		width: 60px;
		height: 60px;
		z-index: 1;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.title {
		position: relative;
		margin: 0 -15px 10px;
		padding: 10px 15px 14px 90px;
		font-size: 28px;
		color: #fff;
		background-color: #0096a8;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap .subtitle {
		text-align: center;
		font-weight: 200;
		font-size: 14px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav {
		float: none;
		margin-left: 10px;
		padding: 0;
		width: auto;
		min-height: 0;
		text-align: center;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin {
		display: inline-block;
		text-align: left;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>.title {
		margin-bottom: 10px;
		font-size: 30px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li {
		padding-bottom: 3px;
	}
	.ims_tp_tasks>.wrapper>.row>.col-sm-8>.wrap>.nav>.wrapin>ul>li>a {
		font-size: 16px;
	}
}
/*** ims_tp_tasks end ***/


/*** ims_tp_task1 ***/
.ims_tp_task.t1 {
	background-color: #fff;
}
.ims_tp_task>.wrapper>.row>.col-md-6 {
	overflow: visible;
}
.ims_tp_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap {
	margin: 0 -40px 0 0;
	height: 856px;
}
.ims_tp_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap>.img,
.ims_tp_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap>.img>.img_wrapin {
	position: relative;
	display: inline-block;
}
.ims_tp_task .title_sec  {
	margin-bottom: 20px;
	font-weight: 100;
	font-size: 60px;
	line-height: 1.1;
}
.ims_tp_task>.wrapper>.row>.col-md-6>.text {
	margin-bottom: 10px;
}
.ims_tp_task.t1>.wrapper>.row>.col-md-6>.text {
	background-color: rgba(255,255,255,.75);
}
.ims_tp_task.t1>.wrapper>.row>.col-md-6>.text .title_sec {
	color: #ff004d;
}
.ims_tp_task>.wrapper>.row>.col-md-6>.text .txt {
	padding: 3px 0 5px 15px;
	font-weight: 100;
	font-size: 22px;
	line-height: 1.25;
}
.ims_tp_task.t1>.wrapper>.row>.col-md-6>.text .txt {
	border-left: 1px solid #ff004d;
}
.ims_tp_task>.wrapper>.row>.col-md-6 .img>a,
.ims_tp_task>.wrapper .img_sm>a,
.ims_tp_task>.wrapper .img_xs>a,
.ims_tp_task>.wrapper>.img_wrap>.img>a,
.ims_tp_task>.wrapper>.row>.col-md-6 .img_wrapin>a {
	position: absolute;
	top: calc(50% - 90px);
	left: calc(50% - 45px);
	z-index: 8;
}
.ims_tp_task.t1>.wrapper>.row>.col-md-6 .img>a.img1 {
	top: calc(50% - 235px);
	left: calc(50% - 145px);
}
.ims_tp_task.t1>.wrapper>.row>.col-md-6 .img>a.img2 {
	top: calc(50% + 10px);
	left: calc(50% + 60px);
}

@media (max-width: 1919px) and (min-width: 992px) {
	.ims_tp_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap>.img {
		right: calc(492px - 50%);
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.ims_tp_task .title_sec {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.ims_tp_task.t1>.wrapper>.row>.col-md-6>.row>.img_wrap {
		position: relative;
		left: -80vw;
		-webkit-transition: left 1s;
		-moz-transition: left 1s;
		-ms-transition: left 1s;
		-o-transition: left 1s;
		transition: left 1s;
	}
	.ims_tp_task.t1.ok>.wrapper>.row>.col-md-6>.row>.img_wrap {
		left: 0;
	}
	.ims_tp_task.t1>.wrapper>.row>.col-md-6>.text {
		position: relative;
		right: -60vw;
		padding: 0 50px 150px 20px;
		max-width: 730px;
		height: 856px;
		-webkit-transition: 1s right .3s;
		-moz-transition: 1s right .3s;
		-ms-transition: 1s right .3s;
		-o-transition: 1s right .3s;
		transition: 1s right .3s;
	}
	.ims_tp_task.t1.ok>.wrapper>.row>.col-md-6>.text {
		right: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.ims_tp_task.t1 {
		padding-top: 30px;
	}
	.ims_tp_task>.wrapper .title_sec {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 9px;
		text-align: center;
		font-size: 36px;
	}
	.ims_tp_task>.wrapper .title_sec:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -107px;
		width: 214px;
		height: 1px;
	}
	.ims_tp_task>.wrapper>.row>.col-md-6>.text {
		padding: 0 50px;
	}
	.ims_tp_task.t1>.wrapper>.row>.col-md-6>.text .title_sec:after {
		background-color: #ff004d;
	}
	.ims_tp_task>.wrapper>.row>.col-md-6>.text .txt {
		text-align: center;
		font-size: 16px;
		border: none !important;
	}
	.ims_tp_task>.wrapper .img_sm {
		position: relative;
		margin: 0 -15px;
		text-align: center;
	}
	#ims_tp_task1>.wrapper .img_sm {
		height: 449px;
	}
	#ims_tp_task1>.wrapper .img_sm>img {
		position: absolute;
		top: 0;
		left: calc(50% - 405px);
	}
}

@media (min-width: 768px) {
	.ims_tp_task.t1 {
		margin-top: -40px;
	}
	#ims_tp_task1 {
		margin-top: -60px;
	}
}

@media (max-width: 767px) {
	.ims_tp_task.t1 {
		padding-bottom: 25px;
	}
	.ims_tp_task>.ttl {
		min-height: 100px;
	}
	.ims_tp_task .section_title,
	#build_ships .section_title,
	#structure .section_title {
		margin: 0;
		padding: 13px 10px 0 120px;
		max-width: 500px;
		font-weight: 100;
		font-size: 24px;
		line-height: 1;
	}
	.ims_tp_task.current .section_title br {
		display: none;
	}
	.ims_tp_task.t1 .section_title {
		color: #ff004d;
	}
	.ims_tp_task .section_title:before {
		content: '';
		position: absolute;
		top: 15px;
		left: 5px;
		width: 110px;
		height: 80px;
		background: url(../images/ims_tp_task1_icon_xs.png) 0 0 no-repeat;
	}
	.ims_tp_task.current .section_title,
	#build_ships.current .section_title,
	#structure .current .section_title {
		padding: 5px 15px 8px !important;
		max-width: 100%;
		font-weight: 400;
		font-size: 22px;
	}
	.ims_tp_task.current .section_title:before {
		display: none;
	}
	.ims_tp_task>.wrapper>.row>.col-md-6>.text .txt {
		margin-bottom: 20px;
		padding-left: 10px;
		font-size: 14px;
	}
	.ims_tp_task>.wrapper .img_xs {
		position: relative;
		text-align: center;
		z-index: 2;
	}
	.ims_tp_task>.wrapper .img_xs>img {
		-webkit-box-shadow: 0 5px 12px rgba(0,0,0,.33);
		-moz-box-shadow: 0 5px 12px rgba(0,0,0,.33);
		box-shadow: 0 5px 12px rgba(0,0,0,.33);
	}
	.ims_tp_task>.wrapper .img_xs>a {
		margin-top: 45px;
	}
}
/*** ims_tp_task1 end ***/


/*** ims_tp_task2 ***/
.ims_tp_task {
	overflow: visible;
}
.ims_tp_task.t2>.wrapper>.row>.col-md-6>.text .title_sec {
	color: #0080ff;
}
.ims_tp_task.t2>.wrapper>.row>.col-md-6>.text .txt {
	border-left: 1px solid #0080ff;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.ims_tp_task.t2>.wrapper>.img_icon {
		top: -160px;
	}
}

@media (min-width: 992px) {
	.ims_tp_task.t2.ok>.wrapper>.img_icon {
		left: calc(50% - 450px);
	}
	.ims_tp_task.t2>.wrapper>.row>.col-md-6>.text {
		position: relative;
		left: -55vw;
		float: right;
		max-width: 590px;
		-webkit-transition: left 1s;
		-moz-transition: left 1s;
		-ms-transition: left 1s;
		-o-transition: left 1s;
		transition: left 1s;
	}
	.ims_tp_task.t2.ok>.wrapper>.row>.col-md-6>.text {
		left: 0;
	}
	.ims_tp_task.t2>.wrapper>.row>.col-md-6>.img_wrap {
		position: relative;
		right: -55vw;
		-webkit-transition: 1s right .3s;
		-moz-transition: 1s right .3s;
		-ms-transition: 1s right .3s;
		-o-transition: 1s right .3s;
		transition: 1s right .3s;
		z-index: 3;
	}
	.ims_tp_task.t2.ok>.wrapper>.row>.col-md-6>.img_wrap {
		right: 0;
	}
	.ims_tp_task.t2>.wrapper>.row>.col-md-6>.img_wrap>.img {
		position: relative;
		max-width: 860px;
	}
	.ims_tp_task.t2>.wrapper>.row>.col-md-6>.img_wrap>.img>img {
		position: absolute;
		top: -170px;
		left: -170px;
	}
	.ims_tp_task.t2>.wrapper>.row>.col-md-6>.img_wrap>.img>a.img1 {
		top: 60px;
		left: 184px;
	}
	.ims_tp_task.t2>.wrapper>.row>.col-md-6>.img_wrap>.img>a.img2 {
		top: 300px;
		left: 375px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.ims_tp_task.t2>.wrapper>.row>.col-md-6>.text .title_sec:after {
		background-color: #0080ff;
	}
	.ims_tp_task>.wrapper .img_sm {
		z-index: 3;
	}
}

@media  (min-width: 768px) {
	.ims_tp_task.t2 {
		min-height: 585px;
	}
}

@media (max-width: 767px) {
	.ims_tp_task.t2 .section_title {
		color: #0080ff;
	}
	.ims_tp_task.t2 .section_title:before {
		background: url(../images/ims_tp_task2_icon_xs.png) 0 0 no-repeat;
	}
}
/*** ims_tp_task2 end ***/


/*** ims_tp_task3 ***/
.ims_tp_task.t3 {
	background-color: #9b009b;
}
.ims_tp_task>.wrapper>.text {
	position: relative;
	margin: 0 -15px;
	padding: 100px 50px 7px;
	text-align: center;
	color: #fff;
	background-color: rgba(155,0,155,.8);
	z-index: 2;
}
.ims_tp_task>.wrapper>.text>.text_wrapin {
	max-width: 1240px;
	margin: 0 auto;
}
.ims_tp_task>.wrapper>.text>.text_wrapin>.title_sec {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 15px;
}
.ims_tp_task>.wrapper>.text>.text_wrapin>.title_sec:after {
	content: '';
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 1px;
	background-color: #fff;
}
.ims_tp_task>.wrapper>.text>.text_wrapin>.txt {
	font-weight: 100;
	font-size: 24px;
	line-height: 1.3;
}
.ims_tp_task>.wrapper>.img {
	position: absolute;
	top: 0;
	left: calc(50% - 808px);
	width: 1616px;
	z-index: 1;
}

@media (min-width: 992px) {
	.ims_tp_task.t3>.wrapper {
		height: 1000px;
	}
	.ims_tp_task>.wrapper>.text>.text_wrapin>.title_sec {
		margin: 0 60px 20px;
	}
	.ims_tp_task.t3>.wrapper>.img>a.img1 {
		position: absolute;
		top: 522px;
		left: 520px;
		z-index: 8;
	}
	.ims_tp_task.t3>.wrapper>.img>a.img2 {
		position: absolute;
		top: 675px;
		left: 1004px;
		z-index: 8;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.ims_tp_task.t3 {
		margin-top: -48px;
	}
	.ims_tp_task>.wrapper>.text {
		padding: 30px 50px 20px;
	}
	.ims_tp_task>.wrapper>.text>.text_wrapin>.title_sec {
		padding-bottom: 10px;
	}
	.ims_tp_task>.wrapper>.text>.text_wrapin>.txt {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.ims_tp_task.t3 {
		margin-top: -26px;
		padding-top: 45px;
	}
	.ims_tp_task.t3 .section_title {
		top: 45px;
		color: #fff;
	}
	#ims_tp_task3 .section_title:before {
		background: url(../images/ims_tp_task3_icon_xs.png) 0 0 no-repeat;
	}
	.ims_tp_task>.wrapper>.text {
		margin: 0;
		padding: 0;
	}
	.ims_tp_task>.wrapper>.text>.text_wrapin>.txt {
		padding-left: 10px;
		text-align: left;
		font-size: 14px;
	}
	.ims_tp_task.t3.current .section_title {
		color: #9b009b;
	}
	.ims_tp_task.t3>.wrapper>.text>.text_wrapin>.txt {
		border-left: 1px solid #fff;
	}
	.ims_tp_task.t3>.wrapper .img_xs {
		position: relative;
		top: 26px;
	}
}
/*** ims_tp_task3 end ***/


/*** ims_tp_task4 ***/
#ims_tp_task4>.wrapper>.row>.col-md-6>.text .title_sec {
	color: #00c853;
}
#ims_tp_task4>.wrapper>.row>.col-md-6>.text .txt {
	border-left: 1px solid #00c853;
}

@media (max-width: 991px) and (min-width: 768px) {
	#ims_tp_task4>.wrapper>.row>.col-md-6>.text .title_sec:after {
		background-color: #00c853;
	}
}

@media (max-width: 767px) {
	.ims_tp_task.t3+.t1 {
		margin-top: 26px;
	}
	#ims_tp_task4 .section_title {
		color: #00c853;
	}
	#ims_tp_task4 .section_title:before {
		background: url(../images/ims_tp_task4_icon_xs.png) 0 0 no-repeat;
	}
}
/*** ims_tp_task4 end ***/


/*** ims_tp_task5 ***/
#ims_tp_task5>.wrapper>.row>.col-md-6>.text .title_sec {
	color: #ff5a00;
}
#ims_tp_task5>.wrapper>.row>.col-md-6>.text .txt {
    border-left: 1px solid #ff5a00;
}

@media (max-width: 991px) and (min-width: 768px) {
	#ims_tp_task5>.wrapper>.row>.col-md-6>.text .title_sec:after {
		background-color: #ff5a00;
	}
}

@media (max-width: 767px) {
	#ims_tp_task5 .section_title {
		color: #ff5a00;
	}
	#ims_tp_task5 .section_title:before {
		background: url(../images/ims_tp_task5_icon_xs.png) 0 0 no-repeat;
	}
}
/*** ims_tp_task5 end ***/


/*** ims_tp_task6 ***/
#ims_tp_task6 {
	background-color: #0080ff;
}
#ims_tp_task6>.wrapper>.text {
	background-color: rgba(0,128,255,.8);
}

@media (max-width: 767px) {
	#ims_tp_task6.current .section_title {
		color: #0080ff;
	}
	#ims_tp_task6 .section_title:before {
		background: url(../images/ims_tp_task6_icon_xs.png) 0 0 no-repeat;
	}
}
/*** ims_tp_task6 end ***/


/*** ims_tp_task7 ***/

@media (max-width: 767px) {
	#ims_tp_task7 .section_title:before {
		background: url(../images/ims_tp_task7_icon_xs.png) 0 0 no-repeat;
	}
}
/*** ims_tp_task7 end ***/


/*** ims_tp_task8 ***/
#ims_tp_task8>.wrapper>.row>.col-md-6>.text .title_sec {
	color: #ff5a00;
}
#ims_tp_task8>.wrapper>.row>.col-md-6>.text .txt {
	background-color: rgba(255,255,255,.75);
    border-left: 1px solid #ff5a00;
}

@media (max-width: 991px) and (min-width: 768px) {
	#ims_tp_task8>.wrapper>.row>.col-md-6>.text .title_sec:after {
		background-color: #ff5a00;
	}
}

@media (max-width: 767px) {
	#ims_tp_task8 .section_title {
		color: #ff5a00;
	}
	#ims_tp_task8 .section_title:before {
		background: url(../images/ims_tp_task8_icon_xs.png) 0 0 no-repeat;
	}
}
/*** ims_tp_task8 end ***/

/* technological_preparation end */


/* footer */
footer {
	color: #fff;
	background-color: #004080;
}
footer>.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}
footer .wrapper>.row>.col-sm-4.company>.title {
	color: #7df545;
}
footer .wrapper>.row>.col-sm-4.product>.title {
	color: #7df545;
}
footer .wrapper>.row>.col-sm-4.support>.title {
	color: #7df545;
}
footer .item {
	position: relative;
}
footer .item a {
	color: #fff;
}
footer .item .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .item .menu li {
	margin: 9px 0;
	line-height: 1;
}
footer .item .menu li:first-child {
	margin-top: 2px;
}
footer .item .bottom {
	padding: 15px 0;
	border-top: 1px solid;
}
footer .company .item .bottom {
	border-color: #7df545;
}
footer .product .item .bottom {
	border-color: #7df545;
}
footer .support .item .bottom {
	border-color: #7df545;
}
footer .item .bottom .desc {
	font-size: 12px;
}
footer .item .bottom .phones {
	position: relative;
	padding: 7px 0 0 40px;
	min-height: 66px;
	line-height: 1;
}
footer .item .bottom .phones:before,
footer .item .bottom .email:before,
footer .item .bottom .video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	width: 25px;
	height: 51px;
	background: url(../images/sprite.png) -152px -325px no-repeat;
}
footer .item .bottom .phone {
	margin-bottom: 8px;
}
footer .item .bottom .phone.p1 {
	margin-left: 9px;
}
footer .item .bottom .phone:after {
	content: '';
	display: block;
	clear: both;
}
footer .item .bottom .email,
footer .item .bottom .video {
	position: relative;
	padding: 5px 0 0 50px;
	line-height: 31px;
}
footer .item .bottom .email:before {
	top: 5px;
	left: 0;
	width: 41px;
	height: 31px;
	background-position: -178px -327px;
}
footer .item .bottom .video,
footer .item .bottom .email.e2 {
	padding-top: 0;
}
footer .item .bottom .email.e2:before {
	top: 0;
	background-position: -178px -327px
}
footer .item .bottom .video:before {
	left: 0;
	width: 43px;
	height: 31px;
	background-position: -220px -329px;
}

@media (min-width: 992px) {
	footer {
		padding: 80px 0 90px;
	}
	footer .wrapper>.row {
		margin: 0 -8px;
	}
	footer .wrapper>.row>.col-sm-4 {
		padding: 0 8px;
	}
	footer .wrapper>.row>.col-sm-4>.title {
		padding-left: 15px;
	}
	footer .item {
		padding: 10px 10px 15px 15px;
	}
	footer .item .menu li>a {
		font-size: 16px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	footer {
		padding: 25px 0 40px;
	}
	footer .wrapper {
		padding: 0 5px;
	}
	footer .wrapper>.row {
		margin: 0 -5px;
	}
	footer .wrapper>.row>.col-sm-4 {
		padding: 0 5px;
	}
	footer .wrapper>.row>.col-sm-4>.title {
		padding-left: 10px;
	}
	footer .item {
		padding: 10px 10px 15px;
	}
	footer .item .menu li>a {
		font-size: 15px;
	}
	footer .item .bottom .phones {
		padding-top: 0;
	}
	footer .item .bottom .phone.p2 {
		margin-bottom: 0;
	}
	footer .item .bottom .email {
		padding-top: 0;
		font-size: 14px;
	}
	footer .item .bottom .email:before {
		top: 0;
	}
	footer .item .bottom .phone.p2>.desc {
		display: inline-block;
		margin-left: 9px;
		min-width: 110px;
	}
}

@media (min-width: 768px) {
	footer .item {
		height: 231px;
		border: 1px solid #7df545;
	}
	footer .product .item {
		border: 1px solid #7df545;
	}
	footer .support .item {
		border: 1px solid #7df545;
	}
	footer .wrapper>.row>.col-sm-4>.title {
		padding-bottom: 8px;
		font-size: 22px;
	}
	footer .item .bottom {
		position: absolute;
		bottom: 0;
		left: 10px;
		width: calc(100% - 20px);
		font-size: 16px;
	}
	footer .item .bottom .phone {
		line-height: 0.8;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 17px 0 20px;
	}
	footer .wrapper>.row>.title {
		padding: 0 0 0 12px;
		font-size: 24px;
		color: #7df545;
	}
	footer .wrapper>.row>.col-sm-4 {
		padding: 0;
	}
	footer .wrapper>.row>.col-sm-4>.title {
		margin-bottom: 5px;
		font-size: 19px;
	}
	footer .item .menu {
		display: none;
	}
	footer .item .bottom {
		padding-bottom: 0;
		font-size: 18px;
	}
	footer .item .bottom .phones {
		padding-left: 50px;
		min-height: 0;
		font-size: 20px;
		line-height: 0.8;
	}
	footer .item .bottom .phones:before {
		top: 50%;
		left: 20px;
		margin-top: -20px;
		width: 20px;
		height: 40px;
		background-position: -329px -321px;
	}
	footer .item .bottom .phone.p1 {
		margin: 0 0 12px 12px;
	}
	footer .item .bottom .desc {
		font-size: 15px;
	}
	footer .item .bottom .email {
		margin-top: 20px;
		padding: 15px 0;
		border-top: 1px solid #7df545;
	}
	footer .item .bottom .email,
	footer .item .bottom .video {
		padding-left: 62px;
	}
	footer .item .bottom .email:before,
	footer .item .bottom .video:before {
		top: 50%;
		left: 15px;
		margin-top: -11px;
		width: 31px;
		height: 23px;
		background-position: -264px -329px;
	}
	footer .item .bottom .video:before {
		width: 32px;
		background-position: -296px -329px;
	}
}

@media (max-width: 400px) {
	footer .item .bottom .phone.p2>.desc {
		display: inline-block;
		margin-left: 12px;
		min-width: 160px;
	}
}

/* footer end */


/* button */
.btn.btn_bdwhite,
.btn.btn_bdblue,
.btn.btn_bdlilac {
	padding: 9px 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: none;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
}
.btn.btn_bdblue {
	color: #000;
	border: 1px solid #00a0ff;
}
.btn.btn_bdlilac {
	font-weight: 200;
	color: #673ab7;
	text-transform: none;
	border: 1px solid #512da8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* button end */


/* form */
.form-group {
	margin-bottom: 7px;
}
label {
	font-weight: 400;
}
textarea {
	resize: vertical;
}
.form-control,
.form-control:focus {
	padding: 0 6px;
	height: 22px;
	border-color: #0087e3;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
textarea.form-control,
textarea.form-control:focus {
	height: 106px;
}
.has-error .form-control,
.has-error .form-control:focus {
	border-color: #f44336;
}
.has-error select {
	color: #f44336 !important;
}
.placeholder {
	color: #bfbfbf;
}
.form-control:-moz-placeholder {
	color: #bfbfbf;
}
.form-control::-moz-placeholder {
	color: #bfbfbf;
}
.form-control::-webkit-input-placeholder {
	color: #bfbfbf;
}
.has-error .placeholder {
	color: #f44336;
}
.has-error .form-control:-moz-placeholder {
	color: #f44336;
}
.has-error .form-control::-moz-placeholder {
	color: #f44336;
}
.has-error .form-control::-webkit-input-placeholder {
	color: #f44336;
}
input.cphone {
  display: none;
}
.has-error .recaptcha {
 border: 1px solid #f44336;
}
/* form end */


/* sprite */
.sprite {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	background: url(../images/sprite.png) 0 0 no-repeat;
}
.sprite.sprite_close {
	width: 14px;
	height: 14px;
	background-position: -41px 0;
}
.sprite.sprite_call {
	width: 20px;
	height: 40px;
	background-position: -251px -255px;
}
.active .sprite.sprite_call {
	background-position: -230px -255px;
}
.sprite.sprite_question {
	width: 30px;
    height: 41px;
    background-position: -303px -255px;
}
.active .sprite.sprite_question {
    background-position: -272px -255px;
}
.sprite.sprite_demo {
	width: 40px;
    height: 30px;
    background-position: -357px -223px;
}
.active .sprite.sprite_demo {
    background-position: -316px -223px;
}
/* sprite end */


/* modal */
.modal-content {
	border: 1px solid rgba(255,255,255,.25);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modal button.close {
	position: absolute;
	top: 4px;
	right: 4px;
	line-height: 14px;
	z-index: 8;
	filter: alpha(opacity=100);
    opacity: 1;
}

#modalForms .modal-content {
	background-color: #00418f;
}
#modalForms .modal-body {
	padding: 0;
}
#modalForms .modal-body:after {
	content: '';
	display: block;
	clear: both;
}
#modalForms .modal-body .nav-tabs {
	float: left;
	border: none;
}
#modalForms .modal-body .nav-tabs>li {
	float: none;
	margin: 0;
}
#modalForms .modal-body .nav-tabs>li>a {
	margin: 0;
	padding: 10px 0 0;
	width: 60px;
	height: 60px;
	text-align: center;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#modalForms .modal-body .nav>li>a:focus,
#modalForms .modal-body .nav>li>a:hover {
	background-color: rgba(0, 159, 255, 0.4);
}
#modalForms .modal-body .nav-tabs>li>a[aria-controls="demo"] {
	padding-top: 15px;
}
#modalForms .modal-body .nav-tabs>li.active>a,
#modalForms .modal-body .nav-tabs>li.active>a:focus,
#modalForms .modal-body .nav-tabs>li.active>a:hover {
	background-color: #009fff;
	-webkit-box-shadow: -8px 0 8px rgba(0,0,0,.33);
	-moz-box-shadow: -8px 0 8px rgba(0,0,0,.33);
	box-shadow: -8px 0 8px rgba(0,0,0,.33);
}
#modalForms .modal-body .tab-content {
	float: right;
	width: 290px;
	min-height: 200px;
	color: #fffefe;
	background-color: #009fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.33);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.33);
	box-shadow: 0 0 8px rgba(0,0,0,.33);
}
#modalForms .modal-body .tab-content>.tab-pane {
	padding: 11px 24px;
}
#modalForms .modal-body .tab-content>.tab-pane .title {
	font-size: 17px;
}
#modalForms .modal-body .tab-content>.tab-pane .subtitle {
	margin-bottom: 7px;
	font-size: 13px;
}
#modalForms .modal-body .tab-content>.tab-pane form textarea {
	margin-top: 13px;
}
#modalForms .modal-body .tab-content>.tab-pane form .btn.btn_bdwhite {
	margin-top: 4px;
	font-weight: 200;
	font-size: 16px;
}

#modalMessage .modal-body {
	color: #fff;
	background-color: #009fff;
}

@media (max-width: 767px) {
	#modalForms .modal-dialog {
		margin: 10px auto;
	}
}

@media (min-width: 400px) {
	#modalForms .modal-dialog {
		width: 352px;
	}
}

@media (max-width: 399px) {
	#modalForms .modal-dialog {
		width: 292px;
	}
	#modalForms .modal-body .nav-tabs {
		display: none;
	}
}

.modal.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 50%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  30%, 70% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 50%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  30%, 70% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* modal end */


/* helper classes */
.rel {
	position: relative;
}
.abs {
	position: absolute;
	top: 0;
	left: 0;
}
.block {
	display: block !important;
}
.dt {
	display: table !important;
	width: 100%;
	height: 100%;
}
.dt .cell {
	display: table-cell !important;
	vertical-align: middle;
}
.light {
	font-weight: 200;
}
.normal {
	font-weight: 400;
}
.bold {
	font-weight: 700;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.ttu {
	text-transform: uppercase;
}
.tdn {
	text-decoration: none !important;
}
.fn {
	font-size: 11px;
}
/* helper classes end */