/*---------------------------------------
    Global style
-----------------------------------------*/
.qlvbdh-homepage{
	font-size:14px !important;

}
.qlvbdh-process-content{
	width:65%;
}
.qlvbdh-process-chart{
    width:35%;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*---------------------------------------
    Tabs style
-----------------------------------------*/
.qlvbdh-tabs{
    
    margin: 0 auto;
    font-size:14px;
}
.qlvbdh-tabnav {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    table-layout: fixed;
}

.qlvbdh-tabnav li {
    position:relative;
    display: inline-block;
    padding: 5px 10px 0px 10px;
    background: #eee url(../images/noisebg.png);
    border: 1px solid #dfdfdf;
    text-align: left;
    color: #65686d;
    line-height: 33px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    min-width: 200px;
    margin-right: 2px;
    bottom:-1px;
}

.qlvbdh-tabs .description{
    position: absolute;
    right: 20px;
    top: 20px;
}

.qlvbdh-tabs .description a::before{
    content:'';
    height: 16px;
    width: 16px;
    position: absolute;
    left: -12px;
    bottom: -1px;
    background: url(../images/icon/forward.png) no-repeat;
    background-size: 10px;
}

.qlvbdh-tabnav li:first-child {
    border-left: 1px solid #dfdfdf;
}

.qlvbdh-tabnav li.active {
    border-bottom: none;
    background: #fff;
    cursor: default;
    color: #3a9191;
    bottom:-1px;
}

.qlvbdh-tabnav li.active::after{
    border-left: 20px solid #fff;
}

.qlvbdh-tabnav li span {
    display: block;
    position: relative;
    top: -2px;
    border-bottom: none;
    font-size: 13px;
    font-weight: bold;
}

.qlvbdh-tabnav li.active span{
    cursor: default;
}
.qlvbdh-tabnav li.active span:before {
    content: '';
    display: block;
    width: 80%;
    margin-left: -40%;
    left: 50%;
    position: absolute;
    top: -4px;
    border-bottom: none;
    cursor: default;
    border-top: 1px solid #319191;
}

.qlvbdh-tab {
    display: none;
}

.qlvbdh-tabcontent {
    border: 1px solid #dfdfdf;
    padding-bottom:10px;
    
}

.qlvbdh-tab.active {
    display: block;
    -webkit-animation: 0.8s cubic-bezier(0.5, 0, 0, 0.5) 0s normal backwards
        1 fadetab;
    animation: 0.8s cubic-bezier(0.5, 0, 0, 0.5) 0s normal backwards 1
        fadetab;
}

@-webkit-keyframes fadetab { 0% { opacity: 0;} 100%{ opacity:1; } }
@-keyframes fadetab { 0% { opacity: 0; } 100% { opacity : 1; } }

/*---------------------------------------
    Table style
-----------------------------------------*/
.qlvbdh-table.qlvbdh-table-align-left {
    text-align: left;
    padding-left: 10x;
}
.qlvbdh-table.qlvbdh-table-align-center {
    text-align: center;
}
.qlvbdh-table.qlvbdh-right {
    text-align: right;
}
.qlvbdh-table table {
    border-bottom: 1px solid #E2E2E2;
    border-collapse: collapse;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
    width: 100%;
}
.qlvbdh-table tr {
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s ease 0s;
}
.qlvbdh-table thead{
	
}
.qlvbdh-table thead tr {
    background: #eee;
}
.qlvbdh-table thead tr td{
	font-size: 13px;
    font-weight:bold;
    
}

.qlvbdh-table tbody{
    background:#FFF;
}
.qlvbdh-table tbody tr{
    text-align:left;
}
.qlvbdh-table tbody tr:hover {
    background: none repeat scroll 0 0 #f5f5f5;
    color: #333;
}
.qlvbdh-table td {
    border-right: 1px solid #E2E2E2;
    padding: 7px 5px !important;
}

/*---------------------------------------
    Process chart style
-----------------------------------------*/
.amChartsLegend{
    top:10px !important;
}
#vbd-chartdiv,#cv-chartdiv{
    height:150px !important;
}