<style>
	ul {
		list-style: none;
	}
	p {
		margin: 0;
		font-size: 18px;
	}
	footer {
		padding: 16px;
		background-color: #0066cc;
		color: #fff;
		font-size: 14px;
		letter-spacing:1px;
	}
	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
/*Apps header star*/
	#apps_header {
		position: fixed;
		width: 100%;
		z-index: 999;
	}
	#apps_header .container-fluid {
		padding: 90px 30px 0;
		position: relative;
	}
	#apps_header .header_logo {
		position: absolute;
		top: 50%;
		-ms-transform: translate(0%,-50%);
		transform: translate(0%,-50%);
	}
	#apps_header .header_menu {
		float: right;
		margin-left: 160px;
	}
	#apps_header ul {
		margin: 0;
		padding: 0;
	}
	#apps_header .header_menu li {
		float: left;
		list-style: none;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#apps_header .header_menu li .menu_choice {
		color: #a7ff40;
	}
	#apps_header .header_menu li a {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 100%;
	}
	#apps_header .header_menu li a:hover {
		text-shadow: 0 0 10px #fff;
		transition: 0.3s;
	}
	#apps_header .header_m_menu {
		position: absolute;
		top: 82px;
		left: 0;
		background-color: rgba(0,102,204,0.95);
		z-index: 1;
		display: none;
		width: 100%;
		box-shadow: 0 14px 10px rgba(0,0,0,0.5);
	}
	#apps_header .header_m_menu li {
		list-style: none;
		text-align: center;
		color: #fff;
		font-weight: bold;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	#apps_header .header_m_menu li a {
		width: 100%;
		display: block;
		padding: 20px 14px;
	}
	#apps_header .header_m_menu li:hover {
		background-color: rgba(0,0,0,0.2);
	}
	#navbar-toggle {
		display: none;
	}
/*Apps container*/
	#apps_container {
		padding-top: 132px;
	}
	#apps_container h1, #apps_container h2 {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 0;
		font-family: sans-serif;
		padding: 5% 0 2.5%;
	}
/*Apps pic*/
	#apps_container .pic_block {
		position: relative;
		padding-bottom: 25%;
		margin-bottom: 2px;
		border-right: 2px solid #fff;
	}
	#apps_container .pic_text {
		position: absolute;
		color: #fff;
		padding: 30px;
	}
	#apps_container .pic_text p {
		font-size: 16px;
		letter-spacing: 1px;
	}
/*Product Series*/
	#apps_container .prod_table {
		display: table;
		width: 100%;
	}
	#apps_container .prod_block {
		background-color: rgba(165,195,223,0.3);
		padding: 40px;
		display: table-cell;
		min-height: 1px;
	}
	#apps_container .prod_block h3 {
		font-size: 28px;
		color: #0066cc;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 0 0 20px;
		margin: 0;
		font-family: sans-serif;
	}
	#apps_container .prod_block_blue {
		background-color: rgba(165,195,223,0.6);
	}
	#apps_container .prod_block li {
		margin-bottom: 18px;
		list-style-type:square;
		color: #0066cc;
	}
	#apps_container .prod_block li p {
		color: #000;
		font-size: 16px;
		font-weight: 600;
	}
	#apps_container .prod_block ol {
		margin-top: 16px;
	}
	#apps_container .prod_block ol li {
		color: #333;
		list-style-type:disc;
		margin-bottom: 8px;
	}
	#apps_container .prod_block ol li p {
		color: #555;
	}
	#apps_container .prod_button {
		padding: 2.5% 0 5%;
	}
	#apps_container .prod_button a {
		background-color: #7a6550;
		display: inline-block;
		border-radius: 5px;
		padding: 24px 30px;
	}
	#apps_container .prod_button a:hover {
		background-color: #a17a53;
		transition: 0.3s;
	}
	#apps_container .prod_button a p {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		display: inline-block;
	}
	#apps_container .prod_button a img {
		padding-left: 10px;
		margin-bottom: 4px;
		display: inline-block;
	}
/*========================================*/
	@media screen and (max-width:1600px) {
	}
	@media screen and (max-width:1400px) {
		#apps_header .container-fluid {
			padding: 20px 30px 0px;
		}
	}
	@media screen and (max-width: 1200px) {
	}
	@media screen and (max-width:991px)	{
		#apps_container .pic_block {
			border: none;
			padding-bottom: 45%;
		}
		#apps_container .prod_block {
			display: block;
		}
	}
	@media screen and (max-width:768px)	{		
		p {
			font-size: 14px;
		}
		#apps_header .header_block {
			display: none;
		}
		#apps_header .container-fluid {
			/*padding: 16px;*/
			padding: 8px 0px 8px 16px;
		}
		#apps_header .header_logo {
		}
		#apps_header .header_logo img {
			width: 100px;
		}
		#apps_header .header_menu {
			display: none;
		}
		#apps_header .header_m_menu {
			display: block;
		}
		#navbar-toggle {
			display: inline-block;			
		}
		#apps_container {
			padding-top: 82px;
		}
		#apps_container h1, #apps_container h2 {
			font-size: 28px;
			padding: 8% 0 4%;
		}
		#apps_container .pic_block {
			background-position: center;
			padding-bottom: 60%;
		}
		#apps_container .pic_text {
			padding: 20px;
		}
		#apps_container .prod_block h3 {
			font-size: 24px;
		}
		#apps_container .prod_button {
				padding: 10% 0;
		}
	}
	@media screen and (max-width:500px)	{
		footer {
			font-size: 12px;
		}
		#apps_container .pic_text p {
			font-size: 14px;
		}
	}
</style>