@charset "UTF-8";
/***==================================================================== Table Css style ====================================================================***/
:root {
  --orange-color: rgba(255, 110, 1, 1);
  --Green-color: #11c27f;
  --blue-color: rgba(0, 142, 206, 1);
  --light-blue-color: rgba(58, 130, 254, 1);
  --white-color: rgba(255, 255, 255, 1);
  --yellow-color: rgba(245, 166, 1, 1);
  --light-green-color: rgba(7, 171, 177, 1);
  --dark-blue--color: #070a3d;
  --black-color: rgba(61, 61, 61, 1);
  --light-blackColor: #7d7f80;
  --red-color: rgba(228, 60, 92, 1);
  --light-red-color: rgba(253, 239, 242);
  --darkBlack-color: #111;
  --purple-color: #5E5BBC;
  --dark-purple-color: #4822ce;
  --light-purple-color: #5E5BBC;
  --purple-color-100: rgba(230, 224, 236, 1);
  --purple-color-200: rgba(229, 223, 236, 1);
}

table {
  border-collapse: collapse;
  margin: 0.6em 0;
  width: 100%;
  border: 1px solid #ddd;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #ddd;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
  line-height: 26px;
}

table th {
  background: var(--light-purple-color);
  color: #fff;
}
table th a {
  color: var(--purple-color);
}
table tr td {
  background: #fff;
}

table tr td a {
  text-decoration: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 0.875rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px;
}

.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #e8e5f4;
}

.table-bordered tbody > td {
  border: 1px solid rgba(21, 21, 21, 0.1);
}

.headLayout {
  position: sticky !important;
  top: 0;
  width: 100%;
  background-color: var(--white-color) !important;
  z-index: 1000;
}
/*******************************************breadcrumb***************************************************/
.breadcrumb {
  list-style: none;
  margin-top: 10px;
  bottom: 30px;
  font-family: AileronSemiBold;
}

@media screen and (max-width: 1080px) {
  .breadcrumb {
    padding: 2px 0;
  }
}
@media screen and (min-width: 1081px) {
  .breadcrumb {
    padding: 8px 0;
  }
}

/*******************************************breadcrumb***************************************************/
/**********************************************nomain***************************************************/
.nomain-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 60vh;
}
.nomain-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .nomain-banner .container {
    padding: 10px;
  }
}
.banner-title {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "QuicksandSemiBold";
}
.nomain-banner h2,
.nomain-banner .banner-title {
  position: relative;
  color: var(--white-color);
  font-weight: bold;
  line-height: 1.1em;
  padding-bottom: 20px;
  margin: 0;
}

@media screen and (max-width: 1080px) {
  .nomain-banner {
    height: 50vh;
  }
}
@media screen and (min-width: 1081px) {
  .nomain-banner h2,
  .nomain-banner .banner-title {
    font-size: 3.3em;
  }
  .nomain-banner .banner-title.large {
    font-size: 3.6em;
  }
  .nomain-banner p {
    font-size: 1em;
  }
  .nomain-banner .container {
    z-index: 2;
  }
  .nomain-banner .container div {
    height: 100%;
  }
}
@media screen and (max-width: 1080px) {
  #pageInquiryBtn {
    position: relative;
  }
  .nomain-back .banner-title,
  .nomain-back h2 {
    font-size: 1.8em;
    width: 90%;
  }
}
.nomain-content {
  position: relative;
  margin: 60px auto;
}
#pageInquiryBtn {
  background: var(--purple-color);
  z-index: 10;
  padding-top: 2px;
}
@media screen and (min-width: 1081px) {
  #pageInquiryBtn {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .nomain-content h2 {
    font-size: 1.4rem;
  }
  .nomain-content h1 {
    font-size: 2.2rem;
    margin-top: 0;
    padding-right: 120px;
  }
}
/*******************************************************contact************************************************************/
/****************************************inquiryForm*******************************************/
.inquiry-form {
  position: relative;
  width: 100%;
}
.inquiry-form .row > div {
  margin: 10px 0;
}

.inquiry-form > div {
  position: relative;
}

.inquiry-form img {
  height: 40px;
  width: max-content;
}

.inquiry-form input,
.inquiry-form textarea {
  position: relative;
  padding: 15px;
  outline: none;
  border: 1px solid rgba(18, 18, 18, 0.1);
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "OpenSans";
}

.inquiry-form button {
  position: relative;
  width: max-content;
  height: auto;
  cursor: pointer;
  padding: 10px 80px;
  border-radius: 0;
  font-size: 1.1em;
  border: none;
  border-radius: 60px;
  background: var(--purple-color);
}

.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "OpenSans";
}

.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "OpenSans";
}

.inquiry-form input::-ms-input-placeholder,
.inquiry-form textarea::-ms-input-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "OpenSans";
}

/****************************************inquiryForm*******************************************/
.contactForm {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}
.contactForm .inquiry-form {
  margin: 20px 0;
}

.nomain-contactMap {
  margin: 30px auto;
  height: 500px;
}
.nomain-contactMap iframe {
  height: 100%;
}

@media screen and (min-width: 1081px) {
  .contactForm {
    display: flex;
    flex-direction: column;
  }
  .contactForm h3 {
    font-size: 1.8rem;
  }
  iframe {
    height: 100%;
  }
}
.nomain-contact {
  position: relative;
  width: 100%;
  margin: 80px auto;
}
.nomain-contact .nomain-contactMap {
  height: 300px;
}

.nomain-contact .newFont {
  font-family: GALANOGROTESQUEDEMOBOLD;
  font-size: 1.4rem;
}

@media screen and (min-width: 1081px) {
  .nomain-contact {
    display: grid;
    grid-template-columns: 60% 38%;
    justify-content: space-between;
    align-items: center;
  }
}
.contact-text {
  padding: 60px 20px;
  font-size: 2rem;
  font-family: GALANOGROTESQUEDEMOBOLD;
  border: 1px solid var(--yellow-color);
  line-height: 1.2em;
}

@media screen and (min-width: 1081px) {
  .inquiryLayout h2 {
    font-size: 3rem;
  }
}
.inquiryLayout {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*******************************************************contact************************************************************/
.gridrow-layout {
  position: relative;
  display: grid;
}

@media screen and (min-width: 1081px) {
  .gridrow-layout {
    grid-template-columns: 28% 68%;
    place-content: space-between;
  }
}
.layout-left {
  position: relative;
}

/**************************************************************side-navi*******************************************************************/
.side-navi-block {
  position: relative;
  padding: 20px;
  padding-top: 0;
  margin-bottom: 30px;
  border-top: 6px solid rgba(41, 111, 101, 0.8);
  background: rgba(105, 89, 161, 0.2);
}

.title-side {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  position: relative;
  padding-top: 0;
  font-weight: 100;
  color: var(--black-color);
  margin-top: 0;
  padding: 10px;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-family: QuicksandSemiBold;
}

@media screen and (min-width: 1081px) {
  .title-side {
    font-size: 1.4em;
  }
}
.side-navi {
  position: relative;
}

.side-navi > li {
  position: relative;
  margin: 10px 0;
}

.side-navi > li > a {
  position: relative;
  padding: 5px 10px;
  color: var(--black-color);
  display: block;
  /* line-height: 20px;*/
  width: 100%;
  padding-right: 30px;
}

.side-navi > li span {
  position: absolute;
  color: #7d7b7b;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 4px;
  right: 0;
  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 > span {
  right: 5px;
  width: 28px;
  height: 28px;
}
.side-navi > li > span:hover {
  color: var(--Green-color);
}

.side-navi > li > ul {
  padding-left: 40px;
}

.side-navi > li ul {
  position: relative;
  display: none;
  padding-left: 20px;
}

.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);*/
  --borderLeft: rgba(236, 245, 249, 1);
}

.side-navi > li > ul li:hover {
  --borderLeft: rgba(62, 94, 153, 0.2);
}

.side-navi > li > ul li a {
  position: relative;
  color: #3d3d3d;
  padding: 10px 0;
  /*background:rgba(212,212,212,1);*/
  display: block;
  line-height: 24px;
  padding-right: 20px;
}

.side-navi > li > ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all ease-in-out 0.4s;
  background: var(--borderLeft);
}

.side-navi-block .inquiry-form .col-md-4,
.side-navi-block .inquiry-form .col-md-6,
.side-navi-block .inquiry-form .col-lg-4,
.side-navi-block .inquiry-form .col-lg-6 {
  width: 100% !important;
}

.rotate_angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.side-navi-block .inquiry-form {
  padding: 0 10px;
  overflow: hidden;
}

/**************************************************************side-navi*******************************************************************/
.ServiceShowPic {
  font-size: 0.85em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
}

.ServiceShowPic img {
  margin: auto;
}

.ServiceShowleftPic {
  float: left;
  margin-right: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowrightPic {
  float: right;
  margin-left: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.85em;
  text-align: center !important;
  line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.serviceshowpic,
ServiceShowPic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}

.serviceshowpic img {
  margin: auto;
}

.ServiceShowPic img {
  margin: auto;
}

.serviceshowleftpic,
ServiceShowleftPic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.serviceshowrightpic,
ServiceShowrightPic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.85em;
  text-align: center !important;
  line-height: 1.7em !important;
}

.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.ServiceShowPic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
  margin: 15px 0;
}

.ServiceShowPic img {
  margin: auto;
}

.ServiceShowLeftpic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowRightpic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowPic,
.ServiceShowRightpic,
.ServiceShowLeftpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowRightpic img,
.ServiceShowLeftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .serviceshowleftpic,
  .serviceshowrightpic,
  .ServiceShowLeftpic,
  .ServiceShowRightpic,
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .serviceshowleftpic img,
  .serviceshowrightpic img,
  .ServiceShowLeftpic img,
  .ServiceShowRightpic img,
  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 768px) {
  .serviceshowleftpic,
  .serviceshowrightpic,
  .ServiceShowLeftpic,
  .ServiceShowRightpic,
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .serviceshowleftpic img,
  .serviceshowrightpic img,
  .ServiceShowLeftpic img,
  .ServiceShowRightpic img,
  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 768px) {
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive .tableimgshow tr,
  .table-responsive .tableimgshow th,
  .table-responsive .tableimgshow td {
    padding: 5px 0;
    text-align: left;
    background: #fff;
  }
}
.textcenter {
  text-align: center;
}
.table-responsive td {
  border: 1px solid rgba(21, 21, 21, 0.2);
}
.ullist {
  padding: 0px 0px 0 19px;
  margin: 20px;
}

.ollist {
  padding: 0px 0px 10px 19px;
  margin: 0px;
}

.ullist > li {
  list-style: disc !important;
}

.ullist > .ullist {
  padding-left: 0;
}

.ullist > .ullist > li {
  list-style: none !important;
  padding-left: 16px;
  position: relative;
}

.ullist > .ullist > li::before {
  position: absolute;
  content: "○";
  font-size: 0.1em;
  left: 0;
}

.ollist > li {
  list-style: decimal !important;
}

.ollist > li,
.ullist > li {
  /*	line-height: 28px;*/
  text-align: left;
}

.reference {
  padding-bottom: 0px;
  color: #888888 !important;
}

.ollist.reference-ol li {
  list-style: decimal;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #888888 !important;
  padding-bottom: 4px !important;
}

/*--------------404 page begin--------------*/
.E404 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.E404 {
  width: 510px;
  margin: 70px auto auto auto;
  border: 0px solid #ff0000;
}

.E404 .Etit {
  font-size: 25px;
  line-height: 35px;
  color: #525151;
}

.E404 .content {
  color: #767676;
}

.E404 a {
  color: #525151;
  text-decoration: none;
}

.E404 .btn {
  border: 1px solid #dddddd;
  padding: 5px 10px 5px 10px;
  /* border-radius: 5px; */
  margin-right: 10px;
  background-color: #efefef;
}

.E404 .btn:hover {
  background-color: #001f5f;
  color: #444;
}

@media only screen and (max-width: 1024px) {
  .E404 {
    width: 90%;
    margin: 0px auto auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/***************************************************pagination****************************************************************/
.pagination .page-first:before,
.pagination .page-last:before,
.pagination .page-prev:before,
.pagination .page-next:before {
  position: relative;
  font-family: FontAwesome;
}

.pagination .page-first:before {
  content: "\f049";
}

.pagination .page-last:before {
  content: "\f050";
}

.pagination .page-prev:before {
  content: "\f04a";
}

.pagination .page-next:before {
  content: "\f04e";
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
  margin-left: 0;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 12px;
  text-decoration: none;
  color: var(--light-purple-color);
  margin-right: 4px;
  background-color: #fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border: 1px solid rgba(21, 21, 21, 0.2);
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border: 1px solid rgba(21, 21, 21, 0.2);
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--light-purple-color);
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  border: 1px solid #ddd;
  background-color: var(--light-purple-color);
  border-color: var(--light-purple-color);
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/***************************************************pagination****************************************************************/
.inquiry-notic {
  position: relative;
  color: var(--light-purple-color);
  margin: 3rem 0 !important;
  padding: 0.5rem;
  background-color: #d4cded;
}
.inquiry-notic::before {
  position: relative;
  content: "\e9a4";
  font-family: icomoon;
  margin-right: 0.6rem;
}

.detail-table td:first-child {
  background: #f3f6f8;
  white-space: nowrap;
  width: 12em;
  font-weight: bold;
}

.pc-inquiry,
.pc-cart {
  position: relative;
  display: block;
  margin-right: 20px;
  padding: 5px 30px;
  padding-left: 50px;
  border: 1px solid var(--blue-color);
  background: var(--blue-color);
  color: var(--white-color);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -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;
  white-space: nowrap;
}
.pc-inquiry::before,
.pc-cart::before {
  position: absolute;
  content: "\e9c6";
  left: 20px;
  font-family: icomoon;
  font-size: 1.2rem;
}
.pc-inquiry:hover,
.pc-cart:hover {
  background: var(--white-color);
  color: var(--blue-color);
}

.pc-cart {
  border: 1px solidvar(--active-color);
  background:var(--active-color);
}
.pc-cart::before {
  position: absolute;
  content: "\e98f";
  font-family: icomoon;
}
.pc-cart:hover {
  color:var(--active-color);
}

.cartLayout {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
}

.cpDetail-table {
  margin: 30px 0 60px 0;
}
.cpDetail-table tbody td {
  border: 1px solid #eaeaea;
}
.cpDetail-table tbody td:first-child {
  white-space: nowrap;
  background: #f3f6f8;

  /*    background: #189DB8!important;*/
  /* color:#fff;*/
  font-weight: bold;
}

/*****************************************************slideHorizontal**************************************************************/
.slideHorizontal {
  position: relative;
  margin: 0 -60px;
  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;
  color: var(--blue-color);
  cursor: pointer;
}

.slideHorizontal .operateLeft {
  left: 20px;
}

.slideHorizontal .operateRight {
  right: 20px;
}

.slideHorizontal .border_ {
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slideHorizontal .border_ .moveCurrent {
  transition: all linear 0.4s;
}

.slideHorizontal .border_ > ul {
  position: relative;
  display: flex;
  width: 9000px;
}

.slideHorizontal .border_ > ul li {
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 1080px) {
  .slideHorizontal {
    margin: 30px 0;
  }
  .slideHorizontal li {
    margin: 20px 0;
  }
}
/*****************************************************slideHorizontal**************************************************************/
.categoriesDeatil {
  position: relative;
}
.categoriesDeatil li {
  position: relative;
  padding: 20px;
  box-shadow: 1px 1px 6px 4px var(--shadow);
  border: 1px solid rgba(200, 200, 200, 0.4);
  --borderBack: rgba(160, 160, 160, 1);
  --shadow: rgba(233, 233, 233, 0);
  --color: var(--blue-color);
  --hcolor: var(--blue-color);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.categoriesDeatil li a {
  position: relative;
  display: block;
  color: var(--backColor);
  padding: 10px;
}
.categoriesDeatil li a > div {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
.categoriesDeatil li a h4 {
  position: relative;
  height: 70px;
  color: var(--hcolor);
  -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;
  margin: 10px 0;
  text-align: center;
}
.categoriesDeatil li:hover {
  --borderBack: var(--blue-color);
  --shadow: rgba(233, 233, 233, 1);
  --hcolor: var(--blue-color);
}

@media screen and (min-width: 1081px) {
  .categoriesDeatil {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 21%);
  }
}
.cp-table {
  position: relative;
  margin: 30px 0;
  border: none;
}
.cp-table tr,
.cp-table th,
.cp-table td {
  border: none;
}
.cp-table th {
  border: none;
  border-top: 2px solid var(--blue-color);
  border-bottom: 2px solid var(--blue-color);
  background: none;
  color: #444;
}
.cp-table th:nth-child(3) {
  text-align: center;
}
.cp-table td {
  border-bottom: 1px solid rgba(120, 120, 120, 0.2);
}
.cp-table td:nth-child(3) {
  text-align: center;
}
.cp-table td:nth-child(4) {
  display: flex;
  justify-content: space-between;
}
.cp-table .btn-cart {
  position: relative;
  padding: 2px 10px;
  border: 1px solidvar(--active-color);
  color:var(--active-color);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin: 0 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;
}
.cp-table .btn-cart::before {
  position: absolute;
  content: "\e98f";
  font-family: icomoon;
}
.cp-table .btn-cart:hover {
  background:var(--active-color);
  color: var(--white-color);
}
.cp-table .btn-inquiry {
  position: relative;
  padding: 2px 10px;
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 100px;
  text-align: 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;
}
.cp-table .btn-inquiry:hover {
  background: var(--blue-color);
  color: var(--white-color);
}

.resource-detailList {
  position: relative;
}
.resource-detailList li {
  position: relative;
  margin: 20px 0;
  --ml: 0;
  --color: var(--black-color);
}
.resource-detailList li a {
  color: var(--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;
}
.resource-detailList li p {
  padding: 5px 10px;
}
.resource-detailList li img {
  -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: translateY(var(--ml));
  -moz-transform: translateY(var(--ml));
  -ms-transform: translateY(var(--ml));
  -o-transform: translateY(var(--ml));
  transform: translateY(var(--ml));
}
.resource-detailList li:hover {
  --ml: -4px;
  --color:var(--active-color);
}

@media screen and (min-width: 1081px) {
  .resource-detailList {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .resource-detailList li {
    width: 23%;
  }
  .resource-detailList li p {
    font-size: 1.1rem;
    font-weight: bold;
  }
}
.about-content {
  position: relative;
  padding: 0px 0 30px 0;
}
.about-content h2 {
  position: relative;
  font-size: 1.8rem;
}
.about-content .title-h3 {
  position: relative;
  font-size: 1.4rem;
  color: var(--purple-color);
}

.rowImgData {
  position: relative;
}
.rowImgData div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.rowImgData div .title {
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  font-family: "QuicksandSemiBold";

  color: var(--purple-color);
  font-size: 1.8rem;
}
.title-h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  font-family: "QuicksandSemiBold";
  font-size: 1.4rem;
}
@media screen and (min-width: 1081px) {
  .about-content .title-h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0.2em;
  }

  .rowImgData {
    display: grid;
    grid-template-columns: repeat(auto-fill, 49%);
    justify-content: space-between;
  }
  .rowImgData.contact {
    grid-template-columns: 42% 55%;
  }
}
.fixedBg {
  position: relative;
  background-image: url(../images/about-fixedBg.jpg);
  /*  background: -webkit-image-set(url(../images/second-bg.webp) 1x,url(../images/second-bg.webp) 2x,url(../images/second-bg-min.webp) 3x);
    background: image-set(url(../images/second-bg.webp) 1x,url(../images/second-bg.webp) 2x,url(../images/second-bg-min.webp) 3x);*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 120px 0;
}
.fixedBg .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white-color) !important;
}
.fixedBg .container .title-h3 {
  color: var(--white-color);
  display: block;
  /*    font-size: 1.17em;*/
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.fixedBg p {
  position: relative;
}
.fixedBg .new-nuka-btn {
  margin-top: 4rem;
  padding: 20px 120px;
  width: max-content;
  height: auto;
  white-space: nowrap;
}

@media screen and (min-width: 1081px) {
  .list-styleAbout {
    position: relative;
    --child-width: 24%;
    margin: 30px 0;
  }
  .list-styleAbout li {
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 4px 2px rgba(21, 21, 21, 0.1);
    transition: all ease-in-out 0.4s;
    background: #6b5889;
  }
  .list-styleAbout li a {
    position: relative;
    display: block;
  }
  .list-styleAbout li a img {
    vertical-align: top;
  }
  .list-styleAbout li a p {
    color: var(--white-color);
    text-align: center;
  }
  .list-styleAbout li:hover {
    box-shadow: 1px 1px 4px 2px rgba(21, 21, 21, 0.5);
  }
}
@media screen and (min-width: 1081px) {
  .list-styleAbout {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--child-width));
    justify-content: space-between;
  }
}
.gradualGb {
  position: relative;
  background: linear-gradient(
          to bottom,
          rgba(92, 82, 160, 0.4),
          rgba(92, 82, 160, 0)
  );
  padding: 60px 0;
}

.about-bottom .container img {
  float: right;
  shape-outside: url("../images/about-pic9.png");
  margin-top: -60px;
  shape-margin: 10px;
  display: block;
}
.about-bottom .container div {
  margin-top: 60px;
}
.about-bottom .container div .title-h3 {
  font-size: 1.4rem;
  color: var(--purple-color);
  line-height: 1.1em;
}
.about-bottom .container div .title {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  font-family: "QuicksandSemiBold";
  font-weight: bold;
}
.about-bottom .container div .title {
  position: relative;
  margin: 2px 0;
  font-size: 1rem;
  padding: 4px 0;
  padding-left: 10px;
  line-height: 1em;
}
.about-bottom .container div .title::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background: var(--purple-color);
  left: 0;
  top: 0;
}
.about-bottom .container::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

@media screen and (min-width: 1081px) {
  .about-bottom div {
    padding-right: 10px;
  }
  .about-bottom div .title-h3 {
    font-size: 2rem !important;
  }
}
.career-bottom .container img {
  shape-outside: url("../images/career-pic3.jpg");
}

.career-iconLayout {
  position: relative;
  color: var(--white-color);
}
.career-iconLayout .title-h3 {
  position: relative;
  color: var(--white-color);
}
.career-iconLayout .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-list {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.icon-list li {
  position: relative;
  margin: 20px 0;
}
.icon-list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  transition: all ease-in-out 0.4s;
}
.icon-list li a:hover {
  color: #f8ab7d;
}
.icon-list li span {
  position: relative;
  display: block;
  font-size: 5rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 1081px) {
  .career-iconLayout .container > p {
    width: 60%;
  }

  .icon-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 24%);
    justify-content: space-between;
  }
}
.career-content {
  position: relative;
  padding: 60px 0;
}

.jobList {
  position: relative;
}
.jobList .title {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "QuicksandSemiBold";
  font-weight: bold;
}
.jobList h4,
.jobList .title {
  margin: 10px 0;
}
.jobList > li {
  position: relative;
  border-radius: 10px;
  box-shadow: 1px 2px 4px 2px rgba(21, 21, 21, 0.1);
  padding: 10px 20px;
  margin-bottom: 20px;
}
.jobList > li > p {
  font-weight: bold;
  cursor: pointer;
}
.jobList > li > p span {
  display: inline-block;
  margin-right: 10px;
}
.jobList > li div {
  display: none;
}
.jobList > li .newBtn {
  padding: 2px 20px;
}

.service-first {
  position: relative;
  margin: 30px auto;
}
.service-first h3 {
  position: relative;
  font-size: 1.6rem;
}

.service-list {
  position: relative;
  margin-top: 30px;
}
.service-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  --color:var(--active-color);
}
.service-list li span {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all ease-in-out 0.4s;
}
.service-list li h4 {
  margin: 8px 0;
  font-size: 1.3rem;
}
.service-list li:hover {
  --color: var(--dark-blue--color);
}

.service-coreList {
  position: relative;
  margin: 30px 0;
}
.service-coreList > li {
  position: relative;
}
.service-coreList > li a {
  display: block;
  height: 100%;
  background: var(--white-color);
  color: var(--black-color);
}
.service-coreList > li a img {
  width: 100%;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 30px), 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 30px), 0% 100%);
}
.service-coreList > li a ul,
.service-coreList > li a p,
.service-coreList > li a h4 {
  margin: 5px 30px;
}
.service-coreList > li a div {
  padding: 20px 10px;
  display: flex;
  justify-content: flex-end;
  -webkit-clip-path: polygon(0 30px, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 30px, 100% 0%, 100% 100%, 0% 100%);
  background: #f1f0f5;
}

@media screen and (min-width: 1081px) {
  .service-first h3 {
    font-size: 2rem;
  }

  .service-list {
    display: flex;
    justify-content: space-between;
  }
  .service-list li {
    width: 31%;
  }

  .service-coreList {
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
  }
  .service-coreList > li {
    position: relative;
  }
  .service-coreList > li:nth-child(1) .listBtn {
    background: #1d74ff;
  }
  .service-coreList > li:nth-child(2) .listBtn {
    background: #fb6c01;
  }
  .service-coreList > li:nth-child(3) .listBtn {
    background: #9199d8;
  }
  .service-coreList > li .listBtn:hover {
    background: var(--dark-blue--color);
  }
}
.service-second {
  position: relative;
  padding: 60px 0;
  background: #3c404c;
  color: var(--white-color);
}
.service-second h3 {
  font-size: 1.6rem;
}

@media screen and (min-width: 1081px) {
  .service-second h3 {
    font-size: 2rem;
  }
}
.bannerContact {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: linear-gradient(to right, rgba(21, 21, 21, 0), #151515);
  width: 100%;
}
.bannerContact .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 10px 0;
  bottom: 0;
}
.bannerContact .container a {
  width: max-content;
  color: var(--white-color);
}

.searchBlock {
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
}
.searchBlock h4 {
  font-family: GALANOGROTESQUEDEMOBOLD;
  font-size: 1.4rem;
  margin: 5px;
}
.searchBlock .search-side {
  margin: 20px 0;
}

.search-side {
  position: relative;
  padding: 6px 0;
  background: var(--white-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.search-side input {
  position: relative;
  padding: 10px 20px;
  outline: none;
  border: none;
  color: var(--black-color);
  width: 100%;
}
.search-side button {
  position: relative;
  margin-left: 10px;
  outline: none;
  color: var(--yellow-color);
  cursor: pointer;
  border: none;
  font-size: 1.2em;
  background: none;
}

.cpLayout {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.2);
}
.cpLayout ul {
  position: relative;
}
.cpLayout ul li {
  position: relative;
  width: max-content;
  float: left;
  margin-right: 10px;
}
.cpLayout ul li a {
  position: relative;
  display: block;
  padding: 6px 20px;
  border: 1px solid rgba(21, 21, 21, 0);
  border-radius: 4px;
  font-weight: bold;
  transition: all ease-in-out 0.4s;
  color: var(--black-color);
}
.cpLayout ul li a:hover {
  border: 1px solid rgba(21, 21, 21, 0.2);
}
.cpLayout ul::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.inquiryLayout {
  margin: 60px 0;
  background: #f1f0f5;
  padding: 30px;
}

.rhombusIcon {
  position: relative;
}
.rhombusIcon li {
  position: relative;
  padding-left: 20px;
}
.rhombusIcon li::before {
  position: absolute;
  content: "◆";
  left: 0;
  font-size: 1.4rem;
  color:var(--active-color);
}

.checklist {
  position: relative;
}
.checklist li {
  position: relative;
  padding-left: 15px;
}
.checklist li::before {
  position: absolute;
  content: "√";
  left: 0;
  color:var(--active-color);
}

.starStyle {
  position: relative;
}
.starStyle li {
  position: relative;
  padding-left: 20px;
}
.starStyle li:before {
  position: absolute;
  content: "★";
  color:var(--active-color);
  left: 0;
}

.bottomTitle {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "QuicksandSemiBold";
  line-height: 1.1em;

  position: relative;
  padding-bottom: 20px;
}
.bottomTitle::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  background: var(--purple-color);
  left: 0;
  bottom: 0;
}

.contact-list {
  position: relative;
  margin-top: 20px;
}
.contact-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.contact-list li p {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.contact-list li a {
  margin: 0;
  padding: 0;
  line-height: 1em;
  display: block;
}
.contact-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  height: 40px;
  width: 40px;
  color: var(--yellow-color);
  background: var(--purple-color);
}

.contact-row {
  position: relative;
}

@media screen and (min-width: 1081px) {
  .contact-row {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .inquiryLayout h3 {
    font-size: 3rem;
  }
}

.contentStyle .title {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "QuicksandSemiBold";
}
.contentStyle {
  position: relative;
  margin-top: 60px;
}
.contentStyle .title {
  position: relative;
  font-size: 1.4rem;
}

@media screen and (min-width: 1081px) {
  .contentStyle .title {
    font-size: 2rem;
  }
}

.messageTab {
  position: relative;
  padding-bottom: 2rem;
}
.messageTab ul {
  position: absolute;
  bottom: 2rem;
  left: 0;
}
.messageTab ul li {
  position: relative;
  width: 4rem;
  height: 4px;
  background-color: rgba(21, 21, 21, 0.5);
  cursor: pointer;
}
.messageTab ul li.active {
  background-color: var(--purple-color);
}
.messageTab .nomain-card-cont {
  position: relative;
  display: none;
  height: 100%;
}
.messageTab .nomain-card-cont.active {
  display: block;
}
.messageTab .nomain-card-cont h3 {
  margin: 4px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1081px) {
  .messageTab > ul {
    display: flex;
  }
  .messageTab > ul li {
    margin-right: 10px;
  }
}
.item-list {
  position: relative;
  width: 100%;
  margin: 2rem auto;
}
.item-list li {
  position: relative;
  margin-bottom: 2rem;
  background-color: #fbfbfb;
}
.item-list li a {
  position: relative;
  color: var(--black-color);
  padding: 1rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --opacity: 0;
}
.item-list li a:hover {
  --opacity: 1;
}
.item-list li span {
  color: var(--purple-color);
  font-size: 3rem;
}
.item-list li h3 {
  color: var(--black-color);
  text-align: center;
}
.item-list li p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: var(--white-color);
  background-color: var(--purple-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  opacity: var(--opacity);
  transition: all ease-in-out 0.4s;
}
.item-list li:nth-child(odd) {
  background-color: #e7e6e6;
}

@media screen and (min-width: 1081px) {
  .item-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 25%);
  }
}
.vertical-center {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-item {
  margin: 3rem auto;
}
.content-item h3 {
  margin-top: 0;
}

.bg-item {
  color: var(--white-color);
  background-color: var(--purple-color);
  padding: 6rem;
}
.bg-item .newBtn {
  border: 1px solid var(--white-color);
}

.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.second-list {
  position: relative;
  margin: 2rem 0;
}
.second-list > li {
  position: relative;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.2);
}
.second-list > li a {
  color: var(--black-color);
}
.second-list > li p {
  position: relative;
  display: flex;
  justify-content: center;
}
.second-list > li p .new-nuka-btn {
  border: 1px solid var(--black-color);
  width: max-content;
  padding: 1rem 2rem;
  max-width: initial;
  --bckgroundHeight: 0;
  color: var(--black-color);
}
.second-list > li p .new-nuka-btn:hover {
  --bckgroundHeight: 100%;
}
.second-list > li .messItem {
  position: relative;
  padding: 1rem;
}
.second-list > li .messItem .title {
  position: relative;
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "QuicksandSemiBold";
  font-weight: bold;
}
.second-list > li > a .messItem .title {
  color: var(--purple-color);
}
@media screen and (min-width: 1081px) {
  .second-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 23%);
    justify-content: space-between;
  }

  .second-list.two {
    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
  }
}

.contact-list {
  position: relative;
  margin-top: 1.2rem;
}
.contact-list > li {
  position: relative;
  margin: 10px 0 10px 0;
  padding-right: 10px;
}
.contact-list > li a {
  color: var(--purple-color);
}
.contact-list > li a:hover {
  color: var(--yellow-color);
}

.contact-address::before,
.contact-email::before,
.contact-call::before,
.contact-fax::before {
  position: absolute;
  content: "";
  font-family: "icomoon";
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  font-size: 1.2rem;
}

.contact-address::before {
  content: "\e904" !important;
}

.contact-email::before {
  content: "\e931" !important;
}

.contact-call::before {
  content: "\e97b" !important;
}

.contact-fax::before {
  content: "\e942" !important;
}

.contact-bg {
  position: relative;
  padding-top: 6rem;
}
.contact-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 26rem;
  background-image: linear-gradient(
          to top,
          rgba(21, 21, 21, 0) 0%,
          rgba(21, 21, 21, 0.2) 100%
  );
  z-index: -1;
}
.contact-bg .contactForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.2);
  padding: 1.2rem;
  background-color: var(--white-color);
}
.contact-bg .contactForm p {
  text-align: center;
}

.title-h3 {
  position: relative;
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  font-family: "QuicksandSemiBold";
  font-weight: bold;

  font-size: 1.2rem;
}

/*************************************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: var(--purple-color);
  --borderColor: var(--purple-color);
}

.banner-carousel ul.carousel-content {
  position: relative;
  width: 100%;
  height: 100vh;
}

.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: 100vh;
  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;
  /* max-width: 1320px;*/
}

@media screen and (max-width: 1080px) {
  .banner-carousel ul.carousel-content > li .carousel-contentMess {
    padding: 50px;
  }
}
.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;
  width: 100%;
}

.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 {
  position: relative;
  font-weight: bold;
  margin: 2rem 0;
  font-size: 2em;
  text-align: center;
  -webkit-text-stroke: 2px #ffa602;
  color: rgba(211, 211, 211, 0);
}
.banner-carousel ul.carousel-content li h2::before,
.banner-carousel ul.carousel-content li h1::before {
  position: absolute;
  content: attr(data-text);
  top: -5px;
  left: 4px;
  -webkit-text-stroke: 2px rgba(255, 166, 2, 0);
  white-space: nowrap;
}

@media screen and (min-width: 1081px) {
  .banner-carousel ul.carousel-content li h2 span,
  .banner-carousel ul.carousel-content li h1 span {
    font-family: "GALANOGROTESQUEDEMOBOLD";
  }
}
.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: white;
  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 {
  background: rgba(255, 255, 255, 0.6);
  width: 30px;
}

.banner-carousel ul.scroll li:hover {
  background: var(--purple-color);
}

.banner-carousel .new-nuka-btn {
  margin: 3rem 0;
  padding: 20px 120px;
  width: max-content;
  height: auto;
  white-space: nowrap;
}

@media screen and (max-width: 1320px) {
  .banner-carousel .new-nuka-btn {
    margin: 2em 0;
  }
}
.sideCarousel {
  overflow: unset;
}
.sideCarousel h2 {
  font-size: 1.4em;
}
.sideCarousel .operate {
  --backColor: rgba(84, 76, 121, 0.6);
  --borderColor: var(--purple-color);
}
.sideCarousel .operate.left {
  left: 0;
  transform: translateX(-80px);
}
.sideCarousel .operate.right {
  right: 0;
}

@media screen and (max-width: 1550px) and (min-width: 1081px) {
  .sideCarousel .operate.left {
    transform: translateX(-50px);
  }
}
.sideCarousel.banner-carousel ul.carousel-content li:first-child {
  opacity: 0;
  position: relative;
  z-index: -1;
  height: auto;
  width: 100%;
}

.sideCarousel.banner-carousel ul.carousel-content {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.sideCarousel.banner-carousel ul.scroll {
  bottom: 5px;
  left: 30%;
  width: max-content;
}
.sideCarousel.banner-carousel ul.scroll > li {
  --color: var(--black-color);
  border: 1px solid var(--color);
}
.sideCarousel.banner-carousel ul.scroll > li:hover {
  --color: var(--purple-color);
}

.sideCarousel {
  margin-top: 20px;
}
.sideCarousel ul.carousel-content li .carousel-contentMess {
  background: var(--white-color);
  position: relative;
  height: auto;
}
.sideCarousel ul.carousel-content li .carousel-contentMess a {
  font-size: 1em;
  color: var(--black-color);
  display: block;
  padding: 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;
}
.sideCarousel ul.carousel-content li .carousel-contentMess a:hover {
  color: var(--purple-color);
}
.sideCarousel ul.carousel-content li .carousel-contentMess h3 {
  margin: 0;
}
.sideCarousel ul.carousel-content li {
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: flex-start;
}

.related {
  position: relative;
  width: 100%;
}
.related li {
  position: relative;
  margin: 12px 0;
  border: 1px solid rgba(21, 21, 21, 0.2);
}
.related li a {
  position: relative;
  display: block;
  padding: 5px 10px;
  padding-left: 25px;
  color: var(--purple-color);
  background-color: var(--white-color);
  transition: all ease-in-out 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related li a::before {
  position: absolute;
  content: "\e923";
  font-family: icomoon;
  left: 15px;
}
.related li a:hover {
  color: var(--white-color);
  background-color: var(--purple-color);
}
.related .omit {
  padding-left: 10px;
  cursor: pointer;
}

@media screen and (min-width: 1081px) {
  .related {
    display: grid;
    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
  }
}

.row-picIntroduce {
  position: relative;
  padding: 10px;
  --imgWidth: 250px;
  margin: 20px 0;
}

@media screen and (min-width: 1081px) {
  .row-picIntroduce {
    display: grid;
    grid-template-columns: var(--imgWidth) auto;
    justify-content: space-between;
    align-items: center;
  }
}
.borderStyle {
  position: relative;
  border: 1px solid rgba(21, 21, 21, 0.2);
  padding: 5px 10px;
}

.tableStyle1 th,
.tableStyle1 td {
  border: 2px solid #fafafa;
  box-shadow: 1px 2px 6px 4px rgba(21, 21, 21, 0.2),
  inset 1px 2px 6px 4px rgba(38, 39, 38, 0.3);
}

.newStyle1 {
  position: relative;
  margin: 2rem 0;
}
.newStyle1 > ul {
  position: relative;
}
.newStyle1 > ul > li {
  position: relative;
  margin: 2rem 0;
}
.newStyle1 h4 {
  color: var(--light-purple-color);
  margin: 10px 0;
}

@media screen and (min-width: 1081px) {
  .newStyle1 > ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, 40%);
    justify-content: space-between;
  }
  .newStyle1 > img {
    position: absolute;
    left: 39%;
    top: 40%;
    width: 20%;
  }
}
.newStyle2 {
  position: relative;
  border: 2px solid var(--light-purple-color);
}
.newStyle2 > * {
  margin-left: 10px;
  margin-right: 10px;
}
.newStyle2 .title {
  background-color: var(--light-purple-color);
  color: var(--white-color);
  margin: 0 0 10px 0;
  padding: 5px 10px;
  text-align: center;
}

.newStyle3 > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newStyle3 .floatMess {
  position: absolute;
  width: calc(100% - 90px);
  top: 26%;
}

.newStyle4 {
  position: relative;
  margin: 0px;
}
.newStyle4 > div {
  padding: 16px 20px;
}
.newStyle4 > .col-md-6:nth-child(1)::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 49%;
  left: 0;
  z-index: -1;
  box-shadow: 1px 2px 8px 4px rgba(221, 221, 221, 0.9);
}
.newStyle4 > .col-md-6:nth-child(2)::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 49%;
  left: 51%;
  z-index: -1;
  box-shadow: 1px 2px 8px 4px rgba(221, 221, 221, 0.9);
}
.newStyle4 > .col-md-12::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
  box-shadow: 1px 2px 8px 4px rgba(221, 221, 221, 0.9);
}


.newStyle4 {
  position: relative;
}
.newStyle4 > div {
  padding: 16px 20px;
}
.newStyle4 > .col-md-4:nth-child(1)::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 32%;
  left: 0.5%;
  z-index: -1;
  box-shadow: 1px 2px 8px 4px rgba(221, 221, 221, 0.9);
}
.newStyle4 > .col-md-4:nth-child(2)::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 32%;
  left: 33.5%;
  z-index: -1;
  box-shadow: 1px 2px 8px 4px rgba(221, 221, 221, 0.9);
}
.newStyle4 > .col-md-4:nth-child(3)::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: 32%;
  left: 66.6%;
  z-index: -1;
  box-shadow: 1px 2px 8px 4px rgba(221, 221, 221, 0.9);
}
@media (max-width:768px){
  .newStyle4 > div::before {
    display: none;
  }
}


.newStyle5 {
  position: relative;
  --childWidth: 32%;
  margin: 2rem 0;
}
.newStyle5 > div {
  position: relative;
  background-color: var(--white-color);
  border: 10px solid #bbadd1;
  margin-bottom: 1em;
}
.newStyle5 > div .title {
  text-align: center;
  background-color: #bbadd1;
}
.newStyle5 > div .content {
  padding: 10px;
  height: content-box;
}

@media screen and (min-width: 1081px) {
  .newStyle5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}

.newStyle6 {
  position: relative;
  margin: 2rem 0;
  --childWidth: 49%;
}
.newStyle6 > div {
  position: relative;
  background-color: #dedede;
  padding: 1rem;
}

.newStyle7 {
  position: relative;
  --childWidth: 32%;
}
.newStyle7 > div {
  position: relative;
  border-radius: 4px;
  background-color: #c8c5df;
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 1081px) {
  .newStyle6 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }

  .newStyle7 {
    display: flex;
    flex-basis: var(--childWidth);
    justify-content: center;
  }
  .newStyle7 > div {
    margin: 1rem;
  }
  .newStyle7 > div::before {
    position: absolute;
    content: "";
    bottom: 100%;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #c8c5df;
    left: calc(50% - 1rem);
  }
  .newStyle7 > div:nth-child(2)::before {
    bottom: auto;
    top: 100%;
    border-bottom: none;
    border-top: 1rem solid #c8c5df;
  }
}
.backColor-style {
  position: relative;
  padding: 1rem;
  background-color: #dedede;
}

.margin {
  margin: 1rem 0;
}

.newStyle8 {
  margin: 2rem 0;
  --childWidth: 33.3333%;
}
.newStyle8 > div {
  position: relative;
  border: 1px solid #c8c5df;
}
.newStyle8 > div img {
  vertical-align: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.newStyle8 .word {
  padding: 1rem;
}
.newStyle9 {
  position: relative;
  margin: 2rem 0;
  --childWidth: 32%;
}
.newStyle9 > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newStyle9 > div .title {
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--light-purple-color);
}
.newStyle9 > div .word {
  position: relative;
  margin-top: 1em;
  padding: 1em;
  background-color: #dedede;
}
.newStyle10 {
  position: relative;
  margin: 2rem 0;
  width: 100%;
  --childWidth: 24%;
}
.newStyle10 > div {
  position: relative;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 1081px) {
  .newStyle8,
  .newStyle9,
  .newStyle10 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}

.newStyle11 {
  position: relative;
  --childWidth: 23%;
}
.newStyle11 > div {
  position: relative;
  padding: 2em;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
  aspect-ratio: 1;
  width: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 1081px) {
  .newStyle11 {
    display: flex;
    flex-basis: var(--childWidth);
    justify-content: center;
  }
  .newStyle11 > div {
    margin: 1em;
  }
  .newStyle11 > div:not(:last-child)::before {
    position: absolute;
    content: "";
    background-image: url("../images/1-3-2-3-3-perinatal-toxicity-evaluation-2.jpg");
    width: 3rem;
    aspect-ratio: 1;
    left: calc(100% - 0.5rem);
    background-size: cover;
    z-index: 1;
  }
}

.backImg-style {
  position: relative;
  background-image: url("../images/1-3-2-5-local-toxicity-evaluation-4.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  padding: 2em;
}

.row-list {
  position: relative;
  --childWidth: 45%;
  width: 100%;
}

@media screen and (min-width: 1081px) {
  .row-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}

.newStyle12 {
  position: relative;
  border-radius: 5rem;
  border: 2px solid #c8c5df;
  padding: 1.5em;
  margin: 3rem 0;
}
.newStyle12 .title {
  position: absolute;
  top: -1em;
  background-color: var(--light-purple-color);
  padding: 0.5em 1em;
  color: var(--white-color);
  font-weight: bold;
  border-radius: 2px;
}

.title-tag {
  position: relative;
  --left: 2rem;
  padding-left: calc(var(--left) + 0.5rem);
  --top: auto;
  --tagSrc: url(../images/1-3-3-1-3-in-vitro-permeability-and-transporter-studies-3.jpg);
  margin: 1rem 0;
}
.title-tag::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: var(--tagSrc);
  background-repeat: no-repeat;
  width: var(--left);
  aspect-ratio: 1;
  left: 0;
  top: var(--top);
  background-size: cover;
}
.new-line {
  padding-bottom: 0.8em;
  margin-bottom: 0.1em;
}
.new-line::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: url(../images/2-1-3-7-4-pseudotyped-viral-vector-development-platform-2-1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.newStyle-row .title-tag {
  margin-top: 0;
}

.newStyle13 {
  margin: 2rem 0;
  --childWidth: 50%;
}
.newStyle13 > div {
  position: relative;
}
.newStyle13 > div img {
  vertical-align: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.newStyle13 .word {
  padding: 1.5em;
  background-color: #e1deec;
}
.newStyle13.img-auto > div img {
  width: auto;
  height: auto;
}

.newStyle14 {
  position: relative;
  margin: 2rem 0;
  --childWidth: 24%;
}
.newStyle14 .articulate {
  position: relative;
  border-left: 3px solid var(--black-color);
  border-right: 3px solid var(--black-color);
  width: 50%;
  height: 1.5em;
}
.newStyle14 .articulate::before,
.newStyle14 .articulate::after {
  position: absolute;
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--white-color);
  bottom: -10px;
}
.newStyle14 .articulate::before {
  left: -6px;
}
.newStyle14 .articulate::after {
  right: -6px;
}
.newStyle14 > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newStyle14 .title {
  position: relative;
  width: max-content;
  padding: 0.3em 1.2em;
  background-color: #c8c5df;
}
.newStyle14 .word {
  padding: 1.2em 0.5em 1.2em 1.2em;
  height: calc(100% - 5em);
  background-color: #c8c5df;
  width: 100%;
}

@media screen and (min-width: 1081px) {
  .newStyle13,
  .newStyle14 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}
.float-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.float-list > li {
  position: relative;
  width: max-content;
  min-width: 50%;
}

.newStyle16 {
  position: relative;
  --childWidth: 33%;
  margin: 1rem 0;
}

@media screen and (min-width: 1081px) {
  .newStyle16 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
  .newStyle16 > li:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .newStyle16 > li:nth-child(2) img {
    width: 100%;
  }
  .newStyle16 > li:nth-child(3),
  .newStyle16 > li:nth-child(4),
  .newStyle16 > li:nth-child(7),
  .newStyle16 > li:nth-child(8) {
    border: 1px solid rgba(21, 21, 21, 0.2);
    padding: 0.2em 0.6em;
  }
}

.newStyle17 {
  position: relative;
  margin: 2rem 0;
}
.newStyle17 .title {
  position: relative;
  background-color: #c8c6de;
  padding: 0.2em 1em;
}
.newStyle17 .row-layout div {
  margin-bottom: 1rem;
}

.newStyle18 {
  position: relative;
  --childWidth: 32%;
  margin: 2rem 0 3rem 0;
}
.newStyle18 > div {
  position: relative;
  border-radius: 2em;
  border: 2px solid #c8c6de;
  margin-top: 5em;
  display: flex;
  justify-content: center;
  --icon: url(../images/newStyle18-icon1.png);
}
.newStyle18 .title {
  position: absolute;
  padding: 1em;
  aspect-ratio: 1;
  background-color: #c8c6de;
  width: 9em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--white-color);
  top: -4em;
  box-shadow: 1px 4px 5px 3px rgba(21, 21, 21, 0.6);
}
.newStyle18 .title::before {
  position: absolute;
  content: "";
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-size: cover;
  width: 2em;
  top: 1em;
  display: block;
  aspect-ratio: 1;
}
.newStyle18 .word {
  padding: 5em 1em;
}

@media screen and (min-width: 1081px) {
  .newStyle17 {
    display: flex;
    justify-content: center;
  }
  .newStyle17 .row-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc((100% - 205px) / 2));
    justify-content: space-between;
  }
  .newStyle17 .row-layout > div {
    margin: 1em 0;
  }
  .newStyle17 .img {
    position: absolute;
    top: 0;
    padding: 10px;
    width: 200px;
  }

  .newStyle18 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}

.newStyle19 {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.newStyle19 > div {
  padding: 1rem 30px;
  --backColor: #dce6f2;
}
.newStyle19 > div::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: calc(100% - 30px);
  left: 15px;
  background-color: var(--backColor);
  z-index: -1;
}

.newStyle20 {
  position: relative;
  --childWidth: 48%;
}
.newStyle20 .item {
  position: relative;
  margin: 2rem 0;
  border: 2px solid #c8c5df;
  padding: 3em 1em 1.2em 1em;
  display: flex;
  justify-content: center;
}
.newStyle20 .title {
  position: absolute;
  top: -0.6em;
  -webkit-clip-path: polygon(
          6% 0,
          94% 0,
          100% 19%,
          94% 19%,
          94% 80%,
          50% 100%,
          6% 80%,
          6% 19%,
          0 19%
  );
  clip-path: polygon(
          6% 0,
          94% 0,
          100% 19%,
          94% 19%,
          94% 80%,
          50% 100%,
          6% 80%,
          6% 19%,
          0 19%
  );
  background-color: #c8c5df;
  width: 90%;
  padding: 0.5em 1em 0.6em 1em;
  text-align: center;
}

@media screen and (min-width: 1081px) {
  .newStyle20 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}

.circle-line {
  position: relative;
  margin: 2em 0;
  width: 100%;
  height: 2px;
  background-color: #c7c4de;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-line::before,
.circle-line::after {
  position: absolute;
  content: "";
  width: 0.6em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #c7c4de;
}
.circle-line::before {
  left: 0;
}
.circle-line::after {
  right: 0;
}
.circle-line > p {
  position: absolute;
  width: 1.2em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #c7c4de;
  box-shadow: -15px 15px 6px 1px rgba(21, 21, 21, 0.3);
}

.newStyle21 {
  position: relative;
}
.newStyle21 .head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newStyle21 .head .img {
  position: relative;
  border-radius: 50%;
  padding: 0.4em;
  border: 1px solid rgba(21, 21, 21, 0.1);
  box-shadow: -10px 6px 8px 2px rgba(21, 21, 21, 0.3);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newStyle21 .head img {
  position: relative;
  display: block;
  padding: 0.4em;
  border-radius: 50%;
  width: 3em;
  aspect-ratio: 1;
  background-color: #c7c4de;
  box-shadow: inset -2px 2px 4px 2px rgba(38, 39, 38, 0.5);
}
.newStyle21 .content {
  position: relative;
  padding: 0.5em;
  border: 2px solid rgba(21, 21, 21, 0.1);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1em 0;
  box-shadow: -6px 3px 8px 6px rgba(21, 21, 21, 0.3);
}
.newStyle21 .content::before {
  position: absolute;
  content: "";
  width: 1em;
  aspect-ratio: 1;
  background-color: #fff;
}
.newStyle21 .content .title {
  width: 100%;
}
.newStyle21 .content.top::before {
  border-top: 2px solid rgba(21, 21, 21, 0.1);
  border-left: 2px solid rgba(21, 21, 21, 0.1);
  transform: rotateZ(45deg);
  top: -0.6em;
}
.newStyle21 .content.bottom::before {
  border-top: 2px solid rgba(21, 21, 21, 0.1);
  border-left: 2px solid rgba(21, 21, 21, 0.1);
  transform: rotateZ(-135deg);
  bottom: -0.6em;
}

@media screen and (min-width: 1081px) {
  .newStyle21.row-layout {
    justify-content: space-between;
  }
  .newStyle21.row-layout > div {
    width: 48%;
  }
  .newStyle21.row-layout .center-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.newStyle22 {
  position: relative;
  --childWidth: 23%;
  margin: 1rem 0;
}
.newStyle22 > div {
  position: relative;
  box-shadow: -1px 1px 4px 3px rgba(21, 21, 21, 0.3);
  padding: 0.5em 1em;
  border-radius: 4px;
  background-color: #e6e0ec;
  margin: 1em 0;
}
.newStyle22 > div .ServiceShowPic {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1081px) {
  .newStyle22 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}
.table-responsive {
  position: relative;
  overflow-x: auto;
}

.newStyle-row {
  position: relative;
  margin: 2rem 0;
  --childWidth: 32%;
}
.newStyle-row > div {
  margin: 1em 0;
}
@media screen and (min-width: 1081px) {
  .newStyle-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}
.newStyle-border1 {
  position: relative;
  padding: 0.5em 1em;
  background: linear-gradient(to bottom, #aaaaaa, #353434);
}
.newStyle-border1 > * {
  position: relative;
  z-index: 2;
}
.newStyle-border1::before {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: var(--white-color);
  left: 2px;
  top: 2px;
  z-index: 1;
}

.newStyle-border2 {
  padding: 0.5em 1em;
  border-radius: 3em;
  border: 2px solid var(--light-purple-color);
}

.rhombusList {
  position: relative;
}
.rhombusList li {
  position: relative;
  padding-left: 20px;
}
.rhombusList li::before {
  position: absolute;
  content: "\e9f4";
  font-family: icomoon;
  left: 0;
}

.newStyle23 {
  position: relative;
  --childWidth: 48%;
}
.newStyle23 > li {
  position: relative;
  list-style: disc;
  margin-left: 1em;
  margin-top: 1em;
}

@media screen and (min-width: 1081px) {
  .newStyle23,
  .newStyle24 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}
.newStyle24 {
  position: relative;
  margin: 2rem 0;
  --childWidth: 19%;
}
.newStyle24 > li {
  position: relative;
  --linear: linear-gradient(to right, #aea8cb, #aea8ce);
  --child-linear: linear-gradient(to right, #dbd9e7, #cecbdf);
  --height: 5em;
  --child-height: 15em;
  --word: "1";
}
.newStyle24 > li .title {
  position: relative;
  padding: 0.5em 1em;
  text-align: center;
  background: var(--linear);
  color: var(--white-color);
  height: var(--height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.newStyle24 > li .title::before {
  position: absolute;
  content: "";
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--child-linear);
  top: -30%;
  box-shadow: 0 2px 1px 4px var(--white-color);
}
.newStyle24 > li .content {
  position: relative;
  padding: 2em 0.5em;
  -webkit-clip-path: polygon(
          90% 10%,
          90% 0,
          100% 50%,
          90% 100%,
          90% 90%,
          0 90%,
          0 10%
  );
  clip-path: polygon(90% 10%, 90% 0, 100% 50%, 90% 100%, 90% 90%, 0 90%, 0 10%);
  background: var(--linear);
  width: 110%;
  color: var(--white-color);
  padding-left: 1.5em;
  padding-right: 1em;
  height: var(--child-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9em;
}
.newStyle24 > li:not(:first-child) .content {
  -webkit-clip-path: polygon(
          90% 10%,
          90% 0,
          100% 50%,
          90% 100%,
          90% 90%,
          0 90%,
          8% 50%,
          0 10%
  );
  clip-path: polygon(
          90% 10%,
          90% 0,
          100% 50%,
          90% 100%,
          90% 90%,
          0 90%,
          8% 50%,
          0 10%
  );
}
.newStyle24 > li:nth-child(1) {
  z-index: 20;
}
.newStyle24 > li:nth-child(2) {
  --linear: linear-gradient(to right, #9a94b9, #7e71b5);
  --child-linear: linear-gradient(to right, #8f86b8, #8a7fb7);
  z-index: 19;
  --word: "2";
}
.newStyle24 > li:nth-child(3) {
  --linear: linear-gradient(to right, #7e71b5, #6e5da9);
  --child-linear: linear-gradient(to right, #7768b0, #7465ae);
  z-index: 18;
  --word: "3";
}
.newStyle24 > li:nth-child(4) {
  --linear: linear-gradient(to right, #6e5da9, #61569a);
  --child-linear: linear-gradient(to right, #695aa3, #6659a0);
  z-index: 17;
  --word: "4";
}
.newStyle24 > li:nth-child(5) {
  --linear: linear-gradient(to right, #61569a, #61559c);
  --child-linear: linear-gradient(to right, #61569b, #61569b);
  z-index: 17;
  --word: "5";
}

.newStyle25 {
  position: relative;
  --childWidth: 19.8%;
  margin: 2rem 0;
}
.newStyle25 > li {
  position: relative;
  padding: 1em 0.5em;
  -webkit-clip-path: polygon(
          90% 10%,
          90% 0,
          100% 50%,
          90% 100%,
          90% 90%,
          0 90%,
          0 10%
  );
  clip-path: polygon(90% 10%, 90% 0, 100% 50%, 90% 100%, 90% 90%, 0 90%, 0 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white-color);
  --linear: linear-gradient(to right, #aea8cb, #aea8ce);
  background: var(--linear);
  width: 106%;
  font-weight: bold;
}
.newStyle25 > li:not(:first-child) {
  -webkit-clip-path: polygon(
          90% 10%,
          90% 0,
          100% 50%,
          90% 100%,
          90% 90%,
          0 90%,
          8% 50%,
          0 10%
  );
  clip-path: polygon(
          90% 10%,
          90% 0,
          100% 50%,
          90% 100%,
          90% 90%,
          0 90%,
          8% 50%,
          0 10%
  );
}
.newStyle25 > li:nth-child(2) {
  --linear: linear-gradient(to right, #9a94b9, #7e71b5);
  z-index: 19;
}
.newStyle25 > li:nth-child(3) {
  --linear: linear-gradient(to right, #7e71b5, #6e5da9);
  z-index: 18;
}
.newStyle25 > li:nth-child(4) {
  --linear: linear-gradient(to right, #6e5da9, #61569a);
  z-index: 17;
}
.newStyle25 > li:nth-child(5) {
  --linear: linear-gradient(to right, #61569a, #61559c);
  z-index: 17;
}

@media screen and (min-width: 1081px) {
  .newStyle25,
  .newStyle26 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}
.newStyle26 {
  position: relative;
  --childWidth: 16.6%;
  --back-img: url(../images/1-1-diagnostics-development-services-3.jpg);
}
.newStyle26 > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.3;
  background: var(--back-img);
  background-size: auto 109px;
  background-repeat: no-repeat;
  font-size: 0.7em;
  padding-right: 2em;
}
.newStyle26 > li p {
  position: relative;
  padding-left: 0.5em;
  padding-right: 2em;
  line-height: 1.2em;
  text-align: center;
  color: var(--light-purple-color);
  font-weight: bold;
}
.newStyle26 > li:nth-child(2) {
  background-position-x: -148px;
}
.newStyle26 > li:nth-child(3) {
  background-position-x: -295px;
}
.newStyle26 > li:nth-child(4) {
  background-position-x: -442px;
}
.newStyle26 > li:nth-child(5) {
  background-position-x: -590px;
}
.newStyle26 > li:nth-child(6) {
  background-position-x: -739px;
}

.newStyle27 {
  position: relative;
  --childWidth: 19%;
  --height: 7em;
  margin: 2rem 0;
}
.newStyle27 > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  --linear: linear-gradient(to right, #aea8cb, #aea8ce);
}
.newStyle27 > li .content {
  position: relative;
  padding: 2em 0.5em;
  -webkit-clip-path: polygon(
          90% 10%,
          90% 0,
          100% 50%,
          90% 100%,
          90% 90%,
          0 90%,
          0 10%
  );
  clip-path: polygon(90% 10%, 90% 0, 100% 50%, 90% 100%, 90% 90%, 0 90%, 0 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white-color);
  background: var(--linear);
  width: 106%;
  font-weight: bold;
  height: var(--height);
  padding-left: 1em;
}
.newStyle27 > li:not(:first-child) .content {
  -webkit-clip-path: polygon(
          90% 10%,
          90% 0,
          100% 50%,
          90% 100%,
          90% 90%,
          0 90%,
          8% 50%,
          0 10%
  );
  clip-path: polygon(
          90% 10%,
          90% 0,
          100% 50%,
          90% 100%,
          90% 90%,
          0 90%,
          8% 50%,
          0 10%
  );
}
.newStyle27 > li:nth-child(2) {
  --linear: linear-gradient(to right, #9a94b9, #7e71b5);
  z-index: 19;
}
.newStyle27 > li:nth-child(3) {
  --linear: linear-gradient(to right, #7e71b5, #6e5da9);
  z-index: 18;
}
.newStyle27 > li:nth-child(4) {
  --linear: linear-gradient(to right, #6e5da9, #61569a);
  z-index: 17;
}
.newStyle27 > li:nth-child(5) {
  --linear: linear-gradient(to right, #61569a, #61559c);
  z-index: 17;
}
.newStyle28 {
  position: relative;
  --childWidth: 20%;
}
.newStyle28 > li {
  position: relative;
  border: 15px solid transparent;
  font-size: 0.9em;
  text-align: center;
  border-image-slice: 70;
  border-image-repeat: stretch;
  border-image-outset: 0;
  border-image-width: 6;
  --bg-img: url(../images/workflow-border1.jpg);
  border-image-source: var(--bg-img);
  border-image-repeat: initial;
  width: 100%;
  aspect-ratio: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.2em 2.2em 0.2em 1em;
  line-height: 1.2em;
  color: var(--light-purple-color);
}
.newStyle28 > li:nth-child(2) {
  --bg-img: url(../images/workflow-border2.jpg);
}
.newStyle28 > li:nth-child(3) {
  --bg-img: url(../images/workflow-border3.jpg);
}
.newStyle28 > li:nth-child(4) {
  --bg-img: url(../images/workflow-border4.jpg);
}
.newStyle28 > li:nth-child(5) {
  --bg-img: url(../images/workflow-border5.jpg);
}

@media screen and (min-width: 1081px) {
  .newStyle27,
  .newStyle28 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}

.newStyle29 {
  position: relative;
  --childWidth: 23%;
  margin: 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5em;
}
.newStyle29 .head {
  position: relative;
  background-color: #fdeada;
  padding: 0.5em 1em;
  box-shadow: 2px 2px 4px 3px rgba(21, 21, 21, 0.3);
}
.newStyle29 ul {
  position: relative;
  width: 100%;
}
.newStyle29 ul > li {
  position: relative;
  --bg-color: #ecf0df;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newStyle29 ul > li .title {
  position: relative;
  padding: 0.5em 1em;
  background-color: var(--bg-color);
  box-shadow: -1px 2px 4px 3px rgba(21, 21, 21, 0.3);
  font-weight: bold;
}
.newStyle29 ul > li .content {
  position: relative;
  background-color: var(--bg-color);
  width: 100%;
  padding: 0.5em 1em;
  height: 12em;
  margin-top: 2em;
  box-shadow: -1px 2px 4px 3px rgba(21, 21, 21, 0.3);
}
.newStyle29 ul > li:nth-child(2) {
  --bg-color: #dce5f2;
}
.newStyle29 ul > li:nth-child(3) {
  --bg-color: #e6e0ec;
}
.newStyle29 ul > li:nth-child(4) {
  --bg-color: #fdeada;
}

@media screen and (min-width: 1081px) {
  .newStyle29 .head {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-7.8em);
  }
  .newStyle29 .head::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 3em;
    background-color: var(--darkBlack-color);
    top: 100%;
  }
  .newStyle29 > ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
  .newStyle29 > ul > li::before {
    position: absolute;
    content: "";
    height: 110%;
    width: 2px;
    background-color: var(--darkBlack-color);
    bottom: 0;
  }
  .newStyle29 > ul::before {
    position: absolute;
    content: "";
    top: -1.8em;
    left: 11.5%;
    width: calc(100% - 23%);
    height: 2px;
    background-color: var(--darkBlack-color);
  }
}

.title-background {
  position: relative;
  padding: 0.3em 1em;
  background-color: var(--light-purple-color);
  color: var(--white-color);
  text-align: center;
}

.newStyle30 {
  position: relative;
  display: flex;
  justify-content: center;
}
.newStyle30 img {
  width: 90%;
}
.newStyle30 .content {
  position: absolute;
  width: 82%;
  justify-content: space-between;
  bottom: 7em;
  display: flex;
  text-align: center;
}
.newStyle30 .content > li {
  width: 15em;
  padding: 0.5em;
}
.newStyle30 .content > li:last-child {
  transform: translateX(2em);
}

.newStyle-border3 {
  padding: 0.5em 1em;
  border-radius: 2px;
  border: 2px solid var(--light-purple-color);
}

.tableStyle2 {
  border: none;
}
.tableStyle2 tr {
  border: none;
}
.tableStyle2 tr:last-child td {
  border-bottom: 2px solid var(--light-purple-color);
}
.tableStyle2 th {
  text-align: center;
  background-color: var(--white-color);
  color: var(--black-color);
  border-top: 2px solid var(--light-purple-color);
  border-right: 2px dashed var(--light-purple-color);
  border-left: 2px dashed var(--light-purple-color);
  /*  &:not(:last-child) {
      border-right: 1px dashed var(--light-purple-color);
    }*/
}
.tableStyle2 td {
  border: 2px dashed var(--light-purple-color);
}

.newStyle-row .ServiceShowPic {
  margin: 0;
}

.newstyleProduct1 .img {
  position: relative;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  border: 3px solid rgba(105, 89, 161, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.newstyleProduct1 .img img {
  width: 70%;
  aspect-ratio: 1;
  vertical-align: top;
  border-radius: 50%;
  object-fit: cover;
}
.newstyleProduct1 > div p {
  text-align: center;
}

.select-list {
  position: relative;
  box-shadow: 1px -2px 6px 4px rgba(21, 21, 21, 0.4);
}
.select-list > li {
  position: relative;
  padding: 0.2em 1em;
}
.select-list > li select {
  position: relative;
  padding: 0.5em;
  width: 100%;
  border: 1px solid rgba(21, 21, 21, 0.3);
  border-radius: 4px;
  outline: none;
}
.select-list > li form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 1081px) {
  .select-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 32%);
    justify-content: space-between;
  }
}
.product-select {
  position: relative;
  width: 100%;
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 4px 4px 0 0;
}
.product-select .search {
  position: relative;
  background-color: var(--white-color);
  display: flex;
  border-radius: 2px;
}
.product-select .search input {
  position: relative;
  border: none;
  background: none;
  padding: 0.5em 1em;
  outline: none;
  width: calc(100% - 2em);
  font-size: 1rem;
}
.product-select .search button {
  color: var(--light-purple-color);
  border: none;
  background: none;
  width: 2em;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
  font-size: 1rem;
}
.product-select .search button:hover {
  color:var(--active-color);
}
.product-select .newBtn {
  padding: 0.1em 0.8em;
  white-space: nowrap;
  font-size: 0.9em;
  margin: 0.5em 0;
  margin-right: 10px;
  width: 100%;
  text-align: center;
}
.product-select table td .row-layout {
  display: flex;
  flex-direction: column;
}
.product-select .select-list {
  position: relative;
  background-color: rgba(21, 21, 21, 0.1);
  padding: 1em 0;
}
.product-select table {
  margin-top: 0;
}
.product-select table th {
  white-space: nowrap;
}
.product-select table td a[href] {
  color: var(--light-purple-color);
}
.product-select table td a[href]:hover {
  color:var(--active-color);
}
.product-select table tbody tr:nth-child(odd) > td {
  background-color: #e6e0ec;
}
.product-select table tbody td:first-child {
  white-space: nowrap;
}

.product-picRowText {
  position: relative;
}
.product-picRowText .content {
  position: relative;
}
.product-picRowText .content table {
  margin: 0;
  /*    tbody {
        td:first-child {
          width: 22%;
        }
      }*/
}
.product-picRowText .img {
  position: relative;
  border: 1px solid rgba(21, 21, 21, 0.1);
  display: flex;
  justify-content: center;
}
.product-picRowText .img img {
  vertical-align: top;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: auto;
}
.product-picRowText .icon-pdf {
  position: relative;
  font-size: 1.3em;
  margin-left: 0.5em;
}
.product-picRowText .icon-pdf::before {
  content: "\e94a";
  font-family: icomoon;
  color: var(--red-color);
}

@media screen and (min-width: 1081px) {
  .product-picRowText {
    display: grid;
    grid-template-columns: 70% 28%;
    justify-content: space-between;
  }
}
.product-title {
  padding: 0.5em 1em;
  color: var(--white-color);
  background-color: var(--light-purple-color);
}

.label-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, 23%);
  justify-content: space-between;
}

.newStyle31 {
  position: relative;
  --childWidth: 32%;
  margin: 2rem 0 3rem 0;
}
.newStyle31 > div {
  position: relative;
  border-radius: 2em;
  border: 2px solid #c8c6de;
  margin-top: 5em;
  display: flex;
  justify-content: center;
}
.newStyle31 .title {
  position: absolute;
  padding: 1em;
  aspect-ratio: 1;
  background-color: #c8c6de;
  width: 9em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  top: -4em;
  box-shadow: 1px 4px 5px 3px rgba(21, 21, 21, 0.6);
}
.newStyle31 .word {
  padding: 5em 1em;
}

@media screen and (min-width: 1081px) {
  .newStyle31 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}

.newStyle32 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2em 0;
}
.newStyle32 > p {
  position: relative;
  border-radius: 1em;
  box-shadow: 1px -2px 6px 3px rgba(21, 21, 21, 0.1);
  margin: 0.5em 5px;
  padding: 0.5em 1em;
  text-align: center;
  background: linear-gradient(to bottom, rgba(222, 222, 222, 0.2), #d9d2f4);
}

@media screen and (min-width: 1081px) {
  .newStyle32 > p {
    width: 23%;
  }
}

.fixed-row {
  position: relative;
  display: grid;
  --childWidth: 20%;
  grid-template-columns: repeat(auto-fill, var(--childWidth));
  text-align: center;
}

.newStyle33 {
  position: relative;
}
.newStyle33 > div {
  position: relative;
  border: 15px solid transparent;
  padding: 0 15px 10px;
  border-image-slice: 100;
  border-image-repeat: stretch;
  border-image-outset: 0;
  border-image-width: 6;
  --bg-img: url(../images/newStyle-border.png);
  border-image-source: var(--bg-img);
  border-image-repeat: initial;
}

.lavender-table th {
  background-color: #c8c3df;
  border: 1px solid rgba(21, 21, 21, 0.1);
  color: #3d3d3d;
}

.newStyle34 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.newStyle34 > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2em 0;
}
.newStyle34 > div img {
  width: 2em;
  position: absolute;
  top: 0;
}
.newStyle34 > div:not(:last-child) {
  margin-right: 28px;
}
.newStyle34 > div:not(:last-child)::before {
  position: absolute;
  content: "";
  /*background-image: url("../images/rare-disease-target-identification-services-2-pic5.jpg");*/
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 10px;
  left: calc(100% + 5px);
}
.newStyle34 .content {
  position: relative;
  padding: 1em;
  border-radius: 6px;
  background-color: #c8c3df;
  width: 11em;
  font-size: 0.7em;
  line-height: 1.8em;
  text-align: center;
}
.newStyle34 .item-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  /*width: 30em;*/
}
.newStyle34 .item-row > li {
  margin: 0.5em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.newStyle34 .item-row > li:not(:nth-child(3n)) {
  margin-right: 20px;
}
.newStyle34 .item-row > li:not(:nth-child(3n))::before {
  position: absolute;
  content: "";
  background-image: url("../images/rare-disease-target-identification-services-2-pic4.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 10px;
  left: 100%;
}

.newStyle35 {
  --arrow: url("../images/animal-models-development-service-9-pic.jpg");
  --arrow-top: 28%;
  --arrow-left: 100%;
  width: 100%;
}
.newStyle35 > div {
  position: relative;
  font-size: 0.9em;
}
.newStyle35 > div:not(:last-child)::after {
  position: absolute;
  content: "";
  background-image: var(--arrow);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 10px;
  left: var(--arrow-left);
  top: var(--arrow-top);
}

.newStyle36 {
  position: relative;
  --arrow: url("../images/gene-therapy-development-workflow-3-pic.jpg");
  --height: 12em;
  --arrowheight: 3em;
}
.newStyle36 > .item {
  position: relative;
  --img: url(../images/antibody-therapy-development-workflow-2-pic.jpg);
  padding-left: 7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: var(--height);
}
.newStyle36 > .item::before {
  position: absolute;
  content: "";
  width: 5em;
  aspect-ratio: 1;
  background-image: var(--img);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  left: 0;
}
.newStyle36 > .item:not(:last-child)::after {
  position: absolute;
  content: "";
  background-image: var(--arrow);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  width: 27px;
  height: var(--arrowheight);
  top: 85%;
  left: 1.8em;
}
.circle-img-content {
  position: relative;
  margin: 2rem 0;
  --childWidth: 24%;
}
.circle-img-content > div {
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.circle-img-content .img {
  position: relative;
  border: 2px solid #c9c5db;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 6em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-img-content .img img {
  vertical-align: top;
  width: 60%;
  border-radius: 50%;
  aspect-ratio: 1;
}

@media screen and (min-width: 1081px) {
  .circle-img-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}

.product-list-table {
  position: relative;
  margin: 3rem 0;
  width: 100%;
}
.product-list-table .row-layout {
  display: grid;
  grid-template-columns: auto 10rem;
  --childWidth: 48%;
}
.product-list-table .row-layout > ul {
  position: relative;
}
.product-list-table .row-layout > ul > li {
  margin: 0.5rem 0;
  position: relative;
}
.product-list-table .row-layout > ul > li a {
  color: var(--light-purple-color);
  display: inline-flex;
}
.product-list-table .row-layout > ul > li a:hover {
  color: var(--Green-color);
}
.product-list-table .row-layout > ul > li p {
  margin: 0;
  padding: 0;
  margin-left: 0.2rem;
  display: inline-block;
}
.product-list-table .row-layout > ul > li:first-child {
  display: block;
}
.product-list-table .row-layout > div {
  position: relative;
}
.product-list-table > div {
  position: relative;
  padding: 1rem 0;
  --color: var(--light-blue-color);
  transition: all ease-in-out 0.4s;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
  box-shadow: 1px 2px 6px 8px rgba(21, 21, 21, 0);
  margin-bottom: 0.5em;
}
.product-list-table > div .operate {
  position: relative;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
}
.product-list-table > div .operate .newBtn {
  width: auto;
  text-align: center;
  margin: 10px 0;
}
.product-list-table > div:hover {
  --color: var(--light-purple-color);
  border-top: 1px solid var(--light-purple-color);
}

@media screen and (max-width: 1150px) {
  .product-list-table > div .row-layout > ul {
    max-width: unset;
  }
}
@media screen and (min-width: 1151px) {
  .product-list-table .row-layout > ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
  .product-list-table .row-layout > ul > li:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media screen and (min-width: 1081px) {
  .detail-table td {
    word-break: break-all;
  }
}

.newStyle39 {
  position: sticky;
  top: 100px;
  padding-bottom: 0.8em;
  border-bottom: 2px solid var(--light-purple-color);
  background-color: var(--white-color);
  z-index: 100;
}
.newStyle39 > li {
  position: relative;
  background-color: #816fc0;
  color: var(--white-color);
  padding: 0.5em 1em;
  margin-top: 1em;
  border-radius: 4px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.2em;
}
.newStyle39 > li:hover {
  color: #e3a34f;
}

.textRow {
  display: flex;
}
.textRow > * {
  margin-right: 10px;
}

.inquiry-form .tip {
  color: red;
}

.newStyle-row2 {
  position: relative;
  --child-width: 40% 58%;
  margin: 1em 0;
}
.newStyle-row2 > div img {
  vertical-align: top;
  margin-top: 0.8em;
}

@media screen and (min-width: 1081px) {
  .newStyle-row2 {
    display: grid;
    grid-template-columns: var(--child-width);
    justify-content: space-between;
  }
}

.solution-footer {
  position: relative;
  margin: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8% 5% 8% 1%;
  --color: var(--light-purple-color);
}
.solution-footer::before {
  position: absolute;
  left: 0;
  content: "";
  height: 90%;
  width: 50%;
  border-radius: 4px;
  border: 8px solid var(--color);
  z-index: 0;
}
.solution-footer::after {
  position: absolute;
  right: 0;
  border-radius: 4px;
  content: "";
  background-color: var(--color);
  height: 90%;
  width: 30%;
  z-index: 0;
}
.solution-footer .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 2.5;
}
.solution-footer .img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.solution-footer .content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 4%;
  width: 20em;
  height: 100%;
  max-width: 100%;
  padding: 2em;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white-color);
  background-color: var(--color);
}
.solution-footer .content .title {
  position: relative;
  color: var(--white-color);
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
}
.solution-footer .content .title::before {
  content: "\e960";
  font-size: 1.2em;
  font-family: "icomoon";
  margin-right: 10px;
}

.newStyle37 {
  position: relative;
  --child-width: 49%;
}
.newStyle37 > div {
  position: relative;
  --backColor: #dce6f2;
  background-color: var(--backColor);
  padding: 0.5em 1.5em;
  margin: 1em 0;
}

@media screen and (min-width: 1081px) {
  .newStyle37 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--child-width));
    justify-content: space-between;
  }
}
.border-dashed {
  border: 1px dashed var(--purple-color);
  border-radius: 4px;
  padding: 0.5em 1em;
  margin: 1em 0;
}
.newStyle-row2.border-dashed {
  padding: 0;
}
svg a {
  fill: var(--purple-color);
}

.newStyle38 {
  position: relative;
  --childWidth: 32%;
  margin: 2rem 0 3rem 0;
}
.newStyle38 > div {
  position: relative;
  border-radius: 1em;
  background-color: #f4f7ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newStyle38 .title {
  position: relative;
  padding: 10px;
  color: var(--white-color);
  border-radius: 4px;
}
.newStyle38 .title p {
  margin-bottom:0px;
}
.newStyle38 .title .content {
  color: var(--text-color);
}
.newStyle38 .title .content img{
  margin-right: 20px;
}
.newStyle38 .title img{
  margin-right: 20px;
}
.newStyle38 .title a {
  color: var(--purple-color);
  transition: all ease-in-out 0.4s;
}
.newStyle38 .title a:hover {
  color:var(--active-color);
}
.newStyle38 .word {
  padding: 0 2em 0.5em 2em;
}

@media screen and (min-width: 1081px) {
  .newStyle38 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
}

.newStyle40 {
  position: relative;
  margin: 1em 0;
}
.newStyle40 .title {
  position: relative;
  border-radius: 8px;
  background-color: var(--light-purple-color);
  padding: 0.5em 1em;
  color: var(--white-color);
  margin: 1em 0;
  z-index: 2;
}
.newStyle40 .content {
  border-radius: 8px;
  padding: 0.5em 1em;
  border: 2px solid var(--light-purple-color);
  background-color: var(--white-color);
  z-index: 2;
}

@media screen and (min-width: 1081px) {
  .newStyle40 {
    display: grid;
    grid-template-columns: 22% 75%;
    justify-content: space-between;
    align-items: center;
  }
  .newStyle40::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--light-purple-color);
    top: calc(50% - 1px);
    left: 0;
    z-index: 0;
  }
}

.newStyle41 {
  position: relative;
  margin: 1em 0;
  --childWidth: 22% 75%;
}
.newStyle41 .title {
  position: relative;
  border-radius: 8px;
  background-color: var(--light-purple-color);
  padding: 0.5em 1em;
  color: var(--white-color);
  margin: 1em 0;
  z-index: 2;
}
.newStyle41 .title a {
  color: var(--white-color);
}
.newStyle41 .content {
  border-radius: 8px;
  padding: 0.5em 1em;
  border: 2px solid var(--light-purple-color);
  background-color: var(--white-color);
  z-index: 2;
}

@media screen and (min-width: 1081px) {
  .newStyle41 {
    display: grid;
    grid-template-columns: var(--childWidth);
    justify-content: space-between;
    align-items: center;
  }
}

.bg-purple {
  position: relative;
  --rounded: 8px;
  background-color: var(--purple-color);
  padding: 2em;
  color: var(--white-color);
  border-radius: var(--rounded);
}

.bg-light-purple {
  position: relative;
  --rounded: 8px;
  background-color: var(--purple-color-100);
  padding: 2em;
  border-radius: var(--rounded);
}

.img-outside {
  --side-url: url("../images/about-pic9.png");
  float: right;
  shape-outside: var(--side-url);
  shape-margin: 10px;
  display: block;
}

.img-about {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  display: block;
}
.newStyle42 {
  position: relative;
  background-image: url("../images/2-1-8-35-propionic-acidemia-pa-zyp-bg.jpg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: cover;
  padding: 1em;
}

.resources-content {
  position: relative;
}
.resources-content .top-bg {
  position: absolute;
  width: 100%;
  height: 80vh;
  left: 0;
  top: 0;
  background-image: url(../images/resources-banner.jpg);
  background-repeat: no-repeat;
}

.resources-list {
  position: relative;
  font-family: "QuicksandMedium";
  margin: 3em 0;
  --child-width: 31%;
}
.resources-list > li {
  position: relative;
  --scale: 1;
  --translateY: 0;
}
.resources-list > li:hover {
  --translateY: -0.3em;
}
.resources-list > li .item {
  position: relative;
  transition: all ease-in-out 0.4s;
  color: var(--black-color);
  background-color: var(--white-color);
  padding: 2em;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
}
.resources-list > li .item .type {
  color: var(--purple-color);
  background-color: var(--purple-color-200);
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.1em 1em;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.resources-list > li .item:hover {
  color: var(--light-purple-color);
}
.resources-list > li .img {
  position: relative;
  width: 4em;
  overflow: hidden;
  text-align: right;
}
.resources-list > li .img img {
  vertical-align: top;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all ease-in-out 0.4s;
  transform: scale3d(var(--scale), var(--scale), var(--scale));
}
.resources-list > li .content {
  position: relative;
  transition: all ease-in-out 0.4s;
  transform: translateY(var(--translateY));
}
.resources-list > li .title {
  font-family: "QuicksandSemiBold";
}

@media screen and (min-width: 1081px) {
  .resources-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--child-width));
    justify-content: space-between;
    grid-gap: 2em;
  }
  .resources-list .item {
    display: flex;
    justify-content: space-between;
  }
  .resources-list .item > div {
    flex-basis: calc(50% - 1em);
  }
}
@media screen and (max-width: 1080px) {
  .resources-list .item > div {
    margin: 1em 0;
  }
}
.filter-form {
  position: relative;
  --child-width: 23%;
}
.filter-form > select {
  padding: 0.5em;
  border: 1px solid var(--light-purple-color);
  border-radius: 4px;
}
.filter-form .search {
  display: flex;
  border: 1px solid var(--light-purple-color);
  border-radius: 4px;
  align-items: center;
  padding: 0.5em;
}
.filter-form .search input {
  outline: none;
  padding: 0.2em 1em;
  border: none;
  border-left: 1px solid rgba(21, 21, 21, 0.5);
  margin-left: 0.5em;
  width: 100%;
}

@media screen and (min-width: 1081px) {
  .filter-form {
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-content: space-between;
    grid-gap: 1em;
  }
}
.resources-related {
  position: relative;
  --child-width: 32%;
}
.resources-related > li {
  position: relative;
  background-color: var(--purple-color-100);
  padding: 1.5em 2em;
  padding-bottom: 0;
  --color: var(--light-purple-color);
  border-radius: 8px;
}
.resources-related > li.Brochure {
  --color: #3b6299;
  background-color: #e1edf9;
}
.resources-related > li.Flyer {
  --color: #ae6c56;
  background-color: #f8e7df;
}
.resources-related > li.Poster {
  --color: #42836f; background-color: #d0efe9
}
.resources-related > li .title {
  color: var(--color);
  font-weight: bold;
  font-size: 1.6em;
}
.resources-related > li a {
  color: var(--darkBlack-color);
}
.resources-related > li .text {
  position: relative;
  border-bottom: 1px solid var(--color);
}
.resources-related > li .img {
  position: relative;
  background-image: url("../images/resource-section-1-1.jpg");
  background-repeat: no-repeat;
  background-position-y: top;
  width: 100%;
  aspect-ratio: 3/2;
  margin-top: 2em;
}

@media screen and (min-width: 1081px) {
  .resources-related {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--child-width));
    justify-content: space-between;
    grid-gap: 1.5em;
  }
}
.news-btn {
  position: relative;
  background-color: #fff;
  --width: 0;
  --color: red;
  color: var(--color) !important;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
  margin-top: 20px;
  width: -moz-max-content;
  width: max-content;
  display: block;
  /* font-size: 20px; */
  padding: 10px 40px 10px 20px;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
  font-family: "Segoe UI";
  font-weight: bold;
  transition: all ease-in-out 0.4s;
  font-size: 22px;
}

.news-btn::before {
  position: absolute;
  content: "";
  background-color: #111;
  width: var(--width);
  transition: all ease-in-out 0.4s;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.news-btn:hover {
  --color: #fff !important;
  --width: 100%;
}

.tabs {
  position: relative;
  margin: 1em 0;
}
.tabs .tab {
  position: relative;
  background-color: #f3f8fe;
}
.tabs .tab > li {
  position: relative;
  padding: 0.5em 1em;
  color: #222;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.tabs .tab > li.active {
  color: #fff !important;
}
.tabs .tab > li:hover {
  color: #3362ce;
}
.tabs .tab > li.tab-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  background-color: #3362ce !important;
}
.tabs .tabs-content {
  position: relative;
  display: none;
  padding-top: 1em;
}

@media screen and (min-width: 1081px) {
  .tabs .tab {
    display: flex;
    justify-content: space-between;
  }
}

.resource-pdf {
  position: relative;
}
.resource-pdf .newBtn {
  font-size: 0.9rem;
  margin: 0;
  padding: 0.1em 1em;
  margin-top: 0.5em;
}

/* @media screen and (min-width: 1081px) {
  .resource-pdf {
    display: grid;
    grid-template-columns: 78% 20%;
    justify-content: space-between;
  }
} */
.newStyle43 {
  position: relative;
  margin: 1em 0 2em 0;
  --child-width: 30% 66%;
}
.newStyle43 > div {
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newStyle43 > div.img {
  position: relative;
  text-align: center;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.newStyle43 > div.img .img-box {
  width: 100%;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newStyle43 > div.img .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 110%;
}
.newStyle43 > div.img p {
  padding: 1em;
  color: var(--purple-color);
  font-weight: bold;
}
.newStyle43 > div.content {
  background-color: var(--purple-color-100);
}

@media screen and (min-width: 1081px) {
  .newStyle43 {
    display: grid;
    grid-template-columns: var(--child-width);
    justify-content: space-between;
  }
}
.pdf-form {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow-y: auto;
  left: 0;
  top: 0;
}
.pdf-form.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf-form.show > div {
  animation: fadeInUp 0.6s 0.2s ease both;
}
.pdf-form > div {
  position: relative;
  padding: 1.5em 2.5em;
  box-shadow: 1px 4px 5px 2px rgba(0, 0, 0, 0.406);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white-color);
  max-width: 1080px;
  width: 90%;
  margin: auto;
}
.pdf-form > div .close {
  position: absolute;
  right: 1em;
  top: 1em;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.pdf-form > div .close:hover {
  color: var(--purple-color);
}
.pdf-form > div .title {
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
}
.pdf-form > div form {
  position: relative;
}
.pdf-form > div .newBtn {
  margin: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

.ullist.mb > li {
  margin-bottom: 1em;
}

.newStyle44 {
  position: relative;
  --child-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--child-width));
  gap: 2em;
  margin: 2rem 0;
}
.newStyle44 > li {
  position: relative;
}
.newStyle44 > li > .img {
  position: relative;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}
.newStyle44 > li > .img .img-box {
  width: 100%;
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.newStyle44 > li > .img .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 110%;
}
.newStyle44 > li > .img p {
  padding: 1em;
  color: var(--purple-color);
  font-weight: bold;
  margin-bottom:0;
}

@media screen and (min-width: 1081px) {
  .newStyle44 {
    --child-width: 30%;
    justify-content: space-between;
  }
}

.newStyle45{
  width: 100%;
  height: auto;
}
.newStyle45>.row{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px -10px;
}
.newStyle45>.row:before{
  content: none;
}
.newStyle45>.row:after{
  content: none;
}
.newStyle45>.row>div{
  padding: 0px 10px;
  margin-bottom: 25px;
}
.newStyle45 .list-item{
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 15px 5px;
  border: 1px dashed #595959;
  border-radius: 15px;
}
.newStyle45 .list-item .style1{
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  background: #E6E0EC;
  text-align: center;
  min-width: 250px;
  max-width: 100%;
}
@media (max-width: 1000px){
  .newStyle45>.row>div{
    width: 100%;
  }
}
@media (max-width: 800px){
  .newStyle45 .style1{
    min-width: auto;
  }
}
.newStyle46 {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.newStyle46>.row{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0 0 !important;
}
.newStyle46>.row:before{
  content: none;
}
.newStyle46>.row:after{
  content: none;
}
.newStyle46>.row>div{
  padding: 0px 10px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.newStyle46 .list-item{
  width: 100%;
  height: 100%;
  display: block;
  border: 1px dashed #333;
  border-radius: 20px;
  padding: 20px 20px 5px;
  position: relative;
}
.newStyle46 .list-item .pic{
  width: 60px;
  height: 60px;
  background: #E1DEEC;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  left: 30px;
  top: -30px;
}
.newStyle46 .list-item .pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1000px){
  .newStyle46>.row>div{
    width: 50%;
  }
}
@media (max-width: 800px){
  .newStyle46>.row>div{
    width: 100%;
  }
}
.newStyle47{
  --childWidth: calc(100% - 10px);
  margin: 2rem 0 3rem 0;
  margin-top: 70px;
}
@media screen and (min-width: 1081px) {
  .newStyle47 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
    --childWidth: calc(50% - 10px);
  }
}
.newStyle47 > div {
  position: relative;
  border-radius: 1em;
  background-color: #f4f7ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1081px){
  .newStyle47 > div {
    margin-top: 70px;
  }
}
.newStyle47 .title {
  padding: 10px;
  color: var(--white-color);
  border-radius: 4px;
  height: 77px;
}
.newStyle47 .title p {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -60px;
}
.newStyle47 .title img {
  margin-bottom: 10px;
}
.newStyle47 .title a {
  color: var(--purple-color);
  transition: all ease-in-out 0.4s;
}
.newStyle47 .word {
  padding: 0 2em 0.5em 2em;
}


.services-container .title-background{margin-bottom:20px;}
.content-box{box-shadow: 1px 1px 4px 2px rgba(21, 21, 21, 0.1);margin-bottom: 20px;height: 100%;}
.content-box .img-box{overflow: hidden;position:relative;display: flex;justify-content: center;align-items: center;background: #00000094;position: relative;z-index: 10;}
.content-box .img-box:after{content:"";background:#000000;position:absolute;}
.content-box .img-box img{width: 100%;height: 140px;object-fit: cover;}
.content-box .img-box::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); pointer-events: none; }
.content-box .img-box h4{position: absolute; z-index:1;color: #ffffff; font-size: 1.2em; text-align: center;}
.content-box .img-box h4 a{color: #ffffff;}
@media (max-width: 1000px) {.content-box .img-box h4{transform: translateX(2%);font-size: 1em;}}
.content-box .ullist{margin-left: 20px;padding-bottom:20px;}
@media (max-width: 1000px) {.content-box .ullist{margin-left: 0;}}
.green{background-color: #f4fdff;border-radius: 10px}
.blue{background-color: #f4f7ff;border-radius:10px}
.flex-box{display: flex;align-items: center}
.flex-box .ServiceShowPic{width:200px}
.flex-box .title{margin-top:15px;text-align: center;margin-bottom:10px;}
.flex-box .description{padding-right:20px}
.mb-20{margin-bottom: 20px;}
.mt-20{margin-top:20px;}
.pagecontent .row{margin-bottom:20px;}