/*===============================
RESPONSIVE
================================*/

.mobile-devices-only {
  display: none;
  /* z-index: 9999; */
  position: relative;
}

@media only screen and (max-width: 992px) {
  .mobile-devices-only {
    display: block;
  }
}

/*===============================
ALL
================================*/



@media only screen and (min-width: 2000px) {
  .assets-modal .top-row .map img {
    width: 100%;
    height: 100%;
  }
}

body.show-navbar-menu .navbar-menu {
  opacity: 1;
  visibility: visible;
  right: 0px;
  position: fixed;
  top: 0px;
}

body.show-navbar-menu .close-menu {
  opacity: 1;
  visibility: visible;
}

.overlay {
  height: 100% !important;
  overflow: auto;
  position: fixed !important;
}

.overlay-rate {
  height: 100% !important;
  overflow: auto;
  position: fixed !important;
}

.assets-modal {
  margin: 40px auto;
}

@media only screen and (max-width: 992px) {
  .assets-modal {
    width: 92% !important;
  }

  footer {
    min-height: auto;
    padding-top: 30px;
  }

  footer .footer-background-image {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .wrapper-content-section {
    padding: 0 15px;
  }
  .text__primary {
    font-size: 15px !important;
    line-height: 19px;
    /* margin-bottom: 0 !important; */
  }
  .title__primary {
    font-size: 18px;
  }
  .title__secondary {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 27px;
  }
  .d-sm-none {
    display: none !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }

  footer {
    padding-top: 20px;
  }

  footer .footer-background-image {
    margin-top: 20px;
  }
  .assets-modal .top-row {
    display: block !important;
  }
  .assets-modal .top-row .map {
    float: none !important;
    width: 100% !important;
  }
  .assets-modal .top-row .details {
    float: none !important;
    width: 100% !important;
  }
  .assets-modal .top-row .details .titles,
  .assets-modal .top-row .details .numbers,
  .assets-modal .top-row .details .other_info {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .assets-modal .bottom-row .info {
    padding: 30px !important;
  }
  .assets-modal .top-row .details .other_info p {
    margin-bottom: 0;
  }
  select.float-left {
    padding-right: 32px;
  }
}

/*===============================
ALL TOP MENU
================================*/

@media only screen and (max-width: 992px) {
  .top-menu {
    padding: 13px 38px;
  }
}

@media only screen and (max-width: 768px) {
  .top-menu {
    padding: 13px 0;
  }

  .top-menu .top-menu-logo {
    width: 80px;
  }
}

/* burger menu */

.burger-menu .burger {
  width: 21px;
  height: 2px;
  background-color: #092639;
}
.burger-menu .burger:first-child {
  margin-bottom: 5px;
}
.burger-menu .burger:nth-child(2) {
  margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .burger-menu {
  }
}
@media only screen and (max-width: 640px) {
  .burger-menu {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .burger-menu {
    margin-left: 8px;
  }
  .top-menu > div.col-xl-7 {
    padding-right: 0;
  }
}
/* close menu */

.close-menu {
  z-index: 20000;
  position: relative;
  top: 0px;
  right: -4px;
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
}

.close-menu {
  /* baru yang replace di atas */

  width: auto;
}

.text-apac {
  display: none;
  font-size: 13px;
  color: #ffffff;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.close-menu .close-btn {
  position: relative;
  top: 6px;
}

.close-menu .close-custom {
  width: 32px;
  height: 3px;
  margin-bottom: 4px;
  background-color: #fff;
  position: relative;
}

.close-menu .close-custom:first-child {
  transform: rotate(-45deg);
  top: 20px;
}
.close-menu .close-custom:nth-child(2) {
  transform: rotate(45deg);
  top: 14px;
}

@media only screen and (max-width: 640px) {
  .close-menu {
  }
  .close-menu .close-custom {
    width: 20px;
    height: 2px;
  }
}

/* navbar menu */

@media only screen and (max-width: 992px) {
  .text-apac {
    display: initial;
  }

  .navbar-menu {
    z-index: 10000;
    position: fixed;
    width: 62%;
    height: 100%;
    right: -100%;
    top: 0;
    padding: 21px 25px;
    background-color: rgba(1, 38, 57, 1);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .navbar-menu .nav_logo {
    display: block;
    margin-bottom: 30px;
    float: left;
  }

  .navbar-menu a,
  .navbar-language a {
    color: #fff;
    font-size: 20px;
    padding: 15px 0px !important;
    line-height: normal !important;
    text-align: left;
    text-transform: capitalize;
    display: block !important;
  }

  .navbar-language {
    margin: none;
  }

  .navbar-menu > * {
    border-top: 1px solid rgba(255, 255, 255, 1);
  }

  .navbar-menu .text-apac {
    border-top: 0px;
  }

  .navbar-menu .clear {
    border-top: 0px;
  }

  .navbar-menu > img,
  .navbar-menu .close-menu {
    border-top: 0px;
    float: right;
  }

  .navbar-menu > a {
    width: 100%;
  }

  .navbar-language {
    display: table;
    clear: both;
    margin: 0;
  }
  .navbar-language a {
    float: left;
  }

  .rate_table img.asset_icon {
    border: 1px solid #fff;
    border-radius: 50px;
  }

  .rate_table {
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .rate_table .down,
  .rate_table .up {
    font-size: 10px;
    display: initial !important;
    padding: 0px !important;
  }

  .other_rates {
    position: relative;
    bottom: initial;
    background-color: initial !important;
    border-radius: 0px 0px 5px 5px;

    opacity: 1;
    display: block !important;
    right: initial;
  }

  .other_rates .rate_table tr {
    padding: 0px;
    border-bottom: 0px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .navbar-menu {
  }
  .navbar-menu > a,
  .navbar-language a {
    font-size: 18px;
    font-weight: normal;
  }
}

/*===============================
ALL FOOTER
================================*/

@media only screen and (max-width: 992px) {
  .footer-col {
    padding-right: 20px;
  }
  .footer-col li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .footer-row {
    display: unset !important;
  }
  .footer-col {
    width: 100% !important;
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .footer-col:first-child {
    margin-bottom: 40px;
  }
  .footer-col:last-child {
    margin-bottom: 0;
  }
  .footer-col img {
    width: 100px;
  }

  .motto-and-copy .copyright .float-left,
  .motto-and-copy .copyright .float-right {
    width: 100%;
    text-align: center;
  }
}

/*===============================
ALL MOTTO AND COPY
================================*/

@media only screen and (max-width: 992px) {
  .motto-and-copy .motto span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .motto-and-copy .motto {
      line-height: 20px;
      padding: 20px 0px;
  }
  .motto-and-copy .copyright {
    padding: 20px;
  }
  .motto-and-copy .motto span {
    font-size: 16px;
  }
}

/*===============================
ALL FIRST => ABOUT, COMMUNITY, INDONESIA
================================*/

@media only screen and (max-width: 640px) {
  section.first {
    min-height: auto;
  }
  section.first.assets-page {
    height: auto;
  }

  /* About section - centered content */
  section.first.about {
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-position: 70% center;
    position: relative;
  }

  section.first.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
  }

  section.first.about .top-menu {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  section.first.about .first-about-content {
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    line-height: 18px;
    max-width: 100% !important;
    width: 100% !important;
    padding: 40px 15px 60px 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    z-index: 0;
  }

  /* Community section (Compliance & Sustainability) - centered content */
  section.first.community {
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-position: center center;
  }

  #sustainability section.first.community {
    background-position: 65% center;
    position: relative;
  }

  #sustainability section.first.community::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
  }

  section.first.community .top-menu {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  section.first.community .first-community-content {
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    line-height: 18px;
    max-width: 100% !important;
    width: 100% !important;
    padding: 40px 15px 60px 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    z-index: 0;
  }

  section.first.assets-page .first-assets-content {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    transform: translateY(0) !important;
    line-height: 24px;
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px 15px !important;
  }

  section.first.about .first-about-content > div {
    justify-content: flex-start !important;
  }

  section.first.about .first-about-content .page-menu a,
  section.first.community .first-community-content .page-menu a {
    font-size: 15px;
    margin-right: 0px;
    width: auto;
    display: block;
    vertical-align: middle;
  }
}

/* About & Community sections for smaller mobile screens */
@media only screen and (max-width: 630px) {
  section.first.about .first-about-content .page-menu a,
  section.first.community .first-community-content .page-menu a {
    font-size: 18px;
    line-height: 24px;
  }

  section.first.about .first-about-content .text__primary,
  section.first.community .first-community-content .text__primary {
    font-size: 13px;
    line-height: 17px;
  }
}

/*===============================
ALL OVERVIEW => ABOUT, COMMUNITY
================================*/

@media only screen and (max-width: 640px) {
  .overview-title {
    margin-bottom: 20px;
  }
  .overview-list {
  }
  .overview-list-title {
    margin-bottom: 20px;
  }
  .overview-list-text {
  }
}

/*===============================
PAGE HOME
================================*/

/* MAIN */

@media only screen and (max-width: 992px) {
  .main .content {
    height: 88%;
  }

  .main .content img.logo {
    width: 130px;
  }
}

/* FIRST */

.first-content h2 {
  margin-bottom: 20px;
}
.first-content h3 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  section.first .mountain {
    /* height: 161%; */
    top: 140px;
  }

  section.news {
    top: 89%;
  }

  .first-content {
    padding-bottom: 510px;
  }

  .first-content h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .first-content h3 {
    margin-bottom: 20px;
    font-size: 24px;
    width: 90%;
  }
  .first-content a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .first-content {
    padding-bottom: 510px;
  }
  .first-content h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .first-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: normal;
    width: 90%;
  }
  .first-content a {
    font-size: 10px;
  }
}

/* NEWS */

section.news .carousel-news-item .carousel-news-item span.category {
  font-size: 8px;
  margin-bottom: 4px;
}

section.news .carousel-news-item .carousel-news-item h4 {
  height: auto;
  line-height: 22px;
  margin-bottom: 2px;
}

section.news .carousel-news-item .carousel-news-item h4 span {
  width: 80%;
}

@media only screen and (max-width: 992px) {
  section.news > div {
    transform: translateY(-35%);
  }
  section.news .news-title-wrapper {
    /* margin-bottom: 20px; */
  }
  section.news #latest-news-text {
    /*padding-left: 15px;*/
    font-size: 16px;
  }
  section.news .view-all-news {
    padding-right: 15px;
    font-size: 16px;
  }
  section.news .carousel-news-item .date {
    font-size: 10px;
  }
  section.news .carousel-news-item span.category {
    font-size: 10px;
    margin-bottom: 10px;
  }
  section.news .carousel-news-item h4 {
    font-size: 15px;
    line-height: 18px;
    height: auto;
    min-height: 70px;
  }

  .carousel-news-item h4 span {
    width: 88%;
  }
}

@media only screen and (max-width: 768px) {
  section.news .carousel-news-item span.category {
    font-size: 10px;
  }

  section.news .carousel-news-item h4 {
    font-size: 15px;
    line-height: 18px;
    height: unset;
    margin-bottom: 10px;
  }

  .carousel-news-item h4 span {
    width: 88%;
    min-height: 54px;
  }

  section.news .carousel-news-item .date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  section.news > div {
    transform: translateY(-50%);
  }
  section.news .carousel-news-item span.category {
    font-size: 10px;
    margin-bottom: 2px;
    line-height: unset;
  }
  section.news .carousel-news-item h4 {
    font-size: 18px;
    line-height: 22px;
    height: unset;
    margin-bottom: 2px;
  }
  .carousel-news-item h4 span {
    width: 88%;
    min-height: 44px;
  }
  section.news .carousel-news-item .date {
    font-size: 12px;
  }

  section.news #latest-news-text {
    font-size: 13px;
  }
  section.news .view-all-news {
    font-size: 13px;
  }
}

/* WORLD MAP */

@media only screen and (max-width: 992px) {
  /* section.assets {
        overflow: hidden;
    } */
  /* section.assets .map-content {
        overflow: hidden;
    } */
  section.assets h2 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  section.assets h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 120%;
  }
  section.assets a {
    font-size: 12px;
  }
  section.assets .map-content {
    top: 60%;
  }
}

@media only screen and (max-width: 640px) {
  section.assets {
    height: calc(100vh);
  }
  section.assets h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  section.assets h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;
  }
  section.assets a {
    font-size: 14px;
  }
  section.assets .our-assets {
    bottom: 40px;
    position: absolute;
    bottom: 0px;
  }
  section.assets .map-content {
    top: 70%;
  }
  section.assets .map-content {
    height: 420px;
  }
}

/* ASSET SUMMARY */

@media only screen and (max-width: 992px) {
  section.assets {
    height: calc(100vh + 400px);
  }

  .assets-summary .row-summary {
    padding: 0 30px;
  }

  .assets-summary .row-summary h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  section.assets-summary .update-item p {
    font-size: 14px;
    line-height: 120%;
  }

  section.assets-summary .update-item .info {
    margin-top: 20px;
    padding-bottom: 56px;
  }
  section.assets-summary .update-item .info img {
    width: 30px;
  }
  section.assets-summary .update-item .info-text span.one {
    font-size: 10px;
  }
  section.assets-summary .update-item .info-text span.two {
    font-size: 20px;
  }
  section.assets-summary .update-item .info-text span.three {
    font-size: 10px;
  }

  .row-summary.col-xl-10.col-lg-12.col-md-12.col-12.d-flex.justify-content-between {
    height: 300px;
  }

  section.assets-summary .update-item .info {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1400px) {
  .row-summary.col-xl-10.col-lg-12.col-md-12.col-12.d-flex.justify-content-between {
    height: 470px;
  }
}

@media only screen and (max-width: 1020px) {
  .row-summary.col-xl-10.col-lg-12.col-md-12.col-12.d-flex.justify-content-between {
    height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  section.assets-summary > div {
    transform: translateY(0);
  }
  section.assets-summary .update-item {
    width: 100%;
    padding: 20px;
    margin-bottom: 12px;
  }

  .assets-summary .row-summary h5 {
    font-size: 16px;
  }

  .row-summary.col-xl-10.col-lg-12.col-md-12.col-12.d-flex.justify-content-between {
    height: auto;
  }

  section.assets-summary .update-item p {
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }
  section.assets-summary .update-item:last-child {
    margin-bottom: 0;
  }
  section.assets-summary .row-summary {
    display: block !important;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  section.assets-summary .update-item {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  section.assets-summary .update-item .info img {
    width: 50px;
  }

  section.assets-summary .update-item .info {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    padding-bottom: 56px;
  }
}

/*===============================
PAGE ABOUT
================================*/

/* OUR VALUES */

.our-values-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 640px) {
  .about-our-values .wrapper-content-section {
  }
  .our-values-title {
    margin-bottom: 20px;
  }
  .our-values-list {
  }
  .our-values-list-title {
    margin-bottom: 20px;
  }
  .our-values-list-text {
  }
}

/*===============================
PAGE COMMUNITY
================================*/

.follow-us {
  padding: 0 !important;
}
.owl-nav {
  display: none;
}
@media only screen and (max-width: 992px) {
  .follow-us {
    padding: 20px 15px !important;
  }
  .follow-us .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .follow-us-instagram {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 640px) {
  .owl-nav {
    display: block;
  }
  .owl-carousel.gallery.instagram {
    position: relative;
  }
  .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .owl-prev,
  .owl-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.6) !important;
    transform: translateY(-50%);
    border-radius: 50% !important;
    outline: none;
  }
  .owl-prev:focus,
  .owl-next:focus {
    outline: none;
  }
  .owl-prev {
    left: 16px;
  }
  .owl-next {
    right: 16px;
  }
  .owl-theme .owl-nav {
    margin-top: 0 !important;
  }
  section.instagram {
    /*padding:0 30px;*/
  }
  #community .about-overview .row:first-child {
    padding-top: 0;
  }
  .follow-us {
    padding: 20px 0 0 !important;
  }
  .follow-us > div {
    padding: 0;
  }
  .follow-us-instagram {
    padding: 0px;
  }
  .follow-us-instagram > div {
    padding: 0;
  }
}

/*===============================
PAGE ASSETS
================================*/

@media only screen and (max-width: 640px) {
  #assets .assets-summary,
  #indonesia .assets-summary,
  #papua-new-guinea .assets-summary {
    position: static !important;
    height: auto !important;
    background-color: #e5e5e5;
  }
  #assets .assets-summary-wrapper,
  #indonesia .assets-summary-wrapper,
  #papua-new-guinea .assets-summary-wrapper {
    position: static !important;
  }
  #assets .first-assets-content .row .page-menu a,
  #indonesia .first-assets-content .row .page-menu a,
  #papua-new-guinea .first-assets-content .row .page-menu a {
    font-size: 18px !important;
    margin-right: 40px;
    display: block;
  }
  .owl-carousel.gallery .owl-item {
    opacity: 1;
  }
  section.first .first-assets-content .page-menu a {
    margin-right: 40px !important;
  }
}

/* MAP LEGEND */

@media only screen and (max-width: 1024px) {
  section.assets2 .map-button img {
    display: none;
  }

  .map-button.map-button-smaller {
    padding: 4px;
  }

  section.assets-summary .update-item p {
    height: 120px;
    font-size: 12px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 992px) {
  .map-legend {
    padding: 30px 15px !important;
  }
  .map-legend ul li {
    font-size: 18px !important;
  }
  .map-legend ul li a {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 640px) {
  .map-legend {
    padding: 20px 0px;
  }
  .map-legend ul li {
    margin-right: 12px !important;
    font-size: 16px !important;
  }
  .map-legend ul li a {
    font-size: 16px !important;
  }

  body#assets section.map-legend ul li,
  body#assets section.map-legend ul li a,
  body.parent-pageid-12 section.map-legend ul li,
  body.parent-pageid-12 section.map-legend ul li a {
    display: block;
  }

  body#assets section.map-legend ul,
  body.parent-pageid-12 section.map-legend ul {
    display: block;
    width: 100%;
    text-align: center;
  }

  body.parent-pageid-12 section.map-legend ul li.legend-icon {
    display: flex;
    justify-content: center;
  }

  section.assets-summary .update-item p {
    height: auto;
    font-size: 16px;
    line-height: 24px;
  }
}

/* GALLERY */

@media only screen and (max-width: 992px) {
  section.gallery {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .owl-stage .owl-item {
    opacity: 1 !important;
  }
}

/*===============================
PAGE NEWS
================================*/

/* FIRST */

.news-item.highlight .details .date {
  font-size: 16px;
  margin-bottom: 12px;
  display: inline-block;
}
.news-item-description {
  width: 100%;
  z-index: 10;
  position: relative;
  padding-right: 56px;
}
.news-item-date {
  font-size: 16px;
  margin-bottom: 6px;
  display: inline-block;
}
.news-item-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0;
}
.news-item-link {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(-90deg) !important;
  right: 0 !important;
}
.news-item-list {
  position: relative;
}
.news-item-list-date {
  font-size: 14px;
  margin-bottom: 4px;
  display: inline-block;
}
.news-item-list-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}
.news-item-list-link {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(-90deg) !important;
  right: 0 !important;
}
@media only screen and (max-width: 992px) {
  .first__news-content {
    margin-top: 60px;
  }
  .first__solway-news {
    margin-bottom: 40px;
  }
  .news-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-item-date {
    font-size: 14px;
  }
  .news-item-title {
    font-size: 18px;
    line-height: 22px;
  }
  .news-item-description {
    padding-right: 40px;
  }
  .news-item-list-title {
    font-size: 18px;
  }
  .list-no-image {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .filter__year,
  .filter__sort-by {
    background-position: 92% 2px;
  }
  .first__news-content .top-filter {
    margin-bottom: 40px;
  }
  .filter__search {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .solway-arrow-button {
    width: 24px;
    height: 24px;
    background: url(../images/arrow.png) #ffffff no-repeat center 10px;
    background-size: 11px 6px;
  }
}

@media only screen and (max-width: 640px) {
  .first__news-content {
    margin-top: 40px;
    padding: 0 15px;
  }
  .first__news-content select {
    font-size: 16px;
  }
  .first__news-content .top-filter {
    margin-bottom: 40px;
  }
  .first__news-content h2 {
    font-size: 18px;
  }
  .first__solway-news h2 {
    font-size: 18px;
  }
  .first__solway-news {
    margin-bottom: 20px;
  }
  .news-item-list-title {
    font-size: 16px;
    line-height: 20px;
  }
  .news-item-list-date {
    font-size: 12px;
    margin-bottom: 0;
  }
  .filter__search {
  }
  /* .filter__search input {
        width:100%;
    } */
}

/*===============================
PAGE CONTACT
================================*/

/* FIRST */

.first__map {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .contact-map {
    height: 348px !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .contact-map {
    height: 182px !important;
  }
}

/* ENQUIRY */

.row__address,
.row__inquiry {
  margin: 0 !important;
}
.inquiry__form input {
  /* height: 40px; */
  outline: none;
}
@media only screen and (max-width: 992px) {
  .form-inquiry {
    margin-bottom: 40px;
  }
  .inquiry__title {
    margin-bottom: 20px;
  }
  .inquiry__title h3 {
    margin-bottom: 0;
  }
  .inquiry__contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .col__address:last-child .address {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .form-inquiry {
    margin-bottom: 0;
  }
  .inquiry__form {
    margin-bottom: 40px;
  }
  .inquiry__contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .address {
    font-size: 16px;
  }
}

/* CAREER */

.career__contact {
}
.career__title {
  margin-bottom: 20px;
}
.career__title .title__primary {
}
.career__description {
  margin: 0 !important;
}
.career__item {
}
.career__apply-now {
  margin-bottom: 0;
}
@media only screen and (max-width: 990px) {
  .career__apply-now {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .career__contact {
  }
  .career__description {
  }
}

/* SINGLE FIRST */

.single-post-wrapper {
  padding-top: 90px !important;
}
.first__title-and-date {
  padding-bottom: 0 !important;
}
.first__title-and-date span {
  margin-bottom: 12px;
  display: inline-block;
}
.first__title-and-date h2 {
  margin-bottom: 0;
}
.first__featured-image {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.first__featured-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  margin-bottom: 0;
}
.single .post-content img {
  margin-bottom: 40px !important;
}

/* Sticky Sidebar */
.sidebar-sticky {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

/* Other News Sidebar */
.other-news-sidebar h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #012639;
}
.news-item-small {
  border-bottom: 1px solid #012639;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-item-small:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-item-thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
}
.news-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-item-thumbnail:hover img {
  transform: scale(1.1);
}
.news-item-content {
  flex: 1;
}
.news-item-content .news-item-date {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.news-item-content .news-item-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.news-item-content .news-item-title a {
  color: #012639;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-item-content .news-item-title a:hover {
  color: #ff9933;
}

/* News List Thumbnail (for news page) */
.news-item-thumbnail-small {
  width: 91px;
  height: 91px;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
}
.news-item-thumbnail-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-item-thumbnail-small:hover img {
  transform: scale(1.1);
}

.news-item-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media only screen and (max-width: 992px) {
  .single-post-wrapper {
    padding-top: 60px !important;
  }
  .first__title-and-date {
    padding-right: 15px;
    padding-left: 15px;
  }
  .first__content {
    padding-bottom: 40px;
  }
  .other-news-sidebar {
    margin-top: 40px;
  }
  .sidebar-sticky {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .first__content {
  }
  .first__title-and-date {
    padding-top: 48px !important;
    padding-bottom: 24px !important;
  }
  .first__title-and-date span {
    margin-bottom: 4px;
    font-size: 14px !important;
  }
  .first__title-and-date h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .first__featured-image {
    padding-bottom: 24px !important;
  }
  .single .post-content img {
    margin-bottom: 20px !important;
  }
  .first__pagination {
    padding: 20px 0px;
  }
  .post-content {
  }
  .single-post-wrapper {
    padding-top: 48px !important;
  }
  .other-news-sidebar {
    margin-top: 40px;
  }
  .other-news-sidebar h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .news-item-thumbnail,
  .news-item-thumbnail-small {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .news-item.d-flex {
    min-height: 80px;
  }
  .news-item-content .news-item-title,
  .news-item-list-title {
    font-size: 14px;
    line-height: 20px;
  }

  .news-item-list-title {
    width: 87%;
  }

  body#assets section.map-legend ul li .map-button, section.map-legend ul li .map-button {
    margin-right: 0px;
  }
}

/* SEARCH */

section.first.news-page .first-news-content {
  padding-top: 40px;
}
@media only screen and (max-width: 640px) {
  .search__page {
    padding: 0 15px;
  }
  .data-image-target {
    margin-bottom: 20px;
  }
  .search__page-mining-news {
    margin-bottom: 20px;
  }
  .search__page-pagination {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .page-numbers {
    font-size: 16px !important;
    padding: 0 8px !important;
  }
  .page-numbers.current {
    font-size: 18px !important;
  }
  .page-numbers:first-child {
    padding-left: 0 !important;
  }
}

/* PAGINATION */

.page-numbers {
  font-size: 20px;
  padding: 0 12px;
}
.page-numbers.current {
  font-size: 22px;
}
.page-numbers:first-child {
  padding-left: 0;
}

/* BACK TO TOP BUTTON */

@media only screen and (max-width: 992px) {
  .back-to-top {
    right: 8%;
  }
}
