	@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a {
  color: #6cb277;
}
a:hover {
    color: #333333;
}
.header .header-logo img {
  width: 200px;
}
.header .header-main {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  align-items: center;
}
.header .header-contact a {
  color: #333333;
  padding: 10px;
}
.header .header-contact a:first-child {
  border-right: 2px solid #333333;
}
.header .header-contact i {
  color: #6cb277;
}
.header .sub-header {
  background: #6cb277;
}
.header .bp_sub_menu {
    background: #6cb277;
    padding: 0;
    margin: 0;
    border-radius: 0 0 8px 8px;
    border-top: 0;
}
#dv_search input:focus-visible {
    outline: none;
    border: none;
}
.header .navbar ul.dropdown-menu li {
    text-transform: uppercase;
}
.header .navbar ul.dropdown-menu li:not(:last-child){
    border-bottom: 1px solid #ffffff;
}
.header .navbar ul.dropdown-menu li:hover {
    background-color: transparent;
}
.header .navbar ul.dropdown-menu li:hover a {
    background-color: transparent;
    color: black;
}
.header .bp_sub_menu li a {
    color: #fff;
}
.header .navbar  ul.navbar-nav > li {
    padding: 10px 15px;
}
.header .sub-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.header .bp_toggle_arrow {
  color: #fff;
}
.header #dv_search input {
  background: transparent;
  border-radius: 0;
  border: none;
  padding-right: 70px;
}
.header #dv_search input::placeholder {
  font-style: italic;
}
.header #dv_search {
  background: #fff;
  border: 1px solid #ced4da;
}
.header #submit_seach {
  background-color: transparent;
  border: none;
  color: #6cb277;
  font-size: 18px;
}
.services {
  background: #eaeaea;
}
.services .bp_news_sub p {
  /*text-align: justify;*/
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services .news_title {
  font-size: 24px;
}
.services .news_title a {
  color: #6cb277;
}
.services .bp_block_item .row {
  margin: 0;
}
.services .bp_block_item {
  padding: 20px;
  border: 1px solid #6cb277;
  background: #fff;
}
.services .bp_news_more {
  display: block;
  margin-top: 10px;
  color: #fff;
  background: #6cb277;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  width: fit-content;
}
.services > h2 {
    text-align: center;
    color: #6cb277;
    text-transform: uppercase;
    font-weight: 700;
    /*margin-bottom: 40px;*/
}
.services .cls_img_hot_news img,.services .bp_img_news img {
    height: 200px;
}
.services .bp_block_item {
    margin-bottom: 20px;
}
.bp_news_info {
  display: none;
}
.footer {
    background: #6cb277;
    color: #fff;
}
.footer .footer-title {
    text-align: center;
    margin-bottom: 40px;
}
.footer ul {
    padding: 0;
}
.footer ul li a {
    color: #fff;
}
.footer ul li:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  content: "\f219";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-size: 8px;
  text-align: center;
  line-height: 25px;
  color: #fff;
 
}
.breadcrumb-link  {
    background: #6cb277;
    margin-top: 20px;
    padding: 20px 0;
}
.breadcrumb-link .breadcrumb {
        justify-content: center;
    margin: 0;
}
.breadcrumb-link .breadcrumb a {
    color: #fff;
    text-transform: uppercase;
}
.bp_news_create_date {
    display: none;
}
.bp_img_news,.bp_content_news_main {
    padding: 0;
}
.bp_menu_hor_logo {
    display: none;
}
.offcanvas.offcanvas-end {
    width: 300px;
}
.bp_menu_logo_sidebar .bp_link_logo img {
    width: 180px;
}
.bp-select-category-search {
    display: none;
}
@media screen and (min-width:993px) {
    .header .navbar ul.navbar-nav > li:nth-child(1) {
  padding-left: 0;
}
}
@media screen and (max-width: 992px) {
    .header .navbar-expand-lg .navbar-nav .nav-link {
        color: #6cb277;
        padding: 0;
    }
  .header .sub-header {
    padding: 10px 0;
  }
  .header-menu {
    order: 1;
  }
  .header-contact {
    display: flex;
    flex-direction: column;
  }
  .header .header-contact a:first-child {
    border: none;
  }
  .header .header-contact a {
    padding-bottom: 0;
  }
  .blog-sidebar {
      display: none;
  }
  .header .navbar  ul.navbar-nav > li {
    
        border-bottom: 1px solid #e7e7e7;
    }
}
@media screen and (max-width:768px) {
    .services .cls_img_hot_news img {
        height: auto;
    }
    .services .cls_img_hot_news img, .services .bp_img_news img {
        height: 150px;
    }
}
@media screen and (max-width:576px) {
    .services .cls_img_hot_news img, .services .bp_img_news img {
        height: auto;
    }
}
@media screen and (max-width: 456px) {
  .header .header-contact a {
    font-size: 12px;
  }
  .header .header-logo img {
      width: 170px;
  }
}
