﻿.sidebarleft h2, .spsidebar h2 {
    text-transform: uppercase;
    font-size: 15px;
    color: #0a99dd;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wrapaboutus .title {
    position: relative;
    background: #0a99dd;
    padding: 1px 5px;
}
    .wrapaboutus .title h1 {
        text-transform: uppercase;
        font-size: 16px;
        color: #ffffff;
        padding-left: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
#tree>.sanpham> li {
    border-bottom: 2px dashed #d1d1d1;
    color: #0a99dd;
    margin-top: 5px;
    padding-bottom: 5px;
    width:100%;
    float:left;
}
#tree>.sanpham>li:last-child {
    border-bottom:0;
}
#tree>li>span>a {
    color: #0a99dd;
    font-size:14px;
    text-decoration:none;
}
#tree, #tree>ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
#tree>li > span {
    margin-left: 20px;
}
#tree ul>li>span {
    background: url(../images/iconplus.jpg) no-repeat left center;
    padding-left:20px;
}
#tree ul>li>span>a {
    color: #00a3ff;
    font-size:13px;
    text-decoration:none;
    display:inline-table;
}
#tree li > .goodtree_toggle {
    position: absolute;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    cursor: pointer;
}
#tree li > div.closed {
    background-image: url(../images/iconplus.jpg);
}
    #tree li > div.open {
        background-image: url(../images/icontru.jpg);
    }
.focus {
    background-color: #eee;
}
#tree .sanpham .wrapsub {
    display:none;
    padding-left:10px;
}
.wrapsub a {
    color: #00a3ff;
}
#tree li.active > .wrapsub {
    display: block;
}
#tree li ol {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#tree li.active>span {
    background-image: url(../images/icontru.jpg);
}
.wrapsub>ol>li {
    background: url(../images/arrow_red.jpg) no-repeat left center;
    padding:4px 0 4px 10px;
}
.wrapsub>ol>li:last-child {
    padding-bottom:5px;
}

.brefsp {
    margin-top: 15px;
}
.brefsp h3 {
    font-size: 14px;
    color: #0a99dd;
    margin-bottom: 10px;
    font-weight: bold;
}

.brefsp img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.brefsp address {
    margin-top: 20px;
    margin-bottom: 10px;
}
    .brefsp address a {
        color: #0a99dd;
    }

a.advance-search, a.basic-search {
    background-color: #0b98e2;
    padding: 8px 20px;
    border-radius: 5px;
    color: #ffffff;
    margin-left: 20px;
    font-weight: bold;
    text-decoration: none !important;
    box-shadow: 4px 4px 3px #d1d1d1;
    font-size: 14px;
    cursor: pointer;
}

.groupsearch a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #1a558f;
    top: 20px;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    width: 0;
}

.table-responsive .table .head {
    background-color: #696969;
    border-right: 2px solid #fff;
    color: #fff;
    text-align: center;
}
.chitiet, .giohang {
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
}

.chitiet {
    float: right;
    background: url(../images/xanh_muiten.jpg) no-repeat 4px center #0b98e2;
    padding: 6px 10px 6px 20px;
    width: 80px;
}
.giohang {
    float: left;
    background: url(../images/icon_giohang.jpg) no-repeat 4px center #ffc404;
    padding: 6px 10px 6px 25px;
    cursor: pointer;
    text-decoration: none !important;
    width: 93px;
}
