@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: "Calibri";
 src: local("Calibri"),
      url(../font/Calibri.ttf);
}

.container{
	max-width: 1200px;
	margin: 0 auto;
	justify-content: center;
}

body {
  background: #FFF;
  font: 14px;
  height: 100%;
	font-family: Calibri, Verdana, "sans-serif";
}

#logo {background: #FFF;}

#logo .img{
	height:60px;
	margin:5px 0;
	margin-left: 50px;
}
#banner{
	background-image:url(../img/top_banner_DigitalWorkplace.png);
	background-position: center center;
	background-size: cover;
	position: relative;
	height:400px;
	width:auto;
}

#services{
	padding:20px;
	display:flex;
	flex-wrap:wrap;
	text-align: center;
}

#services .topic{
	width:100%;
	margin:30px 10px;
	text-align: center;
	background-color:#464181;
}
#services .topic>h1{
	font-size: 28px;
	color:#FFF;
	padding:12px;
	margin-bottom: 5px;
}
#services .item{
	width:380px;
	margin:30px 0;
	text-align: center;
}
#services .item>h1{
	font-size: 24px;
	color:#464181;
	margin-bottom: 8px;
	position: relative;
	text-align: center;
}

#services .item>h1 a{
	color:#464181;
	text-decoration: none;
}

#services .item>h1 a:hover{
	color:#B0D136;
}

#services .item>img{
	max-width:100%;
	margin:8px 0;
}
#services .item>p{
	font-size: 12px;
	padding-left: 10px;
	position: relative;
	color: #FFF;
}
#services  .service-text{
	display:table;
	background-color:#464181;
	color:#ffffff;
	overflow: hidden;
	text-align:justify;
	height:200px;}


#services  .service-desc {
	padding: 10px;
	position: relative;
	color: #FFF;
	overflow:hidden;
	text-align:justify;
	background-color:#464181;
	height:120px;
	display:inline-block;
	margin:0;
	max-width:100%;
	
}

#services  .service-desc > span {
	text-decoration: underline;
	
}
/*
.pic {
  position: relative;
  margin:8px 0;
  overflow: hidden;
  width: 100%;
}*/

.go-btn{
	position:relative;
	margin-top:10px;
	margin-left:230px;
}
.go-btn img{
	width:47px;}

#other{
	background-image:url(../img/bg_other_supporting_tools.png);
	background-position: center center;
	background-size: cover;
	display:flex;
	flex-wrap:wrap;
}
#other_article{
	padding:30px;
	line-height:1.5em;
	display:flex;
	flex-wrap:wrap;
}
#other_article .topic{
	width:100%;
	margin:30px 10px;
	text-align: center;
}
#other_article .topic>h1{
	font-size: 36px;
	color:#FFF;
	padding:12px;
	margin-bottom: 5px;
}
#other_article .item{
	width:360px;
	margin:20px 10px;
}
#other_article .item>h1{
	font-size: 24px;
	position: relative;
	padding-bottom:10px;
	padding-left: 20px;
	color: #B0D136;
	border-left: 2px #4797F7 solid;
}
#other_article .item>p{
	font-size: 16px;
	padding-left: 20px;
	position: relative;
	color: #FFF;
	border-left: 2px #4797F7 solid;
}
#other_article .item>p a{
	color:#FFF;
	text-decoration: none;
}
#other_article .item>p a:hover{
	color:#4797F7;
}
#footer{
	height: 90px;
	background-color: #000;
	text-align: center;
}
#footer .copyright{
	padding:35px 0;
}
#footer .copyright>h1{
	color:#FFF;
	font-size: 12px;
}

@media (max-width: 1024px) {
#logo .img{
	height:50px;
	margin-left: 30px;
}

#services .item{
	width:320px;
	margin:20px 0;
	text-align: center;
}
#services .item>h1{
	height: 48px;
}
}
@media (max-width: 768px) {
#logo .img{
	height:50px;
	margin-left: 30px;
}
#banner{
	height:300px;
}
#services .topic{
	width:100%;
	margin:20px 10px;
}
#services .topic>h1{
	font-size: 24px;
	color:#FFF;
	padding:12px;
	margin-bottom: 5px;
}
#services .item{
	width:220px;
	margin:10px;
	text-align: center;
}
#services .item>h1{
	font-size: 18px;
	height: 36px;
}
#services  .service-text{
	display:table;
	background-color:#464181;
	color:#ffffff;
	overflow: hidden;
	text-align:justify;
	height:140px;}


#services  .service-desc {
	padding: 4px;
	position: relative;
	color: #FFF;
	overflow:hidden;
	text-align:justify;
	background-color:#464181;
	height:120px;
	display:inline-block;
	margin:0;
	width:200px;
	font-size: 12px;
}
.go-btn{
	position:relative;
	margin-top:-36px;
	margin-left:160px;
}
}
@media (max-width: 480px) {
body{}
.container{
	width:100%;
	}

#logo .img{
	height:40px;
	margin-left: 20px;
}
#banner{
	height:180px;
	width:auto;
	background-image:url(../img/top_banner_mobile.png);	
}
#services .topic>h1{
	font-size: 20px;
	color:#FFF;
	padding:12px;
	margin-bottom: 5px;
}
#services .item{
	width:380px;
	margin:30px 0;
	text-align: center;
}
#services .item>h1{
	font-size: 24px;
	color:#464181;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}
	
#services .item>img{
	max-width:100%;
	margin:8px 0;
}

#services  .service-text{
	height:250px;
	width:100%;
	//background-color:red;
}


#services  .service-desc {
	padding: 5px;
	font-size: 10px;
	position: relative;
	//background-color:green;
	font-size: 18px;
	height:180px;
	width:100%;
	display:inline-block;
	margin:0;
	max-width:100%;
	
}

.go-btn{
	
	margin-top:-40px;
	margin-left:230px;
}
.go-btn img{
	width:36px;}
}
/*iphone x*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
body{}
.container{
	width:100%;
	}

#logo .img{
	height:40px;
	margin-left: 20px;
}
#banner{
	height:180px;
	width:auto;
	background-image:url(../img/top_banner_mobile.png);	
}
#services .topic>h1{
	font-size: 20px;
	color:#FFF;
	padding:10px;
	margin-bottom: 5px;
}
#services .item{
	width:240px;
	margin:5px;
	text-align: center;
}
#services .item>h1{
	font-size: 20px;
	color:#464181;
	margin-bottom: 3px;
	position: relative;
	text-align: center;
}
	
#services .item>img{
	max-width:100%;
	margin:8px 0;
}

#services  .service-text{
	height:200px;
	width:100%;
	//background-color:red;
}


#services  .service-desc {
	padding: 2px;
	font-size: 8px;
	position: relative;
	//background-color:green;

	height:120px;
	width:100%;
	display:inline-block;
	margin:0;
	max-width:100%;
	
}

.go-btn{
	
	margin-top:-10px;
	margin-left:190px;
}
.go-btn img{
	width:32px;}
}

/* iphone 6/7/8 plus */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 3){

body{}
.container{
	width:100%;
	}

#logo .img{
	height:40px;
	margin-left: 20px;
}
#banner{
	height:180px;
	width:auto;
	background-image:url(../img/top_banner_mobile.png);	
}
#services .topic>h1{
	font-size: 20px;
	color:#FFF;
	padding:10px;
	margin-bottom: 5px;
}
#services .item{
	width:220px; /*240**/
	margin:3px;
	text-align: center;
}
#services .item>h1{
	font-size: 20px;
	color:#464181;
	margin-bottom: 3px;
	position: relative;
	text-align: center;
}
	
#services .item>img{
	max-width:100%;
	margin:4px 0;
}

#services  .service-text{
	height:200px;
	width:100%;
	//background-color:red;
}


#services  .service-desc {
	padding: 2px;

	position: relative;
	//background-color:green;
	font-size: 14px;
	height:120px;
	width:100%;
	display:inline-block;
	margin:0;
	max-width:100%;
	
}

.go-btn{
	
	margin-top:-22px;
	margin-left:160px;
}
.go-btn img{
	width:32px;}
}

/* iphone 6/7/8*/

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
body{}
.container{
	width:100%;
	}

#logo .img{
	height:40px;
	margin-left: 20px;
}
#banner{
	height:180px;
	width:auto;
	background-image:url(../img/top_banner_mobile.png);	
}
#services .topic>h1{
	font-size: 20px;
	color:#FFF;
	padding:10px;
	margin-bottom: 5px;
}
#services .item{
	width:200px; /*240*/
	margin:2px;
	text-align: center;
}
#services .item>h1{
	font-size: 20px;
	color:#464181;
	margin-bottom: 2px;
	position: relative;
	text-align: center;
}
	
#services .item>img{
	max-width:100%;
	margin:0px 0px;
}

#services  .service-text{
	height:200px;
	width:100%;
	//background-color:red;
}


#services  .service-desc {
	padding: 1px;
	
	position: relative;
	//background-color:green;
	font-size: 10px;
	height:120px;
	width:100%;
	display:inline-block;
	margin:0px;
	max-width:100%;
	
}

.go-btn{
	
	margin-top:-35px;
	margin-left:140px;
}
.go-btn img{
	width:32px;}
}