@charset "utf-8";

.li-two {
  position: var(--r);
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.li-two li {
  position: var(--r);
  padding-left: 45px;
  margin-bottom: 6px;
  text-align: left;
}
.foot .li-two a,
.li-one a {
  color: var(--w);
}
.li-two a:hover {
  text-decoration: underline;
}
.li-two .fa {
  position: var(--a);
  top: 4px;
  left: 0;
  font-size: 20px;
  background: var(--v);
  color: var(--w);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  text-align: center;
}
.li-two .fa.icon-envelope,
.li-two .fa.icon-fax {
  font-size: 16px;
}
.li-two strong {
  font-weight: normal;
  text-transform: uppercase;
}
.li-one {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.li-one li {
  margin-bottom: 10px;
  width: 50%;
}
.li-one .fa {
  padding-right: 5px;
}
.sol-two {
  padding: 5px 0 20px;
  list-style: none;
  height: auto;
  overflow: hidden;
}
.sol-two li {
  display: var(--i);
  margin-right: 12px;
}
.sol-two a {
  display: var(--i);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  text-align: center;
  color: var(--w);
  background-color: var(--m);
}
.sol-two a:hover {
  background: var(--v);
}

.note-part {
  font-size: 0.8em;
  line-height: 1.35;
  color: var(--b2);
  display: block;
  padding-top: 5px;
}
.in-tit {
  display: block;
  margin-bottom: 20px;
}
.in-tit h1,
.in-tit .pg-tit1 {
  position: var(--r);
  margin: 0;
  padding-bottom: 15px;
  color: var(--b);
}
.c-fixbg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.pic-table {
  width: 100%;
  display: table;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, 0.2);
}
.pic-cell {
  display: table-cell;
  vertical-align: middle;
}
.pack {
  position: var(--r);
}
.con_box {
  position: var(--r);
  max-width: 2000px;
  padding: 100px 15px;
  margin: 0 auto;
}
.con_box:after {
  display: table;
  content: " ";
}
.con_box:after {
  clear: both;
}

@media (max-width: 1200px) {
  .menu > ul > li > a {
    padding: 26px 16px;
  }
  body {
    font-size: 14px;
  }
  h1,
  .pg-tit1 {
    font-size: 30px;
  }
  h2,
  .pg-tit2,
  .ser-pg h2 {
    font-size: 25px;
  }
  h3,
  .pg-tit3 {
    font-size: 20px;
  }
  h4,
  .pg-tit4 {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .nav-line {
    height: 0;
  }
  .nav,
  .nav:hover {
    position: var(--r);
    background: var(--w);
  }
  .logo {
    position: var(--r);
    width: 240px;
    top: 10px;
    background: none;
    left: 15px;
  }
  .logo img {
    opacity: 1;
  }
  .head-search,
  .head-close {
    top: 18px;
    right: 15px;
  }
  .auto-head {
    min-height: 117px;
    padding: 0 !important;
  }
  .menu-mobile {
    display: block;
    color: var(--w);
    background: var(--m);
  }
  .menu-mobile:hover {
    color: var(--w);
  }
  .menu-dropdown-icon:before {
    display: block;
    padding: 1.5em 2em;
  }
  .menu > ul {
    display: none;
    padding: 0;
    background: var(--w);
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    position: var(--r);
  }
  .menu > ul > li > a {
    padding: 10px !important;
    border-bottom: 1px solid var(--g1);
  }
  .menu > ul > li a {
    padding: 5px 10px;
    width: 100%;
    display: block;
    color: var(--b);
  }
  .menu > ul > li > ul {
    position: var(--r);
  }
  .menu > ul > li > ul {
    max-height: 360px;
    overflow-x: auto;
  }
  .menu > ul > li > ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .menu > ul > li > ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset var(--s);
    background: rgba(0, 0, 0, 0.2);
  }
  .menu > ul > li > ul::-webkit-scrollbar-track {
    box-shadow: inset var(--s);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .menu ul ul ul {
    position: var(--r);
  }
  .menu ul ul ul > li {
    float: none;
  }
  .menu ul ul ul > li > a {
    padding-left: 30px;
    font-weight: normal;
  }
  .menu ul ul ul ul > li a {
    padding-left: 50px;
    font-size: 14px;
    font-weight: normal;
  }
  .menu > ul > li .submenu-button {
    position: var(--a);
    z-index: 299;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  .menu > ul > li .submenu-button::after {
    content: "";
    position: var(--a);
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #444;
    z-index: 99;
  }
  .menu > ul > li .submenu-button::before {
    content: "";
    position: var(--a);
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #444;
    z-index: 99;
  }
  .menu > ul > li:hover .submenu-button::before {
    content: "";
  }
  .menu > ul > li .submenu-button.submenu-opened:after {
    display: none;
  }
  .show-on-mobile {
    display: block !important;
  }
  .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .pic-table {
    padding-top: 0;
  }
  .nav-top {
    font-size: 13px;
  }
  .nav-search {
    right: 60px;
    top: 4px;
    bottom: auto;
    background: none;
  }
  .menu {
    margin-top: 25px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .logo {
    position: var(--r);
    left: auto;
    margin: 0 auto 10px;
  }
  .nav-search {
    width: 100%;
    left: 0;
    top: 72px;
    bottom: auto;
    padding: 4px 20px;
    display: block;
    box-shadow: none;
  }
  .menu {
    margin-top: 82px;
    text-align: left;
  }
  .head-search,
  .head-close {
    display: none;
  }
  .auto-head {
    min-height: 175px;
  }
}
@media (min-width: 600px) {
  .top-left {
    padding-bottom: 0 !important;
  }
  .nav-link {
    text-align: right;
  }
  .nav-link li {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .foot .f-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .f-1 {
    max-width: 400px;
    padding-right: 10px;
  }
  .f-3 {
    width: 270px;
  }
}
@media (min-width: 800px) {
  .con_box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1000px) {
  .auto-head,
  .con_box {
    padding-left: 5%;
    padding-right: 5%;
  }
  .logo {
    left: 5%;
  }
  .head-search,
  .head-close,
  .nav-search {
    right: 5%;
  }
}
@media (min-width: 1400px) {
  .auto-head,
  .con_box {
    padding-left: 9%;
    padding-right: 9%;
  }
  .logo {
    left: 9%;
  }
  .head-search,
  .head-close,
  .nav-search {
    right: 9%;
  }
}
@media (min-width: 1580px) {
  .auto-head,
  .con_box {
    padding-left: 12%;
    padding-right: 12%;
  }
  .logo {
    left: 12%;
  }
  .head-search,
  .head-close,
  .nav-search {
    right: 12%;
  }
}
@media (min-width: 2000px) {
  html,
  body {
    -moz-zoom: 1 !important;
    -webkit-zoom: 1;
    -ms-zoom: 1 !important;
    zoom: 1;
  }
}
@media (min-width: 2400px) {
  html,
  body {
    -moz-zoom: 1 !important;
    -webkit-zoom: 1.05;
    -ms-zoom: 1 !important;
    zoom: 1.05;
  }
}
@media (min-width: 2700px) {
  html,
  body {
    -moz-zoom: 1 !important;
    -webkit-zoom: 1.2;
    -ms-zoom: 1 !important;
    zoom: 1.2;
  }
}
@media (min-width: 4600px) {
  html,
  body {
    -moz-zoom: 1 !important;
    -webkit-zoom: 1.3;
    -ms-zoom: 1 !important;
    zoom: 1.3;
  }
}
@media (min-width: 5400px) {
  html,
  body {
    -moz-zoom: 1 !important;
    -webkit-zoom: 1.4;
    -ms-zoom: 1 !important;
    zoom: 1.4;
  }
}

span.inquiry-button {
  color: var(--m);
  cursor: pointer;
}
.indent {
  padding-left: 18px;
}
.s-text .row {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.s-text .row > div {
  padding: 0 10px;
  margin-bottom: 24px;
}
.s-text .iq_form .row {
  margin-left: -15px;
  margin-right: -15px;
}
.s-text .iq_form .row > div {
  padding: 0 15px;
  margin-bottom: 0;
}
.s-text > .bg-box > .row > div,
.s-text > .border-box > .row > div {
  margin-bottom: 0;
}
.s-text ul,
.s-text ol {
  padding-left: 18px;
  margin: 0;
}
.s-text > ul,
.s-text > ol {
  margin: 15px 0;
}
.s-text .row ul,
.s-text .row ol,
.s-text .row > div > ul > li,
.s-text .row > div > div > ul > li {
  margin: 0;
}
.s-text ul.indent {
  margin-left: 18px !important;
  padding-right: 18px;
}
.s-text ul.circle > li {
  list-style: circle;
}
.noul,
.noul > li {
  list-style: none !important;
}
.s-text ul li > .noul {
  padding-left: 0 !important;
}
.con-row1 {
  padding-left: 0 !important;
  list-style: none !important;
}
.s-text ul li,
.s-text ol li {
  margin-bottom: 15px;
}
.s-text ul ul li {
  list-style: circle;
}
.s-text ul ul ul li {
  list-style: square;
}
.s-text ul ul li,
.s-text ol ul li,
.s-text ul ol li {
  margin-bottom: 0;
}
.s-text ul ul ul li,
.s-text ul.circle ul li {
  margin-bottom: 0;
}
.s-text ul ul,
.s-text ol ul,
.s-text ul ol {
  margin-bottom: 0;
}
.red {
  color: red;
}
.orange {
  color: var(--yellow);
}
.gray {
  color: var(--b2);
}
.mtop10,
.mt-10 {
  margin-top: 10px;
}
.mtop15,
.mt-15 {
  margin-top: 15px;
}
.mtop20,
.mt-20 {
  margin-top: 20px;
}
.mtop30,
.mt-30 {
  margin-top: 30px;
}
.mtop40,
.mt-40 {
  margin-top: 40px;
}
.mtop50,
.mt-50 {
  margin-top: 50px;
}
.mbottom10,
.mb-10 {
  margin-bottom: 10px;
}
.mbottom15,
.mb-15 {
  margin-bottom: 15px;
}
.mbottom20,
.mb-20 {
  margin-bottom: 20px;
}
.mbottom30,
.mb-30 {
  margin-bottom: 30px;
}
.mbottom40,
.mb-40 {
  margin-bottom: 40px;
}
.mbottom50,
.mb-50 {
  margin-bottom: 50px;
}
.show-center {
  display: block;
}
.show-center,
.show-left,
.show-right {
  color: var(--b2);
  text-align: center;
  font-size: 0.95em;
  line-height: 1.7em !important;
}
.show-center img {
  display: block;
  margin: 0 auto 10px;
}
.show-left img,
.show-right img {
  display: block;
  margin: 0 auto;
}
.s-text > .border-box > .row .show-center img {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .show-left,
  .show-right {
    display: var(--i);
  }
  .show-right {
    float: right;
    margin-left: 15px;
  }
  .show-left {
    float: left;
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .show-right,
  .show-left {
    width: 100%;
    margin: 0;
  }
}
.Reference,
.reference {
  color: var(--b2);
  font-size: 0.95em;
}
.Reference p,
.reference p {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.Reference ol,
.reference ol {
  margin-bottom: 15px;
  padding-left: 15px;
}
.border-box ul li,
ul.border-box > li {
  margin-bottom: 0;
}
ul.border-box {
  padding: 15px 15px 15px 30px;
}
.border-box {
  border: 1px solid var(--m);
  padding: 10px !important;
  border-radius: 5px 0 5px 0;
}
.dashed-box {
  border: 2px dashed var(--m);
  padding: 10px !important;
  border-radius: 5px;
  margin: 10px 0 20px;
}
.s-text .row .dashed-box {
  border: 1px dashed var(--m);
}
.bg-box {
  display: block;
  background: linear-gradient(to bottom, rgb(200, 197, 223), rgb(255, 255, 255));
  padding: 15px !important;
}
.bg-box:nth-child(2n) {
  background: #f2f2f2;
}
.bg-box:hover .show-center img {
  transform: scale(1.1);
}
div.bg-box,
div.border-box {
  margin-bottom: 20px;
}
.high-unify {
  margin: 0 -2px !important;
}
.high-unify > div {
  padding: 0 2px !important;
}
.s-text .row .border-box,
.s-text .row .dashed-box,
.s-text .row .bg-box {
  height: 100%;
  margin: 0 !important;
}
.high-unify .bg-box h3 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .list-box,
  .flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  .list-box div[class*="col-md"] {
    display: flex;
  }
}
.flex-box .border-box {
  margin-bottom: 0;
  height: 100%;
}
.flex-box h3 {
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
}
.flex-box a h3 {
  color: var(--m) !important;
}
.flex-box a:hover h3 {
  color: var(--v) !important;
}
.list-box div[class*="col-md"],
.flex-box div[class*="col-md"] {
  margin-bottom: 20px;
}
.list-box a {
  display: flex;
  align-items: center;
  border: 1px solid var(--g1);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  transition: var(--t);
  text-align: left;
  overflow: hidden;
}
.list-box a:before {
  position: absolute;
  content: "";
  background: var(--m);
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 1;
  border: solid 2px var(--m);
  transition: var(--t);
}
.list-box a:hover {
  color: var(--w);
  border: 1px solid transparent;
}
.list-box a:hover:before {
  right: 0;
  width: 100%;
  border-radius: 5px;
}
.flex-box p {
  margin-bottom: 15px;
  color: var(--b1);
}
.flex-box li {
  margin: 0 !important;
  color: var(--b1);
}
.flex-box p:last-child {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .bg-box > .row {
    display: flex;
    flex-wrap: wrap;
  }
  .border-box ul:last-child,
  .border-box p:last-child,
  .bg-box div[class*="col-md"] > p:last-child,
  .bg-box div[class*="col-md"] img,
  .bg-box ul:last-child {
    margin-bottom: 0;
  }
}
.bg-box > .row .ServiceShowPic,
.high-unify .show-center {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 140px;
}
.bg-box > .row .ServiceShowPic img,
.high-unify .show-center img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--t);
}
.high-unify .show-center {
  position: var(--r);
  height: 170px;
  margin-bottom: 15px;
}
.high-unify .show-center h3,
.high-unify .show-center p {
  position: var(--a);
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 10px;
  background-color: rgba(105, 90, 162, 0.45);
  color: var(--w);
}
.high-unify .bg-box:hover .show-center h3,
.high-unify .bg-box:hover .show-center p {
  background-color: rgba(105, 90, 162, 1);
}
.next-box a {
  display: flex;
  align-items: center;
  height: 180px;
  position: relative;
  width: 100%;
  color: var(--w);
  text-align: center;
  border-radius: 5px;
  transition: var(--t);
}
.next-box h2,
.next-box h3,
.next-box p {
  padding: 5px;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.2em;
  color: var(--w);
}
.next-box a:hover {
  box-shadow: 0 0 10px #ccc;
  transform: scale(1.02);
}
table p,
table td ul,
table td ol {
  margin-bottom: 15px;
}
table td > ul:last-child,
table td ol:last-child,
table td p:last-child,
table td > ul:last-child > li:last-child,
table td ol:last-child > li:last-child {
  margin-bottom: 0;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 8px;
  border-top: 1px solid var(--g1);
  vertical-align: middle;
  line-height: 1.428571429;
}
.service-table tr:first-child,
.service-tr,
.service-table.table-striped tr:first-child {
  background-color: var(--m) !important;
  color: var(--w);
}
.service-table tr:first-child td {
  background: none;
  color: var(--w);
}
.service-table tr:first-child a,
.service-tr a {
  color: var(--w);
}
.service-table.table-striped > tbody > tr:nth-child(1) > td,
.service-table.table-striped > tbody > tr:nth-child(1) > th {
  background-color: transparent;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid var(--g1);
}
.table .table {
  background-color: var(--w);
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid var(--g1);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid var(--g1);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: var(--g);
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: var(--g);
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.no-border,
.no-border tr,
.no-border td {
  border: none;
}
.no-border td {
  border-top: 1px solid var(--g1);
}
.no-border td:last-child {
  border-bottom: 1px solid var(--g1);
}
.img-show .service-box {
  position: var(--r);
  padding-bottom: 140px;
}
.img-show .show-left {
  position: var(--a);
  left: 15px;
  bottom: 15px;
  overflow: hidden;
  width: 240px;
  height: 120px;
  margin: 0;
  padding: 0;
}
.img-show .show-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: var(--a);
  left: 0px;
  top: 0px;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  margin: 0 auto 15px;
  width: 100%;
  /* max-width: 900px; */
  border: 1px solid var(--g1);
}
table tr,
table th,
table td {
  border: 1px solid var(--g1);
}
table th,
table td {
  padding: 6px 12px;
  line-height: 26px;
  text-align: left;
}
table th {
  background-color: var(--m);
  color: var(--w);
}
table td {
  font-size: 0.95rem;
  line-height: 1.5;
}
table td a {
  color: var(--m);
}
table p {
  margin: 0;
}
table.bt th,
table.bt td {
  font-size: 0.875rem;
  padding: 0;
}
table.bt th:before,
table.bt td:before {
  padding: 6px 2%;
}
table.bt thead,
table.bt tbody th {
  display: none;
}
table.bt th,
table.bt td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}
table.bt th:before,
table.bt td:before {
  content: attr(data-th) ":";
  font-weight: bold;
  width: 30%;
  display: var(--i);
}
table.bt .bt-hide {
  display: none;
}
table.bt .bt-content {
  vertical-align: top;
  width: 62%;
  display: var(--i);
  padding: 6px 2%;
}
.td-top {
  vertical-align: top;
}

.ser-pg,
.service-content{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.leftnav{
	width: 320px;
}
.rightcon{
	width: calc(100% - 350px);
}
@media screen and (max-width:1400px){
  .leftnav{
    width: 300px;
  }
  .rightcon{
    width: calc(100% - 330px);
  }
}
@media screen and (max-width:1200px){
  .ser-pg,
  .service-content{
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .rightcon {
      width: 100%;
      margin-bottom: 30px;
  }
  .leftnav {
      width: 100%;
  }
}


.leftnav .side-form{
  position: sticky; 
  top: 90px;
}

.s-pack h2,
.s-pack .pg-tit2 {
  margin: 0 0 15px;
  font-size: 20px;
}
.s-pack h2 a,
.s-pack .h2 {
  display: block;
  padding: 10px;
  color: var(--m);
  background: var(--g);
  border-left: 3px solid var(--m);
}
.s-pack .h2 {
  color: var(--m);
}
.s-pack h2 a:hover {
  color: var(--v);
  border-left: 3px solid var(--v);
}
.s-text h3 {
  font-size: 16px;
  font-family: var(--f);
}
.s-text h4 {
  font-size: 1rem;
}
.s-pack strong,
.s-pack b {
  font-weight: bold;
}
.pic_pg {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
}
.about_bg {
  background-image: url(../images/aboutbg.jpg);
}
.contact_bg {
  background-image: url(../images/contactbg.jpg);
  background-position: bottom center !important;
}
.careers_bg {
  background-image: url(../images/careersbg.jpg);
}
.services_bg {
  background-image: url(../images/servicesbg.jpg);
}
.pic_pg .a-pack {
  position: var(--r);
  padding-top: 160px;
  padding-bottom: 160px;
  margin: 0 auto;
}
.pic_pg .a-pack h1,
.pic_pg .a-pack .pg-tit1 {
  color: var(--w);
  margin: 0;
  font-weight: normal;
}
.bread-crumb {
  padding: 10px 0 0;
}
.bread-crumb li {
  position: var(--r);
  display: var(--i);
  z-index: 1;
  margin-right: 24px;
  color: var(--w);
  line-height: 30px;
}
.bread-crumb li:last-child {
  margin-right: 0;
}
.bread-crumb li:after {
  content: "\e96d";
  font: normal 16px/26px "icomoon";
  position: var(--a);
  right: -15px;
  top: 2px;
  width: 10px;
  color: var(--w);
}
.bread-crumb li:last-child:after {
  display: none;
}
.bread-crumb li a {
  color: var(--w);
  font-weight: 400;
  transition: var(--t);
}
.bread-crumb li a:hover {
  text-decoration: underline;
}

.ullist {
  padding-left: 18px;
}
.pic-bg2 {
  background-image: url(../images/about-7.jpg);
}
.cd-fixbg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.section > .con_box {
  padding: 0 15px !important;
}
.h-light {
  font-weight: 400;
}
.in-two {
  margin: 0 -15px;
}
.in-two .in2-1 {
  background-image: url(../images/about-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 300px;
}
.in-two > .col-lg-7 {
  padding: 20px 15px;
}
.in1-row {
  margin: 0;
}
.in-one,
.in1-row .col-lg-7 {
  padding: 0;
}
.in1-3 {
  position: var(--r);
}
.in1-3:after {
  display: table;
  content: " ";
}
.in1-3:after {
  clear: both;
}
.in1-3 img {
  display: none;
  float: right;
  max-width: none;
}
.in1-10,
.in1-10::before,
.in1-12::after {
  background-color: rgba(51, 51, 51, 0.7) !important;
}
.in1-10 {
  display: flex;
  align-items: center;
}
.in1-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 5000px;
  height: 100%;
}
.in1-10 ul,
.in4-6 ul {
  margin: 0;
}
.in1-10 ul li,
.in4-6 ul li {
  padding: 0;
  padding-right: 30px;
}
.in1-11 {
  padding: 40px 20px;
}
.ab-one {
  margin: 0;
}
.ab-one > div {
  padding: 0;
  overflow: hidden;
}
.ab-one h3,
.ab-one p {
  position: var(--a);
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 25px;
  transition: var(--t);
}
.ab-one h3 {
  opacity: 1;
}
.ab-one p {
  opacity: 0;
}
.ab-one > div:hover h3 {
  opacity: 0;
}
.ab-one > div:hover p {
  opacity: 1;
}
.ab-one > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  transition: var(--t);
}
.ab-one > div:hover:after {
  background-color: rgba(105, 90, 162, 0.75);
}
.ab1-1 {
  height: 370px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ab1-1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-img {
  position: relative;
  height: 100%;
  min-height: 240px;
  overflow: hidden;
}
.cover-img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--t);
}
.ina-3 {
  padding: 50px 0;
}
.tit-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tit-icon:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/title-icon1.png) no-repeat center center/contain;
  flex-shrink: 0;
  margin-right: 10px;
  display: inline-block;
  /* margin-bottom: 10px; */
}

.in-five {
  margin: 0 -15px;
}
.greybg {
  padding-top: 1px;
}
.chat-map {
  margin-top: 50px;
}
.in-two .in2-2 {
  background-image: url(../images/contact-1.jpg);
}
.ul-check {
  list-style: none !important;
  padding-left: 25px;
  margin: 0;
}
.ul-check > li {
  position: var(--r);
  margin-bottom: 10px;
  color: var(--b);
}
.ul-check > li::after {
  font-family: "icomoon";
  position: var(--a);
  left: -25px;
  top: 5px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  color: var(--m);
  border: 1px solid var(--m);
  content: "\f00c";
  font-size: 10px;
}
.inc-box {
  position: var(--r);
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px 15px;
  box-shadow: var(--s);
  border: 1px solid var(--w);
  border-radius: 5px;
  transition: var(--t);
  z-index: 2;
  background: var(--w);
}
.inc-box::before {
  left: 0;
  width: 0;
  bottom: 0;
  height: 5px;
  content: "";
  border-radius: 7px;
  position: absolute;
  transition: var(--t);
  background-color: var(--m);
}
.inc-box::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  border-radius: 7px;
  position: absolute;
  background-color: #bbbbbe;
  transition: var(--t);
}
.inc-img {
  width: 70px;
  height: 70px;
  line-height: 75px;
  font-size: 36px;
  color: var(--m);
  margin: 15px auto 30px;
  border-radius: 50%;
  position: relative;
}
.inc-img::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  opacity: 0.07;
  border-radius: 50%;
  position: absolute;
  transition: var(--t);
  background-color: var(--m);
}
.inc-img::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  transition: var(--t);
  background-color: var(--m);
}
.inc-img .icon-envelope {
  font-size: 30px;
}
.inc-box:hover::before {
  width: 100%;
}
.inc-box:hover::after {
  width: 0;
}
.inc-box:hover .inc-img::after {
  transform: scale(1);
}
.inc-box:hover .inc-img {
  color: var(--w);
}
.info-1 .submit {
  width: 100%;
}
.jobform label {
  display: block;
}
.jobform input {
  margin-bottom: 10px;
}
.jobform textarea {
  margin-bottom: 0;
}

.side-filter input[type="checkbox" i] {
  width: 14px;
  height: 14px;
  background: none;
  margin-right: 6px;
  flex-shrink: 0;
  margin-bottom: 2px;
}
.resources-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.resources-item .list-item {
  display: inline-block;
  width: 100%;
  border: 1px solid #f0f0f0;
  transition: opacity 0.5s ease;
  margin: 0 5px 30px;
}
.resources-item .list-item .pic {
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.resources-item .list-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s;
}
.resources-item .list-item .pic span {
  position: absolute;
  top: 0px;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}
.resources-item .list-item .text {
  padding-left: 15px;
}
.resources-item .list-item .text h2 {
  font-size: 16px;
}
.resources-item .list-item:hover {
  border: 1px solid var(--m);
}
.resources-item .list-item:hover .pic img {
  transform: scale(1.1);
}
.resources-item .list-item:hover .text h2 {
  color: var(--m);
}

.leftnav > div{
  margin-bottom: 40px;
  padding: 15px;
  background: var(--w);
  box-shadow: var(--s);
  border-top: 4px solid var(--m);
  overflow: hidden;
}
 .leftnav .iqbox .row > div,
.leftnav .iq_form .submit {
  width: 100%;
} 
.form-check {
  padding-left: 25px;
}
.form-check input {
  position: absolute;
  left: 0;
  top: 8px;
}
.navtitle {
  position: relative;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--g1);
  margin-bottom: 20px;
  font-family: var(--f);
  font-weight: bold;
  color: var(--b);
}
.navtitle a {
  color: var(--b);
}
.navtitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background-color: var(--m);
}
.navmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navmenu .arrow:before {
  cursor: pointer;
  content: "\e96d";
  font-weight: bold;
  position: var(--a);
  top: 0;
  right: -10px;
  z-index: 1;
  padding: 9px 10px;
  display: inline;
  font-family: "icomoon";
  color: var(--b);
}
.navmenu > li > .arrow:before {
  right: 0;
}
.navmenu .arrow.open:before {
  cursor: pointer;
  padding: 9px 10px;
  display: inline;
  /* font-family: "icomoon";
  content: "\f107"; */
  color: var(--m);
  transform: rotate(90deg);
}
.navmenu > li > .arrow.open:before,
.navmenu > li:hover > .arrow:before {
  color: var(--w);
}
.navmenu > li > ul > li .arrow:before {
  padding: 8px 10px;
}
.navmenu > li > ul > li .arrow.open:before {
  padding: 8px 10px;
}
.navmenu ul {
  list-style: none;
  padding-left: 0;
}
.navmenu > li > ul {
  padding: 0 10px;
  margin: 0;
  display: none;
}
.navmenu li {
  position: var(--r);
  padding: 4px 0;
  line-height: 22px;
}
.navmenu a {
  position: var(--r);
  display: block;
  color: var(--b);
}
.navmenu > li > ul a::after {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  position: var(--a);
  left: 0;
  bottom: -8px;
}
.navmenu > li {
  padding: 0;
  border: 1px dashed var(--g1);
  background: var(--g);
  margin-bottom: 15px;
  border-radius: 5px;
}
.navmenu > li > a {
  padding: 10px 20px 10px 10px;
  font-weight: bold;
  border-radius: 5px;
}
.navmenu > li.open > a,
.navmenu > li:hover > a {
  background: var(--m);
  color: var(--w) !important;
}
.navmenu > li.open > ul {
  padding: 0 10px;
  margin-top: 10px;
}
.navmenu ul li {
  padding: 0;
}
.navmenu ul li > a {
  padding: 4px 20px 4px 0;
  font-size: 0.9rem;
  position: var(--r);
  color: var(--b);
}
.navmenu ul li > a::after {
  width: 94%;
  left: 3%;
  bottom: 0;
}
.navmenu ul ul {
  display: none;
}
.navmenu ul ul li > a {
  color: var(--b2);
  padding: 4px 20px 4px 10px;
}
.navmenu ul ul ul li > a {
  padding-left: 20px;
  font-size: 0.8rem;
  color: var(--b);
}
.navmenu ul a:hover {
  color: var(--m) !important;
}
.ser-tit h1,
.ser-tit .pg-tit1 {
  position: var(--r);
  font-size: 25px;
  line-height: 1.25;
  text-transform: none;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.ser-tit h1::before,
.ser-tit .pg-tit1::before {
  content: "";
  display: var(--i);
  width: 100px;
  height: 2px;
  background: var(--m);
  position: var(--a);
  bottom: 0;
  left: 0;
}
.ser-tit .pro_btn {
  margin: 0;
  display: var(--i);
  float: right;
  color: var(--w);
  width: auto;
  height: auto;
}
.ser-tit .pro_btn:hover {
  color: var(--m);
}
.con-row1 {
  width: 100%;
  margin: 20px 0 10px;
}
.con-row1 li {
  position: var(--r);
  margin-bottom: 15px;
  break-inside: avoid;
  padding: 12px 8px 12px 30px;
  border-radius: 5px;
  background: var(--w);
  transition: var(--t);
  box-shadow: var(--s);
}
.con-row1 li span {
  position: var(--a);
  top: 12px;
  left: 13px;
  display: var(--i);
  float: left;
  line-height: 26px;
}
.con-row1 li a {
  color: var(--b);
  display: block;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.con-row1 li:hover {
  background: var(--m);
  color: var(--w);
}
.con-row1 li:hover a {
  color: var(--w);
}
.project-notes {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--b);
  background: var(--g);
  margin: 25px 0;
}
.pagenav,
.nav-links {
  text-align: right;
  font-size: 14px;
  margin: 10px 0;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}
.pagenav li {
  display: var(--i);
}
.pagenav .active a {
  padding: 4px 12px;
  margin-right: 0;
  border-radius: 5px;
  color: var(--w);
  background: var(--m);
}
.pagenav a,
.nav-links a,
.nav-links .current {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: var(--b);
  padding: 4px 12px;
  border-radius: 5px;
  background: var(--g);
}
.pagenav a:hover,
.nav-links a:hover,
.nav-links .current {
  color: var(--w);
  background: var(--m);
}
.search-list {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--g1);
}
.search-list .pg-tit4 {
  font-size: 16px;
}
.searchform input[type="text"] {
  padding: 8px 10px;
}
.searchform input[type="submit"] {
  font-family: var(--f);
  display: var(--i);
  text-align: center;
  padding: 8px 20px;
  margin-bottom: 0;
  clear: both;
  color: var(--w);
  text-decoration: none;
  background-color: var(--m);
  border: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 0.2px;
  letter-spacing: 1px;
  border-radius: 0;
}
.searchform input[type="submit"]:hover {
  color: var(--w);
  transition: var(--t);
  background-color: var(--b1);
  font-weight: bold;
  border-radius: 0;
}
table ul,
table ol,
table li {
  margin: 0 !important;
}
.ul-arrow > li,
.ul-diamond > li {
  list-style: none !important;
  position: var(--r);
}
.ul-arrow > li::after,
.ul-diamond > li::after {
  font-family: "icomoon";
  position: var(--a);
  left: -18px;
  top: 0;
  width: 10px;
  font-size: 15px;
}
.ul-arrow > li::after {
  content: "\f0da";
  font-size: 16px;
}
.ul-diamond > li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--b1);
  margin-top: 10px;
  transform: rotate(45deg);
}
.reference {
  padding-bottom: 0;
  color: var(--b2) !important;
}
.reference-ol li {
  list-style: decimal;
  font-size: 14px !important;
  line-height: 22px !important;
  color: var(--b2) !important;
  padding-bottom: 4px !important;
}
.successinfo {
  padding-left: 15px;
  line-height: 30px;
  line-height: 22px;
  color: var(--b2);
  padding-right: 20px;
  padding-bottom: 20px;
}
.successinfo .iconunit {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--m);
  color: var(--w);
  line-height: 40px;
  font-weight: bold;
  font-size: 22px;
  position: var(--r);
  z-index: 9;
}
.successinfo .tit {
  font-size: 20px;
  font-weight: bold;
  color: var(--m);
  display: block;
}
.successinfo .iconunit img {
  top: 10px;
  left: 5px;
  position: var(--a);
  z-index: 10;
}
.e404 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.e404 {
  width: 520px;
  margin: 0 auto 20px auto;
}
.e404 .btn {
  padding: 8px 10px;
  margin-right: 10px;
  font-size: 13px;
}

* {
  box-sizing: border-box;
}
h2.bluebg,
h2.titlebg {
  background: var(--m);
  text-align: center;
  color: var(--w);
  padding: 10px;
}
.table-responsive {
  margin: 15px 0 20px;
  overflow-y: auto;
}
.flow-1 {
  position: relative;
  --childWidth: 23%;
}
.flow-1 > div {
  position: relative;
  padding: 10px;
  margin: 16px 0;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
  width: 100%;
}
.flow-2 {
  margin: 32px 0;
  --childWidth: 33.3333%;
}
.flow-2 > div {
  position: relative;
  border: 1px solid #c8c5df;
  max-height: 200px;
  overflow: hidden;
}
.flow-2 > div img {
  vertical-align: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flow-2 .word {
  padding: 16px;
  max-height: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-3 {
  display: flex;
  justify-content: space-between;
}
.f3-1 {
  position: relative;
  text-align: center;
}
.f3-1::after {
  content: "\e901";
  display: block;
  font-family: "icomoon";
  color: var(--m);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -15px;
  font-size: 30px;
}
.f-last::after {
  opacity: 0;
}
.f3-2 {
  width: calc(100% - 80px);
}
.tit-img {
  display: flex;
  align-items: center;
}

.td-p0 {
  padding: 0 !important;
}
.td-arrow {
  display: block;
  position: relative;
}
.td-arrow::after {
  content: "";
  display: block;
  height: 10px;
  background: var(--m);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.td-arrow::before {
  content: "\f0da";
  display: block;
  font-family: "icomoon";
  color: var(--m);
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 30px;
  line-height: 40px;
}
.td-a1::after {
  width: 405%;
}
.td-a1::before {
  left: calc(405% - 2px);
}
.td-a2::after {
  width: 395%;
}
.td-a2::before {
  left: calc(395% - 2px);
}
.td-a3::after {
  width: 300%;
}
.td-a3::before {
  left: calc(300% - 2px);
}
.td-a4::after {
  width: 250%;
}
.td-a4::before {
  left: calc(250% - 2px);
}
.td-a5::after {
  width: 225%;
}
.td-a5::before {
  left: calc(225% - 2px);
}
.td-a6::after {
  width: 265%;
}
.td-a6::before {
  left: calc(265% - 2px);
}
.td-a7::after {
  width: 165%;
}
.td-a7::before {
  left: calc(165% - 2px);
}
.td-a8::after {
  width: 145%;
}
.td-a8::before {
  left: calc(145% - 2px);
}
.td-a9::after {
  width: 115%;
}
.td-a9::before {
  left: calc(115% - 2px);
}
.td-a10::after {
  width: 115%;
}
.td-a10::before {
  left: calc(115% - 2px);
}
.info-item10 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-item10 .list-item {
  width: 48%;
  margin-bottom: 25px;
  padding: 20px 20px 5px;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
  margin-top: 30px;
}
.info-item10.info-item10-a .list-item {
  border: 2px #bfbfbf dotted;
  margin-top: 0px;
}
.info-item10.info-item10-b .list-item {
  width: 49%;
  margin-bottom: 20px;
  padding: 20px 20px 5px;
  border-radius: 0;
  margin-top: 0px;
  background: #f6f4fe;
  border: none;
  border-top: 11px solid var(--m);
}
.info-item10.info-item10-mt0 .list-item {
  margin-top: 0px;
  margin-bottom: 20px;
}
.info-item10 .list-item .style1 {
  width: 80%;
  max-width: 100%;
  margin-left: 10%;
  margin-top: -30px;
  padding: 5px 10px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #e6e0ec;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
  border-radius: 10px;
}
.info-item10 .pic1 {
  margin-right: 15px;
}
.info-item10-b.info-style3 .list-item {
  justify-content: flex-start;
  column-gap: 2%;
  flex-wrap: wrap;
  padding: 20px 10px 5px;
}
.info-item10-b.info-style3 .list-item {
  width: 32%;
}
.info-item12 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 25px;
  border: 1px solid var(--m);
}
.info-item12 .pic {
  width: 140px;
  position: relative;
}
.info-item12 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s;
}
.info-item12 .text {
  width: calc(100% - 140px);
  padding: 45px 15px 10px;
  background: var(--w);
  position: relative;
}
.info-item12 .text:before {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  left: 15px;
  top: 25px;
  background: var(--m);
}
.info-item12 .text ul {
  margin-bottom: 0px;
}
.info-item37 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 2%;
  flex-wrap: wrap;
}
.info-item37 .li {
  border-radius: 12px;
  padding: 15px 15px 5px;
  border: #e1dcf1 solid 1px;
  background: linear-gradient(180deg, transparent, #f5f3fd);
  margin-bottom: 15px;
  width: 32%;
}
.info-item37 .li p {
  text-align: center;
}
.info-item37.info-style2 .li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .info-item10.info-item10-b .list-item {
    width: 100%;
  }
  .info-item10 .list-item {
    width: 100%;
  }
  .info-item12 {
    flex-wrap: wrap;
  }
  .info-item12 .pic {
    width: 100%;
    height: 150px;
  }
  .info-item12 .text {
    width: 100%;
  }
  .info-item37 .li {
    width: 100%;
  }
  .info-item37.info-style2 .li {
    width: 100%;
  }
}

.inpage-nav {
  position: sticky;
  top: 80px;
  z-index: 9;
  margin-bottom: 20px;
  background: var(--w);
}
.inpage-nav .con_box {
  padding-top: 0;
  padding-bottom: 0;
}
.inpage-show {
  padding: 10px 0;
  border-bottom: 3px solid var(--m);
  overflow-x: auto;
}
.inpage-navbox {
  width: max-content;
}
.inpage-nav span {
  display: inline-block;
  padding: 6px 10px;
  margin-right: 5px;
  font-family: var(--f1);
  border-radius: 50px;
  background: #eee;
  color: var(--m);
  cursor: pointer;
}
.inpage-nav .inpage-act {
  background: var(--m);
  color: var(--w);
}
.new-box h2 a {
  padding: 0;
  background: none;
  border-left: 0 !important;
}
.shadow-box {
  height: 100%;
  background: var(--w);
  box-shadow: var(--s);
  padding: 15px;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
}
.flex .show-center {
  width: 160px;
  margin: 0;
}
.flex .show-center img,
.flex .text p:last-child {
  margin-bottom: 0;
}
.flex .text {
  width: calc(100% - 180px);
}
.faq-nav {
  margin: 0 0 20px;
  padding: 0;
}
.faq-nav > .faq-list {
  line-height: 26px;
  position: var(--r);
  background: var(--w);
  margin-bottom: 15px;
}
.faq-nav > .faq-list:last-child {
  margin-bottom: 0;
}
.faq-nav > .faq-list > span {
  display: block;
  padding: 12px 55px 12px 15px;
  font-family: var(--f1);
  line-height: 24px;
  color: var(--b1);
  background: #eee;
  border-radius: 0;
  transition: all 0.3s;
  position: var(--r);
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
}
.faq-nav > .faq-list > span::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--m);
  color: var(--w);
  content: "+";
  font-weight: bold;
  font-size: 18px;
  position: var(--a);
  right: 15px;
  top: 9px;
  border-radius: 50%;
}
.faq-nav > .faq-list.open > span::before {
  content: "-";
}
.faq-nav > .faq-list.open > span,
.faq-nav > .faq-list > span:hover {
  color: var(--m);
}
.faq-nav > .faq-list > .sub-menu {
  display: none;
  list-style: none;
  clear: both;
  overflow: visible !important;
  margin: 20px 0 0;
  padding: 15px;
  border: 1px solid #ccc;
  position: relative;
}
.faq-nav > .faq-list > .sub-menu::before {
  display: block;
  position: absolute;
  z-index: 10;
  content: "";
  left: 0;
  top: 0;
  width: 1em;
  aspect-ratio: 1;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  border: 1px solid #ccc;
  transform: rotateZ(45deg) translate3d(1em, -1.7em, 0);
}
@media (max-width: 1024px) {
  .inpage-nav {
    top: 0;
  }
}
@media (max-width: 500px) {
  .flex {
    display: block;
  }
  .flex .show-center {
    margin-bottom: 15px;
  }
  .flex .show-center,
  .flex .text {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .e404 {
    width: 90%;
    margin: 0px auto auto auto;
    padding: 15px;
  }
  .grey-1 {
    padding: 25px;
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .ser-tit .pro_btn {
    float: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive table {
    width: 700px;
  }
  .con-row1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    column-width: 100%;
    column-gap: 0;
  }
  .ser-tit h1,
  .ser-tit .pg-tit1 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  table.bt th:before,
  table.bt td:before {
    width: 100%;
  }
  table.bt .bt-content {
    width: 100%;
  }
  .flow-3 {
    display: block;
  }
  .f3-1 {
    text-align: left;
  }
  .f3-1::after {
    opacity: 0;
  }
  .f3-2 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .inc- {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .it-center {
    align-items: center;
  }
  .con-row1 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-width: 50%;
    column-gap: 20px;
  }
  .row.ser-pg {
    display: block;
  }
  .in-one,
  .in-two .col-lg-5 {
    padding-right: 45px;
  }
  .in1-12::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: var(--b);
  }
  .in1-11 {
    padding: 40px;
  }
  .resources-item .list-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .cd-fixbg {
    background-attachment: fixed;
    height: 100%;
  }
  .in1-3 img {
    display: block;
  }
  .ab1-1 {
    height: 420px;
  }
  .inc-box {
    padding: 20px 20px 15px;
  }
  .s-text .row {
    display: flex !important;
  }
  .ser-pg {
    display: block;
  }
  .flow-2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--childWidth));
    justify-content: space-between;
  }
  .flow-2 > div {
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .chat-map {
    margin-top: 0;
  }
  .ser-pg > .col-lg-3 {
    float: left;
    width: 330px;
  }
  .ser-pg > .col-lg-9 {
    float: right;
    width: calc(100% - 340px);
  }
  .flow-1 {
    max-width: 850px;
    margin: 0 auto 20px;
    display: flex;
    flex-basis: var(--childWidth);
    justify-content: center;
  }
  .flow-1 > div {
    margin: 16px;
    padding: 32px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .flow-1 > div:not(:last-child)::before {
    position: absolute;
    content: "";
    background-image: url("../img/platform-2.jpg");
    width: 48px;
    aspect-ratio: 1;
    left: calc(100% - 8px);
    background-size: cover;
    z-index: 1;
  }
  .resources-item .list-item {
    width: calc(33.3% - 10px);
  }
}
@media (min-width: 1440px) {
  .con-row1 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-width: 50%;
    column-gap: 20px;
  }
  .bread-crumb li {
    font-size: 1.1rem;
  }
  .ab1-1 {
    height: 320px;
  }
  .ser-pg > .col-lg-3 {
    width: 360px;
  }
  .ser-pg > .col-lg-9 {
    width: calc(100% - 380px);
  }
}

#xload-policy {
  display: inline-block !important;
}
.zsiq_floatmain.siq_bR {
  z-index: 99 !important;
}
.privacy-policy-message-layer {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  color: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.privacy-policy-message-layer .content {
  padding: 0 30px;
  font-size: 14px;
}
.privacy-policy-message-layer .content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #1d294c;
}
.privacy-policy-message-layer .content p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.privacy-policy-link {
  color: #1d294c !important;
  text-decoration: underline !important;
}
#privacy-policy-btn-close {
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 15px;
}
#privacy-policy-btn-close:hover {
  background-color: #000;
  color: #fff;
}
.privacy-policy-btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 25px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  margin-right: 15px;
  cursor: pointer;
}
.privacy-policy-btn:hover {
  background-color: #000;
  color: #fff;
}
.privacy-policy-btn.primary {
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}
.privacy-policy-btn.primary:hover {
  background-color: #16a8db;
  border: 1px solid #16a8db;
  color: #fff;
}
.privacy-policy-message-popup {
  position: fixed;
  z-index: 2147483647;
  top: 15%;
  left: 5%;
  width: 90%;
  height: 500px;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-size: 15px;
}
.privacy-policy-message-popup .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.privacy-policy-message-popup h3 {
  font-size: 20px;
  padding: 0 20px;
  margin: 0;
}
.privacy-policy-message-popup h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 992px) {
  .privacy-policy-message-popup {
    width: 650px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.privacy-policy-message-popup .content {
  height: 355px;
  overflow-y: auto;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #fff;
  padding: 20px 0 5px 0;
  box-sizing: border-box;
}
.privacy-policy-message-popup .content p {
  margin: 0 0 15px 0;
  padding: 0 20px;
  font-size: 15px;
}
.privacy-policy-message-popup .toolbar {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.privacy-policy-always-active {
  color: #3371be;
  float: right;
}
.privacy-policy-gray-text {
  color: #666;
}
.privacy-policy-message-layer .privacy-info {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
.privacy-policy-message-layer .privacy-info .privacy-text {
  max-width: 1000px;
}
.privacy-policy-message-layer .privacy-info .privacy-text p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #1d294c;
}
.privacy-policy-message-layer .privacy-info .privacy-btn {
  flex-shrink: 0;
  margin-left: 100px;
}
@media screen and (max-width: 1000px) {
  .privacy-policy-message-layer .content {
    padding: 0 15px;
  }
  .privacy-policy-message-layer .privacy-info .privacy-btn {
    margin-left: 0;
  }
  .privacy-policy-message-layer .privacy-info .privacy-text {
    margin-bottom: 15px;
    padding-right: 30px;
  }
  .privacy-policy-message-layer .privacy-info .privacy-text p {
    font-size: 13px;
  }
  .privacy-policy-message-layer .privacy-info {
    flex-wrap: wrap;
    padding: 0;
  }
  .privacy-policy-btn {
    padding: 2px 15px;
  }
  .privacy-policy-btn.primary {
    font-size: 12px;
    padding: 2px 15px;
  }
}

.related-services-container {
  margin: 30px 0 50px 0;
}
.related-services-container h2 {
  color: #000;
  margin-bottom: 15px;
  font-size: 22px;
}
.related-services-container ul {
  display: flex;
  flex-wrap: wrap;
  /* padding-left: 20px; */
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.related-services-container ul > li {
  width: 49%;
  /* list-style: disc; */
  padding: 3px 0;
  margin-bottom: 10px;
  list-style: none;
}
.related-services-container ul > li a {
  color:var(--m);
  display: block;
  padding: 10px 10px 10px 30px;
  line-height: 26px;
  background: #f0f1f2;
  break-inside: avoid;
  position: relative;
  transition: all ease-out 0.3s;
  border-radius: 5px;
}
.related-services-container ul > li a:hover {
  background:var(--v);
  transition: all ease-out 0.3s;
}
.related-services-container ul > li a:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 12px;
  border-left: 3px solid #1f2632;
  border-top: 3px solid #1f2632;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotateZ(135deg);
  transition: border-left-color ease-out 0.3s, border-top-color ease-out 0.3s;
}

.intended-for-container {
  display: flex;
  padding: 15px;
  border-radius: 5px;
  background: #d8d2ef9e;
}
.intended-for-container > i {
  font-size: 20px;
  color:var(--m);
  margin-right: 10px;
  padding-top: 2px;
}
.related-services-out-container {
  padding-top: 0;
  padding-bottom: 60px;
  margin-top: -90px;
}
.notice {
  background: url(../images/notice.svg) no-repeat 20px 12px / 22px #f3f3f3;
  padding: 10px 20px 10px 56px !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  color: #000 !important;
}

/*
  -------css from ray -----------
*/
.title1{
	display: block;
    margin-bottom: 25px !important;
    margin-top: 5px !important;
    padding: 10px 20px;
    text-align: center;
    background: var(--m);
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
}
.title2{
	display: inline-block;
    margin-bottom: 15px !important;
    padding: 12px 15px;
    background: var(--m);
    color: #fff;
    border-radius: 8px;
    line-height: 1.3;
}
.list-icon1{
	padding-left: 28px;
}
.list-icon1>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.list-icon1>li:before{
	content: '';
    position: absolute;
    top: 4px;
    left: -28px;
    width: 18px;
    height: 18px;
    background: url(../images/list-icon1.png) no-repeat 0px center/15px;
}
.info-box1{
	width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 20px 20px 5px;
    border-radius: 15px;
    background: #f2f2f2;
}
.info-box1 .info-pic-left{
	margin-bottom: 15px;
}
.info-box1 .info-pic-right{
	margin-bottom: 15px;
}
.info-box2{
	width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 20px 20px 5px;
    border-radius: 15px;
    border: 2px dashed #ccc;
}
.info-box2 .info-pic-left{
	margin-bottom: 15px;
}
.info-box2 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .row{
	display: flex;
	flex-wrap: wrap;
}
.services-container .row div[class*="col"]:has(> .info-box3){
	margin-bottom:25px;
}

.info-box3{
	width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 20px;
    border: 1px dashed #999;
}
.info-box3 .info-pic-left{
	margin-bottom: 15px;
}
.info-box3 .info-pic-right{
	margin-bottom: 15px;
}
.info-box3 p strong,.info-box3 h3{
	background-color: var(--m);
	border-radius: 5px;
	padding:5px 15px;
	color:#fff;
	display: inline-block;
}
.info-box3 p strong a,.info-box3 h3 a{
  color:var(--y); 
}
.info-box3 p strong:has(> a):hover,.info-box3 h3:has(> a):hover{
  background-color: var(--v);
}
.info-box3 p strong:has(> a):hover a,.info-box3 h3:has(> a):hover a{
  color:#fff;
}
.info-box4{
	width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 20px;
    border: 1px dashed var(--m);
}
.info-box4 .info-pic-left{
	margin-bottom: 15px;
}
.info-box4 .info-pic-right{
	margin-bottom: 15px;
}
.services-container .row div[class*="col"]:has(> .info-box5){
	margin-bottom:25px;
}

.info-box5{
	width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 20px;
    border: 1px solid var(--m);
	background-color:var(--v);

}
.info-box5 .info-pic-left{
	margin-bottom: 15px;
}
.info-box5 .info-pic-right{
	margin-bottom: 15px;
}

.info-item1 img{
	border-radius: 50%;
	width: 160px;
	height: 160px;
	object-fit: cover;
	border: 8px solid var(--m);
}
.info-item2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item2 .list-item{
	width: 49%;
	padding-left: 45px;
	position: relative;
}
.info-item2 .list-item .list-number{
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0px;
	top: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	background: linear-gradient(to right,rgb(21,185,168),#fff 65%);
	border-radius: 50%;
}
.info-item2 .list-item .list-number:before{
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	left: 2px;
	top: 2px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.info-item2 .list-item .list-number:after{
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	left: 4px;
	top: 4px;
	background: rgb(21,185,168);
	border-radius: 50%;
}
.info-item2 .list-item span{
	position: relative;
	z-index: 3;
}
.info-item2 .list-item:nth-child(2) .list-number{
	background: linear-gradient(to right,rgb(38,166,221),#fff 65%);
}
.info-item2 .list-item:nth-child(2) .list-number:after{
	background: rgb(38,166,221);
}
.info-item2 .list-item:nth-child(3) .list-number{
	background: linear-gradient(to right,rgb(141,52,148),#fff 65%);
}
.info-item2 .list-item:nth-child(3) .list-number:after{
	background: rgb(141,52,148);
}
.info-item2 .list-item:nth-child(4) .list-number{
	background: linear-gradient(to right,rgb(17,156,73),#fff 65%);
}
.info-item2 .list-item:nth-child(4) .list-number:after{
	background: rgb(17,156,73);
}
.info-item2 .list-item:nth-child(5) .list-number{
	background: linear-gradient(to right,rgb(239,86,53),#fff 65%);
}
.info-item2 .list-item:nth-child(5) .list-number:after{
	background: rgb(239,86,53);
}
.info-item2 .list-item:nth-child(6) .list-number{
	background: linear-gradient(to right,rgb(119,189,65),#fff 65%);
}
.info-item2 .list-item:nth-child(6) .list-number:after{
	background: rgb(119,189,65);
}
.info-item3{
	width: 100%;
	height: auto;
}
.info-item3>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item3>.row:before{
	content: none;
}
.info-item3>.row:after{
	content: none;
}
.info-item3>.row>div{
    padding: 0px 10px;
	margin-bottom: 30px;
}
.info-item3 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    padding: 20px 20px 5px;
    border-radius: 25px;
}
.info-item3 .list-item img{
	border-radius: 50%;
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.info-item3 .list-item p{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.info-item3 .list-item .style1{
	min-height: 52px;
	font-size: 15px;
	line-height: 26px;
}
.info-item4{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item4 .list-item{
	width: 49%;
	padding-left: 35px;
	position: relative;
}
.info-item4 .list-item:before{
	content: '\2714';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	background: var(--m);
	border-radius: 50%;
}
.info-item4.info-style2 .list-item:before{
	width: 22px;
	height: 22px;
	content: '';
	background: url(../images/arrow3.png) no-repeat center center/contain;
	border-radius: 0px;
	top: 1px;
}
.info-item4-box{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item4-box .list-content{
	width: 49%;
	margin-bottom: 25px;
	padding: 20px 15px 5px;
	border: 2px dashed #385724;
	border-radius: 20px;
}


.info-item5{
	width: 100%;
	height: auto;
}
.info-item5>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item5>.row:before{
	content: none;
}
.info-item5>.row:after{
	content: none;
}
.info-item5>.row>div{
    padding: 0px 10px;
	margin-bottom: 30px;
}
.info-item5 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    border: 2px dashed var(--m);
    padding: 10px;
    border-radius: 50px;
}
.info-item5 .list-item-box{
	width: 100%;
	height: calc(100% - 20px);
    border-radius: 50px 50px 20px 20px;
    overflow: hidden;
    padding-bottom: 10px;
}
.info-item5 .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.info-item5 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item5 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item6{
	width: 100%;
	height: auto;
	padding-left: 40px;
}
.info-item6-box{
	width: 100%;
	height: auto;
	padding: 20px 20px 5px;
	background: rgb(242,242,242);
	margin-bottom: 30px;
}
.info-item6-box .style1{
	position: relative;
}
.info-item6-box .style1:before{
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: -60px;
	top: 1px;
	background: url(../images/arrow2.png) no-repeat center center/contain;
}

.info-item6.info-style2{
	padding-left: 30px;
}
.info-item6.info-style2 .info-item6-box .style1:before{
	left: -35px;
}
.info-item6.info-style2 .info-item6-box{
	padding: 0px 0px;
	background: #fff;
	margin-bottom: 0px;
}

.info-item7{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item7 .pic{
	width: 25%;
	overflow: hidden;
	position: relative;
}
.info-item7 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item7 .text{
	width: 75%;
	padding: 20px 20px 5px;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 210px;
}
.info-item8{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 20px 20px 5px;
	border-radius: 30px;
	border: 2px dashed var(--m);
}
.info-item9{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 20px 20px 5px;
	border-radius: 20px;
	background: rgb(237,237,237);
}
.info-item9 .row>div{
	width: 20%;
}
.info-item9 .row>div ul li{
	font-size: 15px;
	line-height: 26px;
}
.info-item10{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item10 .list-item{
	width: 49%;
	margin-bottom: 20px;
	padding: 20px 20px 5px 40px;
	border-radius: 30px;
	border: 2px dashed var(--m);
}
.info-item10 .list-item .style1{
	position: relative;
}
.info-item10 .list-item .style1:before{
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: -30px;
	top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	background: url(../images/arrow3.png) no-repeat center center/contain;
}
.info-item11{
	position: relative;
	padding-left: 34px;
}
.info-item11:before{
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 2px;
	background: url(../images/arrow4.png) no-repeat center center/contain;
}
.info-item12{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
}
.info-item12 .list-item{
	width: 49%;
	border-radius: 10px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	padding: 10px 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item12 .list-item .pic{
	width: 30%;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.info-item12 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item12 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item12 .list-item .text{
	width: 67%;
	padding: 15px 0px 5px;
}
.info-item12 .list-item .text p{
	font-size: 15px;
	line-height: 26px;
	padding-bottom: 10px;
}

.info-item13{
	width: 100%;
	height: auto;
}
.info-item13>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item13>.row:before{
	content: none;
}
.info-item13>.row:after{
	content: none;
}
.info-item13>.row>div{
    padding: 0px 10px;
	margin-bottom: 30px;
}
.info-item13 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    background: rgb(247,247,247);
}
.info-item13 .list-item .style1{
	width: 100%;
	min-height: 64px;
	padding: 5px 10px;
	text-align: center;
	background: #548235;
	color: #fff;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-item13 .list-item .text{
	width: 100%;
	height: calc(100% - 64px);
	border: 2px dashed #385724;
	border-top: none;
	padding: 20px 10px 5px;
}
.info-item13>.row>div:nth-child(2n) .list-item .style1{
	background: #806000;
}
.info-item13>.row>div:nth-child(3n) .list-item .style1{
	background: #333F50;
}
.info-item14{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
}
.info-item14 .list-item{
	width: 49%;
	margin-bottom: 30px;
	padding-left: 55px;
	position: relative;
}
.info-item14 .list-item .pic{
	width: 110px;
	height: 110px;
	border-radius: 200px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}
.info-item14 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item14 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item14 .list-item .text{
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	padding: 20px 10px 5px 65px;
	border-radius: 0px 20px 20px 0px;
}
.info-item15{
	width: 100%;
	height: auto;
}
.info-item15>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item15>.row:before{
	content: none;
}
.info-item15>.row:after{
	content: none;
}
.info-item15>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
	margin-top: 45px;
}
.info-item15 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 2px dashed #548235;
    border-radius: 20px;
    position: relative;
}
.info-item15 .list-item .pic{
	width: 90px;
	height: 90px;
	border-radius: 200px;
	position: absolute;
	left: 50%;
	top: -45px;
	transform: translateX(-50%);
	overflow: hidden;
	border: 2px dashed #548235;
	background: #fff;
	padding: 10px;
}
.info-item15 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .5s;
}
.info-item15 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item15 .list-item .text{
	width: 100%;
	padding: 55px 10px 5px;
}
.info-item15 .list-item .text p{
	font-size: 15px;
	line-height: 24px;
}
.info-item15 .list-item .text ul li{
	font-size: 14px;
	line-height: 24px;
}
.info-item15>.row>div:nth-child(4n-2) .list-item{
    border: 2px dashed #2F5597;
}
.info-item15>.row>div:nth-child(4n-2) .list-item .pic{
    border: 2px dashed #2F5597;
}
.info-item15>.row>div:nth-child(4n-1) .list-item{
    border: 2px dashed #BF9000;
}
.info-item15>.row>div:nth-child(4n-1) .list-item .pic{
    border: 2px dashed #BF9000;
}
.info-item15>.row>div:nth-child(4n) .list-item{
    border: 2px dashed #808080;
}
.info-item15>.row>div:nth-child(4n) .list-item .pic{
    border: 2px dashed #808080;
}
.info-item16{
	width: 100%;
	height: auto;
}
.info-item16>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item16>.row:before{
	content: none;
}
.info-item16>.row:after{
	content: none;
}
.info-item16>.row>div{
    padding: 0px 10px;
	margin-bottom: 30px;
}
.info-item16 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    padding: 10px 10px 5px;
    border-radius: 20px;
}
.info-item16 .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.info-item16 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item16 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item17{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.info-item17 .text{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.info-item17 .text:last-child{
	margin-top: -100px;
}
.info-item17 .text .text-list{
	width: 32%;
}
.info-item17 .text p{
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 5px;
}
.info-item17 .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: -100px;
}
.info-item17 .pic img{
	width: 60%;
	height: auto;
}
.info-item18{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item18 .list-item{
	width: 49%;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-item18 .list-item .pic{
	width: 80px;
}
.info-item18 .list-item .pic img{
	width: 100%;
	height: auto;
}
.info-item18 .list-item .text{
	width: calc(100% - 90px);
	height: 100%;
	padding: 20px 20px 5px;
    border-radius: 10px;
    border: 2px dashed var(--m);
}
.info-item19{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}
.info-item19 .text{
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-item19 .text .list-item{
	width: 36%;
}
.info-item19 .pic{
	width: 24%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.info-item19 .pic img{
	width: 100%;
	height: auto;
}
.info-item19 .text p{
	padding-bottom: 0px;
}
.info-item19 .text .list-item{
	margin-bottom: 15px;
	padding-right: 50px;
	position: relative;
}
.info-item19 .text .list-item:last-child{
	margin-bottom: 0px;
}
.info-item19 .text .list-item:after{
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/arrow5.png) no-repeat center center/contain;
	position: absolute;
	right: 0px;
	top: 50px;
	transform: translateY(-50%);
}
.info-item19 .text .list-item:nth-child(2n){
	padding-left: 60px;
	padding-right: 0px;
}
.info-item19 .text .list-item:nth-child(2n):after{
	left: 0px;
	right: auto;
}
.info-item20{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item20 .list-item{
	width: 49%;
	margin-bottom: 25px;
	background: #f2f2f2;
	box-shadow: 3px 4px 6px rgba(0,0,0,.15);
	padding: 20px 10px 5px 45px;
	position: relative;
}
.info-item20 .list-item:before{
	content: '';
	width: 30px;
	height: 100%;
	background: var(--m);
	position: absolute;
	left: 0px;
	top: 0px;
    clip-path: polygon(0% 0%,16px 0%,100% 50%,16px 100%,0% 100%);
}
.info-item22{
	width: 100%;
	height: auto;
}
.info-item22>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -5px;
}
.info-item22>.row:before{
	content: none;
}
.info-item22>.row:after{
	content: none;
}
.info-item22>.row>div{
    padding: 0px 5px;
	margin-bottom: 25px;
	margin-top: 50px;
}
.info-item22 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #548235;
    position: relative;
    box-shadow: 0px 0px 6px rgba(0,0,0,.5)
}
.info-item22 .list-item .pic{
	width: 100px;
	height: 100px;
	border-radius: 200px;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	overflow: hidden;
	border: 3px dashed #fff;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15)
}
.info-item22 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.info-item22 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item22 .list-item .text{
	width: 100%;
	padding: 60px 10px 5px;
}
.info-item22 .list-item .text p{
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.info-item22 .list-item .text .style1{
	min-height: 50px;
	padding: 0px;
	margin-bottom: 15px;
}
.info-item22>.row>div:nth-child(4n-2) .list-item{
    background: #203864;
}
.info-item22>.row>div:nth-child(4n-1) .list-item{
    background: #BF9000;
}
.info-item22>.row>div:nth-child(4n) .list-item{
    background: #535353;
}
.info-item23{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
	margin-top: 30px;
}
.info-item23 .list-item{
	width: 32%;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.info-item23 .list-item .list-title{
	width: 170px;
	height: auto;
	min-height: 170px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 50px;
	margin-top: 30px;
}
.info-item23 .list-item .list-title:before{
	content: '';
	width: 100%;
	height: 100%;
	border: 2px solid #385724;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	z-index: -2;
}
.info-item23 .list-item .list-title:after{
	content: '';
	width: 80%;
	height: 80%;
	background: #385724;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	z-index: -1;
}
.info-item23 .list-item .list-title .list-number{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.info-item23 .list-item .list-title p{
	padding-bottom: 0px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.info-item23 .list-item .list-text p{
	line-height: 24px;
	font-size: 15px;
}
.info-item23 .list-item:nth-child(2) .list-title:before{
	border: 2px solid #806000;
}
.info-item23 .list-item:nth-child(2) .list-title:after{
	background: #806000;
}
.info-item23 .list-item:nth-child(3) .list-title:before{
	border: 2px solid #7C7C7C;
}
.info-item23 .list-item:nth-child(3) .list-title:after{
	background: #7C7C7C;
}
.info-item23 .list-item:nth-child(4) .list-title:before{
	border: 2px solid #7C7C7C;
}
.info-item23 .list-item:nth-child(4) .list-title:after{
	background: #7C7C7C;
}
.info-item23 .list-item:nth-child(5) .list-title:before{
	border: 2px solid #843C0B;
}
.info-item23 .list-item:nth-child(5) .list-title:after{
	background: #843C0B;
}
.info-item23 .list-item:nth-child(6) .list-title:before{
	border: 2px solid #BF9000;
}
.info-item23 .list-item:nth-child(6) .list-title:after{
	background: #BF9000;
}

.info-item24{
	width: 100%;
	height: auto;
}
.info-item24>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -15px;
}
.info-item24>.row:before{
	content: none;
}
.info-item24>.row:after{
	content: none;
}
.info-item24>.row>div{
    padding: 0px 15px;
	margin-bottom: 25px;
}
.info-item24 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 1px solid #C55A11;
}
.info-item24 .list-item .pic{
	width: 100%;
	height: auto;
	padding: 15px 0px;
	display: flex;
	justify-content: center;
	background: #C55A11;
}
.info-item24 .list-item .pic img{
	width: auto;
	height: 60px;
}
.info-item24 .list-item .text{
	width: 100%;
	padding: 20px 15px 5px;
}
.info-item24>.row>div:nth-child(2) .list-item{
    border: 1px solid #FFC000;
}
.info-item24>.row>div:nth-child(2) .list-item .pic{
    background: #FFC000;
}
.info-item24>.row>div:nth-child(3) .list-item{
    border: 1px solid #548235;
}
.info-item24>.row>div:nth-child(3) .list-item .pic{
    background: #548235;
}
.info-item25{
	width: 100%;
	height: auto;
}
.info-item25>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item25>.row:before{
	content: none;
}
.info-item25>.row:after{
	content: none;
}
.info-item25>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item25 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 2px dashed var(--m);
    border-radius: 15px;
    padding: 20px 20px 5px;
}
.info-item25 .list-item .style1{
	font-weight: bold;
    padding-left: 25px;
    color: var(--m);
    position: relative;
}
.info-item25 .list-item .style1:before{
	content: '';
	width: 19px;
	height: 19px;
	background: url(../images/arrow6.png) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 4px;
}
.info-item30{
	width: 100%;
	height: auto;
}
.info-item30>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item30>.row:before{
	content: none;
}
.info-item30>.row:after{
	content: none;
}
.info-item30>.row>div{
    padding: 0px 10px;
	margin-bottom: 20px;
}
.info-item30 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border-top: 5px solid var(--v);
    padding: 20px 15px 5px;
    background: var(--v);
}
.info-item30 .list-item2{
	width: 100%;
	height: 100%;
	display: block;
    border: 1px solid var(--v);
    padding: 20px 15px 5px;
    background: var(--v);
	border-radius: 15px;
}
.info-item31{
	width: 100%;
	height: auto;
}
.info-item31>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item31>.row:before{
	content: none;
}
.info-item31>.row:after{
	content: none;
}
.info-item31>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item31 .list-item{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-item31 .list-item .pic{
	width: 130px;
	height: auto;
	position: relative;
	z-index: 3;
}
.info-item31 .list-item .pic img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.info-item31 .list-item .text{
	width: calc(100% - 65px);
	height: 100%;
	margin-left: -65px;
	background: rgb(248,248,248);
	box-shadow: 0px 0px 8px rgba(0,0,0,.2);
	border-radius: 0px 20px 20px 0px;
	padding: 20px 15px 5px 80px;
}
.info-item32{
	width: 100%;
	height: auto;
}
.info-item32>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item32>.row:before{
	content: none;
}
.info-item32>.row:after{
	content: none;
}
.info-item32>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item32 .list-item{
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #ccc;
}
.info-item32 .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	clip-path: polygon(0% 0%,100% 0%,100% 80%,50% 100%,0% 80%);
	margin-bottom: 10px;
}
.info-item32 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item32 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item32 .list-item .text{
	width: 100%;
	padding: 0px 15px;
}
.info-item32 .list-item .text h3{
	margin-bottom: 10px;
}
.info-item33{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	box-shadow: 0px 0px 12px rgba(0,0,0,.15);
}
.info-item33 .pic{
	width: 200px;
	overflow: hidden;
	position: relative;
}
.info-item33 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item33 .text{
	width: calc(100% - 200px);
	padding: 20px 20px 5px;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.info-item34{
	width: 100%;
	height: auto;
}
.info-item34>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item34>.row:before{
	content: none;
}
.info-item34>.row:after{
	content: none;
}
.info-item34>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item34 .list-item{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	padding: 5px;
}
.info-item34 .list-item .pic{
	width: 140px;
	position: relative;
	overflow: hidden;
	border-radius: 17px;
}
.info-item34 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item34 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item34 .list-item .text{
	width: calc(100% - 140px);
	padding: 15px 15px 5px;
	min-height: 240px;
}
.info-item34 .list-item .text p{
	padding-bottom: 10px;
}
.info-item35{
	width: 100%;
	height: auto;
}
.info-item35>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item35>.row:before{
	content: none;
}
.info-item35>.row:after{
	content: none;
}
.info-item35>.row>div{
    padding: 0px 10px;
	margin-bottom: 20px;
}
.info-item35 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    padding: 20px 15px 5px;
    background: linear-gradient(to bottom,rgb(215,228,189),rgb(247,250,250));
}
.research-title-list-box{
	width: 100%;
	height: auto;
	background: #fff;
	position: sticky;
	top: 80px;
	z-index: 33;
}
.research-title-list{
	width: 100%;
	height: auto;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--v);
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 25px;
}
.research-title-list .list-item{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px 20px;
	min-height: 42px;
	background: var(--v);
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 5px;
}
.research-title-list .list-item:hover{
	background: var(--v);
	color: #fff;
}
.research-title-list .list-item.shows{
	background: var(--v);
	color: #fff;
}
.research-section8{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.research-section8 .section-title{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	margin-top: 10px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
}
.research-section8 .section-title p{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 20px;
	background: #c5f5d5;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
	min-height: 44px;
	border-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
}
.research-section8 .section-title p.shows{
	background: var(--v);
	color: #fff;
}
.research-section8 .section-title p:hover{
	background: var(--v);
	color: #fff;
}
.research-section8 .section-list{
	width: 100%;
	height: auto;
}
.research-section8 .section-list .list-content{
	width: 100%;
	height: auto;
	display: none;
}
.research-section8 .section-list .list-content:first-child{
	display: block;
}
.info-item36{
	width: 100%;
	height: auto;
}
.info-item36>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item36>.row:before{
	content: none;
}
.info-item36>.row:after{
	content: none;
}
.info-item36>.row>div{
    padding: 0px 10px;
	margin-bottom: 10px;
}
.info-item36 .list-item{
	width: 100%;
	height: 100%;
	display: block;
}
.info-item36 .list-item .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.info-item36 .list-item .pic-box{
	width: 200px;
	height: 200px;
	max-width: 100%;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid var(--v);
}
.info-item36 .list-item .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.info-item36 .list-item .pic-box:hover  img{
	transform: scale(1.2) rotate(45deg); 
}
.info-item36 .list-item p{
	padding-bottom: 10px;
}
.page-box22 h3{
  border-bottom:1px dashed var(--v);padding-bottom:15px;
}

.page-tab{
	position: sticky;
  /*  top: 165px;*/
	background-color: #fff;
	padding: 15px 0px 5px 0px;
	/* border-bottom: 1px solid var(--v); */
	margin-bottom: 20px;
	z-index: 100;
  
  }
  
  .page-tab span,.page-tab a{
	padding: 7px 10px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom:10px;
	background-color: #f5f5f5;
	cursor: pointer;
	font-weight:bold;
	font-size:15px;
  }
  
  .page-tab span:hover,.page-tab a:hover,.page-tab-choose{
	background-color: var(--v) !important;
	color: #fff !important;
  }
  
  .page-tab .navs-top-click {
	  display: none;
	  font-size: 14px; 
	  cursor: pointer;
	  margin-bottom: 7px;
	  position: relative;
	  background-color: #f2f2f2;
	  padding:8px;
	  /* font-weight:bold; */
  }
  
  .page-tab .navs-top-click i {
	  position: absolute;
	  top:25%;
	  right:0px;
	  /* border:1px solid #ff0000; */
	  width:30px;
	  height:30px;
	  transform: rotate(45deg);
  }
  .page-tab .navs-top-click i::after{
	content:"";
	width:8px;
	height:8px;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	position: absolute;
	top:5px;
	left:5px;
  }
  .page-tab .navs-top-click i.iconturn{
	  top:-10%;
	  transform: rotate(225deg);
  }
  

  
  @media(min-width:992px){
	  .page-tab .page-tab-nav{display: none;}
  }
  @media(max-width:993px){
	  .page-tab .page-tab-nav{display: block;}
	  .page-tab .navs-top-click {
		  display: block;
	  }
	  .page-tab{height:56px;overflow: hidden;}
	  .page-tab.active-add-new-detail {
	 /* display: inline-block !important;*/
	  height:auto !important;
		  overflow:auto;
  }
  }

  .sticky-label{
	font-size:24px;
	font-weight:bold;
  }

  .faq-list {
	position: relative;
	padding: 0 1em 1em 0;
	border-radius: 4px;
	margin-bottom: 1em;
  }
  .faq-list > dt {
	position: relative;
	margin-bottom: 1em;
  }
  .faq-list .title {
	position: relative;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
	padding-right: 1em;
	font-weight: bold;
	padding: 5px 30px 5px 10px;
	background: #f8f8f8;
  }
  .faq-list .title:hover {
	color: var(--purple-color);
  }
  .faq-list .title::after {
	position: absolute;
	content: "+";
	right: 0.8em;
	top: 0.3em;
	transition: all ease-in-out 0.3s;
  }
  .faq-list .title.active::after {
	content: "-";
  }
  .faq-list .content {
	position: relative;
	display: none;
	padding: 0.6em 0.8em;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	position: relative;
	margin-top: 1.5em;
  }
  .faq-list .content::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 1em;
	aspect-ratio: 1;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	border: 1px solid #ccc;
	transform: rotateZ(45deg) translate3d(1em, -1.7em, 0);
  }
.box1{
	background-color: var(--v);
}
.box1{
	display: flex;
	background-color: var(--v);
	border-radius: 35px;
	margin:20px auto; 
}
.box1 .info-pic-left{
	margin-bottom:0px;
}
.box1 .pic img{
	border-radius: 35px;
}
.box2{
	background-color: var(--v);
	border-radius: 20px;
	margin:20px auto; 
	padding:15px 30px;
}

.box3,.box4{
	margin:20px auto; 
	display: flex;
	flex-wrap: wrap;

}
.box3 .boxunit,.box4 .boxunit{
	padding:15px 30px;
	border-radius: 20px;
	height:100%;
}
.box3 .boxunit ul li,.box4 .boxunit ul li{
  list-style:disc;
}
.box4 .boxunit{
	border:1px dashed var(--m);
}
.box3 .boxunit{
	border:1px solid var(--m);
}
.box3 .boxunit .show-center{
	width:100px;
	height:100px;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin:auto;
}
.box3 .boxunit .show-center img{
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius: 100%;
	margin:0px;
}

.services-section1{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
}
.services-section1-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-section1-list .list-item{
	width: 24%;
	margin-bottom: 40px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 6px rgba(191,191,191,.4);
	position: relative;
	padding-bottom: 60px;
	visibility: hidden;
}
.services-section1-list .list-item a{
	color:var(--m);
}
.services-section1-list .list-item:hover{
	background: var(--m);
	color:#fff !important;
}
.services-section1-list .list-item:hover a{
	color:#fff;
}
.services-section1-list .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.services-section1-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.services-section1-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.services-section1-list .list-item .text{
	width: 100%;
	padding: 20px 15px;
}
.services-section1-list .list-item .text h3{
	font-family: 'Montserrat-Bold';
	font-size: 15px;
	line-height: 1.4;
	min-height: 55px;
}
.services-section1-list .list-item ul{
	padding-left: 19px;
}
.services-section1-list .list-item ul li{
	list-style: disc;
	font-size: 15px;
	line-height: 26px;
}
.services-section1-list .list-item .list-btn{
	position: absolute;
	left: 0px;
	bottom: 25px;
	width: 100%;
	padding: 0px 15px;
}
.services-section1-list .list-item .list-btn a{
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 16px;
}
.services-section1-list .list-item a{
	font-size: inherit;
	font-family: inherit;
	/* color: inherit; */
	font-weight: inherit;
	line-height: inherit;
}
.services-section1-list .list-item:hover .text h3{
	color: #fff;
}
.services-section1-list .list-item:hover .text ul li{
	color: #fff;
}
.services-section1-list .list-item:hover .list-btn a{
	background: #fff;
	color: var(--m);
}
.services-section1-list .list-item:hover .list-btn a:hover{
	background: var(--v);
	color: #fff;
}
.services-section2{
	width: 100%;
	height: auto;
	padding: 0px 0px 40px;
}
.services-section2-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-section2-list .list-item{
	width: 25%;
	margin-bottom: 40px;
	position: relative;
	visibility: hidden;
}
.services-section2-list .list-item:after{
	content: '';
	width: 2px;
	height: 60px;
	background: var(--m);
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.services-section2-list .list-item:last-child:after{
	content: none;
}
.services-section2-list .list-item .pic{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.services-section2-list .list-item .pic img{
	width: auto;
	height: 75px;
}
.services-section2-list .list-item p{
	text-align: center;
	margin-bottom: 0px;
}
.services-section3{
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background: rgb(248,248,248);
}
.services-section3-info{
	width: 100%;
	padding: 30px 30px;
	background: var(--v);
	border-radius: 10px;
}
.services-section3-info .forms label{
	display: none;
}
.services-section3-info .forms .form_group{
	margin-bottom: 25px;
}

/*
---------css from ray end---------
*/


/*----===============-----*/
#filterForm{
	width: 540px;
	max-width: 100%;
	height: 46px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
#filterForm input{
	width: calc(100% - 60px);
	height: 100%;
	border: 1px solid var(--m);
	border-right: none;
	box-shadow: none;
	background: none;
	outline: none;
	padding: 0px 10px;
	color: #000;
	font-size: 16px;
}
#filterForm button{
	width: 60px;
	height: 100%;
	border: none;
	box-shadow: none;
	background: var(--m);
	outline: none;
	color: #fff;
	font-size: 16px;
}
#filterForm button:hover{
	background: var(--v);
}
#filterForm button:after{
	content: '\e99a';
    font-family: 'icomoon';
}


.pages{
	text-align: center;
	margin: 30px 0px;
}
.pagination li{
	list-style: none !important;
}
.pagination>li>a, .pagination>li>span{
	margin:0px 8px 10px 0px !important;
	color: #666666 !important;
	border: 1px solid #666 !important;
	padding: 4px 14px !important;
	font-size: 16px !important;
	display: inline-block !important;
}
.pages .pagination{
	margin-top: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 0px !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff !important;
    background-color: var(--m) !important;
    border-color: var(--m) !important;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #fff !important;
    background-color: var(--m) !important;
    border-color: var(--m) !important;
}
.product-list table{
	border: none;
	/* border-bottom: 1px solid var(--m); */
  width:100%;
}
.product-list table tr th{
	border: none;
	background: var(--m);
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.product-list table tr,.product-list table tr td,.product-list table tbody tr td{
  border: none !important;
}

.product-list table tbody tr:nth-child(2n) td{
	background: var(--g);
}
.product-list table tbody tr td a{
	color: var(--m);
}
.product-list table tbody tr td a:hover{
	color: var(--v);
}
.product-list table .text-center{
	text-align: center;
}
.product-list .add-cart-btn{
	line-height: 22px;
	color: var(--m);
	font-size:22px;
}
.product-list .add-cart-btn:after{
	font-family: 'icomoon' !important;
	content: "\e92f";
}
.product-list .add-cart-btn:hover{
	color: var(--v);
}
.add-cart-item{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	width: 200px;
}
.add-cart-item-box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 5px;
}
.add-cart-item-box span{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	background: var(--m);
}
.add-cart-item-box span:hover{
	background: var(--v);
}
.add-cart-item-box input{
	width: 60px;
	height: 30px;
	border: 1px solid var(--m);
	box-shadow: none;
	background: none;
	outline: none;
	text-align: center;
	padding: 0px 5px;
}


.related-box {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.related-box .related-title {
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}
.related-box .related-list {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
font-size:14px;
}
.related-box .related-list a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 49%;
  padding: 9px 10px 9px 30px;
  background: #f3f3f3;
  color: #000;
  margin-bottom: 12px;
  position: relative;
}
.related-box .related-list a:before {
  content: '\e975';
  font-family: 'icomoon';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.related-box .related-list a:hover {
  background: var(--m);
  color: #fff;
}

.leftnav .side-title{
	font-size: 22px;
	display: block;
    line-height: 1.2;
    color: #595959;
    padding: 30px 15px 5px;
    font-family: 'Montserrat-Bold';
}
.leftnav .side-title a{
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    font-family: inherit;
}
.leftnavli{
	width: 100%;
	height: auto;
	padding: 0px 0px 0px;
}
.leftnavli>ul{
	width: 100%;
	height: auto;
	padding: 20px 15px 25px;
	margin-bottom: 0px !important;
}
.leftnavli ul li a{
	font-size: 15px;
	line-height: 24px;
    color: #000;
    /* display: inline-block; */
    /* max-width: calc(100% - 24px); */
}
.leftnavli ul li ul li a{
	font-size: 15px;
}
.leftnavli>ul>li>a{
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
.leftnavli>ul>li>ul>li>a{
	color: #000;
}
.leftnavli ul li a:hover{
	color: var(--v);
}
.leftnavli ul{
	margin-top: 0px;
	margin-bottom: 7px;
}
.leftnavli ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
    position: relative;
}
.leftnavli ul li ul li:last-child{
	border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 5px 0px 0px;
}
.leftnavli>ul>li:last-child{
	border-bottom: 0px solid #8cc7b5;
    margin-bottom: 0px;
}
.leftnavli ul li span{
	float: right;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	margin-top: 5px;
}
.leftnavli ul li span::before{
	content: '\e96b';
    font-family: 'icomoon';
	color: #000;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	transform: rotate(-90deg);
	transition: all .2s;
}
.leftnavli ul li span.down::before{
	content: '\e96b';
	color: var(--v);
	transform: rotate(0deg);
}
.leftnavli ul li ul{
	display: none;
	padding-left: 12px;
	margin-top: 5px;
}
.leftnavli>ul>li{
    width: 100%;
	height: auto;
	margin-bottom: 10px;
	/* padding: 10px 10px; */
	background: #fff;
	border-radius: 6px;
}
.leftnavli ul li ul li{
	padding: 8px 0px 8px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e5e5e5;
}
.leftnavli>ul>li>ul{
	padding: 0px 0px 10px 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.services-container .inquiry-btn{
	padding:7px 12px;
	line-height: 20px;
	color: #fff;
	background-color:var(--m);
	border-radius:5px;
	font-size:15px;
	display:inline-block;
}
.services-container .inquiry-btn:hover{
	color: #fff;
	background-color:var(--v);
}

.product-detail-section1{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 30px;
}
.product-detail-section1 .pic{
	flex-shrink: 0;
	max-width: 100%;
	width: 200px;
}
.product-detail-section1 .pic img{
	max-width: 100%;
	height: auto;
}
.product-detail-section1 .text{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 50px;
	padding-top: 10px;
}
.product-detail-section1 .text p{
	padding-bottom: 10px;
}
.product-detail-section1 .text .info-title1{
	margin-bottom: 5px;
}
.product-detail-section1 .text .text-link{
	flex-shrink: 0;
}
.product-detail-section1 .text .text-link .pd-link-btn{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 8px;
	font-weight: bold;
	color: var(--m);
}
.product-detail-section1 .text .text-link .pd-link-btn:hover{
	color: var(--v);
}
.product-detail-section1 .text .text-link .pd-link-btn:before{
	content: '\e993';
    font-family: 'icomoon';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 2px;
}
.product-detail-section1 .text .text-link .inquiry-btn{
	min-width: 100px;
	text-align: center;
	margin-top: 5px;
}
.product-detail-section2{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.product-detail-section2 .text{
	width: 100%;
	height: auto;
	padding: 0px 10px;
}
.get-info{
	width: 100%;
	height: auto;
	padding: 40px 300px 25px;
	background:var(--light-bg-color);
	/* background: rgb(249,252,247); */
	margin-bottom: 40px;
	text-align: center;
}
.get-info .inquiry-btn{
	padding: 10px 25px;
}
.get-info h2{
	color: var(--m);
}
.services-container .info-title2{
	color: var(--m);
	padding: 10px 10px 10px 35px;
	position: relative;
	background: #F2F2F2;
	margin-bottom: 25px;
}
.services-container .info-title2:before{
	content: '';
	width: 11px;
	height: 11px;
	background: var(--m);
	position: absolute;
	left: 14px;
	top: 19px;
	border-radius: 11px;
}
.services-container .table-style1{
	border: none;
	/* border-top: 2px solid rgb(117,189,66);
	border-bottom: 2px solid rgb(117,189,66); */
}
.services-container .table-style1 tr td,.services-container .table-style1 tbody tr td,.services-container .table-style1 tr{
  border:0px;
}
.services-container .table-style1 tr td{
	border: none;
	background: #fff;
}
.services-container .table-style1 tr:nth-child(2n-1) td{
	background:var(--light-bg-color);
} 

/*cart begin*/
.buycar{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0px;
	top: 60%;
	background: var(--m);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 999;
}
.buycar .icon-shopping-cart{
	font-size: 20px;
	color: #fff;
}
.buycar:hover{
	background: var(--v);
}
.buycar .shoppingbasketnum{
	font-size: 12px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #ff2f2f;
	position: absolute;
	right: 0px;
	line-height: 12px;
	top: -10px;
}
.sidecart{
	width: 400px;
	max-width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px; 
	right: 0px;
	background: #f9f9f9;
	z-index: 10000;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	display: none;
}
.sidecart .sidecart-title{
	width: 100%;
	height: auto;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #e9e9e9;
}
.sidecart .sidecart-num{
    position: relative;
}
.sidecart .sidecart-num .icon-shopping-cart{
	font-size: 20px;
    color: var(--m);
}
.sidecart .sidecart-num .shoppingbasketnum{
	font-size: 15px;
	font-weight: bold;
	color: #ff2f2f;
	position: absolute;
	left: calc(100% + 3px);
	line-height: 12px;
	top: -1px;
}
.sidecart .sidecart-title .sidecart-colse{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.sidecart .sidecart-title .sidecart-colse:before{
	content: '\2716';
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.sidecart .sidecart-title .sidecart-colse:hover{
	color: var(--m);
}
.sidecart .sidecart-list{
	width: 100%;
	height: auto;
	padding: 15px 15px;
}
.sidecart .CarList{
	max-height: calc(100vh - 160px);
	overflow: auto;
}
.sidecart .CarList::-webkit-scrollbar {
        width: 4px;     
       background: #1e1e1e;
    }
.sidecart .CarList::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #ccc;
        width: 4px;     
        height: 4px;
    }
.sidecart .CarList::-webkit-scrollbar-track {
        background: #fff;
        border: 1px solid #dedede;
    }

.sidecart .CarList table{
	border: 1px solid #ddd;
	border-bottom: none;
}    
.sidecart .CarList tr td{
	border: none;
	font-size: 15px;
	line-height: 1.3;
	border-bottom: 1px solid #ddd;
	padding: 8px 8px 8px 8px;
	vertical-align: top;
}
.sidecart .CarList tr td:nth-child(2){
	padding-left: 0px;
}
.sidecart .CarList tr td .list-url{
	margin-bottom: 0px;
	line-height: 1.3;
}
.sidecart .CarList tr td .list-text{
	font-size: 14px;
}
.sidecart .CarList tr td a{
	color: #0c6329;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.sidecart .CarList tr td a:hover{
	color: var(--v);
}
.sidecart .CarList tr td input{
	margin-top: 2px;
}
.sidecart .CarList .td_price{
	display: none;
}
.sidecart .sidecart-btn{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 30px;
	margin-top: 10px;
}
.sidecart .sidecart-btn a{
	display: inline-block;
	padding: 10px 20px;
	padding: 5px 15px;
	background: var(--m);
	font-family: 'Quicksand-Bold';
	color: #fff;
	border-radius: 5px;
}
.sidecart .sidecart-btn a:hover{
	background: var(--v);
	color: #fff;
}
.cart-icon{
	width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50px;
    margin-left: 30px;
    background-image: url(../images/cart-icon2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    background-color: var(--m);
    position: relative;
}
.cart-list-item .price-item{
	display: none;
}
.cart-list-item .price-totle{
	display: none;
}
.cart-list-box{
	width: 100%;
	height: auto;
}
.cart-list-item{
	width: 100%;
	height: auto;
	overflow: auto;
}
.cart-list-item table{
	border-left: 1px solid #bed1c4;
	border-top: 1px solid #bed1c4;
}
.cart-list-item table tr td{
	border-right: 1px solid #bed1c4;
	border-bottom: 1px solid #bed1c4;
}
.cart-list-item table tr th{
	background: var(--m);
	color: #fff; 
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #bed1c4;
}
.cart-list-item table tr .text-center{
	text-align: center;
}
.cart-list-item table a{
	color: var(--m);
}
.cart-list-item table a:hover{
	color: var(--v);
}
.cart-list-item table tr, .cart-list-item table th, .cart-list-item table td{
   border:0;
}
.cart-list-item .delete-btn{font-size:18px;color:var(--m);cursor: pointer;}
.cart-list-item .delete-btn:hover{color:var(--v);}
.cart-list-item .delete-btn:before{content: '\e99d';font-family: 'icomoon';}
.cart-list-item .add-cart-item-box{
	justify-content: center;
}
.cart-list-item .add-cart-item-box span{
	cursor: pointer;
}
.cart-list-item .delete-selected-btn{font-size:16px;color:var(--m);cursor: pointer;column-gap: 5px;display: inline-flex;align-items: center;justify-content: flex-start;}
.cart-list-item .delete-selected-btn:hover{color:var(--v);}
.cart-list-item .delete-selected-btn:before{content: '\e99d';font-family: 'icomoon';line-height: 22px;margin-bottom: 2px;}
.pricing_btn{
	display: inline-block;
	padding: 6px 15px;
	background: var(--m);
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.pricing_btn:hover{
	background: var(--v);
	color: #fff;
}
/*cart end*/
/*---======================------*/