	@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Mulish:wght@200;300;400;500;600;700;800;900&family=Signika:wght@300;400;500;600;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
  color: #162b40;
}
a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #82b60b;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
img {
  max-width: 100%;
}
/*Header*/
.header {
  position: relative;
}
.header__company p {
    font-size: 13px;
}
.top__header {
    background: #1b9030;
    padding: 10px;
    color: #fff;
}
.top__header .header__social {
    display: flex;
}
.top__header .header__social a {
   margin-right: 5px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.top__header .header__social a:first-child {
    background: #51a7f7;
}
.top__header .header__social a:nth-child(2) {
    background: #f78023;
}
.top__header .header__social a:nth-child(3) {
    background: #395fa1;
}
.main__header #dv_search input {
    border: 1px solid #1b9030;
    padding: 10px;
    border-radius: 0;
}
.main__header #submit_seach {
        background-color: #1b9030;
    border: none;
    padding: 15px;
    border-radius: 0;
}
.header__logo img {
    max-width: 100px;
}
.header__contact {
    display: flex;
    gap: 20px;
}
.header__contact-info {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header__contact .contact__icon {
    font-size: 32px;
    color: #1b9030;
}
.header__contact .contact__info span{
    color: #8b251a;
    font-weight: bold;
}
.header__contact .contact__info p {
    font-size: 12px;
    color: #333333;
}
.bp_sub_menu {
    background: #1b9030;
}
.navbar ul.dropdown-menu li:hover,.dropdown-item:hover {
    background: unset;

}
.dropdown-item:hover a {
        color: #f78023 !important;
}
.menu__main  {
    background: #1b9030;
}
.menu__main .navbar .navbar-collapse ul.navbar-nav li a {
    color: #fff;
}
/*.menu__main .navbar ul.navbar-nav > li:first-child {*/
/*    padding-left: 0;*/
/*}*/
.menu__main .navbar ul.navbar-nav > li {
    padding: 15px 25px;
}
.menu__main .navbar .navbar-collapse ul.navbar-nav li:has(.active) {
    background: #f78023;
}
.bp_news_info {
    display: none;
}
.footer {
    background: #1b9030;
}
.footer .cls_img_hot_news {
    display: none;
}
.footer .footer__info-company {
    color: #fff;
}
.footer h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}
.footer__info-company li {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer .news_title a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.footer .bp_block_item .row {
    margin: 0;
}
.text {
    font-family: Arial;
}
.bp_cls_home {
    color: #009031;
}
.bp_toggle_arrow {
    color: #fff;
}
.menu__main  {
    position: relative;
}
.ads {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title__sidebar {
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    padding: 8px 10px;
    background: #009031;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width:992px) {
    .menu__main  {
        padding: 10px 0;
    }
    #navbarsMenu{
        background: #1b9030;
        position: absolute;
    top: 100%;
    left: 2%;
    z-index: 2;
    width: 95%;
    }
}
@media screen and (max-width: 512px) {
    .header__contact {
        display: block;
        margin-top: 15px;
    }
}