.main_Intro_Wrapper {
  display: flex;
  align-items: center;
  gap: 64px;
  direction: rtl;
  overflow: hidden;
  margin-block: 148px 80px;
}

.main_Intro_Right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 0 0 calc(40% - 32px);
  margin-inline-start: 8%;
  direction: rtl;
  text-align: right;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 60px;
}

.main_Intro_Right h2 {
  color: var(--Gray-G10, #2b2b2b);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.main_Intro_Right h2 span {
  color: var(--Gray-G10, #ee2e2a);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_Intro_Right p {
  color: var(--Gray-G40, #626262);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

.main_Intro_Right_Bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.main_Intro_Link {
  min-width: 170px;
}

/* image slider */

.main_Intro_Left {
  flex: 0 0 calc(60% - 32px);
  width: calc(60% - 32px);
  direction: rtl;
  overflow: visible;
  padding-block: 20px;
  margin-inline-start: -20%;
}

@media (min-width: 992px) {
  .main_Intro_Left {
    margin-inline-start: -20%;
  }
}

.main_Intro_Left .swiper-wrapper {
  align-items: center;
}

.main_Intro_Left_Image {
  width: 316px;
  height: 370px;
  position: relative;
  /* overflow: hidden; */
  flex-shrink: 0;
  opacity: 0.9;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.main_Intro_Left_Image:not(.swiper-slide-active) {
  transform: scale(0.9) !important;
  transition: all ease-in 300ms;
  opacity: 0.5;
}

.main_Intro_Left_Image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.main_Intro_Left_Image.swiper-slide-active {
  opacity: 1;
}

.main_Intro_Left_Image::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 0;
  opacity: 0;
  height: 6px;
  background: linear-gradient(270deg, #ee3229 0%, #ffd769 50%, #ee3229 100%);
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.35s ease;
}

.main_Intro_Left_Image.swiper-slide-active::after {
  transform: scaleX(1);
  opacity: 1;
  bottom: -10px;
}

/* arrows and pagination */

.main_Intro_Arrows {
  display: flex;
  align-items: center;
  gap: 14px;
  direction: ltr;
}

.main_Intro_Arrow {
  width: 28px;
  height: 28px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  color: #ee2e2a;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.main_Intro_Arrow:hover {
  background: #ee2e2a;
  color: #ffffff;
}

.main_Intro_Pagination {
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

.main_Intro_Pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 !important;
  background: #d7d7d7;
  opacity: 1;
}

.main_Intro_Pagination .swiper-pagination-bullet-active {
  background: #ee2e2a;
}

/* responsive */

@media (max-width: 992px) {
  .main_Intro_Wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-block: 60px;
  }

  .main_Intro_Right {
    flex: none;
    margin-inline-start: 0;
    padding-inline: 20px;
    padding: 12px;
  }

  .main_Intro_Left {
    flex: none;
    width: 100%;
    padding-inline: 20px;
  }

  .main_Intro_Left_Image {
    width: 220px;
    height: 270px;
  }
}

@media (max-width: 576px) {
  .main_Intro_Right h2 {
    font-size: 24px;
  }

  .main_Intro_Right h2 span {
    font-size: 28px;
  }

  .main_Intro_Right p {
    font-size: 14px;
    line-height: 28px;
  }

  .main_Intro_Right_Bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .main_Intro_Left_Image {
    width: 190px;
    height: 240px;
  }
}

.main_Cat_Wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
  background: var(--Gray-G99, #f2f2f2);
  padding: 52px 48px;
  position: relative;
  margin-bottom: 80px;
}

.main_Cat_Wrapper::before {
  content: "";
  background-image: url(/Portals/_default/Skins/Glend/resource/icons-svg/Vector.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 268px;
  height: 252px;
  z-index: 0;
}

.main_Cat_Middle {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  padding-inline-start: 32px;
  padding-inline-end: 32px;

  h2 {
    color: #0b2042;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 0 !important;
  }
  p {
    color: var(--Gray-G50, #7a7a7a);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin: 0 !important;
  }
}

.main_Cat_Middle::before {
  content: "";
  background-color: #d1d1d1;
  height: 120%;
  width: 1px;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  position: absolute;
}

@media (max-width: 992px) {
  .main_Cat_Wrapper {
    flex-direction: column;
  }
  .main_Cat_Middle {
    padding: 0;
  }
  .main_Cat_Middle::before {
    display: none;
  }
}

.main_News_Top_Wrapper {
  a.button-01.btn-color3 {
    transform: translateX(-36px);
  }
  .title-32 .title {
    color: var(--Gray-G20, #3d3d3d);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    span {
      color: var(--Gray-G20, #f47933);
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
  }

  .title-32 .title span::after {
    display: none;
  }
}

@media (max-width: 992px) {
  .main_News_Top_Wrapper {
    a.button-01.btn-color3 {
      transform: translateX(0);
    }
    .title-32 .title {
      span {
        color: var(--Gray-G20, #f47933);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
    }
  }
}

.main_News_Wrapper#project {
  .blog-date {
    top: 16px !important;
    left: unset;
    right: 0;
    background: #ee2e2a;
    z-index: 2;
    transition: 0.3s ease;
  }

  .icon-box09 {
    position: relative;
    overflow: hidden;
    z-index: 2;
  }

  .icon-box09::before {
    content: "";
    background: linear-gradient(180deg, rgba(8, 26, 56, 0) 0%, #081a38 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.3s ease;
  }

  .summary {
    position: absolute;
    bottom: -140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: calc(100% - 64px);
    transition: 0.3s ease;
    padding: 0 !important;
  }

  .Industry-blogbox01 {
    background: transparent !important;
  }

  h4 {
    color: var(--Gray-G100, #fff);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 250% */
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 64px);
    z-index: 2;
    transition: 0.3s ease;
  }
  .more-icon {
    position: absolute;
    bottom: 120px;
    left: 10px;
    z-index: 2;
    a {
      width: max-content;
      height: max-content;
      color: var(--Gray-G20, #3d3d3d);
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px; /* 228.571% */
    }
  }
}

.main_News_Wrapper#project .icon-box09:hover {
  transform: unset !important;
  box-shadow: none !important;
  .Industry-blogbox01 {
    background: #f2f2f2 !important;
  }
  &::before {
    opacity: 0;
  }

  .blog-date {
    right: 32px;
    box-shadow: none !important;
  }

  h4 {
    bottom: 300px;
  }

  .summary {
    bottom: 100px;
  }
}

#dnn_ctr606_View_Index_plLicense {
  .counter-04 .counter .number::after {
    color: #F47933;
  }
  .sico svg {
    fill: #f47933;
  }
}


@media (min-width: 992px) {
  strong.submenu_title a:first-child span {
    font-size: 15px !important;
  }
}
