/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1700px) {
  .header-menu {
    flex: 0 0 auto;
    width: 100%;
    max-width: 1070px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1399px) {
  .header-menu ul li a.logo {
    width: 202px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .logo img {
    max-width: 137px;
  }
  .header-menu {
    max-width: 959px;
  }
  .header-wrapper .btn-main {
    margin-left: 0px;
  }
  .section.hero-area {
    min-height: 750px;
    padding-bottom: 100px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
  .header-wrapper .btn-main {
    margin-left: 0px;
    display: none;
  }
  .btn-main {
    height: 30px;
    width: 117px;
    line-height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .news-social {
    width: 70px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
  .hero-bottom-row {
    height: 80px;
  }
  .bottomItem-img img {
    max-width: 50px;
  }
  .bottomItem-content--title {
    font-size: 14px;
  }
  .bottomItem-content--text {
    font-size: 12px;
  }
  .video-area {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    height: 306px !important;
  }
  .footer-logo img {
    max-width: 108px;
  }
  .hero-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  .header-wrapper {
    padding: 25px 0px;
  }
  .section.hero-area {
    background-position: -203px;
  }
  .header-logo a img {
    max-width: 160px;
  }
  .header-wrapper {
    padding: 13px 0px;
  }
  .header {
    background-position: bottom;
  }
}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	#mini-icons {
		display: none;
	}
  .section.hero-area {
    background-position: left;
    min-height: auto;
    padding-top: 111px;
    padding-bottom: 53px;
  }
  .hero-bottom-row {
    height: auto;
  }
  .bottomItem {
    height: 58px;
  }
  .news-wrapper {
    flex-wrap: wrap;
  }
  .news-social a img {
    max-width: 20px;
    max-height: 21px;
  }
  .news-social a::after {
    width: 1px;
    height: 80%;
    content: "";
    position: absolute;
    background: #0b1f1f;
    bottom: inherit;
    right: 0px;
  }
  .news-social a {
    height: 64px;
  }

  .news-social {
    width: 100%;
    flex-direction: row;
  }
  .bottomItem-content {
    flex: 0 0 auto;
    width: 159px;
  }
  .news-header h4 {
    padding-top: 0px;
    width: 100%;
  }
  .news-header {
    flex-wrap: wrap;
  }
  .news-tabs {
    flex-wrap: wrap;
  }
  .news-tabs .nav .nav-link {
    padding: 22px 8px 20px 8px;
  }
  .news-tabs > a {
    font-size: 12px;
    padding-top: 0px;
    margin-left: 8px;
  }
  .news-header {
    padding: 0px 0px;
  }
  .news-header h4 {
    margin-bottom: 13px;
  }
  .thoriaNews-wrapper {
    padding: 0px 10px 14px;
  }
  .thoriaNews-header {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .bottom-menu ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 11px 20px;
  }
  .bottom-menu {
    margin: 26px auto;
  }
  .footer-copy {
    text-align: center;
  }
  .heroItem-img {
    flex: 0 0 auto;
    width: 40px;
  }
  .heroItem-img img {
    max-width: 40px;
  }

  .section.hero-area {
    padding-top: 200px;
    padding-bottom: 63px;
  }
}

/* Small devices  */
@media (min-width: 901px) {
  .space-footer {
    padding-bottom: 75px;
  }
}
