<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
.clear{
	clear:both;
}
button{
	border:none;
}
a{
	text-decoration:none;
	color:#000;
}
img{
	border:none;
	max-width:100%;
}
label{
	cursor:pointer;
}
input{
	outline:none;
}
iframe{
	border:none;
}
embed{
	display:block;
}
.link-primary{
	background:none no-repeat scroll left center #E66054;
	height:21px;
	color:#FFFFFF;
	padding:6px 20px;
	font-size:13px;
}
.input-text{
	border: 1px solid #CFCFCF;
	color: #949494;
	display: inline-block;
	position: relative;
	text-decoration: none;
	transition: background-color 0.15s ease-in-out 0s;
	margin: 0px;
	outline: medium none;
	padding: 8px 4px;
}
.input-text:focus{
    border: 1px solid #cccccc;
}
.input-tiny{
    width: 10%;
}
.input-small{
    width: 25%;
}
.input-mid{
    width: 50%;
}
.input-large{
    width: 75%;
}
.input-full{
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.input-textarea{
    border: solid 1px #CFCFCF;
    width:100%;
	-moz-box-sizing: border-box;
    padding: 5px;
	color:#949494;
}
.cbbox{
    border: solid 1px #cccccc;
    padding: 6px 4px;
}
.alert{
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	background-color: rgb(252, 248, 227);
	border: 1px solid rgb(251, 238, 213);
	color: rgb(192, 152, 83);
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
	float: right;
	font-weight: bold;
	line-height: 20px;
	color: rgb(0, 0, 0);
	text-shadow: 0px 1px 0px rgb(255, 255, 255);
	opacity: 0.2;
	cursor:pointer;
	font-size:15px;
}

.top-5{
	margin-top:5px;
}
.top-10{
	margin-top:10px;
}
.top-20{
	margin-top:20px;
}
.main{
	padding:20px 0;
}
.main .span3{
	width:230px !important;
}
.main .span9{
	width:755px !important;
	margin-left:15px !important;
}
.require{
	color:red;
}
.ver-mid{
	display:inline-block;
	vertical-align:middle;
}
.no-float {
  float: none !important;
}

@font-face
{
	font-family: utmmobikt;
	src: url(font/UTM_Mobifone_KT.ttf);
}
body{
    font-family: Arial;
    font-size:12px;
    line-height:20px;
	color:#333333;
}
#container{
	width:100%;
}
#container-body{
	width:1024px;
	margin:30px auto;
}
#container-left{
	width:220px;
	float:left;
	margin-right:24px;
}
#container-right{
	width:780px;
	float:left;
	padding-bottom:15px;
}
#top-header .wrapper:after, .block-content:after, .group-item:after, .news-item:after, 
#services:after, #topfooter:after, #homeabout:after, #container-body:after, .group-services:after, #servicescat:after, #nav:after, .group-item:after, .article-item:after{
	content:"";
	display:block;
	clear:both;
}
.block {
	margin-bottom: 10px;
}
.block-tit {
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:18px;
	color:#000000;
	font-weight:bold;
}
.page-hed{
	font-family:utmmobikt;
	color:#696969;
	text-transform:uppercase;
	font-size:32px;
	line-height:36px;
	margin-bottom:9px;
}


.row-wrap:after, .wrap:after, #top-footer .contact:after{
	clear:both;
	content:"";
	display:block;
}
.btn { 
	border:none;
	cursor: pointer;
	text-align:center;
	color: #fff;
	display: inline-block;
	font-size:14px;
}
.btn-primary{
	background-color:#0093CF;
	color:#FFFFFF;
	padding:9px 20px;
	max-width:100%;
}
.btn-link{
	background-color:#71BE3C;
	color:#FFFFFF;
	padding:4px 30px;
	max-width:100%;
	border-radius:3px;
}
.btn-primary:hover, .btn-link:hover{
	background-color: #808080;
}
.wrap{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.row-wrap [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 30px;
    width: 100%;
}
.row-wrap [class*="span"]:first-child {
    margin-left: 0;
}
.row-wrap .span12 {
    width: 100%;
}
.row-wrap .span11 {
    width: 91.4894%;
}
.row-wrap .span10 {
    width: 82.9787%;
}
.row-wrap .span9 {
    width: 74.4681%;
}
.row-wrap .span8 {
    width: 65.9574%;
}
.row-wrap .span7 {
    width: 57.4468%;
}
.row-wrap .span6 {
    width: 48.9362%;
}
.row-wrap .span5 {
    width: 40.4255%;
}
.row-wrap .span4 {
    width: 31.9149%;
}
.row-wrap .span3 {
    width: 23.4043%;
}
.row-wrap .span2 {
    width: 14.8936%;
}
.row-wrap .span1 {
    width: 6.38298%;
}
#wrap-homeservices{
	margin-top:20px;
}
.item-intro [class*="span"]{
	border: 1px solid #D9D9D9;
	padding: 0 0 25px;
	position: relative;
	text-align: center;
	width: 270px;
	margin-left:92px;
}
.item-intro .item-img{
	display:block;
	border-bottom:solid 3px #0093CF;
	position:relative;
	height:170px;
}
.item-intro .item-img img{
	display:block;
	margin:auto;
	width:100%;
	height:100%;
}
.item-intro .item-img:first-child:after{
	bottom: -35px;
	content: " ";
	display: block;
	height: 70px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 70px;
}
.item-intro .span4:first-child .item-img:after{
	background:url(../images/icon11.png) no-repeat scroll 0 0 transparent;
}
.item-intro .span4:nth-child(2n) .item-img:after{
	background:url(../images/icon21.png) no-repeat scroll 0 0 transparent;
}
.item-intro .span4:last-child .item-img:after{
	background:url(../images/icon31.png) no-repeat scroll 0 0 transparent;
}
.item-intro .item-title{
	bottom: 27px;
	color: #373737;
	display: block;
	font-size: 13px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	padding: 0 10px;
	height:21px;
	overflow:hidden;
}
.item-intro .item-brief{
	color: #373737;
	font-size: 12px;
	height: 121px;
	margin-top: 45px;
	overflow: hidden;
	padding: 0 10px;
}
.item-intro .btn{
	margin-bottom: 41px;
	margin-top: 27px;
}
#control-navimobile{
	display:none;
}

/*********************************404************************************/
.block-404 {
    padding-top: 35px;
    text-align: center;
    background-color: #FFFFFF;
}
.block-404 h1 strong {
    color: #ADAFB2;
    font-size: 60px;
    font-weight: bold;
}
.block-404 h1 {
    color: #ADAFB2;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    padding: 20px 0;
}

/*********************************language************************************/
#wrap-language{
	position:absolute;
	right:0;
	top:3px;
}
.language{
	display:inline-block;
	margin-left:5px;
}

/*********************************header************************************/
#header{
	display:block;
	padding:5px 0;
	min-height:65px;
}
#logo .name{
	font-size:56px;
	line-height:43px;
	color:#000000;
} 
#logo .slogan{
	font-size:10px;
	font-weight:bold;
	color:#71BE3C;
	text-transform:uppercase;
}
#logoimg img{
	bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
}

/*********************************navi************************************/
#nav{
	background-color:#444243;
	border-bottom:solid 3px #0093CF;
	position:relative;
}
#wrap-navi {
	height:50px;
}
#navi {
	margin: 0 auto;
	list-style:none;
}
#navi i{
	display:none;
}
#navi &gt; li {
	float:left;
	position:relative;
	margin-right:3px;
}
#navi &gt; li:last-child{
	margin-right:0;
}
#navi &gt; li:hover &gt; a, #navi &gt; li.active &gt; a{
	background-color:#0093CF;
	color: #FFFFFF;
}
#navi &gt; li a {
	color: #FFFFFF;
	display: block;
	padding: 15px 20px;
	vertical-align: middle;
	font-family:Arial;
	font-size:14px;
}
#navi &gt; li:hover &gt; ul{
	display:block;
}
#navi ul{
	position:absolute;
	left:0;
	z-index:99999;
	width:100%;
	display:none;
	min-width:220px;
	list-style:none;
	border-top:solid 3px transparent; 
}
#navi ul li a{
	background-color: #2C323B;
	color: #FFFFFF;
	margin-top: 0;
	opacity: 0.9;
	padding: 8px 15px;
	text-transform: none;
	border-radius:0;
	border-bottom:solid 1px #7A7A7A;
}
#navi ul  li:hover &gt; a{
	box-shadow:none;
	color:#B8B8B8;
	background:none no-repeat scroll 0 0  #4B4C4C;
}
#navi li ul &gt; li:hover &gt; ul{
	display:block;
}
#navi ul ul{
	position:absolute;
	top:0;
	left:100%;
	display:none;
	border-left:solid 1px transparent;
	border-top:0;
}
#navi ul ul li:hover a{
	background-image:none;
}

/*********************************search************************************/
#search {
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #666363;
	bottom: 17px;
	height: 37px;
	position: absolute;
	right: 0;
	width:300px;
	border-radius:3px;
}
#search .keyword {
	-moz-box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #393636;
    float: left;
    height: 35px;
    margin-left: 10px;
    width: 98%;
}
#search .btn-search {
	background: url("../images/search.png") no-repeat scroll center center #0093CF;
    border: medium none;
    cursor: pointer;
    height: 35px;
    position: absolute;
    width: 35px;
	right:0;
}

/*********************************breadcrumb************************************/
#wrap-breadcrumb{
	margin-top:10px;
}
.breadcrumb{
	background-color:#E4E4E4;
}
.breadcrumb a {
    color: #737373;
    display: inline-block;
    font-weight: normal;
    padding: 7px 15px 7px 3px;
    position: relative;
    text-decoration: none;
}
.breadcrumb a:first-child{
	padding-left:0;
	margin-left:10px;
}
.breadcrumb a:not(:last-child):after {
    content: "&gt;";
    position: absolute;
    right: 0;
    top: 7px;
	bottom:0;
	margin:auto;
}
.breadcrumb a:hover, .breadcrumb a.active {
    color: #0093CF;
}

/*********************************category************************************/
.category {
	width:100%;
	list-style:none;
}
.category &gt; li{
	background: url("../images/cat-arrow.png") no-repeat scroll 10px center transparent;
	border-bottom: 1px solid #C8C8C8;
	position: relative;
}
.category ul li{
	background: #f5f5f5;
	border-bottom: 1px solid #E4E4E4;
	position: relative;
}
.category li a {
	color: #6D6D6D;
	display: block;
	padding:8px 10px;
	font-family:Arial;
	font-size:12px;
	margin-left:12px;
}
.category &gt; li:first-child a{
	padding-top:0;
}
.category li:last-child{
	border-bottom:none;
}
.category li a:hover, .category li a.active{
	color:#0093CF;
}
.category li  &gt; ul{
	position:absolute;
	top:0;
	left:100%;
	display:none;
	width:200px;
	z-index:99999;
	border-left:solid 1px transparent;
	list-style:none;
}
.category li  &gt; ul.right{
	border-left:none !important;
	border-right:solid 1px transparent !important;
	left:auto !important;
	right:100% !important;
}
.category li:hover &gt; ul{
	display:block;
	width:214px;
}
.category ul a{
	background-image:none;
	text-indent:0;
	margin-left:0;
}
.category ul li:first-child a{
	padding-top:8px;
}

/*********************************pro home************************************/
.item-prohome [class*="span"]{
	padding:34px 0;
	width:224px;
	margin-left:34px;
}
.item-prohome [class*="span"]:nth-child(4n + 1){
	margin-left:0;
	clear:left;
}
.item-prohome .item-img{
	display:block;
	height:140px;
	overflow:hidden;
}
.item-prohome .item-img img{
	display:block;
	margin:auto;
	width:100%;
}
.item-prohome .item-title{
	color:#000000;
	font-size:13px;
	margin-top:15px;
	display:block;
}

/*********************************product************************************/
#wrap-procat{
	margin-bottom:30px;
}
.group-item{
	margin-bottom:10px;
}
.group-item:last-child{
	margin-bottom:0;
}
.pro-item{
	width:181px;
	margin-left:10px;
	float:left;
}
.pro-item .pro{
	border:solid 1px #CCCCCC;
	padding:3px;
}
.pro-item:first-child{
	margin-left:0;
}
.pro-item .image {
    display: block;
	width:100%;
}
.pro-item .image img {
    width: 100%;
	display:block;
}
.pro-item .title {
    color: #838383;
    display: block;
    height: 22px;
    margin-top: 8px;
    overflow: hidden;
	text-align:center;
}
.pro-item:hover .title {
    color:#0093CF;
}
#product-image{
	float: left;
    width: 382px;
}
#product-info{
	margin-left: 400px;
}
#product-info .item-title{
	color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

/*********************************news************************************/
.article-item {
	padding: 33px 0;
	border-bottom:dotted 1px #cccccc;
	color:#666666;
}
.article-item:first-child{
	padding-top:0;
}
.article-item:last-child{
	padding-bottom:0;
	border:0;
}
.article-item .item-img {
    float: left;
    height: 130px;
    margin-right: 20px;
    width: 208px;
	overflow:hidden;
	border: 1px solid #CCCCCC;
}
.article-item .item-img img {
	width: 100%;
	height:100%;
	display:block;
}
.article-item .item-title, .news-title{
	font-size: 18px;
	color:#404040;
	margin-bottom:23px;
	display:inline-block;
}
.article-item .item-title:hover{
	color:#0093CF;
}
.article-item  .item-date, .news-date{
	color:#838383;
	margin-bottom:23px;
}
.article-item  .item-detail{
	color:#E66054;
}
.news-content{
	text-align:justify;
}
.other-news {
	margin-left: 20px;
	font-size:16px;
	list-style:square;
	color:#333333;
}
.other-news li {
	margin-top: 4px;
}
.other-news li  a{
	font-size:12px;
}
.other-news li  a:hover{
	color: #0093CF;
}
.other-news li .date {
	color: #AEB0B0;
	font-size: 11px;
}
.comment{
	list-style:none;
}
.comment i {
    color: #CCCCCC;
    float: left;
    font-size: 33px;
}
.comment li {
    margin-top: 10px;
}
.message {
    margin-left: 50px;
}
.comment .arrow {
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid #EAEAEA !important;
    border-top: 8px solid rgba(0, 0, 0, 0);
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 15px;
    width: 0;
}
.comment .message {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FBFBFB;
    border-bottom: 1px solid #EAEAEA;
    border-image: none;
    border-left: 1px solid #EAEAEA !important;
    border-radius: 5px;
    border-right: 1px solid #EAEAEA !important;
    border-top: 1px solid #EAEAEA;
    padding: 10px !important;
    position: relative;
}

/*********************************about************************************/
#wrap-about, #wrap-menuarticle{
	margin-bottom:30px;
}
#about-cat {
    text-align: right;
	margin-top:30px;
}
#about-cat li {
    display: inline-block;
    margin-right: 9px;
}
#about-cat li:not(:last-child):after {
    content: "|";
    margin-left: 9px;
}
#about-cat li:last-child {
    margin-right: 0;
}
#about-cat li a {
    color: #737373;
}
#about-cat li a:hover, #about-cat li a.active {
    color: #0093CF;
}

/*********************************partner************************************/
#wrap-partner{
	margin-bottom:30px;
}
#partner{
	border:solid 1px #C8C8C8;
	list-style:none;
}
#partner li{
	width:100%;
}
.partner-item{
	width:100%;
	height:150px;
	overflow:hidden;
	display:block;
	position:relative;
}
.partner-item:nth-child(3n){
	margin-right:0;
}
.partner-item img{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}

/*********************************statistic************************************/
#wrap-statistic{
	margin-bottom:15px;
}
.statistic {
	line-height:23px;
}
.statistic td{
	padding-right:5px;
}
.statistic td:last-child{
	padding-right:0;
}
.statistic img{
	margin-right:7px;
}

/*********************************contact************************************/
.contact-hed{
	text-transform:uppercase;
	color:#000000;
	font-size:20px;
}
.contact-content{
	margin-top:15px;
}
.contact-company{
	color:#0093CF;
	font-size:18px;
	margin-bottom:5px;
}
#wrap-map{
	margin-bottom:25px;
}
.tb {
	width: 100%;
}
.tb td {
	padding: 0 10px 10px 0;
}
.tb td:first-child{
	width:49%;
}
.tb td:last-child{
	padding-right:0;
}

/*********************************footer************************************/
#wrap-topfooter {
	background-color:#3D4345;
}
#wrap-footer{
	padding:21px 0;
	background-color:#303436;
}
#wrap-footer p{
	color:#878888;
}
#top-footer{
	color:#DCDCDC;
}
#top-footer [class*="span"]{
	padding:40px 0;
}
#top-footer a{
	color:#DCDCDC;
}
#top-footer .item-title{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
#top-footer .item-content{
	margin-top:22px;
}
#top-footer .contact{
	background-position:0 0;
	background-repeat:no-repeat;
}	
#top-footer .contact img{
	float:left;
	margin-right:5px;
	margin-top:4px;
}
#top-footer .contact span{
	margin-left:15px;
	display:block;
}
#top-footer .posts{
	padding-bottom:7px;
	border-bottom:solid 1px #9D9D9D;
	margin-bottom:7px;
}
#top-footer .posts:last-child{
	padding-bottom:0;
	border-bottom:none;
}
#top-footer a:hover{
	text-decoration:underline;
}
#top-footer .date{
	color:#DCDCDC;
}
#top-footer .social {
    background-image: url("../images/social.png");
    height: 28px;
    width: 29px;
	display:inline-block;
}
#top-footer .twitter {
    background-position: 0 0;
}
#top-footer .facebook {
    background-position: -33px 0;
}
#top-footer .gplus {
    background-position: 29px 0;
}
#newsletter {
	margin-top:7px;
	height:32px;
}
#newsletter.row-wrap{
	padding:0;
}
#newsletter [class*="span"]{
	padding:0;
}
#newsletter .keyword {
	background-color:#FFFFFF;
	border: none;
	color: #000000;
	display: inline-block;
	padding: 10px 7px !important;
	vertical-align: middle;
	box-shadow:1px 1px 7px #A4A4A4 inset;
}</pre></body></html>