.header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 108px;
  left: 0px;
  top: 0px;
  background: #fff;
  border-bottom: 2px solid #f2700b;
  z-index: 50;
}

@media (max-width: 768px) {
  .header_btn {
    padding: 0 20px;
  }
}

.header_logo {
  width: 53px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 31px;
}

@media (max-width: 991px) {
  .header_logo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
  }
}

.header_logo img {
  width: 100%;
  height: 100%;
  padding-top: 12px;
}

@media (max-width: 480px) {
  .header_logo img {
    padding-top: 0;
  }
}

@media (max-width: 568px) {
  .header_logo {
    width: 40px;
  }
}

.header_menu {
  padding: 10px 8px 10px;
}

@media (max-width: 991px) {
  .header_menu {
    padding: 10px 8px 10px;
  }
}

@media (max-width: 768px) {
  .header_menu {
    padding: 10px 0 10px;
  }
}

@media (max-width: 1024px) {
  .header_menu {
    padding: 10px 8px 10px;
  }
}

.header_menu__item {
  padding: 12px 24px 10px 16px;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 16px;
  text-transform: uppercase;
  color: #72757b;
}

@media (max-width: 768px) {
  .header_menu__item {
    padding: 8px;
  }
}

.header_menu__sub {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0;
  border: none;
  margin: 0;
}

@media (max-width: 768px) {
  .header_menu__sub {
    -webkit-transform: translate(2%, 0) !important;
            transform: translate(2%, 0) !important;
    position: static !important;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header_menu__dropdown {
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 8.8rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

@media (max-width: 768px) {
  .header_menu__dropdown {
    -webkit-transform: translate(0, 15%) !important;
            transform: translate(0, 15%) !important;
    position: static !important;
  }
}

.header_menu__dropdown li {
  background-color: #fff;
}

.header_menu:hover > .header_menu__dropdown {
  display: block;
  margin-top: 24px;
}

.header_menu__dropdown > li a:hover .header_menu__sub {
  display: block;
}

.header_menu__language {
  position: static !important;
  padding: 0;
  width: 10%;
}

.header_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_search input[type="search"] {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  color: #72757b;
  z-index: 999;
}

.header_search__mobile {
  display: none;
}

@media (max-width: 768px) {
  .header_search__mobile {
    display: block;
    position: relative;
  }
}

.header_collapse {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}

@media (max-width: 768px) {
  .header_collapse {
    padding: 0 48px 48px;
    max-height: 70vh;
    overflow: auto;
  }
}

.header_language {
  padding: 8px 10px !important;
}

.header_language > a {
  font-weight: 400 !important;
  font-size: 1.4rem !important;
  line-height: 1.6rem !important;
}

.header_language > a:nth-child(1) {
  padding-bottom: 16px;
}

.header_language img {
  padding-right: 16px;
}

.header_language--dropdown {
  display: none;
}

.header_language--dropdown a {
  padding-right: 2.4rem;
}

@media (max-width: 768px) {
  .header_language--dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0%;
    padding-left: 2rem;
  }
}

.header_language_mobile {
  display: none;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .header_language_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__top {
  width: 100%;
  height: 36px;
  left: 0px;
  top: 0px;
  background: #135492;
  position: relative;
  z-index: 999;
}

.header__top--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  right: 21rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}

.header__top--item li:nth-child(2) {
  margin: 0 1.6rem;
}

.header__top--item li:first-child a {
  font-weight: 700;
}

.header__top--item li a {
  color: #fff;
  font-size: 1.2rem;
  list-style-type: none;
}

.header__top--item > a:nth-child(1) {
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 834px) {
  .header__top {
    display: none !important;
  }
}

.header__bot--icon {
  color: #eb7f2c;
  font-size: 14px;
}

.header__bot--search {
  display: none;
}

@media (max-width: 768px) {
  .header__bot--search {
    display: block;
    font-size: 14px;
  }
}

.header__logo a > img {
  width: 4.3rem;
  height: 5rem;
}

@media (max-width: 860px) {
  .header__logo a > img {
    margin: 1rem 0;
  }
}

.header__logo--desc {
  max-width: 10rem;
}

.header__logo--desc p:first-child {
  color: #db823d;
}

.header__logo--desc p {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 900;
}

.header__logo--desc p:last-child {
  color: #135492;
}

@media (max-width: 834px) {
  .header__logo--desc {
    font-size: 8px;
    line-height: 10px;
  }
}

@media (max-width: 768px) {
  .header__data--sub {
    bottom: -22rem;
    left: 2rem !important;
  }
}

.header__search {
  width: 36rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transform: translate(-95%, -13%);
          transform: translate(-95%, -13%);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 768px) {
  .header__search {
    position: absolute !important;
    width: 10rem !important;
    -webkit-transform: translate(-120%, -55%) !important;
            transform: translate(-120%, -55%) !important;
  }
}

.header__search-form {
  width: 100%;
}

.header__search-form > input {
  border-radius: unset;
  border: none;
  height: 4.4rem;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .header__search-form > input {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ccc;
  }
}

.header__search-form > input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 3;
}

.dropdown-icon {
  padding-left: 7px;
  color: #2063a3;
  font-size: 10px;
}

.header-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  width: calc(100% - 240px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-news-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-news-right .header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#navbarSupportedContent {
  width: calc(100% - 84px);
}

.navbar-nav {
  display: inline-block;
  padding: 20px 9px 9px;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 90px;
    height: calc(100vh - 90px);
    text-align: center;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

@media screen and (max-width: 480px) {
  .navbar-nav {
    top: 56px;
  }
}

.navbar-nav li {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .navbar-nav li {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: inline-block;
  }
}

.header-news-infomation-top {
  background: #5b6c7c;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 22px;
}

.header-news-infomation-bottom {
  background: #eb7f2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 11px 0;
  cursor: pointer;
}

.header-news-infomation-bottom:hover {
  background: #e96b07;
}

.header-news-infomation-bottom .phone-infomation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.header-news-infomation-bottom .number-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .dropdown-menu.header_language {
    top: 18.2% !important;
    max-width: 100% !important;
    width: 150px !important;
    left: 70% !important;
  }
}

.dropdown-menu.header_menu__dropdown {
  -webkit-box-shadow: 0 0 20px 0 rgba(149, 157, 165, 0.2);
          box-shadow: 0 0 20px 0 rgba(149, 157, 165, 0.2);
}

@media screen and (max-width: 991px) {
  .dropdown-menu.header_menu__dropdown {
    position: static !important;
    -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
    width: 100% !important;
  }
}

.dropdown-item.header_menu__item {
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .dropdown-item.header_menu__item {
    display: block;
  }
}

.header_menu__dropdown li {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header_menu__dropdown li {
    background-color: transparent;
  }
}

@media screen and (max-width: 991px) {
  .header-news-infomation {
    display: none;
  }
}

.navbar.navbar-expand-lg {
  -webkit-box-shadow: 0 0 20px 0 rgba(33, 39, 186, 0.08);
          box-shadow: 0 0 20px 0 rgba(33, 39, 186, 0.08);
}

@media screen and (max-width: 991px) {
  .navbar.navbar-expand-lg {
    min-height: 90px;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .navbar.navbar-expand-lg {
    min-height: 56px;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav-link.fs-14 {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #1d2029;
}

.btn.btn-secondary.dropdown-toggle {
  padding: 0.375rem 21px 0 0;
}

.dropdown-menu.header_menu__dropdown::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: -35px;
}

@media screen and (max-width: 991px) {
  .header_menu:hover > .header_menu__dropdown {
    margin-top: 0;
  }
  .dropdown-menu.header_menu__dropdown {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-menu.header_language {
    top: 17.7% !important;
    left: 84.9% !important;
    max-width: 150px !important;
    width: 100% !important;
  }
  .dropdown-menu.header__search {
    left: 76.5% !important;
    top: 15.7% !important;
    width: 22% !important;
  }
}
/*# sourceMappingURL=header.css.map */