.block-left
{
    padding-bottom: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#121212)";/*IE 8*/
    -moz-box-shadow: 0 0 3px 2px rgba(18,18,18,0.2);/*FF 3.5+*/
    -webkit-box-shadow: 0 0 3px 2px rgba(18,18,18,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 3px 2px rgba(18,18,18,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#121212); /*IE 5.5-7*/
}
.title-left
{
    height: 43px;
    text-align: left;
    background: url(../images/bg-title-left.png) no-repeat;
    background-size: 100% 100%;
}   
.title-left span
{
    color: #fff;
    font-family: 'RobotoCondensedRegular';
    text-transform: uppercase;
    font-size: 17px;
    line-height: 43px;
    padding-left: 60px;
}
.content-left
{
    
}
/* End Left */

/* Begin Video Left */
.video_main
{
    max-width: 230px;
    margin: auto;
    padding-top: 10px;
}
.list_video
{
    max-width: 230px;
    margin: auto;
}
.list_video select
{
    width: 100%;
    box-sizing: border-box;
    height: 25px;
    margin-top: 5px;
    outline: none;
    border-color: rgba(128, 128, 128, 0.4);
}
/* End Video Left */

/* Begin Link Left */
.wrap-link
{
    width: 230px;
    margin: auto;
    padding-top: 15px;
}
.wrap-link select
{
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    background: url(../images/bg-sel.png) no-repeat 206px 3px;
    border: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#121212)";/*IE 8*/
    -moz-box-shadow: 3px 3px 10px rgba(18,18,18,0.2) inset;/*FF 3.5+*/
    -webkit-box-shadow: 3px 3px 10px rgba(18,18,18,0.2) inset;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 3px 3px 10px rgba(18,18,18,0.2) inset;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#121212); /*IE 5.5-7*/
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    text-indent: 5px;
    outline: none;
}
/* End Link Left */

/* Begin Hổ Trợ Trực Tuyến */
.wrap-hotline
{
    max-width: 195px;
    margin: auto;
    padding-top: 30px;
}
span#hl-main
{
    display: block;
    padding-left: 45px;
    color: red;
    font-family: arial;
    font-weight: bold;
    font-size: 19px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: -20px;
    text-align: left;
}
b.tit-ht
{
    display: block;
    border-bottom: 1px dashed #000;
    font-size: 13px;
    padding-left: 5px;
    font-weight: bold;
    margin-bottom: 15px;
}
b.tit-ht2
{
    color: red;
    margin-bottom: 7px;
}
.item-httt
{
    margin-bottom: 15px;
}
.item-httt:last-of-type
{
    margin-bottom: 0px;
}
.title-httt
{
    float: left;
    width: 85px;
    text-align: center;
    font-size: 13px;
}
.info-httt
{
    float: right;
    width: 75px;
    padding-right: 15px;
}
.title-httt a
{
    display: block;
    border-bottom: 1px dashed #000;
    padding-bottom: 2px;
    margin-bottom: 4px;
}
.last-httt
{
    font-size: 13px;
    line-height: 20px;
}
.last-httt span
{
    display: block;
}
/* 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: 'RobotoCondensedRegular';
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding-left: 30px;
    text-transform: uppercase;
}

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

.lst-pro-left ul ul
{
    position: absolute;
    margin-left: 256px;
    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
{border-bottom: 1px solid #ffffff91;background: url(../images/ls_dm.png) no-repeat left 15px center;}

.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;
}