@import url("../webfonts/RSU_Regular/stylesheet.css");
@import url("../webfonts/RSU_BOLD/stylesheet.css");



/*---------------------------- Start Head ----------------------------------------*/
a{
	color:#000;
}
body{
	font-family:"RSU Regular";
	background-color:white;
	font-size:15px;
	line-height:1.42857143;
}
.block-box-left {
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.1);
}
#box-left {
    height: 100%;
    background: #fff;
    z-index: 1;
    padding: 0px;
    margin: 0px;
    /* margin-left: -5px; */
    /* box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.1); */
}
#menu-category {
    list-style: none;
	padding: 0px;
    margin: 0px;
	box-sizing: border-box;
}
ul#menu-category > li {
    position: relative;
    font-size: 1.1em;
    font-weight: bold;
    color: #771e1e;
}
ul#menu-category > li > a {
    color: #000;
    display: block;
    background: #fff;
    padding: 2px 0 2px 0px;
    margin: 2px 0 2px 0px;
}
ul#menu-category > li > a:hover {
    background-color: #f30303;
    color: #FFF;
}
.img-icon {
    max-width: 30px;
}
.head-mright {
    border-bottom: 4px solid #c8171f;
	width:100%;
}
.text-mright {
    color: #fff;
    font-size: 24px;
    display: inline;
    background: #c8171f;
    padding: 5px 10px 1px;
}

.block-item-right {
    height: auto;
	width:100%;
    overflow: hidden;
    background: #FFF;
    border-radius: 1px;
    padding: 10px;
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.1);
}

.text-head-right{
	font-size: 16px;
	font-weight: bolder;
}
.text-detail-right{
	font-size: 14px;
	color:#6c757d;
	    border-bottom: 1px dashed #CCC;
}