/*header*/
.size-box .box-size,
.color-box .box-color {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.size-box .box-size .button-size,
.color-box .box-color .button-color {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}
.size-box .box-size .button-size .object-2 span {
  background: #f99736;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0px;
  font-weight: 600;
  font-size: 15px;
  line-height: 0;
  font-size: 14px;
  border: 2px solid #f99736;
  transition: all ease-in-out 450ms;
  cursor: pointer;
}
.color-box .box-color .button-color .btn-color span.active,
.color-box .box-color .button-color .btn-color span:hover {
  border-color: #8dc63f;
  color: #8dc63f;
}
.size-box .box-size .button-size .object-2 {
  padding: 0px 5px;
}
.btn-size .span-btn {
  display: flex;
  cursor: pointer;
  transition: all ease-in-out 450ms;
}
.btn-size .span-btn svg {
  width: 16px;
  height: 16px;
  transform: scale(1);
  transition: all ease-in-out 450ms;
}
.btn-size .span-btn:hover svg {
  opacity: 1;
  transform: scale(1.1);
}
.size-box .box-size .text-size span.text-span,
.color-box .box-color .text-color span.text-span {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #343338;
}
.color-box .button-color {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.color-box .box-color .button-color .btn-c2 span {
  color: #fff;
  border: 2px solid rgb(212 58 60 / 39%);
  font-weight: 600;
  font-size: 15px;
  background: #d43a3c;
}
.color-box .box-color .button-color .btn-c3 span {
  color: #fff;
  background: #4d86f9;
  border: 2px solid rgb(77 134 249 / 66%);
  font-weight: 600;
  font-size: 15px;
}
.color-box .box-color .button-color .btn-c0 span {
  background: #fff;
  border-color: #fff;
  color: #343338;
}
.main-header .main-object .v-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  padding: 1em 0 2em;
}
.main-header .main-object .v-container > .object-2 {
  display: flex;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  /* grid-gap: 1em; */
  align-items: center;
  gap: 1em;
  justify-content: end;
}
.social-box .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social-box .social-list .l-sc a {
  background: transparent;
  border: 2px solid #f99736;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-box .social-list .l-sc a svg {
  stroke: #fff;
  width: 21px;
  height: auto;
  transform: scale(1);
  fill: #f99736;
}
.social-box .social-list .l-sc a:hover {
  transform: scale(1.15);
}
.social-box .social-list .l-sc {
  padding-right: 8px;
}
.social-box .social-list .l-sc:last-child {
  padding: 0;
}
.desktop_menu li > a:hover,
.site-header .menu-item-has-children:hover > .wrap-toggle-mobile svg,
.site-header .menu-item-has-children:hover > a,
.current_page_item > a {
  color: #f99736;
}
.main-header .sub-object {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
}
.main-header {
  position: relative;
  top: 0;
  z-index: 9999;
  width: 100%;
}
header.section-header .sub-object .v-container {
  display: flex;
  align-items: center;
  justify-content: start;
  background: #f99736;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0px 21px 14px rgb(0 0 0 / 18%);
  position: relative;
  top: 0;
  padding: 0 1.5em;
}
header.section-header .sub-object .v-container nav#site-navigation {
  margin: 0;
}
header.section-header .sub-object .v-container .desktop_menu li > a,
header.section-header .sub-object .v-container .desktop_menu li svg {
  color: #fff;
  height: 100%;
}
header.section-header .sub-object .v-container .desktop_menu li:hover > a,
header.section-header .sub-object .v-container .desktop_menu li:hover svg {
  opacity: 1;
  color: #8dc63f;
}
header.section-header .sub-object .v-container .desktop_menu li.menu-item-has-children > .sub-menu li a,
header.section-header .sub-object .v-container .desktop_menu li.menu-item-has-children .sub-menu svg {
  transition: all ease-in-out 450ms;
  color: #000;
}
header.section-header .sub-object .v-container .desktop_menu li.menu-item-has-children > .sub-menu li:hover a,
header.section-header .sub-object .v-container .desktop_menu li.menu-item-has-children > .sub-menu li:hover svg {
  color: #f99736;
}
header.section-header .sub-object .v-container .desktop_menu li.menu-item-has-children > .sub-menu li:hover svg {
  transform: rotate(270deg);
}
header.section-header .sub-object .v-container .desktop_menu li.menu-item-has-children > .sub-menu li:hover .sub-menu li a {
  color: #000;
}
header.section-header .sub-object .v-container .desktop_menu li.menu-item-has-children > .sub-menu li:hover .sub-menu li a:hover {
  color: #f99736;
}
header.section-header .sub-object .v-container .desktop_menu li.menu-item-has-children > .sub-menu li:hover .sub-menu li svg {
  transform: rotate(0deg);
  color: #000;
}
header.section-header .sub-object .v-container .desktop_menu li.menu-item-has-children > .sub-menu li:hover .sub-menu li:hover svg {
  transform: rotate(270deg);
  color: #f99736;
}
.desktop_menu .sub-menu li.menu-item-has-children > .sub-menu:before {
  position: absolute;
  content: "";
  left: 29px;
  top: -8px;
  height: 0;
  width: 0;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  z-index: 1;
  display: block;
}
.desktop_menu .sub-menu li.menu-item-has-children > .sub-menu:before {
  position: absolute;
  content: "";
  left: -12px;
  top: 14px;
  height: 0;
  width: 0;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  z-index: 1;
  display: block;
  transform: rotate(270deg);
}
.desktop_menu .sub-menu li.menu-item-has-children > .sub-menu {
  margin-left: 10px;
  -webkit-filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
}
header.section-header .sub-object .v-container .desktop_menu li {
  min-height: 55px;
}
.desktop_menu .sub-menu li.menu-item-has-children > .sub-menu:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 15px;
}
.toggle-icon svg {
  color: #fff;
}
.toggle-icon svg:hover {
  opacity: 0.9;
}
header.section-header .sub-object .v-container .desktop_menu li .sub-menu li a {
  width: 100% !important;
}
header.section-header .sub-object .v-container .desktop_menu > li:hover :after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 8px solid #8dc63f;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  z-index: 1;
  display: block;
  transform: rotate(0deg);
  margin-left: -7px;
}
.lang-box select {
  width: 100%;
  padding: 3px 10px;
  border-radius: 5px;
  color: #f99736;
  border: 1px solid #f99736;
}
.main-header > .mobile-object {
  display: none;
}
.button-size .object-2.obj-box span.span-middle {
  color: #000;
  background: #fff;
  border-color: #fff;
  padding-bottom: 2px;
  font-size: 25px;
}
.button-size .span-btn svg {
  background: #000;
  display: block;
  padding: 2px;
  border-radius: 0px;
  stroke: #fff;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #fff;
  width: 15px;
  height: 0.1em;
}
.hamburger--slider .hamburger-inner::before {
  width: 20px;
  top: 0.35em;
}
.hamburger--slider .hamburger-inner::after {
  top: 13px;
}
#toggle-main-menu.hamburger {
  background: #343338;
  padding: 10px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-left: 3px;
  padding-top: 14px;
}
.main-tog {
  display: flex;
  align-items: center;
}
.main-tog span.span-toggle {
  display: block;
  padding-left: 0.5em;
  font-size: 19px;
  font-weight: 600;
  color: #343338;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background: #fff;
}
.hamburger--slider.is-active .hamburger-inner::after {
  bottom: -43px !important;
}
.hamburger--slider.is-active .hamburger-inner {
  top: 50%;
  transform: translate3d(-50%, 1px, 0) rotate(45deg) !important;
  left: 49%;
}
#close-mobile-menu.hamburger.is-active .hamburger-inner,
#close-mobile-menu.hamburger.is-active .hamburger-inner::before,
#close-mobile-menu.hamburger.is-active .hamburger-inner::after {
  background: #343338;
}
#close-mobile-menu {
  display: flex;
  align-items: center;
}
#mobile-menu li > a {
  font-size: 21px;
}
#mobile_menu_wrap ul.social-ul li svg {
  stroke: #ffffff;
}
#mobile_menu_wrap .social-list h4 {
  color: #343338;
}
#mobile_menu_wrap .social-list {
  padding-left: 25px;
}

#main-header_3.main-header .main-object .v-container {
  padding: 18px 0;
}
.color-box .button-color span.span-middle {
  height: 22px;
  width: 22px;
  background: #9aba1f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0px;
  font-weight: 600;
  font-size: 15px;
  line-height: 0;
  font-size: 14px;
  border: 2px solid rgb(154 186 31 / 57%);
  transition: all ease-in-out 450ms;
  cursor: pointer;
}
.color-box .box-color .button-color .btn-color span.active:before,
.color-box .box-color .button-color .btn-color span:hover:before {
  font-size: 25px;
}
.color-box .box-color .button-color .btn-color span.active,
.color-box .box-color .button-color .btn-color span:hover {
  height: 30px;
  width: 30px;
  padding-bottom: 2px;
  color: #fff;
  border-color: transparent;
  font-size: 20px;
}
.color-box .box-color .button-color .btn-c0 span.active,
.color-box .box-color .button-color .btn-c0 span:hover {
  color: #343338;
}
.s-object {
  position: relative;
}
.search-h_box input.input-s_box {
  width: 100%;
  padding: 4px 30px 4px 20px;
  font-size: 18px;
  line-height: 1.3;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #343338;
  /* box-shadow: 0px 0px 9px rgb(186 186 186 / 17%); */
  width: 160px;
}
.search-h_box svg {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search-h_box input.input-s_box::placeholder {
  color: #343338;
}
.search-h_box button.btn-search_h {
  width: 100%;
  padding: 4px 10px;
  font-size: 18px;
  line-height: 1.3;
  border: 1px solid #9da0a7;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #ffffff;
  /* box-shadow: 4px 0px 6px rgb(0 0 0 / 14%); */
  background: #343338;
}
form.search-h_box .main-object_s {
  display: flex;
}
a.languages__item {
  font-size: 18px;
  text-decoration: unset;
}
.lang-box .current_btn_lang.languages__item--current span {
  font-size: 18px;
  text-decoration: unset;
}
#main-header_3 img.custom-logo {
  max-height: 63px;
}
#main-header_3 .site-branding {
  position: absolute;
  left: 30px;
  transform: translateY(-50%);
  top: 50%;
}
.lang-box {
  display: flex;
  gap: 5px;
  align-items: center;
}
.lang-box li {
  list-style: none;
}
.lang-box li a {
  text-decoration: unset;
  font-size: 16px;
  background: transparent;
  color: #fff;
  padding: 6px;
  line-height: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
}

.desktop_menu li:hover > .sub-menu {
  margin-top: 13px;
}

#page .desktop_menu .sub-menu li:hover a {
  padding-left: 25px !important;
}
#page .desktop_menu .sub-menu li a:before {
  display: none;
}

#main-header_10.main-header .sub-menu li > a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  transition: all ease-in-out 350ms;
  margin-top: 4px;
}
#main-header_10.main-header .sub-menu li > a:hover:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% + 15px);
  background: #f99736;
}
#page ul.social-ul li:hover a {
  border: 1px solid #0000;
}
ul.social-ul li:hover a svg {
  transform: scale(1.3) !important;
  text-shadow: 4px 0px 3px rgb(33 33 33 / 30%);
  transition: all 0.2s linear 0.2s !important;
}

.item-quick-links .more-info {
  position: relative;
  overflow: hidden;
}
.item-quick-links .more-info:hover:after {
  left: 120%;
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
}
.item-quick-links .more-info:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

.item-quick-links a::before {
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
}

.item-quick-links a:hover::before {
  top: calc(240% - 450px);
  left: calc(270% - 450px);
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 450px;
  height: 450px;
}

.post-tab-style-10 .vc-post .vc-thumbnail::after,
.post-calendar-style-10 .vc-post .vc-thumbnail:after,
.post-basic-style-11-v2 .vcps-item .wrap-thumb::after {
  background: #fff;
  content: "";
  height: 190%;
  left: -60%;
  opacity: 0.2;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 60px;
  z-index: 1;
}
.post-tab-style-10 .vc-post:hover .vc-thumbnail:after,
.post-calendar-style-10 .vc-post:hover .vc-thumbnail:after,
.post-basic-style-11-v2 .vcps-item:hover .wrap-thumb::after {
  left: 120%;
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}

.post-tab-style-10 .vc-post:hover .vc-info,
.post-calendar-style-10 .vc-post:hover .vc-info,
.home-theme-10 .post-basic-style-11-v2 .vcps-item:hover .vcps-info {
  /* background: #639797; */
  background: #005655;
}
#page .post-tab-style-10 .vc-post:hover .vc-info *,
#page .post-calendar-style-10 .vc-post:hover .vc-info *,
#page .home-theme-10 .post-basic-style-11-v2 .vcps-item:hover .vcps-info *,
#page .home-theme-10.calendar-clean.green .post-card-two:hover * {
  color: #fff;
}

#page .home-theme-10.calendar-clean.green .post-card-two:hover {
  background: #005654;
  border-bottom: solid 1px #005654 !important;
}
#page .home-theme-10.calendar-clean.green .post-card-two:hover .main-object > .object-2 {
  background: #005654;
}
#page .home-theme-10.calendar-clean.green .post-card-two:hover > .main-object > .object-1 {
  background: #fff;
}
#page .calendar-clean.green .post-card-two:hover > .main-object > .object-1 * {
  color: #005654;
}
.home-theme-10.calendar-clean.green .post-card-two > .main-object span.cat-text {
  min-height: 80px;
}

.home-theme-10 .procurement-wrap.style-3 article .post-header,
.home-theme-10 .procurement-wrap.style-3 article .post-info {
  position: relative;
  z-index: 2;
}
.home-theme-10 .procurement-wrap.style-3 article::after {
  background: #005654;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transform-origin: center;
  transform-style: preserve-3d;
  /* transform: scaleX(0); */
  /* transition-delay: 0.1s; */
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: all;
  z-index: 1;
  width: 0;
  height: 100%;
}
.home-theme-10 .procurement-wrap.style-3 article:hover::after {
  width: 100%;
  opacity: 1;
  /* transform: scaleX(1); */
}
.home-theme-10 .procurement-wrap.style-3 article .post-header {
  background: white;
  padding: 5px;
}
#page .home-theme-10 .procurement-wrap.style-3 article:hover * {
  color: #fff;
}
#page .home-theme-10 .procurement-wrap.style-3 article:hover {
  border: solid 2px #005654;
}
#page .home-theme-10 .procurement-wrap.style-3 article {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border-top: solid 2px transparent;
  border-left: solid 2px transparent;
  border-right: solid 2px transparent;
}
#page .home-theme-10 .procurement-wrap.style-3 article .post-info {
  padding: 10px 8px;
}
#page .home-theme-10 .procurement-wrap.style-3 article:hover .post-header {
  background: white;
}
#page .home-theme-10 .procurement-wrap.style-3 .post-header {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .home-theme-10 .procurement-wrap.style-3 .post-info {
  width: 90%;
}
#page .home-theme-10 .procurement-wrap.style-3 article img {
  margin-top: -5px;
}

.post-overlay-style-8-v1 .vcps-item:hover {
  transform: scale(1.05);
}
.post-overlay-style-8-v1 .vc_posts-wrapper {
  overflow: hidden;
}
.home-theme-10 .post-basic-style-11-v2 .vcps-item {
  grid-gap: 0;
}
.home-theme-10 .post-basic-style-11-v2 .vcps-info {
  padding: 10px 15px;
}
#page .post-tab-style-10 .vc-post .vc-info {
  padding: 1rem 10px;
}
#page .post-tab-style-10 .vc-main-title .nav-sub-term-yp li:hover:after {
  display: none;
}
#page .thumbnail-link {
  justify-content: center;
  padding-bottom: 0;
}

#page .post-tab-style-10 .vc-view-all:hover {
  background: #0000;
}

#page .post-tab-style-10 .vc-view-all {
  position: relative;
}
#page .post-tab-style-10 .vc-view-all::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0%;
  left: 0%;
  color: #fff;
  background-color: #ddd;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
#page .post-tab-style-10 .vc-view-all:hover::before {
  width: 100%;
  left: 0%;
  opacity: 1;
  visibility: visible;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  height: 100%;
  top: inherit;
  bottom: 0;
}
#page .post-tab-style-10 .vc-view-all a {
  position: relative;
  z-index: 1;
}

/*header1*/
#main-header_10.main-header .main-object .v-container {
  grid-template-columns: 1fr 4fr;
  padding: 0;
}
#main-header_10.main-header .main-object {
  background: transparent;
}
#main-header_10.main-header .main-object .v-container img.custom-logo {
  min-height: 63px;
}
#main-header_10 .top-object .main-top {
  display: flex;
  justify-content: right;
  gap: 25px;
  align-items: center;
}
#main-header_10 .top-object {
  background: #ffbc1b;
  padding: 0 0;
}
#main-header_10 .size-box .box-size .text-size span.text-span,
#main-header_10 .color-box .box-color .text-color span.text-span {
  color: #fff;
}
.lang-box span.text-span {
  color: #fff;
  padding-right: 8px;
}
.lang-box li.current-lang a,
.lang-box li a:hover {
  background: #fff;
  color: #343338;
}
.lang-box li a {
  transition: all ease-in-out 150ms;
  border-radius: 0;
}
.pad-top {
  padding: 8px 0;
}
.lang-box li a {
  font-size: 18px;
}
#main-header_10 ul.social-ul li a {
  border: 1px solid #ffffff;
  background-color: transparent;
}
#main-header_10 ul.social-ul li a svg {
  fill: #ffffff;
  height: 22px;
  width: 22px;
  stroke: #ffbc1b;
}
.search-h_box button.btn-search_h svg {
  stroke-width: 1px;
  width: 18px;
  height: 18px;
}
.main-object_s .s-object.object-2 {
  position: unset;
}
#main-header_10 .bottom-object {
  background: #fff;
  position: relative;
  border-top: 1px solid #ededed;
  box-shadow: 0 5px 8px rgb(103 103 103 / 11%);
}
#main-header_10 .bottom-object li:hover a {
  color: #000;
}

#main-header_10 .bottom-object li a {
  color: #000;
  text-decoration: unset;
  width: 100%;
}
#main-header_10 .bottom-object li:hover {
  background: #f99736;
}
#main-header_10 .bottom-object li {
  transition: all ease-in-out 350ms;
  min-height: 60px;
}
#main-header_10 .menu-item-has-children .sub-menu svg {
  stroke-width: 1px;
  top: 6px;
}
#main-header_10 ul.social-ul li svg {
  stroke: #275d3b;
}
#main-header_10.main-header.fixed .main-object {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  box-shadow: 0 5px 8px rgb(103 103 103 / 11%);
}
.admin-bar #main-header_10.main-header.fixed .main-object {
  top: 31px;
}
header .menu-primary_home ul.menu li > a,
header .menu-primary_home ul.menu svg {
  color: #000;
  text-decoration: unset;
  stroke: #000;
}
header.fixed .menu-primary_home ul.menu li > a,
header.fixed .menu-primary_home ul.menu svg {
  color: #000;
  stroke: #000;
}
header .menu-primary_home ul.menu li > a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  transition: all ease-in-out 350ms;
}
header .menu-primary_home ul.menu li > a:hover:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #f99736;
}
header .menu-primary_home ul.sub-menu li > a:after {
  content: unset;
}
header .menu-primary_home ul.sub-menu li > a:hover:after {
  content: unset;
}
.desktop_menu li.menu-item-has-children > .sub-menu li a {
  width: 100%;
}
header .menu-primary_home ul.sub-menu li > a,
header .menu-primary_home ul.sub-menu svg {
  color: #000;
  stroke: #000;
}
/*destop medium*/
@media (max-width: 1600px) {
}
/*laptop*/
@media (max-width: 1280px) {
}
/*ipad pro (large tablet)*/
@media (max-width: 1024px) and (min-width: 992px) {
  header.section-header .sub-object .v-container {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 99px rgb(118 118 118 / 10%);
  }
  .main-header .toggle-icon svg {
    color: #000;
  }
  .main-header > .main-object,
  .main-header > .sub-object {
    display: none;
  }
  .main-header > .mobile-object {
    display: block;
  }
  .mobile-object .main-object {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 15px 2em;
    align-items: center;
  }
  .mobile-object .main-object .object-2 {
    display: flex;
    justify-content: flex-end;
  }
  .mobile-object .main-object .object-2 .main-navigation {
    margin: 0;
  }
  .mobile-object .main-object .object-2 .toggle-search {
    margin-right: 15px;
  }
  .mobile-object .main-object .object-2 .toggle-search svg {
    width: 23px;
    color: #0074bc;
    margin-right: 0;
  }
  .site-branding img {
    margin: 0;
  }
  .social-box .social-list {
    padding: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .social-box .social-list .l-sc a {
    width: 40px;
    height: 40px;
  }
  .main-header > .main-object {
    display: block;
    box-shadow: none;
    background: #f99736;
  }
  .main-header > .main-object .v-container {
    grid-template-columns: 1fr;
    padding: 10px 2em !important;
  }
  .main-header > .main-object .object-1 .site-branding {
    display: none;
  }
  .main-header .main-object .v-container > .object-2 {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .main-header .main-object .v-container > .object-2 .social-box {
    display: none;
  }
  .color-box .box-color .button-color .object-1.btn-c1 span {
    color: #fff;
    background: #945e08;
    border-color: #945e08;
  }
  .size-box .box-size .text-size span.text-span,
  .color-box .box-color .text-color span.text-span {
    color: #fff;
  }
  .btn-size .span-btn {
    background: #fff;
    border-radius: 50px;
  }
  .size-box .box-size .button-size .object-2 span {
    border-color: #fff;
    background: #fff;
  }
  #toggle-main-menu {
    margin-right: 0;
    margin-top: 0;
    height: auto;
    padding: 0;
  }
  .custom-logo-link {
    display: grid;
  }
  .color-box .box-color .button-color span {
    font-size: 18px !important;
    width: 15px;
    height: 15px;
  }
  .lang-box select {
    font-size: 18px;
  }
  .size-box .box-size .text-size span.text-span,
  .color-box .box-color .text-color span.text-span {
    font-size: 18px;
  }
  .size-box .box-size .button-size .object-2 span,
  .color-box .box-color .button-color .btn-color span {
    width: 26px;
    height: 26px;
    font-size: 23px;
    color: #000;
  }
  .btn-size .span-btn svg {
    width: 14px;
    height: 14px;
  }
  .main-header .main-object .v-container > .object-2 > div {
    padding-right: 10px;
  }
  .main-header .main-object .v-container > .object-2 > div:last-child {
    padding-right: 0;
  }
  .site-branding img {
    max-height: 50px;
  }
  #main-header_3 img.custom-logo {
    max-height: 50px;
  }
  .sec-toggle {
    display: none;
  }
  .x-close {
    position: relative;
  }

  .x-close span.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #f44336;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
  }
  .x-close span.btn-close svg {
    stroke: #fff;
  }
  .lang-box {
    display: block;
  }
  .size-box .box-size .text-size span.text-span,
  .color-box .box-color .text-color span.text-span {
    display: none;
  }
  .current_btn_lang svg {
    margin-left: 0;
    margin-bottom: 0;
    stroke: #343338;
    width: 15px;
    height: 15px;
    display: block;
  }
  .lang-box .current_btn_lang.languages__item--current {
    display: flex;
    align-items: center;
  }
  .lang-box .current_btn_lang.languages__item--current span {
    font-size: 18px;
    font-weight: 600;
  }
  .lang-box .current_btn_lang.languages__item--current img {
    height: 25px;
    object-fit: cover;
    width: 25px;
    margin: 0;
    margin-right: 8px;
  }
  .languages-yp {
    width: auto;
  }
  a.languages__item {
    font-size: 18px;
    text-decoration: unset;
  }
  .main-header .main-object .v-container > .object-2 {
    gap: 15px;
  }
  .mobile-object .main-object .object-2 .toggle-search {
    display: none;
  }
  #main-header_3 .site-branding {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
  }
  .lang-box {
    display: flex;
  }
  .admin-bar .main-header {
    top: 0;
  }
  .main-header.fixed .mobile-object {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .main-header.fixed {
    position: relative;
    top: 0;
  }
  .main-header {
    position: relative;
  }
  #carousel_home_banner svg {
    width: 15px;
    height: 15px;
  }
  .leftbar_side ul.social-ul li a {
    width: 30px;
    height: 30px;
  }
  #main-header_10.main-header > .main-object {
    display: none;
  }
  .main-top .social-list {
    display: none;
  }
  .admin-bar #main-header_10.main-header.fixed .main-object {
    top: 0;
  }
}
@media (max-width: 991.98px) {
  #page .home-theme-10 .procurement-wrap.style-3 .post-header {
    width: 20%;
  }
  #page .home-theme-10 .procurement-wrap.style-3 .post-info {
    width: 80%;
  }
  header.section-header .sub-object .v-container {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 99px rgb(118 118 118 / 10%);
  }
  .main-header .toggle-icon svg {
    color: #000;
  }
  .main-header > .main-object,
  .main-header > .sub-object {
    display: none;
  }
  .main-header > .mobile-object {
    display: block;
  }
  .mobile-object .main-object {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 15px 2em;
    align-items: center;
  }
  .mobile-object .main-object .object-2 {
    display: flex;
    justify-content: flex-end;
  }
  .mobile-object .main-object .object-2 .main-navigation {
    margin: 0;
  }
  .mobile-object .main-object .object-2 .toggle-search {
    margin-right: 15px;
  }
  .mobile-object .main-object .object-2 .toggle-search svg {
    width: 23px;
    color: #0074bc;
    margin-right: 0;
  }
  .site-branding img {
    margin: 0;
  }
  .social-box .social-list {
    padding: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .social-box .social-list .l-sc a {
    width: 40px;
    height: 40px;
  }
  .main-header > .main-object {
    display: block;
    box-shadow: none;
    background: #f99736;
  }
  .main-header > .main-object .v-container {
    grid-template-columns: 1fr;
    padding: 10px 2em !important;
  }
  .main-header > .main-object .object-1 .site-branding {
    display: none;
  }
  .main-header .main-object .v-container > .object-2 {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .main-header .main-object .v-container > .object-2 .social-box {
    display: none;
  }
  .color-box .box-color .button-color .object-1.btn-c1 span {
    color: #fff;
    background: #945e08;
    border-color: #945e08;
  }
  .size-box .box-size .text-size span.text-span,
  .color-box .box-color .text-color span.text-span {
    color: #fff;
  }
  .btn-size .span-btn {
    background: #fff;
    border-radius: 50px;
  }
  .size-box .box-size .button-size .object-2 span {
    border-color: #fff;
    background: #fff;
  }
  #toggle-main-menu {
    margin-right: 0;
    margin-top: 0;
    height: auto;
    padding: 0;
  }
  .custom-logo-link {
    display: grid;
  }
  .color-box .box-color .button-color span {
    font-size: 18px !important;
    width: 15px;
    height: 15px;
  }
  .lang-box select {
    font-size: 18px;
  }
  .size-box .box-size .text-size span.text-span,
  .color-box .box-color .text-color span.text-span {
    font-size: 18px;
  }
  .size-box .box-size .button-size .object-2 span,
  .color-box .box-color .button-color .btn-color span {
    width: 26px;
    height: 26px;
    font-size: 23px;
    color: #000;
  }
  .btn-size .span-btn svg {
    width: 14px;
    height: 14px;
  }
  .main-header .main-object .v-container > .object-2 > div {
    padding-right: 10px;
  }
  .main-header .main-object .v-container > .object-2 > div:last-child {
    padding-right: 0;
  }
  .site-branding img {
    max-height: 50px;
  }
  #main-header_3 img.custom-logo {
    max-height: 50px;
  }
  .sec-toggle {
    display: none;
  }
  .x-close {
    position: relative;
  }

  .x-close span.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #f44336;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
  }
  .x-close span.btn-close svg {
    stroke: #fff;
  }
  .lang-box {
    display: block;
  }
  .size-box .box-size .text-size span.text-span,
  .color-box .box-color .text-color span.text-span {
    display: none;
  }
  .current_btn_lang svg {
    margin-left: 0;
    margin-bottom: 0;
    stroke: #343338;
    width: 15px;
    height: 15px;
    display: block;
  }
  .lang-box .current_btn_lang.languages__item--current {
    display: flex;
    align-items: center;
  }
  .lang-box .current_btn_lang.languages__item--current span {
    font-size: 18px;
    font-weight: 600;
  }
  .lang-box .current_btn_lang.languages__item--current img {
    height: 25px;
    object-fit: cover;
    width: 25px;
    margin: 0;
    margin-right: 8px;
  }
  .languages-yp {
    width: auto;
  }
  a.languages__item {
    font-size: 18px;
    text-decoration: unset;
  }
  .main-header .main-object .v-container > .object-2 {
    gap: 15px;
  }
  .mobile-object .main-object .object-2 .toggle-search {
    display: none;
  }
  #main-header_3 .site-branding {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
  }
  .lang-box {
    display: flex;
  }
  .admin-bar .main-header {
    top: 0;
  }
  .main-header.fixed .mobile-object {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .main-header.fixed {
    position: relative;
    top: 0;
  }
  .main-header {
    position: relative;
  }
  #carousel_home_banner svg {
    width: 15px;
    height: 15px;
  }
  .leftbar_side ul.social-ul li a {
    width: 30px;
    height: 30px;
  }
  #main-header_10.main-header > .main-object {
    display: none;
  }
  .main-top .social-list {
    display: none;
  }
  .admin-bar #main-header_10.main-header.fixed .main-object {
    top: 0;
  }
}
/*iphone8 (smartphone)*/
@media (max-width: 575.98px) {
  .social-box .social-list .l-sc a {
    width: 30px;
    height: 29px;
  }
  .social-box .social-list .l-sc a {
    width: 30px;
    height: 29px;
  }
  .main-header > .main-object .v-container {
    padding: 7px 1.5em !important;
  }
  .mobile-object .main-object {
    grid-template-columns: 2fr 1fr;
    padding: 10px 1.5em;
    background: rgb(255 255 255);
  }
  .mobile-object .main-object .object-2 .toggle-search {
    margin: 0;
    margin-right: 8px;
  }
  .mobile-object .main-object .object-2 .toggle-search svg {
    width: 20px;
    color: #343338;
    padding-top: 1px;
    margin-right: 0;
  }
  .mobile-object .main-object .object-2 .main-navigation {
    width: auto;
    display: flex;
    align-items: center;
  }
  .v-container {
    padding: 0 1.5em;
  }
  .main-footer .main-object .logo-sec img {
    max-width: 90px !important;
  }
  .main-footer .main-object {
    grid-template-columns: 1fr;
    padding-bottom: 2em;
  }
  .main-footer .sub-object {
    padding: 0.8em 15px 0.5em;
    grid-template-columns: 1fr;
    text-align: center;
    position: relative;
    display: block;
  }
  .main-footer .sub-object span.text-span {
    font-size: 18px;
  }
  .main-footer .sub-object nav ul {
    display: block;
    text-align: center;
  }
  .main-footer .sub-object nav li {
    display: inline-block;
  }
  .main-footer .sub-object nav li a {
    font-size: 18px;
  }
  .main-footer .main-object h3.title-footer {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0px;
    font-size: 18px;
  }
  .main-footer .social-box .social-list {
    position: relative;
    justify-content: center;
  }
  .main-tog span.span-toggle {
    display: none;
  }
  header .sec-search_box {
    display: none;
  }
  .popup_search .box-search {
    text-align: center;
  }
  .box-search h3 {
    color: #343338;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .main-header {
    z-index: 99;
    width: 100%;
  }
  .x-close {
    position: relative;
  }

  .x-close span.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #f44336;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
  }
  .x-close span.btn-close svg {
    stroke: #fff;
  }
  .lang-box {
    display: flex;
  }
  .size-box .box-size .text-size span.text-span,
  .color-box .box-color .text-color span.text-span {
    display: none;
  }
  .current_btn_lang svg {
    margin-left: 0;
    margin-bottom: 0;
    stroke: #343338;
    width: 15px;
    height: 15px;
    display: block;
  }
  .lang-box .current_btn_lang.languages__item--current {
    display: flex;
    align-items: center;
  }
  .lang-box .current_btn_lang.languages__item--current span {
    font-size: 18px;
    font-weight: 600;
  }
  .lang-box .current_btn_lang.languages__item--current img {
    height: 25px;
    object-fit: cover;
    width: 25px;
    margin: 0;
    margin-right: 8px;
  }
  .languages-yp {
    width: 114px;
  }
  a.languages__item {
    font-size: 18px;
    text-decoration: unset;
  }
  .main-header .main-object .v-container > .object-2 {
    gap: 15px;
  }
  .mobile-object .main-object .object-2 .toggle-search {
    display: block;
  }
  .quick_links .main-object {
    grid-template-columns: 1fr;
  }
  .object-quick.object-1 {
    text-align: center;
    padding: 8px 1.5em;
  }
  .object-quick.object-2 .quick-container {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1px;
  }
  .item-quick-links {
    margin: 0 !important;
  }
  .yp-row.auto-grid.quick_links {
    display: block;
  }
  .item-quick-links {
    grid-column: span 2;
    height: 80px;
  }
  .item-quick-links:nth-child(4),
  .item-quick-links:nth-child(5) {
    grid-column: span 3;
  }
  .admin-bar .main-header {
    top: 0;
  }
  .main-header.fixed .mobile-object {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .main-header.fixed {
    position: relative;
    top: 0;
  }
  .main-header {
    position: relative;
  }
  #main-header_10 .social-list {
    display: none;
  }
  .lang-box span.text-span {
    display: none;
  }
  .color-box .box-color .button-color span {
    width: 15px !important;
    height: 15px !important;
  }
  .color-box .box-color .button-color .btn-color span.active,
  .color-box .box-color .button-color .btn-color span:hover {
    height: 24px !important;
    width: 24px !important;
  }
}
/*iphone5 (small smartphone)*/
@media (max-width: 360px) {
}
