@charset "utf-8";
/* CSS Document */
/*@import url("icomoon.css");
@import url("bootstrap.css");
@import url("public.css");*/

body {
  margin: 0;
  font-family: "OpenSans";
  font-size: 16px;
}
h2,
h3 {
  font-family: "OpenSansBold";
}
a:hover {
  text-decoration: none;
}
:root {
  --btn-color: #00b965;
  --btn-hover-color: #09568e;
  --green-color: #00b965;
  --yellowColor: #fcc10e;
  --blue-color: rgba(78, 171, 248, 1);
  --white-color: #ffffff;
  --black-color: #444;
  --margin: 30px;
  --purple-color: #755788;
  --read-color: rgb(255, 17, 14);
  --lightbule-color: rgba(156, 209, 247, 0.6);
  --darkBlue-color: #355f91;
  --main-color: #82ab28;
  --light-main-color: rgba(229, 246, 228, 0.7);
  --link-hover-color: #e1a807;
}
.gotop {
  position: fixed;
  border: 1px solid rgba(255, 255, 255, 1);
  background: none;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 40px;
  right: 10px;
  z-index: 100;
  box-shadow: 1px 1px 6px 3px rgba(126, 126, 126, 1);
  cursor: pointer;
  outline: none;
  display: none;
}
.gotop > span {
  font-size: 24px;
  color: rgba(212, 208, 208, 1);
}
.topnavi {
  position: fixed;
  width: 100%;
  height: 80px;
  background: rgba(12, 12, 12, 1);
  display: none;
  -webkit-animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.5) 0.3s;
  -o-animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.5) 0.3s;
  animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.1) 0.3s;
  z-index: 20;
}

@media screen and (min-width: 1081px) {
  .row-layout {
    position: relative;
    display: flex;
  }
}
/**************************************************mobile-menu****************************************************/
@media screen and (max-width: 1080px) {
  .mobile-menu svg {
    height: 60px;
    position: absolute;
    width: 60px;
  }

  .mobile-menu {
    height: 60px;
    width: 60px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 200;
  }

  /*    .burger {
            filter: url(#gooeyness);
        }*/
  .mobile-menu .x {
    transform: scale(0);
    transition: transform 400ms;
  }

  .mobile-menu .line {
    fill: none;
    stroke: white;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
  }

  .x .line {
    stroke-width: 5.5px;
  }

  .mobile-menu .line2 {
    stroke-dasharray: 40 200;
    stroke-dashoffset: 0px;
  }

  .mobile-menu .line3 {
    stroke-dasharray: 40 179;
    stroke-dashoffset: 0px;
  }

  .active .line {
    transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
  }

  .active.mobile-menu .line1 {
    transform: scale(0, 1);
    transition: transform 500ms 100ms;
  }

  .active.mobile-menu .line2 {
    stroke-dasharray: 5px 200;
    stroke-dashoffset: -164px;
  }

  .active.mobile-menu .line3 {
    stroke-dasharray: 5px 179;
    stroke-dashoffset: -142px;
  }

  .active.mobile-menu .x {
    transform: scale(1);
    transition: transform 400ms 350ms;
  }
}
@media screen and (min-width: 1081px) {
  .mobile-menu {
    display: none;
  }
}
/**************************************************mobile-menu****************************************************/
@media screen and (min-width: 1081px) {
  .header-shell {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: var(--white-color);
  }
  .header-shell .naviBlock {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .header-shell .naviBlock > .row-layout {
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1080px) {
  .header-shell {
    background: #444;
  }
  .header-shell .naviBlock {
    padding: 10px;
  }
}

@media screen and (min-width: 1081px) {
  .barmobile {
    display: none;
  }
  .row-layout {
    flex-direction: row;
  }
  .header-logo-search > div {
    justify-content: space-between;
  }
}

.virus_headerobj {
  position: sticky;
  top: 0;
  background: var(--white-color);
  z-index: 100;
  width: 100%;
}
.logo img {
  width: 300px;
  padding: 10px;
}

@media screen and (max-width: 1080px) {
  .logo img {
    /* width: 400px;*/
    height: auto;
  }
}
.header-logo-search {
  position: relative;
  width: 100%;
  padding: 10px 40px;
  border-bottom: 1px solid rgb(236 234 234);
  background: rgba(255, 255, 255, 1);
  z-index: 1;
}
.header-search {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-search > input {
  position: relative;
  padding: 10px 20px;
  /*    margin-right: 10px;*/
  outline: none;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.header-search > input::-webkit-input-placeholder {
  color: var(--main-color);
}
.header-search > input::-moz-placeholder {
  color: var(--main-color);
}
.header-search > input:-ms-input-placeholder {
  color: var(--main-color);
}
.header-search > span {
  position: relative;
  border: none;
  background: rgba(255, 255, 255, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  font-size: 1.4em;
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-search > .search-close {
  display: none;
}
@media screen and (min-width: 1081px) {
  .header-contact {
    justify-content: space-between;
  }
  .header-search > input {
    width: 300px;
  }
}
.header-contact {
  position: relative;
  display: flex;
}
.header-contact > li {
  margin: 0 10px;
}
.header-contact > li > a {
  font-size: 22px;
  color: var(--main-color);
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.header-contact > li > a:hover {
  color: rgba(0, 94, 156, 0.6);
}
.media-layout {
  position: relative;
  width: 86%;
  max-width: 1170px;
  margin: auto;
}
.header-shell {
  position: relative;
  width: 100%;
  z-index: 100;

  background: var(--white-color);
  border-bottom: 1px solid rgba(180, 180, 180, 0.5);
}
.fixed_header-shell {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  /*  background: rgba(255,255,255,1);*/
  -webkit-animation: ease-in-out frombottom 0.5s;
  -o-animation: ease-in-out frombottom 0.5s;
  animation: ease-in-out frombottom 0.5s;
}
@keyframes frombottom {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.navigation_shell {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1080px) {
  .navigation_shell {
    flex-direction: column;
    padding: 10px;
    align-items: flex-start;
  }
}
.navigation_shell > .fa-search {
  font-size: 20px;
  color: var(--main-color);
  background: rgb(230 230 230);
  padding: 10px;
  border: 1px solid rgba(200, 200, 200, 1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.navigation_title {
  position: relative;
}
.navigation_title > li {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.navigation_title > li > a {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

@media screen and (min-width: 1081px) {
  .navigation_title {
    height: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .navigation_title {
    display: none;
    margin-top: 60px;
    width: 100%;
  }
  .navigation_title li {
    position: relative;
  }
  .navigation_title > li {
    padding: 5px 0;
  }
  .navigation_title > li > a {
    font-weight: bold;
  }
  .navigation_title a {
    color: var(--white-color) !important;
  }
  .navigation_title ul {
    display: none;
    margin-left: 15px;
  }
  .navigation_title span {
    width: 2.08rem;
    height: 2.08rem;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
    color: var(--white-color);
    z-index: 20;
  }
  .navi_cont_chtitle {
    display: block !important;
  }

  .mobile-nav {
    position: relative;
    background: var(--main-color);
    padding: 10px;
    max-height: 70vh;
    overflow-y: auto;
    min-height: 60px;
  }
  .mobile-nav::before {
    position: absolute;
    content: "Menu";
    left: 10px;
    top: 10px;
    color: var(--white-color);
    font-weight: bold;
    font-size: 1.2rem;
  }
}
.navi_cont_chtitle li {
  position: relative;
}
@media screen and (min-width: 1081px) {
  .navi_cont_chtitle li {
  }
  .navigation_title > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*     -webkit-transition: all ease 0.6s;
             -moz-transition: all ease 0.6s;
             -ms-transition: all ease 0.6s;
             -o-transition: all ease 0.6s;
             transition: all ease 0.6s;*/
    font-weight: bold;
    padding: 25px;
  }
  .navigation_title > li::before {
    position: absolute;
    content: "";
    height: 30%;
    width: 1px;
    background: var(--white-color);
    left: 0;
  }
  .navigation_title > li:last-child::after {
    position: absolute;
    content: "";
    height: 30%;
    width: 1px;
    background: var(--white-color);
    right: 0;
  }
  .navigation_title > li > a {
    position: relative;
    z-index: 1;
    color: var(--black-color);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    height: 100%;
    /* vertical-align: text-bottom; */
    display: flex;
    align-items: center;
    padding: 5px 0;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
  }
  /*  .fixed_header-shell  .navigation_title>li>a
      {
          color:rgba(61,61,61,1);
      }*/
  /*    .navigation_title>li:hover
    {
        background:var(--main-color);
    }*/
  .navigation_title > li:hover > a {
    color: var(--main-color);
  }
  .navigation_title > li > a::after,
  .navigation_title > li > a::before {
    position: absolute;
    content: "";
    background: var(--white-color);
    width: 0;
    height: 1px;
    z-index: 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }

  .navigation_title > li > a::after {
    bottom: 0;
    left: 0;
  }
  .navigation_title > li > a::before {
    top: 0;
    right: 0;
  }
  .navigation_title > li:hover > a::after,
  .navigation_title > li:hover > a::before {
    width: 100%;
  }
  .navigation_Solutions {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    /* font-family: "Roboto-Regular";*/
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-top: 20px;
    /*opacity: 0;*/
  }
  .navigation_content {
    position: relative;
    box-shadow: 1px 4px 6px 2px rgba(90, 90, 90, 0.6);
    background: var(--white-color);
    /*  border-radius: 4px;*/
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 1.4s;
    display: flex;
    justify-content: center;
    font-size: 14px;
    width: 86%;
    max-width: 1320px;
    padding: 10px;
  }
  .navigation_content a {
    color: rgba(61, 61, 61, 1);
  }
  .navi_cont_chtitle {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
    padding-bottom: 10px;
    width: 100%;
  }
  .navi_cont_chtitle span {
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 2px;
  }
  .navi_cont_chtitle > li > span {
    display: none;
  }
  .navi_cont_chtitle ul {
    position: relative;
    background: var(--white-color);
    padding-bottom: 10px;
  }
  .navi_cont_chtitle ul ul {
    position: relative;
    margin-left: 20px;
    display: none;
  }
  .navi_cont_chtitle > li > a {
    /* color:var(--white-color);*/
    font-weight: bold;
    line-height: 20px;
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid #ede3f3;
    white-space: nowrap;
    font-size: 1.2em;
  }
  .navi_cont_chtitle > li > a:hover {
    /*background:var(--blue-color);
        color:var(--white-color);*/
  }
  .navi_cont_chtitle ul > li {
    position: relative;
    /*
        padding: 0 20px;
        max-width: 300px;*/
  }
  .navi_cont_chtitle ul > li a {
    display: block;
    line-height: 20px;
    padding: 6px 0;
    /*	border-bottom: 1px solid rgba(155,82,201,1);*/
  }
  .navi_cont_chtitle li:hover > a {
    color: var(--main-color);
  }
  .navi_cont_chtitle > li {
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    /*  max-width: 380px;*/

    position: relative;
    /*  display: flex;
        flex-direction: column;
        justify-content: center;*/
  }
}

/*************************************bannerCarousel**************************************/
.banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* height: 600px;*/
  --y: -1;
}

.banner-carousel .operate {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100px;
  background: none;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-size: 1.4em;
  --backColor: none;
  --borderColor: var(--white-color);
}

.banner-carousel .operate span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
}

.banner-carousel .operate span::after {
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--borderColor);
  width: 40px;
  height: 40px;
  background: var(--backColor);
  z-index: -1;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.banner-carousel .operate.left {
  left: 100px;
}

.banner-carousel .operate.right {
  right: 100px;
}

@media screen and (max-width: 1601px) {
  .banner-carousel .operate.left {
    left: 0;
  }

  .banner-carousel .operate.right {
    right: 0;
  }

  .banner-carousel .operate {
    width: 50px;
  }

  .banner-carousel .operate span::after {
    width: 40px;
    height: 40px;
  }
}
.banner-carousel .operate:hover {
  --backColor: rgba(225, 168, 7, 0.6);
  --borderColor: var(--link-hover-color);
}

.banner-carousel ul.carousel-content {
  position: relative;
  width: 100%;
  height: calc(100vh - 91px);
}

.banner-carousel ul.carousel-content > li {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  --imgSrc: "";
  --imgSrcwebp: "";
}

.banner-carousel ul.carousel-content > li .imgData {
  position: relative;
  height: calc(100vh - 90px);
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media screen and (max-width: 1140px) and (min-width: 1081px) {
  .banner-carousel ul.carousel-content {
    height: 100vh;
  }

  .banner-carousel ul.carousel-content > li .imgData {
    height: 100vh;
  }
}
.banner-carousel ul.carousel-content li img {
  vertical-align: top;
}

.banner-carousel ul.carousel-content > li .carousel-contentMess {
  position: absolute;
  /* width:88%;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*z-index: 10;*/
  /*  left: 0;*/
  top: 0;
  color: var(--black-color);
  /* max-width: 1320px;*/
}

@media screen and (max-width: 1080px) {
  .banner-carousel .operate {
    display: none !important;
  }
  .banner-carousel ul.carousel-content > li .carousel-contentMess {
    padding: 20px;
  }
}
.banner-carousel ul.carousel-content li .carousel-contentMess {
  align-items: center;
}
.banner-carousel ul.carousel-content li .carousel-contentMess p {
  width: 80%;
}

.banner-carousel ul.carousel-content li .carousel-contentMess > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  background-color: rgba(244, 244, 244, 0.6);
  padding: 3em;
  border-radius: 1em;
  backdrop-filter: blur(6px);
  max-width: 960px;
}

.banner-carousel ul.carousel-content li.show_ {
  opacity: 1;
  /* position: relative;*/
  z-index: 1;
}

.banner-carousel ul.carousel-content li.current {
  animation: simpleAn 0.6s ease forwards;
  z-index: 2;
  /*    position: relative;*/
}

.banner-carousel ul.carousel-content > li:first-child {
  opacity: 0;
  position: relative;
  z-index: -1;
  height: calc(100vh - 135px);
  width: 100%;
}

.banner-carousel ul.carousel-content li h2,
.banner-carousel ul.carousel-content li h1 {
  font-weight: bold;
  position: relative;
  font-size: 2em;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* .banner-carousel ul.carousel-content li h2::before,
.banner-carousel ul.carousel-content li h1::before {
  position: absolute;
  content: "";
  background: var(--white-color);
  width: 40%;
  height: 4px;
  bottom: -28px;
} */

@media screen and (min-width: 1081px) {
  .banner-carousel ul.carousel-content li h2,
  .banner-carousel ul.carousel-content li h1 {
    font-size: 2.6em;
    /*  text-align: center;*/
    margin: 30px 0;
    line-height: 1.2em;
    margin-top: 0;
  }
  .banner-carousel ul.carousel-content li .moveText {
    font-size: 2.6em;
    /*  text-align: center;*/
    margin: 30px 0;
    line-height: 1.2em;
  }
  .banner-carousel ul.carousel-content li .moveText span {
    font-family: "EUROSANSPROBOLD";
  }

  .banner-carousel ul.carousel-content li p {
    font-size: 1.2em;
    margin: 1.2em 0;
  }
}
.titleCurrent {
  animation: simpleAn 2.6s cubic-bezier(0.13, 0.95, 0, 0.99) forwards;
}

.imgCurrent {
  animation: simpleAn 2s cubic-bezier(0.13, 0.95, 0, 0.99) forwards;
}

@-webkit-keyframes simpleAn {
  0% {
    -webkit-transform: translateX(calc(50% * var(--y)));
    -moz-transform: translateX(calc(50% * var(--y)));
    -ms-transform: translateX(calc(50% * var(--y)));
    -o-transform: translateX(calc(50% * var(--y)));
    transform: translateX(calc(50% * var(--y)));
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.banner-carousel ul.carousel-content li.after {
  -webkit-animation: simplyAn 0.6s ease forwards;
  -o-animation: simplyAn 0.6s ease forwards;
  animation: simplyAn 0.6s ease forwards;
  /* position: relative;*/
}

@-webkit-keyframes simplyAn {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(-100% * var(--y)));
    -moz-transform: translateX(calc(-100% * var(--y)));
    -ms-transform: translateX(calc(-100% * var(--y)));
    -o-transform: translateX(calc(-100% * var(--y)));
    transform: translateX(calc(-100% * var(--y)));
    opacity: 1;
  }
}
.banner-carousel ul.scroll {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*    background:rgba(88,88,88,0.8);*/
  z-index: 10;
}

.banner-carousel ul.scroll li {
  position: relative;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: var(--main-color);
  margin: 10px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
}

.banner-carousel ul.scroll li.current {
  width: 30px;
}

.banner-carousel ul.scroll li:hover {
  background: var(--yellow-color);
}

.banner-carousel .new-nuka-btn {
  background: none;
  color: var(--blue-color);
  border: 1px solid var(--white-color);
  margin: 2em 0;
  background: var(--white-color);
  width: 200px;
}
.banner-carousel .new-nuka-btn::before {
  background: var(--orange-color);
}

@media screen and (max-width: 1320px) {
  .banner-carousel .new-nuka-btn {
    margin: 2em 0;
  }
}
.banner-carousel .new-nuka-btn:hover {
  color: var(--white-color);
  border: 1px solid var(--orange-color);
}

/*************************************bannerCarousel**************************************/
/*********************************************simplyAnimate**************************************************/
.simplyAnimateTop {
  -webkit-animation: simplyRunTop ease-in-out 1.2s forwards;
  -o-animation: simplyRunTop ease-in-out 1.2s forwards;
  animation: simplyRunTop 2s ease-in-out forwards;
}

@keyframes simplyRunTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes simplyRunTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.simplyAnimateRight {
  -webkit-animation: simplyRunRight ease-in-out 1.2s forwards;
  -o-animation: simplyRunRight ease-in-out 1.2s forwards;
  animation: simplyRunRight 2s ease-in-out forwards;
}

@keyframes simplyRunRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes simplyRunRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.simplyAnimateLeft {
  -webkit-animation: simplyRunLeft ease-in-out 1.2s forwards;
  -o-animation: simplyRunLeft ease-in-out 1.2s forwards;
  animation: simplyRunLeft 2s ease-in-out forwards;
}

@keyframes simplyRunLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes simplyRunLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wordEffectLeft {
  0% {
    /*  opacity: 0;*/
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes wordEffectLeft {
  0% {
    /*        opacity: 0;*/
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.wordEffect {
  position: relative;
}
.wordEffect span {
  position: relative;
  display: inline-block;
}
.wordEffect span:nth-child(1) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.05s forwards;
  animation: wordEffectLeft 0.2s linear 0.05s forwards;
}
.wordEffect span:nth-child(2) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.1s forwards;
  animation: wordEffectLeft 0.2s linear 0.1s forwards;
}
.wordEffect span:nth-child(3) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.15s forwards;
  animation: wordEffectLeft 0.2s linear 0.15s forwards;
}
.wordEffect span:nth-child(4) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.2s forwards;
  animation: wordEffectLeft 0.2s linear 0.2s forwards;
}
.wordEffect span:nth-child(5) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.25s forwards;
  animation: wordEffectLeft 0.2s linear 0.25s forwards;
}
.wordEffect span:nth-child(6) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.3s forwards;
  animation: wordEffectLeft 0.2s linear 0.3s forwards;
}
.wordEffect span:nth-child(7) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.35s forwards;
  animation: wordEffectLeft 0.2s linear 0.35s forwards;
}
.wordEffect span:nth-child(8) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.4s forwards;
  animation: wordEffectLeft 0.2s linear 0.4s forwards;
}
.wordEffect span:nth-child(9) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.45s forwards;
  animation: wordEffectLeft 0.2s linear 0.45s forwards;
}
.wordEffect span:nth-child(10) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.5s forwards;
  animation: wordEffectLeft 0.2s linear 0.5s forwards;
}
.wordEffect span:nth-child(11) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.55s forwards;
  animation: wordEffectLeft 0.2s linear 0.55s forwards;
}
.wordEffect span:nth-child(12) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.6s forwards;
  animation: wordEffectLeft 0.2s linear 0.6s forwards;
}
.wordEffect span:nth-child(13) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.65s forwards;
  animation: wordEffectLeft 0.2s linear 0.65s forwards;
}
.wordEffect span:nth-child(14) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.7s forwards;
  animation: wordEffectLeft 0.2s linear 0.7s forwards;
}
.wordEffect span:nth-child(15) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.75s forwards;
  animation: wordEffectLeft 0.2s linear 0.75s forwards;
}
.wordEffect span:nth-child(16) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.8s forwards;
  animation: wordEffectLeft 0.2s linear 0.8s forwards;
}
.wordEffect span:nth-child(17) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.85s forwards;
  animation: wordEffectLeft 0.2s linear 0.85s forwards;
}
.wordEffect span:nth-child(18) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.9s forwards;
  animation: wordEffectLeft 0.2s linear 0.9s forwards;
}
.wordEffect span:nth-child(19) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.95s forwards;
  animation: wordEffectLeft 0.2s linear 0.95s forwards;
}
.wordEffect span:nth-child(20) {
  -webkit-animation: wordEffectLeft 0.2s linear 1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1s forwards;
  animation: wordEffectLeft 0.2s linear 1s forwards;
}
.wordEffect span:nth-child(21) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.05s forwards;
  animation: wordEffectLeft 0.2s linear 1.05s forwards;
}
.wordEffect span:nth-child(22) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.1s forwards;
  animation: wordEffectLeft 0.2s linear 1.1s forwards;
}
.wordEffect span:nth-child(23) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.15s forwards;
  animation: wordEffectLeft 0.2s linear 1.15s forwards;
}
.wordEffect span:nth-child(24) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.2s forwards;
  animation: wordEffectLeft 0.2s linear 1.2s forwards;
}
.wordEffect span:nth-child(25) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.25s forwards;
  animation: wordEffectLeft 0.2s linear 1.25s forwards;
}
.wordEffect span:nth-child(26) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.3s forwards;
  animation: wordEffectLeft 0.2s linear 1.3s forwards;
}
.wordEffect span:nth-child(27) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.35s forwards;
  animation: wordEffectLeft 0.2s linear 1.35s forwards;
}
.wordEffect span:nth-child(28) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.4s forwards;
  animation: wordEffectLeft 0.2s linear 1.4s forwards;
}
.wordEffect span:nth-child(29) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.45s forwards;
  animation: wordEffectLeft 0.2s linear 1.45s forwards;
}
.wordEffect span:nth-child(30) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.5s forwards;
  animation: wordEffectLeft 0.2s linear 1.5s forwards;
}
.wordEffect span:nth-child(31) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.55s forwards;
  animation: wordEffectLeft 0.2s linear 1.55s forwards;
}
.wordEffect span:nth-child(32) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.6s forwards;
  animation: wordEffectLeft 0.2s linear 1.6s forwards;
}
.wordEffect span:nth-child(33) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.65s forwards;
  animation: wordEffectLeft 0.2s linear 1.65s forwards;
}
.wordEffect span:nth-child(34) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.7s forwards;
  animation: wordEffectLeft 0.2s linear 1.7s forwards;
}
.wordEffect span:nth-child(35) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.75s forwards;
  animation: wordEffectLeft 0.2s linear 1.75s forwards;
}
.wordEffect span:nth-child(36) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.8s forwards;
  animation: wordEffectLeft 0.2s linear 1.8s forwards;
}
.wordEffect span:nth-child(37) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.85s forwards;
  animation: wordEffectLeft 0.2s linear 1.85s forwards;
}
.wordEffect span:nth-child(38) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.9s forwards;
  animation: wordEffectLeft 0.2s linear 1.9s forwards;
}
.wordEffect span:nth-child(39) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.95s forwards;
  animation: wordEffectLeft 0.2s linear 1.95s forwards;
}
.wordEffect span:nth-child(40) {
  -webkit-animation: wordEffectLeft 0.2s linear 2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2s forwards;
  animation: wordEffectLeft 0.2s linear 2s forwards;
}
.wordEffect span:nth-child(41) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.05s forwards;
  animation: wordEffectLeft 0.2s linear 2.05s forwards;
}
.wordEffect span:nth-child(42) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.1s forwards;
  animation: wordEffectLeft 0.2s linear 2.1s forwards;
}
.wordEffect span:nth-child(43) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.15s forwards;
  animation: wordEffectLeft 0.2s linear 2.15s forwards;
}
.wordEffect span:nth-child(44) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.2s forwards;
  animation: wordEffectLeft 0.2s linear 2.2s forwards;
}
.wordEffect span:nth-child(45) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.25s forwards;
  animation: wordEffectLeft 0.2s linear 2.25s forwards;
}
.wordEffect span:nth-child(46) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.3s forwards;
  animation: wordEffectLeft 0.2s linear 2.3s forwards;
}
.wordEffect span:nth-child(47) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.35s forwards;
  animation: wordEffectLeft 0.2s linear 2.35s forwards;
}
.wordEffect span:nth-child(48) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.4s forwards;
  animation: wordEffectLeft 0.2s linear 2.4s forwards;
}
.wordEffect span:nth-child(49) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.45s forwards;
  animation: wordEffectLeft 0.2s linear 2.45s forwards;
}
.wordEffect span:nth-child(50) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.5s forwards;
  animation: wordEffectLeft 0.2s linear 2.5s forwards;
}
.wordEffect span:nth-child(51) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.55s forwards;
  animation: wordEffectLeft 0.2s linear 2.55s forwards;
}
.wordEffect span:nth-child(52) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.6s forwards;
  animation: wordEffectLeft 0.2s linear 2.6s forwards;
}
.wordEffect span:nth-child(53) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.65s forwards;
  animation: wordEffectLeft 0.2s linear 2.65s forwards;
}
.wordEffect span:nth-child(54) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.7s forwards;
  animation: wordEffectLeft 0.2s linear 2.7s forwards;
}
.wordEffect span:nth-child(55) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.75s forwards;
  animation: wordEffectLeft 0.2s linear 2.75s forwards;
}
.wordEffect span:nth-child(56) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.8s forwards;
  animation: wordEffectLeft 0.2s linear 2.8s forwards;
}
.wordEffect span:nth-child(57) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.85s forwards;
  animation: wordEffectLeft 0.2s linear 2.85s forwards;
}
.wordEffect span:nth-child(58) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.9s forwards;
  animation: wordEffectLeft 0.2s linear 2.9s forwards;
}
.wordEffect span:nth-child(59) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.95s forwards;
  animation: wordEffectLeft 0.2s linear 2.95s forwards;
}
.wordEffect span:nth-child(60) {
  -webkit-animation: wordEffectLeft 0.2s linear 3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 3s forwards;
  animation: wordEffectLeft 0.2s linear 3s forwards;
}

/*********************************************simplyAnimate**************************************************/
.banner-btn {
  font-size: 1rem;
  color: var(--main-color);
  padding: 8px 30px;
  display: inline-block;
  --borderColor: var(--white-color);
  border: 1px solid var(--borderColor);
  border-radius: 10px;
  font-weight: bold;
  width: auto;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background: var(--white-color);
  text-transform: capitalize;
}
.banner-btn:hover {
  color: var(--white-color);
  --borderColor: var(--main-color);
  background: var(--main-color);
}
.banner-btn.color {
  color: var(--white-color);
  background-color: var(--main-color);
  --borderColor: var(--main-color);
}
.banner-btn.color:hover {
  color: var(--main-color);
  background: var(--white-color);
  --borderColor: var(--white-color);
}
/* Nuka */
.new-nuka-btn {
  position: relative;
  max-width: 200px;
  width: 200px;
  height: 40px;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: transparent;*/
  text-transform: capitalize;

  --bckgroundHeight: 0;
  --backgroundColor: var(--main-color);
  --borderColor: var(--main-color);
  border: 1px solid var(--borderColor);
  background: var(--backgroundColor);
  z-index: 10;
}
.new-nuka-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: var(--bckgroundHeight);
  background: var(--white-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.2s;
  z-index: -1;
}
.new-nuka-btn:hover {
  /* background: var(--light-green-color);*/
  --bckgroundHeight: 100%;
  color: var(--main-color);
}

/**********************************************************************new-nuka-btn*********************************************************************************/
.mainFirst {
  position: relative;
  margin-bottom: 40px;
  display: grid;
  grid-gap: 30px;
}
.rowListImg {
  position: relative;
  display: grid;
  grid-gap: 20px;
}
@media screen and (min-width: 1081px) {
  .mainFirst {
    grid-template-columns: 40% 55%;
    justify-content: space-between;
    grid-gap: 10px;
    margin-bottom: 100px;
  }
  .rowListImg {
    grid-template-columns: repeat(auto-fill, 49%);
    grid-gap: 10px;
    justify-content: space-between;
  }
  .mainFirst > div img {
    vertical-align: top;
    width: 500px;
    margin-top: 20px;
  }
}

.rowListImg > li {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  --angle: 180deg;
  --translateX: 100px;
  --scale: scale3d(1, 1, 1);
}

.rowListImg > li:hover {
  --angle: 0;
  --translateX: 0;
  --scale: scale3d(1.1, 1.1, 1);
}
.rowListImg > li > a {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 500px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: var(--scale);
  -moz-transform: var(--scale);
  -ms-transform: var(--scale);
  -o-transform: var(--scale);
  transform: var(--scale);
}
.rowListImg > li > a::before {
  position: absolute;
  content: "";
  border: 1px solid var(--white-color);
  width: 78%;
  height: 78%;
  z-index: 100;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.6s;
  transform-origin: left;
  -webkit-transform: rotateY(var(--angle)) translateX(var(--translateX));
  -moz-transform: rotateY(var(--angle)) translateX(var(--translateX));
  -ms-transform: rotateY(var(--angle)) translateX(var(--translateX));
  -o-transform: rotateY(var(--angle)) translateX(var(--translateX));
  transform: rotateY(var(--angle)) translateX(var(--translateX));
}
.rowListImg > li > a img {
  position: relative;
  vertical-align: top;
}
.rowListImg > li > a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  color: var(--white-color);
}
.rowListImg > li > a > div p,
.rowListImg > li > a > div .title {
  font-weight: bold;
  margin: 0;
}

@media screen and (min-width: 1081px) {
  .rowListImg > li > a > div p,
  .rowListImg > li > a > div .title {
    font-size: 1.2em;
  }
}
.rowListImg > li > a > div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #354a3499;
  z-index: -1;
}

.iconList {
  position: relative;
}
.iconList > li {
  position: relative;
  padding-left: 45px;
  display: flex;
  align-items: center;
}
.iconList > li::before {
  position: absolute;
  content: "";
  background: url("../images/mainSecond-icon-2.png?v=20231010");
  -webkit-background-size: cover;
  background-size: cover;
  width: 28px;
  height: 28px;
  left: 0;
}

.main-content {
  position: relative;
  margin: 100px auto;
}
@media screen and (max-width: 1080px) {
  .main-content {
    padding: 10px;
  }
}

.mainSecond {
  position: relative;
  background: #e5e5e5;
  /*  display: flex;
    flex-direction: column;
    justify-content: flex-end;*/
}
.mainSecond .container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1080px) {
  .mainSecond .container {
    background: rgba(200, 200, 200, 0.5);
    padding: 10px;
  }
}
.mainSecond .container > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px 0;
  color: var(--black-color);
}
.mainSecond .container > a ul {
  position: relative;
  background: var(--white-color);
  padding: 30px 20px;
  margin: 20px 0;
  box-shadow: 6px 10px 1px 4px rgba(190, 190, 190, 1);
}
.mainSecond .container > div ul > li {
  margin: 14px 0;
}
.mainSecond .banner-btn {
  width: max-content;
  margin-top: 20px;
}
.mainSecond-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .mainSecond-img {
    display: none;
  }
}
.mainSecond-img > div {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../images/main-second-pic1.jpg);
  background: -webkit-image-set(url(../images/main-second-pic1.webp) 1x, url(../images/main-second-pic1.webp) 2x);
  background: image-set(url(../images/main-second-pic1.webp) 1x, url(../images/main-second-pic1.webp) 2x);
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  /*   background-size: cover;*/
  overflow: hidden;
}
@media screen and (min-width: 1081px) {
  .mainSecond {
    flex-direction: row;
  }
  .mainSecond > img {
    position: relative;
    vertical-align: top;
    width: 50%;
  }
  .mainSecond .container > a {
    width: 50%;
    padding: 60px 0;
  }
  .mainSecond .container > a ul {
    width: 120%;
    z-index: 10;
  }
  .mainSecond-img > div {
    width: 50%;
  }
}
.solid.banner-btn {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: var(--white-color);
}
.solid.banner-btn:hover {
  background: var(--white-color);
  color: var(--main-color);
}

/**********************footer************************/
.bottom_message li,
.bottom_message a {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.bottom_median {
  position: relative;

  text-align: center;
  padding: 20px;
  color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(121, 121, 121, 0.2);
}
.bottom_median .container {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1081px) {
  .bottom_median .container {
    display: flex;
  }
}
.Social-software {
  position: relative;
  display: flex;
  align-items: center;
}
.Social-software > li {
  position: relative;
  margin-right: 15px;
}
.Social-software > li > a {
  color: var(--white-color);
  font-size: 1.2em;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.Social-software > li > a:hover {
  color: var(--main-color);
}

.cap-title {
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  color: var(--white-color);
  padding-bottom: 10px;
}
.cap-title > a {
  color: var(--white-color);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.cap-title > a:hover {
  color: var(--blue-color);
}
/*.cap-title::after
{
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: rgba(255,255,255,1);
    left: 0;
    bottom: 0;
}*/
.virus_footer {
  position: relative;
  width: 100%;
  background-size: cover;
  color: rgba(255, 255, 255, 1);
  z-index: 10;
  background: linear-gradient(#505442 0, #3c3d39 100%);
}
.bottom_message {
  position: relative;
  display: grid;
  grid-gap: 30px;
  justify-content: space-between;
  padding: 50px 0;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .bottom_message {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bottom_message a:hover {
  color: var(--main-color) !important;
}
.footer-logo {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1081px) {
  .bottom_message {
    grid-template-columns: 34% 34% 28%;
    grid-gap: 10px;
  }
}

.cap-mess li {
  position: relative;
  margin: 25px 0;
  display: flex;
  font-size: 18px;
  flex-direction: column;
  justify-content: center;
}
.footer-contact li {
  position: relative;
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.cap-mess-address,
.cap-mess-email,
.cap-mess-tel,
.cap-mess-fax {
  position: relative;
  padding-left: 40px;
  color: #103344;
}
.cap-mess-address::before,
.cap-mess-email::before,
.cap-mess-tel::before,
.cap-mess-fax::before {
  position: absolute;
  content: "\e90a";
  width: 38px;
  height: 49px;
  left: 0;
  font-family: icomoon;
  display: flex;
  justify-content: center;

  font-size: 1.6em;
  align-items: center;
}
.cap-mess-email::before {
  content: "\e933";
}
.cap-mess-tel::before {
  content: "\e97d";
}
.cap-mess-fax::before {
  content: "\e944";
}

.btn-normal {
  position: relative;
  padding: 10px 20px;
  background: rgba(255, 192, 0, 1);
  border-radius: 10px;
}
.mainsThird {
  width: 100%;
  height: auto;
  margin: 80px auto;
}

.main-thirdRow {
  position: relative;
  display: grid;
  grid-gap: 30px;
}
.main-thirdRow > a {
  color: var(--black-color);
}
.simply-icon {
  position: relative;
  display: grid;
  grid-gap: 30px;
  background: #eeeeee;
}
.simply-icon > li {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.simply-icon > li p {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1081px) {
  .main-thirdRow {
    grid-template-columns: 40% 58%;
    justify-content: space-between;
    grid-gap: 10px;
  }
  .simply-icon {
    grid-template-columns: repeat(auto-fill, 24%);
    justify-content: space-between;
    grid-gap: 0;
  }
}
.mainsThird .banner-btn {
  margin-top: 20px;
}

.footer-form {
  position: relative;
}
.footer-form > input {
  position: relative;
  padding: 16px 20px;
  background: #63686c;
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.footer-form .new-nuka-btn {
  width: 100%;
  max-width: none;
  font-size: 1.2em;
  padding-top: 10px;
  /* display: block; */
  padding-bottom: 10px;
  height: unset;
}
/**********************footer**************************/
main {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.rotate-angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.center-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.space-layout {
  margin: 60px auto;
}

.contact-data {
  position: relative;
}
.contact-data > li {
  position: relative;
  padding-left: 35px;
  margin: 10px 0 10px 0;
}
.contact-data a {
  color: var(--white-color);
}
.contact-data a:hover {
  color: var(--orange-color);
}
.contact-address::before,
.contact-email::before,
.contact-call::before,
.contact-fax::before {
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  top: 0;
  background: var(--light-green-color);
}
.contact-address::before {
  content: "\f041";
}
.contact-email::before {
  content: "\f0e0";
}
.contact-call::before {
  content: "\f095";
}
.contact-fax::before {
  content: "\f1ac";
}

.footer-form {
  position: relative;
  margin: 20px 0;
}
.footer-form > div {
  position: relative;
  background: var(--white-color);
  width: 100%;
  display: flex;
  justify-content: space-between;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.footer-form > div input {
  position: relative;
  border: none;
  width: 70%;
  outline: none;
  padding: 10px 20px;
}
.footer-form > div button {
  position: relative;
  width: 30%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  background: var(--light-green-color);
  color: var(--white-color);
  cursor: pointer;
}
.footer-link {
  position: relative;
}
.footer-link a {
  color: var(--white-color);
  margin: 10px 0;
  display: block;
}

.footer-title {
  padding: 5px;
}
.bottom_message .header-contact {
  justify-content: flex-start;
}
/*************************************************************************nomain-banner*******************************************************************/
.nomain-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 10;
  min-height: 300px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

@media screen and (min-width: 1081px) {
  .nomain-banner {
    min-height: 500px;
  }
}
.nomain-banner .banner-title,
.nomain-banner-mess.container p {
  position: relative;
  display: flex;
  justify-content: center;
}
.nomain-banner-mess.container p {
  font-family: "OpenSansBold";
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
}
.nomain-banner .banner-title::before,
.nomain-banner-mess.container p::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  background: var(--main-color);
  bottom: -20px;
}
.nomain-banner-mess.container p::before {
  left: 0;
  width: 120%;
}
.nomain-banner-mess.container p::after {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--main-color);
}
@media screen and (min-width: 1081px) {
  .nomain-banner .banner-title,
  .nomain-banner-mess.container p {
    font-size: 2.3em;
    margin: 0.9em 0;
  }
  .nomain-banner-mess.container p {
    padding-left: 40px;
  }
  .nomain-banner .banner-title::before,
  .nomain-banner-mess.container p::before {
    bottom: -30px;
  }
}

@media screen and (max-width: 1080px) {
  .nomain-banner .banner-title,
  .nomain-banner-mess.container p {
    font-size: 1.8em;
  }
  .nomain-banner {
    height: 40vh;
    /*   align-items: flex-end;*/
  }
  .nomain-banner img {
    height: 100%;
    max-width: none;
  }
  .nomain-banner-mess {
    padding: 20px;
  }
}
.nomain-banner-mess.container .banner-title {
  padding-left: 0;
}
.nomain-banner-mess.container .banner-title::before,
.nomain-banner-mess.container .banner-title::after {
  background: none;
}
@media screen and (min-width: 1081px) {
  .nomain-banner-mess {
    padding: 10px 0;
  }
}
.nomain-banner-mess {
  position: absolute;
  bottom: 0;
  height: 100%;
  display: flex;
  /*  width: 86%;
    max-width: 1320px;*/
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/*************************************************************************nomain-banner*******************************************************************/
.aboutLayout {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .aboutLayout {
    padding: 10px;
  }
}
.nomain-about {
  margin: 80px auto;
}
.about-first,
.about-second,
.contact-first,
.contact-second {
  position: relative;

  grid-gap: 20px;
}

@media screen and (min-width: 1081px) {
  .about-first,
  .about-second,
  .contact-first,
  .contact-second {
    display: grid;
    grid-template-columns: 40% 52%;
    justify-content: space-between;
    grid-gap: 0;
  }
  .about-second {
    grid-template-columns: 42% 52%;
  }
  .contact-first,
  .contact-second {
    grid-template-columns: 46% 50%;
  }
}
.contact-second {
  position: relative;
  margin: 120px auto 60px auto;
}
.about-firstImg {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: max-content;
  align-self: flex-end;
}
.about-firstImg > img {
  position: relative;
  width: 100%;
}
.about-firstImg::before {
  position: absolute;
  content: "";
  background: rgba(240, 240, 240, 1);
  width: 100%;
  height: 100%;
  bottom: 30px;
}
@media screen and (min-width: 1081px) {
  .about-firstImg {
    width: max-content;
  }
  .about-firstImg::before {
    left: 30px;
  }
}
.about-firstMess {
  position: relative;
  background: var(--white-color);

  font-size: 1em;
}

.about-titleStyle {
  position: relative;
  font-size: 1.4em;
  padding: 5px 20px;
  width: max-content;
  display: flex;
  align-items: center;
  font-family: "OpenSansBold";
  margin-bottom: 20px;
}
.about-titleStyle > label {
  position: relative;
  color: var(--main-color);
  margin-right: 10px;
}
.about-titleStyle::before {
  position: absolute;
  content: "";
  height: 90%;
  width: 4px;
  background: var(--main-color);
  left: 0;
}

.noMain-title {
  position: relative;
  font-size: 1.6rem;
  font-family: "OpenSansBold";
}

@media screen and (min-width: 1081px) {
  .about-titleStyle {
    font-size: 1.8rem;
  }
  .noMain-title {
    font-size: 2.1rem;
  }
}

.about-second {
  position: relative;
  font-size: 1em;
}
.nomain-about h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.about-secondImg {
  position: relative;
  z-index: 0;
}
.about-secondImg img {
  position: relative;
  z-index: 2;
}
.about-third {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
}
@media screen and (max-width: 1080px) {
  .about-third > img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.about-rowList {
  position: relative;

  grid-gap: 20px;
}

@media screen and (min-width: 1081px) {
  .about-third .about-rowList {
    position: absolute !important;
  }
  .about-rowList {
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
  }
}
.about-rowList > li {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-rowList > li img {
  width: 80px;
}
.about-rowList > li p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 1080px) {
  .about-rowList > li p {
    color: #000;
  }
}
.about-four {
  position: relative;

  grid-gap: 30px;
  margin: 80px auto;
}
@media screen and (min-width: 1081px) {
  .about-four {
    display: grid;
  }
  .about-four .main-fourMess > div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
.about-four .main-fourMess {
  position: relative;
}
.about-four .main-fourMess > img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.icon-ul {
  position: relative;
}
.icon-ul > li {
  position: relative;
  padding-left: 40px;
  margin: 20px 0;
}
.icon-ul > li::before {
  position: absolute;
  content: "";
  background: url("../images/about-icon4.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 24px;
  height: 16px;
  left: 0;
  top: 2px;
}
.about-four .icon-ul {
  margin-top: 30px;
}
.about-four .icon-ul > li {
  margin-top: 30px;
}
@media screen and (min-width: 1081px) {
  .about-four {
    grid-template-columns: 52% 40%;
    justify-content: space-between;
    grid-gap: 10px;
  }
  .about-fourImg {
    width: max-content;
  }
  .about-fourImg > img {
    -webkit-transform: translate3d(-30px, 30px, 0);
    -moz-transform: translate3d(-30px, 30px, 0);
    -ms-transform: translate3d(-30px, 30px, 0);
    -o-transform: translate3d(-30px, 30px, 0);
    transform: translate3d(-30px, 30px, 0);
  }
}
.about-fourImg {
  position: relative;
  height: max-content;
}

.about-fourImg::before {
  position: absolute;
  content: "";
  background: rgba(244, 244, 244, 1);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.contact-first {
  position: relative;
}
.contact-first h4 {
  font-size: 1em;
  color: rgba(99, 99, 99, 1);
}
.contact-first a {
  color: var(--blue-color);
}
.contact-first a:hover {
  color: var(--yellowColor);
}

.nomain-content {
  position: relative;
}
.nomain-content h1 {
  position: relative;
}
.nomain-content .layout-right > h3 {
  position: relative;
}

@media screen and (min-width: 1081px) {
  .nomain-content h1 {
    font-size: 2.2rem;
    margin-top: 0;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 1080px) {
  .nomain-content {
    padding: 0 10px;
  }
  .contact {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.contact {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.contact h1 {
  font-size: 1.4em;
}
@media screen and (min-width: 1081px) {
  .contact h1 {
    font-size: 2.2rem;
    margin-top: 0;
  }
}

.inquiry-form {
  position: relative;
  margin-top: 20px;
}
.inquiry-form label {
  display: block;
  margin-bottom: 10px;
}

.inquiry-form img {
  position: absolute;
  left: 102%;
  bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .verifycoderefresh {
    right: 0 !important;
    left: auto !important;
  }
}
.navi-layout .inquiry-form {
  display: block;
  padding: 0 20px;
  margin: 0;
}
.navi-layout .inquiry-form .col-lg-6,
.navi-layout .inquiry-form .col-lg-12,
.navi-layout .inquiry-form .col-md-12 {
  width: 100%;
  padding: 0;
}
.navi-layout .inquiry-form img {
  left: unset;
  right: 0;
  bottom: 20px;
}
.navi-layout .inquiry-form > div {
  margin: 20px 0;
}
.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
  position: relative;
  padding: 12px 10px;
  outline: none;
  border: 1px solid rgba(180, 180, 180, 1);
  font-family: "OpenSans";
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
}
.navi-layout .inquiry-form input,
.navi-layout .inquiry-form textarea,
.navi-layout .inquiry-form select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d7d4e4;
}
/*.inquiry-form textarea
{
    height: 100px;
}*/
.inquiry-form button {
  position: relative;
  width: 120px;
  height: 45px;
}

.navi-layout .inquiry-form .banner-btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100% !important;
  padding: 12px 10px;
  height: unset;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 1em;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  font-family: "OpenSans";
  color: rgba(12, 12, 12, 0.3);
  font-size: 16px;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  font-family: "OpenSans";
  color: rgba(12, 12, 12, 0.3);
  font-size: 16px;
}
.inquiry-form input::-ms-input-placeholder,
.inquiry-form textarea::-ms-input-placeholder {
  font-family: "OpenSans";
  color: rgba(12, 12, 12, 0.3);
  font-size: 16px;
}

.contactmap {
  width: 100%;
  height: 460px;
}
.contactmap iframe {
  width: 100%;
  height: 100%;
}

.circle-btn {
  position: relative;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: var(--white-color);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 50px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  font-size: 1.2em;
  cursor: pointer;
}
.circle-btn:hover {
  color: var(--main-color);
  background: var(--white-color);
}
/************************navi-layout*************************/
.navi-layout {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: var(--light-main-color);
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.navi-layout > .title-side {
  position: relative;
  margin-top: 0;
  padding: 20px 20px 10px 20px;
  line-height: 30px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 1081px) {
  .navi-layout > .title-side {
    font-size: 1.4em;
  }
}
.product-navi {
  position: relative;
  padding: 0;
}
.product-navi > li {
  position: relative;
  /* padding: 8px 0;*/
}

.product-navi > li > a::before {
  position: absolute;
  content: "";
  background: url("../images/sideIcon-1.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 40px;
  height: 40px;
  left: 0;
}
/*.product-navi>li:nth-child(1)
{
    border-top: 1px solid rgba(115,24,113, 0.2);
}*/

.product-navi > li:nth-child(2) > a::before {
  background: url("../images/sideIcon-2.png");
  -webkit-background-size: cover;
  background-size: cover;
}
.product-navi > li:nth-child(3) > a::before {
  background: url("../images/sideIcon-3.png");
  -webkit-background-size: cover;
  background-size: cover;
}

.product-navi > li span {
  position: absolute;
  right: 7px;
  font-size: 20px;
  color: #888484;
  top: 12px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.product-navi > li > a:hover {
  color: var(--main-color);
}
.product-navi > li > a {
  position: relative;
  font-size: 16px;
  color: var(--black-color);
  line-height: 22px;
  display: flex;
  align-items: center;
  padding: 16px 0;
  font-weight: bold;
  padding-left: 50px;
  border-top: 1px solid rgba(115, 24, 113, 0.2);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding-right: 50px;
}
.product-navi > li > a::after {
  position: absolute;
  content: "";
  height: 85%;
  width: 1px;
  background: rgba(115, 24, 113, 0.2);
  right: 50px;
  top: 5px;
}
.product-navi > li:last-child > a {
  border-bottom: 1px solid rgba(115, 24, 113, 0.2);
}
.product-navi > li:not(:last-child) > ul {
  border-top: 1px solid rgba(115, 24, 113, 0.2);
}
.product-navi > li:last-child > ul {
  border-bottom: 1px solid rgba(115, 24, 113, 0.2);
}
.product-navi > li > ul {
  position: relative;
}
.product-navi > li > ul > li:not(:last-child) > a {
  border-bottom: 1px solid rgba(115, 24, 113, 0.2);
}
.product-navi > li ul {
  position: relative;
  display: none;
}
.product-navi > li ul a {
  position: relative;
  color: var(--blue-color);
  line-height: 20px;
  display: block;
  padding: 15px 0;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.product-navi > li ul a:hover {
  color: var(--main-color);
}
.product-navi > li ul > li {
  position: relative;
}
.product-navi > li ul > li:not(:last-child) {
  position: relative;
  /*	border-bottom: 1px solid rgba(212,212,212,1);*/
}
.product-navi > li ul ul {
  margin-left: 20px;
}

/************************navi-layout*************************/
/**********************************************************************new-svg-btn*********************************************************************************/
.circle-style-btn {
  position: relative;
  border: none;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: var(--main-color);
  padding: 10px 20px;
  display: inline-block;
  color: var(--white-color);
}
.circle-style-btn span {
  position: relative;
  z-index: 1;
}
.circle-style-btn svg {
  position: absolute;
  width: 100%;
  height: 100%;

  left: 0;
  top: 0;
}
.circle-style-btn circle {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out var(--duratime, 1s);
  fill: var(--yellowColor);
}
.circle-style-btn .left {
  -webkit-transform: translate(var(--pm, -20px), var(--pm, 50px));
  -moz-transform: translate(var(--pm, -20px), var(--pm, 50px));
  -ms-transform: translate(var(--pm, -20px), var(--pm, 50px));
  -o-transform: translate(var(--pm, -20px), var(--pm, 50px));
  transform: translate(var(--pm, -24px), var(--pm, 24px));
}
.circle-style-btn .right {
  -webkit-transform: translate(var(--pm, 24px), var(--pm, -24px));
  -moz-transform: translate(var(--pm, 24px), var(--pm, -24px));
  -ms-transform: translate(var(--pm, 24px), var(--pm, -24px));
  -o-transform: translate(var(--pm, 24px), var(--pm, -24px));
  transform: translate(var(--pm, 24px), var(--pm, -24px));
}
.circle-style-btn:hover {
  color: var(--white-color);
  --pm: 0;
  --duratime: 0.4s;
}
/**********************************************************************new-svg-btn*********************************************************************************/
.nomain-inquiry {
  margin: 60px 0;
}
.nomain-service {
  position: relative;
  margin: 60px 0;
}
#inquiry {
  position: absolute;
  right: 20px;
  top: -10px;
  width: 120px;
  height: 30px;
}
.gridrow-layout {
  position: relative;
  display: grid;
}
@media screen and (min-width: 1081px) {
  .gridrow-layout {
    grid-template-columns: 70% 27%;
    place-content: space-between;
  }
  .nomain-service > .layout-right > h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1080px) {
  #inquiry {
    top: -40px;
  }
}
/**************************************************************side-navi*******************************************************************/
.side-navi-block {
  position: relative;
  padding: 20px;
  background: rgba(230, 240, 226, 1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media screen and (max-width: 1080px) {
  .layout-left {
    margin: 30px 0;
  }
}
.side-navi-block h3 {
  font-size: 22px;
}
.side-navi {
  position: relative;
}
.side-navi > li {
  position: relative;
  margin: 10px 0;
}
.side-navi > li > a {
  position: relative;
  padding: 10px;
  background: var(--light-green-color);
  color: var(--white-color);
  display: block;
  line-height: 20px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.side-navi > li span {
  position: absolute;
  color: var(--white-color);
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 6px;
  right: 0;
  font-size: 26px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.side-navi > li ul {
  position: relative;
  display: none;
}
.side-navi > li > ul li {
  position: relative;
  border-bottom: 1px solid var(--white-color);
  border-left: 2px solid rgba(234, 234, 234, 1);
  background: rgba(234, 234, 234, 1);
}
.side-navi > li > ul li:hover {
  background: rgb(211, 211, 212);
  border-left: 2px solid var(--light-green-color);
}
.side-navi > li > ul li a {
  position: relative;
  color: rgba(61, 61, 61, 1);
  padding: 10px;
  /*background:rgba(212,212,212,1);*/
  display: block;
  line-height: 24px;
}
/**************************************************************side-navi*******************************************************************/

.nomain-service > .layout-right > h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: unset;
  line-height: inherit;
}

.related-layout {
  position: relative;
  display: grid;
  place-content: space-between;
  margin-bottom: 10px;
}

.related-layout > li {
  position: relative;
  padding: 5px;
  border: 1px solid rgba(211, 211, 211, 1);
  margin: 10px 0;
}

@media screen and (max-width: 1080px) {
  .related-layout > li {
    margin: 10px 0;
  }
}
@media screen and (min-width: 1081px) {
  .related-layout {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
.related-layout > li > a {
  color: var(--light-green-color);
  padding: 0 10px 0 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.related-layout > li > a::before {
  position: absolute;
  content: "▶";
  left: 10px;
  font-family: "icomoon";
  color: var(--light-green-color);
  font-size: 14px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.related-layout > li > a:hover {
  /* background:var(--darkblue-color);*/
  color: var(--orange-color);
}
.related-layout > li > a:hover::before {
  color: var(--orange-color);
}

.grid-title,
.nomain-service > .layout-right > .grid-title {
  position: relative;
  background: var(--light-green-color);
  padding: 5px 0;
  text-align: center;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px 0;
}
.nomain-service > .layout-right > .grid-title::after,
.nomain-service > .layout-right > .grid-title::before,
.grid-title::after,
.grid-title::before {
  position: absolute;
  content: "";

  background: var(--white-color);
  width: 30%;
  height: 1px;
}
.nomain-service > .layout-right > .grid-title::after,
.grid-title::after {
  left: 20px;
}
.nomain-service > .layout-right > .grid-title::before,
.grid-title::before {
  right: 20px;
  left: auto;
}
.inquiry-notic {
  position: relative;
  padding: 5px 30px;
  background: #dfd0f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px 0;
  color: rgba(12, 12, 12, 1);
}
.inquiry-notic::before {
  position: absolute;
  content: "\f071";
  color: var(--main-color);
  font-family: "FontAwesome";
  left: 5px;
}
.spilt-style {
  position: relative;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-color);
}
.spilt-style::before {
  position: absolute;
  content: "";
  background: var(--white-color);
  width: 99%;
  height: 1px;
}
@media screen and (min-width: 1081px) {
  .titlePage {
    font-size: 24px;
  }
}

.titlePage {
  position: relative;
  color: var(--blue-color);
}

.flowerStyle {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.flowerStyle::before {
  position: absolute;
  content: "";

  background: rgba(213, 227, 207, 1);
  transform: rotateZ(45deg);
  z-index: -1;
}

.flowerStyle-ul {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
}

@media screen and (min-width: 700px) {
  .flowerStyle-ul > li {
    height: 200px;
    width: 200px;
  }
  .flowerStyle::before {
    width: 340px;
    height: 340px;
  }
}

@media screen and (max-width: 1080px) {
  .flowerStyle-ul > li {
    height: 120px;
    width: 120px;
  }
  .flowerStyle::before {
    width: 200px;
    height: 200px;
  }
}
.flowerStyle-ul > li {
  border-radius: 50px;
  border: 2px solid var(--light-green-color);
  padding: 20px;

  background: var(--white-color);
  margin: 10px;
  transition: all ease 0.5s;
}
.flowerStyle-ul > li > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--light-green-color);
  font-weight: bold;
  transition: all ease 0.5s;
}
.flowerStyle-ul > li:hover {
  box-shadow: 4px 8px 14px 8px rgba(200, 200, 200, 1);
  background: var(--light-green-color);
}
.flowerStyle-ul > li:hover > a {
  color: var(--white-color);
}
.flowerStyle-ul > li:first-child,
.flowerStyle-ul > li:nth-child(3) {
  justify-self: end;
}
.spList {
  position: relative;
}
.spList > li {
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}
.spList > li::before {
  position: absolute;
  content: "❁";
  left: 0;
}
.diamondList {
  position: relative;
}
.diamondList > li {
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}
.diamondList > li::before {
  position: absolute;
  content: "♦";
  left: 0;
}

.search-platform {
  background: var(--white-color);
  border-radius: 4px;
  box-shadow: 1px 1px 4px 2px rgba(181, 181, 182, 1);

  justify-content: center;
}
@media screen and (min-width: 1081px) {
  .search-platform {
    position: absolute;
    padding: 6px 15px;
    top: 80px;
    right: -10px;
    display: flex;
  }
}
.search-platform > input {
  position: relative;
  padding: 10px 20px;
  border: 1px solid var(--main-color);
  outline: none;
}
.search-platform > button {
  position: relative;
  margin-left: 10px;
  outline: none;
  border-radius: 4px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: var(--white-color);
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .search-platform {
    position: relative;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    box-shadow: none;
    display: flex !important;
  }
  .search-platform input {
    width: 100%;
  }
  .header-search > span {
    display: none;
  }
}
.simply-table {
  position: relative;
}
.simply-table tr:nth-child(odd) > td,
.simply-table tr:nth-child(even) > td {
  background: var(--bback, var(--lightPurple-color));
}

.simply-table tr > td > strong {
  --bback: var(--main-color);
}

.newGridThree {
  position: relative;
  display: grid;
  justify-content: center;
  margin: 40px 0;
}

@media screen and (min-width: 1081px) {
  .newGridThree {
    grid-template-columns: repeat(auto-fill, 31%);
  }
}
.newGridThree > li {
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.newGridThree > li > a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.newGridThree > li img {
  vertical-align: top;
}
.newGridThree > li h4 {
  color: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.newGridThree > li > a p {
  text-transform: uppercase;
  color: rgba(61, 61, 61, 1);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.newGridThree > li:hover p,
.newGridThree > li:hover h4 {
  color: var(--btn-hover-color);
}

.newRowData {
  position: relative;
  display: grid;
  justify-content: space-between;
  margin: 30px 0;
}

@media screen and (min-width: 1081px) {
  .newRowData {
    grid-template-columns: repeat(auto-fill, 31%);
  }
}
.newRowData > li {
  position: relative;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 20px;
  background: var(--color);
}
.newRowData > li h4 {
  text-align: center;
  color: var(--main-color);
}
/*
.newRowData>li p
{
    text-align: justify;
}*/
.tableShort {
  position: relative;
}
table.tableShort tr:nth-child(odd) > td {
  background: rgba(197, 224, 179, 1);
}
table.tableShort tr:nth-child(even) > td {
  background: rgba(226, 239, 217, 1);
}
.tableShort > tbody > tr > td:first-child {
  position: relative;
  width: 30%;
  background: rgba(83, 129, 53, 1);
  color: white;
}

.hollow-btn {
  position: relative;
  display: block;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 192, 0, 1);
  color: rgba(255, 192, 0, 1);
  transition: all ease-in-out 0.5s;
}

.row-pic {
  position: relative;
  --back: var(--white-color);
}

@media screen and (min-width: 1081px) {
  .row-pic {
    display: grid;
    grid-template-columns: repeat(auto-fill, 50%);
  }
}
.row-pic > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--back, var(--white-color));
}
.row-pic > a > h4 {
  color: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.row-pic > a > h4:hover {
  color: var(--blue-color);
}

.titleStyle {
  position: relative;
  --imgUrl: url("../images/mainFirst-icon.png?v=20231010");
  padding-left: 70px;
  display: flex;
  align-items: center;
}
.titleStyle > a {
  color: var(--black-color);
  transition: all ease-in-out 0.4s;
}
.titleStyle > a:hover {
  color: var(--main-color);
}
@media screen and (min-width: 1081px) {
  .titleStyle {
    font-size: 2em;
  }
}
.titleStyle::after {
  position: absolute;
  content: "";
  height: 58px;
  width: 58px;
  left: 0;
  background: var(--imgUrl);
  -webkit-background-size: cover;
  background-size: cover;
}

.main-service {
  position: relative;
  display: flex;
  /*grid-gap: 20px;*/
}

@media screen and (min-width: 1081px) {
  .main-service {
    align-items: center;
    justify-content: space-between;
  }
  .main-service > ul {
    width: 60%;
  }
  .main-service > .mainService-img {
    width: 30%;
  }
}

@media screen and (max-width: 1080px) {
  .main-service {
    flex-direction: column;
  }
}

.footer-page {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, 40%);
  grid-gap: 15px;
  margin-top: 15px;
}
.footer-page > li {
  position: relative;
}
.footer-page > li > a {
  position: relative;
  color: var(--white-color);
}

.about-first {
  position: relative;
}
.row {
  margin-left: -1em;
  margin-right: -1em;
}
@media screen and (min-width: 1081px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.loadingLy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadingTp {
  position: absolute;
  width: 130vw;
  height: 130vw;
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--blue-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

[data-loader="jumping"] {
  position: relative;

  width: 50px;

  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  -ms-perspective: 200px;
  perspective: 200px;
}
[data-loader="jumping"]:before,
[data-loader="jumping"]:after {
  position: absolute;

  width: 20px;
  height: 20px;

  content: "";
  animation: jumping 0.5s infinite alternate;

  background: rgba(78, 171, 248, 1);
}
[data-loader="jumping"]:before {
  left: 0;
}
[data-loader="jumping"]:after {
  right: 0;

  animation-delay: 0.15s;
}
/*@-webkit-keyframes jumping
{
    0%
    {
        -webkit-transform: scale(1.0) translateY(0px) rotateX(0deg);
        -ms-transform: scale(1.0) translateY(0px) rotateX(0deg);
        -o-transform: scale(1.0) translateY(0px) rotateX(0deg);
        transform: scale(1.0) translateY(0px) rotateX(0deg);

        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    100%
    {
        -webkit-transform: scale(1.2) translateY(-25px) rotateX(45deg);
        -ms-transform: scale(1.2) translateY(-25px) rotateX(45deg);
        -o-transform: scale(1.2) translateY(-25px) rotateX(45deg);
        transform: scale(1.2) translateY(-25px) rotateX(45deg);

        background: rgb(255,255,255);
        -webkit-box-shadow: 0 25px 40px rgb(78,171,248);
        box-shadow: 0 25px 40px rgb(78,171,248);
    }
}
@-moz-keyframes jumping
{
    0%
    {
        -webkit-transform: scale(1.0) translateY(0px) rotateX(0deg);
        -ms-transform: scale(1.0) translateY(0px) rotateX(0deg);
        -o-transform: scale(1.0) translateY(0px) rotateX(0deg);
        transform: scale(1.0) translateY(0px) rotateX(0deg);

        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    100%
    {
        -webkit-transform: scale(1.2) translateY(-25px) rotateX(45deg);
        -ms-transform: scale(1.2) translateY(-25px) rotateX(45deg);
        -o-transform: scale(1.2) translateY(-25px) rotateX(45deg);
        transform: scale(1.2) translateY(-25px) rotateX(45deg);

        background: rgb(255,255,255);
        -webkit-box-shadow: 0 25px 40px rgb(255,255,255);
        box-shadow: 0 25px 40px rgb(255,255,255);
    }
}
@-o-keyframes jumping
{
    0%
    {
        -webkit-transform: scale(1.0) translateY(0px) rotateX(0deg);
        -ms-transform: scale(1.0) translateY(0px) rotateX(0deg);
        -o-transform: scale(1.0) translateY(0px) rotateX(0deg);
        transform: scale(1.0) translateY(0px) rotateX(0deg);

        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    100%
    {
        -webkit-transform: scale(1.2) translateY(-25px) rotateX(45deg);
        -ms-transform: scale(1.2) translateY(-25px) rotateX(45deg);
        -o-transform: scale(1.2) translateY(-25px) rotateX(45deg);
        transform: scale(1.2) translateY(-25px) rotateX(45deg);

        background: rgb(255,255,255);
        -webkit-box-shadow: 0 25px 40px rgb(255,255,255);
        box-shadow: 0 25px 40px rgb(255,255,255);
    }
}*/
@keyframes jumping {
  0% {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
    -ms-transform: scale(1) translateY(0px) rotateX(0deg);
    -o-transform: scale(1) translateY(0px) rotateX(0deg);
    transform: scale(1) translateY(0px) rotateX(0deg);

    /*   -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);*/
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    -ms-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    -o-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    transform: scale(1.2) translateY(-25px) rotateX(45deg);

    /*    background: rgb(78,171,248);
        -webkit-box-shadow: 0 25px 40px rgb(78,171,248);
        box-shadow: 0 25px 40px rgb(78,171,248);*/
  }
}

.productTable {
  position: relative;
  margin: 10px 0 30px 0;
}
.productTable th {
  position: relative;
  background: rgba(53, 95, 145, 1);
  color: var(--white-color);
}

.productTable tbody > tr:nth-child(2n + 1) > td {
  background: var(--white-color);
}

.productTable tbody > tr:nth-child(2n + 2) > td {
  background: rgb(214, 232, 253);
}
.productTable tbody .banner-btn {
  padding: 2px 15px;
  font-weight: lighter;
  color: var(--darkBlue-color);
  border: 1px solid var(--darkBlue-color);
}
.productTable tbody .banner-btn:hover {
  color: var(--white-color);
  background: var(--darkBlue-color);
}

.productDetail {
  position: relative;
  border: none;
  margin: 30px auto;
  border-top: 1px solid #ddd;
}
.productDetail tbody > tr:nth-child(2n + 1) > td,
.productDetail tbody > tr:nth-child(2n + 2) > td {
  background: var(--white-color);
}
.productDetail tr > td:first-child {
  position: relative;
  width: 16%;
}
.productDetail tr > td {
  position: relative;
  height: 2em;
}
.productDetail tr > td > b {
  color: var(--darkBlue-color);
}

.careerMain-picData {
  position: relative;
  display: grid;
  grid-gap: 20px;
}

@media screen and (min-width: 1081px) {
  .careerMain-picData {
    grid-template-columns: repeat(auto-fill, 40%);
    grid-gap: 0;
    justify-content: space-between;
  }
}
.careerMain-picData > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*    border: 1px solid rgba(61,61,61,0.3);*/
  padding: 20px;
}
.careerMain-picData > li::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 70%;
  border: 1px solid rgba(153, 199, 236, 1);
  top: 0;
  left: 0;
  z-index: 0;
}
.careerMain-picData > li img {
  z-index: 1;
}
.careerMain-picData > li h4,
.careerMain-picData > li h4 > a {
  position: relative;
  color: var(--blue-color);
}

.career-back {
  position: relative;
  background: rgba(230, 224, 236, 1);
  padding: 60px;
}
.career-back .careerMain-picData {
  width: 70%;
  margin: auto;
}

.centerTitle {
  position: relative;
  text-align: center;
  width: 100%;
  color: var(--blue-color);
}

@media screen and (min-width: 1081px) {
  .centerTitle {
    font-size: 1.6em;
  }
}

.rowImg {
  position: relative;
  display: grid;
  grid-gap: 20px;
}

@media screen and (min-width: 1081px) {
  .rowImg {
    grid-template-columns: repeat(auto-fill, 23%);
    justify-content: space-between;
    grid-gap: 0;
  }
}
.rowImg > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rowImg > li p {
  font-weight: bold;
}
.rowImg > li img {
  width: 140px;
}

.careerTitle {
  position: relative;
  border-bottom: 2px solid var(--darkBlue-color);
  display: grid;
  grid-gap: 20px;
  margin: 30px 0 10px 0;
}

@media screen and (min-width: 1081px) {
  .careerTitle {
    grid-template-columns: 50% 10% 20% 10%;
    justify-content: space-between;
    align-items: center;
  }
}
.careerTitle.row {
  margin: 0;
}
.careerTitle a {
  position: relative;
  background: var(--darkBlue-color);
  padding: 10px 20px;
  text-align: center;
  color: var(--white-color);
  margin-right: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.careerTitle h4 {
  color: var(--darkBlue-color);
}
.careerTitle a:hover {
  color: var(--yellowColor);
}

.btn input {
  border: 0;
  background: rgba(0, 50, 93, 1);
  color: #fff;
  padding: 10px 40px;
  cursor: pointer;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn:hover input {
  border: 0;
  background-color: rgba(42, 58, 72, 255);
  transition: background-color 0.3s;
}

.career_inquiry_form {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.career_inquiry_form ul {
  padding: 0 !important; /*display: grid;grid-gap: 20px;justify-content: space-between;*/
}
.career_inquiry_form ul li {
  list-style: none !important;
  display: inline-block;
  vertical-align: top;
}
.career_inquiry_form .row {
  margin: 0 -30px;
}
@media screen and (min-width: 1081px) {
  /*   .career_inquiry_form ul
    {
        grid-template-columns: repeat(auto-fill,31%);
    }*/
  /*    .career_inquiry_form ul li:nth-child(4),.career_inquiry_form ul li:nth-child(5),.career_inquiry_form ul li:nth-child(6)
    {
        grid-column-start: 1;
        grid-column-end: 4;
    }*/
}
.career_inquiry_form ul li label {
  width: 100%;
  padding: 20px 0 5px 0;
  display: block;
  font-size: 1em;
}
.career_inquiry_form ul li label span {
  color: #f00;
}
.career_inquiry_form ul li input {
  border: 1px #cccccc solid;
  width: 100%;
  padding: 5px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 1em;
  outline: none;
}
.career_inquiry_form ul li textarea {
  border: 1px #cccccc solid;
  width: 100%;
  padding: 5px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 1em;
  outline: none;
}
/*.career_inquiry_form ul li select{
    border:1px #CCCCCC solid;
    width:100%;
    padding:10px;
    line-height:30px;
    color:#666;
    border-radius: 3px;
    font-size: 1em;
    font-family: 'Proxima Nova Rg';
}*/
.career_inquiry_form b {
  margin-left: 20px;
}
.career_inquiry_form ul li em {
  color: #999;
  line-height: 22px;
  display: block;
  margin-top: 10px;
}
.career_inquiry_form button {
  cursor: pointer;
}
.borderBottom {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}

.servicesRelated {
  position: relative;
  display: grid;
  grid-gap: 30px;
}

@media screen and (min-width: 1081px) {
  .servicesRelated {
    grid-template-columns: repeat(auto-fill, 24%);
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-rows: repeat(auto-fill, 300px);
    grid-auto-rows: 300px;
  }
}
.servicesRelated > li {
  position: relative;
  overflow: hidden;
  /*--imgSrc:url('../images/servicesList-pic1.jpg');
    background:var(--imgSrc) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;*/
  --transX: 0;
  --back: rgba(21, 21, 21, 0.4);
  margin: 20px 0;
}
.servicesRelated > li a {
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: translateX(var(--transX));
  -moz-transform: translateX(var(--transX));
  -ms-transform: translateX(var(--transX));
  -o-transform: translateX(var(--transX));
  transform: translateX(var(--transX));
}
.servicesRelated > li:hover {
  --transX: 5px;
  --back: rgba(21, 21, 21, 0.6);
}
.servicesRelated > li .title {
  margin: 0;
  padding: 10px 0 8px 0;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (min-width: 1081px) {
  .servicesRelated > li .title {
    font-size: 1.4em;
  }
  .relatedTitle {
    font-size: 1.6em;
  }
}
.relatedTitle {
  position: relative;
  text-align: center;
  font-family: "OpenSansBold";
}
.servicesRelated > li img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicesRelated > li > div {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  background: var(--back);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.servicesRelated > li .title,
.servicesRelated > li a {
  position: relative;
  margin: 20px 0;
  color: var(--white-color) !important;
}
/*****************************************************slideHorizontal**************************************************************/
.slideHorizontal {
  position: relative;
  margin: 60px -50px;
  display: flex;
  align-items: center;
}
.slideHorizontal .operateLeft,
.slideHorizontal .operateRight {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-size: 2em;
  cursor: pointer;
}
.slideHorizontal .operateLeft {
  left: 10px;
}
.slideHorizontal .operateRight {
  right: 10px;
}
.slideHorizontal .border_ {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slideHorizontal .border_ .moveCurrent {
  transition: all linear 0.4s;
}
.slideHorizontal .border_ > ul {
  position: relative;
  display: flex;
  align-items: center;
  width: 9000px;
}
.slideHorizontal .border_ > ul li {
  position: relative;
  margin: 0 10px;
}
/*****************************************************slideHorizontal**************************************************************/
.service-bottom {
  position: relative;
  background: url("../images/service-bottom.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.service-bottom .container {
  position: relative;

  grid-template-columns: repeat(auto-fill, 40%);
  justify-content: space-between;
  padding: 80px 10px;
}
@media screen and (min-width: 1081px) {
  .service-bottom .container {
    display: grid;
    padding: 80px 0;
  }
}
.service-bottom .container > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4em;
  color: var(--main-color);
}

.service-bottom .container > div .banner-btn {
  width: max-content;
  padding: 12px 50px;
}
.service-bottom .container > div .title {
  margin: 14px 0;
  font-family: "OpenSansBold";
}
@media screen and (min-width: 1081px) {
  .service-bottom .container > div p {
    font-size: 1.6em;
  }
  .service-bottom .container > div .title {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 1681px) {
  .service-bottom .container {
    width: 50%;
  }
}
@media screen and (max-width: 1680px) and (min-width: 1281px) {
  .service-bottom .container {
    width: 70%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1081px) {
  .service-bottom .container {
    width: 100%;
  }
}
.rotate_angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.service-icon {
  position: fixed;
  background: rgba(244, 244, 244, 1);
  padding: 10px;
  height: max-content;
  right: 5px;
  top: 200px;
  z-index: 1;
}
.service-icon > li {
  position: relative;
  padding-left: 50px;
  line-height: 1.5em;
  margin: 15px 0;
}
.service-icon > li::before {
  position: absolute;
  content: "";
  background: url("../images/service-icon1.svg?v=20241231") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 40px;
  height: 40px;
  left: 0;
  top: 2px;
}
.service-icon > li:nth-child(2)::before {
  background: url("../images/service-icon2.svg?v=20241231") no-repeat;
}
.service-icon > li:nth-child(3)::before {
  background: url("../images/service-icon3.svg?v=20241231") no-repeat;
}
.service-icon > li:nth-child(4)::before {
  background: url("../images/service-icon4.svg?v=20241231") no-repeat;
}

.contact-second .cap-mess {
  margin-top: 20px;
}
.contact-second .cap-mess > li {
  position: relative;
  border-top: 1px solid rgba(200, 200, 200, 0.5);
  padding-bottom: 15px;
  margin: 0;
  padding-left: 50px;
}
.cap-mess > li > label {
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
}
.contact-second .cap-mess > li > a {
  position: relative;
  color: #103344;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.contact-second .cap-mess > li > a:hover {
  color: var(--main-color);
}

.noMainService-title {
  position: relative;
  display: grid;
  grid-gap: 30px;
}
.noMainService-title > div {
  position: relative;
  border-top: 1px solid var(--main-color);
  padding: 20px 0;
}
@media screen and (min-width: 1081px) {
  .noMainService-title {
    grid-template-columns: 25% 70%;
    justify-content: space-between;
  }
}

.noMainService-mess {
  position: relative;
  border: 1px solid rgba(21, 21, 21, 1);
  display: grid;
  margin: 80px auto;
}
.noMainService-mess > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  overflow: hidden;
  height: 460px;
  z-index: 20;
  background: var(--white-color);
}
.noMainService-mess > div h3,
.noMainService-mess > a h3 {
  position: relative;
  font-size: 1.4em;
  margin: 0.6em 0;
}
.noMainService-mess > div h3::before,
.noMainService-mess > a h3::before {
  position: absolute;
  content: "";
  background: rgba(21, 21, 21, 1);
  width: 100%;
  height: 1px;
  left: 0;
  top: -20px;
}
.noMainService-mess > div > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 1081px) {
  .noMainService-mess {
    grid-template-columns: repeat(auto-fill, 50%);
  }
  .noMainService-mess > div,
  .noMainService-mess > a {
    padding: 50px;
    color: var(--black-color) !important;
  }
  .noMainService-mess > div h3,
  .noMainService-mess > a h3 {
    font-size: 2em;
  }
}
.noMainService-messImg {
  -webkit-transform: scale3d(1.01, 1.01, 1);
  -moz-transform: scale3d(1.01, 1.01, 1);
  -ms-transform: scale3d(1.01, 1.01, 1);
  -o-transform: scale3d(1.01, 1.01, 1);
  transform: scale3d(1.01, 1.01, 1);
  z-index: 10 !important;
}

.noMainService-mess > a .learn {
  position: relative;
  margin-top: 20px;
  font-weight: bold;
  color: var(--black-color);
  width: max-content;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  --pcolor: rgba(91, 91, 91, 1);
}

.noMainService-mess > a .learn::before {
  position: absolute;
  content: "\e9b3";
  right: -30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid var(--pcolor);
  font-family: icomoon;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
}
.noMainService-mess > a .learn:hover {
  color: var(--main-color);
  --pcolor: var(--main-color);
}

.serviceDetailLR {
  position: relative;
  display: grid;
}

@media screen and (min-width: 1081px) {
  .serviceDetailLR {
    grid-template-columns: 80% 18%;
    justify-content: space-between;
  }
}

.title-side > a {
  color: var(--black-color);
}
.title-side > a[href]:hover {
  color: var(--main-color);
}

.serviceStyle1 {
  position: relative;
  margin: 30px 0;
}
.serviceStyle1 > li {
  position: relative;
  --colorbd: rgba(82, 82, 82, 0);
  --color: --black-color;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.serviceStyle1 > li p {
  position: relative;
  padding: 5px 0;
  line-height: 1.4em;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  font-weight: bold;
}
.serviceStyle1 > li img {
  position: relative;
  box-shadow: 1px 1px 10px var(--colorbd);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}
.serviceStyle1 > li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 62% 85%, 51% 100%, 37% 85%, 0% 85%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 62% 85%, 51% 100%, 37% 85%, 0% 85%);
  transform: translateY(20px);
  background: #e2edf8;
}
.serviceStyle1 > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.serviceStyle1 > li:hover {
  --color: var(--main-color);
  --colorbd: rgba(82, 82, 82, 1);
}
@media screen and (min-width: 1081px) {
  .serviceStyle1 {
    display: flex;
    justify-content: center;
  }
  .serviceStyle1 > li {
    margin: 10px;
    width: 23%;
  }
  .serviceStyle1.less > li {
    width: 31%;
  }
  .serviceStyle1.two > li {
    width: 45%;
  }
}

.pageContent > h4,
.pageContent > .title {
  position: relative;
  padding: 10px 0 8px 0;
  padding-left: 36px;
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--link-hover-color);
}
.pageContent > .title {
  font-size: 1em !important;
}
.pageContent > h4::before,
.pageContent > .title:before {
  position: absolute;
  content: "";
  background: url("../images/title-h4.svg");
  width: 30px;
  left: 0;
  height: 16px;
  -webkit-background-size: cover;
  background-size: cover;
}
.nomain-content li > a[href],
.nomain-content p > a[href],
.nomain-content a[href] {
  color: var(--main-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.nomain-content li > a[href]:hover,
.nomain-content p > a[href]:hover,
.nomain-content a[href]:hover {
  color: var(--link-hover-color);
}

.newRow-layout {
  position: relative;
}

.newRow-layout h4 {
  color: var(--main-color);
}

@media screen and (min-width: 1081px) {
  .newRow-layout {
    display: flex;
    justify-content: space-between;
    margin: 30px -10px;
    align-items: flex-start;
  }
  .newRow-layout > * {
    margin: 0 10px;
  }
}

.shadowLayout {
  position: relative;

  background: var(--white-color);
  margin: 30px 0;
}

.shadowLayout-img {
  position: relative;
  overflow: hidden;
}
.shadowLayout-img > img {
  vertical-align: top;
  height: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  max-width: initial;
}
@media screen and (min-width: 1081px) {
  .shadowLayout {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 36% 60%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
  .shadowLayout-img {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .shadowLayout::after,
  .shadowLayout::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 80%;
    bottom: 4%;
    left: 1%;
    right: 1%;
    box-shadow: 0 1px 4px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.5);
    /*  background:rgba(0, 0, 0, .2);*/
    transform: skew(0, 1.5deg);
  }

  .shadowLayout::after {
    transform: skew(0, -1.5deg);
  }
}
.shadowLayout-mess {
  position: relative;
  color: var(--black-color) !important;
}
.shadowLayout-mess:hover {
  color: var(--link-hover-color) !important;
}
.shadowLayout-mess h4 {
  color: var(--main-color);
  position: relative;
  padding-top: 5px;
  margin: 10px 0 5px 0;
}
.shadowLayout-mess h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 4px;
  width: 60px;
  background: var(--main-color);
}
.shadowLayout-mess > .icon-arrow-right {
  position: relative;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  width: 38px;
  height: 38px;
  display: block;
  margin: 10px 0;
}
.shadowLayout-mess > .icon-arrow-right:hover {
  color: var(--link-hover-color);
  border: 1px solid var(--link-hover-color);
}

.borderTopLayout {
  position: relative;
  background: var(--white-color);
  margin: 30px 0;
  border-top: 1px solid var(--main-color);
  padding-top: 20px;
}
.borderTopLayout:last-of-type {
  padding-bottom: 1em;
  border-bottom: 1px solid var(--main-color);
}
.borderTopLayout-img {
  position: relative;
  overflow: hidden;
}
.borderTopLayout-img > img {
  vertical-align: top;
  height: 100%;
  max-width: initial;
}
@media screen and (min-width: 1081px) {
  .borderTopLayout {
    display: flex;
    justify-content: space-between;
  }
  .borderTopLayout-img {
    width: 40%;
  }
  .borderTopLayout-mess {
    width: 56%;
  }
}
.borderTopLayout-mess {
  position: relative;
}
.borderTopLayout-mess h3 {
  margin-top: 0;
  padding: 0;
}
.borderTopLayout-mess h4 {
  color: var(--main-color);
  position: relative;
  padding-top: 5px;
  margin: 10px 0 5px 0;
}

.tableLayout {
  position: relative;
  border: none !important;
}
.tableLayout td,
.tableLayout tr {
  border: none !important;
  background: none !important;
}
.tableLayout img {
  width: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.newStyle1 {
  position: relative;
}
.newStyle1 > li {
  position: relative;
  margin: 20px 0;
}
.newStyle1 > li > a {
  position: relative;
  color: var(--black-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.newStyle1 > li > a:hover {
  background: #edf8ec;
}
.newStyle1-img {
  position: relative;
  overflow: hidden;
}
.newStyle1-img > img {
  vertical-align: top;
}
.newStyle1-mess {
  position: relative;
}
.newStyle1-mess h4 {
  position: relative;
  padding: 8px 30px 8px 10px;
  color: var(--white-color);
  background: #0099cc;
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  width: max-content;
  margin: 10px 0 20px 0;
}
@media screen and (min-width: 1081px) {
  .newStyle1 > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .newStyle1-img {
    width: 35%;
  }
  .newStyle1-mess {
    width: 63%;
  }
}
.newStyle1 > li:nth-child(2) h4 {
  background: #003399;
}
.newStyle1 > li:nth-child(3) h4 {
  background: #00a1a2;
}
.newStyle1 > li:nth-child(4) h4 {
  background: #e60012;
}
.newStyle1 > li:nth-child(even) {
  background: #f1f1f1;
}

#January-Promo-BOC-Sciences {
  position: relative;
  width: max-content;
  margin-top: 100px;
}
#January-Promo-BOC-Sciences::after {
  position: absolute;
  content: "";
  left: 0;
  top: -100px;
  width: 180px;
  height: 100px;
  background-image: url("../images/2023-January-Promotion-500.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1081px) and (max-width: 1280px) {
  #January-Promo-BOC-Sciences {
    margin-top: 60px;
  }
  #January-Promo-BOC-Sciences::after {
    top: -60px;
    width: 140px;
    height: 60px;
  }
}

.title-h3-disc {
  position: relative;
  display: block;
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
  padding: 0;
}

.title-h3-disc {
  padding-left: 1em;
  padding-bottom: 0.1em;
  margin-bottom: 0.1em;
}

.title-h3-disc::before {
  position: absolute;
  content: "●";
  left: 0;
  color: var(--main-color);
  font-size: 0.8rem;
}

.nomain-content h2 {
  font-size: 1.17rem;
}

.service-table {
  border: none;
  border-top: 1px solid var(--main-color) !important;
}
.service-table td {
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.service-table tr:nth-child(odd) > td {
  background: none;
}
.service-table tr:nth-child(even) > td {
  background: none;
}

.new-title {
  position: relative;
}
.new-title::before {
  position: relative;
  content: "";
  background: url("../images/title-h4.svg?v=20250113");
  width: 30px;
  left: 0;
  height: 16px;
  background-size: cover;
  top: 3px;
  margin-right: 10px;
  display: inline-block;
}
.new-title strong {
  color: #e1a807;
}
h4.new-title {
  color: #e1a807;
}
h3.new-title {
  padding: 10px 0 8px 0;
  margin: 0;
  color: #e1a807;
  font-size: 1em !important;
}

.row-list {
  position: relative;
  --child-width: 32%;
}

@media screen and (min-width: 768px) {
  .row-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--child-width));
    justify-content: space-between;
  }
}
