body {
  color: #333333;
  overflow-x: hidden;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
body:lang(zh-CN) {
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body:lang(zh-TW) {
  font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

:root {
  --gray: #a8a8a8;
  --darkgray: #333333;
  --green: #009b94;
  --white: #fff;
  --label-gray: #707070;
  --label-green: #449993;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

input:focus {
  box-shadow: none !important;
  outline: none;
}

input[type="text"]:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.row.gx-30 {
  --bs-gutter-x: 30px;
}

.main-nav-bar {
  background-color: #fff;
  padding: 17px 0 17px 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  left: 0;
}

.navbar-brand {
  margin-left: 39px;
}

.menu-items {
  flex-grow: inherit;
}

.menu-items ul li {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.menu-items ul li a {
  color: var(--darkgray);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 5px 5px 5px 5px !important;
  font-weight: 500;
}

.menu-items ul li a:hover {
  color: var(--green);
}

.icon-svg {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.search-bar {
  position: relative;
}

.search-bar input {
  height: 25px;
  background-color: #f7f7f7;
  border: none;
  font-size: 14px;
  padding-left: 27px;
  width: 175px;
}

.search-bar svg {
  position: absolute;
  top: 5px;
  left: 6px;
}

.banner-section {
  /* background-image: url(../img/header-bg.png); */
  width: 100%;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 35px;
}

.banner-heading {
  margin-top: 40px;
}

.banner-heading h1 {
  color: var(--white);
  text-shadow: 0 3px 10px #143888;
  font-size: 50px;
  font-weight: bold;
}

.banner-content-div {
  margin-top: 30px;
  display: flex;
  align-items: center;
  background-color: rgba(219, 241, 241, 0.8);
  margin-bottom: 30px;
}

.banner-content-right-content p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  padding-left: 45px;
  line-height: 32px;
  padding-right: 39px;
}

.banner-bottom-left-image img {
  width: 100%;
}

.video-section {
  position: relative;
  padding-bottom: 0;
  padding-top: 25px;
  height: 305px;
}

.link-movie .video-section {
  height: 100vh;
}

.video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-bottom-left-image {
  padding-bottom: 35px;
  background-color: rgba(20, 56, 136, 0.6);
  margin-bottom: 30px;
}

.banner-hding {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  align-items: center;
  width: 100%;
}

.whats-news {
  padding-top: 55px;
}

.whats-news-heading {
  text-align: center;
}

.whats-news-heading h1 {
  color: var(--darkgray);
  font-size: 36px;
  font-weight: bold;
}

.whats-news-heading h2 {
  color: var(--green);
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.news-section {
  max-width: 1036px;
  margin: 50px auto 0;
}

.news-section li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b2b2b2;
  padding: 18px 0 18px 0;
}

.news-date p {
  font-size: 18px;
  color: var(--darkgray);
  font-weight: 500;
}

.news-label label {
  width: 124px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-left: 33px;
  margin-right: 24px;
  color: var(--white);
  border-radius: 3px;
  font-weight: bold;
}

.label-gray label {
  background-color: var(--label-gray);
}

.label-green label {
  background-color: var(--label-green);
}

.news-line p {
  font-size: 18px;
  color: var(--darkgray);
  font-weight: 500;
}

.news-section ul {
  padding: 0;
}

.load-more-news {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.load-more-news button {
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 20px;
  background-color: #f7f7f7;
  transition: 0.3s all;
}

.load-more-news button .load-svg {
  margin-right: 10px;
}

.load-more-news button span {
  font-size: 15px;
  font-weight: 500;
}

.pickup-section {
  padding-top: 55px;
}

.pickup-heading {
  text-align: center;
}

.pickup-heading h1 {
  color: var(--darkgray);
  font-size: 36px;
  font-weight: bold;
}

.pickup-heading h2 {
  color: var(--green);
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.pickup-div {
  margin-top: 30px;
}

.pickup-section .pickup-button {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pickup-section .pickup-button a {
  background-color: #f8f7f7;
  border-radius: 30px;
  width: 50%;
  max-width: 300px;
  padding: 10px;
  text-align: center;
}

.pickup-section .pickup-button a svg {
  margin-right: 10px;
}

.pickup-section .pickup-button span {
  margin: 10px auto;
  color: #000;
}

.pickup-section .pickup-button a:hover {
  background-color: #C7C0C0;
}

.pickup-section .pickup-button a:hover span {
  text-decoration: underline;
}

.process-banner img {
  margin-top: 50px;
  border: 7px solid #009289;
  border-top-left-radius: 28px;
  max-width: 100%;
}

.feature-section {
  padding-top: 55px;
}

.feature-listing {
  margin-top: 55px;
}

.feature-listing ul {
  padding: 0;
}

.feature-listing ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 30px;
}

.f-list {
  background-color: #dbf1f1;
  display: flex;
  align-items: center;
}

.f-lsit-left {
  position: relative;
  width: 280px;
  background-color: #009b94;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.f-lsit-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 84px solid transparent;
  border-bottom: 66px solid transparent;
  border-left: 85px solid #309b94;
  right: -84px;
  top: 0;
}

.f-lsit-left h1 {
  color: var(--white);
  font-size: 36px;
  font-weight: bold;
}

.f-lsit-left h2 {
  position: absolute;
  bottom: -6px;
  font-size: 52px;
  overflow: hidden;
  color: var(--white);
  opacity: 0.1;
  left: 13px;
  /* font-family: 'yumincho'; */
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.f-lsit-right {
  padding-left: 115px;
}

.f-lsit-right h1 {
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--green);
  font-weight: bold;
}

.f-lsit-right p {
  font-size: 18px;
  color: var(--darkgray);
  font-weight: 500;
}

.feature-next-section {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 65px;
  display: inline-block;
}

.f-heading-sub-heading {
  padding-left: 45px;
  padding-right: 84px;
}

.f-heading-sub-heading h1 {
  font-size: 25px;
  color: var(--green);
  font-weight: bold;
}

.f-heading-sub-heading h1 span {
  font-size: 18px;
  color: var(--darkgray);
}

.f-lsit-right h1 .text-capitalize-none {
  text-transform: none;
}

.f-heading-sub-heading p {
  margin-top: 30px;
  padding-left: 35px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
}

.features-products {
  max-width: 895px;
  margin: 53px auto;
  display: flex;
  justify-content: space-between;
}

.cont-featur-img {
  width: 208px;
  height: 208px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.cont-des {
  text-align: center;
}

.cont-des h1 {
  font-size: 25px;
  margin-top: 15px;
  color: var(--darkgray);
  font-weight: bold;
}

.cont-des p {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
}

.gapllo {
  width: 127px;
}

.or {
  color: #969696;
  font-size: 50px;
  font-weight: bold;
  margin-top: 70px;
}

.span-arrow {
  margin-top: 99px;
  position: relative;
  top: -8px;
}

.f-next-sec {
  padding-top: 100px;
  text-align: center;
}

.fs-h h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: var(--darkgray);
  font-weight: bold;
}

.fs-h p {
  font-size: 16px;
  color: var(--green);
  font-weight: bold;
}

.process-sec {
  padding-top: 75px;
}

.process-h h1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: var(--darkgray);
  font-weight: bold;
}

.process-section-mains {
  margin-top: 60px;
}

.process-heading-section {
  background-color: var(--green);
  display: flex;
  align-items: center;
  height: 130px;
}

.preocess {
  width: 600px;
  text-align: center;
  border-right: 1px solid #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preocess p {
  font-size: 21px;
  color: var(--white);
  font-weight: bold;
}

.equpment {
  width: 300px;
  text-align: center;
  border-right: 1px solid #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.equpment p {
  font-size: 21px;
  color: var(--white);
  font-weight: bold;
}

.tans-part {
  width: 300px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tans-part p {
  font-size: 21px;
  color: var(--white);
}

.equipment-details {
  display: flex;
  align-items: center;
  width: 100%;
}

.equipment-heading {
  background-color: #daf7f5;
  border-right: 1px solid #009b94;
  border-left: 1px solid #009b94;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 310px;
}

.equipment-top-block {
  display: flex;
  align-items: center;
}

.left-block {
  text-align: center;
}

.left-block img {
  width: 120px;
  max-width: 100%;
  margin-bottom: 35px;
}

.right-block {
  text-align: center;
}

.right-block img {
  width: 107px;
  max-width: 100%;
}

.equip-sec {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.equip-sec-img img {
  width: 229px;
  max-width: 100%;
}

.equip-sec p {
  font-size: 16px;
  margin-top: 23px;
  text-align: center;
  font-weight: 500;
}

.tran-sec {
  text-align: center;
}

.tran-sec p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
}

.equipment-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  border-right: 1px solid #009b94;
  height: 310px;
  padding-top: 37px;
}

.contact-lio-btns {
  margin-top: 30px;
}

.c-btn {
  background-color: #009b94;
  margin-bottom: 6px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  width: 224px;
}

.c-btn p {
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
  font-weight: bold;
}

.c-btn span {
  display: flex;
  align-items: center;
  margin-right: 3px;
}

.c-btn2 {
  background-color: #009b94;
  margin-bottom: 6px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 224px;
  line-height: 1.2;
}
.c-btn2 p {
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
  font-weight: bold;
}
.c-btn2 span {
  display: flex;
  align-items: center;
  margin-right: 3px;
}
.c-btn3 {
  background-color: #009b94;
  margin-bottom: 6px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 240px;
  line-height: 1.2;
}
.c-btn3 p {
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
  font-weight: bold;
}
.c-btn3 span {
  display: flex;
  align-items: center;
  margin-right: 3px;
}

.equip-sec {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 300px;
  border-right: 1px solid #009b94;
  height: 310px;
  justify-content: center;
}

.tran-sec {
  text-align: center;
  width: 300px;
  height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #009b94;
}

.img-size {
  width: 149px;
}

.other-label {
  width: 241px;
  height: 26px;
  background-color: #b2b2b2;
  color: white;
  text-align: left;
  font-size: 14px;
  border-radius: 50px;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.equipment-heading p {
  color: var(--green);
  text-align: center;
  font-weight: bold;
  font-weight: bold;
  font-size: 20px;
}

.left-block p {
  font-size: 16px;
  font-weight: 500;
}

.right-block p {
  font-size: 16px;
  font-weight: 500;
}

.img-last-sec p {
  font-size: 16px;
  margin-top: 7px;
  font-weight: 500;
  margin-bottom: 20px;
}

.other-label.ht {
  height: 47px;
}

.last-row {
  border-top: 1px solid #009b94;
  border-bottom: 1px solid #009b94;
}

.fled {
  flex-direction: column;
}

.last-banner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-section {
  background-color: #eeeeee;
  padding: 35px;
  position: relative;
}

.f-detail ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-detail ul li {
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
}

.f-detail ul li a {
  text-decoration: none;
  color: var(--darkgray);
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 500;
}

.b-none {
  border-right: none !important;
}

.f-sub-section {
  margin-top: 32px;
}

.f-sub-section ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-sub-section ul li {
  list-style: none;
  margin-right: 40px;
}

.f-sub-section ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.f-sub-section ul li a p {
  font-size: 14px;
  margin-left: 5px;
  color: var(--green);
  font-weight: 500;
}

.copyrigth-section {
  text-align: center;
  margin-top: 50px;
}

.copyrigth-section p {
  font-size: 12px;
  color: var(--darkgray);
  font-weight: 500;
}

.f-sub-section ul li:last-child {
  margin-right: 0px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: absolute;
  top: -30px;
  right: 130px;
  text-decoration: none;
}

.back-to-top span {
  color: #333333;
  font-size: 16px;
  margin-right: 2px;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}

.for-for-mobile-chip {
  display: none;
  background-color: var(--green);
}

.banner-hding h1 {
  color: #ffe100;
  text-shadow: 0 3px 10px #143888;
  font-size: 27px;
  font-weight: bold;
}

.b-detial {
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.block-1 {
  padding-left: 30px;
  padding-right: 30px;
}

.block-1 h1 {
  color: white;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.process-banner a {
  width: 100%;
  display: inline-block;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 7px solid #009288;
  text-decoration: none;
  height: 100%;
}

.process-banner {
  background-image: url(../img/banner-1.png);
  background-repeat: no-repeat;
  height: 150px;
  object-fit: cover;
  transition: 0.3s all;
  border-radius: 20px;
}

.process-banner:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.pro-heading {
  position: absolute;
  right: 10px;
  bottom: 11px;
}

.pro-heading h1 {
  font-size: 15px;
  font-weight: bold;
  color: var(--darkgray);
  text-align: center;
}

.pro-heading h2 {
  font-size: 22px;
  margin-top: 5px;
  color: var(--darkgray);
  text-align: center;
  font-weight: bold;
}

.pro-heading h1 color {
  color: red;
}

.pro-heading p {
  font-size: 12px;
  text-align: center;
  color: var(--green);
  font-weight: bold;
}

.product-banner {
  background-color: #f7f7f7;
  height: 150px;
  width: 100%;
  transition: 0.3s all;
  border-radius: 20px;
}

.product-banner:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.product-banner a {
  width: 100%;
  display: inline-block;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 7px solid #009288;
  text-decoration: none;
  height: 100%;
}

.product-banner-detial {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-image {
  padding-left: 35px;
}

.p-detail {
  padding-left: 35px;
}

.p-detail h1 {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}

.p-detail p {
  text-align: center;
  color: #009b94;
  font-size: 12px;
  font-weight: bold;
  margin-top: 7px;
  font-weight: bold;
}

.contact-banner {
  background-image: url(../img/banner-3.png);
  background-repeat: no-repeat;
  height: 150px;
  object-fit: cover;
  transition: 0.3s all;
  border-radius: 20px;
}

.contact-banner:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.contact-banner a {
  width: 100%;
  display: inline-block;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 7px solid #009288;
  text-decoration: none;
  height: 100%;
}

.contact-detail h1 {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}

.contact-detail p {
  color: #009b94;
  font-size: 12px;
  font-weight: bold;
  margin-top: 7px;
}

.contact-detail {
  position: absolute;
  right: 30px;
  top: 50px;
  text-align: center;
}

.load-more-news button:hover {
  background-color: #ececec;
}

.banner-content-bg-image {
  position: relative;
}

.headin-first p {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-weight: bold;
  color: var(--white);
  font-size: 17px;
}

.trans-sec-img img {
  max-width: 150px;
}

.img-last-sec img {
  width: 145px;
}

.large {
  width: 160px !important;
}

.menu-items ul li a {
  justify-content: flex-start;
}

.breadcrum-top {
  padding-top: 85px;
  background-color: #009289;
}

.breadcrum-heading {
  display: inline-flex;
  align-items: center;
}

.first-heading {
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
  white-space: nowrap;
}

.breadcrum-heading span {
  margin-left: 10px;
  margin-right: 10px;
}

.page-heading {
  font-size: 14px;
  color: var(--white);
  white-space: nowrap;
}

.product-inner-banner {
  background-color: #dbf1f1;
  padding: 40px 0;
}

.main-product-details h1 {
  color: var(--darkgray);
  font-size: 36px;
  font-weight: bold;
}

.main-product-details p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--green);
}

.product-details-section {
  padding: 82px 0 0 0;
}

.pr-des-img img {
  width: 100%;
  height: 264px;
  object-fit: cover;
}

.row.gx-73 {
  --bs-gutter-x: 73px;
}

.pr-des-details {
  margin-bottom: 143px;
}

.p-des-detail {
  text-align: center;
  margin-top: 25px;
}

.p-des-detail h1 {
  font-size: 20px;
  font-weight: 500;
  color: var(--darkgray);
}

.p-des-detail p {
  font-size: 20px;
  font-weight: 500;
  color: var(--darkgray);
  line-height: 40px;
}

.p-de-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.p-de-btn button {
  background-color: #1d4293;
  border: none;
  border-radius: 18px;
  height: 35px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.p-de-btn button:hover {
  background-color: #123277;
}

.p-de-btn button span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
}

.mt-30 {
  margin-top: 30px;
}

.last-btn-margin {
  margin-top: 65px;
}

.p-detail-decription {
  padding: 80px 0 30px 0;
}

.description-details p {
  font-size: 18px;
  line-height: 50px;
  color: var(--darkgray);
  font-weight: 500;
}

.sec-pera {
  margin-top: 75px;
}

.serial-no {
  margin-top: 75px;
}

.s-n-headind {
  font-size: 28px;
  color: var(--darkgray);
  font-weight: 500;
  border-bottom: 1px solid #009289;
  display: inline-block;
}

.s-no {
  margin-top: 35px;
  color: var(--darkgray);
  font-weight: 500;
  padding-left: 50px;
}

.p-inquary {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 100px;
}

.p-inquary button {
  height: 48px;
  background-color: #009b94;
  border-radius: 24px;
  border: none;
  width: 377px;
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.p-inquary button:hover {
  background-color: #02827c;
}

.p-inquary img {
  padding-left: 10px;
}

.other-products {
  text-align: center;
  width: 100%;
  padding-bottom: 65px;
}

.other-products h1 {
  font-weight: bold;
  color: var(--darkgray);
  font-size: 36px;
}

.other-products p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--green);
}

.p-description-image {
  position: relative;
}

.zoom-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.p-description-image img {
  width: 100%;
}

.large-dsiplay {
  background-image: url(../img/large-display.png);
}

.movie-top {
  padding-top: 80px;
  padding-bottom: 75px;
}

.large-dsiplay {
  background-image: url(../img/large-display.png);
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.small-dsiplay {
  background-image: url(../img/small-display.png);
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  position: relative;
}

.large-dsiplay {
  background-image: url(../img/large-display.png);
  width: 100%;
  height: 250px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}

.total-display {
  background-image: url(../img/total-display.png);
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  position: relative;
}

.row.gx-45 {
  --bs-gutter-x: 45px;
}

.large-dsiplay h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
}

.small-dsiplay h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
}

.large-display-arrow {
  margin: 30px 0 0 70px;
  position: relative;
}

.large-display-arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 24px solid #4472c4;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translate(0, -50%);
}

.small-display-arrow {
  margin: 30px 0 0 70px;
  position: relative;
}

.small-display-arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 24px solid #8faadc;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translate(0, -50%);
}

.component {
  margin-top: 50px;
  border: 2px solid #707070;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

.component::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -41px;
  width: 0;
  height: 0;
  border-top: 32px solid #4472c4;
  border-right: 42px solid transparent;
  border-left: 42px solid transparent;
  transform: translate(-50%, 0);
}

.component-top {
  margin-top: 50px;
  border: 2px solid #707070;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

.component-small {
  margin-top: 50px;
  border: 2px solid #707070;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

.component-small::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -41px;
  width: 0;
  height: 0;
  border-top: 32px solid #8faadc;
  border-right: 42px solid transparent;
  border-left: 42px solid transparent;
  transform: translate(-50%, 0);
}

.component-heading h1 {
  text-align: center;
  width: 100%;
  padding: 25px 25px;
  font-weight: bold;
  color: var(--green);
  font-size: 20px;
  line-height: 26.8px;
}

.component-detils {
  display: flex;
  justify-content: space-between;
  padding: 0px 42px;
}

.component-left {
  text-align: center;
}

.component-left p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.component-right p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.com-detail {
  padding: 0 40px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
}

.com-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.com-btn button {
  width: 200px;
  height: 25px;
  background-color: #009b94;
  border: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: var(--white);
  transition: 0.3s all;
}

.com-btn button:hover {
  background-color: #02827c;
}

.com-btn button img {
  position: absolute;
  right: 4px;
}

.ez-prpt-dot {
  text-align: center;
}

.ez-prpt-dot p {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}

.ez-prpt-dot img {
  margin: 15px 0;
}

.release-plate button {
  background-color: #b2b2b2;
}

.componet-large {
  margin-top: 50px;
  border: 2px solid #707070;
  border-radius: 20px;
  position: relative;
  /*width: 600px;*/
}

.componet-large::after {
  content: "";
  display: block;
  position: absolute;
  left: 136px;
  top: -41px;
  width: 0;
  height: 0;
  border-top: 32px solid #4472c4;
  border-right: 42px solid transparent;
  border-left: 42px solid transparent;
}

.componet-large.cmp-af-center::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.com-larg-boxes {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.componet-box-1 h1 {
  color: #2d2d2d;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

.cmp1 {
  width: 170px;
}

.componet-large-desc p {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}

.componet-large-desc .large {
  font-weight: 700;
}

.comp-large-btn {
  margin-top: 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp-large-btn button {
  background-color: #b2b2b2;
  width: 250px;
  height: 25px;
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  font-size: 15px;
  font-weight: bold;
  color: var(--white);
}

.com-larg-boxes-large {
  text-align: center;
  font-size: 15px;
}

.com-larg-boxes-large h1 {
  color: #2d2d2d;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 25px;
}

.com-larg-boxes-large img {
  margin-bottom: 34px;
}

.release-plate button:hover {
  background-color: #9b9696;
}

.comp-large-btn button:hover {
  background-color: #9b9696;
}

.repair-section {
  background-color: #dbf1f1;
  padding: 55px 0;
}

.repair-heading {
  text-align: center;
  margin-bottom: 20px;
}

.repair-heading h1 {
  font-size: 36px;
  font-weight: bold;
  color: var(--darkgray);
}

.repair-heading p {
  font-size: 16px;
  font-weight: bold;
  color: var(--green);
}

.p_inq_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-inq {
  padding-top: 50px;
}

.p_inq_btn button {
  width: 377px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 24px;
  background-color: #009b94;
  transition: 0.3s all;
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
}

.p_inq_btn button:hover {
  background-color: #02827c;
}

.p_inq_btn button img {
  padding-left: 10px;
}

.component-repair {
  margin-top: 50px;
  border: 2px solid #707070;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

.component-right {
  text-align: center;
}

.chip-transfer {
  padding: 80px 0 70px 0;
}

.chip-transfer-heading {
  text-align: center;
  padding-bottom: 70px;
}

.chip-transfer-heading h1 {
  font-size: 36px;
  font-weight: bold;
  color: var(--darkgray);
}

.chip-transfer-heading p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--green);
}

.chip-detail-table {
  display: flex;
}

.chip-box-p-no {
  width: 100%;
  height: 70px;
  background-color: #009b94;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}

.chip-box-p-no h1 {
  font-size: 15px;
  font-weight: bold;
  color: var(--white);
}

.chip-shape-img h1 {
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
}

.Use h1 {
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
}

.equipment h1 {
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
}

.grade h1 {
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
}

.b-size h1 {
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
}

.v-link h1 {
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
  display: flex;
  align-items: center;
}

.chip-left-box-main {
  width: 150px;
}

.v-link {
  width: 100%;
  height: 200px;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #009b94;
  border-top-color: rgb(0, 155, 148);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  background-color: #f7f7f7;
}

.b-size {
  width: 100%;
  height: 70px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #009b94;
  border-top-color: rgb(0, 155, 148);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  background-color: white;
}

.grade {
  width: 100%;
  height: 70px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dbf1f1;
  border: 1px solid #009b94;
  border-top-color: rgb(0, 155, 148);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
}

.equipment {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #009b94;
  border-top-color: rgb(0, 155, 148);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  padding: 5px;
  background-color: white;
}

.chip-shape-img {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #009b94;
  background-color: white;
}

.Use {
  width: 100%;
  height: 70px;
  background-color: #dbf1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-left: 1px solid #009b94;
  border-right: 1px solid #009b94;
  border-bottom: 1px solid #009b94;
}

.chip-right-main-box {
  width: 150px;
}

.border-left {
  border-left: none;
}

.Use,
.equipment,
.grade,
.b-size,
.v-link p {
  color: #2d2d2d;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  width: 100%;
  line-height: 20px;
}

.cs7 {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.v-btn {
  width: 108px;
  height: 21px;
  background-color: #b2b2b2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  transition: 0.3s all;
  font-weight: bold;
  color: var(--white);
  font-size: 11px;
}

.v-btn:hover {
  background-color: #9b9696;
}

.cs7 p {
  margin-top: 25px;
}

.chip-right-box {
  display: flex;
}

.other-vieo-link {
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

.con-lio p {
  margin-top: 0;
  color: #2d2d2d;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 6px;
}

.t-btn,
.t-btn2,
.t-btn3 {
  width: 108px;
  height: 21px;
  background-color: #009b94;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 25px;
  transition: 0.3s all;
}

.t-btn:hover,
.t-btn2:hover,
.t-btn3:hover {
  background-color: #02827c;
}

.t-btn span,
.t-btn2 span,
.t-btn3 span {
  font-weight: bold;
  color: var(--white);
  font-size: 11px;
}

.t-btn img,
.t-btn2 img,
.t-btn3 img {
  position: absolute;
  right: 4px;
}

.last-v-main {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.last-v-main p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
}

.lst-btn-name {
  width: 108px;
  height: 21px;
  background-color: #b2b2b2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: none;
  transition: 0.3s all;
  font-size: 11px;
  color: var(--white);
  font-weight: bold;
}

.lst-btn-name:hover {
  background-color: #9b9696;
}

.con-lio {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
}

.v-link-btn {
  margin-bottom: 10px;
}

.instruction {
  max-width: 803px;
  margin: 50px auto 0;
  background-color: #dbf1f1;
  text-align: center;
  padding: 25px 0;
  color: var(--darkgray);
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}

.process-section {
  padding-top: 30px;
}

.process-heading {
  text-align: center;
  padding-bottom: 60px;
}

.process-heading h1 {
  color: var(--darkgray);
  font-weight: bold;
  font-size: 36px;
}

.process-heading p {
  margin-top: 10px;
  color: var(--green);
  font-weight: bold;
  font-size: 16px;
}

.process-img {
  text-align: center;
}

.process-img p {
  margin-top: 10px;
  font-size: 25px;
  color: var(--green);
  font-weight: bold;
}

.p-feature-list ul {
  padding-left: 0;
}

.p-feature-list ul li {
  list-style: none;
  background-color: #f7f7f7;
  padding: 40px 100px;
  margin-bottom: 20px;
}

.feature-list p span {
  color: var(--green);
  font-weight: bold;
}

.feature-list p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: var(--darkgray);
}

.p-in-btn {
  margin-top: 100px;
  margin-bottom: 15px;
}

.product-feature {
  padding-top: 100px;
}

.chip-box-p-no:last-child {
  border-right: none;
}

.for-mobile-chip {
  display: none;
}

.for-mobile {
  display: none;
}

#lg-download-1 {
  display: none;
}

.lg-toolbar .lg-close::after {
  content: "";
  background-image: url(../img/cross.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
}

.over-flow-auto {
  overflow: auto;
}

.text {
  font-size: 27px;
  font-weight: bold;
  background-image: linear-gradient(
    70deg,
    #ffe100 30%,
    /* font color */ #ffffff 50%,
    #ffe100 30% /* font color */
  );
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 1.5s infinite;
  text-shadow: none;
}

.navbar-toggler-icon img {
  position: relative;
  top: -3px;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (min-width: 1300px) {
  .container-site {
    max-width: 1225px;
  }
}

@media (max-width: 1300px) {
  .navbar-brand {
    margin-left: 0px;
  }
  .component-detils {
    padding: 0px 30px;
  }
  .component-heading h1 {
    padding: 25px 16px;
  }
  .chip-left-box-main {
    width: 133px;
  }
  .chip-right-main-box {
    width: 141px;
  }
  .Use,
  .equipment,
  .grade,
  .b-size,
  .v-link p {
    font-size: 14px;
  }
  .last-v-main p {
    font-size: 11px;
  }
}

@media (min-width: 1400px) {
  .container-site {
    max-width: 1225px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .component-heading h1 {
    padding: 25px 0;
    font-size: 17px;
  }
  .component-detils {
    padding: 6px;
  }
  .component-right {
    text-align: center;
  }
  .p-image img {
    width: 109px;
  }
  .navbar-brand {
    width: 180px;
  }
  .other-label {
    width: 225px;
    font-size: 13px;
  }
  .f-lsit-left h2 {
    font-size: 56px;
    width: 100%;
    text-align: center;
  }
  .row.gx-73 {
    --bs-gutter-x: 50px;
  }
  .pr-des-img img {
    height: 210px;
  }
  .p-des-detail p {
    font-size: 18px;
  }
  .sec-pera {
    margin-top: 40px;
  }
  .serial-no {
    margin-top: 55px;
  }
  .p-inquary {
    margin-top: 70px;
  }
  .p-detail-decription {
    padding: 80px 0 0px 0;
  }
  .process-img img {
    width: 100%;
  }
  .chip-detail-table {
    display: flex;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 1120px;
  }
  .for-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .news-section {
    max-width: 100%;
  }
  .other-label.ht {
    height: auto;
  }
  .menu-items ul li {
    margin-right: 0;
    padding-top: 6px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
  }
  .search-bar {
    margin-top: 20px;
  }
  .search-bar input {
    width: 100%;
  }
  .other-label {
    width: 234px;
  }
  .process-banner {
    transition: 0.3s all;
    width: 100%;
    background-size: cover;
    margin-bottom: 20px;
  }
  .process-banner:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
  }
  .product-banner {
    margin-bottom: 20px;
  }
  .p-detail {
    width: 50%;
    text-align: center;
  }
  .p-image {
    width: 50%;
  }
  .contact-banner {
    background-size: cover;
  }
  .f-lsit-left h2 {
    font-size: 36px;
    text-align: center;
    width: 100%;
  }
  .main-product-details h1 {
    font-size: 30px;
  }
  .sec-pera {
    margin-top: 50px;
  }
  .serial-no {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-detail-decription {
    padding: 80px 0 0px 0;
  }
  .componet-large {
    width: 100%;
    margin-bottom: 30px;
  }
  .componet-large::after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .process-img img {
    width: 100%;
  }
  .chip-left-box {
    display: none;
  }
  .chip-right-box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .for-mobile-chip {
    display: block;
    width: 50% !important;
  }
  .chip-right-main-box {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .chip-left-box-main {
    width: 100%;
  }
  .chip-right-main-inner {
    width: 50%;
  }
  .component-detils {
    padding: 0px 10px;
  }
  .component-detils {
    display: flex;
    justify-content: center;
    padding: 0px 42px;
  }
  .component-left {
    padding-right: 20px;
  }
  .component-right {
    text-align: center;
    padding-left: 20px;
  }
  .com-detail {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-products {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .contect-feature {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .banner-content-bg-image img {
    height: 260px;
  }
  .or {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .span-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    margin-top: 20px;
    margin-bottom: 25px;
    transform: rotateZ(90deg);
  }
  .f-sub-section ul li a p {
    font-size: 13px;
  }
  .navbar-brand {
    margin-left: 0;
  }
  .navbar-toggler-icon svg {
    width: 27px;
  }
  .banner-content-bg-image img {
    width: 100%;
    object-fit: cover;
    padding-bottom: 0px;
  }
  .banner-content-bg-image {
    width: 100%;
  }
  .banner-content-right-content {
    padding: 30px;
  }
  .banner-content-div {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .banner-content-bg-image {
    width: 100%;
  }
  .process-heading-section {
    display: none;
  }
  .for-mobile-chip {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 20%;
  }
  .equipment-details {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
  }
  .preocess {
    width: 100%;
    border: none;
    height: 490px;
  }
  .equpment {
    width: 100%;
    border: none;
  }
  .tans-part {
    width: 100%;
    border: none;
  }
  .equipment-details {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
  }
  .equipment-heading {
    width: 100%;
    border: none;
    height: 200px;
  }
  .equipment-images {
    width: 100%;
    border: none;
  }
  .equip-sec {
    width: 100%;
    border: none;
  }
  .tran-sec {
    width: 100%;
    border: none;
  }
  .block-mains {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
  }
  .f-detail ul {
    display: flex;
    flex-direction: column;
  }
  .f-detail ul li a {
    border-right: none;
  }
  .headin-first p {
    position: absolute;
    right: 50%;
    left: 0;
    width: 100%;
  }
  .pr-des-details {
    margin-bottom: 100px;
  }
  .last-v-main p {
    font-size: 12px;
  }
  .Use,
  .equipment,
  .grade,
  .b-size,
  .v-link p {
    font-size: 15px;
  }
  .for-mobile {
    background-color: var(--green);
    display: flex;
    flex-direction: column;
    height: auto;
    width: 20%;
  }
  .menu-items ul li a {
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .menu-items ul li a {
    padding-left: 0 !important;
  }
  .features-products {
    flex-direction: column;
  }
  .contect-feature {
    padding: 0 10px 0 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 65px;
  }
  .row.gx-30 {
    --bs-gutter-x: 0;
  }
  .other-label.ht {
    height: auto;
    width: 330px;
  }
  .equipment-heading {
    width: 100%;
    border: none;
    height: 200px;
  }
  .preocess {
    height: 490px;
  }
  .banner-content-right-content p {
    padding: 30px !important;
  }
  .banner-heading h1 {
    font-size: 35px;
  }
  .banner-heading {
    margin-top: 20px;
  }
  .menu-items {
    flex-grow: inherit;
    margin-top: 12px;
  }
  .menu-items ul li {
    margin-right: 0;
    margin-bottom: 0px;
  }
  .search-bar {
    position: relative;
    padding-left: 0px;
  }
  .search-bar input {
    width: 100%;
    padding-left: 35px;
  }
  .navbar-toggler-icon svg {
    width: 27px;
  }
  .search-bar svg {
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .or {
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .span-arrow {
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    transform: rotateZ(90deg);
  }
  .features-products {
    max-width: 100%;
  }
  .contect-feature {
    padding: 0 10px 0 11px;
  }
  .back-to-top {
    right: 15px;
  }
  .f-detail ul {
    flex-direction: column;
  }
  .f-detail ul li {
    margin-bottom: 15px;
  }
  .f-detail ul li a {
    border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
  }
  .f-sub-section ul li a p {
    font-size: 13px;
  }
  .for-mobile {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 20%;
    background-color: var(--green);
  }
  .preocess {
    width: 100%;
    border: none;
  }
  .equpment {
    width: 100%;
    border: none;
  }
  .tans-part {
    width: 100%;
    border: none;
  }
  .process-heading-section {
    display: none;
  }
  .block-mains {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .equipment-details {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin-bottom: 20px;
  }
  .equipment-heading {
    width: 100%;
    border: none;
  }
  .equipment-images {
    width: 100%;
    border: none;
  }
  .equip-sec {
    width: 100%;
    border: none;
  }
  .tran-sec {
    width: 100%;
    border: none;
  }
  .navbar-brand img {
    width: 350px;
  }
  .banner-content-div {
    flex-direction: column;
    text-align: center;
    padding-bottom: 30px;
  }
  .banner-content-bg-image img {
    width: 100%;
    object-fit: cover;
    height: 240px;
  }
  .banner-content-bg-image {
    width: 100%;
    padding-bottom: 10px;
  }
  .navbar-brand {
    margin-left: 0;
  }
  .headin-first p {
    position: absolute;
    right: 50%;
    left: 0;
    width: 100%;
  }
  .row.gx-73 {
    --bs-gutter-x: 0;
  }
  .pr-des-img img {
    height: auto;
  }
  .pr-des-details {
    margin-bottom: 75px !important;
  }
  .mt-30 {
    margin-top: 0;
  }
  .breadcrum-top {
    padding-top: 77px;
  }
  .p-inquary {
    margin-top: 80px;
  }
  .componet-large-desc p {
    padding: 0 15px;
  }
  .chip-transfer-heading h1 {
    font-size: 24px;
  }
  .chip-transfer {
    padding: 50px 0 70px 0;
  }
  .chip-transfer-heading {
    text-align: center;
    padding-bottom: 50px;
  }
  .last-v-main p {
    font-size: 12px;
  }
  .Use,
  .equipment,
  .grade,
  .b-size,
  .v-link p {
    font-size: 15px;
  }
  .process-img img {
    width: 90%;
  }
  .process-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .product-feature {
    padding-top: 70px;
  }
  .p-feature-list ul li {
    padding: 40px 40px;
  }
  .p-in-btn {
    margin-top: 80px;
  }
  .page-heading {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .menu-items ul li a {
    padding-left: 0 !important;
  }
  .banner-content-div {
    margin-top: 15px;
  }
  .text {
    font-size: 17px;
  }
  .f-heading-sub-heading {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
  }
  .f-heading-sub-heading p {
    padding-left: 0;
  }
  .navbar-brand {
    width: 151px;
    overflow: hidden;
  }
  .equipment-heading {
    height: 110px;
  }
  .banner-content-bg-image img {
    width: 100%;
    object-fit: cover;
    padding: 0;
  }
  .banner-content-div {
    padding-top: 0px !important;
  }
  .banner-heading h1 {
    font-size: 24px;
  }
  .banner-content-div {
    display: block;
    text-align: center;
    padding: 20px 0 20px 0;
  }
  .banner-content-right-content p {
    padding: 20px 10px 10px 10px;
    line-height: 30px;
  }
  .banner-bottom-right {
    padding-bottom: 30px;
  }
  .news-section li {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  .news-label label {
    margin: 20px 0 20px 0;
  }
  .process-banner img {
    width: 100%;
    border-top-left-radius: 35px;
  }
  .features-products {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .contect-feature {
    padding: 0 10px 0 11px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .or {
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 59px;
  }
  .span-arrow {
    display: block;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 35px;
    transform: rotateZ(90deg);
  }
  .f-sub-section ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .f-sub-section ul li {
    list-style: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .f-sub-section {
    margin-top: 19px;
  }
  .f-list {
    flex-direction: column;
  }
  .f-lsit-left {
    width: 100%;
    margin-bottom: 25px;
    height: 120px;
    text-align: center;
  }
  .f-lsit-left h2 {
    position: absolute;
    width: 100%;
    bottom: -6px;
    left: 0;
  }
  .f-lsit-right {
    padding-left: 0;
    padding-bottom: 25px;
    text-align: center;
    margin-top: 22px;
  }
  .other-label.ht {
    height: auto;
    width: 210px;
  }
  .f-lsit-left::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 39px solid transparent;
    border-left: 45px solid #309b94;
    right: 0;
    top: 100px;
    left: 45%;
    transform: rotateZ(90deg);
  }
  .row.gx-30 {
    --bs-gutter-x: 0;
  }
  .banner-hding h1 {
    font-size: 17px;
  }
  .block-1 h1 {
    font-size: 12px;
  }
  .for-mobile {
    width: 20%;
    background-color: var(--green);
  }
  .preocess p {
    font-size: 17px;
  }
  .equpment p {
    font-size: 17px;
  }
  .tans-part p {
    font-size: 17px;
  }
  .preocess {
    height: 340px;
  }
  .f-detail ul li a {
    padding: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .headin-first p {
    right: 50%;
    left: 0;
    bottom: 20px;
    width: 100%;
  }
  .product-inner-banner {
    padding: 25px 0;
  }
  .product-details-section {
    padding: 60px 0 0 0;
  }
  .main-product-details h1 {
    font-size: 25px;
  }
  .pr-des-details {
    margin-bottom: 65px !important;
  }
  .last-btn-margin {
    margin-top: 25px;
  }
  .mt-30 {
    padding-top: 50px;
  }
  .p-des-detail p {
    font-size: 19px;
  }
  .breadcrum-heading {
    width: 430px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .over-flow-auto {
    overflow: auto;
  }
  .large-dsiplay h1 {
    font-size: 30px;
  }
  .component-detils {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .component-left {
    margin-bottom: 25px;
  }
  .com-detail {
    padding: 0 20px;
  }
  .com-larg-boxes {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .componet-box-1 {
    margin-bottom: 25px;
  }
  .small-dsiplay h1 {
    font-size: 30px;
  }
  .p_inq_btn button {
    font-size: 16px;
  }
  .repair-heading h1 {
    font-size: 30px;
  }
  .row.gx-45 {
    --bs-gutter-x: 0px;
  }
  .last-v-main p {
    font-size: 12px;
  }
  .instruction {
    padding: 7px;
  }
  .p-feature-list ul li {
    padding: 30px 20px;
  }
  .other-products h1 {
    font-size: 30px;
  }
  .over-flow-hidden {
    overflow: hidden;
  }
  .p-detail-decription {
    padding: 50px 0 0px 0;
  }
  .p-inquary button {
    font-size: 18px;
  }
  .other-label.ht {
    height: auto;
    width: 210px;
  }
  .d-xs-none {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .preocess p {
    font-size: 14px;
  }
  .equpment p {
    font-size: 15px;
  }
}

/* 追加 */
.w100 {
  width: 100%;
}
.navbar-brand {
  width: inherit;
  max-width: 424px;
}
.main-nav-bar {
  padding: 8px 0;
}
@media (max-width: 990px) {
  .main-nav-bar {
    padding: 17px 0;
  }
}
@media (max-width: 575px) {
  .over-flow-hidden {
    overflow-x: scroll;
  }
}
@media (max-width: 575px) {
  .navbar-brand {
    width: 151px;
    overflow: hidden;
  }
  .eng .navbar-brand {
    width: 155px;
    overflow: hidden;
  }
}
.menu-items ul li:first-child,
.menu-items ul li:nth-child(2),
.menu-items ul li:nth-child(3) {
  min-width: 117px;
}
.mf_finder_searchBox_submit:before {
  position: relative;
  left: 5px;
}
.first-heading a:hover,
.page-heading a:hover {
  color: #fff;
  text-decoration: underline;
}
.c-btn:hover {
  background-color: #02827c;
}
.p-de-btn:hover {
  opacity: 0.7;
}
.pro-heading h1,
.pro-heading h2,
.pro-heading p {
  text-shadow: 0px 5px 1px white, 0px 4px 1px white, 1px 4px 1px white,
    2px 4px 1px white, 3px 3px 1px white, 4px 2px 1px white, 4px 1px 1px white,
    4px 0px 1px white, 5px 0px 1px white, 4px -1px 1px white, 4px -2px 1px white,
    4px -3px 1px white, 3px -4px 1px white, 2px -5px 1px white,
    1px -5px 1px white, 0px -5px 1px white, -1px -5px 1px white,
    -2px -5px 1px white, -3px -5px 1px white, -4px -4px 1px white,
    -5px -3px 1px white, -5px -2px 1px white, -5px -1px 1px white,
    -5px 0px 1px white, -5px 1px 1px white, -5px 2px 1px white,
    -4px 3px 1px white, -3px 4px 1px white, -2px 4px 1px white,
    -1px 4px 1px white !important;
}
.tans-part p {
  font-weight: bold;
}
.other-label {
  justify-content: center;
}
.table_under {
  font-size: 15px;
  font-weight: 500;
}
a {
  text-decoration: none;
  color: inherit;
}
img.small {
  width: 70%;
  margin: 0 15%;
}
img.large {
  width: 160px !important;
  max-width: 160px !important;
}
@media (min-width: 992px) {
  br.sp {
    display: none;
  }
  #product_micro_led_chip_transfer_parts .chip-right-box p {
    font-size: 12px;
  }
  .table_under {
    font-size: 12px;
  }
  #eng_product_micro_led_chip_transfer_parts .table_under {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  br.pc {
    display: none;
  }
  .component-right {
    padding-left: 0;
  }
}
ol.order {
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
}
ol.order li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -25px;
}
ol.order li::before {
  content: "(" counter(cnt) ") ";
}
p.sm {
  font-size: 12px;
}
span.space {
  display: block;
  margin-left: 0.5em;
}
#eng_product_micro_led_chip_transfer_parts .equipment {
  height: 170px;
}
#eng_product_micro_led_chip_transfer_parts .Use {
  height: 100px;
}
#product_micro_led_chip_transfer_parts .v-link {
  height: 470px;
}
#eng_product_micro_led_chip_transfer_parts .v-link {
  height: 500px;
}
#movie .com-detail {
  padding: 0 35px;
}
.sitemap-section {
  padding: 82px 0 0 0;
}
.sitemap-heading {
  padding-bottom: 60px;
}
.sitemap-section h3 {
  color: var(--darkgray);
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.sitemap-section h3 a:hover {
  color: #000;
  text-decoration: underline;
}
.sitemap-section li {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: var(--darkgray);
}
.sitemap-section li a:hover {
  color: #000;
  text-decoration: underline;
}
.footer-section a > span > svg {
  position: relative;
  top: -1px;
}
.f-detail ul li a:hover,
.f-sub-section ul li a:hover {
  color: #009b94;
  text-decoration: underline;
}
.s-no {
  font-size: 18px;
}
.cs7 {
  justify-content: flex-start;
}
.cs7 p {
  margin-bottom: 6px;
}
.com-detail {
  font-size: 13px;
}
#movie .contact-lio-btns,
#eng_movie .contact-lio-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#movie .c-btn p,
#eng_movie .c-btn p {
  position: relative;
  left: calc(33.33% - 6.66px);
}
#movie .contact-lio-btns .c-btn {
  position: relative;
  justify-content: flex-end;
}
#movie .contact-lio-btns .c-btn p {
  position: absolute;
  left: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
}
#movie .contact-lio-btns {
  margin-top: 10px;
  margin-bottom: 10px;
}
#movie .comp-large-btn,
#movie .com-btn {
  margin-bottom: 10px;
}
#movie .com-detail + .contact-lio-btns {
  margin-top: 20px;
}
#movie .contact-lio-btns:last-of-type,
#movie .comp-large-btn:last-of-type,
#movie .com-btn:last-of-type {
  margin-bottom: 20px;
}

#eng_top .block-1 {
  width: calc(50% - 30px);
}
.eng .pro-heading {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 25%;
  bottom: 25%;
}
#eng_top .f-lsit-left h1 {
  text-align: center;
}
#top .other-label.ht,
#eng_top .other-label.ht {
  height: 26px;
}
#eng_movie .component-left,
#eng_movie .component-light {
  width: 50%;
}
#eng_movie .movie-top .component-detils > div.component-right > img,
#movie .movie-top .component-detils > div.component-right > img {
  position: relative;
  top: 25px;
}
#eng_movie
  > section.movie-top
  > div
  > div
  > div.col-md-12.col-lg-4
  > div
  > div:nth-child(3)
  > div
  > div.component-detils {
  padding: 0 30px;
}
#eng_movie
  > section.movie-top
  > div
  > div
  > div.col-md-12.col-lg-4
  > div
  > div:nth-child(4)
  > div
  > div.com-larg-boxes
  > div:nth-child(3)
  > img,
#movie
  > section.movie-top
  > div
  > div
  > div.col-md-12.col-lg-4
  > div
  > div:nth-child(4)
  > div
  > div.com-larg-boxes
  > div:nth-child(3)
  > img {
  position: relative;
  top: 15px;
}
/* #eng_movie img {
  max-width: 100%;
} */
#eng_movie
  > section.repair-section
  > div
  > div.row.gx-45
  > div:nth-child(2)
  > div
  > div.component-detils
  > div.component-right
  > img,
#eng_movie
  > section.repair-section
  > div
  > div.row.gx-45
  > div:nth-child(3)
  > div
  > div.component-detils
  > div.component-right
  > img {
  position: relative;
  top: 50px;
}
@media (max-width: 991px) {
  #eng_movie .movie-top .component-detils > div.component-right > img,
  #movie .movie-top .component-detils > div.component-right > img {
    position: relative;
    top: 20px;
  }
}
@media (max-width: 575px) {
  #eng_movie .component-left,
  #eng_movie .component-light {
    width: inherit;
  }
  #eng_movie .movie-top .component-detils > div.component-right > img,
  #movie .movie-top .component-detils > div.component-right > img {
    position: inherit;
    top: 0;
  }
  #eng_movie
    > section.movie-top
    > div
    > div
    > div.col-md-12.col-lg-4
    > div
    > div:nth-child(4)
    > div
    > div.com-larg-boxes
    > div:nth-child(3)
    > img,
  #movie
    > section.movie-top
    > div
    > div
    > div.col-md-12.col-lg-4
    > div
    > div:nth-child(4)
    > div
    > div.com-larg-boxes
    > div:nth-child(3)
    > img {
    position: inherit;
    top: 0;
  }
  #eng_movie
    > section.repair-section
    > div
    > div.row.gx-45
    > div:nth-child(2)
    > div
    > div.component-detils
    > div.component-left
    > img,
  #eng_movie
    > section.repair-section
    > div
    > div.row.gx-45
    > div:nth-child(3)
    > div
    > div.component-detils
    > div.component-left
    > img {
    max-width: 100%;
  }
  #eng_movie
    > section.repair-section
    > div
    > div.row.gx-45
    > div:nth-child(2)
    > div
    > div.component-detils
    > div.component-right
    > img,
  #eng_movie
    > section.repair-section
    > div
    > div.row.gx-45
    > div:nth-child(3)
    > div
    > div.component-detils
    > div.component-right
    > img {
    position: inherit;
    top: 0;
  }
}
.eng ul.detail {
  font-size: 18px;
  line-height: 50px;
  color: var(--darkgray);
  font-weight: 500;
}
.eng ol.detail {
  font-size: 18px;
  line-height: 50px;
  color: var(--darkgray);
  font-weight: 500;
}
.eng ol.detail li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1em;
}
.eng ol.detail li::before {
  content: "(" counter(cnt) ") ";
}
.eng .p-de-btn button span {
  font-size: 13px;
}
#top .equipment-heading,
#top .equipment-images,
#top .equip-sec,
#top .tran-sec  {
  height: 380px;
}
#eng_top .equipment-heading,
#eng_top .equipment-images,
#eng_top .equip-sec,
#eng_top .tran-sec {
  height: 430px;
}

#top .equipment-heading.line1-row,
#top .equipment-images.line1-row,
#top .equip-sec.line1-row,
#top .tran-sec.line1-row,
#eng_top .equipment-heading.line1-row,
#eng_top .equipment-images.line1-row,
#eng_top .equip-sec.line1-row,
#eng_top .tran-sec.line1-row {
  height: 440px;
}

#top .equipment-heading.line3-row,
#top .equipment-images.line3-row,
#top .equip-sec.line3-row,
#top .tran-sec.line3-row,
#eng_top .equipment-heading.line3-row,
#eng_top .equipment-images.line3-row,
#eng_top .equip-sec.line3-row,
#eng_top .tran-sec.line3-row {
  height: 550px;
}

#top .equipment-heading.line4-row,
#top .equipment-images.line4-row,
#top .equip-sec.line4-row,
#top .tran-sec.line4-row  {
  height: 500px;
}
#eng_top .equipment-heading.line4-row,
#eng_top .equipment-images.line4-row,
#eng_top .equip-sec.line4-row,
#eng_top .tran-sec.line4-row {
  height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #top .equipment-heading,
  #top .equipment-images,
  #top .equip-sec,
  #top .tran-sec,
  #top .equipment-heading.line1-row,
  #top .equip-sec.line1-row,
  #top .tran-sec.line1-row,
  #top .equipment-heading.line3-row,
  #top .equipment-images.line3-row,
  #top .equip-sec.line3-row,
  #top .equipment-heading.line4-row,
  #top .tran-sec.line4-row,
  #eng_top .equipment-heading,
  #eng_top .equipment-images,
  #eng_top .equip-sec,
  #eng_top .tran-sec,
  #eng_top .equipment-heading.line1-row,
  #eng_top .equip-sec.line1-row,
  #eng_top .tran-sec.line1-row,
  #eng_top .equipment-heading.line3-row,
  #eng_top .equipment-images.line3-row,
  #eng_top .equip-sec.line3-row,
  #eng_top .equipment-heading.line4-row,
  #eng_top .tran-sec.line4-row {
    height: 280px;
  }

  #top .equipment-images.line1-row,
  #eng_top .equipment-images.line1-row {
    height: 440px;
  }

  #top .tran-sec.line3-row,
  #eng_top .tran-sec.line3-row {
    height: 550px;
  }

  #top .equip-sec.line4-row,
  #eng_top .equip-sec.line4-row {
    height: 0;
  }
}
@media (max-width: 767px) {
  #top .equipment-heading,
  #top .equipment-images,
  #top .equip-sec,
  #top .tran-sec,
  #top .equipment-heading.line1-row,
  #top .equip-sec.line1-row,
  #top .tran-sec.line1-row,
  #top .equipment-heading.line3-row,
  #top .equipment-images.line3-row,
  #top .equip-sec.line3-row,
  #top .equipment-heading.line4-row,
  #top .tran-sec.line4-row,
  #eng_top .equipment-heading,
  #eng_top .equipment-images,
  #eng_top .equip-sec,
  #eng_top .tran-sec,
  #eng_top .equipment-heading.line1-row,
  #eng_top .equip-sec.line1-row,
  #eng_top .tran-sec.line1-row,
  #eng_top .equipment-heading.line3-row,
  #eng_top .equipment-images.line3-row,
  #eng_top .equip-sec.line3-row,
  #eng_top .equipment-heading.line4-row,
  #eng_top .tran-sec.line4-row {
    height: 380px;
  }

  #top .equipment-images.line1-row,
  #eng_top .equipment-images.line1-row {
    height: 440px;
  }

  #top .tran-sec.line3-row,
  #eng_top .tran-sec.line3-row {
    height: 550px;
  }

  #top .equip-sec.line4-row,
  #eng_top .equip-sec.line4-row {
    height: 0;
  }
}
#top .c-btn2,
#eng_top .c-btn2,
#eng_product_micro_led_chip_transfer_parts .t-btn2 {
  height: calc(2rem + 8px);
}
#top .c-btn3,
#eng_top .c-btn3 {
  height: calc(3rem + 8px);
  width: 224px;
}

#eng_product_micro_led_chip_transfer_parts .t-btn3 {
  height: calc(3rem + 8px);
}

#eng_product_micro_led_chip_transfer_parts .t-btn3 span {
  width: 95%;
  position: absolute;
  left: -4px;
}

.c-btn4 {
  background-color: #009b94;
  margin-bottom: 6px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(4rem + 8px);
  width: 224px;
  line-height: 1.2;
}
.c-btn2,
.c-btn3,
.c-btn4 {
  border-radius: 20px;
}
.c-btn4 p {
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
  font-weight: bold;
}
.process-top {
  margin-top: 50px;
  border: 2px solid #707070;
  border-radius: 20px;
  background-color: #f3f3f3;
  position: relative;
}
.process-top .large-display-arrow,
.process-top .small-display-arrow {
  margin-bottom: 20px;
}
.f-lsit-left:after {
  border-left: 85px solid #009b94;
}
@media (max-width: 575px) {
  .f-lsit-left::after {
    border-left: 45px solid #009b94;
  }
}
.menu-items ul li:first-child,
.menu-items ul li:nth-child(2),
.menu-items ul li:nth-child(3),
.menu-items ul li:nth-child(4),
.menu-items ul li:nth-child(5) {
  min-width: 92px;
}
.menu-items ul li:first-child {
  min-width: 110px;
}
.menu-items ul li:not(:first-child) {
  min-width: 70px;
}
.menu-items ul li a {
  font-size: 13px;
}
.menu-items ul li {
  margin-right: 5px;
}

/* 中国語 マイクロLEDチップ移送部品ページ START */
/* 製品ラインアップの右3つのセル中央寄せ */

.heading-center {
  text-align: center;
}

/* 中国語 マイクロLEDチップ移送部品ページ END */

/* 中国語 【動画で見る】信越化学が提供するマイクロLED製造一貫プロセス START */
/* マイクロLEDチップのリペア カードの高さ合わせ */
.l-height {
  height: calc(26.8px * 3.7);
}

/* 中国語 【動画で見る】信越化学が提供するマイクロLED製造一貫プロセス END */

/* 新着情報 START */
.latest-info .news-button {
  margin: 30px 0;
  display: flex;
  justify-content: center;
	align-items: center;
}
.latest-info .news-button a {
  background-color: #f8f7f7;
  border-radius: 30px;
  width: 50%;
  max-width: 300px;
  padding: 10px;
  text-align: center;
}
.latest-info .news-button a svg {
  margin-right: 10px;
}
.latest-info .news-button span {
  margin: 10px auto;
  color: #000;
}
.latest-info .news-button a:hover {
  background-color: #C7C0C0;
}
.latest-info .news-button a:hover span {
  text-decoration: underline;
}
ul.news-listing {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px dotted #999;
  padding: 10px 0;
}
ul.news-listing li {
  display: block;
  margin: 10px 10px;
}
ul.news-listing li:nth-child(-n + 3) {
  flex-basis: 130px;
}
ul.news-listing li:nth-child(2) {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
}
ul.news-listing li:nth-child(3) {
  flex-basis: auto;
}
ul.news-listing li:nth-child(3) a {
  color: #000;
}
ul.news-listing li:nth-child(3) a:hover {
  text-decoration: underline;
}
.news-info {
  background-color: #0096AE;
}
.news-release {
  background-color: #0DB638;
}
.news-product {
  background-color: #007FFF;
}
.news-event {
  background-color: #f6c342;
}
.news-others {
  background-color: #A7A7B1;
}
/* 新着情報 END */

/* 新着情報一覧 START */
.latest-info-list {
  padding-bottom: 70px;
}
.latest-info-list .news-menu {
  width: 200px;
  padding: 10px 20px;
  margin: 20px 0;
  border: 1px solid;
}
.latest-info-list .news-block-list {
  list-style: none;
  padding: 0;
}
.latest-info-list .news-block {
  margin-top: 0;
}
.latest-info-list .news-block + .news-block {
  margin-top: 45px;
}
.latest-info-list .news-year-title {
  font-weight: bold;
  color: white;
  background-color: var(--green);
  padding: 10px 5px;
  margin: 0;
  text-align: center;
}
.latest-info-list ul.news-list {
  list-style: none;
  margin: 30px 30px 0;
  padding-left: 0;
}
.latest-info-list .news-button {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest-info-list .news-button a {
  background-color: #f8f7f7;
  padding: 10px 100px;
  border-radius: 30px;
  color: #000;
}
.latest-info-list .news-button a svg {
  margin-right: 10px;
}
.latest-info-list .news-button a:hover {
  background-color: #C7C0C0;
  text-decoration: underline;
}
.latest-info-list .news-block a {
  color: var(--green) !important;
}
/* 新着情報一覧 END */

/* 新着情報詳細 START */
.news-detail .event-schedule h2 {
  background: var(--green);
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding: 5px;
  margin: 0 0 5px;
}
.news-detail .event-schedule h2 span {
  font-size: 16px;
  font-weight: normal;
  float: right;
  color: #FFF;
  padding: 0 5px;
}
.news-detail .event-table-scroll {
  overflow-x: auto;
}
.news-detail .event-table {
  width: 100%;
  margin: 5px 0;
  min-width: 450px;
}
.news-detail .event-table th {
  max-width: 176px;
  background: #F0F0F0;
  text-align: center;
  border-top: 4px solid #FFF;
  padding: 15px;
}
.news-detail .event-table td {
  text-align: left;
  padding: 15px;
}
.news-detail .event-table .event-day {
  max-width: 338px;
}
.news-detail .event-table .event-logo {
  max-width: 165px;
  vertical-align: top;
  padding: 0;
}
.news-detail .event-table .event-logo img {
  width: 100%;
}
.news-detail .event-table.l-logo th {
  width: 30%;
}
.news-detail .event-table.l-logo .event-day {
  width: 40%;
}
.news-detail .event-table.l-logo .event-logo {
  width: 30%;
}
.news-detail .event-table.l-logo .event-logo img {
  height: 100%;
  max-height: 150px;
  object-fit: contain;
  object-position: left center;
}
.news-detail {
  padding-top: 35px;
  padding-bottom: 35px;
}
.news-detail .news-button {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-detail .news-button a {
  background-color: #f8f7f7;
  border-radius: 30px;
  width: 50%;
  max-width: 300px;
  padding: 10px;
  text-align: center;
}
.news-detail .news-button a svg {
  margin-right: 10px;
}
.news-detail .news-button span {
  margin: 10px auto;
  color: #000;
}
.news-detail .news-button a:hover {
  background-color: #C7C0C0;
}
.news-detail .news-button a:hover span {
  text-decoration: underline;
}
.news-detail .event-schedule a {
  color: var(--green);
}
.news-detail .event-schedule a:hover {
  text-decoration: underline;
}
.news-detail .event-photo img {
  width: 100%;
}
.news-detail .event-photo .booth-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.news-detail .process-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}

.news-detail .process-row.first,
.news-detail .process-row.second {
  margin-top: 0;
}

.news-detail .process-img {
  width: 60%;
}

.news-detail .process-txt {
  width: 35%;
}

.news-detail .process-img figure {
  margin: 0;
  border: 1px solid #CCC;
}

.news-detail .process-img img {
  width: 100%;
}

.news-detail .process-txt h2 {
  margin-bottom: 24px;
  color: var(--green);
  font-size: 16px;
  font-weight: bold;
}

.news-detail .process-txt p {
  font-size: 13px;
}

.news-detail .process-btns {
  margin-top: 32px;
  position: relative;
}

.news-detail .process-btns .c-btn {
  width: auto;
  justify-content: flex-end;
}

.news-detail .process-btns .c-btn p {
  position: absolute;
  padding-left: 0;
  width: 100%;
  text-align: center;
}

 .news-detail .process-row.hp-single-pro .process-img {
  width: 30%;
}

 .news-detail .process-row.hp-single-pro .process-txt {
  width: 65%;
}

 .news-detail .process-row.hp-single-pro .process-txt h2 {
  font-size: 23px;
}

 .news-detail .process-row.hp-single-pro .process-txt p {
  font-size: 17px;
}

 .news-detail .process-row.hp-single-pro .process-btns .c-btn,
 .news-detail .process-row.hp-single-pro .process-btns .c-btn p {
  width: 224px;
}

@media (max-width: 767px) {
  .news-detail .event-table.l-logo th {
    width: 25%;
  }

  .news-detail .event-table.l-logo .event-day {
    width: 50%;
  }

  .news-detail .event-table.l-logo .event-logo {
    width: 25%;
  }

  .news-detail .event-table.l-logo .event-logo img {
    object-position: left top;
  }

  .news-detail .process-row.second {
    margin-top: 32px;
  }

  .news-detail .process-img {
    width: 100%;
    margin-bottom: 16px;
  }

  .news-detail .process-txt h2 {
    margin-bottom: 8px;
  }

  .news-detail .process-txt {
    width: 100%;
  }

  .news-detail .process-btns {
    margin-top: 16px;
    display: flex;
    justify-content: center;
  }

  .news-detail .process-btns .c-btn,
  .news-detail .process-btns .c-btn p {
    width: 224px;
  }

  .news-detail .event-photo .booth-img {
    height: auto;
    aspect-ratio: unset;
    object-fit: unset;
  }

   .news-detail .process-row.hp-single-pro .process-img {
    width: 100%;
  }

   .news-detail .process-row.hp-single-pro .process-txt {
    width: 100%;
  }

   .news-detail .process-row.hp-single-pro .process-txt h2 {
    font-size: 16px;
  }

   .news-detail .process-row.hp-single-pro .process-txt p {
    font-size: 13px;
  }
}
/* 新着情報詳細 END */
