@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;900&display=swap');

body {
  font-family: 'Inter', 'Yu Gothic', sans-serif;
  letter-spacing: 0.5px;
}

p, li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #111;
}

a:hover {
  color: #111;
  text-decoration: none;
}

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

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

h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.4em;
}

h2,
h3,
h4 {
  font-family: 'Inter', sans-serif;
  line-height: 1.4em;
  text-transform: unset;
}

h2 {
  font-size: 80px;
  font-weight: 900;
}

h3 {
  font-size: 50px;
  font-weight: 900;
}

h4 {
  font-size: 32px;
  font-weight: 600;
}

.navbar {
  padding: 8px 0 7px 0; 
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .navbar {
    padding: 18px 10px; 
  }
}

.navbar-brand img {
  width: 74px;
}

.hidden {
  visibility: hidden;
}

.navbar-toggler {
  position: fixed;
  top: 0;
  right: 0;
  background: #00ABCC;
  border-radius: 0;
  width: 64px;
  height: 64px;
  z-index: 1000;
}

.close-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  width: 20px;
  height: 20px;
  position: fixed;
  top: 22px;
  right: 22px;
}

@media (max-width:992px) {
  .show{
    background-image: url("../img/close-icon.png");
  }
}

.navbar-toggler.collapsed .close-icon {
  display: inline;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  display: inline;
}
.navbar-toggler:focus{
  box-shadow: none;
}

@media (max-width: 992px) {
  .navbar-brand {
    position: relative;
    left: 20px;
    top: 0;
  }

  .navbar-collapse {
    background: #00ABCC;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .navbar-collapse .btn {
    background-color: #fff;
    color: #00abcc;
    padding: 10px 40px;
    margin-top: 15px;
  }

  .navbar-nav {
    padding: 90px 30px 50px;
  }

  .navbar-collapse .ml-auto {
    padding-top: 0;
  }
}

.navbar.scrolled {
  background-color: rgba(0,0,0,0.5)!important;
  transition: background-color 200ms linear;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin: 0 2px;
  font-size: 15px;
}

.nav-link:hover {
  color: #ddd;
}

section {
  /*padding: 35px 0px;*/
  background: #fff;
  overflow: hidden;
}

.scroll {
  position: absolute;
  bottom: 0;
  right: 7%;
  height: 129px;
}

.main {
  background: url("../img/bg-diagonal.png") -520px top, url("../img/bg-diagonal.png") -328px bottom, linear-gradient(#00abcc, #030e11);
  background-size: 1263px, 1263px, contain;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.main .row {
  margin-bottom: 50px;
}

.main .row:last-child {
  margin-bottom: 50px;
}

.main .row > [class*='col-'] {
  padding: 0;
}

@media (min-width: 1200px) {
  .main {
    /*background: url("../img/bg-diagonal.png") -100px top, url("../img/bg-diagonal.png") -1135px 1400px, linear-gradient(#00abcc, #030e11);*/ 
    background: linear-gradient(#00abcc, #030e11); 
    background-repeat: no-repeat;
    /*background-size: 1710px, 1710px, contain;*/
    background-size: contain;
    color: #fff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
  }

  .main .row {
    margin-bottom: 120px;
  }

  .main .row:last-child {
    margin-bottom: 0;
  }
}

.main h2 {
  margin-bottom: 25px;
  font-size: 16px;
}

.text-overlay {
  padding: 50px 60px;
  max-height: 600px;
}

.text-overlay p {
  color: #eee;
}

.line-overlay:before {
  content: ' ';
  display: block;
  border: 2px solid #fff;
  width: 22px;
  margin: 15px auto;
}

.bg1 {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../img/img3.png") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .bg1 {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../img/img3-sp.png") no-repeat;
    background-size: cover;
  }
}

.bg2 {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../img/img2.png") no-repeat;
  background-size: cover;
}

.bg3 {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../img/img1.png") no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .business h2 {
    font-size: 40px;
  }

  .business h3 {
    font-size: 24px;
  }

  .text-overlay {
    padding: 50px 40px;
  }
}

.news {
  padding: 80px 20px;
}

.table-news tr {
  border-bottom: 1px solid #ccc;
}

.table-news tr:last-child {
  border-bottom: none;
}

.table-news td {
  border: 0;
  padding: 20px 0;
  font-size: 16px;
  color: #555;
}

.table-news td:first-child {
  width: 25%;
  vertical-align: middle;
  color: #999;
}

@media (min-width: 1200px) {
  .table-news td:first-child {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .table-news td { 
    display: inline-block; 
    padding: 30px 0 15px 0;
    font-size: 14px;
  }

  .table-news td:first-child {
    padding-bottom: 0;
    margin-bottom: -20px;
  }

}

.icon {
  width: 25px;
  vertical-align: baseline;
  margin-right: 10px;
}

.icon-sm {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.btn {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.btn-white {
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #00abcc;
  padding: 15px 40px;
  outline: none;
  text-transform: uppercase;
}

.btn-white:active, .btn-white:focus {
  background-color: #fff;
  color: #00abcc;
}

.btn-white:hover {
  opacity: 0.8;
  color: #00abcc;
}

.btn-blue {
  background-color: #00abcc;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 15px 40px;
  outline: none;
  text-transform: uppercase;
}

.btn-blue:active, .btn-blue:focus {
  background-color: #00abcc;
  color: #fff;
}

.btn-blue:hover {
  opacity: 0.8;
  color: #fff;
}

header .btn-blue {
  padding: 10px 25px;
}

footer p{
  background: black;
  padding: 30px 15px 40px 15px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.footer-top {
  padding: 30px 15px 40px 15px;
  border-bottom: 1px solid #444;
}

.footer-bottom {
  padding: 20px 15px;
}

@media (min-width: 1200px) {
  .footer-top {
    padding: 60px 0 80px 0;
  }

  .footer-bottom {
    padding: 20px 0;
  }
}

footer h3 {
  font-size: 16px;
}

footer p {
  color: #fff;
  font-size: 14px;
}

footer address {
  font-size: 16px;
  line-height: 2em;
  color: #fff;
}

footer address a {
  color: #fff;
}

footer address a:hover {
  color: #fff;
}

footer ul.quicklinks {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul.quicklinks li a {
  font-size: 14px;
  line-height: 2.2em;
  color: #bbb;
}

footer ul.quicklinks li a:hover {
  color: #999;
}

.copyright {
  font-family: 'Yu Gothic', sans-serif;
  font-size: 12px;
  color: #bbb;
}

ul.hori-links {
  padding: 0;
  margin: 0;
}

ul.hori-links li {
  display: inline;
}

ul.hori-links li a {
  font-size: 12px;
  color: #bbb;
}

ul.hori-links li:first-child a {
  margin-right: 25px;
}

ul.hori-links li a:hover {
  color: #999;
}

.text-small {
  font-size: 12px;
  color: #ddd;
}

/* Back to top button */

#to-top-button {
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#to-top-button:hover {
  cursor: pointer;
}

#to-top-button.show {
  opacity: 1;
  visibility: visible;
}

/* Remove gutter */

.no-gutter > [class*='col-'] {
  padding: 0;
}

.small-gap-left {
  margin-right: -10px;
}

.small-gap-right {
  
}

/* Inner Pages - General */

.page-section {
  padding: 70px 0;
}

.page-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.page-section h2:after {
  content: ' ';
  display: block;
  border-bottom: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #00ABCC, #000);
  width: 36px;
  margin: 20px auto;
}

.page-section h3 {
  font-size: 20px;
}

.page-section h3 span {
  font-size: 32px;
  color: #00ABCC;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .page-section {
    padding: 35px 0;
  }

  .page-section h2 {
    font-size: 24px;
  }

  .page-section h3 {
    font-size: 18px;
  }

  .page-section h3 span {
    font-size: 25px;
  }
}

.section-bg {
  background: #EDF2F4;
}

.breadcrumb-bar {
  border-bottom: 1px solid #ddd;
}

ol.breadcrumb {
  padding: 25px 0;
  margin: 0;
  background: none;
}

@media (max-width: 767px) {
  ol.breadcrumb {
    padding: 18px 0;
  }
}


ol.breadcrumb li {
  font-size: 13px;
  text-transform: uppercase;
  color: #00ABCC;
}

ol.breadcrumb li a {
  color: #00ABCC;
}

ol.breadcrumb li a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="m2 13l9.293-9.293a1 1 0 0 1 1.414 0L22 13h-2v8a1 1 0 0 1-1 1h-5v-7h-4v7H5a1 1 0 0 1-1-1v-8H2Z"/></svg>');
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.btn-link-blue {
  color: #00ABCC;
  text-transform: uppercase;
  padding: 0;
}

.btn-link-blue:hover {
  color: #00ABCC;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .btn-link-blue {
    font-size: 14px;
  }

}

/*.btn-link-blue::after {
  content: " ->";
}*/

/* Mission Page */

.greeting-wrap {
  background: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.greeting {
  color: #fff;
  padding: 60px 30px;
}

.color-box {
  background: url("../img/bgg-sp.png") 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 30px;
}

.color-box img {
  width: 75px;
}

.color-box h3 {
  font-size: 28px;
  padding-bottom: 40px;
}

.color-box p {
  line-height: 2em;
}

@media (min-width: 992px) {
  .greeting {
    color: #fff;
    padding: 30px 60px 30px 60px;
  }

  .color-box {
    background: url("../img/bgg.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 60px 0;
    margin-bottom: 40px;
  }

  .color-box h3 {
    font-size: 40px;
    padding-bottom: 30px;
  }

  .color-box p {
    font-size: 24px;
    line-height: 1.6em;
  }

}

/* Quality Page */

.border-box {
  border: 2px solid #C8D0D3;
  padding: 30px 55px 10px 55px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .border-box {
    padding: 30px 30px 10px 30px;
  }
}

.box {
  padding: 35px 55px 20px 55px;
  margin-bottom: 20px;
  background: #EDF2F4;
}

.section-bg .box {
  background: #fff;
}

.box h3 {
  margin-right: 70px;
}

@media (max-width: 767px) {
  .box {
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
  }

  .box h3 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.bigger-text {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bigger-text {
    font-size: 18px;
  }
}

.smaller-text {
  font-size: 14px;
}

.img-text {
  width: 115px;
}

.blue-text {
  color: #00ABCC;
}

.border-box-top {
  background: #EDF2F4;
  padding: 15px 10px 5px 10px;
}

.inpage-nav {
  padding: 25px 0;
}

.inpage-nav .btn {
  margin: 10px 5px;
  padding: 12px 30px;
}

@media (max-width: 767px) {
  .inpage-nav .btn {
    width: 100%;
    margin: 8px 0;
  }
}

/* About Page */

.table-custom>tbody>tr:nth-child(odd)>td, 
.table-custom>tbody>tr:nth-child(odd)>th {
  background-color: #EDF2F4;
}

.striped-darker>tbody {
  background-color: #fff;
}

.striped-darker>tbody>tr:nth-child(odd)>td, 
.striped-darker>tbody>tr:nth-child(odd)>th {
  background-color: #DCE5E9;
}

.table-custom th, .table-custom td {
  padding: 25px 35px;
  border: 0;
}

.table-custom th {
  width: 15%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .table-custom th { 
    display: block; 
    width: 100%;
    padding: 20px 25px 10px 25px;
  }

  .table-custom td { 
    display: block; 
    padding: 0 25px 20px 25px;
  }
}

.card {
  border-radius: 0 !important;
  border: 0;
  background: none;
  margin-bottom: 25px;
}

.card-header {
  background: #00ABCC;
  cursor: pointer;
  border-bottom: none;
  padding: 18px 40px;
}

.card-header .title {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}

.card-header .accicon {
  float: right;
  font-size: 25px;
  width: 1.2em;
  color: #fff;
}

@media (max-width: 767px) {
  .card-header {
    padding: 12px 20px;
  }

  .card-header .title {
    font-size: 16px;
    line-height: 2.1em;
  }
}

.card-body {
  border-top: 0;
  padding: 40px 80px 40px 40px;
}

.card-body h3 {
  margin-bottom: 25px;
}

.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.google-map-link {
  color: #00ABCC;
  text-decoration: underline;
  margin-left: 25px;
}

.google-map-link:hover {
  color: #00ABCC;
  text-decoration: underline;
  opacity: 0.8;
}

.number-list li {
  padding: 5px 0;
}

/* Products Page */

.product-nav .nav-link {
  margin: 0 10px;
  margin-top: 20px;
}

ul.top-menu {
  position: absolute;
  top: 10px;
  left: 440px;
}

ul.top-menu li {
  display: inline;
}

ul.top-menu li a {
  font-size: 13px;
  color: #fff;
  border-right: 1px solid #eee;
  padding: 0 10px;
}

ul.top-menu li:last-child a {
  border: 0;
}

ul.top-menu li a:hover {
  color: #ddd;
}

.banner-products {
  padding: 0;
  background: url("../img/banner-products.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 165px 0;
}

.banner-products h1 {
  font-size: 46px;
  color: #fff;
}

@media (max-width: 767px) {
  .banner-products {
    background: url("../img/banner-products-sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .banner-products h1 {
    font-size: 32px;
  }
}

.search-box {
  background: #2B2C2C;
  padding: 40px 0 50px 0;
  color: #fff
}

.search-box p {
  font-size: 24px;
}

@media (max-width: 767px) {
  .search-box p {
    font-size: 20px;
  }
}

.search-box input {
  height: 55px;
  border-radius: 0;
  border: 0;
}

.search-box .btn {
  background: #00ABCC;
  color: #fff;
  border-radius: 0;
  padding: 0 40px;
}

.search-box img {
  position: relative;
  top: 7px;
  width: 16px;
}

@media (max-width: 767px) {
  .search-box .btn {
    padding: 0 20px;
  }
}

.card2 {
  border-radius: 0 !important;
  border: 0;
  background: #fff;
  margin-bottom: 25px;
}

.card2 p {
  margin-bottom: 0;
}

.card-header2 {
  cursor: pointer;
  position: relative;
  padding: 35px 35px 25px 35px;
}

.card-header2 h3 span {
  margin-right: 20px;
}

.card-header2 .accicon {
  font-size: 25px;
  background: #00ABCC;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 38px;
  height: 38px;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .card-header2 .accicon {
    font-size: 25px;
    width: 28px;
    height: 28px;
    line-height: 25px;
  }
}

.card-header2 .accicon:after {
  content: "+";
}

.card-header2:not(.collapsed) .accicon:after {
  content: "-";
}

.card-body2 {
  margin-left: 80px;
  padding-bottom: 35px;
  width: 690px;
}

@media (max-width: 767px) {
  .card-header2 {
    padding: 35px 30px 25px 30px;
  }

  .card-body2 {
    margin-left: 0;
    width: 100%;
    padding: 0 30px 30px 30px;
  }

  .card2 p {
    width: 70%;
  }
}

.content-bg {
  background: #fff;
  padding: 100px 160px;
}

@media (max-width: 767px) {
  .content-bg {
    padding: 100px 30px;
  }
}

.product-info {
  margin-bottom: 50px;
}

.title-underline {
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}

h4.heading-deco {
  font-size: 20px;
  border-left: 10px solid #000;
  padding-left: 10px;
  margin-bottom: 15px;
  line-height: 1.2em;
  display: inline-block;
}

@media (max-width: 767px) {
  h4.heading-deco {
    font-size: 18px;
  }
}

ul.list {
  padding: 0;
  margin: 0;
}

ul.list li {
  list-style: none;
  margin-bottom: 5px;
}

ul.list li a {
  color: #00ABCC;
}

.img-wrap {
  position: relative;
  width: 100%;
}

.img-wrap img {
  width: 100%;
  height: auto;
}

.img-wrap a {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-36%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .img-wrap a {
    left: 15%;
    transform: translate(-10%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .img-wrap .btn-blue {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0
    outline: none;
    text-transform: uppercase;
  }
}

/* Case Page */

.btn-grey {
  background: #EDF2F4;
  width: 100%;
  padding: 12px 0;
  border-radius: 0;
  margin-right: 12px;
  margin-bottom: 12px;
}

.case-category .active {
  background: #00ABCC;
  color: #fff;
}

.case-item img {
  width: 100%;
}

/*--.case-item:hover {
  opacity: 0.5;
  cursor: pointer;
} --*/

.navbar-custom-dark {
  background: #111;
}

/* 404 Page */

.not-found-img {
  width: 478px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .not-found-img {
    width: 70%;
  }
}

.not-found-msg {
  margin-bottom: 40px;
}

.not-found-msg span {
  font-size: 24px;
  line-height: 2.1em;
}

/* Privacy Page */
/* Sitemap Page */

.title-bg {
  background: #EDF2F4;
  padding: 15px 25px;
  margin-bottom: 35px;
}

.site-links {
  border-left: 7px solid #000;
  padding-left: 10px;
  margin-bottom: 15px;
  line-height: 1.1em;
  display: inline-block;
  font-size: 20px;
}

.site-links:hover {
  opacity: 0.6;
}

.site-links+ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
}

.site-links+ul li {
  margin-bottom: 5px;
}

.site-links+ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .site-links+ul {
    margin-left: 20px;
  }
}

/* News Page */

.side-box {
  background: #EDF2F4;
  padding: 30px;
}

.side-box h3 {
  font-size: 20px;
  color: #00ABCC;
}

.side-box h4 {
  font-size: 16px;
}

.side-box ul.list li a {
  color: #aaa;
  display: block;
  padding: 3px 0;
}

.side-box ul.list li.active a, .side-box ul.list li:hover a {
  color: #000;
}

@media (max-width: 767px) {
  .side-box {
    margin: -35px -15px 30px -15px;
    padding: 20px 15px;
    overflow: hidden;
  }

  .side-box h3 {
    text-align: center;
  }

  .side-box ul.list li a {
    display: inline;
    padding-right: 20px;
    float: left;
  }
}

/* Search Result Page */

p.search-result {
  font-weight: bold;
}

p.search-result span {
  font-size: 24px;
  color: #00ABCC;
  margin-right: 7px;
}

.alternate-row div {
  padding: 40px 90px;
}

@media (max-width: 767px) {
  .alternate-row div {
    padding: 30px;
  }
}

.alternate-row div h4 {
  font-size: 18px;
}

.alternate-row > div:nth-of-type(odd) {
  background: #EDF2F4;
}

ul.custom-pagination li a {
  background: #DCE5E9;
  margin: 0 8px;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  width: 30px;
  height: 30px;
  line-height: 1.8em;
  text-align: center;
  color: #00ABCC;
}

ul.custom-pagination li a:hover {
  color: #00ABCC;
}

ul.custom-pagination li.active a {
  background: none !important;
  color: #000 !important;
  margin: 0;
}

ul.custom-pagination li img {
  width: 15px;
}

/* Contact Page */

.contact-wrapper  {
  background: #fff;
  padding: 50px 100px;
}

.contact-wrapper .icon  {
  width: 34px;
}

.contact-wrapper .text-bold {
  font-size: 40px;
}

.contact-wrapper .text-small {
  font-size: 14px;
  color: #000;
}

@media (max-width: 767px) {
  .contact-wrapper  {
    padding: 50px 25px;
    margin: 0 20px;
  }

  .contact-wrapper .icon  {
    width: 30px;
  }

  .contact-wrapper .text-bold {
    font-size: 33px;
  }
}

.mandatory {
  border:  1px solid #00ABCC;
  padding: 2px 5px;
  margin-right: 8px;
  font-size: 14px;
  color: #00ABCC;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  margin-bottom: 15px;
}

.form-control {
  border-radius: 3px;
  font-size: 14px;
  height: 45px;
  padding-left: 20px;
}

.form-control::placeholder {
  color: #aaa;
}

.info-box {
  background: #EDF2F4;
  padding: 30px;
}

.info-box h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.info-box p {
  font-size: 14px;
}

.link-blue {
  color: #00ABCC;
  text-decoration: underline;
}

.link-blue:hover {
  color: #00ABCC;
  text-decoration: underline;
  opacity: 0.7;
}

.thanks-msg p.lead {
  color: #00ABCC;
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .thanks-msg p.lead {
    font-size: 24px;
     text-align: center;
  }

  .thanks-msg p {
    text-align: left;
  }
}

.bg-color {
  background: #EDF2F4;
}

/* FAQ Page */

.faq-subtitle {
  font-size: 20px;
  border-left: 8px solid #00ABCC;
  padding-left: 10px;
  margin-bottom: 20px;
  line-height: 1.2em;
  color: #00ABCC;
}

@media (max-width: 767px) {
  .faq-subtitle {
    font-size: 16px !important;
  }
}

/* Catalog Page */

.box-wrapper {
  margin-bottom: 30px;
}

.box-header {
  background: linear-gradient(to left, #00ABCC, #000);
  color: #fff;
  padding: 12px;
}

.box-header h3 {
  text-transform: capitalize;
  font-weight: normal;
  margin: 0;
}

.box-content {
  background: #fff;
  padding: 40px;
}

@media (max-width: 767px) {
  .box-header h3 {
    font-size: 18px;
  }

  .box-content {
    padding: 30px 60px;
  }

  .box-content img {
    margin-bottom: 30px;
  }
}

.btn-outline {
  background-color: none;
  border: 1px solid #00abcc;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #00abcc;
  padding: 10px 30px;
  outline: none;
  text-transform: capitalize;
  width: 100%;
}

.btn-outline:hover {
  color: #00abcc;
}

.pdf {
  background: rgba(0,0,0,0.7);
  padding: 2px 12px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 22px;
  top: 7px;
  border: 1px solid #fff;
}

.service-assenble-column:nth-of-type(1){
  background:url(../img/service_microassemble_img01.png) top left / cover ;
  padding:150px 70px;
  color:#fff;
  text-align: center;
}
.service-assenble-column:nth-of-type(2){
  background:url(../img/service_microassemble_img02.png) top left / cover ;
  padding:150px 70px;
  color:#fff;
  text-align: center;
}
@media (max-width: 767px) {
  .service-assenble-column:nth-of-type(1),.service-assenble-column:nth-of-type(2){
    padding:100px 20px;
  }
}

.table-service th{
  background:#C8D0D3;
  text-align: center;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.table-service td:first-of-type{
  background:#D4DDE0;
}
.table-service td{
  background:#fff;
  text-align: center;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.service-banner{
  position: relative;
}
.service-banner .btn{
  position: absolute;
  right:60px;
  top:60px;
}
.service-tab{
  background: #EDF2F4;
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .service-tab{
    padding: 40px 20px;
  }  
}
.service-tab input{
  width: 120px;
  padding: 6px;
  border: #C8D0D3;
  margin-right: 8px;
}
.service-tab select{
  width: 300px;
  padding: 6px;
  border: #C8D0D3;
}
@media (max-width: 767px) {
  .service-tab select,.service-tab input{
    width: 80%;
  }
}
.service-tab-subhead{
  font-size: 20px;
  font-weight: bold;
  border-left: 8px #000 solid;
  text-indent: 10px;
  margin-bottom: 20px;
}
.require{
  border:#00ABCC 1px solid;
  background: #fff;
  color:#00ABCC;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 6px;
  margin-left: 10px;
}
.tabs{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.tabs-list{
  border-radius: 4px 4px 0 0;
  background-color: #C8D0D3;
  list-style: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  width: 24.8%;
  padding: 10px 0 10px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tabs-list.current{
  background-color: #EDF2F4;
  font-size: 20px;
  padding-top: 20px;
  margin-top: -10px;
  height: 96px;
}
@media (max-width: 767px) {
  .table{
    display: block;
    overflow-x: scroll;
    /*--white-space: nowrap;--*/
  }
}
.slick-vertical .slick-slide{
  border: none !important;
}

/*--service_assembly--*/
.nav-text{
  text-transform: unset;
}
.production-banner{
  background-image: url(../img/production-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 420px 0;
}
.mainvisual{
  max-width: 900px;
  width: 70%;
  margin: auto;
}
.mainvisual-title{
    width: 100%;
    margin: auto;
}
.mainvisual-subtitle{
    width: 30%;
    margin: auto;
}
#about{
  background: #EDF2F4;
}
#about .table-custom .th-odd, #about .table-custom .td-odd{
  background-color: #DCE5E9;
}

.table-th-wide th{
  width: 30%;
}
@media (max-width:767px) {
  .table-th-wide th{
    width: 100%;
  }
}
.table-th-wide td a{
  text-decoration: none;
  color: #00ABCC;
}

.video{
  display: block;
  width: 100%;
  max-width: 830px;
  margin: auto;
  height: 415;
}
.img-fluid{
  width: 100%;
  display: block;
  margin: auto;
}

#Activities {
  background-color: #EDF2F4;
}

#info .hour{
  word-spacing: 20px;
}
#info .hour span{
  font-size: 18px;
  margin-left: 6px;
  margin-right: 0px;
  color: var(--bs-body-color);
}
@media (min-width: 768px) {
  #info .table-th-wide th{
    border-right: 2px solid white;
  }
}
@media (max-width:768px) {
  #info .table-custom>tbody>tr:first-child{
    display: none;
  }
  #info .table-custom>tbody>tr>th{
      background-color: #EDF2F4;
      width: 100%;
  }
  #info .table-custom>tbody>tr>td{
      background-color: #FFFFFF;
  }
  #info .table-striped>tbody>tr:nth-of-type(odd)>td{
    --bs-table-accent-bg: #FFFFFF;
  }
}

#info .table-custom .td_title{
  text-align: left;
  font-weight: bold;
}

/*--Submission-Form--*/
.submition-form input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-sizing: border-box;
  margin-top: 6px;
  /* margin-bottom: 16px; */
  resize: vertical;
}

.submit-btn{
  text-align: right;
}
.submit-btn:hover{
  color: white;
}
@media (max-width: 991px) {
  .submit-btn{
    text-align: left;
  }
}
.btn {
  background-color: #00ABCC;
  color: white;
  padding: 10px 25px;
}

.btn:hover{
  background-color: #0D96B0;
  color: white;
}


.submition-form {
  background-color: #EDF2F4;
  padding: 60px 80px;
}
@media (max-width: 991px){
  .submition-form {
    padding: 30px 30px;
  }
}

[type=file] {
  /* position: absolute; */
  /* filter: alpha(opacity=0); */
  /* opacity: 0; */
  width: auto;
  border: none;
}
[type=file]::-webkit-file-upload-button {
  width: 150px;
  padding: 5px 0;
  border: 1px solid #CCC;
  background-color: transparent;
}
[type=file]::-webkit-file-upload-button:hover {
  background: #e0e2e2;
  cursor: pointer;
}

/*--end-of-submission-form--*/
.dept-info{
  padding-top: 10px;
  padding-bottom: 70px;
}
.dept-info p{
  font-weight: 600;
}
.dept-info .text{
  background-color:#EDF2F4 ;
  width: 60%;
  padding: 24px 100px;
  margin: auto;
}
.dept-info .text a{
  color: #00ABCC;
  word-break: break-all;
}
.success,
.failure {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
  display: block;
}
.success {
  color: #008000;
}
.failure {
  color: #ff0000;
}
@media (max-width:991px) {
  .dept-info .text{
    width: 100%;
    padding: 23px 20px;
  }
  .dept-info .text p{
    font-size: 14px;
  }
}

.photo{
  display: flex;
}
@media (max-width: 991px) {
  .photo{
    display: flex;
    flex-direction: column;
  }
}
.photo img{
  width: 34%;
}
@media (max-width: 991px) {
  .photo img{
    width: 100%;
  }
}
/*--Slider-Customizations--*/

.case-item{
  position: relative;
  height: 100%;
}
.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }


.error {
  color: red;
  margin-bottom: 16px;
  display: block;
}