	#main-container {
		overflow: hidden;
		background-color: #fff; 
	}
	
	.boxed {
		background: #fff repeat top left;
	
}	
	.boxed #main-container {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		box-shadow: 0 0 5px #737373;
	}
	
	.boxed #header-sticky {
		max-width: 1200px;
	}
	
	@media (min-width: 1400px) {
			
		.boxed #main-container,
		.boxed #header-sticky {
			max-width: 1350px;
		}
		
	}
	

	
	#header-top {
		padding: 5px 0;
		background-color: #04142b;
		color: #fff;
	}
	
	#header-top h1,
	#header-top h2,
	#header-top h3,
	#header-top h4,
	#header-top h5,
	#header-top h6 {
		color: inherit;
	}
	
	#header-top .widget:last-child {
		margin-bottom: 0;
	}
	
	#header-top .widget-pages ul li a:hover:before,
	#header-top .widget-metadata ul li a:hover:before {
		border-color: #fff;
	}
	
	#header-top .widget-calendar caption {
		color: inherit;
	}
	
	#header-top .widget-recent-posts ul li .post-title {
		color: inherit;
	}
	
	#header-top .widget-recent-posts ul li .post-date,
	#header-top .widget-recent-posts ul li .post-date:before {
		color: #6f7b8a;
	}
	
	#header-top .widget-recent-posts ul li .post-title:hover,
	#header-top .widget-recent-posts ul li .post-date:hover,
	#header-top .widget-recent-posts ul li .post-date:hover:before {
		color: #d6191f;
	}
	
	#header-top .widget-social .social-media a {
		color: inherit;
	}
	
	#header-top .widget-contact ul li {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 30px;
	}
	
	#header-top .widget-contact ul li:last-child {
		margin-right: 0;
	}
	
	#header-top .widget-contact ul li a {
		color: inherit;
	}
	
	#header-top .widget-search #s {
		height: 41px;
		border-color: #d6191f;
		background-color: #d6191f;
		color: #fff;
	}
	
	#header-top .widget-search #s:focus {
		border-color: #e1e1e1;
	}
	
	#header-top .widget-search #s::-moz-placeholder {
		color: #fff;
	}
	
	#header-top .widget-search #s::-webkit-input-placeholder {
		color: #fff;
	}
	
	#header-top .widget-search #s:-ms-input-placeholder {
		color: #fff;
	}
	
	#header-top .widget-search input[type="submit"] {
		background-image: url(../image/search-white.png);
	}
	
	#header-top .widget-search:first-child {
		margin-top: -5px;
	}
	
	#header-top .widget-search:last-child {
		margin-bottom: -5px;
	}
	
	@media (min-width: 1200px) {
		
		#header-top .widget-contact ul li {
			margin-right: 50px;
			font-size: 13px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#header-top .widget-search:first-child {
			margin-top: 10px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#header-top {
			display: none;
		}
		
	}
	

 	
	#header {
		position: relative;
		    border-bottom: 4px #e31837 solid;
	}
	
	#header [class^="col-"] {
		position: static;
	}
	
	#header .container {
		position: relative;
	}
	
	@media (max-width: 767px) {
		
		#header {
			border-top: 5px solid #04142b;
		}
		
	}
	


	#logo {
		max-width: 100%;
		margin: 5px 0;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%;
		text-align: center;
	}
	
	@media (max-width: 767px) {
		
		#logo {
			margin-right: 60px;
		}
		
	}


 	
 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {
		float: right;
		
	}
	
	.menu > li { 
		float: left; 
	}
	
	.menu li a {
		display: block;
		padding: 8px 10px;
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
		color: #fff;
		font-size: 14px;
		line-height: 30px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu > li > a {
		position: relative;
		padding: 21px 13px;
		border-bottom: none;
	
		color: #04142b;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.menu > li:last-child > a {
		margin-right: 0;
	}
	
	.menu li.dropdown ul {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;

		display: none;
		width: 200px;
		margin-top:4px;
		
		border-right: 1px solid rgba(200, 187, 161, 0.2);
		border-left: 1px solid rgba(200, 187, 161, 0.2);
		background-color: #04142b;
	}
	
	.menu li.dropdown ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid rgba(200, 187, 161, 0.2);
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.dropdown ul ul {
		top: -2px;
		left: 100%;
	}
	
	.menu li.dropdown:hover > ul {
		display: block;
	}
	
	.menu li.megamenu .megamenu-container {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		border-top: 2px solid #d6191f;
		border-right: 1px solid rgba(200, 187, 161, 0.2);
		border-left: 1px solid rgba(200, 187, 161, 0.2);
		border-bottom: none;
		background-color: #04142b;
	}
	
	.megamenu-container .section {
		float: left;
		width: 25%;
		border-right: 1px solid rgba(200, 187, 161, 0.2);
	}
	
	.megamenu-container .section:last-child {
		border-right: none;
	}
	
	.megamenu-container.col-2 .section { 
		width: 50%; 
	}
	
	.megamenu-container.col-3 .section { 
		width: 33.33333333%; 
	}
	
	.megamenu-container.col-4 .section { 
		width: 25%; 
	}
	
	.megamenu-container.col-5 .section { 
		width: 20%; 
	}
	
	.megamenu-container .section ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid rgba(200, 187, 161, 0.2);
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.megamenu:hover > .megamenu-container { 
		display: block; 
	}
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		display: none;
		right: 0;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-top-color: #04142b;
		margin-top: -17px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
		
	.sf-arrows > li:hover > .sf-with-ul:after { 
		border-top-color: #d6191f; 
	}
		
	.sf-arrows ul .sf-with-ul:after {
		display: block;
		border-color: transparent;
		border-left-color: #fff;
		margin-top: -5px;
		margin-right: 10px;
	}
	.sf-arrows ul .add-list .sf-with-ul:after{
		display: block;
		border-color: transparent;
		border-left-color: #fff;
		margin-top: -30px;
		margin-right: 10px;
	}
	
	.sf-arrows ul li:hover > .sf-with-ul:after { 
		border-left-color: #d6191f; 
	}
	
	.menu li a:hover, 
	.menu li.active > a, 
	.menu li.sfHover > a {
		color:#fff!important ;
		text-decoration: none;
		background:#d6191f;
	}
	
	.menu li.dropdown ul li a:hover:before,
	.menu li.dropdown ul li.sfHover > a:before,
	.megamenu-container .section ul li a:hover:before {
		border-color: #fff;
	}
	
	.menu ul li > a:hover,
	.menu ul li.sfHover > a {
		border-color: #d6191f;
		color: #fff;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.menu {
			display: none;
		}
		
	}
	
	@media (max-width: 767px) {
	
		.menu {
			display: none;
		}
		
	}
	
	
	
	#mobile-menu-button {
		float: right;
		display: none;
		color: #04142b;
		font-size: 32px;
		line-height: 32px;
		text-decoration: none;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
	}
	
	#mobile-menu {
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
		background-color: #04142b;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 10px 20px;
		border-top: 1px solid rgba(200, 187, 161, 0.2);
		text-decoration: none;
		color: #fff;
	}
	
	#mobile-menu > li > a {
		text-transform: uppercase;
		font-weight: 700;
	}
	
	#mobile-menu ul a {
		padding-left: 40px; 
	}
	
	#mobile-menu ul a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid #fff;
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#mobile-menu ul ul a {
		padding-left: 60px;
	}
	
	#mobile-menu .megamenu-container {
		display: none;
		margin-left: 0;
		border-top: 1px solid rgba(200, 187, 161, 0.2);
	}
	
	#mobile-menu .megamenu-container .section {
		float: none;
		width: 100%;
		margin-bottom: -1px;
		padding: 0 20px 20px 20px;
	}
	
	#mobile-menu .megamenu-container .section ul {
		display: block;
		margin: 0 -25px -20px;
	}
	
	#mobile-menu .megamenu-container .section ul a {
		padding-left: 40px;
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
		border-top: none;
	}
	
	#mobile-menu .megamenu-container .section ul li:last-child a {
		border-bottom: 1px solid rgba(200, 187, 161, 0.2);
	}
	
	#mobile-menu li.dropdown > a,
	#mobile-menu li.megamenu > a { 
		position: relative;
	}
	
	#mobile-menu li.dropdown > a:after,
	#mobile-menu li.megamenu > a:after {
		position: absolute;
		top: 14px;
		right: 25px;
		font-family: "FontAwesome";
		font-size: 16px;
		line-height: 16px;
		content: "\f107";
	}
	
	#mobile-menu li.dropdown > a.open:after,
	#mobile-menu li.megamenu > a.open:after {
		content: "\f106";
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		#mobile-menu-button {
			display: block;
			margin-top: 21px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#mobile-menu-button {
			position: absolute;
			top: 24px;
			right: 15px;
			display: block;
		}
		
	}
	

 	
	#header-sticky [class^="col-"] {
		position: static;
	}
	
	#header-sticky .container {
		position: relative;
	}

	#header-sticky {
		position: fixed;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
		    border-bottom: 4px #e31837 solid;
	}
	
	#header-sticky #logo {
		margin: 5px 0;
	}
	

	#header-sticky .menu > li > a {
		
	}
	
	#header-sticky .sf-arrows .sf-with-ul:after {
		margin-top: -7px;
	}
	
	#header-sticky .sf-arrows ul .sf-with-ul:after {
		margin-top: -5px;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}


	
	#page-content {
		padding-bottom: 50px;
	}


 	
	#page-header {
	    display: flex;
	    
	    align-items: center;
	    position:relative;
	}
	#page-header  .banner-mask{
		position:absolute;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.3);
	}
	#page-header .innerbanner-text.container{
		position:relative;
	}

	#page-header .innerbanner-text.container h2{
		color: #d6191f!important;
	    font-size: 48px;
	    width: 900px;
	    white-space: initial;
	    -webkit-font-smoothing: antialiased !important;
	    font-weight:400;
	}
	#page-header .innerbanner-text.container  p{
	    font-size: 30px;
	    color: #fff!important;
	    line-height: 30px;
	    margin-bottom:0;
	    -webkit-font-smoothing: antialiased !important;
	   }
	#page-header{
		width:100%;
		height:350px;
	}
	
	#page-header h5 {
		position: absolute;
		top: 100%;
		left: 15px;
		padding: 15px 50px;
		background-color: #d6191f;
		color: #fff;
		text-transform: uppercase;
	}
	
	@media (max-width: 767px) {
		#page-header{
		
		height:260px;
	}
	#page-header .innerbanner-text.container p{
		font-size:24px;
		line-height:24px;
	}
	#page-header .innerbanner-text.container h2{
		display:none;
	}
		#page-header .breadcrumb {
			display: none;
		}
	
	}
	@media (min-width: 767px) {
		.innerbanner-text p{
			width:56%;
		}
	}


	
	#footer-container {
		background-color: #020d1d;
		color: #6f7b8a;
	}
	
	#footer-container h1,
	#footer-container h2,
	#footer-container h3,
	#footer-container h4,
	#footer-container h5,
	#footer-container h6 {
		color:#4190b1;
	}
	
	#footer-container .widget-title {
		margin-bottom: 40px;
		text-transform: uppercase;
		color:#fff;
	}
	
	#footer-container .widget-pages ul li a:hover:before,
	#footer-container .widget-metadata ul li a:hover:before {
		border-color: #fff;
	}
	
	#footer-container .widget-calendar caption {
		color: inherit;
	}
	
	#footer-container .widget-recent-posts ul li .post-title {
	color:#4190b1;;
	}
	
	#footer-container .widget-recent-posts ul li .post-date,
	#footer-container .widget-recent-posts ul li .post-date:before {
		color: #6f7b8a;
	}
	
	#footer-container .widget-recent-posts ul li .post-title:hover,
	#footer-container .widget-recent-posts ul li .post-date:hover,
	#footer-container .widget-recent-posts ul li .post-date:hover:before {
		color: #d6191f;
	}
	
	#footer-container .widget-social .social-media a {
		color: inherit;
	}
	
	#footer-container .widget-contact ul li a {
		color: inherit;
	}
	
	#footer-container .widget-newsletter #NEWSL_EMAIL {
		border: 1px solid #d6191f;
		background-color: transparent;
		color: #6f7b8a;
	}
	
	#footer-container .widget-newsletter #NEWSL_EMAIL:focus {
		border-color: #fff;
	}
	
	#footer-container .widget-newsletter input[type="button"] {
		color: #d6191f;
	}
	
	#footer-container .widget-newsletter input[type="button"]:hover {
		color: #fff;
	}
	
 
 
 	#footer {
		padding: 100px 0 65px;
	}
	
	#footer .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-pages ul {
		float: left;
		margin-right: 30px;
		font-size: 14px;
	}
	
	#footer .widget-pages ul:last-child {
		margin-right: 0;
	}
	
	#footer .widget-pages ul li {
		margin-bottom: 15px;
	}
	
	#footer .widget-pages ul li:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-pages ul li a {
		padding: 0;
		background-color: transparent;
		color:#4190b1;
	}
	
	#footer .widget-pages ul li a:before {
		position: relative;
		top: -3px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid #8d98a6;
		margin-right: 15px;
	}
	
	#footer .widget-pages ul li a:hover {
		color: #d6191f;
	}
	
	#footer .widget-pages ul li a:hover:before {
		border-color: #d6191f;
	}
	
	#footer .widget-text > div {
		padding-left: 0;
		border-left: none;
	}
	
	#footer .widget-text > div h3 {
		margin-bottom: 25px;
	}
	
	#footer .widget-text > div h4 {
		margin-bottom: 30px;
	}
	
	@media (min-width: 1200px) {
	
		#footer .widget-pages ul {
			margin-right: 50px;
		}
	
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#footer .widget-text > div h4 {
			font-size: 16px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#footer [class^="col-"] + [class^="col-"] {
			margin-top: 60px;
		}
		
	}
	

	
	#footer-bottom {
		padding: 15px 0;
		border-top: 1px solid #d6191f;
		color: #fff;
	}
	
	#footer-bottom .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer-bottom .widget-pages ul {
		font-size: 13px;
		text-align: right;
	}
	
	#footer-bottom .widget-pages ul li {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 0;
	}
	
	#footer-bottom .widget-pages ul li:last-child {
		margin-right: 0;
	}
	
	#footer-bottom .widget-pages ul li a {
		padding: 0;
		background-color: transparent;
		color: inherit
	}
	
	#footer-bottom .widget-pages ul li a:before {
		display: none;
	}
	
	#footer-bottom .widget-pages ul li a:hover {
		color: #d6191f;
	}
	
	@media (max-width: 767px) {
		
		#footer-bottom [class^="col-"] + [class^="col-"] {
			margin-top: 10px;
		}
		
		#footer-bottom .widget-pages ul {
			text-align: left;
		}
		
	}
	


 



 
	.about-me {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.about-me img {
		display: block;
		margin-bottom: 40px;
	}
	
	.about-me h5 {
		margin-bottom: 0;
	}
	
	.about-me h6 {
		margin-bottom: 30px;
		color: #d6191f;
	}
	
	.about-me .btn {
		margin-top: 10px;
	}
	
	
	
	.team-list {
		list-style: none;
	}
	
	.team-list li {
		position: relative;
		padding-left: 100px;
		margin-bottom: 20px;
	}
	
	.team-list li:last-child {
		margin-bottom: 0;
	}
	
	.team-list img {
		position: absolute;
		top: -10px;
		left: 0;
	}
	
	.team-list * {
		margin-bottom: 0;
	}
	
	.team-list h6 {
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.team-list a {
		color: #737373;
	}
	
	.team-list i {
		position: relative;
		top: 4px;
		margin-right: 8px;
		color: #d6191f;
		font-size: 20px;
	}
 

 	
	.service-box {
		margin-bottom: 50px;
	}
	
	.service-box-content {}
	
	
	
	.service-box.style-1 {}
	
	.service-box.style-1 > i {
		display: inline-block;
		float: left;
		color: #d6191f;
		font-size: 36px;
		line-height: 40px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-1 .service-box-content {
		margin-left: 80px;
	}
	
	.service-box.style-1 .service-box-content > *:last-child {
		margin-bottom: 0;
		color:#737373;
	}
	
	.service-box.style-1 .service-box-content h5 {
		margin-bottom: 15px;
		line-height: 28px;
	}
	
	.service-box.style-1:hover > i {
		color: #04142b;
		-webkit-animation: icon-zoom 0.5s linear;
				animation: icon-zoom 0.5s linear;
	}
	
	@-webkit-keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.2);
				-ms-transform: scale(1.2);
					transform: scale(1.2);
		}
	}

	@keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.2);
				-ms-transform: scale(1.2);
					transform: scale(1.2);
		}
	}
	
	
	
	.service-box.style-2  {}
	
	.service-box.style-2 > i {
		display: block;
		margin-bottom: 15px;
		color: #d6191f;
		font-size: 36px;
		line-height: 36px;
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.service-box.style-2 .service-box-content h4 {
		margin-bottom: 20px;
		line-height: 24px;
	}
	
	.service-box.style-2:hover > i {
		color: #04142b;
		-webkit-transform-origin: 0 0;
			-ms-transform-origin: 0 0;
				transform-origin: 0 0;
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	
	
	.service-box.style-3 {
		margin-bottom: 23px;
	}
	
	.service-box.style-3 > i {
		display: inline-block;
		float: left;
		width: 68px;
		height: 68px;
		border-radius: 50%;
		background-color: rgba(0,0,0,.2);
		color: #04142b;
		font-size: 22px;
		line-height: 68px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-3 .service-box-content {
		margin-left: 95px;
	}
	
	.service-box.style-3 .service-box-content > *:last-child {
		margin-bottom: 0;
	}
	
	.service-box.style-3 .service-box-content h5 {
		padding-top: 6px;
		margin-bottom: 15px;
		line-height: 28px;
		font-weight: 700;
	}
	
	.service-box.style-3:hover > i {
		background-color: #d6191f;
		color: #fff;
	}
	
	.service-box.style-3:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.service-box.style-1 > i {
			float: none;
		}
		
		.service-box.style-1 .service-box-content {
			margin-left: 0;
		}
		
	}
 

	
	.portfolio-item {
		overflow: hidden;
		margin-bottom: 35px;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
	}
	
	.portfolio-item-thumbnail img {
		width: 100%;
		display: block;
	}
	
	.portfolio-item-hover {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 0;
		margin: 30px 30px 30px 0;
		background-color: rgba(4, 20, 43, 0.9);
		opacity: 0;
		-webkit-transform: translateX(-30px);
			-ms-transform: translateX(-30px);
				transform: translateX(-30px);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-hover a {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		-webkit-transition: color 0.3s, opacity 0.3s -0.1s;
				transition: color 0.3s, opacity 0.3s -0.1s;
	}
	
	.portfolio-item-hover a i {
		position: relative;
		top: 2.5px;
		font-size: 16px;
	}
	
	.portfolio-item-hover a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.portfolio-item-details {}
	
	.portfolio-item-details h5 {
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.portfolio-item-details p {
		font-weight: 300;
	}
	
	.portfolio-item-thumbnail + .portfolio-item-details {
		margin: 25px 0;
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		left: 0;
		width: 100%;
		opacity: 1;
	}
	
	.portfolio-item:hover .portfolio-item-hover a {
		opacity: 1;
		-webkit-transition: color 0.3s, opacity 0.3s 0.2s;
				transition: color 0.3s, opacity 0.3s 0.2s;
	}
	

 	
	
	.blog-article {
		position: relative;
		margin-bottom: 40px;
	}
	
	.blog-article-thumbnail {
		margin-bottom: 15px;
		
	}
	
	.blog-article-thumbnail img {}
	
	.blog-article-thumbnail .owl-carousel {
		margin-bottom: 0;
	}
	
	.blog-article-details {
		margin-bottom: 15px;
	}
	
	.blog-article-details a {
		margin-right: 6px;
		color: #737373;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-details a:after {
		margin-left: 10px;
		color: #d6191f;
		content: "/";
	}
	
	.blog-article-details > a:last-child:after {
		display: none;
	}
	
	.blog-article-details a:last-child {
		margin-right: 0;
	}
	
	.blog-article-details .date:before,
	.blog-article-details .category:before {
		display: inline-block;
		margin-right: 15px;
		color: #d6191f;
		font-family: "sydney-icons";
		font-size: 20px;
		vertical-align: top;
	}
	
	.blog-article-details .date:before {
		content: "\e902";
	}
	
	.blog-article-details .category:before {
		content: "\e990";
	}
	
	.blog-article-details .tag a,
	.blog-article-details .author {
		color: #04142b;
		font-weight: 500;
	}
	
	.blog-article-details .tag a {
		margin-right: 0;
	}
	
	.blog-article-details .tag a:after {
		display: none;
	}
	
	.blog-article-details .tag {
		margin-right: 15px;
	}
	
	.blog-article-details a:hover {
		color: #d6191f;
		text-decoration: none;
	}
	
	.blog-article-details .comments {
		float: right;
		color: #d6191f;
	}
	
	.blog-article-details .comments:hover {
		color: #04142b;
	}
	
	.blog-article-thumbnail + .blog-article-details .category {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		padding: 3px 10px;
		background-color: #d6191f;
		color: #fff;
	}
	
	.blog-article-thumbnail + .blog-article-details .category:before {
		display: none;
	}
	
	.blog-article-thumbnail + .blog-article-details .category:after {
		display: none;
	}
	
	.blog-article-title {
		margin-bottom: 15px;
	}
	
	.blog-article-thumbnail + .blog-article-title {
		margin-top: 30px;
		margin-bottom: 5px;
		font-weight: 700;
	}
	
	.blog-article:hover .blog-article-thumbnail + .blog-article-details .category {
		background-color: #04142b;
	}
	
	.blog-article:hover .blog-article-thumbnail + .blog-article-details .category:hover {
		background-color: #d6191f;
		color: #fff;
	}
	
	.blog-article-content {
		color:#737373;
	}
	
	.blog-article-details + .blog-article-content {
		margin-top: 30px;
	}
	
	.blog-article-content > a {
		display: inline-block;
		margin-top: 10px;
		color: #04142b;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-content > a i {
		position: relative;
		top: 4px;
		color: #d6191f;
		font-size: 20px;
	}
	
	.blog-article-content > a:hover {
		color: #d6191f;
		text-decoration: none;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.blog-article-details .comments {
			float: none;
		}
	}
	
	@media (max-width: 767px) {
		
		.blog-article-details .comments {
			float: none;
		}
	}
	
	
	
	.blog-article-author {
		position: relative;
		margin-bottom: 75px;
		background-color: #fff;
		color: #04142b;
	}

	.blog-article-author > img {
		float: left;
	}

	.blog-article-author-details {
		padding: 30px;
		margin-left: 180px;
	}

	.blog-article-author-details h5 {
		margin-bottom: 15px;
	}

	.blog-article-author-details > *:last-child {
		margin-bottom: 0;
	}

	.blog-article-author:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (max-width: 767px) {
		
		.blog-article-author > img {
			float: none
		}

		.blog-article-author-details {
			padding: 30px;
			margin-left: 0;
		}
		
	}
	
	
	
	.commentlist-title {
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
	}
	
	.commentlist {
		margin: 55px 0 100px;
	}
	
	.commentlist ul {}
	
	.commentlist li > ul.children {
		margin-left: 125px;
	}
	
	.commentlist li {}
	
	.comment-body {
		position: relative;
		padding-left: 125px;
		margin-bottom: 50px;
	}
	
	.comment-author {
		line-height: 27px;
	}
	
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.comment-author .fn {
		display: inline-block;
		margin-bottom: 7px;
		color: #04142b;
		font-size: 18px;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.comment-author .fn:hover {
		color: #d6191f;
	}
	
	.comment-author .says {
		display: none;
	}
	
	.comment-metadata {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	
	.comment-metadata a {
		color: #737373;
	}
	
	.comment-content {}
	
	.reply {}
	
	.reply a {
		display: inline-block;
		padding: 5px 30px;
		background-color: rgba(0,0,0,.2);
		color: #04142b;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.reply a:hover {
		background-color: #d6191f;
		color: #fff;
	}
	
	@media (max-width: 767px) {
		
		.comment-body {
			padding-left: 0;
		}
		
		.comment-author .avatar {
			position: relative;
			display: block;
			margin-bottom: 20px;
		}
		
	}
	
	
	
	.commentform-title {
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#commentform {
		margin: 50px 0;
	}
	
	#commentform label {}
	
	#commentform textarea,
	#commentform input[type="url"],
	#commentform input[type="text"],
	#commentform input[type="email"] {}
	
	#commentform button[type="submit"] {
		margin-top: 20px;
	}


 	
 	
	#contact-form {
		margin-bottom: 50px;
		    text-align: center;
	}
	
	#contact-form label {
		display: block;
	}
	
	#contact-form label.error {
		position: relative;
		top: -10px;
		color: #ff2222;
	}
	
	#contact-form textarea,
	#contact-form input[type="text"],
	#contact-form input[type="email"] {
		position: relative;
		z-index: 1;
		    
	}
	
	#contact-form button[type="submit"] {
		margin-top: 20px;
	}
	
	
	
	.quick-contact-form {
		margin: 75px 0 30px 0px;
	}
	
	.quick-contact-form input {
		padding-left: 0;
		border: none;
		border-bottom: 2px solid #04142b;
		background-color: transparent;
	}
	
	.quick-contact-form input:focus {
		border-color: transparent;
		border-bottom-color: #d6191f;
	}
	
	.quick-contact-form ::-moz-placeholder {
		color: #04142b;
	}
	
	.quick-contact-form ::-webkit-input-placeholder {
		color: #04142b;
	}
	
	.quick-contact-form :-ms-input-placeholder {
		color: #04142b;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.quick-contact-form {
			margin-left: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.quick-contact-form {
			margin-left: 0;
		}
		
	}
	

 
	.icons-list {
		list-style: none;
	}

	.icons-list li {
		text-align: center;
		display: inline-block;
		padding: 10px;
		width: 13.7%;
		min-height: 100px;
		vertical-align: top;
	}

	.icons-list li i,
	.icons-list li .glyphicon {
		font-size: 20px;
	}

	.icons-list li .icon-name {
		display: block;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {

		.icons-list li {
			width: 19%;
		}
		
	}
	
	@media (max-width: 767px) {

		.icons-list li {
			width: 49%;
		}
		
	}
	


	
	.container.about-tit{
		position:relative;
		z-index:100;
	}
	#footer a.e-mail{
		color:#4190b1;
		text-decoration: none
	}
	#footer a.e-mail:hover{
		color:#d6191f;
		
	}
	#footer h6,{
		font-weight:400;
		color:#4190b1;
	}


	.tp-caption h2{
		color:#d6191f!important;
		font-size:48px;
		width:900px;
		white-space: initial;

	}
	.tp-caption p{


		
		margin-bottom:0;

	}
	.tp-caption .tit-2{
		font-size:30px;
		font-weight:400;
		line-height:50px;
	


	}
	.tp-caption .tit-3{
		font-size:16px;
		font-weight:300;
		color:#fff!important;
		line-height:30px;
		
	}
	@media only screen and (min-width: 768px) {
		.tp-caption .tit-2{
			width:810px;
		}
	}

	@media only screen and (max-width: 767px) {
		.tp-caption .tit-3{
			
			
		}
	}


	@media only screen and (min-width: 300px) and (max-width: 1440px) {

	   	.tp-caption{
		  	padding-left:15%;
		}
		
	}
	@media only screen and (min-width: 768px) and (max-width: 1440px) {
		.tit-1{
			margin-left:-1.5%;
		}
	}

@media only screen and (min-width: 300px) and (max-width: 1023px){
	.tp-caption h2{
		font-size:26px;
		line-height:30px;
	

	 }
	 .tp-caption .tit-2{
		font-size:18px;
		line-height:24px;
		margin-top:-10px;
 		
	  }
	 .tp-caption .tit-3{
		font-size:13px;
		line-height:18px;
		
	

	  }

	  
}
@media only screen and (max-width: 500px){
 .tp-caption p,.tp-caption h2,.tp-caption .tit-3{
	white-space: normal;
	width:370px;

	}
	.tp-caption .tit-3{
		display:inline;
	}

}
@media only screen and (max-width: 400px){
 .tp-caption p,.tp-caption h2,.tp-caption .tit-3{

	width:315px;

	}
	.tp-caption .tit-2{
		font-size:15px;
	}
	

}


	@media only screen and (min-width: 300px) and (max-width: 769px) {

		.icons-list li {
			width: 32%;
		}
		
		  
		#footer .widget-pages ul li {
		  
		    width: 31%;
		    display: inline-block;
		}
		.tp-caption p{
		    font-size: 14px;


		}
		.parallax{
			    background-attachment:scroll!important;
		}

		


	}
		@media only screen and (min-width: 300px) and (max-width: 500px){
			.tp-caption{
		  	padding-left:5%;
		}
		.tp-caption p{
		    
			
			

		}
	}












.about-culture p{
	    
	    
}
.about-culture p.n{
	    text-indent: 0;
}


.about-us-page .culture p,.about-us-page .profile p{
	color:#333;
}
.about-us-page .culture h5{
	color:#e53c46;
}
.about-us-page .culture .text-tit{
	width:90%;
	text-align:center;
	margin:0 auto;
}
.about-us-page .culture .image-box{
	margin-bottom:26px;
}
.about-us-page .profile p{

	margin-bottom:0;
}
.about-us-page .ad{
	padding:100px 0 80px; background-image:url(../image/bg-11.png);    ;
}



@media only screen and (min-width: 768px){
	.partner .col-sm-2{
		width:20%;
		padding:0;
	}
	.partner .row{
	margin-bottom:50px;
    }
}



.contact{
	text-align:center;
}
.contact .col-md-3:hover p,.contact .col-md-3:hover i.icon{
	color:#d41d28;
}
.contact i.icon{
	font-size:70px;
	font-weight:400;
	color:#202020;
}

.contact p{
	margin:0;
	color:#333;
}
.contact input, .contact textarea{
	border:none;

}

@media only screen and (min-width: 768px){
	.row.info .col-md-3{
		padding:0;

	}
	.contact .row.info i,.contact .row.info em{
		margin-bottom:45px;
		display:block;

	}
	
	.container.mapinfo h3{

		font-size:24px;
	}
}


.case-detail>div{
	margin-bottom:20px;
}
.case{
	
}
.case li:hover a{color:#d6191f;}
.case li:hover span{background:#d6191f;}

.case li.active a{color:#d6191f;}
.case li.active span{background:#d6191f;}
ul.case-list{
	margin:20px 0;
}
ul.case-list li{
	display:inline-block;
	margin:6px;
	color:#333;
}
.case-detail{
	
}
.case h5.tit{
	font-size:16px;
	margin:20px 0 0px;
	font-weight:500;
}

.case h5:before {
    border-color: #c8bba1;
    color: #04142b;

        position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid #d6191f;
    margin: 0 10px 0 0px;
    color: #04142b;
    content: "";
}


@media only screen and (min-width: 768px){
	ul.case-list li{
	
		margin:20px;

	}
	.case-list li{
	
		width:20%;
		font-size:24px;
	
	}
	.case-detail>div{
		padding:0;
		width:47%;
		
	}
	.case-detail>div:nth-child(odd){
		padding-left:0;
		margin-right:6%;

	}
	.case-detail>div:nth-child(even){
		padding-right:0;

	}
}


.news-top{
	border-bottom:1px solid #554e4e;
	margin-bottom:60px;
}
.news-top li:hover a{
	color:#d6191f;
}
.news-top li.active a{
	color:#d6191f;
}
.news-top li{
	display:block;
	float:left;
	padding:20px 20px 20px 20px;

}
.news-top li a{
	color:#333;
}
@media only screen and (min-width: 768px){
	.news-top li a{
		font-size:20px;
	}
	.news-top li{
		padding:20px 40px 20px 20px;


	}
}


.pcb-design{
	text-align:center;
}
.pcb-design h5{
	font-size:15px;
	font-weight:600;
}
.pcb-design i,.pcb-design em{
	margin-bottom:45px;
	font-size:70px;
	color:#d41d28;
	display:block;
	
}

.pcb-design p{
	color:#333;
}
.pcb-design-page .ad{
	padding:140px 0 140px; background-image:url(../image/pcb-ad1.png);    ;
}


.design-refer .col-md-6:nth-child(2){
	padding:40px;
}

.design-refer img{
	width:100%;
}
.design-refer ul{
	margin-top:40px;
	overflow:hidden;
}
.design-refer .col-md-6>ul:last-child{
	margin-top:0;
}
.design-refer li{
	display:block;
	float:left;

	margin-bottom:10px;
}
.design-refer i,.design-refer em{
	width:40px;
	line-height:40px;
	border-radius:50%;
	display:inline-block;
	background:#d41d28;
	text-align:center;
	color:#fff;
	    font-style: normal;
	    margin-right:20px;
	 
}

.pcb-chip .col-md-3{
	text-align:center;

}
.pcb-chip .right-img{
	margin-bottom:50px;
}
.pcb-chip p{
	margin-bottom:0;
}
.pcb-chip .row{
	margin-bottom:40px;
}
.pcb-path{
	text-align:center;
}
@media screen and (max-width: 768px){
	.design-refer i,.design-refer em{
	margin-right:10px;
}
}

@media screen and (min-width: 768px){
	
	
	.pcb-design img{
		padding:40px 20px;
	}
	
	.pcb-chip .row{
		    display: flex;
	    align-items: center;
	}
	.design-refer li{
		width:49%;
	}
	.design-refer .col-md-6:nth-child(2){
		padding-left: 30px;
	}
	.design-refer li{
		min-height:70px;
		max-height:71px;
	}

}
@media (min-width: 767px)  and (max-width: 1367px) {
	.design-refer .col-md-6:nth-child(2){
		padding-left: 20px;
	}

	
}
@media screen and (max-width: 768px){

	.pcb-chip{
		text-align:center;
	}
	.pcb-design .col-md-3{
		margin-bottom:40px;
	}
	.pcb-design .col-md-3:last-child{
		margin-bottom:0px;
	}
}
@media screen and (max-width: 1830px) {

.design-refer i,.design-refer em{
		float:left;
	}

}


.pcb-making-page .ad{
padding:140px 0 140px; background-image:url(../image/making-ad.png); 
}
.pcb-making i,.pcb-making em{
	width:10px;
	height:10px;
	background:#333;
	margin-right:15px;
	display:inline-block;
	border-radius:50%;

}
.pcb-making h5{
	color:#d41d28;
	font-weight:600;
	margin-bottom:20px;
}
.pcb-making img{
	margin-bottom:20px;
	width:100%;
}
.full-section h3{
	color:#fff;
	font-weight:400;
}
.making-cycle th{
	text-align:center;

}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	vertical-align: middle
}
.making-cycle tr:first-child th{
	background:#d41d28;
	color:#fff;
	border:1px solid #d41d28;
}
.making-cycle .col-sm-12{
	color:#333;
	margin-bottom:30px;
}
@media screen and (min-width: 768px){
	.making-cycle tr:first-child th{
		font-size:18px;
		font-weight:600;
	}
}
@media screen and (max-width: 500px){
	.making-cycle td,.making-cycle th{
		font-size:10px;
	}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
		padding:1%;
	}
}
@media screen and (max-width: 400px){
	.making-cycle .col-sm-12{
		padding-left:3px;
		padding-right:3px;
	}
}


.yuan>p{
	text-align:center;
}
.yuan-right i,.yuan-right em{
	background:#fff url('../image/success.png') center center;
	width:32px;
	height:32px;
	display:inline-block;
	border-radius:50%;
	
}
.yuan .absmiddle>div.yuan-right{
	padding:0 35px;

}
.yuan-right p{
	display:inline-block;
	color:#fff;
}
.yuan-right ul{
	margin-right:20px;
	margin-bottom:0;
}
.yuan-right img{
	margin-right:15px;
}
.yuan .absmiddle{
	background:#05152a;
}
.yuan .absmiddle>div{
	padding:0;

}
.yuan-icon{
	text-align:center;
}



.yuan-icon p{
	color:#333;
	margin-bottom:0;
}
.row.yuan-bottom{
	text-align:center;
}
.row.yuan-bottom img{
	margin-bottom:20px;
	text-align:center;
}
@media screen and (max-width: 768px){
	.yuan .absmiddle>div.yuan-right{
		padding:20px;
	}
	.yuan-right ul{
		margin-right:0px;

	}
	
}


.org,.quality {
	text-align:center;
}



.smt-page .smt-ad{
	padding:80px 0 80px; background:#05152a 
}
.smt-page .smt-ad2{
	padding:45px 0; background:url('../image/smtad2.png')
}
.smt .absmiddle{
	background:#05152a;
}
.smt .col-sm-3{
	text-align:center;
}
.smt .col-sm-3 p{
	 color:#333;
	 margin-top:30px;
	 font-size:18px;
}
.smt-left img{
	width:100%;
}


.smt .absmiddle>div{
	padding:0;
	
}
.smt .absmiddle>div.smt-right{
	padding:10px 0 10px 20px;
	text-align:left;
	
	color:#fff;

}
.smt-right i,.smt-right em{
	   
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
    background:#d6191f;
}
.smt-right p{
	margin-bottom:5px;
}
.smt-right p:last-child{
	margin-bottom:0;
}
.smt-ad span{
	color:#d6191f;
	
}
.tp {
	text-align:center;
}
.smt-ad2 .col-sm-6 p{
	text-align:left;
}
.smt-ad2 p:first-child{
	font-size:24px;

}
 

.row.smt-bottom>div>p{
	color:#d6191f;
	font-weight:600;
	font-size:18px;
	margin-top:20px;
}
.row.smt-bottom img{
	width:100%;
}


@media screen and (min-width: 768px){
	.row.smt-bottom img{
		width:100%;
	}
	.row.smt-bottom ul:first-child{
		padding-right:0;
	}

	.row.smt-bottom ul:last-child{
		padding-left:0;
	}
	.smt .absmiddle>div.smt-right{
		padding:10px 50px;
		

	}

}
@media screen and (max-width: 768px){
	
}


.spe-page .spe-ad2{
	padding:80px 0 80px; background: url('../image/spead2.png') center center ;
}
.spe-page .spe-ad3{
	padding:80px 0 80px; background:#05152a;
}

.spe-right h4{
	color:#fff;
}
.spe-right .line1,.spe-right .line2{
	background:#d6191f;
}

.spe-ad .col-md-3 p:first-child,.spe-ad .col-md-3 p:nth-child(2){
	color:#d6191f;
}
.spe td{
	background:#88898a;
	color:#fff;
}
.spe-ad2 .line1,.spe-ad2 .line2{
	margin:0 auto;
	display:block;

}

.spe-ad2 .line1{
	margin-bottom:3px;
}

.spe-value p{
	color:#333;


}
.spe-value i,.spe-value em{
	background-color:#d9d9d9;
}


.spe-bottom p{
	margin:0;
}
@media screen and (min-width: 768px){
	.spe-ad3{
		text-align:left;
	}
	
		.spe-bottom .col-md-4{
		padding:36px;
	}
	.spe-ad{
		text-align:left;
	}

}
@media screen and (max-width: 768px){
	.spe-ad3 span{
		margin:0 auto;
	}
	.spe-ad3 .line1{
		margin-bottom:3px;
	}
}



input:-webkit-autofill{
	-webkit-box-shadow:0 0 0px 1000px #ccc inset!important;
	-webkit-text-fill-color:#333;
}