
.tab-category-container-slider .title_block{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom:15px;
}
.tab-category-slider .tab{display: inline-block;margin-bottom:8px;}
.tab-category-container-slider div.title_text{
    display: inline-block;
    margin: 0;
    font-size: 14px;
    border-bottom:0;
}
ul.tab_cates li {
    cursor: pointer;
    float:left;
    font-size: 13px;
    color:#293240;
    text-transform: none;
    text-align: center;
    width:131px;
    border-color:#e9e9e9;
    border-style: solid;
    border-width: 1px;
    margin-left: -1px;
    padding:10px 0;
    margin-bottom: 15px;
}
ul.tab_cates li:before {
    content: "\f083";
    font-family: FontAwesome;
    display: block;
    font-size: 16px;
    padding: 5px 0;
    color:#e91e63;
}
ul.tab_cates li:nth-child(2):before{content: "\f007";}
ul.tab_cates li:nth-child(3):before{content: "\f185";} 
ul.tab_cates li:nth-child(4):before{content: "\f182";} 
ul.tab_cates li:nth-child(5):before{content: "\f21b";} 
ul.tab_cates li:nth-child(6):before{content: "\f21a";} 
ul.tab_cates li:nth-child(7):before{content: "\f187";} 
ul.tab_cates li:nth-child(8):before{content: "\f183";} 
ul.tab_cates li:nth-child(9):before{content: "\f1ae";} 
ul.tab_cates li:first-child{border-left:1px solid #e9e9e9;}
ul.tab_cates li.active,
ul.tab_cates li:hover {
    color: #fff;
    background: #e91e63;
    position: relative;
}
ul.tab_cates li.active:before,
ul.tab_cates li:hover:before{color:#fff;} 
ul.tab_cates li.active:after,
ul.tab_cates li:hover:after{
    content:"\f0dd";
    font-family: FontAwesome;
    position: absolute;
    color:#e91e63;
    font-size: 20px;
    bottom:-7px;left:50%;
    margin-left:-6px;
}
ul.tab_cates {
/*    float: right;
    margin-top: 16px;
    position: absolute;
    left: 0;top:100%;
    height: 70px;overflow:hidden;*/
}
.tab_category_slider {
	display: none;
}
.tab-category-slider .tab_cate_container .owl-buttons{top:-148px;}
@media(max-width:1199px){
   .tab-category-slider .tab_cate_container .owl-buttons{top:-230px;}
}
@media(max-width:991px){
    
}
@media(max-width:767px){
    /*ul.tab_cates li{width:80px;}*/
}

