/*  namnd  */
.hi-slide-show li .item-content li{
    float: left;
}

.hi-slide-show li .item-content li a div{
    /*background: url(../images/hi_item_bg.png) no-repeat;*/
    background: #FCCE0A;
    border-radius: 5px;
    display: block;
    width: 141px;
    height: 138px;
    margin-right: 10px;
    margin-left: 12px;
}
.hi-slide-show li .item-content li a{
    text-decoration: none;
}
.hi-slide-show li .item-content li a div img{
    width: 125px;
    margin-top: 6px;
    height: 125px;
   /* margin-left: -13px;*/
}

.hi-slide-show li .item-content li a p{
    text-align: left;
    font-family: socnhi;
    font-size: 14px;
    color: #ffa200;
    font-weight: bold;
    padding-left: 10px;
    line-height: 7px;
}


#hotItem .header{
    background: url(../images/hi_title.png) no-repeat;
    height: 110px;
    margin-bottom: 10px;
}

#hotItem {
    width: 1000px;
    height: 376px;
    margin-top: 0px;
    position: relative;
   z-index: 100;
}

#hotItem .loading {
    
}

#hotItem .content .nav{
    display: block;
    height: 140px;
    width: 1020px;
}

#hotItem .content .nav #prev{
    background: url(../images/hi_form_prev.png) no-repeat;
    display: block;
    width: 27px;
    height: 43px;
    float: left;
    margin-left: -30px;
    margin-top: 50px;
}

#hotItem .content .nav #next{
    background: url(../images/hi_form_next.png) no-repeat;
    width: 27px;
    height: 43px;
    display: block;
    float: right;
    margin-top: 50px;
}

.taiveshortcut{
    position: fixed;
    top: 310px;
    left: 30px;
    display: block;
    width: 100px;
    height: 107px;
    /*background: url(/modules/Bachocnhi/images/icon.png) no-repeat;
    cursor: pointer;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
}

/*.taiveshortcut:hover{
            -webkit-transform:scale(1.1, 1.1);
            -moz-transform:scale(1.1, 1.1);
            -o-transform:scale(1.1, 1.1);
            -ms-transform:scale(1.1, 1.1);
            transform:scale(1.1, 1.1);
        }*/