:root {
	--oc-link-color: #0d6efd;
	--oc-primary-color: #4d535e;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;

	/* 1920 design width factors */
	--oc-resp-1920-1440-factor: calc( (100vw - 1440px) /  480 );
	--oc-resp-1920-992-factor:  calc( (100vw - 992px)  /  928 );
	--oc-resp-1920-768-factor:  calc( (100vw - 768px)  / 1152 );
	--oc-resp-1920-576-factor:  calc( (100vw - 576px)  / 1344 );

	--oc-resp-750-375-factor:   calc( (100vw - 375px)  /  375 );
}
.font-notosansjp{
    font-family: 'NotoSansJP';
}
@font-face {
    font-family: NotoSansJP;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/notosansjp/NotoSansJP-Light.woff2") format("woff2"),
	url("../fonts/notosansjp/NotoSansJP-Light.woff") format("woff");
}
@font-face {
    font-family: NotoSansJP;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/notosansjp/NotoSansJP-Regular.woff2") format("woff2"),
        url("../fonts/notosansjp/NotoSansJP-Regular.woff") format("woff");
}
 
@font-face {
    font-family: NotoSansJP;
    font-weight: 500;
    font-style: oblique;
    font-display: swap;
    src: url("../fonts/notosansjp/NotoSansJP-Medium.woff2") format("woff2"),
        url("../fonts/notosansjp/FNotoSansJP-Medium.woff") format("woff");
}
 
@font-face {
    font-family: NotoSansJP;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/notosansjp/NotoSansJP-Bold.woff2") format("woff2"),
        url("../fonts/notosansjp/NotoSansJP-Bold.woff") format("woff");
}
.clear-fix { clear: both; }
.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none span {
    font-size: 70px;
}
.content-none-btn {
    margin: 20px auto;
    text-align: center;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	font-size: 18px;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 400px;
	text-align: center;
	position: relative;
}
.text-bg-top .caption {
	color: #fff;
	font-size: 30pt;
	line-height: 1.7;
	padding-top: 5em;
	padding-bottom: 5em;
	font-weight: bold;
}

body {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: 'NotoSansJP';
	font-weight: 300;
}

header {
	position: fixed;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 0;
	padding: 10px 0 0 0;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #d3e1f0;
}

.header .header-menu {
	text-align: center;
}

h1,h2,h3,h4,p {
	line-height: 1.6em;
}

strong {
	font-weight: 700;
}

a:hover {
	text-decoration: none;
}

.logo {
	display: block;
}

.main-menu { display: inline-block; }

.main-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.main-menu ul li {
	display: inline-block;
	margin-bottom: 2px;
	padding: 5px 0 5px 0;
	position: relative;
	border-bottom: 3px solid transparent;
}
.main-menu ul li:hover {
	border-bottom: 3px solid #2568b3;
}

.main-menu ul li a {
	display: block;
	color:#2568b3;
	padding: 0 15px;
	border-right: 1px solid #d3e1f0;
}

.main-menu ul li a:hover {
	text-decoration: none;
}

.main-menu ul li:last-child a {
	border:none;
}

.main-menu ul li.no-border a {
	border:none;
}

ul.sub-menu {
	display: none;
	position: absolute;
	top: 38px;
	width: 200px;
	text-align: left;
	background-color: rgba(255,255,255,1);
}

ul.sub-menu li {
	padding: 0;
	display: block;
	margin-bottom: 0;
	border-bottom: none;
}
ul.sub-menu li:hover {
	border-bottom: none;
}

ul.sub-menu li a {
	border:none;
	padding: 10px;
	border-left: 5px solid transparent;
}

ul.sub-menu li:last-child a {
	border-left: 5px solid transparent;
}

ul.sub-menu li a:hover {
	border-left: 5px solid #2568b3;
}

.main-menu ul li.has-child:hover ul.sub-menu {
	display: block;
}

li.menu-item-language:hover ul.sub-menu {
	display: block;
}


.fb-icon {
	color:#2568b3;
}

.switch-lang {
	color:#2568b3;
}

.section-top {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.top-space {
	height: 100vh;
}

.top-slide-bg {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

.just-top-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.effect-scale {
	animation: scaleUp;
	animation-duration: 5s;
	animation-iteration-count: 1;
}

.inner-text-top {
	height: 100%;
	color:#fff;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
}

.inner-text-top h2 {
	font-size: 42px;
	display: block;
	text-align: center;
}

.inner-text-top h1 {
	font-size: 90px;
	display: block;
	text-align: center;
}

.u-text-block {
	width: 80%;
	margin:auto;
	text-align: left;
}
.u-text-block h2 {
	font-size: 36px;
}

.u-text-block h1 {
	font-size: 65px;
}

@keyframes scaleUp {
  0%   { transform: scale(1.15); }
  100% { transform: scale(1); }
}

.intro-section {
	padding: 60px 0;
	height: 100vh;
}

.inner-intro {
	background-color: rgba(37,104,179,0.7);
	padding:15px;
	height: 100%;
	display: flex;
	align-items: center;
}

.left-intro {
	color:#fff;
}

.left-intro h3,
.left-intro h2 {
	text-align: center;
}

.left-intro h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 300;
}

.left-intro h2 {
	font-size: 28px;
	margin-bottom: 30px;
}

.blue-box {
	background-color: rgba(0,67,141,0.7);
	padding: 25px 10px;
	text-align: center;
}

.blue-top-text {
	font-size: 20px;
}

.blue-top-text span {
	padding: 0 5px;
}

.blue-top-text span.sm-white-box {
	background-color: #fff;
	color:#3369a4;
	padding: 0 10px;
	font-weight: 700;
}

.blue-sub-title {
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 5px;
}

.blue-box h2 {
	margin: 0;
	margin-top: 30px;
}

.blue-box img {
	height: 70px;
	display: block;
	margin:auto;
}

.white-box {
	padding:45px 15px;
	background-color: #fff;
}

.badge-title {
	background-color: #2568b3;
	color:#fff;
	padding:10px 15px;
	max-width: 80%;
	margin: auto;
	position: relative;
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}

.arrow-down {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #2568b3;
}

.white-box ul {
	list-style-type: none;
	padding: 0;
	padding-left: 15px;
	width: 100%;
	display: block;
}

.white-box ul li {
	margin-bottom: 5px;
}

.white-box ul li span.w-text{
	color:#2568b3;
	padding: 10px;
	border-bottom: 1px dashed #2568b3;
	width: 90%;
	display: inline-block;
}

.white-box ul li span.number {
	color:#2568b3;
	font-size: 24px;
	font-style: italic;
	border-bottom: 1px solid #2568b3;
	padding: 7px 0;
	width: 5%;
	display: inline-block;
}
.wrapp-blog-page .cta-btn{
	width: 212px;
    height: 62px;
	margin-left: 1rem;
	border: 1px solid var(--oc-primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sigh-text {
	transition: 0.3s;
	display: block;
	padding: 10px;
	float: right;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 15px;
	color:#2568b3;
	border:1px solid transparent;
	cursor: pointer;
}

.sigh-text:hover {
	transition: 0.3s;
	border:1px solid #2568b3;
}

.section-space {
	height: 100vh;
	position: relative;
}

.space-white-box {
	max-width: 95%;
	width: 600px;
	height: auto;
	background-color: #fff;
	position: absolute;
	bottom: -30px;
	right: 0;
	padding: 60px;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
	color:#2568b3;
}

.space-white-box h4 {
	margin-bottom: 30px;
}

.space-white-box .sigh-text {
	float: none;
	text-align: left;
	margin: 0;
	margin-bottom: 0px;
	padding: 5px;
	display: inline-block;
}

.space-white-box p {
	margin-bottom: 30px;
}

.section-news {
	padding: 100px 0;
	background-color: #fff;
}

.section-news h3 {
	letter-spacing: 5px;
	margin: 0;
	margin-bottom: 30px;
}
.section-news .column{
	font-size: 20px;
}

.news-filter {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.news-filter ul.nav-tabs {
	list-style-type: none;
	padding: 0;
	margin: auto;
	text-align: center;
	border:none;
	display: block;
}

.news-filter ul.nav-tabs li {
	display: inline-block;
}

.news-filter ul.nav-tabs li a {
	display: block;
	padding: 0 30px;
	font-size: 18px;
	color:#111111;
}

.news-filter ul.nav-tabs .nav-link.active,
.news-filter ul.nav-tabs .nav-link:hover {
	color: #2568b3;
	border:none;
	font-weight: 700;
}

.each-news {
	padding: 12px 0;
}

.the-date {
	color:#006aa6;
}

.new-cate {
	position: relative;
	text-align: right;
}

.new-cate:before {
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top:50%;
	height: 1px;
	background-color: #2568b3;
	z-index: 1;
}

.new-cate a {
	position: relative;
	display: inline-block;
	padding: 2px 15px;
	background-color: #2568b3;
	color:#fff;
	z-index: 2;
	font-size: 14px;
}

.news-content {
	color: #554d59;
}

.news-content:hover {
	color: #000;
	text-decoration: none;
}

.section-developer {
	padding: 100px 0;
	background-color: #fff;
}

.section-developer h3 {
	letter-spacing: 5px;
	margin: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.dev-box {
	min-height: 300px;
	background-color: #fff;
	margin: auto;
}

.dev-img {
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.dev-text {
	padding: 10px 0;
}

.dev-title {
	font-size: 18px;
	color:#2568b3;
	margin-bottom: 10px;
}

.the-tag {
	display: inline-block;
	padding:3px 10px;
	color:#fff;
	font-size: 14px;
	margin: 10px 0;
}

.the-tag:hover {
	text-decoration: none;
	color:#fff;
}

.dev-tag {
	background-color: #2568b3;
}

.elec-tag {
	background-color: #62a583;
}

.dev-text .sigh-text {
	margin: 0;
}

.middle-line {
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #2568b3;
	vertical-align: middle;
	margin-top: -3px;
}

.dev-cover {
	position: relative;
}

.swiper-button-next {
	right: -45px;
}

.swiper-button-prev {
	left: -45px;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}

.section-contact {
	padding-top: 60px;
	border-top: 1px solid #ccc;
	background-color: #fff;
}

.section-contact h3 {
	text-align: center;
	letter-spacing: 5px;
	font-weight: 400;
	margin-bottom: 30px;
}

.section-contact h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}

.contact-btn-cover {
	text-align: center;
	margin: 30px 0;
}

.contact-btn {
	transition: 0.3s;
	display: inline-block;
	padding: 15px 15px;
	font-weight: 400;
	font-size: 18px;
	color:#2568b3;
	background-color: #fff;
	border:1px solid #2568b3;
	width: 90%;
}

.contact-btn.detail {
	background-color: #F0F0F0;

}

.contact-btn:hover {
	transition: 0.3s;
	text-decoration: none;
	background-color: #2568b3;
	color:#fff;
}

.blue-title {
	color:#2568b3;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 30px;
	font-size: 24px;
}

.mini-contact-box {
	padding-left: 15px;
}

.c-tel {
	font-size: 24px;
	display: block;
	color:#2568b3;
	font-weight: 700;
}

.c-tel:hover {
	text-decoration: none;
	color:#2568b3;
}

.c-fax {
	color:#111111;
}

.c-fax:hover {
	text-decoration: none;
	color:#111;
}

.c-left-box {
	border-right: 2px solid #2568b3;
}

.bottom-title {
	margin-top: 30px;
	padding-bottom: 60px;
	margin-bottom: 0;
}

.footer-menu {
	padding: 15px;
	background-color: #fafafa;
	text-align: center;
}

.footer-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	display: block;
	padding: 0 15px;
	border-right: 1px solid #ccc;
	color:#333333;
}

.footer-menu ul li a:hover {
	text-decoration: none;
}

.footer-menu ul.sub-menu {
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
}

.footer-menu ul.sub-menu li {
	display: inline-block;
}

.footer-menu .switch-lang {
	display: inline-block;
	padding-left: 15px;
	color:#333;
}

.footer-menu .switch-lang .fb-icon {
	color:#333;
}

.footer-bottom {
	padding: 30px;
	background-color: #f0f0f0;
	text-align: center;
	font-size: 14px;
}

.footer-bottom img {
	display: block;
	margin:auto;
	margin-bottom: 15px;
}

.footer-bottom a {
	color:#000;
}

.footer-bottom a:hover {
	text-decoration: none;
}

.cover-top {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.cover-top-projects {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.cover-top-products {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cover-text-top {
	display: flex;
	padding-top: 30px;
	align-items: center;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	color:#fff;
}

.cover-text-top h1 {
	display: block;
	margin: auto;
	font-size: 40px;
	line-height: 1.4em;
}

.section-content {
	margin-top: 60px;
	margin-bottom: 60px;
}

.section-content h3 {
	color: #2568b3;
	margin: 15px 0;
}

.content-box {
	margin-bottom: 60px;
}

.content-box p {
	line-height: 1.8em;
	margin: 15px 0;
}

.section-content .news-title {
	font-weight: 700;
	margin-bottom: 60px;
}

.tag-cover {
	margin-bottom: 60px;
}

.tag-cover a {
	display: inline-block;
	padding: 2px 10px;
	color:#2568b3;
	background-color: #e9f0f7;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 5px;
}

.full-img {
	width: 100%;
	display: block;
}
.project-top-img {
	width: 65%;
	display: block;
	margin: 0 auto;
}

.down-size {
	font-size: 0.6em;
}

.section-president {
	padding: 60px 0;
	background-color: #fff;
	text-align: center;
}

.section-president h3 {
	color:#2568b3;
	/* font-weight: 700; */
	line-height: 1.6em;
	margin-bottom: 60px;
}

.section-president h4{
	color:#2568b3;
	/* font-weight: 700; */
	line-height: 1.6em;
	font-size: 18px;
	margin-bottom: 30px;
}

.section-pres-1 {
	height: 100vh;
	position: relative;
	background-image: url('../img/pres-1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pres-box {
	padding:60px 30px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	z-index: 10;
	max-width: 45%;
	line-height: 1.6em;
}

.pres-box h3 {
	color:#2568b3;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 700;
}

.pres-box p {
	margin-bottom: 30px;
}

.section-pres-2 {
	padding: 60px 0;
}

.section-pres-2 h3 {
	text-align: center;
	color:#2568b3;
	margin-bottom: 60px;
	font-weight: 700;
}

.section-pres-2 p {
	margin-bottom: 30px;
}

.section-pres-2 img {
	display: block;
	margin-top: 60px;
}

.section-pres-3 {
	position: relative;
	height: 125vh;
	background-image: url('../img/pres-2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 60px;
}

.section-pres-3 h2 {
	text-align: center;
	color:#fff;
}

.section-pres-3 .pres-box {
	top: 58%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pres-box h4 {
	color:#2568b3;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
}

.section-project {
	padding-bottom: 60px;
}

.project-title {
	padding: 30px 0;
	text-align: center;
	color:#222222;
	margin-bottom: 60px;
}

.project-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.project-img:after {
	content: "";
	display: block;
	padding-bottom: 70%;
}

.project-block {
	display: block;
}

.project-block h4 {
	color:#2568b3;
	border-bottom: 1px solid #2568b3;
	padding-bottom: 15px;
	width: 100%;
}
.product-block h4 {
	color:#2568b3;
	border-bottom: 1px solid #2568b3;
	padding-bottom: 15px;
	width: 100%;
}

.project-block p {
	color:#111;
}
.product-block p {
	color:#111;
}
.each-product {
	margin-top: 25px;
}
.project-block:hover {
	text-decoration: none;
}
.section-product-intro {
	margin-top: 100px;
}
ol.feature-list li {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1rem;
}
ol.feature-list p {
	margin-bottom: 2rem;
}
.product-part h2 {
	position: relative;
    margin-bottom: 3rem;
    padding: 1rem;
    text-align: center;
	color: #2568b3;
}
  
.product-part h2:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #2568b3;
}
.product-part h3 {
	padding: 1rem;
	border-left: 5px solid #2568b3;
	background: #f4f4f4;
}
.product-part .add-field {
	margin-top: 30px;
}
.little-hr {
	max-width: 90%;
	width: 480px;
	height: 1px;
	background-color: #ccc;
	margin:auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.disc-prod-box h4 {
	text-align: center;
	font-weight: bold;
}

.section-table {
	padding: 60px 0;
}

.table-title {
	color:#2568b3;
}

.table-title h5,
.table-title h3 {
	margin: 0;
	font-weight: 700;
}

.table-title h3 {
	margin-bottom: 15px;
}

.company-table {
	border:1px solid #ccc;
	line-height: 1.8em;
	margin-bottom: 60px;
}

.company-table .h-table {
	background-color: #f4f7fb;
	color:#2568b3;
	vertical-align: middle;
	font-weight: 700;
	text-align: center;
	width: 15%;
}

.company-table .c-table {
	padding: 15px;
}

.company-table .c-table strong {
	font-weight: 700;
}

.c-table p {
	margin: 0;
	padding: 0;
}

.section-table-2 {
	padding: 60px 0;
	background-image: url('../img/bg-table.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-table-2 h3 {
	text-align: center;
	color:#2568b3;
	font-weight: 700;
	margin-bottom: 30px;
}

.company-2-table {
	background-color: rgba(255,255,255,0.7);
}

.company-2-table .h-table {
	width: 15%;
	border-right: 10px solid #f2f5f9;
	color:#2568b3;
}

.section-table-3 {
	padding: 60px 0;
}

.com-contact-box {
	padding: 25px;
	background-color: #fff;
	border:1px solid #ccc;
}

.section-table-3 h3 {
	text-align: center;
	color:#2568b3;
	margin-bottom: 30px;
	font-weight: 700;
}

.com-contact-box h4 {
	color:#2568b3;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.com-contact-box p {
	padding: 0;
	margin-bottom: 30px;
}

.com-contact-box .contact-btn {
	margin: 0;
	margin-bottom: 30px;
}

.add-gray-border-right {
	border-right: 1px solid #ccc;
}

.the-comp-box {
	padding:0 15px;
}

.section-page-contact {
	padding: 60px 0;
}

.section-page-contact h3 {
	text-align: center;
	font-weight: 700;
	color:#2568b3;
	margin-bottom: 60px;
}

.contact-form {
	display: block;
	margin:auto;
	width: 100%;
	max-width: 800px;
}

.contact-form input {
	border:none;
	border:1px solid #ccc;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.contact-form input.half-size {
	width: 50%;
}

.contact-form select {
	width: 50%;
	padding: 10px!important;
	margin-bottom: 15px;
	border:none;
	background-color: #efefef;
	border:1px solid #ccc;
	height: 45px;
}

.contact-form textarea {
	border:none;
	background-color: #fff;
	border:1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px;
	width: 100%;
	height: 150px;
	border-radius: 5px;
}

.contact-form input:focus {
	outline: none;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}

.contact-form label {
	width: 100%;
	display: block;
	padding-top: 9px;
}

.i-group {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
}

.i-group label {
	display: block;
	margin: 0;
}

.i-group .req {
	display: inline-block;
	float: right;
	font-size: 14px;
	color:#fff;
	background-color: red;
	padding: 2px 5px;
	border-radius: 3px;
	vertical-align: middle;
	line-height: 1.6em;
}
.i-group .req.en {
	background-color: transparent;
    color: red;
    font-size: 24px;
    padding-top: 0;
}

.mini-descrip {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.contact-form input.remove-magin {
	margin: 0;
}

.contact-form .cover-captcha {
	text-align: center;
	margin-top: 30px;
}
.contact-form .cover-captcha .g-recaptcha {
	display: inline-block;
}
.contact-form .contact-btn {
	border: none;
	display: block;
	margin: auto;
	width: 260px;
	margin-top: 20px;
	cursor: pointer;
	border: 1px solid #2568b3;
}

.contact-form .sigh-text {
	display: inline-block;
	float: none;
	margin:auto;
	text-align: center;
	margin-top: 15px;
}

.product-title {
	width: 80%;
	margin: 0 auto 60px;
	text-align: center;
	font-size: 36px;
	color:#000;
	line-height: 1.2em;
}

.link-box {
	padding: 25px;
	border:1px solid #ccc;
}

.link-box ul {
	display: block;
	margin: 0;
	color:#2568b3;
}

.link-box a {
	color:#2568b3;
	font-size: 20px;
	line-height: 2em;
}

.sign-content {
	text-align: center;
}

.prod-content {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.prod-content.repeat-content {
	border: none;
	}

.prod-content p {
	padding: 0;
	margin: 0;
}

.prod-content .content-box {
	margin: 0;
	padding: 0;
}

.prod-content .blue-title {
	font-weight: 700;
}

.prod-content .content-box.margin-top-30 {
	margin-top: 30px;
}

.no-border {
	border:none;
}

.p-content-box {
	padding: 45px 0;
}

.p-content-box h3 {
	color: #2568b3;
	margin: 15px 0;
	font-size: 24px;
	font-weight: 700;
}

.p-content-box h4 {
	color:#2568b3;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}

.p-content-box p {
	margin-bottom: 15px;
}

.footer-title {
	margin-bottom: 30px;
}

.section-recruit {
	padding: 60px 0;
	background-image: url('../img/cover-recruit.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 90vh;
}

.rec-top-title {
	padding-top: 110px;
}

.rec-top-title h1 {
	font-size: 44px;
	font-weight: 700;
	color:#000;
}

.rec-top-title h1 span {
	display: block;
}

.rec-top-title h3 {
	color:#fff;
	font-size: 40px;
	font-weight: 700;
}

.section-rec-content {
	padding: 60px 0;
	text-align: center;
}

.section-rec-content p {
	max-width: 600px;
	margin:auto;
	margin-bottom: 30px;
}

.section-rec-mid {
	height: 100vh;
	background-image: url('../img/bg-recruit.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.mid-white-title {
	color:#fff;
	font-size: 60px;
	text-align: center;
	font-weight: 700;
	padding-top: 90px;
}

.mid-white-box {
	width: 90%;
	max-width: 800px;
	background-color: #fff;
	padding: 60px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -230px;
	z-index: 10;
}

.mid-white-box p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}

.mid-w-link {
	transition: 0.3s;
	display: block;
	padding: 10px;
	border:2px solid #2568b3;
	color:#2568b3;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
}

.mid-w-link:hover {
	transition: 0.3s;
	text-decoration: none;
	color:#fff;
	background-color: #2568b3;
}

.mid-bottom-link {
	margin-bottom: 30px;
}

.section-pic {
	margin-top: 300px;
	height: 80vh;
	background-image: url('../img/bg-recruit-2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-recruit-2 {
	padding: 60px 0;
	background-image: url('../img/bg-recruit-3.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.section-recruit-2 h3 {
	margin-bottom: 30px;
	color:#2568b3;
	font-weight: 700;
}

.section-recruit-2 p {
	max-width: 830px;
	margin:auto;
	margin-bottom: 30px;
}

.section-rec-table {
	padding: 60px 0;
}

.section-rec-table h3 {
	font-weight: 700;
	color:#2568b3;
	text-align: center;
	margin-bottom: 30px;
}

.cover-text-top h1 {
	font-size: 40px;
	line-height: 1.4em;
}

.cover-text-top h1 span {
	display: block;
}

.section-solution {
	padding: 60px;
}

.section-solution h3.blue-title {
	font-weight: 700;
	font-size: 30px;
	margin-top: 60px;
	margin-bottom: 15px;
}
.width90 {
	width: 90%;
	margin: 0 auto;
}

.s-blue-box {
	margin: 30px 0;
}

.s-box-left .uptop-box {
	background-color: #3369a4;
	color:#fff;
	padding:15px;
	padding-top: 60px;
	text-align: center;
}

.s-blue-box .uptop-box img {
	height: 100px;
}

.s-blue-box .uptop-box .blue-top-text {
	margin: 15px 0;
	font-size: 24px;
}

.s-blue-box .uptop-box .blue-sub-title {
	margin: 0;
	margin-top: 30px;
}

.s-blue-box .uptop-box h2 {
	margin-top: 0;
}

.downbot-box {
	padding: 15px;
	border:2px solid #2568b3;
	color:#2568b3;
}

.downbot-box p {
	margin: 0;
	padding: 0;
}

.section-solution .badge-title {
	max-width: 460px;
	margin:auto;
	margin-top: 60px;
	margin-bottom: 30px;
}

.number-box {
	transition: 0.2s;
	text-align: center;
	border:2px solid #2568b3;
	color:#2568b3;
	margin-top: 30px;
}

.number-box:hover {
	transition: 0.1;
	border:2px solid #fff;
}

.big-number {
	font-size: 100px;
	font-style: italic;
	font-family: 'Helvetica';
	padding-bottom: 0px;
	max-width: 60%;
	margin:auto;
}

.effect-line {
	transition: 0.3s;
	width: 0px;
	max-width: 80%;
	margin:auto;
	margin-bottom: 30px;
	height: 2px;
	background-color: #2568b3;
}

.number-box:hover .effect-line {
	transition: 0.3s;
	width: 200px;
}

.number-box h4 {
	margin-bottom: 30px;
	font-weight: 700;
}

.section-number-1 {
	height: 100vh;
	position: relative;
	background-image: url('../img/s-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.big-num-box-1 {
	background-color: #fff;
	position: absolute;
	z-index: 10;
	right: 0px;
	top:50%;
	transform:translateY(-50%);
	width: 90%;
	max-width: 960px;
}

.num-b-box {
	padding: 30px 0;
	background-color: #006aa6;
	position: relative;
	color:#fff;
	padding-left: 200px;
}

.num-b-box h2 {
	font-size: 48px;
	font-weight: 700;
}

.bb-number {
	position: absolute;
	left: 60px;
	top:50%;
	transform: translateY(-50%);
}

.bb-number img {
	height: 240px;
}

.num-w-box {
	padding:45px 30px;
	color:#2568b3;
}

.num-w-box h3 {
	font-size: 20px;
}

.num-w-box p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.8em;
}

.section-arrow {
	background-color: #fff;
}

.arrow-bg-box {
	background-image: url('../img/bg-arrow.png');
	background-size: initial;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 60px;
	padding-bottom: 120px;
}

.each-d {
	text-align: center;
	background-color: #2568b3;
	color:#fff;
	padding: 10px;
	font-size: 18px;
	margin:auto;
	margin-bottom: 15px;
	max-width: 300px;

}

.a-content-box {
	padding-top: 60px;
}

.a-content-box h3 {
	color:#2568b3;
	font-weight: 700;
	margin-bottom: 15px;
}

.b-content-box {
	padding-top: 30px;
}

.row-img {
	display: flex;
	align-items: wrap;
}

.col-img {
	width: 20%;
}

.col-img img {
	width: 100%;
}

.section-number-2 {
	margin-top: 60px;
	height: 400px;
	background-image: url('../img/s-2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.section-number-2 .num-b-box {
	position: absolute;
	width: 90%;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 100px;
}

.section-number-2 .num-b-box h2 {
	line-height: 1.6em;
	font-size: 36px;
	font-weight: 700;
}

.section-border {
	padding: 60px 0;
}

.border-box {
	border:2px solid #2568b3;
	color:#2568b3;
	font-size: 24px;
	text-align: center;
	padding: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}

.big-plus {
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color:#2568b3;
	margin-bottom: 30px;
}

.section-radar-map {
	padding: 120px 0;
	background-image: url('../img/bg-map.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #f3f3f3;
	background-position: top right;
	position: relative;
}

.section-radar-map .sigh-text {
	font-size: 14px;
	float: left;
	margin: 0;
	margin-top: 10px;
}

.section-radar-map h3 {
	color:#2568b3;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
}

.section-solution-draw {
	padding: 120px 0;
	background-image: url('../img/s-3.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-solution-draw h3 {
	font-weight: 700;
}

.section-solution-draw .sigh-text:hover {
	border:1px solid #fff;
}

.draw-text-box {
	color:#fff;
}

.draw-text-box .sigh-text {
	float: left;
	color:#fff;
}

.draw-text-box .sigh-text .middle-line {
	background-color: #fff;
}

.section-blue-number {
	background-color: #2568b3;
	padding: 30px 0;
}

.section-blue-number .num-b-box {
	padding-left: 300px;
}

.section-blue-number .num-b-box h2 {
	font-size: 36px;
}

.section-gray {
	background-color: #f4f4f4;
	padding: 60px 0;
}

.section-gray img {
	max-width: 100%;
	display: block;
	margin:auto;
	margin-bottom: 30px;
}

.section-gray h3 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 15px;
}

.hover-effect {
	position: relative;
}

.hover-effect::before, .hover-effect::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #2568b3;
}

.hover-effect span::before, .hover-effect span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #2568b3;
}

.hover-effect:hover::before, .hover-effect:hover::after{
  width: 100%;
}
.hover-effect:hover span::before, .hover-effect:hover span::after{
  height: 100%;
}

.hover-effect::after{
  right:0;
  bottom: 0;
  transition-duration: 0.2s;
}
.hover-effect span::after{
  right:0;
  bottom: 0;
  transition-duration: 0.2s;
}
.hover-effect::before{
  left: 0;
  top: 0;
  transition-duration: 0.2s;
}
.hover-effect span::before{
  left: 0;
  top: 0;
  transition-duration: 0.2s;
}

.splash-page {
	width: 100vw;
	height: 100vh;
	background-image: url('../img/bg-splash.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

.splash-block {
	display: block;
	margin:auto;
	position: absolute;
	width: 100%;
	left: 0;
	top:60%;
	transform: translateY(-50%);
}

.splash-block img {
	max-width: 90%;
	display: block;
	margin:auto;
	margin-bottom: 180px;
}

.splash-block .sigh-text {
	display: block;
	margin:auto;
	float: none;
	max-width: 200px;
	margin-bottom: 0px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}

.splash-block .sigh-text .middle-line {
	height: 1px;
}

.circle-cover {
	position: absolute;
	width: 175px;
	height: 175px;
	border-radius: 100%;
	background-color: rgba(37,104,179,0.3);
	right: 20%;
	top:20%;
	z-index: 10;
	text-align: center;
	animation: scaleRadar;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.circle-2 {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	background-color: rgba(37,104,179,0.3);
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.circle-3 {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: rgba(37,104,179,0.3);
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.product-img img {
	width: 100%;
}
.products-bar {
	/* background-image: url(../img/bg-prd-bar.jpg); */
	background-color: #2568b3;
	background-size: cover;
	position: sticky;
	position: -webkit-sticky;
  top: 70px;
  z-index: 100;
}

.products-bar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

.products-bar ul li {
	transition: 0.6s;
	display: inline-block;
	margin: 0;
}

.products-bar ul li a {
	display: block;
	padding: 10px 15px;
	color:#fff;
	border-right: 1px solid #fff;
}

.products-bar ul li:first-child a {
	border-left: 1px solid #fff;
}

.products-bar ul li:hover {
	transition: 0.6s;
	background-color: rgba(255,255,255,0.2);
}
.disc-prod-img {
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.disc-prod-box td {
	padding: 5px;
	font-size: 14px;
}
.disc-prod-inner {
	margin: 10px 5px;
	padding: 5px;
	box-shadow: 0px 1px 7px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 7px 2px rgb(0 0 0 / 15%);
}
.work-box {
	background-color: #f8f8f8;
}
.work-center-box {
	background-color: #f0f0f0;
}

@keyframes scaleRadar {
  0%   { transform: scale(0.7); opacity: 1; }
  80% { transform: scale(1); opacity: 0.3; }
  100% { opacity: 0.1; }
}

.wrapp-button {
	text-align: center;
	width: 100%;
}

.wrapp-button a {
	color:#2568b3;
	padding: 10px;
}

.block-img img {
	width: 75%;
	height: inherit;
	margin-bottom: 30px;
}

.pdf-download {
	display: block;
	margin-top: 30px;
	vertical-align: middle;
	color:#2568b3;
}

.pdf-download img {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 5px;
	width: 18px;
	margin-bottom: 0;
}

.section-content .prod-content:last-child {
	border:none;
}

.dev-sub-title {
	height: 50px;
	overflow: hidden;
}

.dev-sub-title p {
	padding: 0;
	margin: 0;
}

.page-template-p_Splash header,
.page-template-p_Splash footer,
.page-template-p_Splash .section-contact {
	display: none;
}


.burger-icon {
	display: none;
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 24px;
	line-height: 24px;
	cursor: pointer;
	transform: translate(0, -50%);
}

.burger-menu {
	z-index: 101;
	display: none;
	position: fixed;
	top: 47px;
	left: 0;
	width: 100vw;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0px 5px 12px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 5px 0px 12px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 5px 0px 12px 3px rgba(0, 0, 0, 0.15);
}

.burger-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.burger-menu ul li {
	display: block;
}

.burger-menu ul li a {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	color:#2568b3;
}

.burger-menu ul li ul.sub-menu {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-size: 14px;
}

.burger-menu ul li:last-child a{
	border:none;
}

.burger-menu ul li ul.sub-menu li a {
	border:none;
	background-color: #fefefe;
	padding-left: 25px;
}

.mobile-map {
	display: none;
	background-image: url('../img/bg-map-mobile.jpg');
	height: 360px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	position: relative;
}

.mobile-about-bg {
	display: none;
}

.mobile-about-bg img {
	width: 100%;
}

.rec-mobile {
	display: none;
	padding: 0;
}

.rec-mobile h3 {
	color:#3e3e3e;
	font-size: 24px;
	margin-bottom: 30px;
}
.bottom_text_projects {
    text-align: center;
}
.bottom_text_projects p {
    font-size: 24px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.pm_document_text {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}


/*zzzz*/

@media only screen and (max-width: 1210px) {

	.desktop-menu {
		display: none;
	}

	.section-pres-3 .pres-box {
		max-width: 90%;
		position: relative;
		bottom: 0;
		right: auto;
		top: auto;
		margin:auto;
		margin-top: 60px;
		transform: none;
	}

	.rec-top-title h1 span {
		display: inline-block;
	}

	.rec-top-title h1 {
		font-size: 48px;
	}

	.rec-top-title h3 br {
		display: none;
	}

}

@media only screen and (max-width: 991px) {

	.intro-section {
		padding: 80px 0;
		height: auto;
	}

	.blue-box {
		margin-bottom: 30px;
	}

	.number-box h4 {
		font-size: 18px;
	}

	.num-b-box h2 {
		font-size: 38px;
	}

	.a-content-box h3 {
		font-size: 22px;
	}

	.section-number-2 .num-b-box {
		width: 100%;
		text-align: right;
	}

	.section-number-2 .num-b-box h2 {
		text-align: right;
	}

	.section-number-2 .num-b-box p {
		text-align: right;
		max-width: 80%;
		float: right;
		padding-right: 15px;
	}

	.section-number-2 .num-b-box p br {
		display: none;
	}

	.circle-cover {
		top:8%;
		right: 18%;
	}

	.section-blue-number .num-b-box h2 br {
		display: none;
	}

	.project-block {
		margin-top: 15px;
	}

	.content-box {
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 767px) {
	.products-bar {
		display: none;
	}
	header {
		padding: 10px;
		text-align: left;
	}

	header .switch-lang {
		display: none;
	}

	header .header-menu {
		display: none;
	}

	.burger-icon {
		display: block;
	}

	.space-white-box {
		position: relative;
		right: 0;
		margin:auto;
		bottom: -150px;
	}

	.news-filter ul.nav-tabs li a {
		padding: 0 10px;
	}

	.news-content {
		display: block;
		margin-top: 10px;
	}

	.footer-menu ul li a {
		padding-left: 3px;
		padding-right: 6px;
	}

	.inner-text-top h2 {
		font-size: 24px;
	}

	.inner-text-top h1 {
		font-size: 74px;
	}

	.cover-text-top h1 {
		max-width: 90%;
		margin:auto;
	}

	.cover-text-top h1 br {
		display: none;
	}

	.num-b-box h2 {
		font-size: 30px;
	}

	.big-num-box-1 {
		position: relative;
		margin:auto;
		top:0;
		left: 0;
		transform : none;
	}

	.section-number-1 {
		height: auto;
		padding: 60px 0;
	}

	.arrow-bg-box {
		margin-top: 30px;
	}

	.bb-number {
		left: 15px;
	}

	.circle-cover {
		top: 0;
		right: 14%;
	}

	.section-blue-number .num-b-box {
		padding-left: 0;
	}

	.section-blue-number .bb-number {
		position: relative;
		top:0;
		left: 0;
		margin:auto;
		transform: none;
		text-align: center;
		margin-bottom: 30px;
	}

	.section-radar-map {
		background-image: none;
		padding-top: 0;
	}

	.desktop-circle {
		display: none;
	}

	.mobile-map {
		display: block;
	}

	.mobile-map .circle-cover {
		top: 0%;
		right: 25%;
	}

	.c-left-box {
		border:none;
	}

	.pres-box {
		left: 0;
		bottom: 0;
		top: auto;
		transform: none;
		max-width: 100%;
		position: relative;
	}

	.mobile-about-bg {
		display: block;
	}

	.section-pres-1 {
		background-image: none;
	}

	.pres-box {
		padding: 30px;
	}

	.company-table .h-table,
	.company-2-table .h-table {
		width: 30%;
	}

	.add-gray-border-right {
		border:none;
	}

	.section-recruit {
		display: none;
	}

	.section-recruit-mobile {
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 360px;
		margin-top: 55px;
	}

	.mid-white-title {
		font-size: 52px;
	}

	.mid-w-link {
		font-size: 18px;
	}

	.section-pic {
		background-position: right;
		height: 360px;
	}

	.i-group label {
		margin-bottom: 15px;
	}

	.i-group input.half-size {
		width: 100%;
	}

	.contact-form select {
		width: 100%;
	}
	.product-title {
		width: 100%;
		font-size: 24px;
	}
	.project-top-img {
		width: 100%;
	}
	.link-box {
		padding: 10px;
	}

}

@media only screen and (max-width: 600px) {

	.space-white-box {
		padding: 15px;
		bottom: auto;
	}

	.section-space {
		height: auto;
		padding: 60px 0;
	}

	.section-developer {
		padding-left: 45px;
		padding-right: 45px;
	}

	.mini-contact-box {
		margin-bottom: 30px;
	}

	.blue-box img {
		width: auto;
	}

	.cover-text-top h1 {
		font-size: 24px;
	}

	.section-solution {
		padding-left: 15px;
		padding-right: 15px;
	}

	.num-b-box {
		padding: 15px;
	}

	.bb-number {
		position: relative;
		left: 0;
		top: 0;
		text-align: center;
		transform: none;
		margin-bottom: 15px;
	}

	.big-num-box-1 .bb-number img,
	.bb-number img {
		height: 80px;
	}

	.section-number-2 .num-b-box {
		padding: 15px;
		text-align: center;
	}

	.section-number-2 .num-b-box h2 {
		text-align: center;
	}

	.section-number-2 .num-b-box p {
		max-width: 100%;
		text-align: center;
	}

	.border-box {
		margin-bottom: 15px;
	}

	.section-blue-number .num-b-box {
		padding: 0;
	}

	.section-blue-number .num-b-box br {
		display: none;
	}

	.footer-menu li {
		width: 49%;
		text-align: center;
	}

	.footer-menu ul {
		text-align: left;
	}

	.footer-menu .switch-lang {
		margin-top: 15px;
	}

	.section-recruit {
		min-height: 360px;
		height: 360px;
		margin-top: 55px;
	}

	.section-recruit .rec-top-title {
		display: none;
	}

	.rec-mobile {
		display: block;
	}

	.rec-top-title h1 {
		font-size: 32px;
	}

	.mid-white-box {
		padding-bottom: 0px;
	}

	.section-pic {
		margin-top: 240px;
	}

	.mid-white-box {
		padding: 15px;
	}
}


@media only screen and (max-width: 520px) {

	.logo img {
		width: 300px;
	}

	.inner-text-top h1 {
		font-size: 36px;
	}

	.news-filter ul.nav-tabs li {
		width: 40%;
	}

	.mini-contact-box {
		text-align: center;
	}

	.copyright {
		margin-bottom: 30px;
	}

	.section-number-2 .num-b-box h2,
	.num-b-box h2,
	.section-blue-number .num-b-box h2 {
		font-size: 24px;
	}

	.section-number-2 .num-b-box p {
		padding-right: none;
	}

	.mobile-map {
		height: 240px;
	}

	.section-pres-3 {
		height: auto;
		padding-bottom: 60px;
	}

	.section-pres-1 {
		height: auto;
	}

	.mid-white-title {
		font-size: 42px;
	}

}

@media only screen and (max-width: 420px) {
	.logo img {
		width: 250px;
	}
}

@media only screen and (max-width: 320px) {

	.inner-text-top h2 {
		font-size: 22px;
	}

	.inner-text-top h1 {
		font-size: 30px;
	}

	.space-white-box h4,
	.space-white-box h3 {
		font-size: 20px;
	}

	.news-filter ul.nav-tabs li {
		width: 48%;
	}

	.news-filter ul.nav-tabs span {
		display: none;
	}

	.section-developer {
		padding-left: 0;
		padding-right: 0;
	}

	.section-developer .swiper-button-prev,
	.section-developer .swiper-button-next {
		display: none!important;
	}

	.logo img {
		width: 230px;
	}

	.mid-white-title {
		padding-top: 15px;
		font-size: 32px;
	}

	.section-pic {
		margin-top: 150px;
	}


}
