/* -- Imported styles ----------------------------- */
@import url("global.css");
@import url("box.css");
@import url("style.css");
@import url("../../../vnt_upload/ckeditor/ck_style.css");


.header-info {}
.header-info .company-name {
  margin-bottom: 5px;
}
.header-info .company-name span {
  font-size: 20px;

}
.header-info .header-support {
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
.header-info .header-support > div {
    margin-right: 30px;
}

#vnt-header.fixed .header-info .company-name span {
  color: #333333 !important;
}



.div-ajax-more {
  text-align: center;
}
.div-ajax-more .view-more {
  display: inline-block;
  background: #eeeeee;
  padding: 6px 25px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  min-width: 230px;
}
.div-ajax-more .view-more:hover {
  background: #04924f;
  color: #ffffff;
}

.div-view-more {}
.div-view-more .view-more {
  display: block;
  background: #eeeeee;
  padding: 6px 15px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}
.view-more:hover {
  background: #04924f;
  color: #ffffff;
}
.view-more span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.view-more span::after {
  position: absolute;
  font-family: "FontAwesome";
  font-weight: 900;
  content: '\f107';
  right: 0;
  font-size: 16px;
}

.loadmore_overlay{
  float: left;
  width: 100%;
  height: 40px;
  background: url(../images/preloader.gif) no-repeat 50% 50%;
}

@media (max-width: 991px) {

  #vnt-header  {
    position: fixed !important;
    width: 100%;
    background: #ffffff;
     box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
    z-index: 9999;

  }
  #vnt-content {
      padding-top: 120px !important;
  }
   

  .logo {
    margin-right : 15px
  }
  .header-info .header-support  {
     
  }
  .header-info .header-support  .infoTop {
    display: block !important;
    
  }
  .header-info .header-support  .infoTop img {
    max-height: 15px !important;
  }
   
 
}


@media (max-width: 480px) {
  .logo {
    min-width: 45px;
     margin-right: 10px;
  } 
  .header-info .header-support  .infoTop {
    display: block !important;
    font-size: 12px;
    line-height: 18px;
  }
  .header-info .header-support  .infoTop img {
     display: none;
  }
  .header-info .header-support > div {
    margin-right: 15px;
  }
  .header-info .company-name {
     margin-bottom: 2px;
  }
   
    .header-info .company-name span {
    font-size: 16px;
  }

  .languageTop {
     margin-right: 5px;
  }
}