.WebLink {
        margin: 10px 0;
        background-color:#fff;
        margin-top: 0;
}
.WebLink .HeadLink {background: #104c97 url(images/title_thongbao.png) no-repeat right;color: white;font: bold 14px / 32px arial;border-radius: 5px;}
.WebLink .HeadLink .Title {
        color: white;
        display: inline-block;
        font-size: 15px;
        padding: 0px 10px 0px 10px;
        text-transform: uppercase;
        white-space: nowrap;
        background: #166eca;
        position: relative;
        /* background-image: url(images/logo_title.png); */
        background-position: left center;
        background-position-x: 5px;
        background-repeat: no-repeat;
}
.WebLink .HeadLink .Title:before {
        position: absolute;
        content: '';
        left: 100%;
        bottom: 0;
        width: 20px;
        height: 100%;
        display: inline-block;
        border-bottom: 30px #166eca solid;
        border-left: 0px transparent solid;
        border-right: 18px transparent solid;
}
.WebLink .Content ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 5px 10px !important;
        width: 100% !important;
        border: 1px solid #ddd;
        width: 100%;
}
.RadComboBox table td.rcbArrowCell{
	display: none
}
tr.rcbReadOnly {
        border: 1px solid #ddd;
        border-radius: 3px;
}
.RadComboBox .rcbEmptyMessage {
        font-style: normal !important;
        color: #444444 !important;
}
.RadComboBoxDropDown .rcbList>li {
        padding: 10px;
}
.RadComboBox *{
        font-size: 14px !important;
}
@media (max-width: 768px){
        .WebLink{
        	padding: 15px 10px!important;
                /*display:none*/
        }
        .WebLink .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
    height: auto !important;
}
.RadComboBox_Office2007 .rcbInput {
}
}