@charset "UTF-8";

/***==================================================================== Table Css style ====================================================================***/
table {
  border-collapse: collapse;
  margin: 0.6em 0;
  width: 100%;
  border: 1px solid #ddd;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #ddd;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
  line-height: 26px;
}

table th {
  background: #0e202a;
  color: #fff;
}

table tr td {
  border: 1px solid rgba(21, 21, 21, 0.1);
}

table tr td a {
  color: var(--orange-color);
  text-decoration: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 0.875rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px;
}

.listPc-table {
  position: relative;
}
.listPc-table td:first-child {
  white-space: nowrap;
}
.listPc-table h5 {
  margin: 6px 0;
}

.pcTable-detail {
  position: relative;
}

.pcTable-detail tr td:first-child {
  font-weight: bold;
  white-space: nowrap;
  background: var(--light-purple-color);
  text-align: center;
  width: 260px;
  /*color: var(--white-color);*/
}

.pcTable-detail tr td:last-child {
  word-break: break-word;
}

.service-table tr:first-child,
.service-tr,
.service-table.table-striped tr:first-child {
  background: #0e202a;
  color: #fff;
}
.service-table tr:first-child a,
.service-tr a {
  color: #fff;
}
.service-table tr:first-child td,
.service-table tr:first-child th,
.table-bordered .service-tr td,
.service-tr td {
  border: none;
}
.service-table.table-striped > tbody > tr:nth-child(1) > td,
.service-table.table-striped > tbody > tr:nth-child(1) > th {
  background-color: transparent;
}

/*******************************************breadcrumb***************************************************/
.breadcrumb {
  list-style: none;
  margin-top: 10px;
  bottom: 1.56rem;
}

@media screen and (max-width: 1080px) {
  .breadcrumb {
    padding: 2px 0;
  }
}
@media screen and (min-width: 1081px) {
  .breadcrumb {
    padding: 8px 0;
  }
}
.breadcrumb > li {
  display: inline-block;
  position: relative;
  font-family: "HELVETICANEUELIGHT";
}

.breadcrumb > li:first-child {
  padding-left: 20px;
}

.breadcrumb > li:first-child::before {
  position: absolute;
  content: "\e907";
  font-family: "icomoon";
  left: 0;
  color: var(--white-color);
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: var(--white-color);
  content: "/\00a0";
}

.breadcrumb > .active {
  color: var(--white-color);
}

.breadcrumb > li > a {
  font-family: "HELVETICANEUELIGHT";
}

.breadcrumb > li > a:hover {
  color: #ebb84e !important;
}

/*******************************************breadcrumb***************************************************/
.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 1em;
  margin-bottom: 1em;
}

/*.row:after{
  display: table;
  content: " ";
}
.row:after{
  clear: both;
}*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}*/
.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
     float: left;
   }*/
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /*  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }*/
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /*  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }*/
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1081px) {
  .row-layout {
    display: flex;
  }

  .row {
    display: flex;
    flex-flow: wrap;
  }

  .rowCenter {
    align-items: center;
  }
}
/* special css */
.show-center,
.show-left,
.show-right {
  color: #666;
  text-align: center;
  font-size: 0.95em;
  line-height: 1.7em !important;
}

.show-center img,
.show-left img,
.show-right img {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  height: auto;
  max-width: 100%;
}

@media (min-width: 992px) {
  .show-left,
  .show-right {
    display: inline-block;
  }

  .show-right {
    float: right;
    margin-right: 15px;
  }

  .show-left {
    float: left;
    margin-left: 15px;
    margin-right: 1.5em;
  }
}
@media (max-width: 992px) {
  .show-right,
  .show-left {
    width: 100%;
    margin: 0;
  }
}
ul.border-box > li:last-child {
  margin-bottom: 0;
}

ul.border-box {
  padding: 15px 15px 15px 30px;
}

.border-box {
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 15px;
  border-radius: 5px;
}

.bg-box {
  background: #e9eff9;
  padding: 10px 15px;
  border-radius: 5px;
}

div.bg-box,
div.border-box {
  margin-bottom: 25px;
}

.border-box h3 {
  margin-top: 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%;
}

.list-box div[class*="col-md"],
.flex-box div[class*="col-md"] {
  margin-bottom: 20px;
}

.list-box a,
.list-box div[class*="col-md"] > span {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  transition: all ease 0.4s;
  text-align: left;
}

.list-box a:before,
.list-box div[class*="col-md"] > span:before {
  position: absolute;
  content: "";
  background: #2391cc;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 1;
  border: solid 2px #2391cc;
  transition: all ease 0.4s;
}

.list-box a:hover,
.list-box div[class*="col-md"] > span:hover {
  color: #fff;
  border: 1px solid transparent;
}

.list-box a:hover:before,
.list-box div[class*="col-md"] > span:hover:before {
  right: 0;
  width: 100%;
  border-radius: 5px;
}

.detail-content ol {
  list-style: decimal;
  margin-left: 1em;
  margin-bottom: 1em;
}
.detail-content ul {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
}

.Reference,
.reference {
  color: #666;
  font-size: 0.95em;
}

.Reference p,
.reference p {
  margin-bottom: 10px;
}

.Reference ol,
.reference ol {
  margin-bottom: 15px;
  padding-left: 15px;
}
ol.Reference,
ol.reference {
  margin: 0;
  margin-left: 1em;
}

.flex-box p {
  margin-bottom: 15px;
}

.flex-box p:last-child {
  margin-bottom: 10px;
}
.flex-box .show-center img {
  width: 60%;
  aspect-ratio: 1;
  object-fit: contain;
}
.img-small .show-center img {
  width: 20%;
  aspect-ratio: 1;
  object-fit: contain;
}
@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,
.bg-box > .row .show-center {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 140px;
}

.bg-box > .row .ServiceShowPic img,
.bg-box > .row .show-center img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
}

.row.img-small {
  position: relative;
}

.row.img-small > div {
  position: relative;
}
.row.img-small > div .border-box {
  height: 100%;
}

.margin-content {
  margin: 3em 0;
}

hr {
  border-color: rgba(21, 21, 21, 0.1);
  border-bottom: none;
}
.dataImg {
  position: relative;
  --width: 50%;
}
.dataImg > div {
  position: relative;
  padding: 30px;
}
.dataImg > div h3 {
  font-size: 1.8rem;
}
/*  .dataImg img {
    width: 100%; }*/

@media screen and (min-width: 769px) {
  .dataImg {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width));
    justify-content: space-between;
  }
}

.row-list {
  position: relative;
  --width: 49%;
}
.row-list > li {
  margin: 0.5em 0;
}

@media screen and (min-width: 769px) {
  .row-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width));
    justify-content: space-between;
  }
}

.new-btn,
.new-btn2,
.new-btn3 {
  max-width: max-content;
  min-width: fit-content;
}

nav {
  position: relative;
}
nav ul {
  padding-left: 0;
  list-style-type: none;
}
nav > ul {
  position: relative;
}
nav > ul > li {
  position: relative;
}
nav > ul > li > a {
  position: relative;
  /* color: #fff; */
}
nav > ul > li span {
  position: relative;
  /*  color: #fff; */
}
nav > ul > li ul {
  position: relative;
  display: none;
}
/* nav > ul > li ul a {
  color: #fff;
} */
nav > ul > li ul li {
  line-height: 1.5em;
}
nav > ul > li ul li > a {
  line-height: 1.8em;
  display: block;
}
nav .nav-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  nav {
    min-height: 50px;
    background: var(--main-color);
  }
  nav::before {
    position: relative;
    content: "Menu";
    left: 10px;
    top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    height: 100%;
  }
  nav > ul {
    display: none;
    padding: 0.2em 0.7em;
    margin-top: 1.5em;
    z-index: 1000;
  }
  nav > ul > li {
    position: relative;
    margin: 0.3em 0;
  }
  nav > ul > li > a {
    font-size: 1.2em;
  }
  nav > ul > li li {
    position: relative;
  }
  nav > ul > li ul {
    position: relative;
    padding-left: 0.8em;
    background: none;
  }
  nav > ul > li span {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    z-index: 1000;
  }
  nav > ul > li span::before {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .nav-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 34px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 100;
  }
  nav .nav-btn i,
  nav .nav-btn i::before,
  nav .nav-btn i::after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #ffffff;
  }
  nav .nav-btn i {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    transition: background 0.2s;
  }
  nav .nav-btn i::after,
  nav .nav-btn i::before {
    content: "";
    right: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
    transform-origin: 0% 50%;
    transition: transform 0.2s;
  }
  nav .nav-btn i::after {
    top: 6px;
  }
  nav .nav-btn i::before {
    top: -6px;
  }
  nav.visible .nav-btn i {
    /* hide line in the center */
    background: rgba(255, 255, 255, 0);
  }
  nav.visible .nav-btn i::after,
  nav.visible .nav-btn i::before {
    background: white;
  }
  nav.visible .nav-btn i::after {
    transform: translateX(4px) translateY(2px) rotate(-45deg);
  }
  nav.visible .nav-btn i::before {
    transform: translateX(4px) translateY(-3px) rotate(45deg);
  }
  nav.visible > ul {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  nav > ul {
    display: flex;
    justify-content: flex-end;
  }
  nav > ul > li:hover {
    background-color: var(--darkblue-color) !important;
  }
  nav > ul > li > a {
    padding: 1em;
    position: relative;
    display: block;
    font-weight: bold;
    transition: all ease-in-out 0.4s;
    font-size: 1.2em;
    color: var(--main-color);
  }
  /*   nav > ul > li > a:hover {
    color: #f0c3a4 !important;
  } */
  nav > ul > li.normal .full-screen > ul > li > ul ul {
    position: relative;
    display: block;
    left: 0;
    padding-top: 0;
    width: 100%;
    max-height: 160px;
    overflow-y: auto;
  }
  nav > ul > li.normal .full-screen > ul > li > ul ul::-webkit-scrollbar {
    width: 10px;
    height: 1px;
  }
  nav > ul > li.normal .full-screen > ul > li > ul ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: var(--main-color);
  }
  nav > ul > li.normal .full-screen > ul > li > ul ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(21, 21, 21, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
  nav > ul > li.normal .full-screen > ul > li > ul > li > a {
    color: var(--white-color);
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1em;
  }
  nav > ul > li ul a {
    transition: all ease-in-out 0.4s;
  }
  nav > ul > li ul a:hover {
    color: var(--main-color) !important;
  }
  nav > ul > li span {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
  }
  nav > ul > li > span {
    top: 1.5em;
    right: 0;
  }
  nav > ul > li::before {
    position: absolute;
    content: "";
    top: 70%;
    left: -20%;
    width: 160%;
    height: 60px;
  }
  nav > ul > li > ul {
    padding: 1em 1.5em;
  }
  nav > ul > li > ul > li {
    white-space: nowrap;
  }

  nav > ul > li > ul > li:hover > ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
  }
  nav > ul > li .full-screen {
    position: fixed;
    top: 90px;
    left: 0;
    padding: 0.5em 3%;
    background-color: var(--white-color);
    display: none;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 10;
  }
  nav > ul > li .full-screen > ul {
    display: block;
    background: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
  }
  nav > ul > li .full-screen > ul > li {
    padding: 0.8em 1em;
    margin-bottom: 1em;
    position: relative;
  }
  nav > ul > li .full-screen > ul > li > span {
    top: 1em;
    right: 1em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav > ul > li .full-screen > ul > li > ul {
    display: none;
  }
  nav > ul > li .full-screen > ul > li > span::after {
    position: absolute;
    content: "";
    width: 1.5em;
    aspect-ratio: 1;
  }
  nav > ul > li .full-screen > ul > li > ul ul {
    display: none;
  }
  nav > ul > li .full-screen > ul > li > a {
    font-weight: bold;
    color: var(--orange-color);
    padding-bottom: 0.4em;
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
    margin-bottom: 0.5em;
  }
  /*   nav > ul > li .full-screen > ul > li > ul {
    padding-top: 0.5em;
  } */
  nav > ul > li .full-screen > ul > li ul {
    max-height: 200px;
    overflow-y: auto;
  }
  nav > ul > li .full-screen > ul > li > ul ul {
    display: block;
  }
  nav > ul > li .full-screen > ul > li ul li {
    position: relative;
  }

  /*   nav > ul > li .full-screen > ul > li .angle-down::before {
    position: absolute;
    content: "\e90e";
    font-family: "icomoon";
    right: 0.5em;
  } */
  nav > ul > li:hover > ul {
    position: absolute;
    top: 75px;
    left: 0;
    background-color: var(--white-color);
    min-width: 100%;
    display: block;
  }
  nav > ul > li:hover .full-screen {
    display: block;
  }
  /*   nav > ul > li:hover .full-screen li.show {
    background-color: var(--main-color);
  }
  nav > ul > li:hover .full-screen li.show::before {
    position: absolute;
    content: "";
    left: calc(100% + 0.5em);
    height: 100%;
    top: 0;
    width: 400%;
    background: var(--main-color);
  } */
  /*   nav > ul > li:hover .full-screen li.show > ul {
    display: grid;
  }
  nav > ul > li:hover .full-screen li.show > ul > li {
    margin-bottom: 0.3em;
  } */
}
/* -------------------------------------------------- navi ------------------------------------------------- */
@media screen and (max-width: 1080px) {
  .mobile-nav {
    transition: all ease 0.5s;
    position: fixed;
    top: 0;
    right: 0;
    background: #272727;
    height: calc(100vh);
    overflow-y: auto;
  }

  .mobile-move {
    transform: translateX(100%);
  }
}

.rotate-angle {
  transform: rotateZ(90deg);
}
.search-btn {
  color: var(--white-color);
}

.fixed-header nav > ul > li > a {
  color: var(--black-color);
}

.fixed-header .search-btn {
  color: var(--black-color);
}

/**********************************************headLayout********************************************************/
/************************************btn-bounce****************************************/
.btn-bounce {
  border: none;
  outline: none;
  border-radius: 4em;
  padding: 0.8em 3em;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: max-content;
  color: var(--white-color);
  background-color: var(--accent-color);
}
.btn-bounce > span {
  display: block;
  position: relative;
}
.btn-bounce:hover > span:nth-child(odd) {
  -webkit-animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  -o-animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
}
.btn-bounce:hover > span:nth-child(even) {
  -webkit-animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  -o-animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
}
@-webkit-keyframes word_to_up {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes word_to_up {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes wordtodown {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wordtodown {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.btn-bounce:hover > span:nth-child(2) {
  animation-delay: 0.01s;
}
.btn-bounce:hover > span:nth-child(3) {
  animation-delay: 0.1s;
}
.btn-bounce:hover > span:nth-child(4) {
  animation-delay: 0.15s;
}
.btn-bounce:hover > span:nth-child(5) {
  animation-delay: 0.2s;
}
.btn-bounce:hover > span:nth-child(6) {
  animation-delay: 0.25s;
}
.btn-bounce:hover > span:nth-child(7) {
  animation-delay: 0.3s;
}
.btn-bounce:hover > span:nth-child(8) {
  animation-delay: 0.35s;
}
.btn-bounce:hover > span:nth-child(9) {
  animation-delay: 0.4s;
}
.btn-bounce:hover > span:nth-child(10) {
  animation-delay: 0.45s;
}
.btn-bounce:hover > span:nth-child(11) {
  animation-delay: 0.5s;
}
.btn-bounce:hover > span:nth-child(12) {
  animation-delay: 0.55s;
}
.btn-bounce:hover > span:nth-child(13) {
  animation-delay: 0.6s;
}
.btn-bounce:hover > span:nth-child(14) {
  animation-delay: 0.65s;
}
/************************************btn-bounce****************************************/

/************************************************ main banner ************************************************/

.main-title {
  position: relative;
  line-height: 1.6em;
  margin-top: 0.2em;
  margin-bottom: 1.6em;
}
.main-title .title-icon {
  display: inline-block;
  height: 4px;
  background-color: var(--accent-color);
  width: 90px;
  overflow: hidden;
  border-radius: 50px;
  transform: translateY(0.5rem);
}
.main-title .title-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #fff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}
@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(55px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(55px);
  }

  100% {
    transform: translateX(-1px);
  }
}
.title-style1,
.title-style3 {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}
.title-style1::before,
.title-style3::before {
  position: absolute;
  content: "";
  width: 5em;
  height: 3px;
  bottom: 0;
  border-radius: 2em;
  background-color: var(--accent-color);
}
.title-style3::before {
  width: 2em;
}
.title-style2 {
  position: relative;
}
.title-style2::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--accent-color);
  border-radius: 3em;
  margin-right: 1em;
  transform: translateY(-2px);
}
.line {
  position: relative;
  display: inline-block;
  height: 3px;
  background-color: var(--accent-color);
  border-radius: 2em;
}
/**************************************************************side-navi*******************************************************************/

.side-navi {
  position: relative;
}

.side-navi > li {
  position: relative;
  margin: 5px 0;
}

.side-navi > li a {
  position: relative;
  padding: 10px;
  color: var(--black-color);
  display: block;
  /* line-height: 20px;*/
  width: 100%;
  padding-right: 2em;
  transition: all ease-in-out 0.4s;
  border-radius: 0.6em;
}
.side-navi > li a.current,
.side-navi > li a:hover {
  color: var(--white-color);
  background-color: var(--accent-color);
}

.side-navi > li a.current ~ span,
.side-navi > li a:hover ~ span {
  color: var(--white-color);
}
.side-navi > li span {
  position: absolute;
  color: #7d7b7b;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 4px;
  right: 0;
  cursor: pointer;
  transition: all ease 0.5s;
}

.side-navi > li > span {
  right: 5px;
  width: 28px;
  height: 28px;
}

.side-navi > li > span:hover {
  color: var(--blue-color);
}

.side-navi > li > ul {
  padding-left: 40px;
}

.side-navi > li ul {
  position: relative;
  display: none;
  padding-left: 20px;
}

.side-navi > li > ul li {
  position: relative;
  /*   border-bottom: 1px solid var(--white-color);
     border-left: 2px solid rgba(234, 234, 234,1);
     background:rgba(234, 234, 234,1);*/
  --borderLeft: rgba(236, 245, 249, 1);
}

.side-navi > li > ul li:hover {
  --borderLeft: rgba(62, 94, 153, 0.2);
}

.side-navi > li > ul li a {
  position: relative;
  color: rgb(61, 61, 61);
  /*background:rgba(212,212,212,1);*/
  display: block;
  line-height: 24px;
  padding-right: 20px;
}

.side-navi-block .inquiry-form .col-md-4,
.side-navi-block .inquiry-form .col-md-6,
.side-navi-block .inquiry-form .col-lg-4,
.side-navi-block .inquiry-form .col-lg-6 {
  width: 100% !important;
}

.rotate_angle {
  transform: rotateZ(90deg);
}

/**************************************************************side-navi*******************************************************************/
/*******************************************breadcrumb***************************************************/
.breadcrumb {
  list-style: none;
  margin-top: 10px;
  bottom: 1.56rem;
}

@media screen and (max-width: 1080px) {
  .breadcrumb {
    padding: 2px 0;
  }
}

@media screen and (min-width: 1081px) {
  .breadcrumb {
    padding: 8px 0;
  }
}

.breadcrumb > li {
  display: inline-block;
  position: relative;
}
.breadcrumb > li:first-child {
  padding-left: 20px;
}
.breadcrumb > li:first-child::before {
  position: absolute;
  content: "\e907";
  font-family: "icomoon";
  left: 0;
  color: var(--main-color);
}
.text-white.breadcrumb > li:first-child::before {
  color: var(--white-color);
}
.breadcrumb > li + li:before {
  padding: 0 5px;

  color: var(--main-color);
  content: "/\00a0";
}
.text-white.breadcrumb > li + li:before {
  color: var(--white-color);
}
.breadcrumb > .active {
  color: rgba(61, 61, 61, 1);
}
.breadcrumb > li > a {
  color: var(--main-color) !important;
}
.text-white.breadcrumb > li > a {
  color: var(--white-color) !important;
}
.breadcrumb > li > a:hover {
  color: var(--accent-color) !important;
}
.breadcrumb > li:last-child {
  color: var(--accent-color);
}
/*******************************************breadcrumb***************************************************/
footer ul > li {
  margin: 1em 0;
}
/************************************************ Carousel ************************************************/
.Carousel {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.Carousel .operate {
  border-radius: 10em;
  width: 3rem;
  aspect-ratio: 1;
  font-size: 2em;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.Carousel .operate:hover {
  background-color: rgba(221, 221, 221, 0.2);
}
.Carousel .scrollOperate {
  position: absolute;
  bottom: 1em;
}
.Carousel .scrollOperate > li {
  position: relative;
  display: inline-block;
  border-radius: 1em;
  height: 0.9em;
  width: 0.9em;
  border: 1px solid rgba(251, 251, 251, 0.9);
  margin: 1em;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
}
.Carousel .scrollOperate > li:hover {
  border-color: #fff;
}
.Carousel .scrollOperate > li.current {
  border-color: #fff;
  background-color: #fff;
  width: 2em;
}

.new-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.new-banner > ul {
  display: flex;
  width: 800vw;
}
.new-banner > ul > li {
  position: relative;
}
@media (min-width: 300px) and (max-width: 767px) {
  .platform-carousel {
    display: block;
  }
}
/************************************************ main banner ************************************************/

.list {
  list-style-type: disc;
  margin-left: 1em;
}

*[animate-type] {
  opacity: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.8s ease-in-out forwards;
}
.film-cloth {
  position: relative;
}
.film-cloth::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(21, 21, 21, 0.4);
  z-index: 2;
}

.about-rect-list > li {
  position: relative;
}
.about-rect-list > li::before,
.about-rect-list > li::after {
  position: absolute;
  width: 100%;
  height: 42%;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.5);
  left: 0;
}
.about-rect-list > li::before {
  top: 0;
  border-bottom: none;
}
.about-rect-list > li::after {
  bottom: 0;
  border-top: none;
}

.nomain-content ul {
  list-style: disc;
  margin-left: 1em;
}

form input,
form textarea {
  outline: none;
}

.card-list {
  position: relative;
}
.card-list > li {
  position: relative;
}
.card-list > li > p {
  padding-right: 2em;
  transition: all ease-in-out 0.3s;
}
.card-list > li > span {
  position: absolute;
  right: 0.5em;
  top: 1em;
  z-index: 100;
  width: 1.8em;
  height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.card-list > li > span.rotate-angle {
  color: var(--white-color);
}
.card-list > li > div {
  display: none;
}

.card-list > li .title {
  background-color: var(--main-color);
  color: var(--white-color);
}

.btn {
  position: relative;
  background-color: var(--light-main-color);
  border-radius: 4px;
  padding: 0.5em 2em;
  color: var(--main-color);
  max-width: max-content;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.btn:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.btn2 {
  position: relative;
  border-radius: 3rem;
  padding: 0.5em 2em;
  border: 1px solid rgba(21, 21, 21, 0.1);
  max-width: max-content;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.progress-Bar {
  position: relative;
  background-color: var(--gray-color);
  width: 100%;
  height: 4px;
  --width: 100%;
}
.progress-Bar::before {
  position: absolute;
  width: var(--width);
  content: "";
  background-color: var(--main-color);
  height: 100%;
  left: 0;
  top: 0;
}
.progress-Bar::after {
  position: absolute;
  content: attr(data-content);
  right: 0;
  bottom: 100%;
}

.sideSlider-list {
  position: relative;
}
.sideSlider-list > li {
  position: relative;
  --width: 2px;
}
.sideSlider-list > li div {
  position: relative;
  z-index: 1;
  display: block;
}
.sideSlider-list > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: var(--width);
  background-color: var(--main-color);
  transition: all ease-in-out 0.3s;
  z-index: 0;
}
.sideSlider-list > li:hover {
  --width: 100%;
  color: var(--white-color);
}
.sideSlider-list > li:hover .btn2 {
  background-color: var(--white-color);
  color: var(--main-color);
}
.sideSlider-list > li:first-child .img {
  background-image: url("../images/resource-section-4-1.png");
}
.sideSlider-list > li:first-child:hover .img {
  background-image: url("../images/resource-section-4-1-white.png");
}
.sideSlider-list > li:nth-child(2) .img {
  background-image: url("../images/resource-section-4-2.png");
}
.sideSlider-list > li:nth-child(2):hover .img {
  background-image: url("../images/resource-section-4-2-white.png");
}
.sideSlider-list > li:last-child .img {
  background-image: url("../images/resource-section-4-3.png");
}
.sideSlider-list > li:last-child:hover .img {
  background-image: url("../images/resource-section-4-3-white.png");
}

.bg-point {
  position: absolute;
  z-index: -1;
  background-image: url("../images/get-in-touch-bg-img.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right center;
  width: 100%;
  height: 50vh;
}

.detail-content {
  position: relative;
}
.detail-content h2 {
  width: 100%;
  font-size: 1.4rem;
  font-family: "base-bold";
  margin-block-start: 2em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.4em;
}

.detail-content h2 {
  position: relative;
  padding: 0.3em 0.5em;
  text-align: center;
}
.detail-content h2::before,
.detail-content h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fff, var(--main-color), #fff);
  left: 0;
}
.detail-content h2::before {
  top: 0;
}
.detail-content h2::after {
  bottom: 0;
}
.detail-content h3 {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-family: "base-bold";
  margin-block-start: 2em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.detail-content a[href] {
  color: var(--accent-color);
  transition: all ease-in-out 0.3s;
}
.detail-content a[href]:hover {
  color: var(--link-hover-color);
}

.background-gray,
.bg-box {
  padding: 1em 1.5em;
  background-color: #f0f7fd;
}

.product-list > li .price {
  color: #ce995c;
  font-size: 1.1em;
  font-weight: bold;
}
.product-list > li .price::before {
  position: relative;
  content: "Starting from";
  margin-right: 10px;
}
.product-list > li:nth-child(3n + 1) .new-btn2 {
  --color: #91c2c9;
}
.product-list > li:nth-child(3n + 2) .new-btn2 {
  --color: #bec3d6;
}
.product-list > li:nth-child(3n + 3) .new-btn2 {
  --color: #b4b596;
}
.product-list > li .new-btn {
  border-radius: 5em;
}

.new-btn,
.new-btn2,
.new-btn3 {
  padding: 0.5em 2rem;
  --color: var(--white-color);
  --color2: rgb(10, 25, 30);
  background-color: transparent;
  border: 0.3px solid var(--color);
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  z-index: 1;
  font-weight: 300;
  color: var(--color);
  display: block;
}
.new-btn:hover,
.new-btn2:hover,
.new-btn3:hover {
  color: var(--color2);
}
.new-btn:hover::after,
.new-btn2:hover::after,
.new-btn3:hover::after {
  transform: skew(30deg) translate(-50%, -50%);
}
.new-btn:hover::before,
.new-btn2:hover::before,
.new-btn3:hover::before {
  transform: skew(30deg) rotate(180deg) translate(-50%, -50%);
}
.new-btn::after,
.new-btn::before,
.new-btn2::after,
.new-btn2::before,
.new-btn3::after,
.new-btn3::before {
  content: "";
  display: block;
  height: 110%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.5s ease-out;
  background-color: var(--color);
}
.new-btn::before,
.new-btn2::before,
.new-btn3::before {
  top: -60%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.new-btn.color-black {
  --color: rgb(10, 25, 30);
  --color2: var(--white-color);
}

a.new-btn,
a.new-btn2 {
  padding: 0.2em 2rem;
}
.new-btn2 {
  border-radius: 10em;
  --color: rgb(10, 25, 30);
  color: var(--white-color);
  --color2: var(--white-color);
  text-transform: uppercase;
}
.new-btn2::before {
  transform: skew(30deg) rotate(180deg) translate(-50%, -50%);
}
.new-btn2::after {
  transform: skew(30deg) translate(-50%, -50%);
}
.new-btn2:hover {
  color: var(--color);
}
.new-btn2:hover::before {
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.new-btn2:hover::after {
  transform: skew(90deg) translate(-50%, -50%);
}

.row-contentList {
  position: relative;
  --width: 32%;
  margin: 1em 0;
}
.row-contentList > div {
  position: relative;
  border: 1px solid rgba(21, 21, 21, 0.1);
  margin: 2em 0;
  padding: 1em 1.5rem;
}
.row-contentList > div .title {
  font-weight: bold;
  font-size: 1.3em;
}
@media screen and (min-width: 769px) {
  .imgWords-list,
  .row-contentList {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width));
    justify-content: space-between;
  }

  .row-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width));
    justify-content: space-between;
  }
}

footer a[href]:hover {
  color: var(--accent-color);
}

.new-style1 {
  position: relative;
  &::before {
    position: absolute;
    content: "";
    border: 1px dashed var(--main-color);
    width: 100%;
    top: calc(50% - 1px);
    z-index: -1;
  }
}

.row.bg-style1 {
  display: flex;
  row-gap: 2em;
}
.row.bg-style1 > div {
  padding: 0 2em 1em 2em;
}
.row.bg-style1 > div .title-icon2 {
  margin-top: 0;
}
.row.bg-style1 > div > * {
  position: relative;
  z-index: 2;
}
.row.bg-style1 > div > *:last-child {
  background-color: var(--white-color);
  padding: 1em;
  border: 2px solid rgb(112, 112, 112);
}
.row.bg-style1 > div::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  border-radius: 1em;
  height: 100%;
  top: 0;
  background: linear-gradient(to bottom, #fefffe, #c8d4f0);
  left: 1rem;
  z-index: 1;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
}
.tag-list.row {
  display: flex;
  row-gap: 1em;
}
.tag-list.row > div {
  padding: 1em 2em;
  color: var(--black-color);
}
.tag-list.row > div > * {
  position: relative;
  z-index: 2;
}
.tag-list.row > div::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  border-radius: 0.5em 0;
  height: 100%;
  top: 0;
  background-color: #fce6d5;
  left: 1rem;
  z-index: 1;
}

.row.bg-style2 {
  display: flex;
}
.row.bg-style2 > div {
  padding: 1.5rem 3rem 2rem 3rem;
  margin-bottom: 1em;
}
.row.bg-style2 > div .title {
  position: relative;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.6em;
  text-align: center;
}
.row.bg-style2 > div > * {
  position: relative;
  z-index: 2;
}
.row.bg-style2 > div::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: 100%;
  top: 0;
  background-color: var(--opacity-main-color);
  left: 1rem;
  -webkit-clip-path: polygon(calc(100% - 2em) 0%, 100% 2em, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 2em) 0%, 100% 2em, 100% 100%, 0 100%, 0 0);
}

.bg-style3 {
  position: relative;
  margin: 2rem 0;
}
.bg-style3 .img {
  position: relative;
  height: 100%;
  width: 100%;
}
.bg-style3 .img img {
  position: absolute;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-style3 .content {
  position: relative;
  padding: 2em;
  border: 1px solid var(--main-color);
}
.bg-style3 .content .title {
  position: relative;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .bg-style3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.row.border-style1 {
  row-gap: 1em;
}
.row.border-style1 > div {
  padding: 1.5rem 3rem 2rem 3rem;
  margin-bottom: 1em;
}
.row.border-style1 > div .title {
  position: relative;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.6em;
  text-align: center;
}
.row.border-style1 > div > * {
  position: relative;
  z-index: 2;
}
.row.border-style1 > div::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: 100%;
  top: 0;
  background-color: var(--opacity-main-color);
  left: 1rem;
  border: 1px solid var(--main-color);
  border-radius: 2em;
}

.disc-title {
  position: relative;
  padding-top: 0.5em;
  padding-left: 1em;
  font-weight: bold;
  margin: 1em 0;
}

.disc-title::before {
  position: absolute;
  content: "•";
  font-size: 2em;
  left: 0;
  transform: translateY(-3px);
}

.shadow-style1 {
  row-gap: 1em;
}
.shadow-style1 > div {
  padding: 1.5rem 3rem 2rem 3rem;
  margin-bottom: 1em;
}
.shadow-style1 > div .title {
  position: relative;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.6em;
  text-align: center;
}
.shadow-style1 > div > * {
  position: relative;
  z-index: 2;
}
.shadow-style1 > div::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: 100%;
  top: 0;
  box-shadow: 1px -2px 5px 3px rgba(21, 21, 21, 0.2);
  left: 1rem;
  border-radius: 2em;
}

.title-style4 {
  position: relative;
  padding: 1em 2em;
  --color: var(--main-color);
  background-color: var(--color);
  border-radius: 3em;
  color: var(--white-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2em;
  margin: 2em 0;
}
.title-style4::before {
  position: absolute;
  content: "";
  left: 1em;
  width: 1.6em;
  aspect-ratio: 1;
  border: 6px solid var(--color);
  background-color: var(--white-color);
  border-radius: 4em;
  box-shadow: 0px 0px 5px 1px var(--white-color);
}

.warning-words {
  position: relative;
  padding: 0.5em 1em;
  background-color: var(--main-color);
  color: var(--white-color);
  padding-left: 3em;
  margin: 1em 0;
}
.warning-words::before {
  position: absolute;
  content: "\e9a4";
  font-family: "icomoon";
  left: 1em;
}
.related {
  position: relative;
  list-style: none !important;
  margin-left: 0 !important;
}
.related > li {
  position: relative;
}
.related > li > a {
  position: relative;
  padding: 0.6em 1em;
  border-radius: 6px;
  background-color: rgba(121, 121, 121, 0.1);
  overflow: hidden;
  display: block;
  color: var(--main-color) !important;
  --width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related > li > a::before {
  position: absolute;
  content: "";
  width: var(--width);
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--main-color);
  z-index: -1;
  transition: all ease-in-out 0.3s;
}
.related > li > a:hover {
  --width: 100%;
  color: var(--white-color) !important;
}

.new-style2 {
  position: relative;
  row-gap: 1em;
  --title-width: 300px;
  --title-top: -1em;
}
.new-style2 > div {
  padding: 3em 2em 1.5em 2em;
  margin-top: 3em;
  color: var(--black-color);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-style2 > div > * {
  position: relative;
  z-index: 2;
  display: block;
}
.new-style2 > div .title {
  position: absolute;
  font-weight: bold;
  top: var(--title-top);
  background-color: var(--opacity-main-color);
  padding: 0.5em 2em;
  width: var(--title-width);
  text-align: center;
}
.new-style2 > div::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  border-radius: 1em;
  height: 100%;
  top: 0;
  border: 2px solid var(--opacity-main-color);
  left: 1rem;
  z-index: 1;
}

.new-style3 {
  position: relative;
  row-gap: 1em;
}
.new-style3 > div {
  padding: 1em 2em;
  color: var(--black-color);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-style3 > div > * {
  position: relative;
  z-index: 2;
}
.new-style3 > div .title {
  position: relative;
  font-weight: bold;
  border-bottom: 2px solid var(--main-500-color);
  padding: 0 2em 0.6em;
  margin-bottom: 1em;
}
.new-style3 > div .title a {
  color: var(--main-500-color);
}
.new-style3 > div::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: 100%;
  top: 0;
  background-color: var(--main-500-color);
  left: 1rem;
  -webkit-clip-path: polygon(calc(100% - 2rem) 0%, 100% 2rem, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 2rem) 0%, 100% 2rem, 100% 100%, 0 100%, 0 0);
}
.new-style3 > div::after {
  position: absolute;
  content: "";
  width: calc(100% - 2.3rem);
  height: calc(100% - 0.3rem);
  top: 0.15rem;
  background-color: var(--white-color);
  left: 1.15rem;
  -webkit-clip-path: polygon(calc(100% - 2rem) 0%, 100% 2rem, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 2rem) 0%, 100% 2rem, 100% 100%, 0 100%, 0 0);
}

.new-style4 {
  position: relative;
  row-gap: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.new-style4 > div {
  padding: 1em;
  color: var(--black-color);
  display: flex;
  flex-direction: column;
}
.new-style4 > div > * {
  position: relative;
  z-index: 2;
}
.new-style4 > div .content {
  position: relative;
  border: 1px solid var(--main-500-color);
  padding: 1em;
  height: 100%;
}
.new-style4 > div .title {
  position: relative;
  font-weight: bold;
  padding: 0.6em 2em 0.6em;
  margin-bottom: 1em;
  text-align: center;
  padding-left: 1%;
}
.new-style4 > div .title::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 86%;
  background-color: var(--orange-500-color);
  z-index: -1;
}
.new-style4 > div .title::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--orange-500-color);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%, 20% 50%);
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%, 20% 50%);
}
.new-style4 > div .title a {
  color: var(--main-500-color);
}

.new-style5 {
  position: relative;
  row-gap: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.new-style5 > div {
  padding: 1.5rem 3rem 2rem 3rem;
  margin-bottom: 1em;
}
.new-style5 > div .title {
  position: relative;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.6em;
  color: var(--main-color);
}
.new-style5 > div > * {
  position: relative;
  z-index: 2;
}
.new-style5 > div::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: 100%;
  top: 0;
  background-color: var(--opacity-main-color);
  left: 1rem;
  border-left: 4px solid var(--orange-500-color);
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 1em), calc(100% - 1em) 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 1em), calc(100% - 1em) 100%, 0% 100%);
}

.new-style6 {
  position: relative;
  row-gap: 1em;
  margin-top: 4em;
  margin-bottom: 2em;
  --title-height: 4.5rem;
}
.new-style6 > div {
  padding: 4.5rem 3rem 2rem 3rem;
  margin-bottom: 1em;
}
.new-style6 > div .title {
  position: absolute;
  font-weight: bold;
  font-size: 1.1em;
  color: var(--main-color);
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  background-color: var(--main-500-color);
  padding: 0.5em 4em 0.5em 1em;
  color: var(--white-color);
  top: 0;
  left: 0;
  transform: translate3d(1rem, -1rem, 0);
  width: calc(100% - 4rem);
  height: var(--title-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new-style6 > div > * {
  position: relative;
  z-index: 2;
}
.new-style6 > div::before {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: 100%;
  top: 0;
  left: 1rem;
  border-top-right-radius: 4em;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #bbc7e5;
  background: linear-gradient(to bottom, #fff 50%, #e0e3ec 90%);
}
.new-style6 > div:nth-child(even) .title {
  background-color: var(--orange-500-color);
}

.new-style7 {
  position: relative;
}
.new-style7::before {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(50% - 1rem);
  left: 1rem;
  top: 0;
  border-right: 1px dashed rgba(21, 21, 21, 0.5);
}
.new-style7 .title {
  margin-bottom: 1em;
}
.new-style7 > * {
  margin-bottom: 1em;
  padding: 2em;
}
.new-style7 > * > * {
  position: relative;
  z-index: 10;
}
.new-style7 > *::after {
  position: absolute;
  content: "";
  width: calc(100% - 2rem);
  height: 100%;
  top: 0;
  left: 1rem;
  border-top-right-radius: 2em;
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom, #fff 50%, #e0e3ec 90%);
  z-index: 1;
}

.title-icon3 {
  position: relative;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}
.title-icon3::before {
  content: "✦";
  margin-right: 0.5em;
}

.title-icon2 {
  position: relative;
  padding: 0.8em 1em 0.8em 3em;
  font-size: 1.1em;
  margin: 0.5em 0;
  --icon: "";
  color: var(--orange-500-color);
}
.title-icon2::before {
  position: absolute;
  content: "";
  background-image: var(--icon);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  aspect-ratio: 1;
  left: 0;
  top: 0.5em;
  display: inline-block;
}
