@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueUltraLight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueUltraLightItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueThin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueThinItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueLightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueRoman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueMediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueBoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueHeavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueHeavyItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueBlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1476px !important;
  }
}
body {
  font-family: "HelveticaNeue", sans-serif !important;
  direction: ltr !important;
}

a {
  text-decoration: none !important;
}
.logo-container {
  padding: 15px;
}

.logo-container img {
  width: 90px;
  height: auto;
}
a.nav-link {
  font-size: 18px;
  font-weight: 400;
  padding-inline: 23px !important;
}
.menu-container {
  height: 16vh;
  align-items: center;
  display: flex;
  width: 100%;
  background-color: #fff;
  gap: 80px;
}

.header-sec .nav-link:focus,
.header-sec .nav-link:hover {
  color: rgb(1 167 72) !important;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  height: 100%;
  padding-left: 20px;
  background-color: unset !important;
}
.header-sec {
  position: relative;
  z-index: 2;
}
.right-header {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 14px;
}

.search-container,
.lang-container {
  border: 2px solid #f2f2f2;
  padding: 4px;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.search-container img,
.lang-container img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.slider-sec {
  width: 100%;
  height: 66vh;
}
.banner-context {
  position: absolute;
  bottom: 10%;
  left: 16%;
}

.slider-link {
  background-color: #009fe0;
  padding-block: 14px;
  width: 310px;
  border-radius: 55px;
}
.about-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 59px;
  padding-right: 22px;
}
.about-btn span {
  font-weight: 200;
  color: #fff;
  font-size: 27px;
}
.about-btn img {
  width: 16px;
}
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-nav {
  position: absolute;
  bottom: 10%;
  right: 16%;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
  position: static !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #f6f2f0d1;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Optional: make the arrow icons bold */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: 700;
  color: #5b4e38e8;
}

.swiper-slide {
  position: relative;
}

a.navbar-brand {
  color: #fff;
}

a.nav-link {
  color: #8b8b8b;
}
.slider-text {
  position: absolute;
  top: 50%;
  color: #fefdfe;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slider-text h1 {
  font-size: 55px;
  line-height: 75px;
  border-left: 6px solid #01a748;
  padding-left: 15px;
}
.slider-text a {
  color: #fefdfe;
  font-size: 23px;
  background-color: #13467dd4;
  padding: 17px 65px;
  width: 260px;
}
.services-sec {
  padding-top: 90px;
  padding-bottom: 105px;
}
.each-card {
  width: 100%;
  height: 350px;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
  overflow: visible;
  z-index: 1;
  transition: 0.4s;
  margin-bottom: 35px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.06),
    0 8px 16px rgba(0, 0, 0, 0.04);
}
/*  just replace the old .orange-gradient rule  */
.each-card > .orange-gradient {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 630px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(241, 93, 37, 0.25) 0%,
    rgba(241, 93, 37, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.1s ease-out;
  z-index: 0;
  pointer-events: none;
}

.each-card:hover > .orange-gradient,
.each-card:focus-within > .orange-gradient {
  opacity: 1;
  transition: opacity 0.12s ease-in;
}

.each-card > *:not(.orange-gradient) {
  position: relative;
  z-index: 1;
}
.each-card::after {
  content: "";
  position: absolute;
  border-top-right-radius: 6px;
  top: 0px;
  right: 0px;
  width: 269px;
  height: 260px;
  pointer-events: none;
  transition: all 0.2s;
  background: radial-gradient(
    circle at top right,
    #c2e5f3 0%,
    rgba(214, 240, 250, 0) 75%
  );
  z-index: 0;
}
.each-card:hover::after {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: url(/Portals/_default/Skins/raahbar-en-new/raahbar/assets/images/pattern-card.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
  background-color: #ffffff;
}
.icon-container_back {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 64px 14px 14px 14px;
  margin-left: 36px;
  width: 110px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  background-color: #f5f5f5;
}
.icon-container {
  display: inline-block;
  position: relative;
  text-align: center;
}
.icon-container img {
  position: relative;
}
.icon-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  mix-blend-mode: color;
  transition: background 350ms ease-in-out;
  pointer-events: none;
}

.each-card:hover .icon-container::after,
.each-card:focus-visible .icon-container::after {
  background: #f15d25;
  transition: background 350ms ease-in-out;
}
.each-card:hover .card-context h2::after {
  background: #f15d25;
  transition: background 350ms ease-in-out;
}

.icon-container img {
  width: 65px;
}
.card-context {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 40px;
}

.card-context span {
  font-weight: 300;
  font-size: 22px;
  color: #d9d8d8;
}
.card-context h2::after {
  border-radius: 0 10px 10px 0;
  transition: background 350ms ease-in-out;
  background-color: #009fe0;
  position: absolute;
  content: "";
  height: 85%;
  left: -35px;
  width: 4px;
}
.more {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: right;
  padding-top: 30px;
}

.more p {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 0;
  color: #444444;
}

.more i {
  font-size: 23px;
  color: #009fe0;
  transition: color 350ms ease, transform 350ms ease;
  will-change: transform;
}
.each-card:hover .more i,
.each-card:focus-within .more i {
  color: #f15d25;
  transform: translateX(calc(-100% - 110px));
}
.card-context h2 {
  position: relative;
  padding-top: 8px;
  font-size: 33px;
  margin-bottom: 0;
  color: #444444;
  font-weight: 400;
}

/* .video-sec .row {
  height: 100%;
  align-items: center;
} */

.video-context_container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.06),
    0 8px 16px rgba(0, 0, 0, 0.04);
  top: 0;
  border-bottom: 6px solid #f15a22;
  padding-top: 4%;
  padding-bottom: 24%;
  width: 100%;
  border-radius: 6px;
  padding-top: 5%;
  background-color: #fff;
  position: relative;
  display: inline-block;
}
.video-context_container h2 {
  color: #444;
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
}
.video-context_container p {
  margin: 0 auto;
  width: 50%;
  color: #adadad;
  font-size: 18px;
}

.video-container-main {
  position: relative;
  text-align: center;
}

.video-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 77%;
  z-index: 5;
  border-radius: 8px;
  margin-top: -21%;
  box-sizing: border-box;
  overflow: hidden;
}

.read-more_container {
  background-color: #f15a23;
  padding-block: 14px;
  width: 310px;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 55px;
}
.video-context_container::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 246px;
  height: 278px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgba(241, 93, 37, 0.25) 0%,
    rgba(241, 93, 37, 0) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.video-context_container::before {
  content: "";
  position: absolute;
  top: 70%;
  right: 0;
  width: 246px;
  height: 278px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgba(241, 93, 37, 0.25) 0%,
    rgba(241, 93, 37, 0) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.video {
  width: 100%;
  display: block;
  z-index: 1;
}
.video-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/backofvideo.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: brightness(0.8);
  pointer-events: none; /* click passes to play button/video */
  transition: opacity 0.5s;
}
.video-poster.hidden {
  opacity: 0;
  visibility: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 23, 61, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* <--- This line is GOOD */
}
.play-button {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 20px;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto; /* <--- allows button itself to be clickable */
  transition: opacity 0.3s ease;
}
.control-icons {
  margin-right: 30px;
  margin-bottom: 10px;
}
.controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 14px;
  z-index: 2;
}
span#time {
  font-size: 22px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.control-icons button {
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  margin-left: 10px;
  cursor: pointer;
}
img.read-more {
  width: 22px !important;
  height: auto;
}

a.read-more-link {
  color: #133d90;
  display: flex;
  gap: 10px;
  font-size: 27px;
  align-items: center;
}
.mission-vision-sec {
  padding-bottom: 300px;
  padding-top: 180px;
  overflow: hidden;
}

section.mission-vision-sec img {
  width: 100%;
  border-radius: 6px;
  height: 390px;
  object-fit: cover;
}
.mission-detail {
  width: 103%;
  border-radius: 8px;
  margin-top: 18%;
  background: linear-gradient(230deg, #e35620, #f15a23ed);
  height: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-inline: 55px;
}
.vision-detail {
  width: 118%;
  border-radius: 8px;
  margin-top: 18%;
  margin-left: -18%;
  background: linear-gradient(230deg, #0383c8, #009dde);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-inline: 55px;
  transition: all 0.15s;
}

.vision-detail:hover {
  background: url(/Portals/_default/Skins/raahbar-en-new/raahbar/assets/images/vision-pattern.png),
    linear-gradient(230deg, #0383c8, #009dde);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
}
.mission-detail:hover {
  background: url(/Portals/_default/Skins/raahbar-en-new/raahbar/assets/images/vision-pattern.png),
    linear-gradient(230deg, #e35620, #f15a23ed);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
}
.mission-detail:hover .more i,
.mission-detail:focus-within .more i {
  color: #009dde;
  transform: translateX(calc(-100% - 110px));
}
.vision-detail:hover .more i,
.vision-detail:focus-within .more i {
  color: #f15d25;
  transform: translateX(calc(-100% - 110px));
}

.mission-img {
  position: relative;
  z-index: 10;
}
.vission-img {
  position: relative;
  z-index: 10;
}
.mission-img-wrapper {
  position: relative;
  width: 118%;
  margin-left: -18%;
  display: inline-block;
}
.mission-img-wrapper::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -67px;
  width: 72px;
  height: 133px;
  z-index: 2;
  border-top-right-radius: 11px;
  background: linear-gradient(149deg, #3f84ab 0%, rgb(85 137 174) 100%);
  clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
  pointer-events: none;
}
.mission-img-wrapper::before {
  content: "";
  position: absolute;
  bottom: -164px;
  left: -58px;
  width: 450px;
  height: 530px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgb(25 145 209 / 68%) 0%,
    rgb(1 145 212 / 0%) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.vission-img-wrapper {
  position: relative;
  width: 103%;
  display: inline-block;
}
.vission-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -70px;
  width: 72px;
  height: 129px;
  z-index: 2;
  border-top-right-radius: 11px;
  background: linear-gradient(149deg, #9a9a9c 0%, rgb(196 171 141) 100%);
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  pointer-events: none;
}
.vission-img-wrapper::before {
  content: "";
  position: absolute;
  bottom: -178px;
  right: 8px;
  width: 450px;
  height: 562px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgb(249 109 57 / 67%) 0%,
    rgb(1 145 212 / 0%) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.mission-detail h2,
.vision-detail h2 {
  color: #fefdfd;
  font-size: 43px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 14px;
  position: relative;
  display: inline-block;
}
.mission-detail h2::after {
  border-radius: 0 10px 10px 0;
  background-color: #564741;
  position: absolute;
  content: "";
  height: 70%;
  left: -55px;
  width: 5px;
}
.vision-detail h2::after {
  border-radius: 10px 0px 0px 10px;
  background-color: #564741;
  position: absolute;
  content: "";
  height: 70%;
  right: -55px;
  width: 5px;
}
.mission-detail p,
.vision-detail p {
  color: #d3d3d3;
  font-size: 19px;
  line-height: 38px;
}
.mission-detail p {
  padding-right: 18%;
}
.vision-detail p,
.vision-detail h2 {
  padding-left: 15%;
}
.mission-vision-sec .more span {
  font-weight: 300;
  color: #e9e9e9;
  font-size: 18px;
  margin-bottom: 0;
  display: inline-block;
}
.mission-vision-sec .more i {
  color: #564741;
}
.mission-vision-sec .row:last-child {
  margin-top: 150px;
}

.product-sec {
  padding-top: 70px;
  padding-bottom: 35px;
}
.product-sec .swiper-slide {
  border-radius: 8px;
  padding-inline: 15px;
}
.product-title {
  color: #444;
  font-size: 45px;
  margin: 0 auto;
  width: fit-content;
  display: inline-block;
  font-weight: 400;
  padding-bottom: 35px;
}
.product-title_icon {
  display: flex;
  width: 100%;
  position: absolute;
  top: -24px;
  justify-content: space-between;
  left: -11px;
  overflow: hidden;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 0px 50px 50px 0px;
}

.product-btns i {
  color: #6f6f6f;
}
.product-detail-container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.06),
    0 8px 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  transition: all 350ms ease-in-out;
}
.product-detail-container:hover .product-title_icon {
  background-color: #ffffff;
  transition: all 350ms ease-in-out;
}

.product-detail-container:hover .product-detail-text h2::after {
  background-color: #009fe0;
  transition: all 350ms ease-in-out;
}
.product-detail-container:hover .product-detail-text {
  background: url(/Portals/_default/Skins/raahbar-en-new/raahbar/assets/images/product-pattern.png),
    linear-gradient(230deg, #f4f4f4, #d9d9d99c);
  transition: background 350ms ease-in-out;
  background-size: cover;
  background-position: left;
}
.product-title_icon span::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  mix-blend-mode: color;
  transition: background 350ms ease-in-out;
  pointer-events: none;
}
.product-detail-container:hover .product-title_icon span::after {
  background: #009fe0;
  transition: background 350ms ease-in-out;
}
.product-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
  padding-bottom: 60px;
}
.product-detail-container img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
section.product-sec .download-btn .read-more-link,
section.product-sec .view-more-btn .read-more-link {
  color: #009fe0;
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 27px;
}

.download-btn,
.view-more-btn {
  display: flex;
  justify-content: right;
  padding-right: 30px;
}

.product-detail-text {
  padding: 45px 20px;
  position: relative;
  transition: background 370ms ease-in-out;
}

.product-detail-text h2 {
  color: #2c2c2c;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 30px;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-block: 17px;
}
.product-detail-text h2::after {
  border-radius: 0 10px 10px 0;
  background-color: #f15923;
  position: absolute;
  content: "";
  height: 51%;
  top: 17px;
  left: 0px;
  display: block;
  width: 5px;
}

.product-title_icon span {
  background-color: #ffffff;
  height: 57px;
  display: inline-block;
  width: 57px;
  margin-right: 9px;
  position: relative;
  border-radius: 50%;
}

.product-title_icon span img {
  padding: 10px;
  height: auto;
}
.product-detail-text p {
  color: #8a8a8a;
  font-size: 18px;
  height: 150px;
  line-height: 33px;
  padding-top: 26px;
}
.product-sec .more span {
  color: #f15d25;
}
.product-sec .more i {
  color: #787878;
}
.product-detail-container:hover .more i,
.product-detail-container:focus-within .more i {
  transform: translateX(calc(-100% - 110px));
}
.product-detail-container:hover .more span,
.product-detail-container:focus-within .more span {
  color: #009fe0;
}
.product-detail-container:hover .product-title_icon span {
  background-color: #f5f5f5;
  transition: 0.4s;
}
.mySecondSwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}

.swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 20px;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.swiper-controls-second {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.swiper-button-prev-second::before,
.swiper-button-next-second::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #f15e25;
  display: inline-block;
}

.swiper-button-prev-second::before {
  content: "\f104"; /* FA chevron-left */
}

.swiper-button-next-second::before {
  content: "\f105"; /* FA chevron-right */
}

/* optional layout tweaks */
.swiper-button-prev-second,
.swiper-button-next-second {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-pagination-second {
  display: flex;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #00478d;
  opacity: 0.4;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f15e27;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.swiper-pagination-second.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  align-items: center;
}

span.swiper-pagination-bullet {
  background-color: #7c7c7c;
  width: 14px;
  border-radius: unset;
  height: 3px;
}
section.news-sec {
  padding-block: 95px;
}

.special-news {
  position: relative;
  aspect-ratio: 1.3;
}

.special-news h3 {
  position: absolute;
  bottom: 3%;
  right: 5%;
  left: 0;
  color: #fefdfe;
  padding-left: 43px;
  font-size: 25px;
  line-height: 43px;
  font-weight: 400;
  z-index: 12;
  display: inline-block;
}
.special-news h3::before {
  border-radius: 0 10px 10px 0;
  background-color: #f15923;
  position: absolute;
  content: "";
  height: 70%;
  top: 13px;
  left: 0px;
  display: block;
  width: 5px;
}
.special-news img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.news-title h2 {
  font-size: 24px;
  padding-top: 7px;
  line-height: 37px;
  font-weight: 400;
  color: #686868;
}

.normal-news-detail {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  padding-block: 22px;
}
.normal-news-detail::after {
  background-color: #b3b3b32b;
  position: absolute;
  content: "";
  height: 2px;
  bottom: 5px;
  left: 0px;
  right: 0;
  display: block;
  width: 90%;
  margin: 0 auto;
}

.news-date {
  font-size: 16px;
  color: #f76b36;
  transition: 0.2s;
}

.normal-news {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.footer {
  background-image: url("../images/footer-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 100px;
  color: #f0f0f0;
}
.footer a {
  color: #f0f0f0;
}
.footer ul {
  padding: 0;
}

li {
  list-style: none;
}
.footer li::before {
  content: "�";
  color: #01a748;
  font-size: 13px;
  margin-right: 22px;
}
.footer li {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.footer h5 {
  font-size: 23px;
  padding-bottom: 6px;
}
.social-icons {
  display: flex;
  gap: 19px;
  margin-top: 40px;
}

.social-icons img {
  width: 28px;
  height: auto;
}
.social-media-bk {
  background-color: #ffffff38;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (min-width: 1400px) {
  .footer .container,
  .footer .container-lg,
  .footer .container-md,
  .footer .container-sm,
  .footer .container-xl,
  .footer .container-xxl {
    max-width: 1365px !important;
  }
}
.footer .row:first-child {
  border-bottom: 1px solid #01a748;
  padding-bottom: 35px;
}
.footer-logo-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-logo-container img {
  padding-left: 40px;
  width: 290px;
}
p.copyright {
  padding-block: 30px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: left;
  color: #cfcfcfe3;
  font-size: 18px;
  font-weight: 300;
}
section.video-report-sec {
  padding-top: 110px;
  padding-bottom: 60px;
  background-color: #e0e9f2;
}

section.video-report-sec li button {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 45px;
  color: #979797 !important;
}
.nav-tabs .nav-link {
  border: none !important;
  margin: 0 !important;
  transition: none !important;
}
section.video-report-sec li button.active {
  color: #121213;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: unset !important;
  border: unset !important;
  color: #121213 !important;
}

ul#videoTabs {
  border: unset !important;
}
.video-report-sec
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #014995;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: unset !important;
  outline: unset !important;
  color: unset;
  transition: none !important;
  margin: 0;
}
ul#videoTabs li.nav-item {
  position: relative;
}
ul#videoTabs li.nav-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 65%;
  background-color: #7877775e;
  position: absolute;
  right: 0;
  top: 21%;
}
.video-report-sec .swiper-button-prev-second::before,
.video-report-sec .swiper-button-next-second::before {
  color: #014995;
}
.video-report-sec span.swiper-pagination-bullet {
  background-color: #000;
}
.box_img-container {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 100%;
}

.video-background-img {
  width: 100%;
  height: auto;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 36, 72, 0.4); /* semi-transparent blue overlay */
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  color: #fff;
  gap: 30px;
}

.video-text p {
  font-size: 18px;
  line-height: 35px;
}
.video-report-sec .mySecondSwiper {
  height: 430px;
}
button.navbar-toggler {
  color: #fff !important;
  border-color: #fff;
}

span.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
section.header-sec .row {
  margin: 0 !important;
}

section.header-sec .col-4,
.header-sec .col-8 {
  padding: 0;
}
section.header-sec .col-4 {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .menu-container {
    gap: 80px;
  }
  .custom-nav {
    bottom: 5%;
    right: 5%;
  }
  .slider-text h1 {
    font-size: 45px;
    line-height: 60px;
  }
  .slider-text a {
    font-size: 21px;
    padding: 17px 33px;
    width: 185px;
  }
  .slider-text {
    top: 42%;
    left: 7%;
  }
  .rph-text {
    margin-bottom: 20px;
  }
  .mission-detail,
  .vision-detail {
    padding: 35px !important;
  }
  .special-news {
    margin-bottom: 40px;
  }
  .normal-news-detail {
    margin-bottom: 15px;
  }
  .footer-logo-container {
    justify-content: center;
    margin-bottom: 60px;
  }
  .footer {
    padding-top: 30px;
    padding-inline: 27px;
  }
  .right-header {
    position: absolute;
    right: 15px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: absolute;
    top: 3%;
  }
  div#navbarNav {
    background-color: #5c5c69;
  }
  .navbar-toggler:focus {
    box-shadow: unset !important;
  }
  button.navbar-toggler.collapsed {
    position: absolute;
    top: 30%;
  }

  button.navbar-toggler {
    position: absolute;
    top: 30%;
  }

  div#navbarNav {
    position: absolute;
    top: 97%;
    left: 0;
  }
}

.special-news::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 11;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: linear-gradient(
    0deg,
    rgb(0 158 221) 0%,
    rgb(0 158 221 / 99%) 22%,
    rgb(0 158 221 / 71%) 42%,
    rgba(0, 75, 151, 0.35) 69%,
    rgba(0, 75, 151, 0.07) 93%,
    rgba(0, 75, 151, 0) 97%,
    rgba(0, 75, 151, 0) 100%
  );
}
.dnnModuleDialog .dnnPageContainer {
  width: unset !important;
}
div#dnn_ctr1675_ModuleContent {
  height: 100%;
}

div#dnn_ctr1675_ContentPane {
  height: 100%;
}

#dnn_news_left {
  width: 168%;
  margin-left: -68%;
  padding-right: 5%;
  border-radius: 6px;
  padding-left: 65%;
  padding-block: 6%;
  margin-top: -8%;
  border-left: 6px solid #f15a22;
  position: relative;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.06),
    0 8px 16px rgba(0, 0, 0, 0.04);
}
#dnn_news_left::after {
  content: "";
  position: absolute;
  top: 74%;
  left: -14%;
  width: 246px;
  height: 278px;
  border-radius: 0;
  display: block;
  background: radial-gradient(
    circle,
    rgba(241, 93, 37, 0.25) 0%,
    rgba(241, 93, 37, 0) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -10;
  pointer-events: none;
}
#dnn_news_left::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -15%;
  width: 246px;
  height: 278px;
  border-radius: 0;
  background: radial-gradient(
    circle,
    rgba(241, 93, 37, 0.25) 0%,
    rgba(241, 93, 37, 0) 70%
  );
  opacity: 1;
  transition: opacity 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}
.normal-news .normal-news-detail:last-child::after {
  display: none;
}
.normal-news-detail:hover
  .news-date,
  .normal-news-detail:focus-within
  .news-date {
  color: #009fe0;
  transition: 0.2s;
}
.normal-news-detail::before {
background-color: #009fe0;
    position: absolute;
    content: "";
    height: 70%;
    top: 30px;
    left: 17px;
    border-radius: 20px;
    display: block;
    width: 6px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.normal-news-detail:hover::before ,
  .normal-news-detail:focus-within::before
  {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.normal-news-detail:hover ,.normal-news-detail:focus-within {
  padding-left: 40px;
  transition: 0.3s;
}
.normal-news-detail:hover
  .news-title
  h2
 , .normal-news-detail:focus-within
  .news-title
  h2 {
  color: #2b2a2a;
}

.DnnModule.DnnModule-DnnForge-LatestArticles.DnnModule-1675 {
  height: 100%;
}

.DNNContainer_noTitle {
  height: 100%;
}
