@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.homeSwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 6px;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 540px) {
  .homeSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.homeSwiper .swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.homeSwiper .swiper-pagination-horizontal {
  top: 90%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 540px) {
  .homeSwiper .swiper-pagination-horizontal {
    top: 85%;
  }
}
@media only screen and (min-width: 1300px) {
  .homeSwiper .swiper-pagination-horizontal {
    top: 92%;
  }
}
@media only screen and (min-width: 1700px) {
  .homeSwiper .swiper-pagination-horizontal {
    top: 90%;
  }
}
.homeSwiper .read-more-btn {
  margin: 20px 0;
}
@media only screen and (max-width: 540px) {
  .homeSwiper .read-more-btn {
    margin: 10px 0;
  }
}
.homeSwiper .read-more-btn a {
  display: inline-block;
  background: #eea236;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .homeSwiper .read-more-btn a {
    padding: 6px 11px;
    font-size: 12px;
  }
}
.homeSwiper .read-more-btn a:hover {
  background: #d58512;
}

.banner {
  overflow: hidden;
}
.banner::before {
  background: none;
}
.banner .social-media-link {
  position: absolute;
  right: 50px;
  bottom: 110px;
  z-index: 4;
}
@media only screen and (max-width: 991px) {
  .banner .social-media-link {
    bottom: 60px;
    right: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .banner .social-media-link {
    display: none;
  }
}
.banner .social-media-link ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 14px 7px 15px;
  border-radius: 50px;
}
.banner .social-media-link ul li:first-child {
  background: white;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .banner .social-media-link ul li:first-child {
    margin-bottom: 10px;
  }
}
.banner .social-media-link ul li:last-child {
  background: #6EB854;
  margin-bottom: 20px;
  color: white;
}
.banner.home-banner {
  top: 125px;
  position: relative;
  margin-bottom: 115px;
}
.banner.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 78.5%);
  z-index: 1;
  opacity: 0.7;
}
@media only screen and (min-width: 991px) {
  .banner.home-banner .bg {
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg {
    height: 200px;
  }
}
.banner.home-banner .bg video {
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1152px) {
  .banner.home-banner {
    top: -25px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner {
    top: -25px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner {
    top: 0px;
    margin-bottom: 0px;
  }
}
.banner.home-banner .banner-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  translate: none;
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper {
    top: 50%;
    left: 35%;
  }
}
.banner.home-banner .banner-wrapper .content {
  max-width: 540px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper .content {
    max-width: 233px;
  }
}
.banner.home-banner .banner-wrapper h1 {
  font-size: 48px;
  line-height: 1.1;
}
@media only screen and (max-width: 1152px) {
  .banner.home-banner .banner-wrapper h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 9px;
  }
}
.banner.home-banner .banner-wrapper h1 span {
  font-weight: 100;
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper p {
    font-size: 14px;
    line-height: 18px;
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper p {
    font-size: 10px;
    line-height: 14px;
  }
}
.banner.home-banner .banner-wrapper h5 {
  margin-top: 47px;
}
@media only screen and (max-width: 1152px) {
  .banner.home-banner .banner-wrapper h5 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper h5 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper h5 {
    font-size: 14px;
  }
}

.sec-homeA {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.sec-homeA .container .swiper-prev:hover, .sec-homeA .container .swiper-next:hover {
  background: #0056b3;
  color: white;
}
.sec-homeA .title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #555;
}
.sec-homeA .title h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .sec-homeA .title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .sec-homeA .title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-homeA .title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .sec-homeA .title p {
    font-size: 14px;
    width: auto;
    margin: auto;
  }
}
.sec-homeA .swiper {
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 991px) {
  .sec-homeA .swiper {
    padding: 20px 20px;
  }
}
.sec-homeA .swiper .swiper-slide {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #ccc;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sec-homeA .swiper .swiper-slide:hover .card-header svg path {
  fill: var(--white);
}
.sec-homeA .swiper .swiper-slide:hover {
  background: #407bdf;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.sec-homeA .swiper .swiper-slide:hover h3, .sec-homeA .swiper .swiper-slide:hover p, .sec-homeA .swiper .swiper-slide:hover i {
  color: #fff;
}
.sec-homeA .swiper .swiper-slide i {
  transition: color 0.5s ease-in-out;
}
.sec-homeA .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 0px;
}
@media only screen and (max-width: 540px) {
  .sec-homeA .card-header {
    gap: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .sec-homeA .card-header {
    gap: 0;
  }
}
.sec-homeA .card-header h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: var(--primary);
}
.sec-homeA .card-header i {
  font-size: 24px;
  color: inherit;
}
.sec-homeA .swiper-slide p {
  font-size: 14px;
  color: #666;
  margin-top: 0px;
  line-height: 20px;
  font-weight: 400;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.sec-homeA .swiper-button-next, .sec-homeA .swiper-button-prev {
  color: #407bdf;
}
.sec-homeA .swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 540px) {
  .sec-homeA .swiper-nav.center-full {
    display: none;
  }
}
.sec-homeA .swiper-prev, .sec-homeA .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  flex: 0 1 auto;
  --btn: 44px;
  height: var(--btn);
  width: var(--btn);
  border-radius: 50%;
  border: 1px solid #0A3481;
  transition: 0.5s ease;
  position: relative;
  background: white;
}
.sec-homeA .swiper-prev svg, .sec-homeA .swiper-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.sec-homeA .swiper-prev svg path, .sec-homeA .swiper-next svg path {
  transition: 0.5s ease;
  stroke: #0A3481;
}
.sec-homeA .swiper-prev svg path:hover, .sec-homeA .swiper-next svg path:hover {
  stroke: transprent;
}

.home-secB {
  padding: 50px 0;
  background: var(--white);
}
@media only screen and (max-width: 1024px) {
  .home-secB {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB {
    padding: 48px 0 80px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB {
    padding: 15px 0 45px;
  }
}
.home-secB .heading {
  max-width: 630px;
  margin: 0 auto;
}
.home-secB .heading .ico {
  max-width: 125px;
}
.home-secB .heading h3 {
  max-width: 478px;
  margin: 8px auto 25px;
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .home-secB .heading h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .heading h3 {
    font-size: 22px;
  }
}
.home-secB .heading p {
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .home-secB .heading p {
    font-size: 14ox;
  }
}
.home-secB .counter_sec {
  margin-top: 60px;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .home-secB .counter_sec {
    gap: 25px 0;
    justify-content: center;
  }
}
.home-secB .counter_sec .count-info {
  flex: 1;
}
@media only screen and (max-width: 675px) {
  .home-secB .counter_sec .count-info {
    flex: 0 1 33.3%;
    max-width: 33.3%;
  }
}
.home-secB .counter_sec .count-info img {
  text-align: center;
}
.home-secB .counter_sec .count-info h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .home-secB .counter_sec .count-info h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secB .counter_sec .count-info h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secB .counter_sec .count-info h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .home-secB .counter_sec .count-info h4 {
    font-size: 12px;
    padding: 0;
  }
}
.home-secB .counter_sec .count-info p {
  color: var(--text);
  margin-top: 10px;
}
@media only screen and (max-width: 675px) {
  .home-secB .counter_sec .count-info p {
    margin-top: 12px;
    line-height: 14px;
    font-size: 12px;
  }
}

.home-secC {
  padding: 50px 0;
  background: #fff;
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding-top: 0;
  }
}
.home-secC .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .home-secC .container {
    display: grid;
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .container {
    display: grid;
    justify-content: center;
  }
}
.home-secC .container .image-box {
  overflow: hidden;
  border-radius: 15px;
}
.home-secC .container .image-box img {
  overflow: hidden;
}
.home-secC .container .image-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.home-secC .content {
  flex: 1;
  max-width: 500px;
}
@media only screen and (max-width: 540px) {
  .home-secC .content {
    text-align: center;
  }
}
.home-secC .content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .home-secC .content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .content h2 {
    font-size: 28px;
    text-align: center;
  }
}
.home-secC .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 540px) {
  .home-secC .content p {
    font-size: 14px;
    text-align: center;
  }
}
.home-secC .content .btn {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}
.home-secC .content .btn:hover {
  background: #305bbd;
}
.home-secC .image-box {
  flex: 1;
  max-width: 500px;
  position: relative;
}
.home-secC .image-box img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.home-secD {
  padding: 60px 0;
  background: #e8f0ff;
  text-align: center;
}
.home-secD h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .home-secD h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD h2 {
    font-size: 28px;
  }
}
.home-secD p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}
.home-secD .industries-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin: 0 auto;
}
.home-secD .industry {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
}
.home-secD .industry:hover, .home-secD .industry.active {
  background: #003366;
  color: #fff;
  transform: scale(1.05);
}
.home-secD .industry svg {
  width: 40px;
  height: 40px;
  transition: fill 0.3s ease-in-out;
  margin-bottom: 10px;
}
.home-secD .industry:hover svg path, .home-secD .industry.active svg path {
  fill: var(--white);
}
.home-secD .industry span {
  font-size: 14px;
  color: #222;
  font-weight: 600;
}
.home-secD .industry:hover, .home-secD .industry.active {
  background: #073b94;
  border-color: #073b94;
}
.home-secD .industry:hover span, .home-secD .industry.active span {
  color: #fff;
}
@media (max-width: 768px) {
  .home-secD .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-secE {
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .home-secE .container .upper-sec .heading h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .container .upper-sec .heading h3 {
    font-size: 28px;
  }
}
.home-secE .container .swiper-prev:hover, .home-secE .container .swiper-next:hover {
  background: #0056b3;
  color: white;
}
.home-secE .news-col {
  display: flex;
  flex-direction: column;
  background: var(--secondary);
  overflow: hidden;
}
.home-secE .news-col .figure {
  overflow: hidden;
}
.home-secE .news-col .figure:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out;
}
.home-secE .news-col .figcaption {
  --pdt: 18px;
  --pdlr: 24px;
  --pdb: 35px;
  --btnsize: 40px;
  --btnmargin: 27px;
  padding: var(--pdt) var(--pdlr) calc(var(--pdb) + var(--btnmargin) + var(--btnsize));
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 540px) {
  .home-secE .news-col .figcaption {
    padding-left: 12px;
    padding-top: 12px;
  }
}
.home-secE .news-col .figcaption .ttl {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secE .news-col .figcaption .ttl {
    font-size: 16px;
  }
}
.home-secE .news-col .figcaption .desc {
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 540px) {
  .home-secE .news-col .figcaption .desc {
    font-size: 12px;
  }
}
.home-secE .news-col .figcaption .btn-div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 var(--pdlr) var(--pdb);
}
@media only screen and (max-width: 540px) {
  .home-secE .news-col .figcaption .btn-div {
    padding-left: 12px;
    padding-top: 12px;
  }
}
.home-secE .news-col .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.home-secE .news-col .figure img {
  width: 100%;
  aspect-ratio: 1.2;
  transition: 0.5s ease;
}
.home-secE .news-col .figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}

.home-secF {
  padding: 50px 0 130px;
}
@media only screen and (max-width: 540px) {
  .home-secF {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.home-secF .section-heading {
  text-align: center;
  margin-bottom: 30px;
}
.home-secF .section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .home-secF .section-heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .section-heading h2 {
    font-size: 28px;
  }
}
.home-secF .section-heading p {
  font-size: 16px;
  font-weight: 500;
  color: #555;
}
.home-secF .testimonial-container {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.home-secF .swiper {
  width: 100%;
}
.home-secF .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}
@media only screen and (max-width: 540px) {
  .home-secF .swiper-slide {
    display: block;
  }
}
.home-secF .testimonial-image {
  width: 266px;
  height: 263px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: -10px -10px 1px #DDE9FF;
}
.home-secF .testimonial-image:hover img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
.home-secF .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secF .testimonial-content {
  text-align: left;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secF .testimonial-content {
    gap: 9px;
    margin-top: 30px;
  }
}
.home-secF .testimonial-content .qoute {
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 540px) {
  .home-secF .testimonial-content .qoute {
    display: none;
  }
}
.home-secF .testimonial-content .testimonial-text {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .home-secF .testimonial-content .testimonial-text {
    font-size: 21px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .testimonial-content .testimonial-text {
    font-size: 14px;
    line-height: 1.3;
    width: 270px;
  }
}
.home-secF .testimonial-content .testimonial-footer h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (max-width: 540px) {
  .home-secF .testimonial-content .testimonial-footer h4 {
    line-height: 12px;
  }
}
.home-secF .testimonial-content .testimonial-footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.home-secF .custom-nav {
  position: absolute;
  bottom: -70px;
  left: 51%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 540px) {
  .home-secF .custom-nav {
    display: none;
  }
}
.home-secF .custom-nav button {
  width: 40px;
  height: 40px;
  border: 1px solid #0A3481;
  background: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.home-secF .custom-nav button:hover {
  background-color: #0056b3;
}
.home-secF .custom-nav button svg {
  width: 20px;
  height: 20px;
  stroke: #0056b3;
  transition: 0.3s;
}
.home-secF .custom-nav button:hover svg {
  stroke: #fff;
}

.model.ham-pop {
  right: 0;
  max-width: 480px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  transform: translateX(100%);
  transition: 0.5s ease;
  z-index: 10;
}
.model.ham-pop.is-open {
  transform: translateX(0%);
}
.model.ham-pop .close {
  top: 17px;
  right: 22px;
}
.model.ham-pop .close svg {
  width: 18px;
}
.model.ham-pop .close svg path {
  stroke: var(--text) !important;
  stroke-width: 2 !important;
}
.model.ham-pop .model-body {
  padding: 0px 40px 30px;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.model.ham-pop .model-body::-webkit-scrollbar {
  width: 6px;
  background: var(--white);
}
.model.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
.model.ham-pop .model-body .ico {
  max-width: 70px;
  margin-bottom: 55px;
  line-height: 0;
}
.model.ham-pop .model-body .ico img, .model.ham-pop .model-body .ico svg {
  width: 100%;
  height: auto;
}
.model.ham-pop .model-body .nav-list {
  flex: 0 1 50%;
}
.model.ham-pop .model-body .nav-list > li {
  cursor: pointer;
}
.model.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 15px;
}
.model.ham-pop .model-body .nav-list > li.desktop-non {
  display: none;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown {
  position: relative;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico {
  position: absolute;
  right: 0;
  top: 0px;
  --sizeplu:20px;
  height: var(--sizeplu);
  width: var(--sizeplu);
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: black;
  transition: 0.5s ease;
  transform: rotate(90deg);
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: black;
  transition: 0.5s ease;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico.active::before {
  transform: rotate(0deg);
  opacity: 0;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham {
  display: none;
  padding-top: 15px;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 10px;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul::-webkit-scrollbar {
  width: 4px;
  background: #fff;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul::-webkit-scrollbar-thumb {
  background-color: #1BB6F0;
  border-radius: 4px;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul li a {
  display: block;
  font-size: 15px;
  color: #666;
  padding: 5px 0;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul li a:hover {
  color: #000;
}
.model.ham-pop .model-body .nav-list > li > a {
  font-size: 20px;
  line-height: 1.06;
  color: #000;
  display: inline-block;
  font-weight: 500;
}
.model.ham-pop .model-body .nav-list > li > a:hover {
  color: #666;
}
.model.ham-pop .model-body .clouds {
  position: absolute;
  z-index: -1;
}
.model.ham-pop .model-body .cloud1 {
  width: 60px;
  left: 33%;
  bottom: 16%;
}
.model.ham-pop .model-body .cloud2 {
  width: 100px;
  bottom: 20%;
  left: 50%;
}
.model.ham-pop .model-body figure {
  flex: 0 1 30%;
  display: flex;
  justify-content: end;
  margin-right: -35px;
  margin-bottom: -10px;
}
.model.ham-pop .model-body figure img {
  width: 220px;
}

@media (max-width: 991px) {
  .model.ham-pop .model-body .nav-list > li.desktop-non {
    display: block;
  }
}/*# sourceMappingURL=home.css.map */