/*

* Theme Name: NS - MTSH

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");

@font-face {
  font-family: "Myanmar Gantgaw";
  src: url("../fonts/MyanmarGantgaw/MyanmarGantgaw.woff") format("woff"),
    url("../fonts/MyanmarGantgaw/MyanmarGantgaw.ttf") format("truetype"),
    url("../fonts/MyanmarGantgaw/MyanmarGantgaw.svg#Myanmar Gantgaw")
      format("svg");
}

:root {
  --color1: #302872;

  --color2: #f6c262;
}

body {
  margin: 0 auto;

  font-family: "Myanmar Gantgaw", "Instrument Sans", sans-serif;

  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Myanmar Gantgaw", "Instrument Sans", sans-serif;
}

/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}

ul.page-numbers li {
  float: left;

  height: 35px;

  width: 35px;

  list-style: none;

  line-height: 35px;

  text-align: center;

  padding: 0px;

  border-radius: 100px;

  margin-right: 3px;

  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

ul.page-numbers li span.current {
  color: #000;

  font-size: 16px;
}

.content-img img {
  width: 100%;

  height: auto;
}

/* 404 error */

.error img {
  position: relative;

  margin: 0 auto;
}

.back-home-wrap p {
  font-size: 21px;

  margin-top: 50px;
}

.back-home-wrap {
  text-align: center;

  left: 0;

  right: 0;
}

.error {
  height: 400px;
}

.back-home {
  margin-top: 14px;

  border-radius: 0;
}

.mm-menu--offcanvas {
  position: absolute;
}

/* Breadcrumb */

#breadcrumbs {
  list-style-type: none;

  padding-left: 0;
}

#breadcrumbs li {
  display: inline-block;
}

/*********************** Widget ******************/

.mywidget h4 {
  font-size: 14px;

  font-family: "Lato", sans-serif;
}

.widget-title {
  font-family: "Lato", sans-serif;

  font-weight: 700;

  font-size: 21px;
}

.widget ul li a {
  color: #333;

  font-family: "Raleway", sans-serif;

  border-bottom: 1px solid #ddd;

  display: block;

  padding-top: 12px;

  padding-bottom: 12px;

  position: relative;
}

.widget ul li a::before {
  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  width: 53px;
}

.widget ul li a:hover::before {
  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  transition: all 0.3s ease;
}

.widget ul li a:hover,
.widget ul li a:focus {
  color: var(--color1);

  text-decoration: none;

  outline: none;
}

.widget ul {
  padding-left: 0;

  list-style-type: none;
}

.sidebar {
  margin-top: 30px;
}

/* home */

div#carouselExampleFade img {
  border-radius: 20px;
}

div#carouselExampleFade {
  padding: 30px;
}

.logodiv p {
  font-size: 7.7px !important;

  color: #000;
}

.menu {
  margin-bottom: -148px;

  position: relative;

  z-index: 9;

  /* padding-top: 30px; */
}

.logodiv {
  background: #fff;

  display: inline-block;

  padding: 16px;

  border-radius: 20px;

  margin-top: 30px;

  position: relative;
}

.logodiv:before {
  content: "";

  position: absolute;

  top: 3px;

  height: 26px;

  left: -28px;

  width: 29px;

  border-bottom-right-radius: 14px;

  box-shadow: rgb(255, 255, 255) 8px 9px 0px 6px;

  transform: rotate(-90deg);
}

.logodiv:after {
  content: "";

  position: absolute;

  top: 0px;

  height: 26px;

  right: -29px;

  width: 29px;

  border-bottom-right-radius: 14px;

  box-shadow: rgb(255 255 255) 8px 9px 0px 6px;

  transform: rotate(-180deg);
}

ul#menu-main-menu {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-around;
}

.carousel-caption {
  position: absolute;

  right: 0;

  bottom: 1.25rem;

  left: 0;

  padding-top: 1.25rem;

  padding-bottom: 1.25rem;

  color: #fff;

  text-align: center;

  top: 148px;

  bottom: 0;

  display: flex;

  align-items: center;

  z-index: 3;
}

.carousel-caption h2 {
  font-size: 55px;

  text-align: left;

  max-width: 692px;
}

.carousel-caption p {
  text-align: left;

  font-size: 16px;

  max-width: 633px;
}

.carousel-item {
  position: relative;

  border-radius: 20px;

  overflow: hidden;
}

.carousel-item::after {
  content: "";

  background: rgb(0, 0, 0, 0.5);

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 1;
}

a.btn.btn-outline-light {
  font-size: 18px;

  font-weight: 500;
}

.nav-link {
  color: #fff !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgb(0 176 236) !important;
}

.carousel-indicators {
  bottom: unset;

  justify-content: flex-end;

  position: relative;

  left: unset;

  right: 10px;

  margin: 0;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;

  flex: 0 1 auto;

  width: 15px;

  height: 2px;

  padding: 0;

  margin-right: 3px;

  margin-left: 3px;

  text-indent: -999px;

  cursor: pointer;

  background-color: #fff;

  background-clip: padding-box;

  border: 0;

  opacity: 1;

  z-index: 999;
}

button.carousel-control-prev,
button.carousel-control-next {
  width: auto !important;

  position: relative;
}

button.carousel-control-prev span {
  background: #00b0ec;

  width: 48px;

  height: 48px;

  display: block;

  position: absolute;

  z-index: -3;

  border-radius: 100%;

  left: -18px;
}

button.carousel-control-next span {
  background: #00b0ec;

  width: 48px;

  height: 48px;

  display: block;

  position: absolute;

  z-index: -3;

  border-radius: 100%;

  right: -18px;
}

.container.indicate .row {
  min-height: 48px;

  align-items: center;

  margin-top: -70px;

  position: relative;

  z-index: 2;
}

.social-link a {
  width: 48px;

  height: 48px;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  background: #fff;

  border-radius: 100%;

  text-decoration: none;

  color: #00b0ec;

  font-size: 23px;
}

.social-link {
  gap: 11px;

  display: flex;
}

.logodiv img {
  position: relative;

  z-index: 1;
}

@media (max-width: 1199px) and (min-width: 992px) {
  header .col-lg-3 {
    width: 20%;
  }

  header .col-lg-9 {
    width: 80%;
  }

  .logodiv {
    background: #fff;

    display: inline-block;

    padding: 10px;

    border-radius: 20px;

    margin-top: 20px;

    position: relative;
  }

  .menu {
    margin-bottom: -129px;

    position: relative;

    z-index: 9;

    /* padding-top: 30px; */
  }
}

.vision-box .icon {
  background: #00b0ec;

  display: block;

  padding: 13px;

  border-radius: 100%;

  margin: auto;

  margin-top: 50px;

  display: block;

  margin-top: -56px;

  width: 72px;

  height: 72px;

  margin-bottom: 50px;
}

.vision-box {
  text-align: center;

  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);

  border-radius: 30px;

  padding: 24px;

  margin-top: 34px;
}

.vision-section {
  margin-top: 34px;
}

.vision-box h3 {
  color: rgba(0, 176, 236, 1);

  font-weight: 700;

  margin-bottom: 10px;
}

.pd-100 {
  padding-top: 100px;

  padding-bottom: 100px;
}

/* key features */

.key-features {
  background: url(/wp-content/themes/ns-mtsh/images/keyfeature-bg.png) no-repeat
    top center;

  background-size: cover;
}

.header-title h2 {
  font-size: 44px;

  font-weight: 700;

  margin-right: 30px;

  color: rgba(94, 94, 94, 1);
}

.header-title {
  display: flex;

  align-items: flex-start;
}

.mb-50 {
  margin-bottom: 50px;
}

.header-title .highlight {
  display: flex;

  justify-content: center;

  align-items: center;

  min-height: 52px;
}

span.gradient-line {
  width: 117px;

  height: 3px;

  background: linear-gradient(270deg, rgba(0, 176, 236, 0) 0%, #00b0ec 100%);

  display: inline-block;

  margin-left: 10px;
}

.key-icon {
  width: 115px;

  height: 115px;

  background: #00b0ec;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 100%;

  border: 5px solid #fff;

  box-shadow: 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
}

.key-box {
  display: flex;

  justify-content: flex-start;

  align-items: center;

  gap: 30px;

  margin-bottom: 30px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  padding-bottom: 30px;

  min-height: 175px;
}

.key-box p {
  margin: 0px;

  line-height: 2;
}

h3.key-title {
  font-size: 34px;

  font-weight: 700;
}

.key-features-row .col-lg-6:last-child .key-box {
  border: none;
}

.services-section a {
  text-decoration: none;
}

.ser-box {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  max-width: 417px;
  margin: auto;
  margin-bottom: 30px;
}

.ser-box .icon {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);

  background: rgba(0, 176, 236, 1);

  width: 76px;

  height: 76px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 20px;

  margin: auto;

  margin-top: -39px;

  position: relative;
}

.ser-content {
  text-align: center;

  padding: 24px;
}

.ser-content h3 {
  color: rgba(94, 94, 94, 1);

  font-weight: 700;
}

.ser-content a.btn-detail {
  color: rgba(0, 176, 236, 1);

  font-size: 18px;

  font-weight: 500;
}

.youtubebox {
  border-radius: 30px;

  overflow: hidden;
}

.bg-light {
  background: rgba(249, 249, 249, 1) !important;
}

.journey-box {
  text-align: center;
}

.journey-box .icon img {
  width: auto;
}

.journey-box .icon {
  width: 90px;

  height: 90px;

  background: rgba(0, 176, 236, 1);

  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  margin: auto;
}

.relative {
  position: relative;
}

.blue-line {
  background: rgba(0, 176, 236, 1);

  height: 13px;

  border-radius: 10px;

  position: absolute;

  top: 90px;

  left: 15px;

  right: 15px;
}

.journey-box h3 {
  font-size: 34px;

  color: rgba(0, 176, 236, 1);

  font-weight: 600;
}

.journey-box h4 {
  font-size: 24px;

  font-weight: 700;

  color: rgba(0, 176, 236, 1);

  margin-top: 20px;
}

.journey-box p {
  color: rgba(94, 94, 94, 1);
}

footer {
  background-color: rgba(0, 176, 236, 1);

  color: #fff;
}

.pd-50 {
  padding-top: 50px;

  padding-bottom: 50px;
}

footer .c-box p:last-child {
  width: 75%;
}

footer .c-box p:first-child {
  width: 21%;
}

footer a {
  color: inherit;

  text-decoration: none;
}

footer h4 {
  margin-bottom: 20px;
}

.copyright {
  border-top: 1px solid #fff;

  padding-top: 10px;

  padding-bottom: 10px;

  font-size: 14px;
}

.copyright a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .key-features-row .col-lg-6:nth-last-child(2) .key-box {
    border: none;
  }

  .driving-section .col-lg-7 {
    flex: 0 0 auto;

    width: 55.333333%;
  }

  .driving-section .col-lg-5 {
    flex: 0 0 auto;

    width: 43.666667%;
  }

  .driving-section p {
    max-width: 475px;
  }
}

@media (max-width: 1399px) {
  .vision-box .icon {
    width: 65px;

    height: 65px;

    margin-bottom: 20px;
  }

  .header-title h2 {
    font-size: 32px;
  }

  .header-title .highlight {
    min-height: 35px;
  }

  .carousel-caption h2 {
    font-size: 35px;
  }

  .carousel-caption {
    top: 100px;
  }

  .pd-100 {
    padding-top: 30px;

    padding-bottom: 50px;
  }

  .key-icon {
    width: 100px;

    height: 100px;

    padding: 16px;
  }

  h3.key-title {
    font-size: 24px;

    font-weight: 700;
  }

  .ser-content h3 {
    font-size: 24px;
  }

  .mb-50 {
    margin-bottom: 30px;
  }

  .pd-50 {
    padding-top: 30px;

    padding-bottom: 30px;
  }

  footer h4 {
    margin-bottom: 10px;

    font-size: 20px;
  }

  .header-title h2 {
    font-size: 33px;

    font-weight: 700;

    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  a.btn-menu {
    width: 100%;

    text-align: right;

    display: block;

    color: #000;

    font-size: 24px;
  }

  .menu {
    margin-bottom: 0px;
  }

  .logodiv {
    padding: 0px;

    margin-top: 10px;
  }

  .logodiv p {
    font-size: 6.1px !important;

    color: #000;

    display: none;
  }

  .carousel-caption p {
    text-align: left;

    font-size: 16px;

    max-width: 633px;

    display: none;
  }

  .carousel-caption {
    top: 10%;
  }

  div#carouselExampleFade {
    padding: 5px;
  }

  .carousel-caption h2 {
    font-size: 20px;

    text-align: left;

    max-width: 692px;
  }

  .container.indicate .row {
    min-height: 48px;

    align-items: center;

    margin-top: -58px;

    position: relative;

    z-index: 2;
  }

  /* .carousel-indicators [data-bs-slide-to] {

        display: none;

    } */

  button.carousel-control-prev span,
  button.carousel-control-next span {
    background: #00b0ec;

    width: 38px;

    height: 38px;
  }

  a.btn.btn-outline-light,
  .carousel-caption h2 {
    display: none;
  }

  .social-link a {
    width: 40px;

    height: 40px;

    font-size: 17px;
  }

  button.carousel-control-prev span,
  button.carousel-control-next span {
    background: #00b0ec;

    width: 33px;

    height: 33px;
  }

  button.carousel-control-prev span {
    left: -15px;
  }

  button.carousel-control-next span {
    right: -15px;
  }

  .vision-box {
    margin-bottom: 20px;
  }

  .pd-100 {
    padding-top: 30px;

    padding-bottom: 30px;
  }

  h3.key-title {
    font-size: 25px;

    font-weight: 700;
  }

  .header-title {
    display: flex;

    align-items: center;

    margin-bottom: 20px;

    flex-wrap: wrap;
  }

  .key-icon {
    width: 90px;

    height: 90px;

    padding: 15px;
  }

  .key-box {
    gap: 20px;
  }

  .key-box .key-content {
    width: 70%;
  }

  .header-title h2 {
    font-size: 30px;

    font-weight: 700;

    margin-right: 30px;
  }
}

/* banner */

ul.dropdown-menu.dropdown-submenu.depth_1 {
  left: 102%;

  top: -11px;
}

.theme-inner-banner img {
  border-radius: 30px;

  width: 100%;
}

.theme-inner-banner {
  padding: 30px;
  padding-bottom: 0px;
}

.theme-inner-banner .overlay {
  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: rgb(0, 0, 0, 0.5);

  border-radius: 30px;
}

.banner-caption {
  position: absolute;

  bottom: 20%;

  left: 0;

  right: 0;

  color: #fff;
}

.breadcrumbs a {
  color: #fff;

  text-decoration: none;
}

div#breadcrumbs {
  display: flex;

  justify-content: center;

  gap: 10px;

  align-items: center;
}

ul.dropdown-menu {
  background: rgb(255, 255, 255, 0.9);

  backdrop-filter: blur(100px);

  color: #000;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);

  text-decoration: none;

  background-color: transparent;
}

a.dropdown-item {
  color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #000;

  background-color: transparent;
}

a.dropdown-item.active {
  color: #00b0ec;
}

a.nav-link.active.dropdown-toggle {
  /* background: #fff; */

  color: #00b0ec !important;

  border-radius: 5px;
}

.chairman-image:before {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  /* top: 0; */

  bottom: 0;

  background: radial-gradient(#959595, transparent);

  z-index: -1;

  /* transform: rotate(45deg); */

  width: 400px;

  height: 400px;

  margin: auto;

  border-top-left-radius: 100%;

  border-top-right-radius: 100%;
}

.chairman-image {
  position: relative;

  text-align: center;
}

.investment img,
.investment-two img {
  border-radius: 30px;
}

.text-justify {
  text-align: justify;
}

.chairman-statement p {
  text-align: justify;
}

@media (min-width: 992px) {
  .investment img {
    position: absolute;

    left: 30px;

    top: 0;

    width: 45%;

    bottom: 0;

    object-fit: cover;

    height: 100%;
  }
}

.vision-mission h3 {
  font-weight: 700;
}

.vision-mission h3.highlight {
  font-weight: 700;

  letter-spacing: 1px;

  display: inline-block;

  position: relative;

  color: #00b0ec;
}

span.gradient-line.left {
  background: linear-gradient(270deg, #00b0ec 0%, rgba(0, 176, 236, 0) 100%);

  margin-left: auto;

  margin-right: 10px;
}

.values-section {
  background: url(/wp-content/themes/ns-mtsh/images/economy-bg.jpg) no-repeat
    top center;

  background-size: cover;

  position: relative;

  color: #fff;

  text-align: center;
}

.values-section:before {
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgb(0 49 66 / 50%);
}

.values-section .container {
  position: relative;

  z-index: 1;
}

.value-box {
  background: rgb(255, 255, 255, 0.3);

  padding: 20px;

  border-radius: 20px;

  margin-bottom: 30px;

  backdrop-filter: blur(10px);

  text-align: center;

  margin-top: 50px;

  min-height: 220px;

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.value-box .icon {
  width: 80px;

  height: 80px;

  background: #00b0ec;

  border-radius: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

  margin: auto;

  margin-top: -50px;

  margin-bottom: 30px;
}

.value-box .icon img {
  -webkit-filter: invert(100%);

  filter: invert(100%);
}

.highlight.white span.gradient-line.left {
  background: linear-gradient(270deg, #ffffff 0%, rgba(0, 176, 236, 0) 100%);
}

.highlight.white span.gradient-line {
  background: linear-gradient(270deg, rgba(0, 176, 236, 0) 0%, #ffffff 100%);
}

.highlight.white img {
  -webkit-filter: brightness(0) invert(1);

  filter: brightness(0) invert(1);
}

img.roundedd {
  border-radius: 20px;
}

.strategy-bg {
  background: url(/wp-content/themes/ns-mtsh/images/temp/strategy-bg.png)
    no-repeat left center;

  color: #fff;
}

.text-primary {
  color: rgb(0 176 236) !important;
}

.strategy-box {
  padding: 50px 20px;

  border-radius: 20px;

  border: 1px solid rgba(0, 176, 236, 1);

  text-align: center;

  margin-top: 100px;

  /* position: relative; */
}

.strategy-box h4 {
  display: block;

  background: #fff;

  margin-top: -62px;

  max-width: 160px;

  margin: auto;

  margin-top: -84px;

  margin-bottom: 30px;
}

.strategy-box p {
  max-width: 499px;

  margin: auto;

  font-size: 16px;

  color: #000;
}

.strategy-box h4 span {
  margin-left: 20px;
}

.mw-500 {
  max-width: 500px;
}

.dt-container .dt-paging .dt-paging-button.current,
.dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid #00b0ec !important;
  background: #00b0ec !important;
  color: #fff !important;
  border-radius: 0px;
}

@media (max-width: 991px) {
  .theme-inner-banner {
    padding: 10px;
  }

  .theme-inner-banner img {
    border-radius: 30px;

    min-height: 250px;

    object-fit: cover;

    object-position: center;
  }

  .strategy-box {
    margin-top: 50px;
  }
}

.cbox {
  text-align: center;
  background: #f4f4f4;
  padding: 30px 20px;
  min-height: 250px;
  border-radius: 20px;
}
iframe {
  border: 0;
  margin-bottom: -10px;
}

.contact-icon {
  font-size: 26px;

  width: 50px;

  height: 50px;

  background: #00b0ec;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  margin: auto;

  margin-bottom: 20px;
}

.cbox h3 {
  font-size: 20px;

  text-transform: uppercase;
}

.cbox a {
  text-decoration: none;

  color: #000;
}

.form-control {
  background-color: transparent;

  color: #000;

  box-shadow: none;

  font-size: 16px;

  border-width: 1px;

  border-style: solid;

  border-color: rgb(0 176 236);

  border-image: initial;

  outline: none;

  border-radius: 0px;

  padding: 12px;

  margin-bottom: 20px;

  border-radius: 10px;
}

button.g-recaptcha.btn.btn-primary {
  background: #00b0ec;

  border-color: #00b0ec;

  border-radius: 25px;

  padding: 10px 25px;

  margin: auto;
}

.corporate-bg {
  background: #F4F4F4;

  border-radius: 20px;

  padding: 50px;

  margin-top: 100px;

  position: relative;

  overflow: hidden;

  margin-bottom: 30px;
}

.corporate-bg:before {
  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  /* background: rgb(18, 18, 18, 0.8); */

  content: "";
}

.corporate-bg img {
  position: relative;

  z-index: 1;
}

.tablepress thead,
.tablepress thead tr,
.tablepress thead tr th,
.tablepress thead tr td {
  background: #fff !important;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 54px !important;
}

.share-information-table tbody tr td:first-child {
  font-weight: 700;
  font-size: 16px;
  padding: 15px 26px;
  text-align: center;
  max-width: 100px;
}

.tablepress > :where(thead) + tbody > :where(:not(.child)) > *,
.tablepress > tbody > * ~ :where(:not(.child)) > *,
.tablepress > tfoot > :where(:first-child) > * {
  border-top: 1px solid rgb(0, 0, 0, 0.1) !important;

  height: 54px !important;

  vertical-align: middle !important;

  background-color: #fff !important;
}

.tablepress > .row-hover > tr:has(+ .child:hover) > *,
.tablepress > .row-hover > tr:hover + :where(.child) > *,
.tablepress > .row-hover > tr:where(:not(.dtrg-group)):hover > * {
  background-color: rgba(0, 176, 236, 0.19) !important;

  color: var(--hover-text-color);
}

.member-box {
  background: linear-gradient(180deg, #f2f3f4 0%, #d9d9d9 100%);

  position: relative;

  overflow: hidden;

  margin-bottom: 30px;
}

.member-content {
  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  color: #fff;

  padding: 20px;

  top: 0;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  align-items: flex-start;

  background: linear-gradient(
    180deg,
    rgba(242, 243, 244, 0) 70%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.member-box h3 {
  font-size: 20px;

  font-weight: 700;
}

.member-content p {
  margin: 0px;

  background: rgba(255, 255, 255, 0.7);

  color: #000;

  display: inline;

  padding: 5px 15px;

  border-radius: 20px;
}

.member-box:hover:before {
  position: absolute;

  content: "";

  backdrop-filter: blur(10px);

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.46);

  transition: all 1s ease-out;
}

.member-box a.view-detail {
  position: absolute;

  left: 0;

  right: 0;

  bottom: 150%;

  top: 0;

  text-align: center;

  gap: 10px;

  transition: all 0.3s ease-out;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  color: #fff;

  text-decoration: none;

  opacity: 0;
}

.member-box:hover a.view-detail {
  bottom: 0;

  opacity: 1;
}

.member-box span.icon {
  background: rgba(0, 176, 236, 0.5);

  width: 58px;

  height: 58px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 20px;

  border-radius: 100%;
}

.memberimg {
  background: linear-gradient(180deg, #f2f3f4 0%, #d9d9d9 100%);

  margin-bottom: 20px;

  width: 100%;
}

.member-modal-dialog .modal-content {
  /* max-width: 891px; */

  /* margin: auto; */

  max-height: 80vh;

  overflow: auto;
}

a {
  color: #00b0ec;

  text-decoration: none;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: unset;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;

  width: auto;

  min-width: 100%;
}

.policy-box .btn-primary {
  background: rgba(0, 176, 236, 1);

  border-color: rgba(0, 176, 236, 1);

  width: 100%;

  border-radius: 20px;
}

.policy-box {
  margin-bottom: 50px;
}

.policy-box h5 {
  font-size: 18px;

  font-weight: 600;

  padding: 20px 10px;

  margin: 0;

  text-align: center;

  min-height: 85px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.industrial-bg {
  background: url(/wp-content/themes/ns-mtsh/images/industrial-bg.png) no-repeat
    bottom right;
}

.industrial-gallery img {
  border-radius: 20px;

  border: 2px solid #eee;
}

.industrial-gallery a.img-cover:hover:before {
  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: #fff;

  content: "";

  backdrop-filter: blur(10px);

  background: rgba(0, 176, 236, 0.7);

  border-radius: 20px;
}

.industrial-gallery a.img-cover {
  position: relative;

  display: block;

  border-radius: 20px;

  overflow: hidden;
}

.industrial-gallery .img-cover span.view-detail {
  display: none;

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  color: #fff;

  align-items: center;

  justify-content: center;

  flex-direction: column;
}

.industrial-gallery .img-cover:hover span.view-detail {
  display: flex;
}

.industrial-gallery .img-cover span.view-detail i {
  font-size: 24px;
}

/* 
.residential-section img {

    border-radius: 20px;

    border: 2px solid #eee;

} */

.custom-p {
  max-width: 400px;

  text-align: center;

  margin: auto;
}

.news-box img {
  border-radius: 20px;

  margin-bottom: 20px;
}

.row.vdw_gallery.img-effect img {
  height: 150px;

  margin-bottom: 20px;

  object-fit: cover;

  border-radius: 5px;
}

.mywidget img {
  border-radius: 10px;
}

.banner-caption h1 {
  font-size: 1.5rem;
}

.esg-section h2 {
  font-weight: 700;
}

.word-green {
  color: rgba(46, 173, 0, 1);
}

.word-blue {
  color: rgba(0, 176, 236, 1);
}

.word-yellow {
  color: rgba(181, 82, 10, 1);
}

.highlight-box {
  display: flex;

  justify-content: start;

  align-items: center;

  gap: 15px;

  background-color: rgba(242, 243, 244, 1);

  padding: 10px;

  border-radius: 10px;

  margin-bottom: 20px;
}

.highlight-box:last-child {
  margin-bottom: 0px;
}

.highlight-box .highlight-icon {
  background: rgba(46, 173, 0, 0.5);

  width: 85px;

  height: 85px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 15px;
}

.highlight-content h3 {
  font-size: 25px;

  font-weight: 600;

  margin-bottom: 5px;
}

.highlight-content p {
  font-size: 16px;

  max-width: 350px;

  font-weight: 400;

  color: rgb(0, 0, 0, 0.5);

  margin: 0px;
}

.highlight-content {
  display: flex;

  justify-content: space-between;

  align-items: center;

  width: 90%;
}

.highlight-content button.btn {
  background: rgba(217, 217, 217, 1);

  color: #000;

  font-size: 16px;

  font-weight: 400;
}

.esgmodal ul li {
  position: relative;

  margin-bottom: 20px;
}

.esgmodal ul li:before {
  position: absolute;

  content: "";

  background: url(/wp-content/themes/ns-mtsh/images/esg/mingcute_leaf-fill.png);

  width: 24px;

  height: 24px;

  left: -30px;
}

.esg-section h3 img {
  position: absolute;

  top: -14px;

  right: -14px;
}

.esg-section h3 {
  font-weight: 700;

  position: relative;
}

.mb-100 {
  margin-bottom: 100px;
}

html {
  overflow-x: hidden;
}

.goals img {
  margin-bottom: 30px;
}

.bg-leaf {
  position: absolute;

  left: 0;

  top: 20%;

  z-index: -1;

  width: 300px;
}

.img-wrapper .img-1 {
  position: absolute;

  left: -67px;

  bottom: 0;
}

.btn-primary {
  background-color: #00b0ec;

  border-color: #00b0ec;

  border-radius: 30px;

  padding: 10px 30px;
}

.metrics-section p {
  margin-top: 30px;

  margin-bottom: 30px;

  max-width: 550px;
}

.metrics-section h2 {
  font-weight: 500;

  font-size: 3rem;
}

.metrics-section .highlight-span {
  font-size: 25px;

  font-weight: 400;
}

.esg-section .col-lg-6 img {
  margin-bottom: 20px;
}

span.relative {
  position: relative;

  display: inline-block;
}

.metrics-section a.btn.btn-primary {
  margin-bottom: 20px;
}

.philosophy-section {
  padding-top: 50px;

  padding-bottom: 30px;

  margin-top: 100px;
}

img.philosophy {
  margin-top: -150px;

  margin-bottom: -150px !important;
}

.birdimg {
  position: absolute;

  right: 0px;
}

section.share-information a {
  color: #000;
  font-weight: 700;
}

.share-information-table td {
  text-align: center !important;
}

.share-information a.underline {
  text-decoration: underline;
}

.text-green {
  color: rgba(46, 173, 0, 1);
}

/* Style the select element itself */
.metric-select button,
.metric-select button:focus,
.metric-select button:focus-visible,
.metric-select button:hover,
.metric-select button.show {
  width: 200px;
  padding: 8px;
  border: 1px solid rgba(209, 243, 154, 1);
  border-radius: 4px;
  font-size: 16px;
  background-color: rgba(209, 243, 154, 1);
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.metric-select .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  border: none;
  font-weight: bold;
}

.metric-select .dropdown-item {
  cursor: pointer;
}

.metric-select button span {
  display: flex;
  height: 100%;
  justify-content: start;
  align-items: center;
  gap: 10px;
  width: 90%;
  padding-left: 10px;
}

.metric-select button span img {
  margin-bottom: 0 !important;
}

.metric-select .dropdown-item span img {
  margin-bottom: 0 !important;
}

.metric-select .dropdown-item span {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0px;
}

.metric-select li.dropdown-item.active {
  color: #000;
  background: #d1f39a;
}

.metric-select ul.dropdown-menu {
  border-radius: 30px;
  overflow: hidden;
  padding: 0px;
  width: 200px;
}

.metric-table table {
  background: url(/wp-content/themes/ns-mtsh/images/gradient-bg.png) no-repeat
    top center;
  background-size: cover;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.metric-table td,
.metric-table tr:hover td,
.metric-table .tablepress > .row-hover > tr:where(:not(.dtrg-group)):hover > * {
  background-color: transparent !important;
  text-align: center !important;
  height: 68px !important;
  padding: 20px 50px !important;
}

.metric-table .tablepress thead,
.metric-table .tablepress thead tr,
.metric-table .tablepress thead tr th,
.metric-table .tablepress thead tr td {
  background: transparent !important;
  border-bottom: inherit;
  border-top: inherit;
  height: 54px !important;
  text-align: center;
  padding: 40px 10px;
}

.metric-table th {
  font-size: 24px;
}

.metric-table th span {
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
}

.metric-table tbody tr:first-child td {
  font-size: 20px;
  font-weight: 500;
}

.metric-table tbody tr td {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  border-width: 2px !important;
}

.metric-table tbody tr td:last-child {
  border-right: unset !important;
}

.green-report {
  background: url(/wp-content/themes/ns-mtsh/images/wave-vector.png) no-repeat
    top center;
}

.green-tree {
  max-width: 393px;
  margin: auto;
  text-align: center;
  backdrop-filter: blur(6px);
  border: 2px solid;
  border-image-source: linear-gradient(
    92.9deg,
    #e1e1e1 2.47%,
    #efefef 18.76%,
    #efefef 85.95%,
    #e1e1e1 96.61%
  );
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  margin-bottom: 20px;
}

ul.report-slide {
  list-style: none;
  margin-left: -20px;
}

ul.report-slide li .report-group {
  display: flex;
  justify-content: space-between;
  max-width: 806px;
  border: 2px solid #eaeaea;
  align-items: center;
  padding: 8px 25px 8px 8px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.report-slide span.count {
  width: 65px;
  height: 65px;
  background: rgba(0, 176, 236, 1);
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
}

.report-slide .left-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00b0ec;
}

.owl-nav {
  display: none;
}

.csr-box h4 {
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.csr-box {
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 30px;
  overflow: hidden;
}

.csr-slider .owl-stage-outer {
  padding-bottom: 20px;
}

.csr-slider .item {
  margin: 18px;
}

.core-section {
  background: url(/wp-content/themes/ns-mtsh/images/core-bg.png) no-repeat top
    center;
  color: #fff;
  background-attachment: fixed;
  background-size: cover;
}

.core-box {
  backdrop-filter: blur(18px);
  padding: 30px;
  max-width: 796px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.core-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.core-box ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.core-box h2:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 176, 236, 1);
  height: 5px;
  border-radius: 5px;
  position: absolute;
}

.core-box h2 {
  font-size: 66px;
  /* border-bottom: 5px solid rgba(0, 176, 236, 1); */
  display: inline-block;
  position: relative;
}

.core-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.csr-box img {
  border-radius: 30px;
}

.post-detail {
  /* background: #fbfbfb; */
  padding: 50px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.line-h {
  line-height: 2.5;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 100%;
  margin: 1em auto;
}

#highchart-container {
  height: 450px;
}
@media (min-width: 992px) {
  .absoluteimg {
    position: absolute;

    top: 0px;

    right: 0;

    left: 50%;
  }

  .mh-500 {
    min-height: 500px;
  }
}

.left-div span:last-child {
  width: 90%;
}

.grid-item {
  padding: 5px;
}

.grid-item,
.grid-sizer {
  width: 33.33%;
}

.post-detail h3 {
  line-height: 1.6;
}

.news-box h5 a {
  color: #333;
  line-height: 1.5;
}
.news-box p {
  color: #4c4c4c;
  line-height: 1.5;
}
.shophouse .width-100 img {
  width: 100%;
  height: auto;
}
.gap-10 {
  gap: 10px;
}
.contact-info-wrapper {
  background: rgba(247, 246, 244, 1);
  max-width: 858px;
  margin: auto;
  border-radius: 20px;
  margin: 50px auto;
}
.ph-em a {
  color: #000;
  /* text-decoration: underline; */
}
.ph-em i {
  color: rgb(0 176 236) !important;
  margin-bottom: 20px;
}
.group-corporate-profile .bg-image {
  background: url(/wp-content/themes/ns-mtsh/images/group-bg.png) no-repeat top
    center;
  color: #fff;
  background-size: cover;
}
.btn-filter {
  border: 1px solid #00b0ec;
  border-radius: 20px;
  margin-right: 10px;
}
.btn-filter.active {
  background: #00b0ec;
  color: #fff;
  border-radius: 20px;
}
.future-development-page img {
  width: 100%;
}
.sidebar a {
  color: inherit;
}
.sidebar {
  position: sticky !important;
  top: 50px;
}
.mm-wrapper {
  overflow-x: unset;
}
aside {
  background: #fbfbfb;
  padding: 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.dropdown-menu-child-item .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  margin-top: 0px;
  position: absolute;
  top: 43%;
}
@media (max-width: 1199px) {
  .strategy-bg {
    background: url(/wp-content/themes/ns-mtsh/images/group-bg.png) no-repeat
      right center;
    color: #fff;
    background-size: cover;
  }
  .strategy-bg .col-lg-6 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tdp-rightimg {
    position: absolute;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .row.tpd-content {
    min-height: 335px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .strategy-bg {
    background: url(/wp-content/themes/ns-mtsh/images/group-bg.png) no-repeat
      top center;
    background-size: cover;
  }
  .corporate-bg {
    margin-top: 30px;
  }

  .left-div span:last-child {
    width: 66%;
    font-size: 13px;
  }

  .report-group a {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .bg-leaf {
    position: absolute;

    left: 0;

    top: 20%;

    z-index: -1;

    width: 300px;

    opacity: 0.2;
  }

  .metrics-section .highlight-span {
    font-size: 19px;

    font-weight: 400;
  }

  .metrics-section h2 {
    font-weight: 500;

    font-size: 2rem;
  }

  .mb-5 {
    margin-bottom: 0.5rem !important;
  }

  .mywidget img {
    border-radius: 10px;

    width: 100px;

    height: 100px;
  }

  img.philosophy {
    margin-top: 0px;

    margin-bottom: 0px !important;
  }

  .philosophy-section {
    padding-top: 50px;

    padding-bottom: 30px;

    margin-top: 0px;
  }

  .member-box h3 {
    font-size: 12px;
    font-weight: 700;
  }

  .member-content p {
    margin: 0px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    display: inline;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 10px;
  }

  .core-box h2 {
    font-size: 36px;
  }

  .core-box h3 {
    font-size: 15px;
  }

  .core-box h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .metric-table td,
  .metric-table tr:hover td,
  .metric-table
    .tablepress
    > .row-hover
    > tr:where(:not(.dtrg-group)):hover
    > * {
    padding: 20px 10px !important;
  }
}

/* New */
.row {
  row-gap: 20px;
}
.strategic_direction_title {
  font-size: 25px;
  font-weight: 700;
  color: #00b0ec !important;
  margin: 0px;
  margin-bottom: 20px;
}
.sdvm_card {
  border-radius: 20px;
  box-shadow: 0px 2px 10px 0px #00000040;
  overflow: hidden;
}
.sdvm_card_title {
  background-color: #00b0ec;
  padding: 20px;
}
.sdvm_card_title h5 {
  text-align: center;
  color: white;
}
.sdvm_card_body {
  padding: 20px;
}

.sdvm_value_div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px 120px 0px;
}
.sdvm_value_card {
  border: 1px solid #ffffff99;
  backdrop-filter: blur(20px);
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background-color: #012a38;
  border-radius: 20px;
  position: relative;
}
.sdvm_value_card_indi {
  width: 30px;
  height: 30px;
  background-color: #012a38;
  position: absolute;
  border-top: 1px solid #ffffff99;
  border-right: 1px solid #ffffff99;
}
.sdvm_value_card_1 .sdvm_value_card_indi {
  right: -5px;
  top: 50%;
  rotate: 45deg;
  transform: translateY(-50%);
}
.sdvm_value_card_2 .sdvm_value_card_indi {
  right: -5px;
  top: 50%;
  rotate: 45deg;
  transform: translateY(-50%);
}
.sdvm_value_card_3 .sdvm_value_card_indi {
  bottom: -26px;
  right: 50%;
  rotate: 135deg;
  transform: translateX(-50%);
}
.sdvm_value_card_6 .sdvm_value_card_indi {
  left: -5px;
  top: 45%;
  rotate: 225deg;
  transform: translateY(-50%);
}
.sdvm_value_card_5 .sdvm_value_card_indi {
  left: -5px;
  top: 45%;
  rotate: 225deg;
  transform: translateY(-50%);
}
.sdvm_value_card_4 .sdvm_value_card_indi {
  top: -26px;
  right: 45%;
  rotate: 315deg;
  transform: translateX(-50%);
}

.sdvm_value_card * {
  color: white;
  margin: 0px;
}
.sdvm_value_card p {
  text-align: justify;
}

@media (min-width: 992px) {
  .sdvm_card_title {
    padding: 30px auto;
  }
  .sdvm_card_body {
    padding: 30px;
  }
  .sdvm_value_card {
    padding: 30px 20px;
    gap: 25px;
  }
}

.business_upper_section {
  height: 50px;
  border-radius: 30px 30px 0px 0px;
  background-color: white;
  margin-top: -50px;
}
.business_card {
  padding: 20px;
  background-color: #f2f3f4;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.business_card * {
  font-size: 14px;
  margin: 0px;
}
.business_card_title {
  color: white;
  background-color: #00b0ec;
  border-radius: 100000px;
  padding: 12px 20px;
  font-weight: 700;
  text-align: center;
}

.thilawa-card {
  background: #fff;
}
.thilawa-area {
  letter-spacing: 0.04em;
  color: #222;
}
.thilawa-company {
  font-size: 1.05rem;
  color: #333;
}
.thilawa-logo {
  max-height: 54px;
  width: auto;
}

.thilawa-ring {
  width: 140px;
  height: 140px;
  position: relative;
}
.thilawa-ring .track {
  fill: none;
  stroke: #e9ecef;
  stroke-width: 12;
  stroke-linecap: round;
}
.thilawa-ring .progress {
  fill: none;
  stroke: var(--ring, #16a3dc);
  stroke-width: 12;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 339.292;
  stroke-dashoffset: calc(339.292 - (var(--pct, 0) * 339.292 / 100));
  transition: stroke-dashoffset 0.6s ease;
}
.thilawa-ring .value {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #222;
}
.thilawa-list {
  margin: 0;
}
.thilawa-bullet {
  font-weight: 900;
  font-size: 18px;
  color: #16a3dc;
}
@media (max-width: 991.98px) {
  .thilawa-ring {
    width: 120px;
    height: 120px;
  }
}
.kba-section {
  background-image: url("/wp-content/themes/ns-mtsh/images/kba_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.kba-title {
  font-weight: 700;
  color: #111;
}
.kba-content {
  color: #333;
  line-height: 1.75;
}
.kba-content p {
  margin-bottom: 1rem;
}

.kba-content ol,
.kba-content ul {
  margin: 0 0 1rem 1.25rem;
}
.kba-content li {
  margin-bottom: 0.5rem;
}
.kba-content ul ul,
.kba-content ol ol,
.kba-content ol ul,
.kba-content ul ol {
  margin-top: 0.25rem;
}
.kba-figure {
  background: #f8f9fa;
}
@media (max-width: 991.98px) {
  .kba-title {
    margin-top: 0.5rem;
  }
}

.mjtd_history {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.mjtd_history_title {
  font-size: 25px;
  font-weight: 700;
}
.mjtd_history_content {
  width: 100%;
  max-width: 1000px;
}
.mjtd_history_image {
  border-radius: 50px 0px 50px 0px;
  width: 100%;
  aspect-ratio: 6/1.5;
}
.irc-section {
  background: #fff;
}
.irc-card {
}
.irc-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.irc-thumb {
  background: #f2f4f6;
}
.irc-ribbon {
  position: absolute;
  left: 16px;
  bottom: 14px;
  background: #18a0d4;
  color: #fff;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.irc-group + .irc-group {
  border-top: 1px solid #e9ecef;
  padding-top: 0.75rem;
}
.irc-specs {
  margin: 0.25rem 0 0 0;
}
.irc-specs .d-flex {
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.irc-spec-label {
  min-width: 170px;
  color: #1e2a35;
  font-weight: 600;
  margin: 0;
}
.irc-spec-value {
  color: #444;
  margin: 0;
  flex: 1 1 auto;
}
@media (max-width: 575.98px) {
  .irc-specs .d-flex {
    flex-direction: column;
    gap: 0.15rem;
  }
  .irc-spec-label {
    min-width: auto;
  }
}

.gallery_item {
  aspect-ratio: 3 / 2;
  box-shadow: 0px 5px 10.6px 0px #00000040;
  border: 1px solid;
  border-image-source: linear-gradient(
    249.15deg,
    #00b0ec -1.25%,
    rgba(0, 176, 236, 0) 25.81%,
    rgba(0, 176, 236, 0) 69.61%,
    #00b0ec 101.1%
  );
}
.gallery_item a {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.gallery_item:hover .gallery_item a {
  scale: 1.04;
}

.id_main_title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.id_main_content {
  width: 100%;
  margin: auto;
  max-width: 650px;
}
.id_main_img {
  width: 100%;
  margin: auto;
  max-width: 900px;
}
.id_top_bg {
  background-image: url("/wp-content/themes/ns-mtsh/images/id_top_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  border-radius: 20px;
  padding: 20px;
}
.id_top_bg_text {
  color: white;
  font-weight: 700;
  font-size: 18px;
  margin: 0px;
}
.id_top_bg_btn {
  background-color: white;
  color: #00b0ec;
  text-decoration: underline;
  font-weight: 700;
  font-size: 18px;
  padding: 7px 30px;
  border-radius: 100000px;
}
@media (min-width: 992px) {
  .id_top_bg {
    flex-direction: row;
    gap: 100px;
  }
}
.ip-title {
  color: #2aa7df;
  font-weight: 700;
}
.ip-intro {
  color: #333;
  line-height: 1.75;
}
.ip-dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 22px;
  background: #2aa7df;
  position: relative;
}
.ip-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24"><path fill="white" d="M10 17l5-5-5-5v10z"/></svg>')
    center/60% no-repeat;
  background: #fff;
}
.ip-table {
  border-collapse: separate;
  border-spacing: 0;
}
.ip-table thead th {
  border-top: 2px solid #1f2937;
  border-bottom: 2px solid #1f2937;
  font-weight: 700;
}
.ip-table tbody td {
  border-top: 1px solid #e9ecef;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  color: #333;
}
@media (max-width: 575.98px) {
  .ip-table thead th {
    white-space: normal;
  }
}

.flowchart-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
/*   background-image: url("/wp-content/themes/ns-mtsh/images/flow_bg.png"); */
}
.lri-title {
  color: #111;
}
.lri-subtitle {
  color: #2aa7df;
  font-weight: 700;
}
.lri-intro {
  color: #333;
  line-height: 1.75;
}
.lri-list {
  margin: 0;
}
.lri-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2aa7df;
  flex: 0 0 8px;
}
.lri-link {
  color: #1e88e5;
  text-decoration: underline;
}
.lri-link:hover {
  color: #145ea8;
  text-decoration: underline;
}
.lri-figure {
  background: #f6f7f9;
}
@media (max-width: 991.98px) {
  .lri-title {
    margin-bottom: 1rem;
  }
}

.rcd-title {
  color: #111;
}
.rcd-body {
  color: #333;
  line-height: 1.8;
}
.rcd-para {
  margin-bottom: 1.25rem;
}
.rcd-body a {
  color: #0b66c3;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
}
.rcd-body a:hover {
  color: #084b8d;
}
.fs-title {
  color: #111;
}
.fs-subtitle,
.fs-subtitle-plain {
  color: #0b66c3;
  font-weight: 700;
}
.fs-subtitle-link {
  color: #0b66c3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fs-body {
  color: #333;
  line-height: 1.8;
}
.fs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}
@media (min-width: 576px) {
  .fs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .fs-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.fs-thumb {
  background: #f6f7f9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.fs-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.fs-block {
  border-bottom: 1px solid #eef1f4;
}
.fs-block:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.poli_top {
  font-size: 14px;
  margin: 0px;
  font-weight: 600;
}
.poli_sub {
  font-size: 20px;
  font-weight: 600;
}
.poli_sub span {
  color: #00b0ec;
}
.policy_row {
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  transition: 0.3s;
}
.policy_row:hover {
  background-color: #00b0ec4a;
  padding: 30px 15px;
  cursor: pointer;
}
.policy_row h5 {
  font-weight: 600;
  font-size: 16px;
  color: #0000004d;
  margin: 0px;
  transition: 0.3s;
}
.policy_row:hover h5 {
  font-weight: 600;
  font-size: 24px;
  color: #1c2b36;
}
.policy_row:first {
  border-top: 1px solid black;
}
.policy_indicator {
  border-radius: 100000px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid black;
}
@media (min-width: 992px) {
  .poli_top {
    font-size: 18px;
  }
  .poli_sub {
    font-size: 26px;
  }
  .policy_row {
    padding: 25px 15px;
  }
  .policy_row:hover {
    padding: 35px 15px;
  }
  .policy_row h5 {
    font-size: 24px;
  }
  .policy_row:hover h5 {
    font-size: 32px;
  }
}
.bread-parent.bread-parent-43,
.bread-parent.bread-parent-445 {
  pointer-events: none;
}
.caro_pnp .carousel-item::after {
  content: none;
}
.caro_pnp .carousel-item {
  position: static;
}
.caro_pnp .gallery_item,
.caro_pnp a,
.caro_pnp img {
  aspect-ratio: 2/1 !important;
  object-fit: cover;
}
.caro_pnp button.carousel-control-prev span,
.caro_pnp button.carousel-control-next span {
  filter: invert(1);
}

.caro_pnp button.carousel-control-next span {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: translateX(-10%);
}
.caro_pnp button.carousel-control-prev span {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  transform: translateX(10%);
}
.esg-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.table-responsive {
  overflow-x: auto;
}
.esg-table {
  table-layout: fixed;
  min-width: 1400px;
  border-collapse: separate;
  border-spacing: 0;
}

.esg-table thead th {
  border-top: 2px solid #1f2937;
  border-bottom: 2px solid #1f2937;
  background: #fff;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

.esg-table .esg-corner {
  /* border: 0; */
  background: #fff;
}

.esg-table tbody th.esg-side-title {
    white-space: nowrap;
    background: inherit;
  font-weight: 700;
  color: #1a1a1a;
  border-right: 1px solid #e5e7eb;
}

.esg-table tbody tr {
  background: var(--row-bg, #f2f4f6);
}
/* .esg-table tbody tr:hover th, */
/* .esg-table tbody tr:hover td {
  background-color: rgba(0, 176, 236, 0.19) !important;
} */
.esg-table td.esg-cell {
    background: inherit;
  border: 1px solid #e9ecef;
  color: #1f2937;
  line-height: 1.6;
  vertical-align: top;
}
.esg-table td.esg-cell ul {
  margin: 0;
  padding-left: 1.15rem;
}
.esg-table td.esg-cell li {
  margin-bottom: 0.35rem;
}

@media (max-width: 991.98px) {
  .esg-table {
    min-width: 1200px;
  }
}
.tablepress-id-10 {
  border-collapse: collapse;
}
.tablepress-id-10 td,
.tablepress-id-10 th {
  border: 1px solid #808080 !important;
  padding: 6px;
}
.flowchart-section h3 {
    margin-top: -40px;
    margin-bottom: 50px !important;
    font-weight: bold;
}
.flow-logo {
    text-align: right;
}
.legend-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columns */
    gap: 8px 15px;
    font-size: 14px;
}

.legend-item {
    display: flex;
    align-items: center;
}

.legend-color {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 8px;
}
.esg-table tr:first-child {
    background: #e3f8ff;
}
.esg-table tr:nth-child(2) {
    background: #e3ffe9;
}
.esg-table tr:nth-child(3) {
    background: #ffe3e3;
}
header.fixed .menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.7);
}
header.fixed .logodiv {
    background: transparent;
	padding-top:0px;
}
header.fixed .logodiv p{
	color:#fff;
}
header.fixed .logodiv:before,header.fixed .logodiv:after {display:none}
.logomtsh p {
    font-size: 7.7px;
    font-weight: bold;
}
.logomtsh {
    max-width: 200px;
    margin: auto;
}
@media (min-width:992px){
	.logomtsh{
		position:relative;
	}
	
	.logomtsh:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    height: 150px;
    width: 1px;
    background: #6a6a6a;
}
.logomtsh:after {
    background: #6a6a6a;
    position: absolute;
    bottom: -150px;
    height: 1px;
    content: "";
    width: 300px;
    left: -50px;
}
}
