.title-rpmenu {
    padding: 5px 10px;
    color: #FFF;
    font-size: 17px;
    position: relative;
    background: #242D68;
    z-index: 12345;
    min-height: 42px;
}
.title-rpmenu .icon-bar {
    width: 30px;
    height: 4px;
    background: #E25922;
    float: left;
    clear: both;
    margin-bottom: 3px;
    border-radius: 5px;
    overflow: hidden;
}
.cart-epx{display:none}




#responsive-menu .close{    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 26px;
z-index: 123;}
#responsive-menu {
    position: absolute;
    z-index: 1;
    background: #1a2a96;
    width: auto;
    max-height: 100%;
    z-index: 1234;
    max-height: 420px;
    overflow-y: auto;
    left: -300px;
    height: 100vh;
    width:300px;
    min-height:100%;
    box-shadow: rgba(50, 50, 50, 0.498039) -2px 0px 5px 0px inset;
}



#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: 0px 0px 0px 5px;
    
margin: 0;
}

#responsive-menu .content  .toggle-menu{
    float: right;
    cursor: hand;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
}
#responsive-menu .content  .toggle-menu.active{
    
    }
#responsive-menu .content  ul li a{
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 5px;
    text-transform:  uppercase;
}
#responsive-menu .content  ul li{
    
    
    -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: #224182;}
#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;
}
#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{}
.btn-showmenu {
    width: 30px;
    height: 14px;
    position: relative;
    z-index: 80;
    cursor: pointer;
    -webkit-transform: translateX(3px);
    -khtml-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
}
.btn-showmenu:before {
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.btn-showmenu:after {
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0px;
    bottom: 0;
    left: 0px;
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.btn-showmenu span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.btn-showmenu-wrap {
    width: 40px;
    height: 30px;
    float: left;
    padding-right: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timkiem{
    float:right;
    /* background: whitesmoke; */
    width: 91%;
}

input:hover, input:active, input:focus, button:hover, button:active, button:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
    outline: none;
}
.btn-showmenu.active span {
    opacity: 0;
}
.btn-showmenu.active:before {
    -webkit-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -khtml-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -moz-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -ms-transform: translate(-2.5px, -50%) rotateZ(45deg);
    -o-transform: translate(-2.5px, -50%) rotateZ(45deg);
    transform: translate(0.5px, -50%) rotateZ(45deg);
    top: 50%;
}
.btn-showmenu.active:after {
    -webkit-transform: translate(3px, 50%) rotateZ(-45deg);
    -khtml-transform: translate(3px, 50%) rotateZ(-45deg);
    -moz-transform: translate(3px, 50%) rotateZ(-45deg);
    -ms-transform: translate(3px, 50%) rotateZ(-45deg);
    -o-transform: translate(3px, 50%) rotateZ(-45deg);
    transform: translate(1px, 50%) rotateZ(-45deg);
    bottom: 50%;
}
@media (max-width: 768px) {

    .timkiem{
        width: 87%;
    }
}
.fixed{
    position:fixed;
    top:0px;
    z-index:999;
    width:100%;
}
.ctop{
    top: 45px;
    position: fixed !important;
}
.selectpicker1 {
    padding: 5px 3px;
    padding-bottom: 5px;
    margin-right: -5px;
    border: 1px solid #E6E6E6;
    border-right: 0px;
    width: 27%;
    height: 35px;
    font-size: 10pt;
    color: #9e9e9e;
}
header #form-xsearch1 input {
    padding: 5px 3px;
    background-color: white;
    outline: none;
    border: 1px solid #E6E6E6;
    border-left: 1px solid #EFEFEF;
    padding-left: 6px;
    width: 85%;
    text-indent: 15px;
    margin: 0 -3px;
    font-size: 10pt;
    color: #9e9e9e;
    height: 35px;
}
header #form-xsearch1 button {
    width: 15%;
    font-size: 10pt;
    background-color: #E00000;
    border: 0;
    color: white;
    margin-left: 0px;
    padding: 7px 7px;
    height: 35px;
}
@media (max-width: 550px) {
.timkiem {
    width: 77%;
}
}
.menurepon{
    position:relative;
}