a {
  text-decoration: none;
}
a:hover {
  transition: all 0.5s;
}

#block-msm23-flagshipproduct {
  background: #F7FCFF;
  position: relative;
}
#block-msm23-flagshipproduct:after {
  content: "";
  background: url("/themes/contrib/msm23/images/msm-1-bg@2x.png");
  background-size: cover;
  position: absolute;
  right: 0;
  width: 88%;
  height: 100%;
  bottom: -87px;
}

.font-22 {
  font-size: 22px;
  line-height: 32px;
}

.font-20 {
  font-size: 20px;
  line-height: 30px;
}

.sugar-prai {
  padding-top: 3rem;
  padding-bottom: 14rem;
}

.sugar-img1 {
  position: absolute;
  right: 5rem;
  top: 0;
  z-index: 1;
}

.sugar-img2 {
  position: absolute;
  right: 2rem;
  bottom: -45px;
  z-index: 1;
}

#block-msm23-sweetening {
  background: url("/themes/contrib/msm23/images/BG-product.png");
  background-size: cover;
  position: relative;
}
#block-msm23-sweetening .sweetening {
  padding-top: 5rem;
}
#block-msm23-sweetening:after {
  background: url("/themes/contrib/msm23/images/border-top-highlight.png");
  background-size: cover;
  content: "";
  height: 80px;
  width: 100%;
  display: block;
}

.title-big {
  color: #0A0A0A;
  font-size: 86px;
  line-height: 117px;
  font-weight: 800;
}

.btn-orange {
  background: #EB881A;
}
.btn-orange a {
  color: #171717;
  text-decoration: none;
  font-weight: 700;
}
.btn-orange:hover {
  background-color: #EB751A;
  transition: all 0.35s;
  border: 0;
}

.view-sugar-carousel {
  position: relative;
}
.view-sugar-carousel .owl-carousel .owl-stage-outer {
  padding-top: 38px;
}
.view-sugar-carousel .owl-item {
  pointer-events: none;
  transform: scale(0.72) !important;
  transition: 0.5s;
}
.view-sugar-carousel .owl-item .sugar-content {
  display: none;
}
.view-sugar-carousel .owl-item .sugar-img {
  position: relative;
}
.view-sugar-carousel .owl-item.active.center {
  pointer-events: visible;
  opacity: 1;
  transform: scale(1) !important;
}
.view-sugar-carousel .owl-item.active.center .sugar-img {
  position: relative;
  z-index: 1;
  min-height: 176px;
}
.view-sugar-carousel .owl-item.active.center .sugar-img:before {
  background: url("/themes/contrib/msm23/images/Focus.png");
  content: "";
  position: absolute;
  background-size: cover;
  width: 238px;
  height: 219px;
  left: -10px;
  top: -38px;
  z-index: -1;
}
.view-sugar-carousel .owl-item.active.center .sugar-content {
  display: block;
  min-width: 400px;
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
  padding-top: 10px;
}
.view-sugar-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 310px;
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, 0);
  left: 50%;
  z-index: 2;
}
.view-sugar-carousel .owl-nav .owl-prev {
  background: transparent;
  border: 0;
  position: absolute;
  left: 0;
}
.view-sugar-carousel .owl-nav .owl-prev:before {
  background: url("/themes/contrib/msm23/images/left-product.png");
  content: "";
  width: 22px;
  height: 22px;
  display: block;
}
.view-sugar-carousel .owl-nav .owl-prev span {
  display: none;
}
.view-sugar-carousel .owl-nav .owl-next {
  background: transparent;
  border: 0;
  position: absolute;
  right: -5px;
}
.view-sugar-carousel .owl-nav .owl-next:before {
  background: url("/themes/contrib/msm23/images/right-product.png");
  content: "";
  width: 22px;
  height: 22px;
  display: block;
}
.view-sugar-carousel .owl-nav .owl-next span {
  display: none;
}
.view-sugar-carousel .owl-dots {
  display: none;
}

.sugar-item {
  position: relative;
}

.sugar-title {
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.sugar-desc {
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  color: #fff;
}

.sugar-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 600px;
  max-height: 100%;
}
.sugar-modal img {
  width: auto;
  /* Maintain the original width */
  height: auto;
  /* Maintain the original height */
  max-width: 100%;
  /* Ensure it fits within the viewport horizontally */
  max-height: 100%;
  /* Ensure it fits within the viewport vertically */
  display: block;
  /* Ensure proper centering within the modal */
  margin: auto;
  /* Center the image in the modal */
  border-radius: 8px;
  /* Optional: Add rounded corners */
}

.onsugarpopup .owl-stage-outer {
  overflow: visible;
}

.onsugarpopup .view-sugar-carousel .owl-nav {
  z-index: -1;
}
.onsugarpopup .view-sugar-carousel .owl-item.active.center + .owl-item {
  z-index: -1;
}

/****** Content Navigation ******/
#content-navigation-menu {
  font-size: 0.875rem;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 50%);
  min-width: 500px;
  display: flex;
  justify-content: space-between;
}
#content-navigation-menu a {
  display: none;
  color: #fff;
  font-size: 0.875rem;
  line-height: 16px;
  text-decoration: none;
}
#content-navigation-menu a.menu-visible {
  display: inline-block;
}
#content-navigation-menu a.dropdown-toggle:after {
  display: none;
}
#content-navigation-menu a.menu-prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/themes/contrib/msm23/images/msm-sprite.png) no-repeat -24px -172px;
  width: 27px;
  height: 29px;
  margin-right: 10px;
}
#content-navigation-menu a.menu-next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/themes/contrib/msm23/images/msm-sprite.png) no-repeat -83px -172px;
  width: 27px;
  height: 29px;
  margin-left: 10px;
  border: 0;
}

.menu-content-navigation ul {
  display: none;
}

.cn-menu.contextual-region {
  position: unset;
}

.corp-struc-box h1 {
  font-weight: 700;
}

.corp-struc-top > div .corp-struc-box::before,
.corp-struc-bottom > div .corp-struc-box::before {
  z-index: inherit !important;
}

.corp-struc-center {
  position: relative;
  z-index: 1;
}

.corp-box {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}

.view-id-nodequeue_2 .views-field-nothing {
  padding: 10px 0;
  max-height: 160px;
  height: 160px;
  background: none;
}
.view-id-nodequeue_2 .views-field-nothing .field-content {
  line-height: 22px;
}
.view-id-nodequeue_2 .views-row {
  width: 23%;
  margin: 0 10px 10px;
  max-width: 100%;
}
.view-id-nodequeue_2.leadership .views-row {
  width: 27%;
  margin: 0 30px 10px;
}
.view-id-nodequeue_2 .views-field-nothing-1 {
  z-index: 9999;
}
.view-id-nodequeue_2 .views-field-field-image {
  text-align: center;
}

.bod-popup-body {
  font-size: 14px;
  letter-spacing: 0;
  color: #272727;
}
.bod-popup-body p {
  color: #272727 !important;
  letter-spacing: 0 !important;
}
.bod-popup-body ul {
  padding-left: 20px;
}
.bod-popup-body ul li {
  list-style: none;
  position: relative;
  line-height: 20px;
}
.bod-popup-body ul li:before {
  content: "";
  background: url("/themes/contrib/msm23/images/bullet-points.png");
  width: 15px;
  height: 19px;
  position: absolute;
  left: -20px;
}

.bod .button-profile {
  background: #EB881A;
  border-radius: 4px;
  border: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 14px;
  color: #171717;
  transform: translate(-50%);
  left: 50%;
  right: 0;
}
.bod .bod-title {
  color: #0A0A0A;
  letter-spacing: 0;
}
.bod .bod-title2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #0A0A0A;
}
.bod .bod-designation {
  letter-spacing: 0;
  line-height: 20px;
  font-size: 14px;
  color: #0A0A0A;
}
.bod .views-field-nothing-1 {
  padding: 0;
  overflow-x: hidden;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 3px 6px #00000029;
}

.details-container {
  background: #F0EFF8;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-top: 85px;
  text-align: left;
}

.bod-name-details .bod-popup-title {
  font-size: 24px;
  line-height: 24px;
}
.bod-name-details .bod-popup-designation {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
}
.bod-name-details .bod-popup-designation1 {
  font-size: 18px;
  letter-spacing: 0;
}

.bod-img-popup {
  position: absolute;
  padding: 23px;
}
.bod-img-popup img {
  width: 184px;
  height: 184px;
}

.bod-name-details {
  color: #fff;
  position: relative;
  transform: translate(0, -50%);
  top: 35%;
  left: 0;
}

.bod-popup-close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bod-popup-close a {
  color: #fff !important;
  padding: 0;
  text-align: center;
  font-size: 14px;
}

.bod-popup-header {
  background: transparent linear-gradient(180deg, #07B1B5 0%, #00749E 100%) 0% 0% no-repeat padding-box;
  height: 128px;
  text-align: left;
}

.bod-name-details {
  color: #fff;
  position: relative;
  transform: translate(0, -50%);
  top: 35%;
  left: 0;
}

.text-blue {
  color: #074488;
  font-weight: 700;
}

.text-grey {
  color: #272727;
}

.bg-fullwidth {
  background: #F0EFF8;
  width: 100vw;
  position: relative;
  transform: translate(-50%);
  left: 50%;
}

.bg-leadership {
  background: url("/themes/contrib/msm23/images/BG-Leader.png");
  width: 100vw;
  position: relative;
  transform: translate(-50%);
  left: 50%;
  background-size: cover;
  height: 450px;
}
.bg-leadership .leader-img {
  position: relative;
  top: -50px;
}

.white-block {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.tab-content .fade.show {
  opacity: 1;
}

.view-media-releases .views-row {
  padding-left: 0;
}
.view-media-releases .mediarelease-date {
  width: 80px !important;
  padding: 5px !important;
}
.view-media-releases .mediarelease-date .date-1 {
  font-size: 24px;
  margin-bottom: 0px;
}
.view-media-releases .mediarelease-date .date-2 {
  font-size: 10px;
  padding-top: 0;
}
.view-media-releases .mediarelease-title a {
  font-size: 15px;
}

table tr th {
  color: #000;
  background: #e1e2dc;
}

.contact div p {
  font-size: 14px !important;
}

hr {
  opacity: 1;
  border-top: 1px solid #ddd;
}

.alert.fade {
  opacity: 1;
}

.webform-component--details li {
  letter-spacing: 1px;
  margin: 1em 0;
  line-height: 25px;
}

label {
  font-size: 13px;
}

.fieldset-legend {
  font-size: 13px;
  font-weight: bold;
}

.form-control {
  border-radius: 0;
  font-size: 13px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #4c88d7;
}

.legend legend {
  width: 16.66666667%;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 0;
}

#edit-gender .radio {
  margin-top: 0;
}
#edit-gender .radio label {
  padding-left: 5px;
}

.webform-options-display-side-by-side > div {
  margin-right: 30px;
}

.webform-element-description {
  padding-left: 15px;
  padding-right: 15px;
}

.form-submit {
  background: #0D4C93;
  text-transform: uppercase;
}

.carousel-container .carousel-caption {
  position: relative;
  left: 0;
  text-shadow: none;
  color: #000;
}

.products-data-container h3 {
  font-size: 1.231em;
  font-weight: bold;
}

.rtecenter {
  text-align: center;
}

ol li::marker {
  color: #074488;
  font-weight: 700;
}

.custom-ul {
  padding-left: 20px;
}
.custom-ul li {
  list-style: none;
  position: relative;
  line-height: 20px;
}
.custom-ul li:before {
  content: "";
  background: url("/themes/contrib/msm23/images/bullet-points.png");
  width: 15px;
  height: 19px;
  position: absolute;
  left: -20px;
}

.page-node-284 .nav-link--our-business-msm-prai-berhad {
  display: none !important;
}

.tab-sugar .nav-pills {
  border-bottom: 1px solid #ced0d3;
}
.tab-sugar .nav-link {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 900;
  border-radius: 0;
}
.tab-sugar .nav-link.active {
  color: #EB881A;
  background: transparent;
  border-bottom: 5px solid #EB881A;
}
.tab-sugar .tab-content p {
  font-size: 16px;
  line-height: 30px;
}

.bg-grey {
  background: #F0EFF8;
}

.sugar-page-title {
  font-size: 36px;
  font-weight: 800;
}

.is-title {
  color: #1C1C1C;
  font-size: 16px;
  margin-bottom: 10px;
}

.content-main-header {
  position: relative;
}
.content-main-header .header-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-main-header ~ .cn-menu #content-navigation-menu {
  top: 30%;
}

.is-icon {
  min-height: 77px;
}

/**** responsives *****/
@media (max-width: 1024px) {
  .view-id-nodequeue_2 .views-row {
    width: 30%;
  }
  .view-id-nodequeue_2.leadership .views-row {
    margin: 0 20px 10px;
  }

  .bg-leadership .leader-img {
    top: 0;
  }
}
@media (max-width: 991px) {
  .title-big {
    font-size: 54px;
    line-height: 80px;
  }
  .title-big span img {
    width: 138px;
  }

  .sugar-img1 {
    top: unset;
    right: 0;
  }
  .sugar-img1 img {
    width: 130px;
  }

  .sugar-img2 {
    bottom: 20px;
    right: 0;
    transform: translate(-50%, 0);
    left: 50%;
  }
  .sugar-img2 img {
    width: 267px;
  }

  .sugar-prai {
    padding-top: 0;
    padding-bottom: 27rem;
  }

  #block-msm23-flagshipproduct:after {
    width: 100%;
    height: 400px;
    background-position: 66% center;
    bottom: -33px;
    background-repeat: no-repeat;
  }

  .view-sugar-carousel .owl-item.active.center {
    transform: scale(0.7) !important;
  }
  .view-sugar-carousel .owl-item.active.center .sugar-img:before {
    width: 100%;
    height: 336px;
  }
  .view-sugar-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .view-id-nodequeue_2 .views-field-nothing {
    max-height: 100%;
    height: auto;
  }
  .view-id-nodequeue_2.leadership .views-row {
    width: 100%;
    margin: 0 0 10px;
  }
  .view-id-nodequeue_2 .views-row {
    width: 100%;
    max-width: 100%;
  }
  .view-id-nodequeue_2 .views-field-field-image img {
    width: auto;
  }

  .bod-img-popup {
    position: relative;
    text-align: center;
  }

  .bod-name-details {
    top: 0;
    padding: 0 10px;
  }

  .bod-popup-header {
    height: auto;
    padding-bottom: 20px;
  }

  .details-container {
    margin-top: 0;
  }

  .bod-popup-body {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  #content-navigation-menu {
    min-width: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*# sourceMappingURL=custom2.css.map */
