.home-slide-new{
   
  }
  
  .home-slide-new .item{
    background: #0c2e55;
    background-size: cover !important;
    background-position: center !important;
  }
  
  .home-slide-new .item p{
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2em;
  }
  
  .home-slide-new .owl-dots{
    margin-top: -2rem;
    z-index: 999;
    position: relative;
  }
  
  .home-slide-new .home-slide-image{
    height:300px;
    background-size: 100% !important;
  }
  
  .home-slide-new .home-slide-desc{
    position: relative !important; height: 300px; width: 100%;
  }
  
  .bg-after-slide{
    background: url(../images/home-bottom.png) no-repeat; background-size: 40%; background-position: left bottom;
  }
  
  .bg-after-text-event{
    background: url(../images/bg-rainbow.png) no-repeat; background-size: 100%; background-position: right top;
  }
  
  @media screen and (max-width: 766px) {
    .home-slide-new{
      
    }
    .home-slide-new .home-slide-image{
      height: 200px;
      background-size: cover !important;
    }
    .home-slide-new .home-slide-desc{
      /* height: 200px !important; */
    }
    .home-slide-new .home-slide-desc p{
      font-size: 20px !important;
      text-align: left;
    }
    .home-slide-new .owl-dots{
      margin-top: -14rem;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
    .bg-after-slide{
      background-size: 80%;
      background-position: left top;
    }
  }
  
  .news-mobile{
    display: none !important;
  }
  
  @media screen and (max-width: 766px) {
    .news-mobile{
      display: block !important;
    }
    .news-mobile .news-ticker{
      font-size: 0.7rem !important;
      padding: 5px 0;
    }
  }
  
  .searchbox-bottom{
    display: none !important;
  }
  
  @media screen and (max-width: 766px) {
    .searchbox-top {
      display: none;
    }
  
    .searchbox-bottom{
      display: block !important;
      padding-bottom: 0 !important;
      border-top: 1px solid #ccc;
    }
  
    .searchbox-bottom .form-control{
      border: none !important;
    }
  
    .searchbox-bottom .form-control::placeholder { 
      color: #ccc;
    }

    .searchbox-bottom i{
      text-align: right !important;
      right: 2.3em !important;
      margin-top: -2.2em;
      position: absolute;
      color: #ccc;
    }
  }
  
  .anchor-menu-mobile{
    display: none;
    background: #144e90;
    margin-top: -3.5em !important;
    margin-bottom: -1em !important;
  }
  
  .anchor-menu-mobile .item{
    padding: 1em;
  }
  
  .anchor-menu-mobile .item a{
    color: #fff;
    font-size: 15px;
  }
  
  /*.home #containerNav.owl-nav{
    left: 5.1% !important;
  }*/
  
  @media screen and (min-width: 766px) {
    .navbar-brand{
      padding:10px !important;
    }
    .navbar-brand img {
      width: 150px !important;
    }
  }

  @media screen and (max-width: 62em) {
    .navbar-nav{
      padding-top: 10px;
    }
  
  }

  @media screen (min-width: 48em) and (max-width: 62em) {
    .home-slide-new .home-slide-image {
      background-position: left center;
    }
  }