.stickytooltip{
    /*box-shadow: 5px 5px 8px #818181; /!*shadow for CSS3 capable browsers.*!/
    -webkit-box-shadow: 5px 5px 8px #818181;
    -moz-box-shadow: 5px 5px 8px #818181;*/
    display:none;
    position:absolute;
    display:none;
    /*border-radius: 10px;*/
    border:1px solid #d00000; /*Border around tooltip*/
    background:white;
    z-index:3000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}
.title_tip{
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #ff0000;
}
.img_tip{
    float: left;
    width: 40%;
    padding: 5px;
}
.img_tip img{
    width: 100%;
    border: 1px solid #dddddd;
}
.list_tip{
    padding-left: 10px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list_tip li{
    margin: 5px 0;
}
.list_tip li:nth-child(2) span,.list_tip li:first-child span{float: left;}
.list_tip span{
    display: block;
    
}
.noidung{
    float: left;
    width: 100%;
    padding: 7px;
    text-align: justify;
}
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}

.price_tip{
    color: #ff0000;
    font-weight: bold;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.des{
    font-size: 13px;
    height: 230px !important;
    overflow-x: hidden;
}
.des *{

    max-width: 100% !important;
    height: auto !important;
}