body {
  overflow-x: hidden;
  font-size: 19px;
  font-family: Arial;
  color: #000;
  margin: 0;
  line-height: 1.5;
}

.sticky-header-main-top ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #004250;
  margin: 0;
  padding: 0;
}
.banner__full_main {
  display: block;
}
.banner__full_mb {
  display: none;
}
.sticky-header-main-top ul li {
  list-style: none;
}
.sp-sticky-header-rhm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.97) 55%);
  text-align: center;
  z-index: 2;
}

.banner__full {
  max-width: 1920px;
  padding-top: 110px;
}
.banner__full img {
  width: 100%;
}

.text_sec_one {
  max-width: 857px;
  margin: 0 auto;
  font-size: 25px;
}
.text_sec_two {
  padding-top: 20px;
  max-width: 857px;
  margin: 0 auto;
  font-size: 25px;
}
.justify {
  text-align: justify;
}
.img-responsive {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.d-lg-none,
.n2_clear {
  display: none !important;
}

.text_sec_pu_three {
  padding-top: 20px;
  max-width: 857px;
  margin: 0 auto;
  font-size: 25px;
}
.maxwidth1300 {
  max-width: 1300px;
  margin: 0 auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer_section {
  background: linear-gradient(
    180deg,
    #001f2c 0,
    #004250 63%,
    #004250 70%,
    #144e5c 100%
  );
  padding-inline: 10px;
  padding-top: 40px;
  padding-bottom: 35px;
  color: #fff;
}

.footer_section:has(> .copyright-section) {
  padding-bottom: 0 !important;
}

.footer_section > .copyright-section {
  margin-inline: -10px;
}

.center {
  text-align: center;
}
.footer-csvc ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.social__footer_note ul {
  display: flex;
  justify-content: center !important;
  gap: 10px;
}
.footer-csvc ul li,
.social__footer_note ul li {
  list-style: none;
}
main {
  margin: 0 10px;
}
.address__footer a {
  color: #fff;
}
.container-slider {
  z-index: 10;
  display: flex;
  max-width: 430px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.carousel-slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.carousel-slider img {
  width: 430px;
  height: 100%;
}
.button-right,
.button-left {
  position: absolute;
  top: 45%;
  background: #00589955;
  cursor: pointer;
  border: none;
  font-size: 30px;
  color: #fff;
  width: 50px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.button-right {
  right: 0;
}
.button-left {
  left: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .logo-header {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .title-header,
  .d-lg-block,
  .banner__full_main {
    display: none;
  }
  .text_sec_one {
    font-size: 20px;
  }
  .text_sec_two {
    font-size: 17px;
  }
  .img-responsive {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .d-block,
  .banner__full_mb,
  .n2_clear {
    display: block !important;
  }
  .banner__full_mb {
    padding-top: 60px;
  }
  .text_sec_pu_three {
    padding-top: 5px;
  }
  .text_sec_pu_three {
    max-width: 400px;
    margin: 0 auto;
    font-size: 17px;
  }
  .sec_pu_four_mobile ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding-left: 0;
  }
  .sec_pu_four_mobile ul li {
    list-style: none;
  }
  .sp-sticky-header-rhm {
    height: 15px;
    position: unset;
  }
  .banner__full_mb_main {
    position: relative;
  }
  .banner__full_mb_text {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    animation: slideUp 1s ease-out forwards;
  }

  @keyframes slideUp {
    0% {
      bottom: -100px;
      opacity: 0;
    }
    100% {
      bottom: 0;
      opacity: 1;
    }
  }
  .footer-csvc ul,
  .social__footer_note ul {
    margin: 0;
    padding: 0;
  }
}
