header .text-header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  width: 100%;
}
header .text-header p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
header .text-header .container{
  background: #fff;
  border-radius: 10px;
}
header .text-header .info-contact{
  margin-left: 20px;
}
.info-contact h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 40px;
}
.info-contact hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid black;
    width: 150px;
    margin-left: 0;
}
.info-contact p {
    font-size: 14px;
    font-weight: normal;
}
.contact-map{
  width: 100%;
  padding: 35px 20px 35px 0;
}
@media (min-width: 1200px) {
  /*.container {
    max-width: 1366px;
  }*/
}
@media (max-width: 1024px) {
/*  .main-content #blogs .blog-new .list-blog-new ul li:last-child {
    display: none;
  }

  .main-content #blogs .blog-new .list-blog-new ul li:nth-child(2) {
    border: none;
  }*/
}

@media (max-width: 991.98px) {
 
  header .top-menu .logo{
    width: 60px;
    /*margin-top: 10px;*/
  }
  header .top-menu .main-menu ul{
    padding-left: 0;
  }
  .text-header{
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .contact-map iframe{
    height: 290px;
  }
  .banner-header{
    display: none;
  }
  header .text-header {
    position: unset;
    transform: unset;
  }
  header .header {
    background: #f1f1f1;
  } 
  .contact-map {
	  padding:0;
  }
}
@media (max-width: 767.98px) {
  .hidden-menu {
    display: none;
  }
  
  .menu-mobile i {
    color: black;
  }

  .contact-map iframe{
    height: 250px;
  }

  .top-menu.fixed-top-menu,
  .top-menu.fixed-top-menu-bg {
    position: unset;
  }
  .text-header{
    background: #f1f1f1;
    padding: 50px 0 20px;
  }
/*  .banner-header{display: none;}
  header .header{
    height: 900px;
    background: #f1f1f1;
  }*/
  
}

@media (max-width: 575.98px) {

	header .text-header {
		display: block;
	}
}

@media (max-width: 420px) {
  header .text-header h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
