.navigation-clean-button {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean-button .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean-button .navbar-brand:hover {
  color: #222;
}

.navigation-clean-button .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean-button .navbar-toggler:hover, .navigation-clean-button .navbar-toggler:focus {
  background: none;
}

.navigation-clean-button .navbar-toggler {
  color: #fff;
}

.navigation-clean-button .navbar-collapse, .navigation-clean-button .form-inline {
  border-top-color: #ddd;
}

.navigation-clean-button.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
  color: #feffff;
  line-height: 76px;
  border-bottom: 2px solid #0b102f;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
  color: #0db3f1 !important;
  background-color: transparent;
  border-bottom: 2px solid #0db3f1;
  line-height: 76px;
}

.navigation-clean-button .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item {
  line-height: 2;
  font-size: 14px;
  color: #37434d;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.navigation-clean-button .navbar-text .action-button, .navigation-clean-button .navbar-text .action-button:active, .navigation-clean-button .navbar-text .action-button:hover {
  background: #56c6c6;
  border-radius: 20px;
  font-size: inherit;
  color: #fff;
  box-shadow: none;
  border: none;
  text-shadow: none;
  padding: .5rem 1rem;
  transition: background-color 0.25s;
  font-size: inherit;
}

.navigation-clean-button .navbar-text .action-button:hover {
  background: #66d7d7;
}

.action-button {
  color: #24459c;
  font-size: 16px;
  height: 40px;
  background-color: #fff;
  padding: 8px 40px!important;
}

.action-button {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans';
  background-color: #fff!important;
  color: #24459c!important;
  width: auto;
}

@media (min-width: 300px) {
  .action-button {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans';
    background-color: #fff!important;
    color: #24459c!important;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .action-button {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans';
    background-color: #fff!important;
    color: #24459c!important;
    width: auto;
  }
}

.actions {
  width: auto;
  margin: 0px;
}

@media (min-width: 300px) {
  .actions {
    width: 100%;
    margin: 10px 0;
  }
}

@media (min-width: 992px) {
  .actions {
    width: auto;
    margin: 0px;
  }
}

@media (min-width: 1200px) {
  .actions {
    width: auto;
    margin: 0px;
  }
}

.dropdown-toggle::after {
  display: none;
}
@media (min-width: 300px) {

.dropdown-toggle::after {
    display: inline-block;
    float: right;
    position: absolute;
    right: 20px;
    top: 28px;
}
}
@media (min-width: 992px) {
	.dropdown-toggle::after {
  display: none;
}
}

@media (min-width: 1200px) {
	.dropdown-toggle::after {
  display: none;
}
}
.custom-top-link {
  padding: 0 0;
  border-bottom: 4px solid #0b102f;
  line-height: 4.7;
  height: 73px;
  font-size: 16px;
  color: #fff!important;
}

@media (min-width: 300px) {
  .custom-top-link {
    padding: 0 0;
    border-bottom: 4px solid #0b102f;
    line-height:2.5;
    height: 55px;
    font-size: 16px;
    color: #fff!important;
  }
}

@media (min-width: 992px) {
  .custom-top-link {
    padding: 0 14px!important;
    border-bottom: 4px solid #0b102f;
    line-height: 4.7;
    height: 73px;
    font-size: 16px;
    color: #fff!important;
  }
}

@media (min-width: 1200px) {
  .custom-top-link {
    padding: 0 0;
    border-bottom: 4px solid #0b102f;
    line-height: 4.7;
    height: 73px;
    font-size: 16px;
    color: #fff!important;
  }
}

.custom-top-link:hover {
  color: #0db3f1!important;
  padding: 0 0;
  border-bottom: 4px solid #0db3f1;
  line-height: 4.7;
  height: 73px;
  font-size: 16px;
}

@media (min-width: 300px) {
  .custom-top-link:hover {
    color: #0db3f1!important;
    padding: 0 0;
    border-bottom: 4px solid #0db3f1;
    line-height: 2.5;
    height: 55px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .custom-top-link:hover {
    color: #0db3f1!important;
    padding: 0 14px!important;
    border-bottom: 4px solid #0db3f1;
    line-height: 4.7;
    height: 73px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .custom-top-link:hover {
    color: #0db3f1!important;
    padding: 0 0;
    border-bottom: 4px solid #0db3f1;
    line-height: 4.7;
    height: 73px;
    font-size: 16px;
  }
}

.active {
  color: #0db3f1!important;
  padding: 0 0;
  border-bottom: 4px solid #0db3f1;
  line-height: 4.7;
  height: 73px;
  font-size: 16px;
}

@media (min-width: 300px) {
  .active {
    color: #0db3f1!important;
    padding: 0 0;
    border-bottom: 4px solid #0db3f1;
    line-height: 2.5;
    height: 55px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .active {
    color: #0db3f1!important;
    padding: 0 0;
    border-bottom: 4px solid #0db3f1;
    line-height: 4.7;
    height: 73px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .active {
    color: #0db3f1!important;
    padding: 0 0;
    border-bottom: 4px solid #0db3f1;
    line-height: 4.7;
    height: 73px;
    font-size: 16px;
  }
}

.lang-nav {
  padding: 0 0;
  border-bottom: 4px solid #0b102f;
  line-height: 4.5;
  height: 73px;
  font-size: 16px;
  color: #fff!important;
}

@media (min-width: 300px) {
  .lang-nav {
    padding: 0 0;
    border-bottom: 4px solid #0b102f;
    line-height: 3.5;
    height: 55px;
    font-size: 16px;
    color: #fff!important;
  }
}

@media (min-width: 992px) {
  .lang-nav {
    padding: 0 0;
    border-bottom: 4px solid #0b102f;
    line-height: 4.5;
    height: 73px;
    font-size: 16px;
    color: #fff!important;
  }
}
@media (min-width: 1200px) {
  .lang-nav {
    padding: 0 0;
    border-bottom: 4px solid #0b102f;
    line-height: 4.5;
    height: 73px;
    font-size: 16px;
    color: #fff!important;
  }
}

.drop-link:hover {
  color: #fff!important;
  background-color: #0b102f!important;
}

@media (min-width: 300px) {
  .bottom-line {
    border-bottom: 1px solid #1e233f;
  }
}
#news-detail-hero-section {
  background-image: url(../../assets/img/news-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  padding: 90px 0 0 0;
  text-align: left;
  border-bottom: 1px solid #ededf3;
}

.news-detail {
  padding: 40px 0 0;
}


