<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@font-face {
    font-family: UVN_HHH;
    src:    url('./fonts/MyriadPro-Regular.eot');
    src:    url('./fonts/MyriadPro-Regular.eot?#iefix')   format('embedded-opentype'), 
            url('./fonts/MyriadPro-Regular.woff')         format('woff'), 
            url('./fonts/MyriadPro-Regular.ttf')          format('truetype'), 
            url('./fFonts/MyriadPro-Regular.svg')          format('svg');
    font-weight: normal;
    font-style: normal;
}
html,body{
	background:#e9eef3 url(../images/bgpage.png) repeat-x top;	
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}
.box-shadown-page{
	width:1100px;
	margin:0 auto;
	box-shadow:0px 0px 10px #babdc1;
}
.page-wraper{
	width:1100px;
	margin:0 auto;
	background:#FFF;	
}
.contentpage{
	padding:0px 20px;
	background:#FFF;	
}
img{
	border:none;	
	max-width:100%;
}
.header{
	min-height:90px;
}
.banner{
	min-height:90px;	
	min-width:1100px;
	
}
.topmenu{
	height:22px;
	top:0px;
	white-space:nowrap;
	padding:0px 0px;
	color:#9e9e9e;	
	line-height:22px;
	background:#e7ecf0;
	position:absolute;
	right:0px;
        cursor: pointer;
	-webkit-border-radius:0px 0px 5px 5px;
	-ms-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}
.topmenu a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	margin:0px 5px 0px 0px;
        font-size: 10px;
	
}
.topmenu a.active{
	color:#f5e644;	
}

.topmenu a:first-child{
	
	margin-left: 5px;
        margin-right: 0px;
	
}

.menubar{
	height:38px;
	background:#0a4885;
	width:1100px;
	margin:0 auto;
}
.menufooter{
	background:#007dc2;
	height:36px;
	min-width:1100px;
}
.box-right{
	border:solid 1px #9d9d9d;	
	border-top:solid 3px #007dc2;
}
.padding20{
	padding:20px;	
}
.txtlogin{
	width:248px;
	margin-bottom:10px;
	border:solid 1px #dbdbdb;
	height:25px;
	padding:0px 5px;
}
.btn-login{
	background:#007dc2;
	font-family:'UVN_HHH',Arial, Helvetica, sans-serif;
	font-size:17px;
	text-align:center;
	padding:7px 15px;
	text-transform:uppercase;
	text-transform:1px 1px 1px #000;
	color:#FFF;
	text-decoration:none;
	float:right;
	cursor:pointer;
}
.fl{
	float:left !important;	
}
.fr{
	float:right !important;	
}
.box-newslater{
	background:#007dc2;
	padding:10px 10px 15px 20px;	
}
.box-newslater input{
	width:248px;
	padding:0px 5px;
	height:28px;
	border:none;	
}
.copyright{
	min-width:1000px;
	background:#222222;
	height:36px;
	line-height:36px;	
	color:#999;
}
.box-slide{
	width:1100px;	
}
.footer{
}
.content-page{
	width:1100px;
	margin:0 auto;	
}
.leftcol{
	width:800px;	
}
.rightcol{
	width:240px;
}
.fl{
	float:left;	 
}
.fr{
	float:right;	
}

#nav{
	height:43px;	
	margin:0px;
	padding:0px;
	font-size:12px;
}
#nav li{
	float:left;	
	height:38px;
	list-style:none;
	line-height:38px;
	display:inline-block;
	border-left:solid 1px #074077;
	border-right:solid 1px #125291;
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:relative;
	text-transform:uppercase;
}
#nav li a{
	color:#FFF;
	text-decoration:none;
	padding:0px 21px;
	display:inherit;	
	text-shadow:1px 1px 1px #333;
	white-space:nowrap;
}
#nav li.active{
	background:#0f65ae;
	
}
#nav li:hover{
	background:#0f65ae;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#nav li.active a{
	color:#fff;
}
#nav li ul{
	width:220px;
	background:#0f65ae;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	position:absolute;
	top:100%;
	left:0px;	
	z-index:99999;
	display:none;
	padding:0px;
	margin:0px;
	border-top:solid 3px #0f65ae;
}
#nav li ul li{
	width:100%;
	line-height:normal;
	height: auto;
	border:none;
	border-bottom:solid 1px #125290;
	border-top:solid 1px #076cc1;
}
#nav li ul li:first-child{
	border-top:none;	
}
#nav li ul li a{
	white-space:normal;	
}
#nav li ul li:last-child{
	border-bottom:none;	
}
#nav li ul li a,#nav li.active ul li a{
	text-transform:none;
	padding:7px 10px;
	display:inherit;
	color:#FFF;
}
#nav li ul li a i{
	margin-right:5px;	
}
#nav li ul li a:hover i{
	color:#FF0;	
}
#nav li ul li:hover{
	background:#0a4885;
}

#nav li ul li ul{
	position:absolute;
	left:100%;
	top:-1px;
	border-top:none;
	border-top:solid 1px #515151;
	border-left:solid 1px #515151;
}
.c,.c5,.c10,.c15,.c20,.c30,.c3,.c2{
	clear:both;	
}
.c2{
	height:2px;	
}
.c3{
	height:3px;	
}
.c5{
	height:5px;	
}
.c10{
	height:10px;	
}
.c15{
	height:15px;	
}
.c20{
	height:20px;	
}
.c30{
	height:30px;	
}

.title-box{
	color:#363636;	
	font-size:14px;
	font-weight:bold;
	margin:0px;
	border-bottom:solid 1px #abaec4;
}
.title-box .text{
	background:#0058a2;
	font-weight:normal;
	display:block;
	float:left;	
	padding:4px 8px;
	text-transform:uppercase;
	color:#FFF;
}
.title-box a{
	text-decoration:none;	
	color:#fff;
}
.title-box a:hover{
	color:#fff;	
}
.menuright{
	padding:0px;
	margin:0px;	
	text-align:left;
	font-weight:normal;
	border:solid 1px #CCC;
	border-left:none;
	background:#F4F4F4;
}
.menuright li{
	list-style:none;
	text-transform:none;
	text-shadow:none;	
	line-height:normal;
	height:auto;
	border-bottom:solid 1px #E3E3E3;
	border-top:solid 1px #FFF;
	padding:0px;
	border-left:solid 1px #CCC;
	position:relative;
}
.menuright li:last-child{
	border-bottom:none;	
}
.menuright li a{
	color:#292828;
	text-decoration:none;
	font-size:14px;
	padding:3px 10px 3px 15px;
	display:inherit;
}
.menuright li:hover{
	border-left:none;
}

.menuright li a:hover{
	color:#00904c;	
}
.menuright li a i{
	margin-right:5px;	
}
.menuright li ul{
	position:absolute;
	top:-2px;
	left:-219px;
	width:220px;
	border:solid 1px #CCC;
	border-right:none;	
	z-index:9999;
	background:#F4F4F4;
	padding:0px;
	margin:0px;
	display:none;
}
.menuright li ul li{
	border-left:none;
	border-right:solid 1px #CCC;
	
}
.menuright li ul li:first-child{
	border-right:none;	
}
.menu-top{
	position:absolute;
	right:20px;
	top:5px;	
	color:#292828;
}
.menu-top a{
	color:#292828;
	text-decoration:none;
	display:inline-block;
	margin:0px 10px;
}
.menu-top a:hover{
	text-decoration:underline;	
	color:#00904c;
}
.menu-top a i{
	margin-right:5px;	
	color:#00904c;
}
.btn-check-out{
	padding:5px 5px;	
	background:#00904c;
	color:#FFF;
	position:fixed;
	right:0px;
	width:45px;
	height:40px;
	overflow:hidden;
	word-wrap:break-word;
	line-height:30px;
	font-family:'UVN_HHH', Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	text-shadow:2px 2px 2px #000;
	top:166px;
	text-decoration:none;
	z-index:99999;
	border:solid 1px #e4e4e4;
	border-right:none;
}
.btn-check-out i{
	float:left;
	margin-right:10px;
	font-size:30px;	
}

#button-btt {
	background: #00904c;
	border: 0 none;
	bottom: 5px;
	color: #fff;
	font-size: 95%;
	height: 35px;
	line-height: 100%;
	padding: 5px 0;
	position: fixed;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 35px;
	z-index: 999;
	border:solid 1px #FFF;
	display: none;
}
.image-pro-cell{
	border:solid 1px #EEE;	
	margin-bottom:5px;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.image-pro-cell-active{
	border:solid 1px #ccc;
	box-shadow:0px 0px 10px #ccc;
}
.km,.hot,.new{
	background:#FF0000;
	height:20px;
	position:absolute;
	line-height:20px;
	padding:0px 5px;
	top:0px;
	right:0px;
	color:#FFF;
	-webkit-border-radius:0px 0px 0px 5px;	
	font-family:'UVN_HHH', Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index:100;
}
.image-pro-cell .km{
	background:#FF0000;
}
.image-pro-cell .hot{
	background:#f5791f;
}
.image-pro-cell .new{
	background:#00904c;
}
.image-pro-cell .view-now{
	position:absolute;
	top:40%;
	left:0px;
	width:100%;
	height:30px;
	text-align:center;
	display:none;
}

.image-pro-cell .view-now a{
	background:#00904c;
	color:#FFF;
	text-decoration:none;
	padding:10px 10px 5px 10px;
	font-family:'UVN_HHH', Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	opacity:.9;	
}
 .view-now a:hover{
	background:#f5791f;
	opacity:.9;	
}
.image-pro-cell img{
	vertical-align: middle;	
}

.image-pro-cell .view-now a i{
	margin-right:8px;	
}
.padding-right-20{
	padding-right:20px;	
	
}
.name-pro-cell{
	padding:0px;	
	margin:0px;
	font-size:14px;
	color:#292828;
}
.name-pro-cell a{
	color:#292828;
	text-decoration:none;
}
.intro-pro-cell{
	color:#292828;
	text-align:justify;
}
.reponsive-break-line,.mobile-reponsive-break-line-30,.mobile-reponsive-break-line{
	height:20px;
	clear:both;	
}
.title-cat{
	font-family:'UVN_HHH', Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	border-bottom:solid 2px #353434;
	padding:0px;
	margin:0px;
	height:33px;
	color:#353434;
}
.paging{
	padding-top:10px;	
	text-align:right;
}
.paging .page{
	border:solid 1px #dedede;
	background:#fff;
	padding:2px 3px;
	color:#353434;
	font-weight:bold;
	text-decoration:none;
	margin:2px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.paging .page:hover{
	border:solid 1px #b30201;
	color:#b30201;
}
.paging .clicked{
	border:solid 1px #b30201;
	background:#b30201;
	padding:2px 3px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin:2px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.item-news-left{
	padding:5px 0px;	
}
.item-news-left a{
	color:#333;
	text-decoration:none;
}
.item-news-left a:hover{
	text-decoration:underline;
}
.item-news-left a i{
	color:#00904c;
	margin-right:5px;
}

.hotline-right{
	background:#00904c;
	padding:5px 10px;	
	color:#FFF;
	font-family:'UVN_HHH', Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
}
.address-right{
	background:#353434;
	padding:5px 10px;	
	color:#FFF;
	font-family:'UVN_HHH', Arial, Helvetica, sans-serif;
	font-size:14px;
}
.hotline-right a{
	text-decoration:none;
	color:#FFF;	
}

.hotro_tructuyen .yahoo {
	background: url(../images/yahoo.jpg) no-repeat left;
}
.hotro_tructuyen .skype {
	background: url(../images/skype.jpg) no-repeat left;
}
.hotro_tructuyen .item {
	float: left;
	display: block;
	height: 16px;
	padding-left:30px;
	color:#353434;
	text-decoration:none;
}

.search-box{
	width:195px;
	height:25px;	
        margin-top: 4px;
        position: relative;
}
.txt-keyword{
	border:none;
	padding:0px 5px;
	height:30px;	
	width:180px;
	background:#e7ecf0;
	outline:none;
        border-radius: 3px;
        
}
.btn-search{
    position: absolute;
	width:30px;
	height:21px;
	color:#007ecb;
	text-decoration:none;
	text-align:center;
        right: 3px;
        top: 6px;
}
.title-footer{
	font-family:'UVN_HHH', Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
}
.bottom{
	height:50px;
	line-height:50px;
	background:#1a1a1a;	
	color:#5b5b5b;
}
.bottom a{
	color:#5b5b5b;
	text-decoration:none;
}
.bottom a:hover{
	text-decoration:underline;	
}

.smo-footer a{
	text-decoration:none;	
	color:#333;
}
.smo-footer .icon-cicle-footer{
	width:35px;
	height:35px;
	-webkit-border-radius:3px;
	-moz-border-radius:35px;
	-ms-border-radius:35px;
	border-radius:35px;	
	text-align:center;
	line-height:35px;
	margin-right:5px;
	border:solid 2px #CCC;
	background:#6a6a6a;
	
}
.smo-footer a:hover{
	text-decoration:none;	
}
.smo-footer .icon-cicle-footer-25{
	width:25px;
	height:25px;
	-webkit-border-radius:3px;
	-moz-border-radius:25px;
	-ms-border-radius:25px;
	border-radius:25px;	
	text-align:center;
	line-height:20px;
	margin-right:5px;
	border:solid 1px #fff;	
	color:#ccc;
}
.item_list_footer{
	padding:3px 0px;	
}
.item_list_footer a{
	color:#FFF;
	text-decoration:none;	
}
.item_list_footer a:hover{
	text-decoration:underline;	
}
.item_list_footer a i{
	margin-right:5px;
}
.about-home{
	background:#F9F9F9;
	padding:10px;
	border:solid 1px #eee;	
}

.ic-menu-mobile{
	width:30px;
	height:30px;
	color:#FFF;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	background:#00904c;
	position:absolute;
	display:block;
	top:10px;
	right:10px;	

}
.ic-menu-mobile-cart{
	right:45px;	
}
.ic-menu-mobile-search{
	right:80px;	
}
.ic-menu-mobile-search .mobile-search-form{
	position:absolute;
	top:100%;
	width:200px;
	padding:5px;
	background:#CCC;
	right:0px;
	background:#00904c;
	display:none;
}
.ic-menu-mobile-search .mobile-search-form .txt-mobile-search{
	width:160px;
	height:20px;
	padding:0px 5px;	
	border:none;
	outline:none;
}
.ic-menu-mobile-search .mobile-search-form .btn-mobile-search{
	color:#FFF;
	text-decoration:none;
	margin-left:5px;	
}
#menubarfix{
	position:fixed;
	width:100%;
	z-index:9999999;	
	display:none;
	border-bottom:solid 2px #FFF;
	line-height:35px;
	font-family:Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
}
#menubarfix a.main{
	color:#FFF;
	margin:0px 0px;
	padding:0px 10px;
	text-decoration:none;
	display:block;
	float:left;
	border-left: solid 1px #017d42;
	border-right: solid 1px #04aa5c;	
	height:40px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #666;
}
#menubarfix .main-menu-drop{
	height:40px;
	margin-top:0px;
	width:160px;
	float:left;
	background:#f5791f;
	border:solid 1px #FFF;
	border-bottom:none;
	border-top:none;
	padding:0px 20px;
	line-height:35px;
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	position:relative;
	cursor:pointer;
	
}
#menubarfix .main-menu-drop a{
	margin-top:0px;	
}
#menubarfix .main-menu-drop .main-text{
	 background:url(../images/arrowdown.png) right no-repeat
}
#menubarfix .text{
	margin-left:10px;	
}
#menubarfix .main-menu-drop ul{
	width:240px;
	border-top:solid 4px #f5791f;
	background:#00904c;
	position:absolute;
	top:100%;
	left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	display:none;
	
}
#menubarfix .main-menu-drop ul li{
	width:240px;
	line-height:normal;
	list-style:none;
	text-transform:none;
	padding:0px;
	height:auto !important;
	border:none;
	border-bottom: solid 1px #017d42 !important;
	border-top: solid 1px #04aa5c !important;
}
#menubarfix .main-menu-drop ul li:hover{
	background:#04aa5c;
}
#menubarfix .main-menu-drop ul li a{
	text-transform:none;
	height:auto;
	display:block;
	padding:5px 10px;
	border:none;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	text-decoration:none;
}

#menubarfix .main-menu-drop ul li a i{
	margin-right:5px;
}
.pro-detail-name{
	font-size:16px;
	color:#00904c;	
	padding:0px;
	margin:0px;
}
.pro-image-detail{
	border:solid 1px #ccc;
	padding:2px;	
}
.pro-attr-detail .attr-item{
	padding:5px 0px	;
	border-bottom:solid 1px #EEE;
}
.pro-attr-detail .attr-item .attr-name{
	font-weight:bold;	
}
.btn-order,.btn-buy-online{
	width:100%;
	padding:10px 5px;
	text-align:center;	
	display:block;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #333;
	font-family: 'UVN_HHH', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:15px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn-order i,.btn-buy-online i{
	margin-right:10px;	
}
.btn-order{
	background:#00904c;
}
.btn-buy-online{
	background:#f5791f;	
	margin-top:1px;
}
.btn-order span,.btn-buy-online span{
	padding-top:-10px !important;
}
.txt-contact{
	width:100%;
	height:25px;	
	margin-top:3px;
	margin-bottom:5px;
}
.error{
	color:#FF0000;	
}
.btn-send{
	font-family: 'UVN_HHH', Arial, Helvetica, sans-serif;
	font-size:16px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#00904c;
	color:#FFF;
	border:none;
	width:100px;
	margin-top:10px;
	text-shadow:1px 1px 1px #333;
}

.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.pro-hotline-detail{
	background:#F5F5F5;
	width:100%;
	padding:10px;
	border:solid 1px #CCC;
}
.content-detail img{
	max-width:100%;
}
.pro-address-phone-detail{
	background:#FF9;
	width:100%;
	padding:10px;
	border:solid 1px #CCC;
	font-family: 'UVN_HHH', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#00904c;
	text-shadow:1px 1px 1px #fff;
}
.pro-address-phone-detail a{
	color:#00904c;
	text-decoration:none;
}
.pro-address-phone-detail i.fa{
	margin-right:5px;
	font-size:24px;	
}
.pro-address-phone-detail .col-1-2{
	padding-top:0px !important;
	margin-top:0px !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important;	
}

.backtotop {
	background: url(../images/gototop.jpg) no-repeat;
	width: 32px;
	height: 33px;
	position: fixed;
	margin-left: 1100px;
	bottom: 44px;
	cursor: pointer;
}

.nav-footer{
	line-height:36px;	
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.nav-footer a{
	color:#FFF;
	text-decoration:none;	
	margin:0px 10px;
}
.nav-footer a:hover{
	text-decoration:underline;	
}
.info-name{
	color:#262626;
	font-size:16px;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	margin:0px;	
}
.info-name a{
	color:#262626;
	text-decoration:none;
}
.info-name a:hover{
	color:#007dc2;
}
.tool-article a{
	color:#3a3a3a;
	text-decoration:none;	
}
.tool-article a:hover{
	text-decoration:underline;	
}
.newsimage{
	float:left;
	margin-right:10px;	
}
.item-news{
	
	padding-bottom:10px;
}
.item-news .newsimage{
	border:solid 1px #dedede;
	padding:4px;	
}
.paging{
	border-top:solid 1px #dedede;	
}
.news-name{
	font-size:14px;
	padding:0px;
	margin:0px;
	color:#1c639d;
}
.news-name a{
	color:#1c639d;
	text-decoration:none;
}
.news-name a:hover{
	text-decoration:underline;	
}
.createdate{
	font-size:11px;
	color:#666;	
}
.news-intro{
	text-align:justify;	
	padding-top:5px;
}
.intro-detail{
	font-size:12px;	
}
.line-gray{
	border-bottom:solid 1px #CCC;
	height:1px;	
}
.title-other-article{
	/*border-bottom:solid 1px #CCC;	*/
	font-weight:bold;
	font-size:14px;
	
}
.title-other-article span{
	background:#FFF;
	padding-right:5px;
	color:#2e2e2e;	
	
}
.other-article{
	padding:5px 0px 0px 10px;
	margin:0px;	
}
.other-article li{
	list-style:none;	
}
.other-article li a{
	text-decoration:none;
	color:#2f2f2f;
        line-height: 22px;
}
.other-article li a:hover{
	text-decoration:underline;	
}
.other-article li a:visited{
	/*color:#9c9c9c;*/
}
.other-article li a i{
	color:#000;
	margin-right:6px;
	font-size:6px;
}
.txt-comment-box .txt-comment{
	margin-left:38px;
	border:solid 1px #7e9eb7;
	width:215px;
	height:20px;
	padding:0px 5px;
}
.txt-comment-box .txt-comment:first-child{
	margin-left:0px;	
}
.box-comment-area{
	background:#f1f1f1;
	border:solid 1px #e9e9e9;	
	padding:10px;
}
.box-comment-area .avatar{
	width:50px;
	height:50px;
	float:left;
	margin-right:10px;
	background:#FFF url(../images/avatar-big.png) no-repeat center;
	background-size:100% 100%;
	border:solid 1px #e9e9e9;
	overflow:hidden;
	
}
.box-comment-area .txtarea{
	height:45px;
	width:792px;	
	border:solid 1px #bcc8d8;
}
.btn-send-comment{
	border:solid 1px #9d1309;
	background:#c44840;
	color:#FFF;
	padding:3px 10px;
	font-weight:bold;
}
.comment-item{
	border-bottom:solid 1px #CCC;	
	padding-bottom:5px;
}
.comment-item-name{
	background:url(../images/icon-comment-item.png) no-repeat left;
	line-height:20px;
	font-weight:bold;	
	padding-left:25px;
}
.comment-date-info{
	color:#5b5b5b;	
}
.comment-view-more{
	display:block;
	height:30px;
	line-height:30px;
	border:solid 1px #e5e5e5;
	color:#1868bf;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.comment-view-more:hover{
	background:#eae9e9;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.line-f0f0f0{
	border-bottom:#f0f0f0 solid 1px;
	height:1px;
	clear:both;
	margin:20px 0px;
}
.cell-pro{
	float:left;
	width:238px;
	margin-left:28px;	
}
.margin-left-24{
	margin-left:24px;	
}
.marginleft0{
	margin-left:0px !important;	
}
.cell-pro .image{
	width:230px;
	height:152px;
	overflow:hidden;
	border:solid 1px #dfdfdf;
	padding:3px;
	
}
.cell-pro .image img{
	max-width:100%;
}
.pro-name{
	color:#1c639d;
	font-size:12px;
	padding:0px;
	margin:5px 0px;
	text-align:left;
}
.pro-name a{
	color:#1c639d;
	text-decoration:none;
}
.pro-code{
	color:#3e3e3e;
	font-weight:bold;
	font-size:12px;
	text-align:center;	
}
.pro-box-image-detail{
	width:500px;
	
	float:left;
}

#imagedetailpro img{
    margin: 5px;
}

.cloudzoom-blank div:last-child {
	display: none !important;
}

.thumb-prev,.thumb-next{
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	text-decoration:none;
	color:#ccc;
	margin-top:40px;
	text-align:center;
	font-size:22px;
}
.thumb-prev:hover,.thumb-next:hover{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	color:#333;
}
.thumb-prev{
	left:-20px;	
}
.thumb-next{
	right:-20px;
}
.swiper-slide{
	height:82px;
}
#slide_pro_detail .swiper-slide .image{
	border:solid 1px #cfcfcf;	
	height:77px;
	width:111px;
	padding:1px;		
	text-align:center;
	
}
#slide_pro_detail .swiper-slide img{
	
}
#slide_pro_detail .swiper-wrapper{
	height:80px;	
}
#slide_pro_detail .swiper-slide img.active{
	
}
.product-detail-name{
	padding:0px 0px 5px 0px;
	margin:0px;
	font-size:16px;
	font-weight:bold;	
	color:#0f66ae;
}
.margin-line-pro-detail{
	margin:10px 0px;
}
.pro-detail-code{
	font-size:14px;
	font-weight:bold; 
	color:#2d2d2d;	
}
.price{
	font-size:22px;
	color:#ea8400;	
	font-weight:bold;
	margin-top:5px;
}
.product-attr{
	color:#2d2d2d;
	padding:2px 0px;	
}

.product-attr .label{
	width:141px;
	float:left;
}
.product-attr .value{
	width:158px;
	float:right;
	color:#005dcd;

}
.hotline-detail{
	background:#fff3a1;	
	margin:15px 0px;
	font-size:14px;
	color:#353434;
	font-weight:bold;
	padding:10px;
}
.tab-pro-detail{
	border-bottom:solid 3px #007dc2;
	height:37px;
}
.tab-pro-detail a.tabitem{
	display:block;
	float:left;
	background:#f6f6f6;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-ms-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;;	
	height:37px;
	line-height:37px;
	font-size:14px;
	color:#898888;
	text-transform:uppercase;
	font-weight:bold;
	white-space:nowrap;
	text-align:center;
	padding:0px 15px;
	margin-right:5px;
	text-decoration:none;
}
.tab-pro-detail a.active{
	background:#007dc2;
	color:#FFF;
}
.cell-photo{
	width:254px;
	/*height:165px;*/
	background:url(../images/bg_photo_album.jpg) no-repeat top;
	float:left;
	margin-left:16px;
}
.cell-photo .image{
	padding:0px;
	width:254px;
	height:165px;	
}
.photo_list{
	width:243px;
	float:left;
	margin-left:20px;
	text-align:center;
}
.photo_list .image{
	width:240px;
	height:165px;
	border:solid 1px #CCC;
	position:relative;
	
	padding:2px;
}
.photo_list .image:hover{
    background: #F5F5F5;
 
}

.photo_list .image i{
	position:absolute;
	right:3px;
	bottom:3px;
	width:30px;
	height:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;	
	background:#666;
	opacity:.7;
	line-height:30px;
	text-align:center;
	font-size:20px;
	color:#ccc;
	text-decoration:none;
}
.album-name,.video-name{
	padding:3px 0px;
	font-weight:bold;
	margin:0px;
	font-size:14px;	
	text-align:center;
}
.video-name{ 
	padding:5px 0px;
}
.album-name a, .video-name a{ 
	text-decoration:none;
	color:#333;
}
.l-cell-video{
	width: 243px;
	min-height: 165px;
	float:left;
	margin-left:20px;
}
.l-cell-video .image{
	position:relative;	
}
.l-cell-video .image i{
	position:absolute;
	left:46%;
	top:46%;
	font-size:35px;
	color:#FFF;
	text-decoration:none;
	opacity:.7;
	text-shadow:1px 1px 1px #666;
}
.l-cell-video .image:hover i{
	color:#FF0000;
}
.library_viewall{
	float:right;
	font-size:12px;
	text-decoration:none;
	color:#007dc2;	
}
.item-cty{
	border:solid 1px #c6c6c6;
	padding:12px;
	background:#f8f8f8;
}
.item-cty .cty-box{
	display:table;
	border:solid 1px #bbbbbb;	
	width:100%;
	background:#FFF;
}
.item-cty .cty-box .cty-logo{
	display:table-cell;
	width:175px;
	min-height:170px;
	vertical-align:middle;
	text-align:center;
	border-right:solid 1px #bbbbbb;
	padding:5px;
}
.item-cty .cty-box .cty-info{
	display:table-cell;
	padding:10px 0px;
}
.cty-name{
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	margin:0px 10px;	
	color:#0d64d1;
}
.cty-name a{
	color:#0d64d1;
	text-decoration:none;
}
.cty-name a:hover{
	text-decoration:underline;	
}
.line-cty{
	border-bottom:1px #bbbbbb solid;	
	height:1px;
	margin:5px 0px;
	clear:both;
}
.cty-intro,.cty-contact{
	margin:0px 10px;
}
.cty-contact{
	font-weight:bold;	
}
.cty-contact a{
	text-decoration:none;
	color:#0d64d1;	
}
.cty-logo-detail{
	width:324px;

	float:left;
}
.cty-info-detail{
	width:540px;
	float:right;	
}
.cty-intro-detail{
	font-size:12px;
	font-weight:normal;	
}
.tb_td{
	display:table;
	width:650px;
	margin-left:60px;
}
.tb_td .tr_td{
	display:table-row;
	
}
.tb_td .tr_td .td_td{
	display:table-cell;	
	padding-bottom:10px;
}
.tb_td .tr_td .td_td:first-child{
	width:150px;
	text-align:right;
	padding-right:10px;	
}
.tb_td .tr_td .td_td .txt{
	width:434px;
	height:25px;
	padding:0px 5px 0px 5px;
	margin:0px;
	border:solid 1px #a9a9a9;
}
.btn-td{
	padding:5px 10px;
	text-align:center;
	color:#FFF;
	background:#007dc2;
	font-weight:bold;
	border:none;	
	margin-right:10px;
}
.ajax-loading{
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	top:0px;
	left:0px;
	opacity:.8;
}
.ajax-loading i{
	font-size:30px;
	top:48%;
	left:48%;
	position:absolute;
}
.red{
	color:#FF0000;	
}
.mess-box-alert{
	border:solid 1px #CCC;
	background:#F8F8F8;
	padding:10px;
	text-align:center;	
	font-weight:bold;
}

.flag{
	display:inline-block;
	width:20px;
	height:13px;	
	padding-left:5px;
	line-height:16px;
	color:#000;
}
.vn{
	background:url(../images/flag_vn.png) no-repeat;	
}
.en{
	background:url(../images/flag_en.png) no-repeat;	
}
.box-search-header{
    width: 210px;
    height: 25px;
    padding: 0px;
    position: absolute;
    top: 40px;
    right: 0px;
	
}
.box-search-header .txt-box{
	width:173px;
	float:left;
	height:23px;
	border:none;
	outline:none;
	padding-left:2px;
}
.box-search-header .btn-search{
	width:28px;
	height:23px;
	background:#b30201;
	float:right;
	display:block;
	white-space:nowrap;
	text-align:center;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border-left:solid 1px #dfdfdf;
}
.cell-cat-home{
	width:218px;	
	float:left;
	color:#4d4d4d;
	padding:4px;
	background:#FFF;

}
.cell-cat-home .image{
	width:100%;
	height:153px;	
	overflow:hidden;
	padding:3px;
	border:solid 1px #bbbbbb;

}
.cell-cat-home .title{
	text-align:left;
	color:#1c639d;
	margin:0px;
	padding:3px 0px 0px 0px;
	font-size:12px;	
}
.cell-cat-home .title a{
	text-decoration:none;
	color:#1c639d;
	display:inherit;	
}
.cell-cat-home a{
	text-decoration:none;	
}
.cell-pro-home{

}
.swiper-pagination{
	position:absolute;
	top:-34px;
	right:10px;	

	z-index:9999;
}
.swiper-pagination .swiper-pagination-switch{
	background:#5c5c5c;
	width:10px;
	height:10px;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:inline-block;
	margin:0px 2px;
}
.swiper-pagination .swiper-visible-switch {
	background:#0395e6;	
}
.swiper-pagination .swiper-active-switch {
	background:#017ec0;
}
.news-right-col{
	width:420px;	
}
.news-left-col{
	width:435px;	
}
.news-left-col .image{
	width:100%;
	height:294px;
}
.news-name-home-1{
	font-size:20px;
	padding:0px 0px 10px 0px;
	margin:0px;	
	line-height:normal;
}
.news-name-home-1 a{
	color:#333;
	text-decoration:none;	
}
.cell-news-home1{
	width:160px;
	float:left;
	margin-left:20px;	
}
.news-name-home-2 {
	font-size:12px;
	font-weight:normal;
	padding:5px 0px;
	margin:0px;
}
.news-name-home-2  a{
	color:#333;
	text-decoration:none;
}
.news-name-home-2 a:hover{
	text-decoration:underline;
}
.news-home-2-image{
	position:relative;	
}
.news-home-2-image .name{
	position:absolute;
	bottom:0px;
	left:0px;
	width:415px;
	padding:10px;
	margin:0px;
	opacity:0.85;
	background:#000;	
	color:#FFF;
	font-size:14px;
}
.news-home-2-image .name a{
	color:#FFF;
	text-decoration:none;	
	text-decoration:none;
}
.item-news-small-home{
	border-bottom:solid 1px #EEE;	
	padding-bottom:5px;
}
.item-news-small-home:last-child{
	border-bottom:none;	
}
.item-news-small-home .name{
	font-size:12px;	
	padding:0px 0px 5px 0px;
	margin:0px;
	line-height:normal;
}
.item-news-small-home .name a{
	color:#333;
	text-decoration:none;	
}
.item-news-small-home .name a:hover{
	text-decoration:underline;	
}

.item-news-small-home .news2-image{
	float:left;
	margin-right:10px;
	width:130px;	
}
.partner-home{
	border:solid 1px #EEE;
	padding:10px;
}
.col-footer .title{
	font-size:12px;
	color:#FFF;	
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	padding-bottom:5px;
	font-weight:bold;
}
.col-footer .title a{
	color:#FFF;
	text-decoration:none;
}
.item-news-footer{
	color:#cdcdcd;
	border-bottom:solid 1px #949494;
	padding-bottom:5px;
}
.item-news-footer a{
	color:#cdcdcd;
	text-decoration:none;	
}
.item-news-footer a:hover{
	text-decoration:underline;	
}
.menufootercol{
	padding:0px 0px 0px 14px;
	margin:0px;	
}
.menufootercol li{
	color:#f5e945;	
	padding:3px 0px;
}
.menufootercol li a{
	color:#FFF;
	text-decoration:none;	
}
.menufootercol li a:hover{
	text-decoration:underline;	
}
.crumb{
/*	border-bottom:solid 1px #dedede; */
	line-height:25px;
	color:#393939;
	padding-left:0px;
}
.crumb a{
	color:#393939;
	text-decoration:none;	
}
.crumb a:last-child{
	color:#1c639d;	
}
.line-crumb{
	border-bottom:solid 1px #d4d4d4;
	height:1px;	
}
.color-show{
	width:16px;
	height:16px;
	float:left;
	border:solid 1px #eee;
	padding:1px;
	margin:2px;
	box-shadow:
        inset 0 0 0 1px #fff,
        inset 0 0 0 1px #fff,
        inset 0 0 0 1px #fff,
        inset 0 0 0 1px #fff,
        inset 0 0 0 1px #fff,
        inset 0 0 0 1px #fff,
        inset 0 0 0 1px #fff;	
}

#loadComment,#commentform{
	position:relative;
}
#loadComment .loading,#commentform .loading{
	position:absolute;
	height:100%;
	width:100%;
	background:#FFF;
	opacity:0.9;
	top:0px;
	left:0px;
}
#loadComment .loading i.fa,#commentform .loading i.fa{
	font-size:30px;
	position:absolute;
	left:45%;
	top:48%;
}
.bordered{
	border:solid 1px #FF0000 !important;	
}
.table-login{
	width:400px;
	margin:0 auto;
	border-collapse:collapse;
}
.table-login td{
	border:solid 1px #CCC;
	padding:5px;
}
.table-login tr td:first-child{
	width:120px;	
}
.table-login th{
	text-align:left;	
	padding:5px 0px;
}

.txt-login{
	width:92%;
	border:solid 1px #EEE;
	padding:3px 5px;	
}
.file_download .fa{
	color:#FF0000;
}
.downloadfile{
    color:#0058a2;
    font-weight:bold;
    text-decoration:none;	
}

.slider {
float:left;
width:300px;
min-width:215px;
position:relative;
padding-bottom:0px;
}

.sliderContent {
float:left;
width:300px;
	min-height:215px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
	position:absolute;
	width:300px;
	min-height:215px;
	background:#fff;
}
.sliderContent .item img{
	height:180px;
	width:300px;
}
.sliderContent .item h4{
	background:#007dc2;	
	line-height:33px;
	height:33px;
	width:300px;
	overflow:hidden;
	color:#FFF;
	padding:0px 5px;
	margin:-5px 0px 0px 0px;
}
.sliderContent .item h4 a{
	color:#FFF;
	text-decoration:none;	
}
.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
	outline:none;
}
.service-home{
	width:230px;
	float:left;
	margin-left:19px;
}
.service-home .image{
	border:solid 1px #bbbbbb;	
	height:164px;
	padding:3px 3px 0px 3px;
}
.info-name-home{
	font-size:16px;
	color:#f80202;	
	
	padding:0px;
	margin:0px;
	font-weight:normal;
}
.info-name-home a{
	text-decoration:none;	
	color:#f80202;	
}
.item-news-home{
	width:354px;
	float:left;
	margin-left:20px;	
}
.line-news-home{
	border-bottom:solid 1px #d5d5d5;
	clear:both;	
}
.image-news-home{
	float:left;
	margin-right:10px;
	border:solid 1px #dfdfdf;
	padding:2px;
}
.name-red{
	font-size:12px;
	color:#f80202;	
	padding:0px;
	margin:0px;
}
.name-red a{
	color:#f80202;	
	text-decoration:none;
}
.name-red a:hover{
	text-decoration:underline;	
}
.menuleft{
	padding:0px;
	margin:0px;	
	font-size:12px;
	border-bottom: solid 1px #dbdbdb;
}
.left-title{
	padding:5px 5px 5px 8px;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	margin:0px;
	background:#0f66ae;
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.left-title a{
	color:#fff;	
	text-decoration:none;
}





.menuleft{
	padding:0px;
	margin:0px;
}
.menuleft li{
	color:#2983ce;
	list-style:none;
	font-weight:bold;
	border-bottom:dotted 1px #c9c9c9;
        padding: 0px;
}

.limain i{
    color: #2983ce;
}


.menuleft li:last-child{
	border-bottom:none;
}


.menuleft li  a{
        padding:5px 5px 5px 8px;	
	display:inherit;
	color:#151515;
	text-decoration:none;
        
}

.menuleft li.active a{
	color:#0f66ae;
}


.menuleft li.active {
	background: #eeeeee;
}

.menuleft li ul{
	padding:0px;
	margin:0px;
        background: #FFF;
}
.menuleft li ul li{
	font-weight:normal;
	border-bottom:none;
        color: #333;
        border-top: dashed 1px #c9c9c9;
        
        
}
.menuleft li.active ul li a{
	color:#333;	
}
.menuleft li.active ul li.active a{
	font-weight:bold;
        color:#0f66ae;
}



.menuleft li ul li a {
        padding: 4px 0px 4px 20px !important;
}





.menuleft li{
	list-style:none;	
	border-bottom:dashed 1px #c4c4c4;
	font-weight:bold;
}

.menuleft li a i{
	color:#e8000a;
	margin-right:5px;	
	font-size:12px;
	color:#2983ce;
}

.menuleft li:last-child{
	border-bottom:none;	
}
.image-news{
	float:left;
	margin-right:5px;
	border:solid 1px #CCC;
	padding:2px;	
}
.news-left-name ,.news-left-name a{
	color:#333;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.news-left-name a:hover{
	text-decoration:underline;	
}
.createdate{
	color:#666;	
}
.title-red{
	background:#d10000;	
	color:#FFF;
}
.title-red a{
	color:#FFF;
	text-decoration:none;	
}
.hotline-banner{	
	background:url(../images/icon-hotline.png) no-repeat left;
	background-position:0px 5px;
	min-height:30px;
	min-width:50px;
	padding-left:40px;
}
.partner-image{
	text-align:center;	
}
.partner-image img{
	border:solid 1px #Eee;	
}
.parner-next,.parner-prev{
	font-size:18px;	
	position:absolute;
	top:25%;
	background:#e10423;
	height:30px;
	width:25px;	
	line-height:30px;
	color:#FFF;
	text-decoration:none;
	text-align:center;

}
.parner-next{
	right:5px;
	-webkit-border-radius:3px 0px 0px 3px;
	-ms-border-radius:3px 0px 0px 3px;
	-ms-border-radius:3px 0px 0px 3px;
	border-radius:3px 0px 0px 3px;
	
}
.parner-prev{
	left:5px;
	-webkit-border-radius:3px 0px 0px 3px;
	-ms-border-radius:3px 0px 0px 3px;
	-ms-border-radius:3px 0px 0px 3px;
	border-radius:3px 0px 0px 3px;
}
.viewmore1{
	float:right;
	font-size:12px;
	text-transform:none;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;	
}
.viewmore1 i{
	color:#f80202;
	margin-right:5px;	
}
.viewmore1 {
	color:#333 !important;
}
.hotline-top{
	background:url(../images/icon-phone-top.jpg) no-repeat left;
	padding-left:41px;
	min-height:36px;
	min-width:150px;
	position:absolute;	
	left:580px;
	top:50px;
}
.service-prev,.service-next{
	position:absolute;
	top:-28px;
	right:5px;	
	color:#a9a9a9;
	display:block;
	text-align:center;
	line-height:25px;
	font-size:22px;
}
.service-prev{
	right:25px;	
}
.service-prev:hover,.service-next:hover{
	color:#0F65AE
}
.smo-footer a{
	width:35px;
	height:35px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;	
	color:#FFF;
	text-align:center;
	text-align:center;
	line-height:35px;
	text-decoration:none;
	font-size:18px;
	background:#6a6a6a;
	margin:0px 3px;
}
.smo-footer .fa-facebook:hover,.smo-footer .fa-facebook{
	background:#3b5999 !important;
}
.smo-footer .fa-youtube:hover,.smo-footer .fa-youtube{
	background:#cc332c;
}
.smo-footer .fa-twitter:hover,.smo-footer .fa-twitter{
	background:#00acee;
}
.smo-footer .fa-google-plus:hover,.smo-footer .fa-google-plus{
	background:#d34736;	
}
.tabledownload{
	border-collapse:collapse;	
}
.tabledownload td{
	border:solid 1px #CCC;
	padding:5px;
}
.tabledownload th{
	background:#EEE;	
	border:solid 1px #CCC;
	padding:5px 0px;
}
.tabledownload a{
	color:#333;
	text-decoration:none;	
}
.tabledownload a:hover{
	text-decoration:underline;
}
.line-footer{
	background: rgb(122,188,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMWYzNzY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMTgyZDU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEwMjE0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgb(122,188,255) 0%, rgb(31,55,104) 0%, rgb(24,45,85) 52%, rgb(16,33,68) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(122,188,255)), color-stop(0%,rgb(31,55,104)), color-stop(52%,rgb(24,45,85)), color-stop(100%,rgb(16,33,68)));
	background: -webkit-linear-gradient(top,  rgb(122,188,255) 0%,rgb(31,55,104) 0%,rgb(24,45,85) 52%,rgb(16,33,68) 100%);
	background: -o-linear-gradient(top,  rgb(122,188,255) 0%,rgb(31,55,104) 0%,rgb(24,45,85) 52%,rgb(16,33,68) 100%);
	background: -ms-linear-gradient(top,  rgb(122,188,255) 0%,rgb(31,55,104) 0%,rgb(24,45,85) 52%,rgb(16,33,68) 100%);
	background: linear-gradient(to bottom,  rgb(122,188,255) 0%,rgb(31,55,104) 0%,rgb(24,45,85) 52%,rgb(16,33,68) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#102144',GradientType=0 );
	height:12px;
}
.col-footer{
	width:180px;
	float:left;
	margin-left:15px;
}
.bgfooter{
	
}
.border-page{
	
}
.btn-signup{
	background:#b30201;
	padding:7px 15px;
	margin:0px;
	border:none;
	color:#FFF;
	font-weight:bold;
}
.short-info{
	padding:10px;
	border:solid 1px #b5b5b5;	
	background:#ededed;
}
.btn-contact-pro{
	padding:5px 11px;
	background:#b30201;
	color:#FFF;
	text-decoration:none;
	display:block;
	float:left;
	font-weight:bold;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.shadow-red{
   -ms-box-shadow:    inset 0 0 20px #7f0100;
   -moz-box-shadow:    inset 0 0 20px #7f0100;
   -webkit-box-shadow: inset 0 0 20px #7f0100;
   box-shadow:         inset 0 0 20px #7f0100;
   background:#b30201;
   color:#FFF;

}
.shadow-gray{
   -ms-box-shadow:    inset 0 0 20px #363636;
   -moz-box-shadow:    inset 0 0 20px #363636;
   -webkit-box-shadow: inset 0 0 20px #363636;
   box-shadow:         inset 0 0 20px #363636;
   background:#404040;
   color:#FFF;
   padding:15px 10px;

}
.box-hotline{
	background:url(../images/gai.png) no-repeat left bottom;
	min-height:155px;	
	padding-top:10px;
}
.box-hotline .hotline{
	background:url(../images/icon-hotline1.png) no-repeat left;		
	width:150px;
	min-height:42px;
	margin-left:60px;
	color:#FFF;
	padding-left:50px;
}
.box-hotline .dotline{
	border-bottom:dashed 1px #c96868;	
	height:1px;
}

.hot-name{
	background:#b30201;
	padding:5px;
	color:#FFF;
	margin-top:-5px;
}
.hot-name a{
	text-decoration:none;
	color:#FFF;	
}
.sub-item-menu-footer a{
	color:#8a8a8a;
	text-decoration:none;
}
.sub-item-menu-footer a:hover{
	text-decoration:underline;	
}
.textfooter{
	
}
.textfooter a{
	color:#8a8a8a;	
}
.news-small-home-name a{
	color:#333;
	text-decoration:none;
	margin-bottom:5px;
	display:block;
}
.news-small-home-name a:hover{
	text-decoration:underline;	
}
.news-small-home-name a i{
	color:#ff9a32;
	font-size:16px;	
}
.box-about-home{
	-moz-box-shadow:inset -1px 8px 75px #d9d8d8;
	-webkit-box-shadow:inset -1px 8px 75px #d9d8d8;
	box-shadow:inset -1px 8px 75px #d9d8d8;
	
}
.box-about-home .bleft{
	width:60%;
	float:left;
	
}
.box-about-home .bleft .div1{
	padding:20px;
}
.box-about-home .bright{
	width:40%;
	float:right;
	padding:0px;
}
.box-about-home .name{
	text-transform:uppercase;
	font-size:18px;
	color:#0058a2;
	font-weight:normal;	
	padding:0px 0px 10px 0px;
	margin:0px;
	
}
.leftcol{
    padding: 10px 15px 10px 15px;
    border: #CCC 1px solid;
    width: 770px;
    
}</pre></body></html>