body {
  margin: 0;
}
/*h2,h3
{
    font-family: "SegoeUI-SemiBold";
}*/
/*h4
{
    font-size: 22px;
}*/
a:hover {
  text-decoration: none;
}
:root {
  --Green-color: rgba(11, 109, 123, 1);
  --white-color: rgba(255, 255, 255, 1);
  --darkblue-color: rgba(0, 50, 93, 1);
  --orange-color: rgba(243, 96, 24, 1);
  --blue-color: rgba(94, 160, 236, 1);
  --light-green-color: rgba(11, 109, 123, 0.3);
  --red-color: rgba(212, 23, 2, 1);
  --light-gray-color: rgba(223, 223, 223, 1);
}
.gotop {
  position: fixed;
  border: 1px solid var(--white-color);
  background: var(--darkblue-color);
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 140px;
  right: 10px;
  z-index: 100;
  /*    box-shadow: 1px 1px 6px 3px rgba(126,126,126,1);*/
  cursor: pointer;
  outline: none;
  display: none;
}
.gotop > span {
  font-size: 24px;
  color: rgba(212, 208, 208, 1);
  vertical-align: super;
}
.topnavi {
  position: fixed;
  width: 100%;
  height: 80px;
  background: rgba(12, 12, 12, 1);
  display: none;
  -webkit-animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.5) 0.3s;
  -o-animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.5) 0.3s;
  animation: topnaishow cubic-bezier(0.85, 0.25, 0.2, 1.1) 0.3s;
  z-index: 20;
}
.row-layout {
  position: relative;
  display: flex;
}
.nomain-row-layout {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  /*    .main-content
    {
        padding: 0 10px;
    }*/
  .barmobile {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 3em;
    height: 2.3em;
    z-index: 138;
    cursor: pointer;
  }
  .barmobile svg rect:first-child {
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
  }
  .barmobile svg rect:last-child {
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
  }
  .mobile-move {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .row-layout {
    flex-direction: column;
  }
}

@media screen and (min-width: 1081px) {
  .barmobile {
    display: none;
  }
  .row-layout {
    flex-direction: row;
  }
  .header-logo-search > div {
    justify-content: space-between;
  }
}
.logo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo img {
  max-width: 260px;
  padding: 10px 0;
  width: 260px;
}
.header-logo-search {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(212, 212, 212, 1);
  background: var(--white-color);
  z-index: 1;
}

@media screen and (min-width: 1081px) {
  .media-layout {
    position: relative;
    width: 88%;
    max-width: 1320px;
    margin: auto;
  }
}
@media screen and (max-width: 1080px) {
  .header-logo-search {
    display: none;
  }
  .media-layout {
    position: relative;
    /*  margin: 0 10px;*/
  }
}
.header-shell {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(200, 200, 200, 1);
  z-index: 10;
  background: var(--white-color);
}
.fixed_header-shell {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: var(--white-color);
  -webkit-animation: ease-in-out frombottom 0.5s;
  -o-animation: ease-in-out frombottom 0.5s;
  animation: ease-in-out frombottom 0.5s;
  border-bottom: 1px solid rgba(214, 209, 209, 1);
}
@keyframes frombottom {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*.navigation_shell
{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/
.header-search {
  position: relative;
  border: 1px solid var(--darkblue-color);
  display: flex;
}
.header-search input {
  width: 240px;
  border: none;
  padding: 5px 20px;
  outline: none;
  font-size: 16px;
}
.header-search button {
  border: none;
  width: 50px;
  background: var(--darkblue-color);
  color: var(--white-color);
}

.navigation_shell {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.navigation_shell > .fa-search {
  font-size: 20px;
  color: var(--blue-color);
  background: rgb(230 230 230);
  padding: 10px;
  border: 1px solid rgba(200, 200, 200, 1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.navigation_title {
  position: relative;
  font-family: "arial";
}
.navigation_title > li {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.navigation_title > li > a {
  position: relative;
  font-weight: bold;
  z-index: 2;
}

@media screen and (min-width: 1081px) {
  .navigation_shell {
    align-items: center;
  }
  .navigation_title {
    height: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .header-search {
    width: max-content;
    margin: 10px;
  }
  .navigation_shell {
    flex-direction: column;
  }
  .navigation_title {
    position: relative;
    flex-direction: column;
    z-index: 10;
    top: 0;
    right: 0;
    width: 300px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    align-items: flex-start;
    padding: 0 20px;
    margin: 40px 0;
  }
  .navigation_title > li {
    width: 100%;
    font-size: 1em;
    padding: 10px 0;
    border-bottom: 1px solid rgba(212, 212, 212, 1);
  }
  .navigation_title > li:first-child {
    border-top: 1px solid rgba(212, 212, 212, 1);
  }
  .navigation_title > li > a {
    color: rgba(255, 255, 255, 1);
  }
  .navigation_title > li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    left: -16px;
    top: 0;
    background: linear-gradient(to right, rgba(39, 39, 39, 1), rgba(207, 230, 247, 1), rgba(39, 39, 39, 1));
  }
  .navigation_title > li > span,
  .navi_cont_chtitle > li span {
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 1);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .navigation_title > li > span {
    top: 10px;
  }
  .navi_cont_chtitle,
  .navi_cont_chtitle ul {
    padding-left: 10px;
  }
  .navi_cont_chtitle li {
    margin: 10px 0;
  }
  .navi_cont_chtitle > li span {
    top: 5px;
  }
  .navi_cont_chtitle ul {
    display: none;
  }
  .navi_cont_chtitle,
  .navi_cont_chtitle ul {
    padding-left: 10px;
  }
  .navi_cont_chtitle > li a {
    color: rgba(255, 255, 255, 1);
    display: block;
    line-height: 20px;
    padding-right: 10px;
  }
}
.navi_cont_chtitle li {
  position: relative;
}
@media screen and (min-width: 1081px) {
  .navigation_title > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*     -webkit-transition: all ease 0.6s;
             -moz-transition: all ease 0.6s;
             -ms-transition: all ease 0.6s;
             -o-transition: all ease 0.6s;
             transition: all ease 0.6s;*/
    font-weight: bold;

    padding: 18px 15px;
  }
  .navigation_title > li > a {
    position: relative;
    z-index: 1;
    color: rgba(61, 61, 61, 1);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    height: 100%;
    /* vertical-align: text-bottom; */
    display: flex;
    align-items: center;
    padding: 5px 0;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
  }
  .navigation_title > li:hover {
    background: var(--darkblue-color);
  }
  .navigation_title > li:hover > a {
    color: var(--white-color);
  }
  /*    .navigation_title>li>a::before,*/
  .navigation_title > li > a::after {
    position: absolute;
    content: "";
    background: rgba(0, 94, 156, 1);
    width: 0;
    height: 1px;
    z-index: 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }

  .navigation_title > li > a::after {
    bottom: 0;
    left: 0;
  }
  .navigation_Solutions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* font-family: "Roboto-Regular";*/
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    /*opacity: 0;*/
  }
  .navigation_content {
    position: relative;
    /*        box-shadow: 1px 4px 6px 2px rgba(90, 90, 90, 0.6);*/
    background: var(--darkblue-color);
    /*  border-radius: 4px;*/
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 1.4s;
    /*       margin: 30px 0;*/

    /*  border-top:2px solid rgba(0, 94, 156,1);*/
    /*    border-bottom: 1px solid rgba(231,67,78,1);*/
    display: flex;
    justify-content: center;
  }

  .navi_cont_chtitle {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    width: max-content;
  }
  .navi_cont_chtitle span {
    position: absolute;
    right: 5px;
    font-size: 20px;
    color: rgb(0, 94, 156);
  }
  .navi_cont_chtitle ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: var(--darkblue-color);
    width: max-content;
    padding-bottom: 10px;
  }
  .navi_cont_chtitle > li > a {
    color: var(--white-color);
    font-weight: bold;
    /* text-transform: uppercase;*/
    line-height: 20px;
    display: block;
    padding: 6px 0;
    margin: 0 20px;
  }
  .navi_cont_chtitle > li > a:hover {
    /*background:var(--blue-color);
        color:var(--white-color);*/
  }
  .navi_cont_chtitle ul > li {
    position: relative;
    /*    border-bottom: 1px dashed rgba(215,215,215,1);*/
    padding: 0 20px;
    max-width: 360px;
  }
  .navi_cont_chtitle ul > li a {
    display: block;
    line-height: 20px;
    padding: 6px 0;
    color: var(--white-color);
  }
  .navi_cont_chtitle li > a {
    transition: all ease-in-out 0.4s;
    transform: translateX(0);
  }
  .navi_cont_chtitle li:hover > a {
    transform: translateX(2px);
  }
  .navi_cont_chtitle > li {
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    max-width: 300px;
    border-bottom: 1px solid rgba(0, 94, 156, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 1320px) and (min-width: 1081px) {
  .navigation_title > li {
    padding: 18px 10px;
  }
}

/********************************banner******************************************/
.banner-toggle {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 30em) {
  .banner-oprate {
    bottom: 5%;
  }
}
@media screen and (min-width: 50em) {
  .banner-oprate {
    bottom: 10%;
  }
}
.banner-oprate {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.banner-toggle-left,
.banner-toggle-right {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 200px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner-toggle-left > span,
.banner-toggle-right > span {
  position: relative;
  height: 50px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  text-align: center;
  font-size: 1.6em;
  line-height: 50px;
  opacity: 1;
  width: 100%;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.banner-toggle-left > span:hover,
.banner-toggle-right > span:hover {
  border-color: var(--darkblue-color);
  color: var(--darkblue-color);
}
.banner-toggle-left {
  left: 10px;
}
.banner-toggle-right {
  right: 10px;
}
.banner-oprate span {
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  margin: 10px 20px;
}
.banner-oprate .general {
  background: rgba(255, 255, 255, 1);
}
.banner-oprate .iscurrent {
  background: var(--darkblue-color);
}

@media screen and (max-width: 30em) {
  .banner-content {
    height: 460px;
  }
  .banner-cnt-part {
    height: 460px;
  }
}
@media screen and (min-width: 50em) {
  .banner-content {
    height: 600px;
  }
  .banner-cnt-part {
    height: 600px;
  }
}
.banner-content {
  position: relative;
  width: 100%;
  z-index: 2;
}
.banner-cnt-part {
  position: absolute;
  top: 0;
  width: 100%;

  overflow: hidden;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-cnt-part p,
.banner-cnt-part h2,
.banner-cnt-part h1 {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: 2px;
}
.banner-content > div:nth-child(1) {
  left: 0;
}
.banner-content > div:nth-child(2) {
  left: 100%;
}
.banner-content > div:nth-child(3) {
  left: -100%;
}
.banner-mess {
  position: relative;
  width: 80%;
  max-width: 1320px;
  margin: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-mess h2,
.banner-mess h1 {
  font-family: "arialbd";
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .banner-mess h2,
  .banner-mess h1 {
    font-size: 31px;
    margin: 10px 0;
  }
  .banner-cnt-part p {
    font-size: 0.6em;
  }
  .banner-search {
    margin: 20px 0;
  }
}
@media screen and (min-width: 1081px) {
  .banner-mess h2,
  .banner-mess h1 {
    font-size: 62px;
    line-height: 66px;
    margin: 30px 0;
  }
  .banner-search {
    margin: 40px 0;
  }
}
.banner-mess {
  font-size: 18px;
  font-family: "Arial";
}
.banner-mess > p {
  font-size: 20px;
}
.banner-mess > a {
  margin-top: 20px;
}
.banner-img {
  position: absolute;
  z-index: -1;
}
/*.banner-img>img
{
    filter:blur(6px);
}*/
@media screen and (min-width: 1081px) {
  .banner-img {
    width: 100%;
  }
  .banner-img > img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .banner-img {
    height: 100%;
  }
  .banner-img > img {
    height: 100%;
    max-width: none;
  }
}
.banner-setback {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(9, 40, 68, 0.2);
  z-index: 0;
}
/********************************banner******************************************/

.main-research {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/research_back.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
}
.main-research h3 {
  color: var(--darkblue-color);
  font-family: "segoeui";
}
.main-research p {
  margin-top: 30px;
}
@media screen and (min-width: 1081px) {
  .main-research > div {
    display: flex;
    justify-content: flex-start;
  }
  .main-research h3 {
    font-size: 36px;
    line-height: 46px;
  }
}
.main-research > div {
  position: relative;
  height: 100%;
  top: 0;
  display: flex;
}

@media screen and (max-width: 1080px) {
  .main-research {
    padding: 40px 10px;
  }

  .main-research h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1081px) {
  .main-research-data {
    width: 50%;
  }
}
.main-research-data {
  position: relative;

  right: 0;
  padding: 20px 0 20px 0;
  top: 0;
}
.main-solution {
  position: relative;
  margin: 40px 0;
}
.main-solution > div > h3 {
  text-align: center;
  font-size: 36px;
  color: var(--darkblue-color);
}
.main-solution-mess {
  position: relative;
  display: grid;
  margin: 20px 0;
  grid-gap: 30px;
  --child-width: 31%;
  --img-rate: auto;
}
.main-solution-mess > li {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  /* background:#65c6ec1a;*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 1px 8px 8px 2px rgba(21, 21, 21, 0.2);
  --translateY: 0;
  -webkit-transform: translateY(var(--translateY));
  -moz-transform: translateY(var(--translateY));
  -ms-transform: translateY(var(--translateY));
  -o-transform: translateY(var(--translateY));
  transform: translateY(var(--translateY));
}

@media screen and (min-width: 1081px) {
  .main-solution-mess {
    width: 100%;
    grid-template-columns: repeat(auto-fill, var(--child-width));
    justify-content: space-between;
    grid-gap: 0;
    /*align-items: center;*/
  }
  .main-solution-mess > li {
    position: relative;
    margin: 20px 0;
  }
}
.main-solution-mess > li > a {
  display: block;
}
.main-solution-mess > li:hover {
  --translateY: -10px;
  /* box-shadow: 1px 2px 8px 6px rgb(240, 240, 238);*/
}
.main-solution-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--img-rate);
}
.main-solution-img > img {
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  vertical-align: top;
  width: 100%;
}
.main-solution-mess > li > a:hover img {
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotateZ(20deg);
  -o-transform: rotateZ(20deg);
  transform: rotateZ(2deg) scale3d(1.2, 1.2, 1);
}
.main-solution-title h4 {
  color: #444;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;

  font-weight: bold;
  font-size: 1.1em;
}
.main-solution-mess > li > a:hover h4 {
  color: var(--orange-color);
}
.main-solution-title {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.main-solution-title h3,
.main-solution-title p {
  position: relative;
}
.main-solution-title p {
  position: relative;
  color: var(--black-color);
  font-size: 1em;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.title-line {
  color: var(--Green-color);
  position: relative;
  margin: 30px 0;
}
.title-line::after {
  position: absolute;
  content: "";
  width: 30%;
  background: rgba(243, 96, 24, 1);
  height: 2px;
  bottom: -8px;
  left: 30%;
}
@media screen and (max-width: 1080px) {
  .nomain-rowlayout {
    flex-direction: column;
  }
}
@media screen and (min-width: 1081px) {
  .nomain-rowlayout {
    flex-direction: row;
  }
}

.nomain-rowlayout {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px 0;
}
.main-product {
  position: relative;
  padding: 60px 0;
  background: rgba(233, 233, 233, 1);
}
.pc-list {
  position: relative;
  display: grid;
  margin: 40px 0;
  grid-gap: 20px;
}
.main-product h3 {
  color: var(--darkblue-color);
}
@media screen and (max-width: 1080px) {
  .main-product {
    padding: 40px 10px;
  }
  .main-product h3 {
    font-size: 26px;
  }
  .main-product p {
    width: 90%;
  }
  .main-contact {
    padding: 50px 10px;
  }
}
@media screen and (min-width: 1081px) {
  .main-product > div > p,
  .main-product > div > h3 {
    text-align: center;
  }
  .main-product h3 {
    font-size: 36px;
  }
  .main-contact {
    padding: 60px 0;
  }
  .pc-list {
    grid-template-columns: repeat(auto-fill, 30%);
  }
}
.pc-list > li {
  background: var(--white-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 1px 2px 6px 4px rgba(190, 190, 190, 0), 1px 2px 8px 6px rgba(200, 200, 200, 1);
  transition: all ease-in-out 0.4s;
}
.pc-list > li:hover {
  box-shadow: inset 1px 2px 6px 4px rgba(190, 190, 190, 1), 1px 2px 8px 6px rgba(200, 200, 200, 0);
}
.pc-list > li > a {
  position: relative;
  display: block;
  padding: 15px;
}
.pc-list > li > a p {
  text-align: center;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 23, 23, 0.6);
  color: rgba(255, 255, 255, 1);
  margin: 15px;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  transition: all ease-in-out 0.4s;
}
.pc-list.main-pc > li > a p {
  font-size: 2em;
}
.pc-list > li:hover p {
  color: var(--orange-color);
}

.main-contact {
  position: relative;
  overflow: hidden;
}
.main-contact h3 {
  color: var(--darkblue-color);
  font-size: 36px;
}

.main-contact-mess {
  position: relative;
  padding-left: 20px;
}
.main-contact-data {
  align-items: flex-start;
}

@media screen and (max-width: 1080px) {
  .main-contact h3 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1081px) {
  .main-contact .container {
    justify-content: space-between;
    align-items: center;
  }
  .main-contact .container > img {
    width: 48%;
  }
  .main-contact-mess {
    width: 50%;
  }
}

.main-support {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1081px) {
}
.img-show-data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-show-data > img {
  position: relative;
}
.img-show-data > div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  background: rgba(70, 70, 70, 0.5);
}
.img-show-data > div::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 1);

  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  content: "";
}
.img-show-data:hover > div::before {
  background: rgba(74, 73, 73, 0.5);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.img-show-data > div > img {
  position: relative;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.img-show-data > div > p {
  position: relative;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  -webkit-transform: scale3d(1.6, 1.6, 1);
  -moz-transform: scale3d(1.6, 1.6, 1);
  -ms-transform: scale3d(1.6, 1.6, 1);
  -o-transform: scale3d(1.6, 1.6, 1);
  transform: scale3d(1.6, 1.6, 1);
  opacity: 0;
}
.img-show-data:hover > div > p {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.contact-message {
  position: relative;
}
.contact-message > li {
  padding-left: 35px;
  position: relative;
  margin: 10px 0;
}
.contact-message > li p {
  color: var(--Green-color);
  font-weight: bold;
  padding: 0;
}
.contact-address {
  position: relative;
}
.contact-address::before,
.contact-email::before,
.contact-call::before,
.contact-fax::before,
.contact-globe::before {
  position: absolute;
  content: "";
  color: rgba(61, 61, 61, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-address::before {
  content: "\f041";
}
.contact-email::before {
  content: "\f0e0";
}
.contact-call::before {
  content: "\f095";
}
.contact-globe::before {
  content: "\f0ac";
}
.contact-fax::before {
  content: "\f1ac";
}
.contact-form {
  position: relative;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid rgba(222, 222, 222, 1);
  position: relative;
  outline: none;
  padding: 10px 20px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 0;
}
.contact-form textarea {
  min-height: 100px;
}
.contact-form > div > input:first-child {
  margin-right: 20px;
}
.contact-data {
  position: relative;
}
.contact-data > li {
  position: relative;
  padding-left: 35px;
  margin: 10px 0 10px 20px;
  display: flex;
  align-items: center;
}
.contact-data a {
  color: rgba(61, 61, 61, 1);
}
.contact-data a:hover {
  color: var(--orange-color);
}

.virus_footer {
  background: rgba(244, 244, 244, 1);
}
.virus_footer > p {
  text-align: center;
}
.bottom_message {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid rgba(212, 212, 212, 1);
}
.bottom_message li {
  position: relative;
}
@media screen and (min-width: 1081px) {
  .footer-logo,
  .footer-inquiry {
    width: max-content;
  }
  .bottom_message {
    justify-content: space-between;
  }
}
.footer-inquiry .contact-data > li {
  margin-left: 0;
}
.footer-title {
  font-size: 20px;
  color: var(--darkblue-color);
}
.bottom_median {
  text-align: center;
  padding: 30px 0;
}
.header-contact {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.header-contact > li {
  margin: 10px;
}
.bottom_message .header-contact a {
  color: var(--white-color);
  background: var(--darkblue-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.bottom_message .header-contact > li:hover > a {
  color: rgba(243, 96, 24, 1);
  outline: none;
}
.bottom_message .header-contact > li:first-child {
  margin-left: 0;
}
.breadcrumb_nomain {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
  /*  background-color: #f5f5f5;*/
  border-radius: 4px;
}
.breadcrumb_nomain > li {
  display: inline-block;
  color: var(--white-color);
}
.breadcrumb_nomain > li > a {
  color: var(--white-color);
}
.breadcrumb_nomain > li > a:hover {
  color: var(--orange-color);
}
.breadcrumb_nomain > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb_nomain > .active {
  color: #777;
}

.nomain-banner {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.nomain-banner .title {
  color: var(--white-color);
  position: absolute;
  text-align: center;
  line-height: 1.2;
  font-family: "Montserrat";
  font-weight: normal;
  font-weight: bold;
}

@media screen and (min-width: 1661px) {
  .nomain-banner img {
    width: 100%;
  }
}
@media screen and (min-width: 1081px) {
  .nomain-banner .title {
    font-size: 60px;
    max-width: 70%;
  }
  .nomain-banner ul {
    position: relative;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  .nomain-banner .title {
    font-size: 24px;
  }
  .nomain-banner {
    height: 40vh;
  }
  .nomain-banner img {
    height: 100%;
    max-width: none;
  }
  .nomain-banner-mess {
    left: 0;
  }
}

@media screen and (min-width: 1081px) {
}
.nomain-banner-mess {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(21, 21, 21, 0.4);
  width: 100%;
}

.nomain-banner .banner-subtitle {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white-color);
  font-size: 18px;
  text-align: center;
  max-width: 70%;
  line-height: 1.5;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .nomain-banner .banner-subtitle {
    font-size: 14px;
    top: 55%;
    max-width: 85%;
  }
}

.nomain-about {
  position: relative;
  padding: 40px 0;
}

.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1320px !important;
  width: 86% !important;
}
.nomain-contact {
  position: relative;
  padding: 60px 0;
}
.nomain-contact-mess h3,
.nomain-inquiry h3 {
  color: var(--darkblue-color);
}
@media screen and (max-width: 1080px) {
  .nomain-contact-mess h3,
  .nomain-inquiry h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .nomain-contact-mess {
    width: 50%;
  }
  .nomain-contact-mess h3,
  .nomain-inquiry h3 {
    font-size: 36px;
  }
  .nomain-inquiry {
    width: 50%;
  }
}
.nomain-contact-mess {
  position: relative;
}
.nomain-inquiry {
  position: relative;
}
.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: none;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background: rgba(244, 244, 244, 1);
}
.inquiry-form > input {
  margin-bottom: 20px;
}

.inquiry-form > .row-layout div,
.inquiry-form > .nomain-row-layout div {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: flex-end;
}
.inquiry-form > .nomain-row-layout div {
  width: 45%;
}
@media screen and (min-width: 1081px) {
  .inquiry-form > .row-layout div {
    width: 48%;
  }
}
.inquiry-form label {
  color: rgba(61, 61, 61, 1);
  font-weight: bold;
  margin-bottom: 2px;
}
.inquiry-form > .row-layout {
  justify-content: space-between;
  margin: 20px 0;
}

.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  font-family: "Helvetica";
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  font-family: "Helvetica";
}
.inquiry-form input::-ms-input-placeholder,
.inquiry-form textarea::-ms-input-placeholder {
  font-family: "Helvetica";
}
.inquiry-form button {
  cursor: pointer;
  width: 100%;
  margin-top: 1rem;
}
.inquiry-form button:before {
  padding: 12px 0;
}
.inquiry-block-side .inquiry-form {
  padding: 0 20px;
}
.inquiry-block-side .inquiry-form input,
.inquiry-block-side .inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(212, 212, 212, 1);
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.inquiry-block-side .inquiry-form > .row-layout {
  flex-direction: column;
}
.inquiry-block-side .inquiry-form > .row-layout:last-child {
  flex-direction: row;
  justify-content: space-between;
}
.inquiry-block-side .inquiry-form > .row-layout:last-child > div:first-child {
  width: 58%;
}
.inquiry-block-side .inquiry-form > .row-layout:last-child > div:last-child {
  width: 40%;
}
.inquiry-block-side .inquiry-form > .row-layout > div {
  width: 100%;
}
.inquiry-block-side .inquiry-form > .row-layout > div:nth-child(2) {
  margin-top: 20px;
}
.nomain-contact-mess > .contact-data > li {
  margin: 30px 0;
  padding-left: 45px;
}
.nomain-contact-mess > .contact-data > li::before {
  background: var(--darkblue-color);
  color: var(--white-color);
}
.nomain-contact-mess > .contact-data > li > a {
  color: rgba(61, 61, 61, 1);
}
.nomain-contact-mess > .contact-data > li > a:hover {
  color: var(--orange-color);
}
main {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1080px) {
  .mobile-nav {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(39, 39, 39, 1);
    height: calc(100vh);
    overflow-y: auto;
  }
}
.roatae_angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

@media screen and (min-width: 1081px) {
  .layout-right {
    width: 68%;
    margin-left: 40px;
  }
}
.layout-right {
  position: relative;
}

.rotate_angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.nomain-content {
  position: relative;
  justify-content: space-between;
  padding: 60px 0;
}
.layout-right a {
  color: rgb(35, 91, 238);
}
.layout-right a:hover {
  color: var(--darkblue-color);
}
@media screen and (min-width: 1081px) {
  .layout-left {
    width: 30%;
  }
  .nomain-content h3 {
    font-size: 1.6em;
  }
}
.new-style-title {
  position: relative;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin-bottom: 40px;
}

.new-style-title::before {
  position: absolute;
  bottom: -10px;
  content: "";
  /*color:var(--Green-color);*/
  background: rgba(161, 161, 161, 1);
  width: 80%;
  height: 1px;
}
.new-style-title::after {
  position: absolute;
  bottom: -20px;
  content: "\f260";
  color: var(--Green-color);
  background: var(--white-color);
  font-family: FontAwesome;
  height: 20px;
  padding: 0 20px;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.navi-layout {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: rgba(247, 248, 252, 1);
  overflow: hidden;
  margin-bottom: 80px;
  padding-bottom: 20px;
}
.navi-layout > h3 {
  position: relative;
  background: var(--darkblue-color);
  color: var(--white-color) !important;
  padding: 14px 20px;
  font-size: 22px;
  line-height: 30px;
}
.navi-layout img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 10px 0;
}
.product-navi {
  position: relative;
  padding: 10px 20px;
}
.product-navi > li {
  position: relative;
  padding: 8px 0;
}
.product-navi > li > ul {
  margin-left: 15px;
}
.product-navi > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 94, 156, 0.2);
}
.product-navi > li span {
  position: absolute;
  right: 0;
  font-size: 20px;
  color: var(--blue-color);
  top: 15px;
  cursor: pointer;
}
.product-navi > li > a {
  color: var(--blue-color);
  margin-right: 10px;
  line-height: 22px;
  display: block;
  padding: 8px 0;
}
.product-navi li {
  position: relative;
}
.product-navi > li ul {
  position: relative;
  display: none;
}
.product-navi > li > ul ul {
  padding-left: 15px;
}
.product-navi > li ul a {
  position: relative;
  color: rgba(61, 61, 61, 1);
  line-height: 20px;
  display: block;
  padding: 10px 0;
}
.product-navi > li ul > li:not(:last-child) {
  position: relative;
  border-bottom: 1px solid rgba(212, 212, 212, 1);
}
.inquiry-block-side {
  position: relative;
}

.layout-left .col-md-8 {
  padding-left: 0;
}

.nomain-content .layout-left h2 {
  position: relative;
  display: flex;
  padding-bottom: 10px;
  justify-content: center;
  font-size: 26px;
  width: max-content;
  color: var(--Green-color);
}
.nomain-content .layout-left h2::after,
.nomain-content .layout-left h2::before {
  position: absolute;
  content: "";
  width: 30%;
  bottom: 0;
}
.nomain-content .layout-left h2::before {
  right: 50%;
  background: var(--Green-color);
  height: 2px;
}
.nomain-content .layout-left h2::after {
  left: 50%;
  background: var(--orange-color);
  height: 4px;
  bottom: -1px;
}

.nomain-drug-layout {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .nomain-drug-layout {
    flex-direction: column;
  }
}

@media screen and (min-width: 1081px) {
  .nomain-drug-layout > li {
    position: relative;
    width: 30%;
  }
}
.nomain-drug-layout > li {
  position: relative;
  margin: 10px 0;
}

.rect-tag {
  position: relative;
  height: 1px;
  background: rgba(188, 188, 188, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 40px;
  width: 100%;
  z-index: 1;
}
.rect-tag::before,
.rect-tag::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 10px;
  background: rgba(255, 255, 255, 1);
}
.rect-tag::after {
  content: "\f1e9";
  color: rgba(138, 204, 224, 1);
  font-family: FontAwesome;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout-left > h3 {
  position: relative;
}

@media screen and (min-width: 1081px) {
  .bottom_message > .footer-navi {
    width: 20%;
  }
}
@media screen and (max-width: 1080px) {
  .bottom_message > .footer-navi {
    width: 100%;
  }
}
.footer-navi-list {
  position: relative;
}
.footer-navi-list > li {
  margin: 5px 0;
}
.footer-navi-list > li > a {
  color: rgba(61, 61, 61, 1);
}
.footer-navi-list > li > a:hover {
  color: var(--orange-color);
}

/***************************************************************opentype-btn**********************************************************************/
.opentype-btn-ahref {
  position: relative;
  outline: none;
  border: none;
  padding: 10px 30px;

  background: var(--darkblue-color);
  color: rgba(255, 255, 255, 1) !important;

  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: max-content;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
}

.opentype-btn-ahref:hover {
  background: var(--Green-color);
}
/***************************************************************opentype-btn**********************************************************************/
.nomain-about-row {
  position: relative;
  justify-content: space-between;
}
.nomain-about h3,
.nomain-about-row p {
  color: var(--darkblue-color);
}
p a {
  color: rgb(35, 91, 238);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

p a:hover {
  color: var(--darkblue-color);
}
@media screen and (max-width: 1080px) {
  .nomain-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nomain-about h3 {
    font-size: 20px;
  }
  .nomain-about-row h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1081px) {
  .nomain-about h3 {
    font-size: 24px;
  }
  .nomain-about-row h3 {
    font-size: 30px;
  }
  .nomain-about-row > img {
    width: 55%;
  }
  .nomain-about-row > div {
    width: 42%;
  }
  .nomain-about-row.career > img {
    width: 50%;
  }
  .nomain-about-row.career > div {
    width: 46%;
  }
  .nomain-online .container > img {
    width: 48%;
  }
}
.nomain-online .container {
  justify-content: space-between;
  align-items: center;
}
.nomain-online {
  margin: 60px auto;
}
.nomain-online h3 {
  color: var(--darkblue-color);
}
/*.nomain-service
{
    margin: 60px auto;
}*/
.nomain-service .main-solution-title h3 {
  font-size: 16px;
}
.nomain-service .main-solution-title {
  margin: 10px;
}

.nomain-product-content {
  position: relative;
  background: rgba(244, 244, 244, 1);
  padding: 60px 0;
}
.nomain-product-content .nomain-rowlayout > p {
  position: relative;
  color: var(--darkblue-color);
  padding-top: 30px;
  width: 30%;
  margin-left: 30px;
}
.nomain-product-content .nomain-rowlayout > p::before {
  position: absolute;
  content: "";
  background: var(--darkblue-color);
  height: 4px;
  width: 60%;
  top: 0;
}
.nomain-product-content .pc-list {
  margin-top: 0;
}
.nomain-product-content h3,
.nomain-product-type h3 {
  color: var(--darkblue-color);
}
.nomain-product h3 {
  color: var(--darkblue-color);
}
.nomain-product-type {
  margin: 60px auto;
}
.product-list,
.pic-list {
  position: relative;
  display: flex;
  margin: 30px 0;
}
@media screen and (max-width: 1080px) {
  .product-list,
  .pic-list {
    flex-direction: column;

    align-items: center;
  }
}
@media screen and (min-width: 1081px) {
  .product-list,
  .pic-list {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .product-list > li {
    width: 24%;
  }
  .pic-list > li {
    width: 31%;
  }
}
.product-list > li > a,
.pic-list > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.product-list > li > a > img {
  width: 40%;
}
.product-list > li > a > p,
.pic-list > li > a > p {
  text-align: center;
}
.product-list > li > a:hover {
  color: var(--orange-color);
}
.center-title {
  position: relative;
  text-align: center;
  color: var(--darkblue-color);
}
.product-table-head {
  font-family: "seguisym";
  font-weight: bold;
  margin-top: 30px;
  border-bottom: 1px solid var(--light-gray-color);
}
.still-row-layout {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
}
.product-select {
  margin-left: 20px;
  font-size: 16px;
}
.product-select label {
  margin-bottom: 0;
}
.product-select select {
  outline: none;
  padding: 4px 10px;
  border: none;
}
.product-select select option {
  outline: none;
}
.product-search {
  position: relative;
  border: 1px solid var(--darkblue-color);
  display: flex;
}
.product-search input {
  border: none;
  padding: 2px 20px;
  outline: none;
  font-size: 16px;
}
@media screen and (min-width: 1081px) {
  .product-search input {
    width: 240px;
  }
}
.product-search button {
  border: none;
  width: 50px;
  background: var(--darkblue-color);
  color: var(--white-color);
}

.product-table-list {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--light-gray-color);
}
.product-table-list > li:last-child {
  /*display: block;*/
  /* width: 80px; */
  /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.onlyline {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-table-list > li {
  position: relative;
  display: flex;
  align-items: center;
}
.product-table-list > li:first-child {
  color: var(--darkblue-color);
  padding-right: 130px;
}
.product-table-list > li > div {
  position: relative;
  width: 48%;
  display: block;
  /* width: 80px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
/*.product-table-list>li:last-child>div
{
    width:auto;
}*/
.green-title {
  color: var(--darkblue-color);
  margin-top: 30px;
}
.product-table {
  position: relative;
}
.product-table th {
  background: var(--darkblue-color);
}
.product-table tbody > tr > td:first-child {
  font-weight: bold;
  color: var(--darkblue-color);
  /*    white-space: nowrap;*/
  width: 15%;
}
.product-table-uc {
  position: relative;
}
.product-table-uc thead {
  display: none;
}
.product-table-uc tbody > tr > td:first-child {
  font-weight: bold;
  background: var(--darkblue-color);
  /*    white-space: nowrap;*/
  width: 15%;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: inherit;
}
.nomain-rowtitle {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 10px;
}
.nomain-rowtitle > img {
  margin-right: 14px;
}
.related-layout {
  position: relative;
  margin-bottom: 10px;
}
.related-layout::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.related-layout > li {
  position: relative;

  /*    border: 1px solid var(--light-gray-color);*/
  margin: 5px 0;
}

@media screen and (max-width: 1080px) {
  .related-layout > li {
    margin: 10px 0;
  }
}
/*@media screen and (min-width: 1081px) {
    .related-layout>li
    {
        width:50%;
    }
}*/
.related-layout > li > a {
  color: var(--darkblue-color);
  padding: 0 10px 0 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.related-layout > li > a::before {
  position: absolute;
  content: "\f0da";
  left: 0;
  font-family: FontAwesome;
  color: var(--darkblue-color);
  font-size: 18px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.related-layout > li > a:hover {
  /* background:var(--darkblue-color);*/
  color: var(--blue-color);
}
.related-layout > li > a:hover::before {
  color: var(--blue-color);
}
.nomain-service p {
  line-height: 22px;
}
.nomain-service .layout-right > img {
  margin: 20px 0;
}
.nomain-rowtitle p,
ul p {
  padding-bottom: 5px;
}
.nomain-rowtitle ul > li {
  margin: 5px 0;
}
.line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(200, 200, 200, 1);
  margin: 10px 0;
  padding: 0;
}
.short-table th {
  background: var(--darkblue-color);
  white-space: nowrap;
}
.rotate_angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.table-responsible {
  position: relative;
  display: flex;
  justify-content: center;
}
.nowrap-table tr td {
  white-space: unset;
}
.data-center {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inquiry-notic {
  position: relative;
  padding: 5px 30px;
  background: rgb(233, 233, 233);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 30px 0;
}
.inquiry-notic::before {
  position: absolute;
  content: "\f071";
  color: rgb(230, 30, 10);
  font-family: FontAwesome;
  left: 5px;
}
.media-title {
  font-size: 18px;
}
.table-border {
  position: relative;
  font-size: 14px;
}
.table-border td {
  border: 1px solid rgba(212, 212, 212, 1);
}
.table-border td li {
  line-height: 22px;
}
@media screen and (max-width: 1080px) {
  .page-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1081px) {
  .nomain-content .page-title {
    font-size: 36px;
  }
  .career h3 {
    font-size: 24px;
  }
}
.media-title {
  position: relative;
  font-size: 18px;
  padding-bottom: 5px;
}
.nomain-table {
  position: relative;
  margin: 0;
  width: 80%;
}
.nomain-table tr td {
  white-space: unset;
  border: 1px solid rgba(212, 212, 212, 1);
  text-align: left;
}
.center-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
table td > ul {
  padding-bottom: 0;
}
.tag-platform {
  position: relative;
}
.tag-platform::after {
  position: relative;
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}
.tag-platform > li {
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 0 10px;
  border: 1px solid rgba(211, 211, 211, 1);
  border-radius: 6px;
  width: max-content;
  background: var(--back, var(--darkblue-color));
  color: var(--white-color);
  margin-bottom: 10px;
}
.tag-platform > li > a {
  color: var(--fontc, var(--white-color));
}
.tag-platform > li:hover {
  --back: var(--white-color);
  --fontc: var(--darkblue-color);
}
.new-active {
  position: relative;
  width: 100%;
  border: 1px solid rgba(222, 222, 222, 1);
  display: flex;
  margin: 10px 0;
}
.new-active > label {
  color: rgba(255, 255, 255, 1);
  background: var(--darkblue-color);
  font-weight: bold;
  padding: 10px 12px;
  width: 20%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-active > p {
  padding: 10px 12px;
}

.pc-titleShow {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.pc-titleShow > li {
  position: relative;
}
.pc-titleShow > li + li:before {
  padding: 0 10px;
  content: "|";
  color: var(--darkblue-color);
}
.pc-rightP {
  position: relative;
  color: var(--darkblue-color);
  padding-top: 30px;
  width: 20%;
  margin-left: 30px;
}
.pc-rightP::before {
  position: absolute;
  content: "";
  background: var(--darkblue-color);
  height: 4px;
  width: 60%;
  top: 0;
}

.relatedLy > div {
  margin-left: 20%;
}
.relatedLy > div:first-child {
  margin-left: 0;
}

.careerLayout {
  position: relative;
  display: grid;
  justify-content: space-between;
  grid-gap: 20px;
  margin: 60px 0;
}

@media screen and (min-width: 1081px) {
  .careerLayout {
    grid-template-columns: repeat(auto-fill, 49%);
  }
}
.careerLayout > li {
  position: relative;
  border: 1px solid var(--darkblue-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 15px;
}
.careerLayout > li a {
  color: var(--darkblue-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.careerLayout > li a:hover {
  color: var(--blue-color);
}

.btn input {
  border: 0;
  background: rgba(0, 50, 93, 1);
  color: #fff;
  padding: 10px 40px;
  cursor: pointer;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn:hover input {
  border: 0;
  background-color: rgba(42, 58, 72, 255);
  transition: background-color 0.3s;
}
.col-md-8,
.col-md-6 {
  padding-left: 0 !important;
}

.publice_inquiry_form {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.publice_inquiry_form ul {
  width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid;
  grid-gap: 20px;
  justify-content: space-between;
}
.publice_inquiry_form ul li {
  list-style: none !important;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 1081px) {
  .publice_inquiry_form ul {
    grid-template-columns: repeat(auto-fill, 31%);
  }
  .publice_inquiry_form ul li:nth-child(4),
  .publice_inquiry_form ul li:nth-child(5),
  .publice_inquiry_form ul li:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.publice_inquiry_form ul li label {
  width: 100%;
  padding: 20px 0 5px 0;
  display: block;
  font-size: 16px;
}
.publice_inquiry_form ul li label span {
  color: #f00;
}
.publice_inquiry_form ul li input {
  border: 1px #cccccc solid;
  width: 100%;
  padding: 5px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Proxima Nova Rg";
}
.publice_inquiry_form ul li textarea {
  border: 1px #cccccc solid;
  width: 100%;
  padding: 5px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Proxima Nova Rg";
}
.publice_inquiry_form ul li select {
  border: 1px #cccccc solid;
  width: 100%;
  padding: 10px;
  line-height: 30px;
  color: #666;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Proxima Nova Rg";
}
.publice_inquiry_form b {
  margin-left: 20px;
}
.publice_inquiry_form ul li em {
  color: #999;
  line-height: 22px;
  display: block;
  margin-top: 10px;
}

.careerTable {
  position: relative;
  border: none;
  margin: 30px 0;
}
.careerTable tr td {
  border: none;
  border-bottom: 1px solid rgba(222, 222, 222, 1);
}
.careerTable h3 {
  font-size: 1.4em;
}
table.careerTable tr:nth-of-type(2n + 2) td {
  background: none;
}
.careerTable tr td:first-child {
  white-space: nowrap;
}
.searchBox {
  position: relative;
  margin: 60px auto;
}
.searchBox h3 {
  font-size: 1.5em;
}
.searchBox h4 {
  font-size: 1.3em;
}

.icon-list {
  position: relative;
  margin: 30px 0;
  width: 100%;
}
.icon-list li {
  position: relative;
  --scaled: scale3d(1, 1, 1);
  padding: 20px 10px;
  border-radius: 8px;
  text-align: center;
  /*background: var(--blue-color);*/
}
.icon-list li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #444;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.icon-list li > a:hover {
  --scaled: scale3d(1.1, 1.1, 1);
}
.icon-list li h4 {
  font-size: 1.3rem;
  margin: 20px 0;
}
.icon-list li img {
  display: block;
  width: 100px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: var(--scaled);
  -moz-transform: var(--scaled);
  -ms-transform: var(--scaled);
  -o-transform: var(--scaled);
  transform: var(--scaled);
}

@media screen and (min-width: 1081px) {
  .icon-list {
    display: flex;
    justify-content: space-between;
  }
  .icon-list li {
    width: 23%;
  }
}

.new-twitter-icon {
  position: relative;
  display: grid;
  place-items: center;
  --url: url(../images/twitter-icon-white.svg);
  transition: all ease-in-out 0.4s;
}
.new-twitter-icon::before {
  position: absolute;
  content: "";
  background-image: var(--url);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.1em;
  aspect-ratio: 1;
  background-blend-mode: lighten;
}
.new-twitter-icon::after {
  display: none;
}
.new-twitter-icon:hover {
  --url: url(../images/twitter-icon.svg);
}

.main-fixed {
  --url: url(../images/main-fixed.jpg);
  background-image: var(--url);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 260px;
  position: relative;
}
.main-fixed:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(59, 56, 56, 0.2);
  position: absolute;
  left: 0px;
  top: 0px;
}

.pathway-nodes-section {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  padding: 60px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #0f3b6c;
  margin: 0 0 45px 0;
  padding: 0;
  line-height: 1.2;
}

.img-cover {
  position: relative;
}
.img-cover img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hover-card .hover-overlay {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.hover-card:hover .hover-overlay {
  opacity: 1;
}
