.hidden-menu-mobile {
    margin-top: -15px;
    margin-bottom: 10px;
}

.logo-mmobile img {
	height: 35px;
	margin-top: -5px;
}

.title-rpmenu {
    padding: 5px 12px;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    top: 0px;
    background: #ccb12a;
    position: relative;
    width: 100px;
    z-index: 99;
    height: 34px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    float: right;
    border-radius: 1px;
}

.title-rpmenu span{
    position: absolute;
    left: 10px;
    top: 6px;
    width: 45px;
    height: 45px;
    z-index: 99;
}

.title-rpmenu > a {
    position: absolute;
    right: 8px;
    top: 0px;
    color: #fff;	
}

.title-rpmenu .icon-search-mobile {
	position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
}

.title-rpmenu .fa{
	/*position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;*/
}

.title-rpmenu .link_title {
    top: 7px;
    right: 13px;
    font-size: 20px;
    text-shadow: -1px -1px #fff, 1px 1px #fff, 1px -1px #fff, -1px 1px #fff;
    font-family: 'UTMAvoBold';
    color: #ccb12a;
}

.title-rpmenu .wrap {
    text-align: left;
    font-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    font-family: 'UTMAvoBold';
}

.title-rpmenu .fa span{
    position: absolute;
    left: 25px !important;
    top: 0px !important;
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    color: #333;
    font-size: 10px;
    line-height: 15px;
}

.title-rpmenu:before {
    position: absolute;
    top: 7px;
    left: 8px;
    display: block;
    height: 2px;
    width: 28px;
    background: #fff;
    content: '';
    transition: 0.3s all ease;
}

.title-rpmenu:after {
    position: absolute;
    top: 16px;
    left: 8px;
    display: block;
    height: 11px;
    width: 28px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: ' ';
    transition: 0.3s all ease;
}

.title-rpmenu.active:before {
    top: 16px;
    background: #fff;
    width: 30px;
    left: 7px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.title-rpmenu.active:after {
    top: 16px;
    border: 0;
    height: 2px;
    width: 30px;
    left: 7px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*.title-rpmenu .icon-bar {
    width: 30px;
    height: 4px;
    background: #fff;
    float: left;
    clear: both;
    margin-bottom: 3px;
    border-radius: 2px;
    overflow: hidden;
}*/
.cart-epx{display:none}

#responsive-menu .thanh_left {
    background: rgba(0,0,0,.35);
    text-align: center;
    width: 100%;
    height: 45px;
    font-size: 22px;
    box-sizing: border-box;
    color: #fff;
    line-height: 43px;
    font-family: 'UTMAvoBold';
    position: relative;
}

#responsive-menu .thanh_left span {
    position: absolute;
    width: 47px;
    height: 45px;
    background: #ccb12a;
    box-shadow: 0 0 0 45px rgba(0,0,0,.35) inset;
    right: -47px;
    top: 0px;
    display: none;
    cursor: pointer;
}

#responsive-menu .thanh_left.active span {
	display: block;
}

#responsive-menu .thanh_left:before {
    position: absolute;
    top: 12px;
    left: 15px;
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    content: '';
    transition: 0.3s all ease;
}

#responsive-menu .thanh_left:after {
    position: absolute;
    top: 22px;
    left: 15px;
    display: block;
    height: 12px;
    width: 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: ' ';
    transition: 0.3s all ease;
}


#responsive-menu .thanh_left.active span:before {
    content: "";
    position: absolute;
    top: 21px;
    background: #fff;
    width: 30px;
    left: 8px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#responsive-menu .thanh_left.active span:after {
    content: "";
    position: absolute;
    top: 21px;
    border: 0;
    height: 2px;
    width: 30px;
    left: 9px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#responsive-menu .close{    position: absolute;

    top: 8px;
    right: 10px;
    font-size: 21px;
    z-index: 123;
    opacity: 1;}
	
#responsive-menu .close span {
	color:#fff;	
	display:none;
}
#responsive-menu {
    position: fixed;
    z-index: 1;
    background:#ccb12a;

    width: auto;
    max-height: 100%;
    z-index: 1234;
        top: 0px;
    max-height: 420px;
    /*overflow-y: auto;*/
    left: -270px;
	height:100%;
	width:270px;
	min-height:100%;
	    box-shadow: rgba(50, 50, 50, 0.498039) -2px 0px 5px 0px inset;
	    text-align: left;
}



 #responsive-menu .content {
    max-width: 300px;
    float: right;
    width: 100%;
  
}
#responsive-menu .content ul {
    list-style: none;
    padding: 0;

    width: 100%;
}
 #responsive-menu .content > ul{
   
    padding: 0;
    margin: 0;

}

 #responsive-menu .content  .toggle-menu{
       float: right;
    cursor: hand;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 11px;
	color:#fff;
}
 #responsive-menu .content  .toggle-menu.active{

}
 #responsive-menu .content  ul li a{
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-family: 'UTMAvo';
	outline: none !important;
}

 #responsive-menu .content  ul li a b {
	 font-weight: normal;
 }

 #responsive-menu .content  ul li ul li a{
	font-size:14px; 
 }
 #responsive-menu .content  ul li{
	     text-align: left;
	 
	  -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	 
	 
    padding: 8px 0px;
    border-bottom:1px solid rgba(247, 246, 246, 0.25);
    position: relative;
    cursor: hand;
    cursor: pointer;
    float: none;
}
#responsive-menu .content  ul li:hover{    background: rgba(0,0,0,.3);}
#responsive-menu .content  ul li ul{display:none}
 #responsive-menu .content li li:first-child{    border-top: 1px solid rgba(247, 246, 246, 0.25);
}
 #responsive-menu .content > ul > li ul{
    position: relative;
    top: 9px;
    background: rgba(0,0,0,.3);
}
#responsive-menu .content > ul li ul li{
    /* padding-left: 15px; */
    text-indent: 10px;
}
#responsive-menu .content > ul li ul li ul li{text-indent:20px}
#responsive-menu .content > ul > li > ul > li > ul{}


/* MENU RESPONE */
#responsive-menu .content ul li a span.icon_trangchu{
    background: url(../images/icon/icon_trangchu.png) no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 21px;
    display: inline-block;
    margin-right: 6px;
    background-size: 100%;
    vertical-align: -3px;	
}

#responsive-menu .content ul li a span.icon_gioithieu{
    background: url(../images/icon/icon_gioithieu.png) no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 18px;
    display: inline-block;
    margin-right: 6px;
    background-size: 100%;
    vertical-align: -2px;	
}

#responsive-menu .content ul li a span.icon_sanpham{
    background: url(../images/icon/icon_sanpham.png) no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    background-size: 100%;
    vertical-align: -2px;	
}

#responsive-menu .content ul li a span.icon_dichvu{
    background: url(../images/icon/icon_dichvu.png) no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    background-size: 100%;
    vertical-align: -3px;
}

#responsive-menu .content ul li a span.icon_congtrinh{
    background: url(../images/icon/icon_congtrinh.png) no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    background-size: 100%;
    vertical-align: -2px;
}

#responsive-menu .content ul li a span.icon_tintuc{
    background: url(../images/icon/icon_tintuc.png) no-repeat;
    background-position: 0px 0px;
    width: 18px;
    height: 21px;
    display: inline-block;
    margin-right: 6px;
    background-size: 100%;
    vertical-align: -2px;
}

#responsive-menu .content ul li a span.icon_lienhe{
	background: url(../images/icon/icon_lienhe.png) no-repeat;
	background-position: 0px 0px;
	width: 27px;
	height: 18px;
	display: inline-block;
	margin-right: 6px;
	background-size: 100%;
	vertical-align: -1px;	
}