body>span.select2-container{
  display: none;
}

/*add style*/
.breadcrumb >ul,
.breadcrumb >ul > li{
	display: inline-block;
}
.liked{
	color: #ff0000;
}
[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-like:before { content: "\f004"; }
.icon-unlike:before { content: "\f08a"; }
.icon-gear:before {
	content: "\f013";
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}

@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

a.sv-post-like {
	font-weight: normal;
	display: inline-block;
	width: auto;
	-moz-transition: all 0.3s ease-out 0.2s;
	-webkit-transition: all 0.3s ease-out 0.2s;
	-o-transition: all 0.3s ease-out 0.2s;
}

a.sv-post-like.liked {
    color: #da1b1b;
}

a.sv-post-like:hover,
a.sv-post-like:active,
a.sv-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #000;
}

@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.header .vc_row[data-vc-full-width]{
    overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width]{
    overflow: inherit !important;
}
.vc_row.vc_row-no-padding .wpb_column {
    padding-left: 0;
    padding-right: 0;
}
/*Menu fixed style*/
.fixed-header {
    position: fixed !important;
    top: -100px;
    left: 15px !important;
    z-index: 9998;
    -webkit-transition: top 0.5s ease-out 0s !important;
    transition: top 0.5s ease-out 0s !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
    top: 32px;
}
.fixed-header.active{
    top: 0;
}
.menu-fixed-content.fixed-header{
    background: #fbfbfb;
    width: 100%;
    left: 0 !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    max-width: 100%;
    display: block;
}
/*Begin Header*/
.logo h1{
  margin: 0px;
}
.logo>a{
  display: block;
}
.header-default .menu-item {
    float: none;
}
.nav-box> ul >li.menu-item-has-children:hover{
  border-bottom: none;
}
.header-default .nav-box li li a {
    color: #333;
    /*text-transform: capitalize;*/
    font-size: 14px;
    width: 100%;
    display: inline-block;
}
.header-default .menu-item ul li:first-child {
    padding-left: 15px;
}
.header-default .nav-box li li:hover > a {
    color: #fff;
}
.header ul li.current-menu-ancestor>a{
  color: #FF3E3E;
}
.header ul li.current-menu-item>a{
  color: #FF3E3E;
}
.mb-create-menu{
  font-size: 18px;
}
/*End Header*/
/*Begin banner-breadcrumb*/
.mb-banner{
  background: #ccc;
}
.tp-breadcrumb  .fa{
  margin: 0px 10px;
}
/*End banner-breadcrumb*/
/*Begin footer*/
.default-footer{
  margin-top: 30px;
}
.default-footer .bottom-footer{
  padding-top: 25px;
}
/*End footer*/
/*Begin Blog*/
.content-blog .date{
  padding-bottom: 13px;
  display: inline-table;
}

.content-blog a.comment_link{
  padding:0px;
  color: #999;
  margin: 0px;
  border: none;
}
.content-blog a.comment_link:hover{
  color: #333;
}
.content-blog .introduce-blog-detail{
  margin-top:0px;
}
.content-blog .media-blog{
  margin-bottom:50px;
}
.media-blog audio{
  width: 100%;
}
.post-share{
   text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 13px;
    width: 100%;
}
.mb-post-next-pre{
  clear: both;
  margin-left: 0px;
}
.comment-customer .mb-author{
  display: -webkit-box;
}
.comment-customer .comment-time{
  display: inline-block;
}
.comment-customer .comment-reply{
  display: inline-block;
}
.comment-customer .comment-reply-link{
  color: #ff3e3e;
}
.comment-customer .comments-list{
  padding-left:0px;
}
.comment-customer .main-comment{
 display: -webkit-box;
}
.mb-comment ul.comments-list li .main-comment{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.mb-comment ul.comments-list > li:last-child .main-comment{
    border-bottom: none;
}
.mb-comment .comment-author{
    float: left;
    margin-right: 30px;
}
.mb-comment .content-box{
    padding-left: 110px;
}
.mb-comment .comment-author-name{
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 600
}
.mb-comment .comment-reply a{
   display: inline-block;
    color:#ff3e3e;
    font-size: 14px;
}
.mb-comment .comment-time{
    float: left;
    font-size: 14px;
   display: inline-block;
}
.mb-comment .comment-time a{
   color: #ff3e3e;
}
.mb-comment .meta_comment{
    display: flex;
    margin-bottom: 13px;
}
.mb-comment .comments-title{
    font-size: 30px;
}
.mb-comment >.comments-list{
    border-bottom: 1px solid #ccc;
}
.mb-comment .comment-reply-title{
    font-size: 30px;
}
.mb-comment .mb-text{
    width: 60%;
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin-bottom: 10px;
}
.mb-comment .mb-textarea{
    width: 100%;
    padding: 10px 10px 20px;
    border: 1px solid #ccc;
}
.mb-comment .mb-submit-comment{
    padding: 8px 28px;
    margin-top: 30px;
}
.mb-comment .mb-submit-comment:hover{
    background: #FF6565;
}
.mb-author{
    background-color: #f1f1f1;
    border-bottom: none;
    margin: 50px 0 38px;
    padding: 30px 30px 30px;
}
.mb-author a{
    float: left;
    margin-right: 30px;
}
.mb-author .content-box h3{
    font-size: 14px;
    text-align: left;
    margin: 0 0 20px;
    color: #333;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: 600;
    display: inline-block;
}
.mb-author .content-box h3 a{
    font-weight: 600;
}
.mb-author .mb-author1{
    display: flex;
}
.mb-author .mb-author1 p{
    clear: both;
}
.content-blog .introduce a{
    padding: 0px;
    border: none;
    margin: 0px;
}
/*End Blog*/