html, body {
    overflow-x: hidden;
    width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

em {
    width: 25%;
}

img {
  border-radius: 3px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}


a:active {
  background-color: transparent;
}

.header-menu ul li,
.header-menu ul li a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.header-menu ul li:active,
.header-menu ul li:focus,
.header-menu ul li a:active,
.header-menu ul li a:focus {
  background-color: transparent !important;
  outline: none;
}

.header-menu ul li {
  touch-action: manipulation;
}


.header-menu ul li a {
  display: block;
}

.contact-footer ul li{
    cursor: pointer;
}

.contact-footer-li p {
    display: flex;
}

.contact-footer-li p a{
    margin-left: 5px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  -webkit-tap-highlight-color: transparent;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
li:active {
  background-color: transparent !important;
  outline: none;
}



/* -==============================================================menu-drop down========================= */


/* parent */
.has-submenu {
  position: relative;
}

/* submenu hidden */
 .submenu {
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s ease;
  z-index: 999;
}

/* show on hover */
.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* submenu items */
.submenu li {
  padding: 0;
  width: 100%;
}

.submenu li a {
  padding: 10px 16px;
  display: block;
  color: #333;
  font-weight: 500;
}

.submenu li a:hover {
  background: rgb(31 163 83);
  color: #fff;
}

.submenu li a:active {
  background: rgb(31 163 83);
  color: #fff;
}

.has-submenu.open .submenu {
  display: block;
}

.has-submenu.close .submenu {
 opacity: 0;
  visibility: hidden;
}

/* FOCUS (mobile / keyboard) */
.submenu li a:focus {
  background: transparent;
  color: #333;
  outline: none;
}

/* ==============================================================header-rek================================= */

.header-rek{
     background: #eee;   
     width: 100%;
}

.header-rek-inner{
    width: 80%;
     background: #eee; 
     height: 100px;
     display: flex;
     margin: auto;
     align-items: center;
     justify-content: center;
     padding: 5px;
}

.header-rek-img{
     width: 50%;
     height: 100%;
     object-fit: cover;
}

.header-rek-inner h1{
     width: 50%;  
     font-size: 18px;
     margin-left: 10px;
}


.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  transition: top 0.5s ease;
}

/* .header-hidden {
  top: -110px;
} */

.header-body {   
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.header-logo {
  display: flex;
  width: 50%;
  padding: 5px;
}

.header-logo img {
  position: relative;
  left: 10%;
  width: 65%;
  padding: 5px;
  height: 60px;
  background-color: #fff;
  border-radius: 3px;
}

.header-menu {
  width: 60%;
  display: flex;
  align-items: start;
  justify-content: center;
  cursor: pointer;
}

.header-menu ul {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1fa353;
}

.big-menu{
    margin-left: 15px;
}

.header-menu ul li {
  list-style-type: none;
  font-weight: 600;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.down-arrow {
  height: 12px;
}

.custom-dropdown select {
    width: 100%;
    padding: 10px 23px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
  }

.scroll-text {
  width: 100%;
  background: #fff;
  /* border: 1px solid #0d6efd; */
  display: flex;
  align-items: center;
  justify-content: start;
}

.body {
  /* position: relative;
  top: 110px; */
  width: 75%;
  padding: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee24;
  border-radius: 5px;
}

/*===============================news-ticker=========================*/

.scroll-text-text {
  height: 30px;
  text-align: center;
  z-index: 1;
  line-height: 30px;
  background-color: #ccc;
  padding: 2px 4px;
  left: 0;
}

.scroll-text-text-h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  padding: 0px 10px;
}

.news-ticker {
  width: 100%;
  padding: 5px 0px;
  background: #fff;
  overflow: hidden
}

.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.ticker {
  gap: 10px;
  display: inline-flex;
  animation: scroll-left 23s linear infinite;
  animation-play-state: running;
}

.ticker:hover {
  animation-play-state: paused;
}

.ticker-item {
  height: 30px;
  background-color: #dedede;
  display: flex;
  align-items: center;
  padding: 0 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #000;
}

.ticker-item:hover {
  background: #5887fe;
}

.ticker-item a {
  height: 40px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  text-decoration: none;
  color: #0d6efd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 5px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.ticker-item a:hover {
  color: white;
}

.ticker-item svg {
  padding-right: 25px;
}

.ticker-img-class {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticker-img {
  height: 18px;
  padding-right: 25px;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ==================================body================================ */

.body-inner {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 2%;
}

.daily-news {
  width: 100%;
  margin-bottom: 50px;
  /* background: orangered; */
}

.daily-news-inner {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 2%;
}

.daily-news-small-1 {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.daily-news-small-2 {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.daily-news-big {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.daily-news-big-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.news-big-category {
  width: 100%;
  padding: 5px 0px;
  /* background: #0d6efd; */
  font-weight: 600;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  display: flex;
  align-items: center;
  color: #aeaeae;
  justify-content: space-between;
}

.news-big-category-p {
  background: #1fa353;
  padding: 3px 8px;
  color: #eee;
}

.news-big-header {
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  cursor: pointer;
}

.news-big-header h1{
    color: #444;
    font-size: 26px;
  font-weight: 700;
}

.news-small-header h1{
    color: #444;
    font-size: 15px;
}

.news-small-header h1:hover{
     color: #000   
}

.news-big-header h1:hover {
  color: #000;
}

.news-big-destination {
  width: 100%;
  padding: 5px 0px;
  /* background: #0d6efd; */
  font-weight: 600;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  display: flex;
  align-items: center;
  color: #aeaeae;
  justify-content: space-between;
}

.news-big-info {
  padding: 5px 0px;
  /* background: #0d6efd; */
  font-weight: 400;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  display: flex;
}

.daily-news-small {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}

.daily-news-small-inner {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.daily-news-small-img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.news-small-category {
  width: 100%;
  padding: 5px 0px;
  /* background: #0d6efd; */
  font-weight: 500;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #aeaeae;
  justify-content: start;
  gap: 5px;
}

.news-small-category-p {
  background: #1fa353;
  padding: 3px;
  color: #eee;
  font-size: 14px;
  margin-right: 5px;
  width: max-content;
}

.news-body {
  width: 74%;
}

.tenders {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tenders-inner {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  border: 1px solid #0d6dfd2e;
  border-radius: 5px;
  cursor: pointer;
}

.tender-img {
  width: auto;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

.tenders-header {
  width: calc(100% - 70px);
}

.tender-time {
  padding: 4px 8px;
  font-size: 12px;
  color: #eee;
  font-weight: 600;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-bottom: 5px;
  background: #1fa353;
  border-radius: 5px;
}

.tender-time-class {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 5px;
}

/* =================================side news============= */

.all-news-hot{
     width: 100% !important;   
}


.hot-news {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.hot-news-inner {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
}

.hot-news-img {
  width: 40%;
  max-height: 100px;
  object-fit: cover;
}

.hot-news-category {
  font-size: 12px;
  width: 100%;
  padding-bottom: 5px;
  font-weight: 500;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  display: flex;
  align-items: flex-start;
  color: #aeaeae;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.hot-news-header h3 {
    color: #444;
  font-size: 12px;
  font-weight: 700;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  cursor: pointer;
}

.hot-news-header h3:hover {
    color: #000
}

.hot-news-desc {
  margin: 0 7px;
}

.hot-news-category-p {
  background: #1fa353;
  padding: 3px;
  color: #eee;
  font-size: 14px;
  margin-right: 3px;
  border-radius: 2px;
  width: min-content;
}

.reklama-ogt {
  width: 100%;
  height: 250px;
  background: #eee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eee;
  font-size: 20px;
  font-weight: 700;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.ogt-main {
  width: 90%;
  height: 90%;
  border: 2px #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part-header {
  width: 100%;
}

.part-header-inner {
  font-size: 24px;
  font-weight: 700;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-bottom: 15px;
  border-bottom: 1px solid #0d6efd;
  color: #1fa353;
}

.side-news {
  font-size: 18px;
  margin-bottom: -16px;
}

/* ======================================footer================= */

.footer {
  position: relative;
  top: 110px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #202733e6;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: #ffffff;
  font-weight: bold;
  padding: 20px;
}

.contact-footer {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-footer h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.contact-footer ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.contact-footer ul li {
  list-style-type: none;
}

.link-footer {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.link-footer-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  gap: 10px;
}

.link-footer-bot-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.link-footer ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.contact-footer-menu {
  border-top: 2px solid #ffffff59;
  padding: 20px;
}

.link-footer-menu ul li {
  list-style-type: none;
  font-weight: 600;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  cursor: pointer;
  /* background-color: #fff; */
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.link-img {
  height: 24px;
  font-weight: 900;
}

.contact-footer-li:hover {
  color: #0dc708;
  transition: all 0.5s ease;
}

.contact-footer-li p span:hover{
     color: #0dc708 !important;   
  transition: color 0.5s;
}

.contact-footer-li a:hover{
     color: #0dc708 !important; 
     transition: color 0.5s;
}

.contact-footer-li p span{
     color: #fff !important;   
  transition: color 0.5s;
}

.contact-footer-li a{
     color: #fff!important; 
     transition: color 0.5s;
}

.store-icon {
  height: 38px;
}

.footer-middle{
     width: 33.333%;
     display: flex;
     align-items: center;
     justify-content: center;
}

.footer-middle-inner{
    width: 200px;
    height: auto;
}

.footer-middle-inner img {
     width: 100%;
     height: 100%;
}

/* =======================back to top =================== */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border: none;
  font-weight: bold;
  border-radius: 50%;
  background-color: #ffffffc9;
  color: #0dc708;
  border: 7px solid #0dc708;
  font-size: 22px;
  cursor: pointer;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#backToTop:hover {
  transform: scale(1.1);
}


/* ===================================tender================= */

.tender-container {
 /*  position: relative;
 top: 110px; */
  width: 70%;
  margin: auto;
  display: flex;
  align-items: start;
  gap: 2%;
  justify-content: start;
  margin-top: 10px;
}

.tender-container-inner {
  width: 74%;
}

.tender-catalogs {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #0d6efd;
  padding: 10px 0;
  padding-bottom: 30px;
  margin: 20px 0;
}

.tender-catalog {
  padding: 8px 12px;
  color: #0d6efd;
  cursor: pointer;
}

.tender-catalog.active {
  color: #1fa353;   
}

.tenders {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tender {
  padding: 15px 0;
  border-bottom: 1px dashed #555;
}

.tenders-time {
  font-size: 14px;
  padding: 3px 5px;
  display: flex;
  gap: 10px;
}

.tender-time-1 {
  padding: 4px 8px;
  font-size: 12px;
  color: #eee;
  font-weight: 600;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-bottom: 5px;
  border-radius: 2px;
}

.tender-time-start {
  background: #1fa353;
}

.tender-time-end {
  background: #ababab;
}

.tender h3 {
  font-size: 17px;
  cursor: pointer;
  margin: 8px 0;
}

.tender h3:hover {
  color: #1fa353;
}

.tender-text p {
  font-size: 14px;
  color: #555;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-bottom: 10px;
}

.tender-text {
  display: flex;
}

.tender-destinition {
  display: flex;
}

.tender-destinition span {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tender-destinition span img {
  height: 16px;
}

.tender-destinition p {
  font-size: 13px;
  color: #888;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.tender a {
  text-decoration: none;
  color: inherit;
}

/* =======================tenders-pagination============= */

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.page-btn {
  padding: 8px 14px;
  border: 1px solid #0d6efd;
  background: #fff;
  color: #0d6efd;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.page-btn:hover {
  background: #0d6efd;
  color: #fff;
}

.page-btn.active {
  background: #0d6efd;
  color: #fff;
}

.page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}



/* ========================all-news-outer-container========== */

.all-news-outer-container {
  /*   position: relative;
  top: 110px; */
  width: 80%;
  margin: auto;
  margin-bottom: 100px;
  display: flex;
  gap: 2%;
  margin-top: 20px;
}

.left-all-news-container {
  width: 20%;
}

.left-all-news {
  width: 100%;
}

.left-all-news {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.left-all-news-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.left-all-news-img {
  width: 100%;
}

.left-all-news-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #aeaeae;
}

.left-all-news-category-p {
  background: #1fa353;
  padding: 3px 8px;
  color: #eee;
  font-size: 14px;
  margin: 8px 0;
  border-radius: 3px;
}

.left-all-news-header h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  cursor: pointer;
}

.all-news-container {
  width: 56%;
}

.right-hot-news {
  width: 26%;
}

.news-header-inner {
  font-size: 28px;
  color: #1fa353;
}

.news-body-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.news-single {
  display: flex;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px dashed #5555556c;
  align-items: flex-start;
}

.img-container {
/*   margin: auto; */
  height: 160px;
}

.img-container img {
  height: 160px;
  width: 206px;
  object-fit: contain;
}

.news-info-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-info-container h3 {
  font-size: 20px;
  cursor: pointer;
}

.news-info-container h3:hover {
  color: #1fa353;
}

.news-time-container {
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #888;
}

.news-desc-container {
  color: #555;
}

.news-desc-container p{
 font-size: 16px;
}
    




/* ==========================single-news=========== */

.news-container-outer {
   /*  position: relative;
   top: 110px; */
  display: flex;
  width: 85%;
  /* background: #f5f5f56b; */
  margin: auto;
  margin-top: 10px;
  gap: 2%;
  margin-bottom: 50px;
}

.news-container {
  width: 74%;
}

.news-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.news-img-inner {
  width: 90%;
}

.news-single-img {
  width: 100%;
  object-fit: cover;
}

.news-single-text {
  position: relative;
  font-size: 12px;
  left: 5px;
}

.news-single-text p {
  font-size: 16px;
  color: #343434;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-bottom: 10px;
  line-height: 1.6;
}

.tender-time-class-2 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.tender-time-2 {
  background-color: #949494;
}

.tenders-header-2 {
  width: 100%;
}

.tender-title-2 {
  margin-bottom: 10px;
}

.see-more-news {
  width: 100%;
  margin-top: 40px;
}

.see-more-news-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 15px;
}

.see-more-news-single {
  width: 200px;
  cursor: pointer;
  margin-right: 20px;
}

.see-more-news-single img {
  width: 100%;
 /*  object-fit: cover; */
  border-radius: 5px;
  max-height: 133px;
  min-height: 123px;
}


/* =========================================================tender-one========================= */


.tender-one-container{
    width: 100%;
    display: flex;
    gap: 2%;
    margin-bottom: 40px;
}

.tender-one-container-inner{
 width: 72%;   
}

.tender-one-container-inner h3{
     font-size: 36px;   
}

.tender-one-text{
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 200;
}

.information-tender-one{
   display: flex;
   align-items: center;
}

.information-tender-one span{
   width: 15px;
   height: 15px;
   margin-right: 10px;
}

.information-tender-one span img{
    width: 100%;
    height: 100%;
}


.tender-one-info{
     display: flex;
     flex-direction: column;
     gap: 10px;
}
   
   
.contact-footer-li img {
     height: 20px;
     width: 20px;
}

.hot-news-rek{
    width: 100%;
    height: 200px;
    display: flex;
}

.hot-news-rek-img{
    object-fit: contain;
    width: 100%;
    height: auto;
}
    
    
    
    
    /*  ======================================================responsive========================= */
    
    
.date-time{
     font-size: 14px;   
}
    
    
    
.vacancy-3{
     width: 100%;
     display: flex;
}

.vacancy-inner-3{
     margin: auto;   
}

.contact-h1{
     max-width: 400px;   
}

.icon-class{
     width: 20px;
     height: 20px;
}

/*  ======================================================responsive========================= */





@media (max-width: 1024px) {
.hot-news-inner{
  flex-direction: column;
  align-items: center;
}
.hot-news-img{
 width: 70%;
 margin: 10px auto;
}
}

@media (max-width: 1000px) {
  .hot-news {
    display: none;
  }
  .news-body {
    width: 95%;
  }
}

.hamburger {
  display: none;
}

@media (max-width: 768px) {
  .news-body {
    width: 100%;
  }
  .daily-news-inner {
    flex-direction: column;
  }
  .daily-news-big,
  .daily-news-small {
    width: 100%;
  }
  .daily-news-small-inner {
    width: 100%;
  }
  .daily-news-small-1 {
    gap: 10px;
  }
  .daily-news-small-2 {
    gap: 10px;
  }
  .header-logo img {
    width: 90%;
  }
  
  .header-menu {
    position: absolute;
    top: 70px;
    left: 0;
    margin-left: 20px;
    width: 100%;
    background: #fff;
    z-index: 10;

    max-height: 0;
    opacity: 0;

    pointer-events: none;

    transition: max-height 0.4s ease, opacity 0.3s ease;
  }

  .header-menu ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
  }

  .hamburger span {
    width: 25px;
    height: 3px;
    background: #000;
  }


  .header-menu.show {
    max-height: 300px;
    opacity: 1;
    pointer-events: auto;
  }

  .header-menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  
  .header-menu ul li {
    width: 100%;
  }
  
  .header-menu ul li a{
      width: fit-content;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
  }

  .header-body {
    position: relative;
    right: 20px;
  }
  
  .tender-container-inner{
      width: 100%;
  }
  
  .header-rek-inner{
       width: 95%;
       font-size: 12px;
  }
}

@media (max-width: 600px) {
  .footer {
    flex-direction: column;
  }
  .contact-footer{
      width: 100%;
  }
  .link-footer{
       width: 100%;   
  }
  
  .footer-middle-inner{
   margin-bottom: 50px;   
  }
  
  .news-single{
      flex-direction: column;
  }
  
  .img-container{
       margin: auto;
       height: 200px;
  }
  
  .img-container img{
       width: 100%;
       height: 100%;
  }
  
  .header-rek-inner h1{
       font-size: 12px;   
  }
}

@media (max-width: 560px) {
.header-logo img {
    width: 100%;
  }
}

@media (max-width: 433px) {
.header-logo {
    width: 70%;
  }
 .body{
  width: 100%;
  padding: 10px 20px;
 }
}

@media (max-width: 1000px) {
  .tender-container {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .left-all-news-container {
    display: none;
  }
  .all-news-outer-container {
    margin: auto;
    width: 95%;
    align-items: center;
    justify-content: center;
  }
  .all-news-container {
    width: 100%;
  }
  .tender-one-container-inner{
       width: 100%;   
  }
}

@media (max-width: 1000px) {
  .news-container-outer {
    width: 95%;
  }
  .news-container {
    width: 100%;
  }
  .see-more-news-single {
    margin-right: 0;
  }
  .see-more-news-inner {
    justify-content: center;
  }
}

@media (max-width: 1500px) {
  .news-container-outer {
    width: 95%;
  }
  .news-container {
    width: 100%;
  }
  .see-more-news-single {
    margin-right: 0;
  }
  .see-more-news-inner {
    justify-content: center;
  }
}


/* MOBILE MENU BLUE BACKGROUND FIX */
.header-menu,
.header-menu * {
  -webkit-tap-highlight-color: transparent !important;
}

.header-menu:active,
.header-menu:focus,
.header-menu.show {
 
  outline: none !important;
}

/* hamburger basylanda hem */
.hamburger,
.hamburger * {
  -webkit-tap-highlight-color: transparent !important;
}

.hamburger:active {
  background-color: transparent !important;
}

