<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */ 



 



 



/*Universal*/



/*html {



 	-webkit-overflow-scrolling:touch;



	-webkit-tap-highlight-color:#f4f4f3;



	-webkit-text-size-adjust:100%; 



	-ms-text-size-adjust:100%;



 }



*/



 

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(select.png) no-repeat right #ddd !important;
	border-radius: 0;
	border: 1px solid #000
}
body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	line-height: normal;
	color: #363636;
}
a:active, a:hover {
	outline: none;
}
#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}
#header {
	width: 100%;
	background: #fff;
	padding: 6px 0;
	border-bottom: 10px solid #0162bc;
}
#Containner {
	width: 100%;
	padding: 0 0;
}
#Footer {
	width: 100%;
	padding: 15px 0;
}
.content {
	width: 96%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
	font-family: 'TitilliumText22L-Regular';
}
.clear {
	clear: both
}
img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	text-decoration: none;
	outline: none;
	color: #0162bc;
}
.content * {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.content *:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/*end Universal*/



.logo {
	width: 90px;
	float: left;
	padding: 0 0 0 0;
}
.logo img {
	width: 100%
}
.header_right {
	width: 1050px;
	float: right;
	font-family: 'TitilliumText22L-Regular';
	color: #fff;
	margin-top: 20px;
}
.menu {
	color: #fff;
	font-size: 17px;
	line-height: 16px;
	float: right
}
.menu ul {
	margin: 15px 0 0 -15px;
	padding: 0;
}
.menu ul li {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	text-transform: uppercase
}
.menu ul li a {
	display: block;
	padding: 0;
	color: #363636
}
.menu ul li a:hover {
	color: #3991c6;
}
.menu ul li a.selectMn {
	color: #0162bc
}
.menu ul li a.selectMn:hover {
	margin-top: 0
}
.menu ul li:hover .dropdown ul li {
	background: #4f4f4f;
	border-radius: 20px;
	margin-top: 0
}
.menu ul li.lang {
	margin-left: 30px;
}
img.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.6
}
.main-banner {
	margin: 0 auto;
	width: 100%;
	max-width: 1366px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.main-banner img {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.box-ser-index {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto 50px auto;
}
.box-ser-index ul {
	margin: 0;
	padding: 0;
}
.box-ser-index ul li {
	margin: 0;
	padding: 32px 0;
	float: left;
	list-style: none;
	display: block;
	width: 33.33%;
}
.box-ser-index ul li.box-ser-sate {
	text-align: center;
	background-size: cover !important;
	background: url(../images/bg-ser-01.jpg) no-repeat top center;
}
.box-ser-index ul li.box-ser-dth {
	text-align: center;
	background-size: cover !important;
	background: url(../images/bg-ser-02.jpg) no-repeat top center;
}
.box-ser-index ul li.box-ser-wiless {
	text-align: center;
	background-size: cover !important;
	background: url(../images/bg-ser-03.jpg) no-repeat top center;
}
.box-ser-index ul li .box-ser-icn {
	width: 55px;
	margin: 0 auto 10px auto;
}
.box-ser-index ul li .box-ser-icn img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.box-ser-index ul li:hover .box-ser-icn img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.box-ser-index ul li h2 {
	font-family: 'TitilliumText22L-Regular';
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}
.box-content-index {
	width: 50%;
	float: left;
	margin-bottom: 30px
}
.box-content-index h1 {
	font-size: 25px;
	text-transform: uppercase;
}
.box-content-index h1 span {
	color: #0162bc
}
.box-content-index-img {
	width: 45%;
	margin: 0 2% 30px 0;
	float: left;
}
.box-content-index-img img {
	width: 100%
}
#Footer {
	border-top: 1px solid #d9d9d9;
	padding: 0 0;
	width: 100%;
}
.footer-left {
	width: 320px;
	float: left;
	padding: 15px 0 10px 0;
	display: flex;
	align-items: center;
}
.footer-left img {
	width: 32px;
	display: inline-block;
	margin-right: 5px;
}
.footer-right {
	width: 800px;
	float: right;
	text-align: right;
	padding: 25px 0 0 0
}
.footer-left img:hover {
	opacity: 0.6
}
/*satellite control*/
.box-txt-caption h1 br {display: none}
.bg-satellite-control {
	background: url(../images/bg-satel-control.jpg) no-repeat top center;
}
.bg-satellite-control-inner {
	padding: 30px 0 !important;
	background: url(../images/bg-line.jpg) no-repeat bottom center;
}
.bg-product {
	padding: 30px 0 !important;
	background: url(../images/bg-line.jpg) no-repeat top center;
}
.box-content-control {
	padding: 60px 0;
	width: 590px;
}
h1 {
	font-family: 'TitilliumText22L-Regular';
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #4c4c4c;
	margin: 0 0 20px 0
}
h1 span {
	color: #0162bc;
}
ul.box-control {
	margin: 0;
	padding: 0;
}
ul.box-control li {
	text-transform: uppercase;
	margin: 0 0 3px 0;
	padding: 0;
	width: 33.33%;
	float: left;
	display: block;
}
ul.box-control li a {
	font-family: 'TitilliumText22L-Regular';
	font-size: 17px; line-height: 24px;
	padding: 60px 0;
	text-align: center;
	display: block;
	width: 98%;
	background: rgba(255,255,255,0.8);
}
ul.box-control li a:hover {
	background: rgba(214,0,5,0.8);
	color: #fff
}
ul.box-control li a span {
	color: #0162bc
}
ul.box-control li a:hover span {
	color: #fff
}
.col-50 {
	width: 50%;
	float: left;
}
.col-70 {
	width: 70%;
	float: left;
}
.col-48 {
	width: 48%;
	float: right;
}
.col-img-left {
	width: 49%;
	float: left;
}
.col-img-right {
	width: 49%;
	float: right;
}
.col-img-left img, .col-img-right img {
	width: 100%
}
.img-about {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.img-about img, .img-about-right img, .img-right img {
	width: 100%
}
.img-about-right {
	width: 28%;
	margin-right: 2%;
	float: left;
}
.img-right {
	width: 48%;
	margin-left: 2%;
	float: right
}
.col-img-center {width: 100%; }
.col-img-center img {display: block; margin: 0 auto}
.box-txt-caption {
	text-align: center;
	padding: 0 0 30px 0;
}
.box-txt-caption h1 {
	margin-bottom: 0;
}
.box-txt-caption p {
	font-family: 'TitilliumText22L-Regular';
	font-size: 20px;
	color: #111
}
.font-face {
	font-family: 'TitilliumText22L-Regular';
	font-size: 17px;
}
.box-content-all h1 {
	margin: 0;
	padding: 0 0 10px 0
}
.box-content-all p {
	margin: 0;
	padding: 10px 0;
}
.box-content-all h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: 'TitilliumText22L-Regular';
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	color: #4c4c4c;
}
.box-content-all h2 span {
	color: #0162bc;
}
ul.list-bullet {
	margin: 15px;
	padding: 0;
}
ul.list-bullet li {
	background: url(../images/bullet-list.png) no-repeat top left;
	padding: 0 0 0 15px;
	list-style: none;
	margin: 0;
}
.nodata {
	padding: 200px 0;
	text-align: center;
	color: #0162bc
}
.btn-close {
	position: absolute;
	top: -10px;
	right: -50px;
}
.box-product-left {
	width: 715px;
	float: left;
	position: relative
}
.box-product-right {
	width: 461px;
	float: right;
	position: relative;
	margin-bottom: 4px
}
.txt-topic {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 99
}
.txt-topic h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'TitilliumText22L-Regular';
	color: #fff;
}
.txt-topic-r {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 99
}
.txt-topic-r h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'TitilliumText22L-Regular';
	color: #fff;
}
.txt-topic-l {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 99
}
.txt-topic-l h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'TitilliumText22L-Regular';
	color: #fff;
}
.box-product-left:hover .bg-hover, .box-product-right:hover .bg-hover {
	background: rgba(0,0,0,0.6)
}
.box-product-left:hover h2, .box-product-right:hover h2 {
	color: #fff
}
.bg-hover {
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 90
}
.bg-about {
	background: url(../images/bg-about.jpg) no-repeat bottom center #ecf3f9;
	padding: 40px 0
}
.bg-satellie {
	background: url(../images/bg-satellite.jpg) no-repeat bottom center #f4f4f4;
	padding: 60px 0
}
.bg-satellie-white {
	background: url(../images/bg-line.jpg) no-repeat bottom center #fff;
	padding: 60px 0
}
h2.txtsub {
	line-height: 11px;
	font-size: 23px;
	color: #4c4c4c;
	text-transform: uppercase;
	font-family: 'TitilliumText22L-Regular';
}
h2.txtsub span {
	display: inline-block;
	font-size: 17px;
	background: #d60005;
	color: #fff;
	text-align: center;
	width: 25px;
	height: 10px;
	padding: 5px 0;
}
ul.list-news {
	margin: 0;
	padding: 0;
}
ul.list-news li {
	margin-bottom: 30px;
	list-style: none;
	display: block;
	float: left;
	width: 25%;
}
ul.list-news li .box-news {
	background: #fff;
	width: 92%;
	margin: 0
}
ul.list-news li .news-detail {
	padding: 15px;
	min-height: 100px;
}
ul.list-news li .box-news img {
	width: 100%;
}
ul.list-news li .news-detail h2 {
	font-size: 15px;
	line-height: 22px;
	font-family: arial;
	color: #0162bc;
	margin-bottom: 10px;
	padding: 0;
}
ul.list-news li .news-detail p {
	margin: 0;
	padding: 0;
}
ul.list-news li:hover .box-news {
	background: #d60005
}
ul.list-news li:hover .news-detail {
	color: #fff;
}
ul.list-news li:hover .news-detail h2 {
	color: #fff;
}
ul.list-news.about li {
	margin-bottom: 10px;
	list-style: none;
	display: block;
	float: none;
	width: 100%;
}
ul.list-news.about li .img-cover {
	width: 30%;
	float: left
}
ul.list-news.about li .img-cover img {
	width: 100%
}
ul.list-news.about li .news-detail {
	padding: 15px;
	width: 66%;
	float: left;
}
ul.list-news.about li .box-news {
	background: #f5f5f5;
	margin: 0;
	width: 100%;
}
ul.list-news.about li:hover .box-news {
	background: #f5f5f5;
}
ul.list-news.about li:hover .news-detail {
	color: #555;
}
ul.list-news.about li:hover .news-detail h2 {
	color: #0162bc;
}
.page {
	margin: 30px auto 20px auto;
	width: 40%;
	text-align: center
}
.page ul {
	margin: 0;
	padding: 0;
}
.page ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.page ul li a {
	background: #fff;
	border-radius: 100%;
	text-align: center;
	width: 44px;
	height: 44px;
	display: table-cell;
	vertical-align: middle;
	color: #444;
}
.page ul li a:hover {
	color: #d60005
}
.page ul li a.selectpage {
	background: #d60005;
	color: #fff;
}
.page img:hover {
	opacity: 0.6;
	cursor: pointer
}
#box-news-detail {
	background: #fff;
}
.box-news-img {
	width: 50%;
	float: left
}
.box-news-img img {
	width: 100%
}
.box-news-details {
	width: 46%;
	padding: 20px;
	float: left
}
h2.topic-news {
	line-height: normal;
	font-size: 15px;
	color: #d60005;
	margin-bottom: 10px;
	font-family: 'TitilliumText22L-Regular';
}
ul.btn-news {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.btn-news li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 2px 0 0
}
ul.btn-news li a {
	display: block;
	text-align: center;
	padding: 10px 20px;
	font-family: 'TitilliumText22L-Regular';
	font-size: 15px;
	color: #fff;
	background: #0162bc;
}
ul.btn-news li a img {
	display: inline-block;
	margin: 0 4px -5px 0;
}
ul.btn-news li a:hover {
	background: #d60005
}
ul.btn-news li a.selectbtn {
	display: block;
	text-align: center;
	padding: 10px 20px;
	font-family: 'TitilliumText22L-Regular';
	font-size: 15px;
	color: #fff;
	background: #d60005;
}
.gall {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	margin-top: 20px;
	font-family: 'TitilliumText22L-Regular';
	font-size: 15px;
	color: #fff;
	background: #0162bc;
}
.gall:hover {
	background: #d60005;
	color: #fff
}
.gall img {
	width: 21px !important;
	display: inline-block;
	margin: 0 4px -4px 0
}
#box-finance {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	position: relative
}
.box-finance {
	width: 50%;
	float: left;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.box-finance img {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.box-finance .bg-hover {
	background: rgba(0,0,0,0.5);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.box-finance:hover .bg-hover {
	background: rgba(0,0,0,0.8);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.txt-finance-center {
	position: absolute;
	padding-top: 40%;
	text-align: center;
	font-family: 'TitilliumText22L-Regular';
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	z-index: 99;
	width: 100%;
}
.box-txt-finance {
	background: #fff;
	text-align: center;
	border-radius: 100%;
	right: -100px;
	width: 200px;
	height: 120px;
	position: absolute;
	top: 36%;
	display: inline-block;
	padding-top: 80px;
	text-transform: uppercase;
	font-family: 'TitilliumText22L-Regular';
	font-size: 30px;
	color: #0162bc;
	z-index: 999
}
.tbl-head {
	background: #0162bc;
	color: #fff;
	font-family: 'TitilliumText22L-Regular';
	font-size: 17px;
}
.tbl-head td {
	padding: 10px 0;
	border-bottom: none
}
.tbl-row {
	margin-bottom: 60px;
}
.tbl-row td {
	padding: 10px 10px;
	border-bottom: 1px solid #f5f5f5
}
.tbl-row td img {
	display: inline-block
}
.tbl-row td img:hover {
	opacity: 0.6
}
.tbl-row td span {
	color: #f00
}
.box-contact-address {
	background: #fff;
	width: 433px;
	float: left;
	margin-right: 10px;
}
.address {
	padding: 23px;
	height: 330px
}
.address h2 {
	color: #0162bc;
	margin-bottom: 10px;
	text-transform: uppercase
}
.box-contact-btn {
	width: 140px;
	float: left;
	margin-right: 10px;
}
.box-contact-form {
	width: 587px;
	float: left;
	background: #fff;
}
ul.btn-contact {
	margin: 0;
	padding: 0;
}
ul.btn-contact li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	display: block;
}
ul.btn-contact li a {
	background: #fff;
	display: block;
	text-align: center;
	padding: 28px 0 30px 0;
}
ul.btn-contact li a img {
	width: 37px;
	display: block;
	margin: 0 auto 10px auto;
}
ul.btn-contact li a h3 {
	font-family: 'TitilliumText22L-Regular';
	font-size: 17px;
	margin: 0;
	padding: 0;
}
ul.btn-contact li a:hover h3 {
	color: #3884ca
}
.form-pad {
	padding: 20px 20px 20px 20px;
	min-height: 384px
}
ul.field-form {
	margin: 0;
	padding: 0;
}
ul.field-form li {
	list-style: none;
	width: 258px;
	margin: 0 10px 10px 0;
	float: left
}
ul.field-form li .txtbox {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 0;
	text-indent: 10px;
	background: #fff;
	color: #111;
	font-family: 'TitilliumText22L-Regular';
	font-size: 15px;
}
ul.field-form li.auto {
	width: 524px;
}
ul.field-form li .txtbox-security {
	width: 160px;
	border: 1px solid #ccc;
	padding: 10px 0;
	text-indent: 10px;
	background: #fff;
	color: #111;
	font-family: 'TitilliumText22L-Regular';
	font-size: 15px;
}
.btn-submit {
	background: #cccccc;
	color: #fff;
	font-family: 'TitilliumText22L-Regular';
	font-size: 15px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	padding: 7px 20px;
}
.btn-submit:hover {
	background: #d60005
}
.box-career-position {
	width: 370px;
	height: 543px;
	overflow: auto;
	background: #fff;
	float: left;
	margin-right: 20px;
}
ul.list-position {
	margin: 0;
	padding: 0;
}
ul.list-position li {
	margin: 0 0 0 0;
	border-bottom: 2px solid #eaf1f8;
	padding: 0;
	list-style: none;
	display: block;
}
ul.list-position li a {
	background: #fff;
	padding: 10px;
	color: #111;
	display: block;
}
ul.list-position li a:hover {
	background: #d60005;
	color: #fff;
}
ul.list-position li a.select-position {
	background: #d60005;
	color: #fff;
}
.box-career-detail {
	background: #fff;
	width: 785px;
	float: left;
	min-height: 542px;
}
.career-pad {
	padding: 30px;
}
h3.txt-career {
	color: #0162bc;
}
h3.txt-career span {
	display: block;
	color: #b2b2b2;
}
.career-pad hr {
	border-bottom: 1px solid #b2b2b2;
	border-top: none;
}
a.btn-application {
	display: block;
	margin: 20px 0 0 0;
	float: left;
	padding: 10px 20px;
	text-align: center;
	background: #d60005;
	color: #fff;
	text-transform: uppercase;
	font-family: 'TitilliumText22L-Regular';
	font-size: 15px;
}
a.btn-application img {
	width: 20px;
	margin: 0 10px -2px 0;
	display: inline-block
}
.img-center {
	margin: 20px 0 0 0;
}
.txt-editor {
	height: 267px;
	overflow: auto;
	padding-right: 10px;
}
</pre></body></html>