
#banner {
	background: url('../images/banner.png') no-repeat left top;
	width: 980px;
	overflow: hidden;
}

#summary {
	overflow: hidden;
	width: 100%;
}

div.Photo1 {
	background: url('../images/demostration_images01.png') no-repeat 177% top;
}

div.Photo2 {
	background: url('../images/demostration_images02.png') no-repeat right top;
}

div.Photo3 {
	background: url('../images/demostration_images03.png') no-repeat left top;
}

div.Photo4 {
	background: url('../images/demostration_images04.png') no-repeat right -4px;
}

#status {
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	width: 90px;
	clear: both;
}

#status li {
	list-style: none;
	width: 12px;
	height: 12px;
	background: url('../images/white-circle.png') no-repeat left top;
	float: left;
	margin: 0px 5px;
	cursor: pointer;
}


div#navigationSection ul li {
	font-size: 0.933em;
	padding: 5px 14px;
	width: auto;
	margin: 0px;
}

div#navigationSection ul li.Last {
	padding-right: 0px;
}

#info {
	padding: 0px 25px;
}

#info p.Description {
	color: #666666;
	margin-bottom: 5px;
}

#info a.Benefit {
	font-size: 1.067em;
	color: #DA8500;
}

#version {
	margin-top: 2em;
}

#version div.Detail {
	width: 408px;
	border: 1px solid #C0C0C0;
	border-top: none;
	padding: 20px;
	min-height: 204px;
}

#version div.Detail p {
	color: #666666;
	width: 268px;
	margin: 0px 0px 15px 0px;
	font-size: 0.933em;
	line-height: 1.4em;
}

#version div.Detail h3 {
	font-size: 1.067em;
	color: #666666;
	margin: 0px 0px 5px 0px;
	letter-spacing: initial;
	text-transform: uppercase;
	line-height: 1.5em;
}


div.Hospital a {
	color: #078CB4 !important;
}

div.Clinic a {
	color: #DA8500 !important;
}

div.DecideQuickly, div.GlobalAccess, div.Benefit {
	display: none; 
}


#navigationSection ul li ul {
	display: none;
}

#navigationSection ul li:hover ul {
	display: block;
	position: absolute;
	background: url('../images/dropdown_menu_bg.png') no-repeat left top;
	margin: 0px 0px 0px -65px;
	padding: 25px 0px 0px 0px;
	width: 192px;
	height: 87px;
}

#navigationSection ul li ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#navigationSection ul li ul li {
	background: none;
	padding: 5px 20px;
	margin: 0px;
	width: 160px;
}

#navigationSection ul li ul li:hover a {
	color: #DA8500;
}

#news ul li a {
	text-decoration: none;
}

#version div.Border {
	border-top: 5px solid #DA8500;
	width: 450px;
	float: right;
	background: url('../images/clinic.png') no-repeat 95% center;
}

#version div.Hospital {
	border-top: 5px solid #078CB4;
	background: url('../images/hospital.png') no-repeat 95% center;
	float: left;
}

div.Clinic p.Inline {
	color: #DA8500 !important;
}

div.Hospital p.Inline {
	color: #078CB4 !important;
}

div.Detail a {
	padding-left: 30px;
	display: inline-block;
	height: 25px;
	padding-top: 3px;
}

.Link .Download {
	background: url('../images/download_o.png') no-repeat 9px top;
	background-size: 12px;
	white-space: nowrap;
}

.Link .Demo {
	background: url('../images/demo_blue.png') no-repeat -6px -8px;
	background-size: 40px;
	padding-left: 30px;
	text-transform: capitalize;
}

div.Hospital .Link .Feature {
	background: url('../images/star_blue.png') no-repeat -6px -10px;
	background-size: 40px;
	padding-left: 30px;
	text-transform: capitalize;
	white-space: nowrap;
}

div.Clinic .Link .Feature {
	background: url('../images/star_orange.png') no-repeat -3px -9px;
	background-size: 40px;
	padding-left: 30px;
	text-transform: capitalize;
	white-space: nowrap;
}

.Link { 
	padding: 0px;
	margin: 0px;	
}

#version:before, #version:after {
	content: '';
	display: table;
}

#version:after {
	clear: both;
}

#summary div.Content {
	margin-top: 30px;
	width: 27em;
	padding: 35px 0px 20px 30px;
	height: 355px;
}

#summary div.Content h2 {
	font-size: 1.8em;
	color: #F5FFF2;
	margin: 0px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}

#summary div.Content ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none outside none;
}

#summary div.Content li.SimpleProcess {
	background: url('../images/icon_simpleProcess.png') no-repeat left top;
}

#summary div.Content ul li.Automation {
	background: url('../images/icon_automation.png') no-repeat left top;
}

#summary div.Content ul li {
	padding-left: 50px;
	height: 30px;
}

#summary div.Content ul li.Cashflow {
	background: url('../images/icon_cashflow.png') no-repeat left top;
}

#summary div.Content ul li.Statistics {
	background: url('../images/icon_statistics.png') no-repeat left top;
}

#summary div.Content ul li span {
	color: #FFF;
	display: block;
	padding: 7px 0px 0px 0px;
	font-size: 1.067em;
	opacity: 1;
}

#summary div.Content p {
	color: #FFF;
	font-size: 1.067em;
	width: 24em;
	opacity: 1;
	margin: 5px 0px 0px 0px;
}

#summary div.Content a.More {
	color: #FFF;
	font-size: 0.933em;
	display: block;
	text-align: right;
	font-weight: bold;
	opacity: 0.9;
	margin-top: 1em;
	width: 28em;
}

div.Photo2 div.Benefit, div.Photo4 div.DecideQuickly {
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	background: linear-gradient(right, rgba(255, 255, 255, 0), rgba(204, 255, 255, 0.2));
	padding: 35px 0px 20px 30px;
	width: 24em;
}

div.Photo2 div.Content, div.Photo4 div.Content {
	padding: 0px !important;
	height: 410px !important;	
}

div.Photo3 div.GlobalAccess {
	margin: 0px;
	width: 21em;
	padding: 40px;
}

div.Photo3 div.GlobalAccess p {
	width: 24em !important;
}

div.Photo3 div.GlobalAccess a {
	margin-top: 30px;
}

div.Photo1 div.GlobalAccess, div.Photo1 div.Benefit, div.Photo1 div.DecideQuickly {
	display: none;
}

div.Photo1 div.SimpleControl {
	display: block;
	width: 27em;
}

div.Photo2 div.SimpleControl, div.Photo2 div.GlobalAccess, div.Photo2 div.DecideQuickly {
	display: none;
}

div.Photo2 div.Benefit {
	display: block;
}

div.Photo3 div.SimpleControl, div.Photo3 div.Benefit, div.Photo3 div.DecideQuickly {
	display: none;
}

div.Photo3 div.GlobalAccess {
	display: block;
}

div.Photo4 div.SimpleControl, div.Photo4 div.Benefit, div.Photo4 div.GlobalAccess {
	display: none;
}

div.Photo4 div.DecideQuickly {
	display: block;
}

div.Photo4 div.Content ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

div.Photo4 div.Content ul li {
	list-style: initial !important;
	color: #FFF;
	margin-left: 15px;
	padding-left: 0px !important;
}

div.Photo1 #status li.Photo1 {
	background: url('../images/gray-circle.png') no-repeat left top;
}

div.Photo1 #status li.Photo2, div.Photo1 #status li.Photo3, div.Photo1 #status li.Photo4 {
	background: url('../images/white-circle.png') no-repeat left top;
}

div.Photo2 #status li.Photo2 {
	background: url('../images/gray-circle.png') no-repeat left top;
}

div.Photo2 #status li.Photo1, div.Photo2 #status li.Photo3, div.Photo2 #status li.Photo4 {
	background: url('../images/white-circle.png') no-repeat left top;
}

div.Photo3 #status li.Photo3 {
	background: url('../images/gray-circle.png') no-repeat left top;
}

div.Photo3 #status li.Photo1, div.Photo3 #status li.Photo2, div.Photo3 #status li.Photo4 {
	background: url('../images/white-circle.png') no-repeat left top;
}

div.Photo4 #status li.Photo4 {
	background: url('../images/gray-circle.png') no-repeat left top;
}

div.Photo4 #status li.Photo1, div.Photo4 #status li.Photo2, div.Photo4 #status li.Photo3 {
	background: url('../images/white-circle.png') no-repeat left top;
}

#version div.Detail p span {
	text-transform: uppercase;
}


#version div.Detail p.Short {
	min-height: 11em;
}

ul.Link li {
	list-style: none;
}

#status li a {
	display: none;
}

#description p {
	color: #666666;
	margin-bottom: 0px;
	font-size: 1.067em;
}

#description a {
	font-size: 0.933em;
	color: #DA8500;
	padding-left: 0px;
}

#benefit a.More, #globalAccess a.More {
	width: 27em !important;
}

#decideQuickly a.More {
	width: 25em !important;
}

#globalAccess {
	width: 434px !important;
	height: 131px !important;
	background: -webkit-linear-gradient(left, rgba(7, 140, 180, 0.6), rgba(7, 140, 180, 0));
	background: -o-linear-gradient(left, rgba(7, 140, 180, 0.6), rgba(7, 140, 180, 0));
	background: -moz-linear-gradient(left, rgba(7, 140, 180, 0.6), rgba(7, 140, 180, 0));
	background: linear-gradient(left, rgba(7, 140, 180, 0.6), rgba(7, 140, 180, 0));
}

div.Photo3 div.Content {
	padding-left: 0px !important;
}

#customer ul {
	overflow: hidden;
	margin: 0px 20px;
	padding: 0px;
}

#customer ul li {
	width: 424px;
	min-height: 105px;
	list-style: none;
	border: 1px solid #E5E5E5;
	margin-bottom: 30px;
}

#customer ul li:nth-child(odd) {
	float: left;
}

#customer ul li:nth-child(even) {
	float: right;
}

#customer ul li h3 {
	text-transform: uppercase;
}

#running div.Title {
	background: -webkit-linear-gradient(top, rgba(204, 204, 204, 1), rgba(204, 204, 204, 0));
	background: -o-linear-gradient(top, rgba(204, 204, 204, 1), rgba(204, 204, 204, 0));
	background: -moz-linear-gradient(top, rgba(204, 204, 204, 1), rgba(204, 204, 204, 0));
	background: linear-gradient(top, rgba(204, 204, 204, 1), rgba(204, 204, 204, 0));
	margin-top: 50px;
	margin-bottom: 35px;
}

#running div.Title h3, #running div.Title p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#running div.Title h3 {
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 1.133em;
	color: #666666;
	text-shadow: -1px -1px 1px #FFF;
}

#running div.Title p {
	color: #4D4D4D;
	font-size: 0.933em;
}

#customer ul li.LuongHuuKhanh {
	background: url('../images/luonghuukhanh_logo.png') no-repeat 20px 20px;
	position: relative;
}

#customer ul li.Taman {
	background: url('../images/taman_logo.png') no-repeat 20px 20px;
	position: relative;
}

#customer ul li.Quangminh {
	background: url('../images/quangminh_logo.png') no-repeat 20px 20px;
	position: relative;
}

#customer ul li.Tamthankinh {
	background: url('../images/tamthankinh_logo.png') no-repeat 20px 12px;
	background-size: 17%;
}

#customer ul li.Haiphong {
	background: url('../images/haiphong_logo.png') no-repeat 20px 12px;
}

#customer ul li.Vietmy {
	background: url('../images/vietmy_logo.png') no-repeat 20px 6px;
	background-size: 17%;
	position: relative;
}

#customer ul li.Choray {
	background: url('../images/choray_logo.png') no-repeat 20px 6px;
	background-size: 17%;
}

#customer ul li.CBYT {
	background: url('../images/congbangyte_logo.png') no-repeat 20px 16px;
	background-size: 12%;
}

#customer ul li.XuanTruong {
	background: url('../images/xuantruong_logo.png') no-repeat 20px 16px;
	background-size: 12%;
}

#customer ul li.Vietmy span.SubTitle {
	position: absolute;
	font-size: 0.733em;
	color: #555;
	left: 100px;
}

#customer ul li h3, #customer ul li p {
	margin: 0px;
	padding: 0px;
}

#customer ul li h3 {
	margin-left: 80px;
	margin-top: 35px;
	color: #0DAE4F;
	font-size: 1.067em;
	letter-spacing: 0px;
}

#customer ul li p {
	color: #666;
	font-size: 0.800em;
	margin-top: 25px;
	margin-left: 20px;
}

#customer ul li.Vietmy h3 {
	margin-left: 100px;
	color: #FF0000;
}

#customer ul li.LuongHuuKhanh h3 {
	margin-top: 27px;
	color: #1B93CF;
	margin-left: 86px;
}

#customer ul li.XuanTruong h3 {
	color: #7FD02B;
}

#customer ul li.LuongHuuKhanh p, #customer ul li.Tamthankinh p {
	margin-top: 17px;
}

#customer ul li.LuongHuuKhanh span.SubTitle {
	position: absolute;
	font-size: 0.800em;
	color: #1B93CF;
	left: 87px;
}

#customer ul li.Taman span.SubTitle {
	position: absolute;
	font-size: 0.750em;
	color: #666;
	left: 80px;
}

#customer ul li.Tamthankinh h3 {
	width: 290px;
	color: #2D67B1;
	margin-left: 103px;
	margin-top: 27px;
}

#running a.More {
	float: right;
	margin: 0px 25px;
	color: #DA8500;
	font-weight: bold;
	font-size: 0.867em;
}

#customer ul li.Haiphong h3 {
	color: #4E9985;
	margin-left: 86px;
}

#customer ul li.Quangminh h3 {
	color: #288B78;
	margin-left: 72px;
	margin-top: 30px;
}

#customer ul li.Quangminh span.SubTitle {
	position: absolute;
	font-size: 0.733em;
	color: #666;
	left: 73px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#customer ul li.Quangminh p {
	margin-top: 28px;
}

#customer ul li.NoneLogo h3 {
	margin-left: 20px;
	margin-top: 24px;
	color: #078CB4;
}

#customer ul li.NoneLogo.CBYT h3 {
	color: #0DAE4F;
}

#customer ul li.Choray h3 {
	margin-left: 105px;
	margin-top: 15px;
	color: #1B93CF;
	width: 205px;
}

#customer ul li.NoneLogo p {
	margin-top: 33px;
}

#customer ul li:hover {
	border: 1px solid #078CB4;
	-moz-box-shadow:    1px 2px 4px rgba(86, 98, 104, 0.5);
  	-webkit-box-shadow: 1px 2px 4px rgba(86, 98, 104, 0.5);
  	box-shadow: 1px 2px 4px rgba(86, 98, 104, 0.5); 
}

#customer ul li a img {
	float: left;
}

#customer ul li a {
	padding: 10px;
	text-decoration: none;
	position: relative;
	float: none;
	width: 444px;
}

#customer ul li a span.Title {
	position: absolute;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	top: 25px;
	text-align: left;
	left: 70px;
}

#customer ul li a.Tamthankinh span.Title {
	top: 12px;
	color: #2D67B1;	
}

#customer ul li a.Tamthankinh span.Address {
	margin-top: 30px;
}

#customer ul li a.LuongHuuKhanh span.Title {
	top: 12px;
	color: #1B93CF;	
}

#customer ul li a.LuongHuuKhanh span.Slogan {
	margin-top: 10px;
}

#customer ul li a.HaiPhong span.Title {
	color: #4E9985;
}

#customer ul li a.CBYT span.Title {
	color: #00B302;
}

#customer ul li a.ChoRay span.Title {
	color: #1B93CF;
}

#customer ul li a.ChoRay span.Address {
	margin-top: 30px;
}

#customer ul li a.NhaTrang span.Title, #customer ul li a.NhaKhoaThoiDai span.Title {
	left: 20px;
	color: #1B93CF;
}

#customer ul li a.NhaTrang span.Address, #customer ul li a.NhaKhoaThoiDai span.Address {
	margin-top: 30px;
	margin-left: 10px;
}

#customer ul li a.HaiPhong span.Slogan {
	margin-top: 10px;
}

#customer ul li a.XuanTruong span.Slogan {
	margin-left: 50px;
	color: #3e8c15;
}

#customer ul li a.HaiPhong span.Address {
	margin-top: 30px;
}

#customer ul li a.QuangMinh span.Title {
	color: #288B78;	
}

#customer ul li a.TamAn span.Title {
	color: #0DAE4F;
}

#customer ul li a.AnHao span.Title {
        color: #1EBDCA;
}

#customer ul li a.VietMy span.Title {
	color: #FF0000;
}

#customer ul li a.XuanTruong span.Title {
	color: #3e8c15;
	margin-left: 50px;
}

#customer ul li a.DrHappyHouse span.Title {
	color: #2788CC;
	margin-left: 50px;
}

#customer ul li a.DrHappyHouse span.Address {
	margin-top: 30px;
}

#customer ul li a span.Slogan {
	color: #666;
	font-size: 0.9em;
	position: absolute;
	left: 70px;
	margin-top: 3px;
}

#customer ul li a span.Address {
	display: block;
	color: #666;
	clear: both;
	margin-top: 15px;
	text-align: left;
}

#news ul {
	list-style: none;
	margin: 0px;
	padding: 0px 20px;
	overflow: hidden;
}

#news ul li {
	float: left;
}

#news ul li.Photo {
	width: 50%;
	padding-right: 20px;
	overflow: hidden;
}

#news ul li.Last.Photo {
	width: 45%;
}

#news ul li.First img {
	float: left;
	border: 1px solid rgba(218, 133, 0, 0.34);
}

#news ul li.First div.Content {
	float: right;
	width: 63%;
}

#news {
	min-height: 210px;
}

#news ul li > a {
	float: left;
	display: inline;
	width: 180px;
}

#news ul li a {
	color: #DA8500;
	font-weight: bold;	
}

#news p {
	margin: 5px 0px 0px 0px;
}

#news ul li a span {
	font-size: 0.7em;
	color: #000;
	font-weight: normal;
}

#customer h2, #news h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #CCC;
	margin: 2em 0px 1em 0px;
}

#customer p {
	padding: 0px 20px;
}

#customer a, #news a.More {
	text-align: right;
	display: block;
	color: #DA8500;
	padding: 15px 20px 0px 20px;
	font-size: 0.9em;
}

#customer p.Note {
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
}

#news a, #customer a {
	display: inline-block;
	float: right;
}

#news ul li a {
       display: initial;
       float: inherit;
}
