.block-left
{
    margin-bottom: 20px;
}
.block-left:last-child
{
    margin-bottom: 0px;
}
.block-left:after
{
    content: '';
    display: block;
    clear: both;
}
.title-left
{
    height: 40px;
    text-align: center;
    background: url(../images/bg-title-left.png) no-repeat;
}   
.title-left span
{
    color: #f8ee00;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    font-size: 17px;
    line-height: 40px;
}
.content-left
{
    border-right: 1px solid rgba(128,128,128,0.3);
    border-left: 1px solid rgba(128,128,128,0.3);
    border-bottom: 1px solid rgba(128,128,128,0.3);
}
/* End Left */

/* Begin Thống Kê Truy Cập */
.thongke-left
{
    max-width: 230px;
    padding: 10px 0px;
    margin: auto;
}
div.item-tk
{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed gray;
    font-size: 13px;
}
div.item-tk:last-child
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
div.item-tk > span
{
    color: red;
}
/* End Thống Kê Truy Cập */

/* Begin Hổ Trợ Trực Tuyến */
.wrap-hotline
{
    max-width: 200px;
    margin: auto;
    padding-top: 20px;
}
span#hl-main
{
    display: block;
    padding-left: 60px;
    color: red;
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -20px;
    text-align: left;
}
.item-httt
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.4);
}
.item-httt:last-of-type
{
    margin-bottom: 0px;
    border-bottom: 0px;
}
.title-httt
{
    margin-bottom: 10px;
}
.title-httt a
{
    display: inline-block;
    font-size: 15px;
    color: #4D63AB;
    margin-right: 5px;
    font-family: tahoma;
    vertical-align: middle;
    text-transform: capitalize;
}
.item-httt > div:nth-child(2),
.item-httt > div:nth-child(3)
{
    font-size: 14px;
    font-family: tahoma;
    font-weight: normal;
    color: black;
    margin-bottom: 10px;
}
.item-httt > div:nth-child(2) img,
.item-httt > div:nth-child(3) img
{
    vertical-align: middle;
}
/* End Hổ Trợ Trực Tuyến */

/* Begin Menu Left */
.lst-pro-left ul
{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin: auto;
}

.lst-pro-left ul li
{
    line-height: 43px;
    background: url(../images/ls_dm.png) no-repeat left 15px center, url(../images/ls_dm2.png) no-repeat bottom -4px center;
}

.lst-pro-left ul li:last-child
{
    background: url(../images/ls_dm.png) no-repeat left 15px center, transparent;
}

.lst-pro-left ul li a
{
    color: #313131;
    font-family: 'RobotoRegular';
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding-left: 30px;
}

.lst-pro-left ul li a:hover
{
    color: red;
}

.lst-pro-left ul ul
{
    position: absolute;
    margin-left: 241px;
    background: rgba(0,0,0,0.7);
    width: 256px;
    margin-top: -43px;
    opacity: 0;
    padding-top: 0px;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
}

.lst-pro-left ul ul li
{

}

.lst-pro-left ul ul li:last-child
{
    margin-bottom: 0px;
}

.lst-pro-left ul ul a
{
    text-transform: none;
    color: white;
}

.lst-pro-left ul ul a:hover
{
    color: yellow;
}

.lst-pro-left ul li:hover ul
{
    visibility: visible;
    opacity:1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.lst-pro-left ul li:hover ul ul
{
    visibility: hidden;
    opacity:0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.lst-pro-left ul ul ul
{
    margin-left: 257px;
    margin-top: -43px;
}

.lst-pro-left ul ul ul h3
{
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.lst-pro-left ul ul li:hover ul
{
    visibility: visible;
    opacity:1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}