﻿body 
{
	margin:0;
	padding:0;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:13px;
	background:url(Images/bg.png);
	color:#333;
}
*
{
	margin:0;
	padding:0;
}
ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
a
{
	cursor:pointer;
	text-decoration:none;
}
.clear
{
	clear:both;
}
.main
{
	
}
.header
{
	/*background:url(Images/bg-header.png) repeat-x;*/
	height:107px;
}

.main-header,.main-screen,.main-content
{
	width:1000px;
	margin:0 auto;
}
.logo
{
	float:left;
	margin:20px 40px;
    border:none;
}
.logo a img{
	border:none;
}
.right-header
{
	float:right;
	margin-top: 40px;
    position:relative;
}
ul.nav
{
	margin-top:20px;	
}
ul.nav li
{
	float:left;
	line-height:34px;
	margin-right:2px;
	padding:0;
}
ul.nav li a
{
	font-size:15px;
	text-transform:uppercase;
	padding:0 8px;
	color:#666;
	height:28px;
	line-height:28px;
	display:block;
}
ul.nav li a:hover,ul.nav li a.active
{	
	color:#fff;
	background-color:#1c449c;
}
    ul.nav li.lang, ul.nav li.search {
        position:absolute;
        top:-17px;
        right:0;
    }
ul.nav li.search
{
	border:solid 1px #ccc;
	border-radius:10px;
	background-color:#fff;	
	padding:0;
	margin:0 0 0 20px;
	line-height:0;
	padding:2px 10px 2px 5px;
    right:55px;
}
ul.nav li.search input[type='text']
{
	margin:0;
	border:0;
	padding:3px 3px 3px 5px;
	float:left;
}
ul.nav li.search a.btn-search,ul.nav li.search a.btn-search:hover
{
	float:right;
	background:url(Images/search.png) no-repeat center;
	width:20px;
	height:22px;
	line-height:20px !important;
	padding:0;
}
ul.nav li.lang
{
	border-right:none;
	text-align:center;
	margin-top:3px;
	margin-left:5px;
}
ul.nav li.lang a
{
	display:inline-block;
	width:21px;
	height:21px;
	float:left;
	margin-right:1px;
	padding:0;
}
    ul.nav li.lang a:hover {
        background-color:transparent;
    }
ul.nav li.lang a.vn
{
	background-image:url(Images/vn.png);	
}
ul.nav li.lang a.en
{
	background-image:url(Images/en.png);
}
div.slider
{
	position:relative;
}
.pageing
{
	position:absolute;
	top:10px;
	right:20px;
}
.pageing a
{
	display:inline-block;
	float:left;
	width:12px;
	height:13px;
	background:url(Images/option.png) no-repeat center;
	margin-right:10px;
}
.pageing a.selected
{
	background:url(Images/selected.png) no-repeat center;
}
.slideshow li
{
	margin:0;
	padding:0;
}
.slideshow li a img
{	
	border-radius:10px 10px 0 0;
}
a.viewmore
{
	background: url("images/arrow-viewmore.png") no-repeat scroll 0 4px transparent;
    color: #FFFFFF;
    font-size: 11px;
    padding-left: 10px;
    text-transform: uppercase;
}


.hot-news
{
	background-color: #ffa200;
    border-radius: 0 0 10px 10px;
    *border-top: 4px solid #E89400;
    padding: 10px 15px 5px;
    box-shadow:0 0 2px #666666;
}
.hot-news li
{
	float:left;
	width:320px;
	color:#fff;
	font-size:13px;
}
.hot-news li h3
{
	margin:0;
}
.hot-news li h3 a
{
	color:#996600;
}
.hot-news li img
{
	padding:5px;
	background-color:#fff;
	float:left;
	margin:5px;
}

.main-content
{
	*padding-top:10px;
}
.main-content .left
{
	float:left;
	width:730px;
}
.main-content .right
{
	float:right;
	width:250px;
}
.feature-video
{
	background-color:#fdfdfd;
	margin-bottom:30px;
	border:solid 1px #ccc;
	box-shadow:inset 0 0 6px #ccc;
	-moz-box-shadow:inset 0 0 6px #ccc;
	-webkit-box-shadow: inset 0 0 6px #ccc;
	margin-top:40px
}
.feature-video h3
{
	color:#ffa200;
	border-bottom:solid 1px #ccc;	
	font-size:25px;
	text-align:center;
	font-weight:normal;
	margin:0;
	padding:8px 0;
}
.feature-video .content
{
	padding:15px;
	text-align:center;
}

.feature-news
{
	background-color:#4f77ce;
	padding-top:5px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px #0E48C2 inset;
-moz-box-shadow:    0 0 10px #0E48C2 inset;
box-shadow:         0 0 10px #0E48C2 inset;
	
}
.feature-news h3
{
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	background-color:#718ece;
	color:#fff;
	margin:10px 20px;
	line-height:40px;
	height:40px;
	text-align:center;
	font-size:24px;
	font-weight:normal;
	font-family:Arial;
}
.feature-news .content
{
	text-align:center;
	padding:5px 20px 15px 20px;
}
.feature-news .content p.summary
{
	text-align:left;
	color:#fff;
	line-height:150%;
}
.feature-news img
{
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	margin-bottom: 8px;
}
.view-more
{
	color:#092765;
	background:url(Images/arrow-left.png) no-repeat left center;
	height:20px;
	line-height:20px;
	padding:0 0 0 14px;
	display:block;
	float:left;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	text-transform:uppercase;
	margin-top:10px;
}
.view-more:hover
{
	text-decoration:underline;
}
.view-next
{
	float:right;
	width:19px;
	height:30px;
	background:url(Images/next.png);
}
.short-news
{
	float:left;
	margin-top:20px;
    text-align:justify
}
.short-news h3
{
	padding:10px 0;
	margin:0;
	float:left
}
.short-news h3 a
{
	color:#333;
	font-size:25px;
	font-weight:normal;
}
.short-news p img
{
	margin:5px 20px 10px 0;
	*border-radius:3px;
	*padding:2px;
	*background-color:#fff;
	*border:solid 1px #f1f1f1;
}
.short-news p
{
	line-height:170%;
	margin:0;
}
hr
{
	margin:15px 0;
	padding:0;
	background-color:#ccc;
	height:1px;
	border:none;
}
hr.main
{
	width:1000px;
	margin:0 auto 20px;
	background:url(images/hr-2.png) repeat-x;
	height:2px;
}

a.view-detail
{
	background:url(Images/arrow-left.png) no-repeat left center;
	color:#00257f;
	text-transform:uppercase;
	float:left;
	padding-left:16px;
	font-weight:bold;
}
a.view-detail:hover
{
	text-decoration:underline;
}

.list-news
{
	margin-top:20px;
}
.list-news h3
{
	color:#333;
	font-size:25px;
	font-weight:normal;
	margin:0;
	padding:5px 0;
}
div.items-short-news
{
	padding:10px 0;
	color:#333;
}
div.items-short-news img
{
	float:left;
	margin:0 10px 10px 0;
	border:solid 1px #ccc;
	background-color:#fff;
	border-radius:3px;
	padding:2px;
}
div.items-short-news a
{
	line-height:150%;
	color:#333;
	padding:5px 0;
	display:inline-block;
    font-weight:bold;
}
div.items-short-news a:hover
{
	text-decoration:underline;
}
.list-news .right-news h3,.list-news .left-news h3
{
	border-bottom:solid 1px #666;
	padding:5px 0;
	display:block;
	padding-right:50px;
	float:left;
	color:#666;
}

	
.footer
{
	height:80px;
}
.content-footer
{
	margin:0 auto;
	width:1000px;
	padding:30px 20px;
}
.content-footer .copyright
{
	float:left;
	color:#666;
	font-size:14x;	
}
.content-footer .menu-footer
{
	float:right;
	color:#666;
}
.content-footer .menu-footer a
{
	color:#666;
	padding-left: 7px;
    padding-right: 10px;
	text-transform:uppercase;
	font-size: 16px;
	border-right:1px solid;
}
.content-footer .menu-footer a:last-child
{
	border:none;
}
.content-footer .menu-footer a:hover
{
	text-decoration:underline;
}

/*	Products */
.content-products
{
	width:960px;
	margin:0 auto;
	border:solid 1px #ccc;
	box-shadow:inset 0 0 5px #ddd;
	border-radius:8px;
	padding:20px;
	min-height:485px;
	background:url(images/product-bg.png) no-repeat center bottom #fff
}
.product-item
{
	margin:10px 0 10px 40px;
	float:left;
	width:280px;
	position:relative;
}
.product-item .desc
{
	width:230px;
	text-align:center;
	margin-bottom:15px;
	margin-top:20px;
}
.product-item div.content-last
{
	border-right:none;
	text-align:center;
}
.product-item div.content
{
	background: none repeat scroll 0 0 #FFFFFF;
    min-height: 200px;
    padding: 10px 25px 25px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.75);
	width: 180px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	position:relative
}
.product-item:last-child .content
{
	border:none;
}
.product-item div.content div.desc,.product-item div.content-last div.desc
{
	padding:5px 20px 5px 10px;
	text-align:justify;
	color:#333;
	height:70px;
	overflow:hidden;
}
.product-item h3
{
	color: #D40110;
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0;
    text-transform: uppercase;
    
    width: 235px;
    text-align:center;
}
.list-products
{	
	margin-top:5px;
}
.list-products li
{
	background:url(Images/item.png) no-repeat left center;
	padding:10px 0 10px 20px;
	text-align:left;
}
.list-products li a
{
	border-top:dotted 1px #ccc;
	padding:10px 0;
	font-size:14px;
	color:#333;
	text-align:left;
}
.list-products li:first-child a
{
	border-top:none;
}
.more-product
{
	background-color: #D40110;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 20px 30px 20px 0;
    min-width: 65px;
    padding: 2px 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

.note
{
	color:#986707;
	width:1000px;
	margin:33px auto;
}
.note .mark
{
	background:url(images/mark.png) no-repeat;
	font-size:30px;
	color:#986707;
	float:left;
	margin-right:5px;
	height:55px;
	width:30px;
}
.note .text
{
	color: #D40110;
    float: left;
    font-size: 17px;
    width: 920px;
}
.note a.more
{
	background-color: #EAA114;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    line-height: 35px;
    padding: 0 12px;
    text-transform: uppercase;
}

.our-client
{
	width:1000px;
	margin:0 auto;
	min-height:150px;
}
.our-client .head
{
	margin:25px 0;
}
.our-client .head .title
{
	float:left;
	font-size:25px;
	color:#333;
	font-weight:normal;
}
.our-client .head .command
{
	float:right;
}
.our-client .head .command a
{
	background-color:#ffa200;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	padding:0;
	width:30px;
	text-align:center;
	margin-right:2px;
	height:30px;
	line-height:30px;
	display:inline-block;
}
.our-client .head .command a:hover,.our-client .head .command a.disabled
{
	background-color:#f4bb4d;
}
.our-client .clients
{
	
}
.our-client .clients li
{
	float:left;
	margin:0 10px 20px 0;
	width:240px;
}
.our-client .clients li:nth-child(4n+1)
{
	margin-right:0;
	text-align:center;
}
/* new - detail new */
.content-news
{
	/*width:70% !important;*/
	margin:0 auto;
	border:solid 1px #ccc;
	box-shadow:inset 0 0 5px #ddd;
	border-radius:8px;
	padding:35px;
	min-height:520px;
	background-color:#fff;
	line-height:22px;
}
.detail
{
	float:right;
	width:73%;
}
.sidebar-left
{
	float:left;
	width:220px;	
}
.sidebar-left h2
{
	background-color: #1D409A;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: normal;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
}
.menuleft {
    margin-bottom:30px;
}
.navleft
{
	padding-right: 10px;
}
.navleft li
{
	margin:5px 0 5px 20px;
	border-top: 1px dashed #ccc;
}
.navleft li a
{
	background: url("images/bullet.jpg") no-repeat scroll 0px 7px transparent;
    padding: 5px 0 2px 22px;
    font-size:15px;
    display:block;
    color:#1c449c;
}
.navleft li:first-child
{
	border:none;
}
.navleft-sub li:first-child
{
	border-top: 1px dashed #ccc;
}
.navleft-sub li a
{
	background:none;
	padding-left:2px;
}
.navleft li a:hover, .navleft li a.active
{
	color:#d40110;
}
.padd
{
	font-size: 27px;
    font-weight: normal;
    padding-bottom: 30px;
}
/* contact */
.content-contact
{
	margin:0 auto;
	border:solid 1px #ccc;
	box-shadow:inset 0 0 5px #ddd;
	border-radius:8px;
	padding:35px;
	min-height:520px;
	background-color:#fff;
	line-height:22px;
}
.content-contact .ct-left
{
	width:580px;	
	float:left
}
.content-contact .ct-right
{
	width:37%;	
	float:left
}
.content-contact h3
{
	font-size: 26px;
    font-weight: normal;
}
#formContact .text
{
	background: url("images/textbox.jpg") repeat scroll 0 0 transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 20px;
    padding: 8px 10px 10px;
    position: relative;
    width: 332px;
    border:none;
}
#formContact .mtext
{
	background: url("images/mtextbox.jpg") repeat scroll 0 0 transparent;
}
#formContact .textarea
{
	background: url("images/textarea.jpg") repeat scroll 0 0 transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 145px;
    padding: 8px 10px 10px;
    position: relative;
    width: 332px;
    border:none;
}
#formContact label.field
{
	position:relative;
	margin:4px 0;
	float:left;
}
#formContact span.title
{
	left: 10px;
    position: absolute;
    top: -5px;
    z-index: 10;
    top: 7px;
}
#formContact span.title span.require
{
	color:Red	
}
#formContact .button {
    background:#4f77ce;
    border: medium none;
    color: #FFFFFF;
    font-family: arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-left: 12px;
    margin-top: 10px;
    text-transform: uppercase;
    width: 85px;
    cursor:pointer;
    float:right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 35px;
}
/* about us*/
.mission
{
	text-align: justify;
}
.mission .line
{
	float:left;
	margin-bottom:15px;
}
.mission span
{
	font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
.mission .year
{
	background-color: #4F77CE;
    color: #FFFFFF;
    float: left;
    min-width: 36px;
    padding: 4px 14px;
    text-align: center;
}
.mission p
{
	float: right;
    width: 73%;
}
.box-p
{
	margin:20px auto;
	width: 1000px;
}
.box-1,.box-2,.box-3
{
	background: url("images/box.png") no-repeat scroll 0 0 transparent;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    float: left;
    height: 288px;
    margin: 25px;
    width: 272px;
}
.box-1
{
	margin-left:40px;
}
.box-2
{
	background: url("images/box.png") no-repeat scroll -302px 0;
}
.box-3
{
	background: url("images/box.png") no-repeat scroll -604px 0;
}

.box-p h3
{
	color: #1a3670;
    font-size: 16px;
    padding: 45px;
    text-indent: -9999px;
}
.box-p .box-m
{
	padding: 0 14px 10px;
	height: 150px;
	position:relative;
}
.box-p .box-m p
{
	color:#333;
	font-size:14px;
}
.box-p a
{
	background: #628e06;
    bottom: 4px;
    color: #FFFFFF;
    padding: 8px 15px;
    position: absolute;
    right: 15px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.box-2 a
{
	background: #dc459e;
}
.box-3 a
{
	background: #f4bb4d;
}
.google-map
{
	margin-bottom: 25px;
}
.box-1 .box-m a:hover {
    color:#9ADA13
}
.box-2 .box-m a:hover {
    color:#BA1073
}
.box-3 .box-m a:hover {
    color:#EAA114
}
/* other new */
h3.others
{
	font-size:25px;
	font-weight:normal;
	margin-bottom:20px
}
ul.others li
{
	padding:3px;
}
ul.others li a
{
	color:#d40111;
	padding-left:20px;
	background: url(images/bullet-red.jpg) no-repeat 3px 5px;
}

/* new */

.left-news
{
	float:left;
	width:685px;
}
h1.title-list
{
	padding:5px 0;
	font-size:25px;
	font-weight:normal;
	margin-bottom:20px;
}
h1.title-detail
{
	padding:5px 0;
	margin:0;
	font-size:25px;
	font-weight:normal;
}

.news-view-more
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.news-view-more li
{
	padding:0;
	margin:0 0 20px 0;
	color:#666;
	text-align:justify;
	display:block;
	clear:both;	
}
.news-view-more li img
{
	width:120px;
	height:100px;
	border:solid 2px #eee;
	border-radius:5px;
	margin:0 5px 5px 0;
	float:left;
}
.news-view-more li h4
{
	margin:0;
}
.news-view-more li a
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}


.right-news
{
	float:right;
	width:200px;
}

.block-news
{
	margin-bottom:10px;
}
.block-news h3
{	
	color:#000;
	margin:0;
	padding:5px 0;
	font-size:25px;
	font-weight:normal;
}
.block-news ul
{
	margin:0;
	padding:0;
	list-style-type:none;	
}
.block-news ul li
{
	padding:5px 5px 15px 5px;
	margin:0;
	border-bottom:dotted 1px #ccc;
}
.block-news ul li h4
{
	margin:0;
	padding:0;
}
.block-news ul li h4 a
{
	color:#d40110;
	font-size:12px;
	font-weight:bold;
	padding:5px 0;
	display:block;
	
}

.detail-news
{
	line-height:150%;
	text-align:justify;
	padding-bottom:30px;
	border-bottom:1px dotted #ccc;
}




/* news */

.group-news
{	
}
.group-news .left-group
{
	text-align:justify;
	float:left;
	width:635px;
}
.group-news .left-group img
{
	margin:0 10px 5px 0;
}
.group-news .left-group a
{
	color:#333;
	font-weight:bold;
	cursor:pointer;
}
.group-news .left-group h2
{
	font-size:25px;
	font-weight:normal;
	margin-bottom:30px;
}
.group-news .left-group a.more-product
{
	/*display:inline-block;
	background-color:#d40110;
	border-radius:5px;
	padding:5px 10px;
	color:#fff;
	text-transform:uppercase;*/
	position:relative;
	font-weight:normal;
	padding:8px 18px;
	margin-top:10px;
	margin:0;
	color:#fff
} 
.right-group
{
	width:260px;
	float:right;
}
.right-group h3
{
	font-size:25px;
	font-weight:normal;
	margin-bottom:18px;
}
.right-group ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.right-group ul li
{
	margin:0;
	padding:6px 0;
	border-bottom:solid 1px #eee;
}
.right-group ul li a
{
	color:#D40110;
	text-decoration:none;
}
.right-group a.view-more,.left-group-news3 a.view-more
{
	background:url(images/view-more-news.png) no-repeat left center;
	display:inline-block;
	padding:5px 0 5px 16px;
	color:#d40110;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

.split-hr
{
	background:url(Images/hr.png) repeat-x bottom;
	padding:0 0 30px 0;
	height: 4px;
	border-radius:20px;
}


.group-news2
{
	margin-bottom: 27px;
}
.group-news2 h2
{
	font-size:25px;
	font-weight:normal;
	margin-bottom: 25px;
    margin-top: 40px;
}
.group-news2 img
{
	margin:0 10px 5px 0;
}
.group-news2 ul
{
	margin:0;
	padding:5px 0;
	list-style-type:none;
}
.group-news2 ul li
{	
	border-bottom: 1px solid #EEEEEE;
    float: left;
    margin-right: 30px;
    padding: 6px 0;
    width: 300px;
}
.group-news2 ul li a
{
	color:#D40110;
	/*line-height:26px;*/
}
.group-news2 .title-group-news2
{
	font-weight:bold;
	display:block;
	color:#333
}

.group-news3
{
	
}
.left-group-news3
{
	float:left;
	width:230px;
}
.left-group-news3 h2
{
	font-size:25px;
	font-weight:normal;
	margin-bottom:20px;
	margin-top:20px
}
.left-group-news3 ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.left-group-news3 ul li
{
	line-height:150%;
	padding:10px 0;
	margin:0;
	border-bottom:dotted 1px #eee;
	text-align:justify;
}
.left-group-news3 ul li a
{
	color:#D40110;
	display:block;
	padding:5px 0;
}

.right-group-news3
{
	width:665px;
	float:right;
	padding-top:80px;
}