/*@charset "utf-8";*/
/******** Body Elements ********/

html, form, body
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	background-color: #002e42;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	background-image: url(Images/bg-body-1.png);
	background-repeat: repeat-x;
	color: #7f9193;
}
.body-in
{
	background-image: url(Images/bg-footer-2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/******** Layout Elements ********/

.wrapper
{
	width: 980px;
	margin: 0 auto;
	min-height: 350px;
}

.header
{
	background-image: url(images/bg-banner.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
}
.banner-footer
{
	width: 980px;
	margin: 0 auto;
}
/*menu*/
.menu-bar
{
	background-image: url(Images/bg-menu-bar-1.png);
	width: 980px;
	overflow: hidden;
	height: 45px;
}
.menu-bar .mnu-content
{
	margin-left: 36px;
}
/*Menu items*/

/*Header menu*/
.header-menu
{
	font-weight: bold;
	padding-top: 0px;
}
.header-menu td
{
	text-align: left;
	text-transform: uppercase;
	color: White;
	font-size: 11px;
	height: 44px;
}
.header-menu .header-menu-separator
{
	padding-left: 36px;
	padding-right: 36px;
	background-image: url(Images/bg-menu-separator.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-menu .horizontalCMSMenuItem
{
	padding-bottom: 5px;
}
.header-menu .horizontalCMSMenuHighlightedMenuItemMouseOver, .header-menu .horizontalCMSMenuHighlightedMenuItemMouseUp
{
	padding-bottom: 5px;
	color: #7ac800;
}

.header-menu .horizontalCMSMenuHighlightedMenuItem, .header-menu .horizontalCMSMenuItemMouseOver, .header-menu .horizontalCMSMenuItemMouseSetOut
{
	color: #7ac800;
	
	background-position: center 15px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}
.header-menu .horizontalCMSMenuItemMouseUp, .header-menu .horizontalCMSMenuItemMouseDown
{
	padding-bottom: 5px;
}
/*SUB*/
.header-menu .horizontalsub
{
	background-color:#091014;
}
.header-menu .horizontalsubCMSMenuItem
{
	color:#7f9193;
	height:20px;
	text-transform:none;
	background-color:#091014;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	
}
.header-menu .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.header-menu .horizontalsubCMSMenuHighlightedMenuItemMouseUp
{
	height:20px;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
.header-menu .horizontalsubCMSMenuHighlightedMenuItem, 
.header-menu .horizontalsubCMSMenuItemMouseOver, 
.header-menu .horizontalsubCMSMenuItemMouseSetOut
{
	color: #7ac800;
	text-transform:none;
	background-color:#091014;
	height:20px;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
.header-menu .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.header-menu .horizontalsubCMSMenuHighlightedMenuItemMouseUp
{
	text-transform:none;
	color: #7ac800;
	height:20px;
	background-color:#091014;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
.header-menu .horizontalsubCMSMenuHighlightedMenuItem, 
.header-menu .horizontalsubCMSMenuItemMouseOver, 
.header-menu .horizontalsubCMSMenuItemMouseSetOut
{
	text-transform:none;
	color: #7ac800;
	height:20px;
	background-color:#091014;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
.header-menu .horizontalsubCMSMenuItemMouseUp, 
.header-menu .horizontalsubCMSMenuItemMouseDown
{
	text-transform:none;
	color: #7ac800;
	height:20px;
	background-color:#091014;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
/**/
.full-content
{
	background-color: #002e42;
	margin-bottom: 6px;
}
/**/
.content
{
	width: 554px;
	float: left;
	min-height: 350px;
	margin: 0 0 0 6px;
	padding: 0;
	overflow: hidden;
}
.content .content-in
{
	margin: 0;
}
/*left content*/
.left
{
	float: left;
	width: 207px;
	overflow: hidden;
}
.left .left-in
{
	margin: 0;
}
.right
{
	width: 207px;
	overflow: hidden;
	float: right;
}
.footer
{
	clear: both;
	margin: auto auto;
	width: 980px;
	height: 104px;
	background-image: url(Images/bg-footer-2.png);
	background-repeat: repeat-x;
}
.footer .footer-in
{
	padding-top: 23px;
	margin-bottom: 7px;
	color: #7f9193;
	text-align: right;
	line-height: 140%;
	padding-left: 6px;
}
.footer-in p, .footer-in font, .footer-in a, .footer-in div
{
	color: #7f9193;
	text-align: right;
}
/*Box*/
/*Left Box*/
.left-box
{
	width: 207px;
	background-color: #091014;
	margin: 0px 0px 6px 0px;
}
.left-box .left-box-t
{
	background-color: #09191d;
	width: 207px;
	height: 38px;
}
.left-box .left-box-t .bx-title
{
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 37px;
	color: #f9fafc;
	background-image: url(images/bg-dot-title-1.png);
	background-repeat: no-repeat;
	background-position: 10px 16px;
}
.left-box .left-box-ct
{
	margin: 5px 5px 5px 7px;
}
.left-box .left-box-d
{
	width: 207px;
	height: 3px;
	overflow: hidden;
}
/*Content box*/
.box-ct
{
	width: 554px;
	background-color: #091014;
	margin: 0px 0px 0px 0px;
}
.box-ct .box-ct-top
{
	width: 554px;
	height: 38px;
	background-color: #09191D;
}
.box-ct .box-ct-top .bx-title
{
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 37px;
	color: #f9fafc;
	background-image: url(images/bg-dot-title-1.png);
	background-repeat: no-repeat;
	background-position: 10px 16px;
}
/*Menu san pham*/
.product-menu
{
	margin-left: 8px;
	margin-top: 8px;
}
.product-menu td
{
	padding-bottom: 4px;
	padding-top: 4px;
	width: 207px;
	color: #7f9193;
}
.product-menu .product-menu-separator
{
	
	background-repeat: repeat-x;
	background-position: -3px left;
}
.product-menu .verticalCMSMenuItem
{
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.product-menu .verticalsubCMSMenuItem
{
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.product-menu .verticalCMSMenuHighlightedMenuItemMouseOver, .product-menu .verticalCMSMenuHighlightedMenuItemMouseUp, .product-menu .verticalsubCMSMenuItemMouseUp, .product-menu .verticalsubCMSMenuHighlightedMenuItemMouseUp, .product-menu .verticalsubCMSMenuHighlightedMenuItemMouseOver, .product-menu .verticalsubCMSMenuHighlightedMenuItem, .product-menu .verticalsubCMSMenuItemMouseOver
{
	padding-right: 5px;
	color: #7F9193;
	padding-left: 15px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}

.product-menu .verticalCMSMenuHighlightedMenuItem, .product-menu .verticalCMSMenuItemMouseOver, .product-menu .verticalCMSMenuItemMouseSetOut, .product-menu .verticalsubCMSMenuItemMouseOver
{
	color: #7AC800;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.product-menu .verticalCMSMenuItemMouseUp, .product-menu .verticalCMSMenuItemMouseDown, .product-menu .verticalsubCMSMenuItemMouseDown
{
	padding-left: 5px;
	padding-right: 5px;
}
.product-menu .verticalsubCMSMenu
{
	border: solid 1px #142428;
	border-left: 0;
	background-color: #091014;
}
.product-menu .verticalsubCMSMenu td.verticalsubCMSMenuItem
{
	background-color: #091014;
	padding-left: 15px;
}
.product-menu .verticalCMSMenuItemMouseUp, .product-menu .verticalCMSMenuItemMouseDown, .product-menu .verticalsubCMSMenuItemMouseDown, .product-menu .verticalsubCMSMenuItemMouseUp
{
	color: #7AC800;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}

.ct-center
{
	background-color: #091014;
}
.box-line
{
	width: 554px;
	overflow: hidden;
	background-color: #091014;
}
.box-line .box-line-top
{
	width: 554px;
}
.box-line .box-line-bottom
{
	width: 554px;
}
.box-line .box-line-center
{
	margin: 7px;
}
/******** Document Styles ********/
a, a:active, a:visited
{
	color: #7F9193;
	text-decoration: none;
}

a:hover
{
	color: #6fbe00;
}
/*News*/
.NewsPTitle
{
	background-image: url(Images/bg-news.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-bottom: 3px;
}
.NewsPTitle a
{
	color: #7F9193;
	font-size: 15px;
}
.NewsTopTitle
{
	background-image: url(Images/icon-check2.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 5px;
	text-align: justify;
}
.NewsTopTitle a
{
	color: #7f9193;
}
.NewsTopTitle a:hover, .NewsPTitle a:hover
{
	color: #6fbe00;
}
.NewsPBody
{
	line-height: 160%;
	color: #7F9193;
}
.NewsPBody a img
{
	border: solid 1px #cfe7f3;
	padding: 1px;
}
div.sep
{
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	clear: both;
	height: 1px;
	border-top: dotted 1px #142428;
	padding-bottom: 7px;
}
div.news-repeater-sep
{
	margin-top: 20px;
	display: block;
	clear: both;
	height: 1px;
	border-top: dotted 1px #142428;
	padding-bottom: 20px;
}
.newsItemDetail
{
}
.newsItemDetail a
{
	color: #7F9193;
	text-decoration: underline;
}
.newsItemDetail a:hover
{
	color: #6fbe00;
}
.newsItemDetail h1
{
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #7F9193;
}
.NewsSummary
{
	line-height: 165%;
	font-size: 14px;
	font-style: italic;
	color: #001c28;
}
.NewsBody
{
	line-height: 165%;
	color: #7F9193;
}
.NewsBody img
{
	border: solid 1px #cfe7f3;
	padding: 1px;
}
.NewsBody .Image
{
	background-color: #C0C0C0;
	color: #002429;
	font-style: italic;
	font-size: 11px;
}
.NewsContent
{
}
.Date
{
	color: #7F9193;
	font-style: normal;
	margin-bottom: 5px;
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}
.news-repeater
{
	width: 540px;
	padding: 6px 7px 6px 7px;
	overflow: hidden;
}
.news-repeater-item
{
	margin-bottom: 7px;
}
/*Article*/
.article-content
{
	margin: 0;
	background-color: #091014;
}
/*San pham*/
.sp-content
{
    
}

.sp-img
{
	margin: 1px 7px 2px 0px;
	text-align: center;
	width: 250px;
}
.sp-img img
{
	border: solid 1px #cfe7f3;
	padding: 1px;
}
.sp-name
{
	border-bottom: solid 1px #a1b4cd;
	padding-bottom: 2px;
	color: #5892cd;
	font-weight: bold;
}
.sp-name a
{
	color: #5892cd;
	font-weight: bold;
}
.sp-description
{
	text-align: justify;
	line-height: 165%;
	margin-top: 5px;
}
.sp-description p
{
	margin: 0;
	padding: 0;
}
.sp-detail
{
	width: 66px;
	height: 19px;
	background-image: url(images/detail.png);
	background-repeat: no-repeat;
}
.sp-ct-gia-link
{
	margin-top: 3px;
}
.sp-ct-gia-link .gia
{
	display: none;
	float: left;
	color: #82a445;
	font-weight: bold;
}
.sp-ct-gia-link .link
{
	float: right;
}
/*San pham chi tiet*/
.sp-detail-img
{
	margin: 1px 7px 2px 0px;
	text-align: center;
}
.sp-detail-img img
{
	border: solid 1px #cfe7f3;
	padding: 1px;
}
.sp-detail-name
{
	border-bottom: solid 1px #a1b4cd;
	padding-bottom: 2px;
	color: #5892cd;
	font-weight: bold;
	margin-bottom: 7px;
}
.sp-deteil-ct
{
	width: 540px;
	padding-left: 7px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	overflow: hidden;
}
.sp-ct-files
{
}
.slideshow
{
	text-align: right;
	float: right;
	margin-right: 5px;
}
.slideshow img
{
	border: solid 1px #3970a8;
	padding: 1px;
	display: none;
}

.ct-search
{
	margin-right: 15px;
	margin-top: 0px;
	height: 22px;
	overflow: hidden;
}
.ct-search .s-left
{
	background-image: url(Images/bg-search-left.png);
	background-repeat: no-repeat;
	width: 3px;
	height: 22px;
	float: left;
}
.s-textbox
{
	float: left;
	height: 22px;
	overflow: hidden;
	background-image: url(Images/bg-search-center.png);
	background-repeat: repeat-x;
}
.s-textbox input
{
	border: 0;
	height: 18px;
	font-size: 11px;
	padding: 1px 0px 0px 2px;
	margin: 1px 0px 0px 0px;
	width: 147px;
}
.s-butom
{
	background-image: url(Images/bg-search-buttom.png);
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
	float: left;
	cursor: pointer;
}
.silder
{
	background-image: url(images/bg-slider.png);
	background-repeat: repeat-x;
	height: 171px;
	width: 980px;
	margin: 0 auto;
	margin-bottom: 6px;
	padding-top: 27px;
}
.silder-2
{
	background-color: #091014;
	margin-bottom: 8px;
	padding: 7px 5px 7px 5px;
	height:281px;
	overflow:hidden;
	border:solid 1px #002e42;
}
.product-datalist
{
	width: 150px;
	margin: 0 auto;
	padding: 0px 0px 6px 0px;
}
.product-name-fix
{
	text-align: center;
}
.product-name-fix a
{
	color: #7F9193;
	text-decoration: none;
}
.product-name-fix a:hover
{
	color: #7ac800;
}
.product-img-fix
{
	margin-bottom: 5px;
}
.product-img-fix img
{
	border: solid 1px #cfe7f3;
	padding: 1px;
}
.product-descrition-fix
{
	margin-left: 100px;
}
/*Data list*/
.cms-datalist
{
	width: 100%;
}
.cms-datalist td
{
	vertical-align: top;
	width: 49%;
	text-align: center;
}
/*Page control*/
.PagerControl
{
	padding-bottom: 7px;
	padding-top: 5px;
	clear: both;
	text-align: center;
	background-color: #09191d;
	color: White;
}
.PagerControl a.UnselectedPage
{
	font: bold 10px Arial;
	text-align: center;
	line-height: 20px;
	padding: 2px 4px 2px 4px;
	background: #09191D;
	color: #7F9193;
	border: solid 1px #80afdf;
	text-decoration: none;
}
.PagerControl span.SelectedPage
{
	background: #09191D;
	color: #6fbe00;
	border: solid 1px #fff;
	text-align: center;
	padding: 2px 4px 2px 4px;
	font: bold 10px Arial;
}
/*CMS*/
.CMSBreadCrumbsCurrentItem
{
}
a.CMSBreadCrumbsLink
{
	color: #F9FAFC;
}
.data-empty
{
	padding: 10px;
	text-align: center;
}
/*TY GIA*/
.vcb-rate
{
	font-size: 8pt;
}
.vcb-rate .t
{
	border-collapse: collapse;
}
.vcb-rate .h
{
	background-color: #75038e;
	color: #7f9193;
	text-align: center;
}
.vcb-rate .th
{
	background-color: #002e42;
	text-align: center;
	font-weight: bolder;
	color: #7f9193;

}
.vcb-rate .c
{

	white-space: nowrap;
	text-align: left;
	color: #fff;

}
.vcb-rate .n
{

	white-space: nowrap;
	text-align: right;
	color: #fff;
}
.vcb-rate .ra
{
	background-color: #cacaca;

}
.vcb-rate .ri
{
	background-color: #7f9193;

}

#product_detail
{

	color: #ffffff;
	margin: 1px;
	width: 98%;
	border-collapse: collapse;
}

#product_detail .row_1
{
	background-color: #0a191e;
	height: 25px;
	vertical-align: middle;
}

#product_detail .row_2
{
	background-color: #7f9193;
	height: 25px;
	vertical-align: middle;
}

#product_detail td
{
	border-right: 1px solid #091014;
	padding: 7px;
margin: 1px;

}

#product_detail .title
{

	font-size: 13px;
	font-weight: bold;
	text-align: center;

}


#product_intro
{
	width: 99%;
	border-collapse: collapse;
	border: 1px dotted #7f9193;
	padding: 0px;
	margin: 0px;
}

#product_intro .img
{
	width: 160px;
	text-align: center;
	vertical-align: middle;
	border: 1px dotted #7f9193;
	padding-bottom: 5px;
	color: #05ff00;
}

#product_intro .img a
{

	color: #05ff00;
}

#product_intro .img a:hover
{

	color: #1957b1;
}


#product_intro .img img
{
	margin-top: 10px;
	margin-bottom: 5px;
	border: solid 1px #cfe7f3;
	padding: 1px;
}



#product_intro .intro
{
	vertical-align: bottom;
	width: 100%;
	height: 100%;
}


#product_intro .trichdan table
{
	width: 100%;
	border-collapse: collapse;
}

#product_intro .trichdan .title
{
	font-weight: bold;
	text-align: center;
}


#product_intro .trichdan td
{
	border: 1px dotted #7f9193;
	padding: 7px;
}

#product_intro .contact
{
	vertical-align: middle;
	height: 100%;
	font-weight: bold;
	padding-left: 7px;

}


#product_intro .contact .d
{
	vertical-align: middle;
	height: 100%;
	width: 80%;
	text-align: center;
	line-height: 1.5;
	padding: 4px;

}


#product_intro .contact .phone
{
	color: red;
}

.sp-description table
{
	padding: 0px 0px 0px;
	border-collapse: collapse;
	width: 100%;
}

.sp-description td
{
	border: 1px dotted #7f9193;
	padding: 0px;
}

.sp-description .title
{
	font-weight: bold;
	text-align: center;
}

