@charset "UTF-8";
/* CSS Document 07.05.2024 uteksan */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #111111 !important;
  background: #F9F9F9 !important;
}

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
}

img {
  border: none;
  max-width: 100%;
}

.saver {
  clear: both !important;
  height: 0px !important;
  line-height: 0px !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hiddenText {
  font-size: 0px !important;
  text-indent: -9999px !important;
}

.wrapper-header {
  width: 90%;
  margin: 0 auto;
}

.cntr {
  text-align: center !important;
  margin: 0 auto;
}

.white {
  color: #fff !important;
}

.bg-1 {
  background: #176b6d !important;
}

.mTP10 {
  margin-top: 10px;
}

.mTP20 {
  margin-top: 20px;
}

.mTP30 {
  margin-top: 30px;
}

.mTP40 {
  margin-top: 40px;
}

.mTP50 {
  margin-top: 50px;
}

.mTP60 {
  margin-top: 60px;
}

.mTP70 {
  margin-top: 70px;
}

.mTP80 {
  margin-top: 80px;
}

.mBT10 {
  margin-bottom: 10px;
}

.mBT20 {
  margin-bottom: 20px;
}

.mBT30 {
  margin-bottom: 30px;
}

.mBT40 {
  margin-bottom: 40px;
}

.mBT50 {
  margin-bottom: 50px;
}

.mBT60 {
  margin-bottom: 60px;
}

.mBT70 {
  margin-bottom: 70px;
}

.mBT80 {
  margin-bottom: 80px;
}

.pTP10 {
  padding-top: 10px;
}

.pTP20 {
  padding-top: 20px;
}

.pTP30 {
  padding-top: 30px;
}

.pTP40 {
  padding-top: 40px;
}

.pTP50 {
  padding-top: 50px;
}

.pTP60 {
  padding-top: 60px;
}

.pTP70 {
  padding-top: 70px;
}

.pTP80 {
  padding-top: 80px;
}

.pBT10 {
  padding-bottom: 10px;
}

.pBT20 {
  padding-bottom: 20px;
}

.pBT30 {
  padding-bottom: 30px;
}

.pBT40 {
  padding-bottom: 40px;
}

.pBT50 {
  padding-bottom: 50px;
}

.pBT60 {
  padding-bottom: 60px;
}

.pBT70 {
  padding-bottom: 70px;
}

.pBT80 {
  padding-bottom: 80px;
}

.mBT0 {
  margin: 0;
}

.p30 {
  padding: 30px;
}

.title {
  text-align: center;
}
.title i, .title em {
  font-style: normal;
}

.f16 {
  font-size: 16px !important;
}

.f20 {
  font-size: 20px !important;
  font-weight: 400;
}
@media (max-width: 980px) {
  .f20 {
    font-size: 18px !important;
  }
}

.f24 {
  font-size: 24px !important;
  font-weight: 400;
}
@media (max-width: 1260px) {
  .f24 {
    font-size: 20px !important;
  }
}

.f32 {
  font-size: 32px !important;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .f32 {
    font-size: 28px !important;
  }
}
@media (max-width: 640px) {
  .f32 {
    font-size: 23px !important;
  }
}
@media (max-width: 480px) {
  .f32 {
    font-size: 20px !important;
  }
}

.gray {
  color: #E5E7EB;
}

.gray-I {
  color: #9CA3AF;
}

.secondary {
  color: #DD001B;
}

.secondary-I {
  color: #fff;
}

.main-blue {
  color: #253982 !important;
}

.br-40 {
  border-radius: 40px;
}

.gray-600 {
  color: #4B5563 !important;
}

.black {
  font-size: 16px !important;
  font-weight: 500;
  color: #101827 !important;
}

.blue-400 {
  color: #B3C6FF !important;
}

.bg-blue {
  background: #001657;
}

.bg-gray {
  background: #F3F4F6 !important;
}

.bg-no {
  background: none !important;
}

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

.width-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  align-items: center;
}
@media (max-width: 640px) {
  .width-flex {
    margin: 20px 0;
  }
}

.width-flex > div {
  padding: 0 25px;
}
@media (max-width: 640px) {
  .width-flex > div {
    padding: 15px 0;
  }
}

.width-right {
  flex-direction: row-reverse;
}

.space-between {
  justify-content: space-between;
}

.flex-start {
  align-items: flex-start;
}

.width-12 {
  width: 100%;
}

.width-11 {
  width: 91.66666667%;
}
@media (max-width: 640px) {
  .width-11 {
    width: 100%;
  }
}

.width-10 {
  width: 83.33333333%;
}
@media (max-width: 640px) {
  .width-10 {
    width: 100%;
  }
}

.width-9 {
  width: 75%;
}
@media (max-width: 640px) {
  .width-9 {
    width: 100%;
  }
}

.width-8 {
  width: 66.66666667%;
}
@media (max-width: 640px) {
  .width-8 {
    width: 100%;
  }
}

.width-7 {
  width: 58.33333333%;
}
@media (max-width: 640px) {
  .width-7 {
    width: 100%;
  }
}

.width-6 {
  width: 50%;
}
@media (max-width: 640px) {
  .width-6 {
    width: 100%;
  }
}

.width-5 {
  width: 41.66666667%;
}
@media (max-width: 640px) {
  .width-5 {
    width: 100%;
  }
}

.width-4 {
  width: 33.33333333%;
}
@media (max-width: 640px) {
  .width-4 {
    width: 100%;
  }
}

.width-3 {
  width: 25%;
}
@media (max-width: 640px) {
  .width-3 {
    width: 100%;
  }
}

.width-2 {
  width: 16.66666667%;
}
@media (max-width: 640px) {
  .width-2 {
    width: 100%;
  }
}

.width-1 {
  width: 8.33333333%;
}
@media (max-width: 640px) {
  .width-1 {
    width: 100%;
  }
}

.wrapper {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.wrapper-I {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .wrapper-I {
    width: 95%;
    padding: 0 20px;
  }
}

.logo {
  width: 240px;
}
@media (max-width: 980px) {
  .logo {
    width: 200px;
  }
}
@media (max-width: 640px) {
  .logo {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .logo {
    width: 145px;
  }
}
.logo a {
  display: block;
}

.slider-container {
    position: relative;
    z-index: 0;
}

.header-container .header-top {
  border-bottom: 1px solid #DDE1FF;
}
.header-container .header-top .header-top-text {
  display: flex;

  height: 40px;
  align-items: center;
  gap: 20px;
}
.header-container .header-top .header-top-text .item {
  border-right: 1px solid #DDE1FF;
  padding-right: 24px;
}
.header-container .header-top .header-top-text .item a {
  color: #9CA3AF;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transition: 0.5s;
}
.header-container .header-top .header-top-text .item a:hover {
  color: #101827;
}
.header-container .header-top .header-top-text .item a:hover img {
  filter: invert(1);
}
.header-container .header-top .header-top-text .item:last-of-type {
  border-right: none;
}
.header-container .header-top .header-top-text .item .icon img {
  transition: filter 0.5s ease-in-out;
}
@media (max-width: 640px) {
  .header-container .header-top .header-top-text .item:nth-child(-n+2) {
    padding: 0;
    border-right: none;
  }
}
@media (max-width: 640px) {
  .header-container .header-top .header-top-text {
    height: auto;
    flex-wrap: wrap;
  }
}
.header-container .header-center {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .header-container .header-center {
    height: 90px;
  }
}
.header-container .header-center .header-center-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.header-container .header-center .header-center-text .header-center-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 640px) {
  .header-container .header-center .header-center-text .header-center-right {
    gap: 8px;
  }
}
.header-container .header-center .header-center-text .header-center-right .headerSearch {
  font-size: 14px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 10px;
  font-weight: 600;
  color: #9CA3AF;
  cursor: pointer;
}
@media (max-width: 980px) {
  .header-container .header-center .header-center-text .header-center-right .headerSearch {
    border: none;
    width: auto;
    margin-right: 53px;
  }
}
.header-container .header-center .header-center-text .header-center-right .headerSearch img {
  width: 24px;
}
@media (max-width: 980px) {
  .header-container .header-center .header-center-text .header-center-right .headerSearch span {
    display: none;
  }
}
.header-container .header-center .header-center-text .header-center-right .bank {
  background: #DD001B;
  width: 179px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.5s;
  border-radius: 4px;
}
@media (max-width: 980px) {
  .header-container .header-center .header-center-text .header-center-right .bank {
    display: none;
  }
}
.header-container .header-center .header-center-text .header-center-right .bank a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .header-container .header-center .header-center-text .header-center-right .bank a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .header-container .header-center .header-center-text .header-center-right .bank a {
    font-size: 10px;
  }
}
.header-container .header-center .header-center-text .header-center-right .bank:hover {
  background: #96120E;
}
.header-container .header-center .header-center-text .header-center-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.header-container .header-center .header-center-text .header-center-left .text {
  position: relative;
}
@media (max-width: 640px) {
  .header-container .header-center .header-center-text .header-center-left .text {
    display: none;
  }
}
.header-container .header-center .header-center-text .header-center-left .text a {
  font-size: 14px;
  color: #101827;
  transition: 0.2s;
}
.header-container .header-center .header-center-text .header-center-left .text a:hover {
  font-weight: bold;
}
.header-container .header-center .header-center-text .header-center-left .text .item {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.header-container .header-center .header-center-text .header-center-left .text:before {
  content: "";
  background: #E5E7EB;
  height: 40px;
  width: 1px;
  position: absolute;
  display: flex;
  top: -10px;
  left: -20px;
}
.header-container .header-botton {
  background: #253982;
}

@media (max-width: 980px) {
  .header-botton-mobil {
    background: #F3F4F6 !important;
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
  }
}

#headerMenu .headerMenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 1260px) {
  #headerMenu .headerMenu ul {
    gap: 0;
    padding-left: 0;
  }
}
@media (max-width: 980px) {
  #headerMenu .headerMenu ul {
    flex-direction: column;
    width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  #headerMenu .headerMenu ul {
    width: 100%;
    padding-left: 0;
  }
}
#headerMenu .headerMenu ul #levelTop {
  z-index: 5;
}
#headerMenu .headerMenu ul li {
  list-style: none;
}
#headerMenu .headerMenu ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 12px 15px 12px 40px;
  display: block;
  transition: 0.5s;
  position: relative;
}
@media (max-width: 1260px) {
  #headerMenu .headerMenu ul li a {
    padding: 18px 7px 18px 36px;
  }
}
@media (max-width: 980px) {
  #headerMenu .headerMenu ul li a {
    color: #101827;
    padding: 16px 20px;
  }
}
#headerMenu .headerMenu ul li a:after {
  content: "";
  background: url(../../images/common/menu-after.png) no-repeat center;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 10px;
  transform: translateY(-40px);
  transition: all 0.5s ease;
}
@media (max-width: 980px) {
  #headerMenu .headerMenu ul li a:after {
    display: none;
  }
}
#headerMenu .headerMenu ul li a:hover {
        background: #198754;
        color: #fff;
}
@media (max-width: 980px) {
  #headerMenu .headerMenu ul li a:hover {
    background: #253982;
  }
}
#headerMenu .headerMenu ul li a:hover:after {
  transform: translateY(0);
}
#headerMenu .headerMenu ul li .level1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D1D5DB;
}
@media (max-width: 980px) {
  #headerMenu .headerMenu ul li .level1 {
    border-bottom: 1px solid #3F59AE;
  }
}
#headerMenu .headerMenu ul li .level1:after {
  content: "";
  font-family: "Material Symbols Outlined";
  font-size: 25px;
  padding-left: 15px;
}
@media (max-width: 980px) {
  #headerMenu .headerMenu ul li .level1:after {
    display: none;
  }
}
#headerMenu .headerMenu ul .selectedItem > a {
  background: #DD001B;
}
@media (max-width: 980px) {
  #headerMenu .headerMenu ul .selectedItem > a {
    background: none;
  }
}
#headerMenu .headerMenu ul .selectedItem > a:after {
  transform: translateY(0);
}
#headerMenu .headerMenu .subMenu {
  display: none;
  position: absolute;
  z-index: 2;
  width: 1060px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  #headerMenu .headerMenu .subMenu {
    width: 1000px;
  }
}
@media (max-width: 980px) {
  #headerMenu .headerMenu .subMenu {
    position: relative;
    padding-top: 0;
    width: 100%;
  }
}
#headerMenu .outerWrapper {
  background: #fff;
  margin-top: 30px;
  width: 100%;
  min-height: 248px;
  display: flex;
  align-items: center;
  padding: 37px;
  border-radius: 10px;
  gap: 32px;
}
@media (max-width: 980px) {
  #headerMenu .outerWrapper {
    width: 100%;
    flex-direction: column;
    gap: inherit;
    margin-top: 0;
    min-height: auto;
    padding: 0;
    background: #253982;
    border-radius: inherit;
  }
}
#headerMenu .outerWrapper .subMenuListContainer {
  flex-direction: column;
  width: calc(35% - 20px);
  padding-left: 0;
}
@media (max-width: 980px) {
  #headerMenu .outerWrapper .subMenuListContainer {
    width: 100%;
  }
}
#headerMenu .outerWrapper .subMenuListContainer li a {
  color: #101827 !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
}
@media (max-width: 980px) {
  #headerMenu .outerWrapper .subMenuListContainer li a {
    color: #fff !important;
    font-weight: 500;
    padding: 17px 30px !important;
  }
}
#headerMenu .outerWrapper .subMenuListContainer li a:after {
  display: none;
}
#headerMenu .outerWrapper .subMenuListContainer li a:hover {
  background: none !important;
}
#headerMenu .outerWrapper .subMenuListContainer li:last-of-type a {
  border-bottom: none;
}
#headerMenu .outerWrapper .subMenuTitle {
  font-size: 32px;
  color: #DD001B;
  width: calc(25% - 20px);
}
@media (max-width: 980px) {
  #headerMenu .outerWrapper .subMenuTitle {
    display: none;
  }
}
#headerMenu .outerWrapper .submenu-img {
  width: calc(40% - 20px);
}
@media (max-width: 980px) {
  #headerMenu .outerWrapper .submenu-img {
    display: none;
  }
}
#headerMenu .outerWrapper .submenu-img img {
  border-radius: 10px;
}
#headerMenu .level2 {
  display: none;
}

.slider-item .slider-text {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  color: #fff;
  width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .slider-item .slider-text {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .slider-item .slider-text {
    width: 80%;
  }
}
.slider-item .slider-text .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
}
@media (max-width: 1260px) {
  .slider-item .slider-text .title {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .slider-item .slider-text .title {
    font-size: 18px;
    display: block;
  }
}
.slider-item .slider-text .title-I {
  font-size: 64px;
  font-weight: bold;
  line-height: 115%;
}
@media (max-width: 1260px) {
  .slider-item .slider-text .title-I {
    font-size: 41px;
  }
}
@media (max-width: 640px) {
  .slider-item .slider-text .title-I {
    font-size: 22px;
    display: block;
    width: 50%;
  }
}
.slider-item .slider-text p {
  font-size: 18px;
  width: 510px;
}
@media (max-width: 1260px) {
  .slider-item .slider-text p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .slider-item .slider-text p {
    display: none;
  }
}

.slider .owl-dots {
  display: flex;
  width: 100%;
  margin: 0 auto;
  bottom: 75px;
  position: absolute;
  justify-content: center;
}
@media (max-width: 640px) {
  .slider .owl-dots {
    bottom: 2px;
  }
}
.slider .owl-dots .owl-dot {
  display: block;
  margin: 5px 4px;
  width: 12px;
  height: 12px;
  background: #D1D5DB;
  border-radius: 8px;
}
.slider .owl-dots .owl-dot.active {
  background: #DD001B;
  border: 1px solid #fff;
}
.slider .owl-nav {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .slider .owl-nav {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .slider .owl-nav {
    width: 70%;
  }
}
.slider .owl-nav .owl-prev {
  left: -50px;
  position: relative;
}
.slider .owl-nav .owl-next {
  right: -50px;
  position: relative;
}
.slider .owl-nav span {
  font-size: 30px;
}

.gallerySlider .mBT50 {
  margin-bottom: 50px;
  font-size: 32px !important;
}

.galeriSlider {
  background: #fff;
  padding-bottom: 40px;
}
.galeriSlider .item {
  height: 360px;
  border-radius: 15px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 640px) {
  .galeriSlider .item {
    height: 150px;
  }
}
@media (max-width: 640px) {
  .galeriSlider .item img {
    transform: scale(1.4);
  }
}
.galeriSlider .owl-dots {
  display: flex;
  width: 100%;
  margin: 40px auto 0;
  justify-content: center;
}
.galeriSlider .owl-dots .owl-dot {
  display: block;
  margin: 5px 4px;
  width: 12px;
  height: 12px;
  background: #D1D5DB;
  border-radius: 8px;
}
.galeriSlider .owl-dots .owl-dot.active {
  background: #DD001B;
  border: 1px solid #fff;
}
.galeriSlider .owl-nav {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .galeriSlider .owl-nav {
    width: 100%;
  }
}
.galeriSlider .owl-nav .owl-prev {
  left: -50px;
  position: relative;
}
.galeriSlider .owl-nav .owl-next {
  right: -50px;
  position: relative;
}
.galeriSlider .owl-nav span {
  font-size: 30px;
}

#marketData {
  margin-top: -35px;
  z-index: 0;
    position: relative;
}
@media (max-width: 1260px) {
  #marketData {
    margin-top: 15px;
  }
}
#marketData .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#marketData .owl-nav .owl-prev {
  left: -30px;
  position: relative;
}
#marketData .owl-nav .owl-next {
  right: -35px;
  position: relative;
}
#marketData .owl-nav span {
  color: #253982;
}

.market-data .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  background: #001657;
  color: #fff;
  height: 81px;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
}
.market-data .item .item-top {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  margin-bottom: 10px;
}
.market-data .item .item-top .value {
  display: flex;
  gap: 10px;
}
.market-data .item .item-top .down {
  color: #FECACA;
}
.market-data .item .item-top .up {
  color: #BBF7D0;
}
.market-data .item i, .market-data .item em {
  font-style: normal;
}
.market-data .item .item-bottom {
  display: flex;
  gap: 20px;
  color: #B3C6FF;
  font-size: 14px;
}
.market-data .item .item-bottom > span {
  position: relative;
  display: flex;
  gap: 3px;
}
.market-data .item .item-bottom > span:after {
  content: "";
  background: #B3C6FF;
  width: 1px;
  height: 16px;
  position: absolute;
  right: -10px;
  top: 3px;
}
.market-data .item .item-bottom > span:last-of-type:after {
  display: none;
}
@media (max-width: 640px) {
  .market-data .owl-nav, .market-data .owl-dots {
    display: none !important;
  }
}

#ourServices {
  margin-top: 80px;
  z-index: 0;
  position: relative;
}
@media (max-width: 1260px) {
  #ourServices .wrapper {
    padding: 0 75px;
  }
}
@media (max-width: 980px) {
  #ourServices .wrapper {
    padding: 0;
    width: 100%;
  }
}
#ourServices .owl-nav {
  position: absolute;
  top: 50%;
  color: #9CA3AF;
  width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translate(0, -50%);
  z-index: -1;
}
@media (max-width: 1260px) {
  #ourServices .owl-nav {
    width: 100%;
  }
}
@media (max-width: 980px) {
  #ourServices .owl-nav {
    width: auto;
    position: relative;
    justify-content: center;
    transform: none;
    margin-top: 50px;
  }
}
#ourServices .owl-nav .owl-prev {
  left: -50px;
  position: relative;
}
@media (max-width: 980px) {
  #ourServices .owl-nav .owl-prev {
    left: auto;
  }
}
#ourServices .owl-nav .owl-next {
  right: -50px;
  position: relative;
}
@media (max-width: 980px) {
  #ourServices .owl-nav .owl-next {
    right: auto;
  }
}
#ourServices .owl-nav span {
  font-size: 30px;
}
@media (max-width: 980px) {
  #ourServices .owl-nav span {
    font-size: 20px;
    background: #DD001B;
    margin: 3px;
    padding: 10px;
    color: #fff;
  }
}

.our-services-slider .item {
  position: relative;
}
@media (max-width: 640px) {
  .our-services-slider .item {
    margin-bottom: 60px;
    display: block;
  }
}
.our-services-slider .item .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-services-slider .item .text-container .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 70%;
}
@media (max-width: 640px) {
  .our-services-slider .item .text-container .text {
    width: 100%;
    top: auto;
    left: 0;
    transform: none;
  }
}
@media (max-width: 640px) {
  .our-services-slider .item .text-container .text p:last-of-type {
    display: none;
  }
}
.our-services-slider .item .text-container .text-img {
  width: 300px;
}
@media (max-width: 1260px) {
  .our-services-slider .item .text-container .text-img {
    width: 250px;
  }
}
@media (max-width: 640px) {
  .our-services-slider .item .text-container .text-img {
    width: 190px;
  }
}
@media (max-width: 480px) {
  .our-services-slider .item .text-container .text-img {
    width: 145px;
  }
}
.our-services-slider .item .text-container .text-img img {
  border-radius: 100%;
  width: 100%;
  filter: brightness(110%) contrast(110%) grayscale(100%) opacity(100%) saturate(0%) sepia(30%);
}
@media (max-width: 640px) {
  .our-services-slider .item .text-container .text-img img {
    filter: none;
  }
}
.our-services-slider .item .text-container .text-img:after {
  content: "";
  background: rgba(255, 255, 255, 0.6705882353);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 100%;
  left: 0;
  transition: all 0.5s ease;
}
@media (max-width: 640px) {
  .our-services-slider .item .text-container .text-img:after {
    display: none;
  }
}
.our-services-slider .item .text-container p {
  font-size: 14px;
  color: #1F2937;
}
.our-services-slider .item .text-container .main-blue {
  font-size: 24px;
}
@media (max-width: 1260px) {
  .our-services-slider .item .text-container .main-blue {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .our-services-slider .item .text-container .main-blue {
    font-size: 20px;
  }
}
.our-services-slider .item:hover .img {
  filter: invert(0.1) sepia(0.2) saturate(5) hue-rotate(288deg);
  transition: all 0.5s ease;
}
.our-services-slider .item:hover .text-img img {
  filter: none;
}
.our-services-slider .item:hover .text-img:after {
  content: "";
  background: #253982ab;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 100%;
  left: 0;
  transition: all 0.5s ease;
}
.our-services-slider .item:hover .text .main-blue {
  color: #fff !important;
}
@media (max-width: 640px) {
  .our-services-slider .item:hover .text .main-blue {
    color: #1F2937 !important;
  }
}
.our-services-slider .item:hover .text p {
  color: #fff;
}

#contactHome {
  margin-top: 100px;
}
#contactHome:before {
  content: "";
  background: #198754  url(../../images/common/contact-home-bg.png) no-repeat top;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: 300px;
}
@media (max-width: 640px) {
  #contactHome:before {
    height: 200px;
  }
}
@media (max-width: 640px) {
  #contactHome .wrapper-I {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #contactHome .pTP70 {
    padding-top: 25px;
  }
  #contactHome .mBT40 {
    margin-bottom: 0;
  }
}

.contact-home {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
 z-index: 0 !important;
}
.contact-home .item {
  background: #fff;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  filter: drop-shadow(#00000029 0 4px 10px);
  margin: 15px 10px;
}
@media (max-width: 640px) {
  .contact-home .item {
    margin: 15px 0;
    height: 150px;
  }
}
.contact-home .item .img {
  background: #EFEFFF;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
}
.contact-home .item .img img {
  width: 40px;
}
@media (max-width: 640px) {
  .contact-home .item .img img {
    width: 28px;
  }
}
@media (max-width: 640px) {
  .contact-home .item .img {
    width: 50px;
    height: 50px;
  }
}
.contact-home .item .name {
  font-size: 12px;
  margin-top: 15px;
}
.contact-home .item .name p {
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 640px) {
  .contact-home .owl-nav {
    position: absolute;
    top: 50%;
    color: #9CA3AF;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translate(0, -50%);
  }
  .contact-home .owl-nav .owl-prev {
    left: 20px;
    position: relative;
  }
  .contact-home .owl-nav .owl-next {
    right: 20px;
    position: relative;
  }
}

#homeNews {
  margin-top: 50px;
}
@media (max-width: 640px) {
  #homeNews {
    margin-top: 10px;
  }
  #homeNews .f20 {
    margin-bottom: 0;
  }
  #homeNews .mBT60 {
    margin-bottom: 10px;
  }
}
#homeNews .f20 {
  color: #4B5563;
  margin-bottom: 0;
}

.home-news {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.home-news .news-left {
  width: 40%;
}
@media (max-width: 640px) {
  .home-news .news-left {
    width: 100%;
  }
}
.home-news .news-right {
  width: calc(60% - 30px);
}
.home-news .news-right .news-container .item {
  margin-bottom: 20px;
}
.home-news .news-right .news-container .item a {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 640px) {
  .home-news .news-right .news-container .item {
    margin-bottom: 15px;
  }
}
.home-news .news-right .news-container .item .img {
  width: 23%;
  height: 162px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .home-news .news-right .news-container .item .img {
    width: 30%;
    height: auto;
  }
}
.home-news .news-right .news-container .item .summary {
  width: calc(77% - 20px);
}
@media (max-width: 640px) {
  .home-news .news-right .news-container .item .summary {
    width: calc(70% - 20px);
  }
}
@media (max-width: 640px) {
  .home-news .news-right {
    width: 100%;
  }
}
.home-news .item .summary .date {
  color: #374151;
  font-size: 10px;
  font-weight: 600;
}
.home-news .item a {
  color: #6B7280;
  font-size: 12px;
}
@media (max-width: 640px) {
  .home-news .item a {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.home-news .item .summary strong {
  font-size: 16px;
  color: #101827;
}
.home-news .item .summary p {
  margin-bottom: 10px;
}
.home-news .item .summary p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .home-news {
    gap: 15px;
  }
}

.home-news .news-container .item {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  transition: 0.5s;
}
.home-news .news-container .item .img img {
  border-radius: 10px;
}
.home-news .news-container .item:hover {
  background: #EFEFFF;
}
@media (max-width: 640px) {
  .home-news .news-container .item .img {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 640px) {
  .home-news .news-container .item .summary {
    width: calc(70% - 20px);
    margin-top: 0;
  }
  .home-news .news-container .item .summary p:last-of-type {
    display: none;
  }
}
.home-news .news-left .summary {
  margin-top: 20px;
}
.home-news .news-right .news-container .item .img img {
  width: 100%;
  object-fit: scale-down;
  border: 1px solid #e5e5e5;
}

.news-container-detail .f32 {
  margin-bottom: 50px !important;
}

.news-detail-title {
  color: #101827 !important;
  font-weight: bold;
}

.news-detail-content p {
  font-size: 18px !important;
  color: #4B5563 !important;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-more a {
  width: 280px;
  height: 48px;
  background: #253982;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  border-radius: 10px;
  transition: 0.5s;
  font-weight: bold;
}
.btn-more a:hover {
  background: #fff;
}

.btn-red {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-red a {
  width: 280px;
  height: 48px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #DD001B;
  border-radius: 10px;
  border: 2px solid #DD001B;
  font-weight: bold;
  transition: 0.5s;
}
.btn-red a:hover {
  background: #DD001B;
  color: #fff;
}

.btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-blue a {
  width: 280px;
  height: 56px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffff;
  border-radius: 10px;
  font-weight: bold;
  transition: 0.5s;
  background: #253982;
}
.btn-blue a:hover {
  background: #DD001B;
  color: #fff;
}
.btn-blue a:hover .hover {
  display: block;
}
.btn-blue a:hover .desktop {
  display: none;
}
.btn-blue a .hover {
  display: none;
}

#nuralPortfoy {
  background: #fff url(../../images/common/nuralPortfoy.png) no-repeat bottom center;
  height: 371px;
}
@media (max-width: 640px) {
  #nuralPortfoy {
    height: auto;
    padding: 0 0 115px;
  }
}

.nural-portfoy {
  padding-top: 50px;
}

.link-u {
  font-weight: bold;
  text-decoration: underline !important;
  transition: 0.5s;
  font-size: 16px;
}
.link-u:hover {
  color: #253982 !important;
}

.footer-logo {
  display: flex;
  justify-content: center;
  position: relative;
}
.footer-logo .img:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 25px;
  width: 30%;
  background: #E5E7EB;
  right: 0;
}
@media (max-width: 640px) {
  .footer-logo .img:after {
    display: none;
  }
}
.footer-logo .img:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 25px;
  width: 30%;
  background: #E5E7EB;
  left: 0;
}
@media (max-width: 640px) {
  .footer-logo .img:before {
    display: none;
  }
}

.socail-media {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

@media (max-width: 640px) {
  #footerContainer .pBT30 {
    padding-bottom: 10px;
    padding-top: 20px;
  }
}

.footer-menu {
  display: flex;
  gap: 75px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .footer-menu {
    margin-top: 0;
  }
}
.footer-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 640px) {
  .footer-menu ul {
    flex-direction: column;
    padding-left: 0;
  }
}
.footer-menu ul li {
  list-style: none;
  width: calc(33.33% - 15px);
  text-align: center;
}
@media (max-width: 640px) {
  .footer-menu ul li {
    width: 100%;
    text-align: center;
  }
}
.footer-menu ul li a {
  color: #6B7280;
  font-size: 14px;
}

#detailHeader {
  position: relative;
}
#detailHeader .wrapper {
  position: absolute;
  top: 0;
  width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #detailHeader .wrapper {
    width: 100%;
  }
}
@media (max-width: 980px) {
  #detailHeader .wrapper {
    height: 240px;
  }
}
@media (max-width: 640px) {
  #detailHeader .wrapper {
    height: 125px;
  }
}
#detailHeader h1 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
@media (max-width: 640px) {
  #detailHeader h1 {
    font-size: 16px;
  }
}

.detail-header {
  position: relative;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover !important;
}
@media (max-width: 980px) {
  .detail-header {
    height: 240px;
  }
}
@media (max-width: 640px) {
  .detail-header {
    height: 125px;
  }
}
.detail-header .detail-header-title h1 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}

.bread-crumb .LeBreadCrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #c5c9e4;
}
@media (max-width: 640px) {
  .bread-crumb .LeBreadCrumbs {
    font-size: 10px;
  }
}
.bread-crumb .LeBreadCrumbs .afterB:after {
  content: "";
  font-family: Material Symbols Outlined;
  background: #B3C6FF;
  color: #000;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  left: 0;
  position: relative;
  top: 3px;
  margin: 0 10px;
}
@media (max-width: 640px) {
  .bread-crumb .LeBreadCrumbs .afterB:after {
    width: 15px;
    height: 15px;
    margin: 0 2px;
  }
}
.bread-crumb .LeBreadCrumbs a {
  font-size: 16px;
  color: #DDE1FF;
}
@media (max-width: 640px) {
  .bread-crumb .LeBreadCrumbs a {
    font-size: 10px;
  }
}
.bread-crumb .LeBreadCrumbs a:last-of-type:after {
  display: none;
}

.detail-container .detail-text {
  padding: 50px 0;
}
@media (max-width: 640px) {
  .detail-container .detail-text {
    padding: 20px 0;
  }
}
.detail-container .detail-text .d-title {
  color: #DD001B;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .detail-container .detail-text .d-title {
    text-align: center;
  }
}
.detail-container .detail-text h2 {
  color: #DD001B;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .detail-container .detail-text h2 {
    text-align: center;
  }
}
.detail-container .detail-text p {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 640px) {
  .detail-container .detail-text p {
    text-align: center;
  }
}
.detail-container .detail-text ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  color: #6B7280;
}
.detail-container .detail-text ul li::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #DDE1FF;
  position: absolute;
  top: 2px;
  left: -18px;
}
@media (max-width: 640px) {
  .detail-container .detail-text .width-4 {
    text-align: center;
  }
  .detail-container .detail-text .width-4 img {
    width: 275px;
  }
  .detail-container .detail-text .width-6 {
    text-align: center;
  }
  .detail-container .detail-text .width-6 img {
    width: 275px;
  }
  .detail-container .detail-text .p30 {
    padding: 0;
  }
}

#otherProducts {
  background: #fff;
  padding: 60px 0 80px;
}
@media (max-width: 980px) {
  #otherProducts {
    padding: 30px 0 30px;
  }
}

.other-product-title i, .other-product-title em {
  font-style: normal;
}
.other-product-title p {
  text-align: center !important;
  color: #101827 !important;
}

.other-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
}
.other-products-list .item {
  width: calc(50% - 10px);
  background: #F9F9F9;
  border-radius: 10px;
  position: relative;
}
.other-products-list .item .summary {
  padding: 20px 20px 55px;
}
@media (max-width: 640px) {
  .other-products-list .item .summary {
    padding: 20px 20px 50px;
  }
}
.other-products-list .item .summary strong {
  font-size: 20px;
}
@media (max-width: 640px) {
  .other-products-list .item .summary strong {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .other-products-list .item .summary p {
    line-height: 100%;
  }
}
@media (max-width: 640px) {
  .other-products-list .item .summary p:nth-child(2) {
    display: none;
  }
}
.other-products-list .item .img {
  position: relative;
}
.other-products-list .item .img img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.other-products-list .item .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.5;
  top: 0;
  transition: 0.5s;
}
.other-products-list .item p:nth-child(2) {
  color: #6B7280;
}
.other-products-list .item .more-right {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media (max-width: 640px) {
  .other-products-list .item .more-right {
    right: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.other-products-list a {
  color: #111111;
}
.other-products-list a:hover {
  color: #111111;
}
.other-products-list a:hover .img .overlay {
  background: #000D84;
}
.other-products-list a:hover .more-right {
  color: #DD001B;
}
.other-products-list li {
  list-style: none;
}
.other-products-list .subMenuContainer.subMenu1, .other-products-list .subMenuContainer.subMenu2 {
  position: absolute;
}

.more-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: #5A74C9;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .more-right {
    justify-content: space-between;
  }
}
.more-right:hover {
  color: #DD001B;
}
.more-right .more {
  font-size: 14px;
}
@media (max-width: 640px) {
  .more-right .more {
    font-size: 12px;
  }
}

.other-products-list-3 .item {
  width: calc(33.33% - 14px) !important;
}
@media (max-width: 980px) {
  .other-products-list-3 .item {
    width: calc(50% - 14px) !important;
  }
}

.tabs-detail {
  background: #fff;
  border-radius: 30px;
  padding: 20px;
  min-height: 700px;
}
@media (max-width: 980px) {
  .tabs-detail {
    padding: 0;
  }
}
.tabs-detail .width-flex p {
  font-size: 16px;
}
.tabs-detail .width-flex p strong {
  color: #4B5563 !important;
}

.tab {
  overflow: hidden;
  border: 2px solid #DD001B;
  border-radius: 20px;
  display: inline-flex;
  width: 100%;
}
.tab .tablinks {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  transition: 0.3s;
  font-size: 20px;
  width: 50%;
  margin: 6px;
  border-radius: 16px;
  color: #DD001B;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 640px) {
  .tab .tablinks {
    font-size: 12px;
  }
}
.tab .tablinks:hover, .tab .tablinks.active {
  background-color: #DD001B;
  color: #fff;
}

.tabcontent {
  display: none;
  padding: 30px;
}
@media (max-width: 640px) {
  .tabcontent {
    padding: 0;
  }
}

.detail-ul {
  margin-left: -1rem !important;
}
.detail-ul li:before {
  position: absolute !important;
  top: 2px !important;
  left: -18px !important;
  content: "✓" !important;
  background: #253982;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  color: #fff;
  border: none !important;
}

.title-red {
  color: #DD001B !important;
  font-size: 24px !important;
  font-weight: bold;
  margin-bottom: 20px;
}

.accordion {
  position: relative;
  margin-bottom: 20px;
}

.accordion-item-text {
  border-radius: 4px;
  border-bottom: 1px solid #D1D5DB !important;
  background: none;
  border: none;
}
.accordion-item-text:not(:last-child) {
  margin-bottom: 15px;
}

.accordion-header {
  padding: 15px 0;
  padding-right: 50px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  color: #4B5563;
}
.accordion-header::after {
  content: "+";
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
  background: #4B5563;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.accordion-content {
  padding: 20px 0 0;
  font-weight: 300;
  font-size: 0.875rem;
  color: #5f6c7b;
  line-height: 1.5;
  display: none;
}

.open-accordion {
  border-bottom: none !important;
}
.open-accordion .accordion-header {
  color: #253982;
  border-radius: 4px;
  border-bottom: 1px solid #DDE1FF !important;
  background: none;
  border: none;
}
.open-accordion .accordion-content {
  display: block;
}
.open-accordion .accordion-header::after {
  transform: rotate(-180deg);
  content: "-";
  background: #253982;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .card-container {
    width: 100%;
    gap: 10px;
  }
}
.card-container .card-item {
  width: calc(50% - 20px);
}
@media (max-width: 980px) {
  .card-container .card-item {
    width: calc(50% - 5px);
  }
}
.card-container .card-item .card-text {
  padding: 20px;
  background: #fff;
  border-radius: 30px;
}
.card-container .card-item .card-text .text {
  padding: 20px 0 0;
}
.card-container .card-item .card-text .text strong {
  font-size: 20px;
  color: #101827;
}
@media (max-width: 640px) {
  .card-container .card-item .card-text .text strong {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .card-container .card-item .card-text p {
    font-size: 12px;
  }
}

.aboutUs-menu .other-products-list .item .summary p:nth-child(2) {
  display: none !important;
}
.aboutUs-menu .other-products-list .item .more-right {
  justify-content: flex-start !important;
}

.table-title th {
  background: #001657 !important;
}

.nurolBank {
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.nurolBank th {
  background: #253982;
  color: #fff;
  padding: 20px;
  font-size: 16px;
}
@media (max-width: 640px) {
  .nurolBank th {
    font-size: 12px;
    padding: 10px;
  }
}
.nurolBank tr td {
  padding: 20px;
  background: #fff;
}
.nurolBank tr td strong {
  color: #253982;
}
@media (max-width: 640px) {
  .nurolBank tr td {
    font-size: 12px;
    padding: 10px;
  }
}
.nurolBank tr:nth-child(2n) td {
  background: #EFEFFF;
}
.nurolBank tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.nurolBank tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.nurolBank tr:first-child th:first-child {
  border-top-left-radius: 20px;
}
.nurolBank tr:first-child th:last-child {
  border-top-right-radius: 20px;
}

@media (max-width: 980px) {
  .general-manager {
    margin-top: 140px;
    position: relative;
  }
}

.dipNot {
  color: #101827 !important;
  font-weight: 500;
  font-style: italic;
}

.blue-div {
  border-radius: 30px;
  height: 585px;
  display: flex;
  justify-content: center;
}
@media (max-width: 980px) {
  .blue-div {
    height: auto;
  }
  .blue-div .width-4 {
    width: 100%;
    text-align: center;
    margin-top: -180px;
  }
}
@media (max-width: 980px) and (max-width: 640px) {
  .blue-div .width-4 {
    margin-top: -130px;
  }
}
@media (max-width: 980px) {
  .blue-div .width-4 img {
    width: 300px;
  }
}
@media (max-width: 980px) and (max-width: 640px) {
  .blue-div .width-4 img {
    width: 190px !important;
  }
}
@media (max-width: 980px) {
  .blue-div .width-8 {
    width: 100%;
  }
  .blue-div .width-8 .f24 {
    text-align: center !important;
  }
}
@media (max-width: 640px) {
  .blue-div .width-flex > div {
    padding: 0;
  }
  .blue-div p {
    text-align: justify !important;
    padding: 0 10px;
  }
}

.relative {
  position: relative;
}

.opacity-bottom:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 33px;
  right: 29px;
  top: auto;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f4f4f4));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #f4f4f4);
  background: linear-gradient(rgba(255, 255, 255, 0), #001657);
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}
@media (max-width: 980px) {
  .opacity-bottom:before {
    display: none;
  }
}

.scrollable-div {
  width: 100%;
  height: 470px;
  padding: 10px;
  overflow: auto;
  position: relative;
  background: #001657;
}
@media (max-width: 980px) {
  .scrollable-div {
    height: auto;
    margin-top: 25px;
  }
}
.scrollable-div p {
  color: #DDE1FF !important;
  line-height: 160%;
}
.scrollable-div::-webkit-scrollbar {
  width: 5px;
}
.scrollable-div::-webkit-scrollbar-track {
  background-color: #253982;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.scrollable-div::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #B3C6FF;
}
.scrollable-div p:last-of-type {
  margin-bottom: 80px;
}

.comment:before {
  color: #DD001B;
  content: open-quote;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 180px;
  font-weight: bold;
  line-height: 120px;
  position: absolute;
  left: -28px;
  top: 40px;
}
@media (max-width: 1260px) {
  .comment:before {
    left: 0;
  }
}
@media (max-width: 640px) {
  .comment:before {
    left: 10px;
    font-size: 80px;
  }
}
.comment:after {
  color: #DD001B;
  content: close-quote;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 180px;
  font-weight: bold;
  line-height: 120px;
  vertical-align: top;
  position: absolute;
  right: -30px;
  bottom: -40px;
}
@media (max-width: 1260px) {
  .comment:after {
    right: 0;
  }
}
@media (max-width: 640px) {
  .comment:after {
    right: 10px;
    font-size: 80px;
  }
}

.subMenuContainer {
  display: none;
}

.yonetim-kurulu {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  text-align: center;
}
@media (max-width: 640px) {
  .yonetim-kurulu {
    gap: 15px;
  }
}
.yonetim-kurulu a {
  width: calc(25% - 20px);
  margin-bottom: 30px;
  color: #101827;
}
@media (max-width: 980px) {
  .yonetim-kurulu a {
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 640px) {
  .yonetim-kurulu a {
    width: calc(50% - 8px);
  }
}
.yonetim-kurulu a strong {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
}
@media (max-width: 980px) {
  .yonetim-kurulu a strong {
    font-size: 18px;
  }
}
.yonetim-kurulu a:hover {
  color: #dd001b;
}
.yonetim-kurulu a:hover img {
  filter: brightness(0.5);
}
.yonetim-kurulu .img {
  display: block;
  margin-bottom: 14px;
}
.yonetim-kurulu .img img {
  transition: filter 0.5s ease-in-out;
}
.yonetim-kurulu a {
  font-size: 20px;
}
.yonetim-kurulu .text {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 980px) {
  .yonetim-kurulu .text {
    font-size: 14px;
  }
}

/* modal */
.zoom-anim-dialog {
  background: #F9F9F9;
  padding: 20px 30px 50px;
  max-width: 60%;
  margin: 40px auto;
  position: relative;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 980px) {
  .zoom-anim-dialog {
    max-width: 95%;
  }
}
@media (max-width: 640px) {
  .zoom-anim-dialog {
    margin: 150px auto 40px;
  }
}
.zoom-anim-dialog .img {
  position: relative;
  display: block;
  margin-top: -170px;
}
@media (max-width: 640px) {
  .zoom-anim-dialog .img {
    width: 200px;
    margin: -120px auto 0;
  }
}
.zoom-anim-dialog .text {
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .zoom-anim-dialog .text {
    font-size: 16px;
  }
}
.zoom-anim-dialog .text strong {
  display: block;
  font-size: 24px;
  color: #253982;
  padding: 0 0 15px;
}
@media (max-width: 640px) {
  .zoom-anim-dialog .text strong {
    font-size: 20px;
  }
}
.zoom-anim-dialog p {
  text-align: justify;
}
.zoom-anim-dialog .mfp-close {
  background: #253982;
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* modal */
.ust-yonetim img {
  border-radius: 20px;
  margin-bottom: 40px;
}

.ok:before {
  content: "✓" !important;
  background: #17A34A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  color: #fff;
  border: none !important;
}

b, strong {
  font-weight: bold !important;
}

.nurolBank1 td {
  width: 200px;
}

.ibForm {
  border: 1px solid #DDE1E6;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 0;
}
.ibForm li {
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;
  color: #101827 !important;
  font-weight: 500;
  border-bottom: 1px solid #DDE1E6;
  padding: 8px;
  margin: 0 !important;
  align-items: center;
  font-size: 14px;
}
.ibForm li:before {
  display: none;
}
.ibForm li em {
  font-style: normal;
  padding: 0 20px;
}
.ibForm li:nth-child(2n) {
  background: #DDE1E6;
}
.ibForm li a {
  color: #253982;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.ibForm li a:before {
  content: "";
  font-family: "Material Symbols Outlined";
  padding-right: 10px;
  font-size: 20px;
}
.ibForm li:last-of-type {
  border-bottom: none;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.news-list .item {
  width: calc(33.33% - 20px);
  background: #F9F9F9;
  border-radius: 10px;
}
@media (max-width: 980px) {
  .news-list .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .news-list .item {
    width: 100%;
  }
}
.news-list .item .summary {
  padding: 20px;
}
.news-list .item .img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.news-list .item .summary strong {
  font-weight: bold !important;
  color: #000;
  font-size: 20px;
  line-height: 120%;
}
.news-list .item .summary p {
  text-align: left;
  margin-bottom: 10px;
}
.news-list .more-right .more {
  font-size: 14px;
  color: #5A74C9;
}
.news-list .more-right span {
  color: #5A74C9;
}

.success-story {
  background: #253982;
  color: #fff;
  border-radius: 20px;
  margin-top: 50px;
}
.success-story img {
  width: auto !important;
}
.success-story p {
  text-align: center !important;
  color: #fff !important;
  font-size: 18px !important;
}
.success-story .text {
  text-align: center !important;
  margin-top: 50px;
  display: block;
}
.success-story .item {
  padding: 50px;
}
.success-story .item .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-story .owl-dots {
  display: flex;
  width: 100%;
  margin: 0 auto;
  bottom: -50px;
  position: relative;
  justify-content: center;
}
.success-story .owl-dots .owl-dot {
  display: block;
  margin: 5px 4px;
  width: 12px;
  height: 12px;
  background: #D1D5DB;
  border-radius: 8px;
}
.success-story .owl-dots .owl-dot.active {
  background: #DD001B;
  border: 1px solid #fff;
}
.success-story .owl-nav {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.success-story .owl-nav .owl-prev {
  left: -90px;
  position: relative;
}
.success-story .owl-nav .owl-next {
  right: -90px;
  position: relative;
}
.success-story .owl-nav span {
  font-size: 45px;
  color: #9CA3AF;
}

.musteri-iletisim-hatti .musteri-border {
  border: 1px solid #D1D5DB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
  position: relative;
  border-radius: 10px;
  margin-top: 60px;
}
.musteri-iletisim-hatti .musteri-border .img {
  position: absolute;
  top: -35px;
  background: #fff;
  border: 1px solid #D1D5DB;
  padding: 20px;
  border-radius: 100%;
}
@media (max-width: 980px) {
  .musteri-iletisim-hatti .musteri-border .img img {
    width: auto;
  }
}
.musteri-iletisim-hatti .musteri-border .text a {
  color: #253982;
  font-weight: bold;
  display: block;
  font-size: 24px;
}
@media (max-width: 1260px) {
  .musteri-iletisim-hatti .musteri-border .text a {
    font-size: 15px !important;
  }
}
.musteri-iletisim-hatti p {
  font-size: 24px !important;
  color: #253982 !important;
  text-align: center !important;
}
@media (max-width: 1260px) {
  .musteri-iletisim-hatti .f20 {
    font-size: 15px !important;
  }
}

.border-branch {
  border: 1px solid #D1D5DB;
  border-radius: 20px;
  position: relative;
}
.border-branch .text .title {
  font-size: 24px;
  color: #253982;
  font-weight: bold;
  padding: 25px 0;
}
@media (max-width: 980px) {
  .border-branch .text .title {
    font-size: 20px;
  }
}
.border-branch .text .summary {
  position: absolute;
}
.border-branch .text .sumamry {
  position: absolute;
  bottom: -90px;
  z-index: 100000000000000020;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 980px) {
  .border-branch .text .sumamry {
    padding: 0 30px;
  }
}
.border-branch .text .sumamry p {
  color: #fff;
  text-align: center;
}
@media (max-width: 980px) {
  .border-branch .text .sumamry p {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.border-branch .text .sumamry .border-I {
  border: 1px solid #DDE1FF;
  border-radius: 10px;
  position: relative;
  padding: 0 50px;
  margin-top: 50px;
}
@media (max-width: 980px) {
  .border-branch .text .sumamry .border-I {
    padding: 0 10px;
  }
}
.border-branch .text .sumamry .border-I .img-I {
  background: #fff;
  width: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
}
@media (max-width: 980px) {
  .border-branch .text .sumamry .border-I .img-I {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 980px) {
  .border-branch .text .sumamry .border-I .img-I img {
    width: 23px;
  }
}
.border-branch .text .sumamry .border-I .img-I a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.border-branch .text .sumamry .border-I .text-I {
  padding: 39px 0;
}
@media (max-width: 980px) {
  .border-branch .text .sumamry .border-I .text-I {
    padding: 10px 0;
  }
}

.border-width {
  position: relative;
  background: #fff;
  width: 300px;
  margin: 0 auto;
}
.border-width .img-I {
  border: 1px solid #253982;
}
.border-width a {
  font-size: 20px;
  color: #253982;
}

.contact-detail h2 {
  color: #253982 !important;
}

.contactForm-Container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.contactForm-Container .item {
  width: calc(50% - 20px);
}
.contactForm-Container .item .formElement input {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #E5E7EB;
}
.contactForm-Container .item .formElement textarea {
  resize: vertical;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #E5E7EB;
}
.contactForm-Container .item .formTitle {
  display: none;
}
.contactForm-Container .formItem {
  margin-bottom: 10px;
}
.contactForm-Container .item:nth-child(2n) {
  margin-left: 40px;
}

.full {
  width: 100% !important;
  margin-left: 0 !important;
}
.full > .width-8 {
  width: 100%;
}

.captchaContainer {
  display: flex;
  align-items: center;
}

.captchaContact {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}

.captchaContact #img1 {
  height: 35px !important;
  padding-left: 20px;
}

.captchaTextBox input {
  border: none;
  resize: vertical;
  width: 100%;
  box-sizing: border-box;
  height: 34px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #E5E7EB;
}

#UC_CommunicationForm1_btnSave {
  background: #DD001B;
  border: none;
  color: #fff;
  width: 280px;
  height: 48px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 45px;
}

#UC_CommunicationForm1_lblCommunicationPermit {
  font-size: 14px;
  padding: 25px 0;
  display: block;
}

#UC_CommunicationForm1_rblCommunicationPermit {
  padding: 14px 0;
  display: block;
  font-size: 14px;
}

#UC_CommunicationForm1_rblCommunicationPermit input {
  margin-right: 10px;
}

#UC_CommunicationForm1_rblCommunicationPermit td {
  margin-right: 20px;
  display: inline-flex;
}

#UC_CommunicationForm1_lblVerificationCodeWarning {
  padding: 11px 0 24px;
  display: block;
  font-size: 14px;
}

.hamburger-change .bar1, .hamburger-change .bar2, .hamburger-change .bar3 {
  background-color: #fff !important;
}

.hamburger-btn {
  display: none;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  z-index: 999;
  background: #1F2937;
  padding: 4px;
  width: 31px;
  height: 26px;
}
@media (max-width: 980px) {
  .hamburger-btn {
    display: block;
  }
}
.hamburger-btn:after {
 
  position: absolute;
  top: 4px;
  right: 45px;
}

.hamburger-change .bar1 {
  transform: rotate(-45deg) translate(-1px, 7px);
  right: 3px;
  position: relative;
}

.hamburger-change .bar3 {
  transform: rotate(45deg) translate(0px, -6px);
  right: 3px;
  position: relative;
}

.hamburger-btn .bar1, .hamburger-btn .bar2, .hamburger-btn .bar3 {
  height: 2px;
  background-color: #fff;
  margin: 3px 5px;
  transition: 0.4s;
  width: 13px;
}

.hamburger-change .bar1 {
  transform: rotate(-45deg) translate(-1px, 7px);
}

.hamburger-change .bar2 {
  /*IE8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*IE 5-7*/
  filter: alpha(opacity=0);
  /*Modern Browsers*/
  opacity: 0;
}

.hamburger-change .bar3 {
  transform: rotate(45deg) translate(0px, -6px);
}

@media (max-width: 980px) {
  .header-top {
    display: none;
  }
}

@media (max-width: 980px) {
  #headerMenu {
    display: none;
    overflow: auto;
    padding-bottom: 250px;
  }
  #headerMenu .hover {
    background: #253982;
    color: #fff !important;
  }
}

.searchHeaderClick {
  display: flex;
  position: relative;
}
.searchHeaderClick .btnSearch {
  position: absolute;
  z-index: 1;
  right: 10px;
}
.searchHeaderClick #txtsearch::placeholder {
  color: #9CA3AF;
  font-weight: bold;
}

.search {
  position: relative;
  display: inline-block;
  position: relative;
  height: 40px;
  width: 100px;
  box-sizing: border-box;
  transition: all 200ms ease;
  cursor: text;
}
.search input {
  background: #f9f9f9;
  border: none;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
  outline-width: 0px;
  color: #9CA3AF;
  font-size: 14px;
  border: 1px solid #E5E7EB;
}
.search input::placeholder {
  color: #252D3B;
}
.search.active input, .search:hover input {
  width: 180px;
  margin-right: 0px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 700ms ease;
}
.search.active input:after, .search:hover input:after {
  height: 0px;
}

.searchResultList {
  background: #F9F9F9 !important;
  padding: 30px;
  border-radius: 15px;
}
.searchResultList ul {
  margin-top: 36px;
  display: block;
}
.searchResultList ul li {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}
.searchResultList ul li a {
  color: #6B7280;
}
.searchResultList .contentFound h5 {
  color: #DD001B;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.searchBox {
  position: relative;
  display: flex;
  align-items: center;
}
.searchBox .txtBox {
  border: 1px solid #c3cfe3;
  border-radius: 15px;
  color: #000000;
  display: block;
  float: left;
  outline: medium none;
  padding: 10px;
  width: 300px;
  margin-bottom: 30px;
}
.searchBox .btnSearch {
  background: transparent url(../../images/svg/search-status.svg) no-repeat scroll center top;
  border: medium none;
  cursor: pointer;
  display: block;
  height: 38px;
  margin: 5px 0 0 10px;
  width: 38px;
  outline: none;
}

.pager {
  margin-top: 35px;
}

.pagingList .pager {
  padding: 20px;
}

.searchResultList .pager a, .pagingList .pager a {
  border: 1px solid #003584;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.searchResultList .pager a.selected, .searchResultList .pager a:hover {
  background-color: #DD001B;
  border-color: #DD001B;
  color: #fff;
}

.pagingList .pager a.altcizgi, .pagingList .pager a:hover {
  background-color: #003584;
  border-color: #003584;
  color: #fff;
}

.ui-autocomplete {
  z-index: 99999;
  position: absolute;
  width: 1140px !important;
  margin: 0 0 0 -600px;
  left: 50% !important;
  right: 0 !important;
  top: 110px !important;
  -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 53, 132, 0.1);
  -moz-box-shadow: 0px 5px 5px 2px rgba(0, 53, 132, 0.1);
  box-shadow: 0px 5px 5px 2px rgba(0, 53, 132, 0.1);
}
@media (max-width: 1260px) {
  .ui-autocomplete {
    width: 95% !important;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
  }
}

.ui-autocomplete.ui-helper-hidden-accessible div {
  display: none;
}

.ui-autocomplete.ui-widget.ui-widget-content {
  background: #fff;
  color: #003584;
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  overflow: auto;
  max-height: 450px;
  margin-top: 45px;
}

.ui-autocomplete.ui-autocomplete li {
  padding: 15px 20px;
  transition: 0.4s;
  list-style: none;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}

.ui-autocomplete.ui-autocomplete li:hover {
  background: #a6b0b6;
  transition: 0.8s;
  cursor: pointer;
}

.ui-autocomplete.ui-menu .ui-menu-item img {
  display: none;
}

.hover-header {
  display: block !important;
  height: 100vh;
}

.header-top-mobil {
  display: block !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 111;
  border-bottom: none !important;
  padding-bottom: 5px;
  background: #f3f4f6;
  padding-top: 5px;
}

.bank-mobil {
  z-index: 1000;
  position: relative;
  width: auto !important;
  padding: 9px;
  height: 28px !important;
}

.searchHeaderClick-mobil {
  display: none !important;
}

.mobilMenu {
  display: none;
}
@media (max-width: 980px) {
  .mobilMenu {
    display: block;
  }
}

.mobilsubMenu {
  border-bottom: 1px solid #E5E7EB;
}
@media (max-width: 980px) {
  .mobilsubMenu:before {
    content: "";
    border-color: #292D32 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    width: 0px;
    height: 0px;
    position: absolute;
    right: 10px;
    border-radius: 5px;
    transition: 0.5s;
  }
}

@media (max-width: 980px) {
  .mobilsubMenu.hover {
    border-bottom: 1px solid #3F59AE;
  }
  .mobilsubMenu.hover:before {
    transform: rotate(-180deg);
    border-color: #fff transparent transparent transparent;
  }
}

.noScroll {
  overflow: hidden;
}

.investor-relations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 80px;
}
@media (max-width: 980px) {
  .investor-relations-list {
    gap: 15px;
  }
}
.investor-relations-list .item {
  width: calc(33.33% - 20px);
  background: #F9F9F9;
  border-radius: 10px;
}
@media (max-width: 980px) {
  .investor-relations-list .item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 640px) {
  .investor-relations-list .item {
    width: 100%;
  }
}
.investor-relations-list .item .text {
  padding: 25px;
}
.investor-relations-list .item .text .img {
  margin-bottom: 15px;
}
.investor-relations-list .item .text .sumamry strong {
  font-size: 20px;
  font-weight: bold;
  color: #101827;
}
.investor-relations-list .item .text .sumamry p {
  color: #6B7280;
  font-size: 14px;
}
.investor-relations-list .item .text .sumamry .more-right {
  justify-content: flex-start;
}
.investor-relations-list .item .more-right span {
  color: #5A74C9;
}
.investor-relations-list .item:hover .more-right span {
  color: #DD001B;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.back-to-top::after {
  content: "";
  font-family: "Material Symbols Outlined";
  display: block;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after {
  visibility: visible;
}

button.back-to-top.show {
  display: block;
  border-radius: 100%;
 background: #198754;
  color: #fff;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  z-index: 0;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
@media (max-width: 980px) {
  button.back-to-top.show {
    bottom: 150px;
    right: 12px;
  }
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

#scrollContent section {
  margin-bottom: 50px;
}
#scrollContent .other-product-title, #scrollContent .title-red, #scrollContent h2 {
  padding-top: 100px;
}
@media (max-width: 980px) {
  #scrollContent .other-product-title, #scrollContent .title-red, #scrollContent h2 {
    padding-top: 60px;
  }
}
#scrollContent .mTP70 {
  margin-top: 0;
}

.detail-heder-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 20px;
}
.detail-heder-flex .detail-header-left {
  width: calc(70% - 20px);
}
@media (max-width: 980px) {
  .detail-heder-flex .detail-header-left {
    width: 100%;
  }
}
.detail-heder-flex .detail-header-right {
  width: 30%;
  display: flex;
  justify-content: center;
}
@media (max-width: 980px) {
  .detail-heder-flex .detail-header-right {
    display: none;
  }
}

.headerBtn a {
  background: #DD001B;
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  gap: 20px;
  transition: 0.5s;
}
.headerBtn a:hover {
  background: #96120E;
  color: #fff;
}
.headerBtn i, .headerBtn em {
  font-style: normal;
}

#scrollNavbar {
  width: 100%;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #D1D5DB;
  position: sticky;
  top: 0;
  background: #f9f9f9;
  z-index: 1;
}
@media (max-width: 980px) {
  #scrollNavbar {
    overflow: scroll;
    height: 50px !important;
  }
}
#scrollNavbar .wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  #scrollNavbar .wrapper {
    justify-content: left;
  }
}
#scrollNavbar a {
  color: #4B5563;
  padding: 14px 10px;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 201px;
  justify-content: center;
}
#scrollNavbar a.active {
  background-color: #fff;
  color: #DD001B;
  font-weight: bold;
  border-bottom: 2px solid #DD001B;
}

/*#scrollContent {
  margin-top: 60px;
  @include ut-l {
    margin-top: 0;
  }
}*/