/* ++ general */
body {
    background-color: #fff;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    overflow-x: hidden;    
}
ul, ol{
padding: 0;
margin: 0;
list-style: none;
}
.fl{float:left;}
.fr{float:right;}
.clb{ clear:both;}
img{border:none}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
font-family: tahoma;
}
h1{
font-size:18px;
line-height:30px;
margin: 0 0 10px 0;
}
h1 a{
line-height:30px;
font-size:18px;
margin: 0 0 10px 0;
}
h2, h2 a{
font-size:18px;
line-height:30px;
font-weight: bold;
margin: 0 0 10px 0;
}
h3{
font-size:16px;
line-height:24px;
margin: 0 0 10px 0;
}
h3 a{
line-height: 22px;
margin: 0 0 10px 0;
}
h4, h4 a{
font-size:12px;
color:#FF8040;
font-weight: bold;
margin: 5px 0;
}
h5, h5 a{
font-size:12px;
color:#333;
font-weight:normal
}
.error, #str_error{
color: #B40808;
}
.line{
    height:1px;
    width:96%;
    clear:both;
    padding:0;
    margin:10px;
    border-top:1px #ddd solid
}
img{
max-width: 100%;
height: auto; }

object,
embed {
max-width: 100%;
}
iframe{
max-width: 100% !important;
}
       
/* -- general */

/* ++ bootstrap override */
.row {
margin:0;
margin-bottom: 10px;
}
.row .row {
margin-top: 10px;
margin-bottom: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11{
padding-left: 5px;
padding-right: 5px;
}
.col-lg-12{
padding: 0;
}
.container {
padding:10px 10px 0 10px;
max-width:1000px;
}  
.form-control {
font-size: 12px;
height: 26px;
line-height: 1.1;
padding: 4px 6px;
border-radius:0;
width: auto;
display: inline;
}
p{margin: 0;}
.btn{
font-weight: bold;
}
@media screen and (max-width: 600px){
    body {
    font-size: 16px !important;                                  
    }
    a {
    font-size: 16px !important;                                  
    }
    /*table { display: block; }*/
    td{ text-align:left}
    td img{ display: block; margin: 0; width: 100%; max-width: none; }
}

a{ text-decoration:none;color:#FF8040;}
a:hover{text-decoration:none; color: #028102;}
img{border:none}

.error{
color: #B40808;
}
/*.line{
	height:1px;
	width:96%;
	clear:both;
	padding:10px;
	margin:10px;
	border-bottom:1px #999999 dotted
}*/
#logo{
/*width:960px;*/
margin:0 auto;
}
#wrapper{
margin:0 auto;
background-color: #FFFFFF;
padding:10px;
box-shadow: 0 0 10px #E1E1E1;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#E1E1E1')";
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#E1E1E1')";
/* For IE 5.5 - 7 */
filter:
  progid:DXImageTransform.Microsoft.Shadow(color=#E1E1E1,direction=90,strength=1),
  progid:DXImageTransform.Microsoft.Shadow(color=#E1E1E1,direction=270,strength=1),
}
/* -- general */

/* ++ layout */
#vos-banner{
max-width:700px;
overflow:hidden;
}
#vos-support{
width:268px;
float:right;
}
@media (min-width: 1024px) {
#vos-banner{
float: left;
min-width:700px;
}
}
@media (max-width: 992px) {
    #vos-support{
    width:100%;
    }
}
#vos-about{
padding-right:0px;
}
#vos-header{
margin:0 auto;
}
#vos-mainmenu {
    background: #FF8040;
    margin-bottom: 5px;        
}
#vos-bannertop{
float:left;
padding:0px 0 2px 0;
}
.vos-top{
padding:0 0 10px 0;
margin-bottom: 10px;
color:#fff;
font-weight:bold;
border-bottom: 1px solid #DEDEDE;
}
#vos-path{
float:left;
color:#a1a1a1;
line-height:32px;
}
#vos-path a{
color: #a1a1a1;
font-size: 11px;
font-weight: normal;
}
#vos-search {
float:right;
width:200px;
}
#vos-language{
float:right;
padding:0;
}
.vos-body{
clear:both;
}
.body{
padding:1px 0;
clear:both;
}
.vos-left{
float:left;
width:25%;
min-height:200px;
}
.vos-center{
float:left;
width:50%;
min-height:400px;
}
.vos-right{
float:left;
width:25%;
min-height:200px;
}
#vos-content{
padding:0px;
}
@media (max-width: 600px) {
    #vos-about{
    padding-right:0;
    }
    #vos-content{
    padding:0;
    }
}
.vos-footer {
clear:both;
background: none repeat scroll 0 0 #FF8040;
font-size: 13px;
margin-top: 8px;
padding: 20px;
text-align: left;
min-height:100px;
}
.vos-footer h3{
font-weight: bold;
margin: 0;
}
.vos-footer img{
padding: 10px 10px 120px 0;
}
.vos-footer a {
color: #F3F3F3;
} 
.vos-footer a:hover {
text-decoration: none;
color: #F3F3F3;
}
.vos-footer .copyright{
float:left;
}

.vos-footer .left{
float:left;
border-left: 1px solid #C4C4C4;
width:220px;
padding-left:20px;
}
.vos-footer .right{
float:left;
width:660px;
}
.vos-footer .right .menu-bottom li.category{
float: left;
width: 200px;
padding-right:20px;
}
.vos-footer .right .menu-bottom li.category span span{
font-size:14px;
font-weight:bold;
}
/* -- layout */

.vos-block{
clear:both;
border-color: #DEDEDE;
border-radius: 0px 4px 0px 4px;
border-style: solid;
border-width: 1px;
margin-bottom: 10px;
}
.vos-block .vos-block-title{
    border-top: 0px solid #FF8040;
}
.vos-block .vos-block-title-bg {
}
.vos-block .vos-block-title-left {
}
.vos-block .vos-block-title-right {
}
.vos-block .vos-block-title-bg h3{
    background:#FF8040;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}
.vos-block .vos-block-title-bg h3 a{
color:#fff;
font-size:12px;
line-height:30px;
}
.vos-block .vos-block-content{
padding:10px;
}
.vos-block .vos-block-content img{
padding-right:10px;
}
#vos-right .vos-block{
overflow:hidden;
}
.title{
color:#FF8040;
}
.brief{
text-align:justify
}
.content{
text-align:justify;
overflow:hidden
}
.content img{
padding-right:20px;
}
.content ul, .content ol{
list-style:inside;
}
.content ul li{
list-style:inside;
list-style-type:disc;
}
.content ol li{
list-style:inside;
list-style-type:decimal;
}
.price{
background-color: #FF8040;
border-radius:4px;
padding: 5px 5px 3px 5px;
min-width:60px;
}
.price a{
color: #fff;
}
.page{
clear:both;
padding:10px;
font-weight:bold;
}
a.page_no {
display:block;
text-decoration:none;
margin:0 5px;
border: 1px #ddd solid;
color:#496DCB;
float:left;
text-align:center;
width:20px;
height:20px;
}
a.page_no:hover {
background-position:bottom;
text-decoration:none;
}
a.page_no_selected {
margin:0 5px;
border: 1px #ddd solid;
color:#000;
float:left;
text-align:center;
width:20px;
height:20px;
}
a.page_next, a.page_previous, a.page_first, a.page_last {
display:block;
width:20px;
height:20px;
text-decoration:none;
float:left;
text-align:center;
width:20px;
height:20px;
}

fieldset{
border: 1px solid #DEDEDE;
color: #464647;
padding:0 10px;
}
legend {
padding:10px;
font-weight: bold;
}
fieldset label{
padding-right:20px;
}
.form p{
padding:2px;
font-size:12px;
}
p label {
display: inline-block;
vertical-align: top;
cursor:pointer;
width: 130px;
padding-left:5px;
}
label.error{
color: #EA5200;
font-style: italic;
font-weight:normal;
width: 130px;
display: none;
font-size:11px;
}
label.normal{
font-weight:normal;
width:auto;
}
.button {
background: none repeat scroll 0 0 #FF8040;
border-radius: 4px 4px 4px 4px;
border-style: none;
color: #FFFFFF;
cursor: pointer;
font-size: 13px;
height: 24px;
padding: 0 5px;
min-width: 60px;
}
.button:hover {
background: none repeat scroll 0 0 #000;
height: 24px;
}
.search {
background:url(../images/search_box.png) left top no-repeat;
width:170px;
height:34px;
position:relative;
float:right
}
.search .idfield {
position:absolute;
height:22px;
width:120px;
color:#333;
left:20px;
top:6px;
background:none;
border:0;
outline:none
}
.search .bsearch {
cursor:pointer;
width:30px;
height:28px;
position:absolute;
right:0;
}
.article-latest ul li, .product-latest ul li{
float:left;
background: url("../images/muiten.jpg") no-repeat scroll 0px 8px transparent;
border-bottom: 1px solid #EFF0F1;
margin: 0 2px;
padding: 2px 0 8px 16px;
}
.article-latest ul li a, .product-latest ul li a{
color:#333;
}
.adv ul li{
padding-bottom:10px;
text-align:center;
}

#menu-top {
height: 0;
float: right;
padding: 0;
background:#ccc;
border-radius: 2px;
}
.menu-top {
height: 30px;
}
.menu-top, .menu-top ul { 
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}
.menu-top ul {
float: left;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}
.menu-top li {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}
.menu-top ul li {
list-style: none;
margin: 0px;
padding: 0px;
}
.menu-top li a, .menu-top li a:link {
color: #000000;
display: block;
padding: 8px 16px;
text-decoration: none;
font-size: 11px;
}
.menu-top li a:hover, .menu-top li a:active {
color: #FF8040;
display: block;
text-decoration: none;
}
/*#tabs{
padding:10px 0;
}
ul.tabs {
	float: left;
    margin: 10px 0 -1px 0;
    z-index: 50;	
}
ul.tabs li {
	background: none repeat scroll 0 0 #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right:5px;
    padding: 0px 10px;
	list-style: none !important;
}
ul.tabs li h3{
margin: 0;

}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	outline:none;
}
ul.tabs li:hover {
	background: #F9F9F9;
	text-decoration: none;
}	
ul.tabs li.active, html ul.tabs li.active:hover  {
	background: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
}
.tab_container {
    clear: both;
	border: 1px solid #ccc;
	padding:10px;
	margin:10px 0;
}
.tab_content {
	min-height:100px;
	min-width:400px;
}*/
a.lb img{
    cursor: url("../images/zoom.png"), pointer !important;
}
.gweb {
display:none;
float:right;
padding:10px 0;
width: 210px;
}
.gweb span {
float:left;
color:#4169E1
}
.gweb a {
background: url("../images/gwebvn.png") no-repeat scroll 0 0 transparent;
display: block;
height: 16px;
width: 83px;
margin-left:120px;
overflow: hidden;
text-indent: -999em;    
}
.article-home ul li{
background: url("../images/muiten.jpg") no-repeat scroll 0px 8px transparent;
line-height: 20px;
margin: 0 2px;
padding: 5px 0 0 16px;
}
.article-home ul li a{
color:#333;
}
.article-top{
padding:10px;
border-color: #DEDEDE;
border-style: solid;
border-width: 1px;
}
.article-top img{
float: right;
margin:0 0 10px 10px;
}
@media screen and (max-width: 600px){
    .vos-footer img{
    padding: 0 0 10px 0;
    }
    .article-top img{
    float: none;
    margin: 0 auto 10px auto;
    }
    .tab_content img{
    width:100% !important;
    height: auto !important;
    padding: 0;
    max-width: 100%;    
    }

}
