:root {
  --lightblue: #00aaad;
  --darkblue: #008486;
  --lightGray: #f2f2f2;
  --midGray: 808080;
  --deepGrap: #333333;
}

* {
  margin: 0;
  padding: 0;
  /* list-style: none; */
  box-sizing: border-box;
}

body {
  font-family: 微軟正黑體, 微軟正黑體, Arial;
  font-size: 16px;
  /* font-size: 1em; */
  /* padding-top: 117px; */
}

img {
  max-width: 100%;
  /*	width: 100%;*/
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: var(--lightblue) !important;
}

p a:hover {
  color: var(--deepGrap) !important;
}

p a:hover {
  color: var(--lightblue) !important;
}

.lightblue {
  color: var(--lightblue);
}

.darkblue {
  color: var(--darkblue);
}

.red {
  color: #e60012;
}

.deepgray {
  color: var(--deepGrap);
}

.gray {
  color: gray;
}

body {
  cursor: url(../image/logo小車s.cur), auto !important;
  animation-iteration-count: 2;
}

/* ----------------all --------------*/

#section01,
#section02,
#section03 {
  position: relative;
}

.subtitle::before {
  content: " ";
  position: absolute;
  background: url(../image/方塊.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 35px;
  height: 35px;
  margin: 2% 0% 0% -10%;
  /* margin: 1.5% -3% 0% -3%; */
}

/* ----------navbar-----------*/
/* .navbar-expand-lg .navbar-nav {
    display: flex;
    flex-wrap: inherit;
    字不會切斷
} */

/* .navbar-brand {
    width: 70%;
} */

a.navbar-brand img {
  width: 70vw;
}

.navbar,
li.nav-item {
  list-style: none;
  font-weight: bold;
  /* font-size: 1.1em; */
}

.navbar-nav li.nav-item:hover {
  /* border-bottom: 2px solid var(--lightblue);
    color: #000000; */
}

.navbar-light .navbar-nav .nav-link {
  color: #3e3e3e;
}

.navbar-light .navbar-nav .nav-link .navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--greenblue);
}

/* .navbar-nav li.nav-item:hover {
    border-bottom: 2px solid var(--greenblue);
    color: #000000;
} */

li.nav-item a:hover {
  color: var(--lightblue) !important;
}

/*
.navbar li.nav-item.dropdown:hover ul.dropdown-menu {
	display: block
}
*/

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--lightblue);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}

input.form-control {
  background: none;
  color: #000000;
  border-radius: 0rem;
  border: 0;
  border-bottom: 1px solid var(--lightblue);
  box-shadow: none;
  width: 100%;
}

/* 下拉選單 */
li.nav-item.dropdown {
  position: static;
  /* 滿版 */
}

.nav-itembg {
  background-color: #ffffff;
  /* margin-left: -20px; */
  /* padding: 0% 5%; */
  width: 100%;
}

#navbarimg {
  width: 125px;
  max-width: 60%;
}

.nav-itembg .row {
  margin: 0 5%;
}

.owl-nav {
  display: none;
}

nav.navbar.navbar-expand-lg.navbar-light {
  position: absolute;
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  opacity: 1;
  /* banner往上 */
}

.bg-light {
  --bs-bg-opacity: 0;
  /* banner往上 */
}

@media (min-width: 1200px) {
  .navbar,
  li.nav-item {
    font-size: 1.1em;
  }
}

@media (min-width: 1920px) {
  .navbar,
  li.nav-item {
    font-size: 1.2em;
  }
}

/* ----------end navbar-----------*/

/* ----------------banner --------------*/

div#carouselExampleInterval {
  position: relative;
  background-size: contain;
  /* banner往上 */
}

video {
  width: 100%;
}

/* -------------------------------index---------------------------- */

.index-word {
  font-size: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .index-word {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1920px) {
  .index-word {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 2560px) {
  .index-word {
    padding-bottom: 5%;
  }
}

/* ----------------section0 --#section01 .about-topright .content------------*/
section#section0 {
  margin: -5px;
}

.car {
  padding: 0;
}

.car img {
  width: 100%;
}

.car img:hover {
  /* filter: brightness(.7); */
  filter: saturate(180%);
  /* filter: drop-shadow(8px 8px 10px rgb(22, 22, 22)); */
  box-shadow: 12px 12px 7px rgba(0, 0, 0, 0.7);
  transform: scale(1.01);
  /*    border: 3px solid var(--darkblue);*/
}

/* ----------------section01 --------------*/
/* section#section01 {
    height: 50vw;
    background: url(../image/about1同比例.png) no-repeat;
    background-size: cover;
    background-position: top; 
} */

section#section01 {
  height: 100%;
  background: url(../image/BOUT同比例.png) no-repeat;
  background-size: cover;
  /* background-position: top; */
  z-index: 2;
}

#section01 .about-left {
  height: 100vw;
  background: url(../image/about1同比例.png) no-repeat top/cover;
}

/* #section01 .about-topright .content {
    padding: 5% 0px 5% 0px;
} */

#section01 .about-bottomright {
  /* height: 75vw; */
  background: url(../image/about2同比例.png) no-repeat center/cover;
}

#section01 .about-bottomright .content {
  height: 240px;
}

#section01 .about-bottomright img:hover {
  transform: rotateY(360deg);
  transform-style: preserve-3d;
  transition: all 3s linear;
}

.bgproduct {
  display: none;
}

/* BUTTON */
h1.title {
  color: white;
  margin: 30px auto;
  width: 40vw;
  padding: 20px;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 5px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.buttonBox {
  position: relative;
  float: left;
  /* margin:1vw 3vw; */
}

button#redlinebtn {
  width: 120px;
  height: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.27);
  text-transform: uppercase;
  /* color: white; */
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  font-size: 14px;
  outline: none;
}

.border4 {
  position: absolute;
  background: none;
  transition: all 0.5s ease-in-out;
}

#fourth > .border4:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--lightblue);
}

#fourth > .border4:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 1px solid var(--lightblue);
}

#fourth > .border4:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--lightblue);
}

#fourth > .border4:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 1px solid var(--lightblue);
}

#fourth:hover .border4:nth-of-type(1) {
  width: 120px;
}

#fourth:hover .border4:nth-of-type(2) {
  height: 40px;
}

#fourth:hover .border4:nth-of-type(3) {
  width: 120px;
}

#fourth:hover .border4:nth-of-type(4) {
  height: 40px;
}

/* ----------------section02 --------------*/
section#section02 {
  height: 100%;
  background: url(../image/product1手機.png) no-repeat;
  background-size: contain;
  background-position: top;
  margin-top: 0%;
}

section#section02 .container {
  background-color: #212529;
}

.owl-carousel .item {
  /* background-color: #ffffff; */
  /* margin: 10% 15%; */
  /* margin: 28% 10% 10% 10%; */
  /* padding: 0% 9% 0% 9%; */
  /* 控制產品輪播圖 */
}

.owl-carousel .item:hover {
  /* border: 3px solid var(--darkblue); */
  background: url(../image/shadow.png) no-repeat 100% 92%;
}

.owl-carousel .item:hover img {
  filter: saturate(150%);
}

@media (min-width: 768px) {
  .owl-carousel .item:hover {
    background: url(../image/shadow.png) no-repeat 100% 90%;
  }
}

@media (min-width: 1024px) {
  .owl-carousel .item:hover {
    background: url(../image/shadow.png) no-repeat 100% 90%;
  }
}

hr.global-hr {
  color: var(--lightblue);
  border: 1.25px solid;
  opacity: 1;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

section#section02 .text-black:nth-child(3) h2,
section#section02 .text-black:nth-child(3) h5 {
  color: white;
}

/* ----------------section03 --------------*/
/* section#section03 {
    height: 30vw;
    background: url(../image/news手機.png) no-repeat;
    width: 60%;
    background-size: contain;
    background-position: top;
    margin-top: 10%;
} */

#section03 .content {
  margin-top: 25%;
}

img.newspic {
  width: 100vw;
}

.carousel-item.active {
  display: block;
}

#section03 .subtitle {
  padding: 4% 0 4% 0;
}

#section03 #owl-carousel-news .item {
  padding: 2% 2% 2% 2%;
  /* 控制產品輪播圖 */
}

#section03 #owl-carousel-news .item:hover {
  /* border: 3px solid var(--darkblue); */
  background: none;
}

#section03 .col-12.mt-3.mb-5 {
  padding: 0 2.5% 0 2.5%;
}

/* ----------------section04 --------------*/
#catalog,
#contact {
  background-color: var(--lightblue);
  color: #ffffff;
}

#catalog .item {
  margin: 5px 0px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

#catalog .img_w100_h90 {
  max-width: 18vw;
}

div#catalog a {
  color: #ffffff;
}

div#catalog a:hover {
  color: #000000 !important;
}

img.catalog-img {
  width: 58%;
  margin: auto;
  padding: 8% 0% 6% 0%;
}

img.contact-img {
  width: 58%;
  /* margin: auto; */
  padding: 10% 0% 5% 0%;
}

/*#catalog .img_w100_h90 {
    width: 20vw;
    height: 100vw;
} */

/* ul {
    list-style-type: square;
} */

@media screen and (min-width: 992px) {
  .fa-location-dot::before,
  .fa-phone::before,
  .fa-fax::before,
  .fa-envelope::before,
  .fa-user::before,
  .fa-truck-monster::before,
  .fa-house::before {
    font-size: xx-large;
  }
}

#cataloginfo li {
  color: var(--lightblue);
}

#cataloginfo li a {
  font-family: 微軟正黑體, 微軟正黑體, Arial !important;
  margin-left: 10px;
  /* font-weight: 800; */
  /* color:var(--lightblue); */
  /* color: #ffffff; */
}

#cataloginfo li a:hover {
  color: var(--lightblue);
}

#contact {
  background-color: var(--lightGray);
}

#google-map {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -5px;
}

/* ----------------footer --------------*/
#footer_link ul {
  padding: 8px 0;
  margin: 0;
}

#footer_link ul li {
  display: inline-block;
  font-size: 13px;
  margin: 0 0.5%;
}

#footer_link ul li a {
  text-decoration: none;
  color: gray;
}

@media screen and (min-width: 768px) {
  /* --------------all-------------- */
  .subtitle::before {
    margin: 1.5% 0% 0% -5.5%;
  }

  a.navbar-brand img {
    width: 40vw;
  }

  /* ---------------- section01 --------------*/

  /* #section01 .about-left {
        background: url(../image/about1同比例.png) no-repeat top/contain;
        width: 55%;
    }
    
    #section01 .about-right {
        background: url(../image/about2同比例.png) no-repeat top/contain;
        width: 45%;
    } */

  #section01 .about-topright .content {
    height: 225px;
  }

  #section01 .about-bottomright .content {
    height: 225px;
  }

  #section01 .about-left {
    height: 0vw;
    background: none;
  }

  #section01 .about-right {
    height: 0vw;
    background: none;
  }

  section#section01 {
    height: 100%;
    background: url(../image/BOUT.png) no-repeat;
    background-size: cover;
  }

  /* #section01 .content {
        margin-top: 20%;
    } */

  /* ---------------- section02 --------------*/
  section#section02 {
    /* height: 72vw; */
    background: url(../image/綠色角線.png) no-repeat;
    background-size: contain;
    background-position: top center;
    margin-top: -5%;
    z-index: 1;
    /* height:900px; */
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  section#section02 .content {
    padding: 17% 0% 0% 2.5%;
    /* width: 1600px;
        padding-top: 20%; */
  }

  section#section02 .container {
    background-color: transparent;
    /* padding: 5% 0% 5% 4%; */
    height: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  section#section02 .text-black:nth-child(3) h2,
  section#section02 .text-black:nth-child(3) h5 {
    color: black;
  }

  /* section#section02 .container .row.mt-5 {
            margin-top: 2rem!important;
            padding-bottom: 4%;
    } */

  /* ----------------section03 --------------*/
  /* section#section03 {
        height: 35vw;
        background: url(../image/news.png) no-repeat;
        background-size: contain;
        background-position: top;
        margin-top: 0%;
    } */

  #section01 .about-bottomright {
    background: none;
  }

  #section03 .content {
    margin-top: 7%;
    margin-left: 5%;
  }

  img.newspic {
    margin-top: 0%;
    width: 28vw;
  }

  .newssub {
    margin-top: 10%;
  }

  /* ----------------section04 --------------*/

  #catalog .img_w100_h90 {
    max-width: 8vw;
  }

  #catalog .row {
    width: 90%;
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  /* --------------all-------------- */
  .subtitle::before {
    margin: 1.5% 0% 0% -4.5%;
    /* margin: 1.5% 0% 0% -4.5%; */
  }

  /* ----------------section01 --------------*/

  #section01 .about-topright .content {
    height: 320px;
  }

  #section01 .about-bottomright .content {
    height: 320px;
  }

  /* ----------------section02 --------------*/

  /* #section02 .title::before {
        width: 100%;
        height: 40px;
        left: -10%;
        top: 25%;
    } */
  /* #section02 .content {
        width: 80%;
        position: relative;
        top: 50%;
        left:10%;
        transform: translateY(50%);
        padding: 10% 0% 5% 10%;
      } */

  section#section02 {
    margin-top: -11%;
  }

  section#section02 .container {
    background-color: transparent;
    /* padding: 10% 0% 2% 0%; */
  }

  section#section02 .container {
    background-color: transparent;
    /* padding: 5% 0% 5% 4%; */
    height: 240px;
  }

  /* ----------------section04 --------------*/
  /* #catalog .img_w100_h90 {
            width: 5vw;
        } */
}

@media screen and (min-width: 1200px) {
  /* --------------all-------------- */
  .subtitle::before {
    margin: 1.5% 0% 0% -4%;
  }

  /* ----------------section01 --------------*/
  .bgproduct {
    /* font-size: 700%; */
    height: 40vw;
    font-weight: 900;
    color: #343435;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 3.8%;
    margin-right: 15%;
    letter-spacing: 6px;
  }

  #section01 .about-topright .content {
    height: 470px;
  }

  #section01 .about-bottomright .content {
    height: 470px;
  }

  section#section02 .content {
    padding: 25.5% 11% 0% 2.5%;
    /* width: 1600px;
        padding-top: 20%; */
  }

  /* ----------------section04 --------------*/
  #catalog .row {
    width: 80%;
    margin: auto;
  }
}

@media screen and (min-width: 1600px) {
  .subtitle::before {
    width: 50px;
    height: 50px;
    margin: 1.5% -3% 0% -4%;
  }

  section#section02 .content {
    padding: 25.5% 12% 0% 2.5%;
  }

  section#section02 .text-black h5,
  section#section02 .text-white h5 {
    font-size: 1.7rem;
  }

  #section03 .subtitle {
    font-size: 3rem;
  }

  /* ----------------section04 --------------*/
  #catalog .row {
    width: 70%;
    margin: auto;
  }
}

@media screen and (min-width: 1920px) {
  /* ----------------section01 --------------*/
  .bgproduct {
    /* font-size: 700%; */
    height: 40vw;
    font-weight: 900;
    color: #343435;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 3.8%;
    margin-right: 15%;
    letter-spacing: 6px;
  }

  #section01 .about-topright .content {
    height: 600px;
    width: 85%;
    padding: 0px 0px 70px 0px;
  }

  #section01 .about-bottomright .content {
    height: 570px;
    width: 85%;
  }

  section#section02 .container {
    background-color: transparent;
    /* padding: 5% 0% 5% 4%; */
    height: 400px;
  }

  section#section02 .text-black h2,
  section#section02 .text-white h2 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 2560px) {
  /* ----------------section01 --------------*/
  #section01 .about-topright .content {
    height: 800px;
  }

  #section01 .about-bottomright .content {
    height: 700px;
  }
}

/* ------------------------------------in------------------------------- */

section#timeline,
section#product1,
section#product1-1,
section#map,
section#location,
section#technology,
section#contactus,
section#privacy {
  padding: 5% 0% 8% 0%;
  /* padding: 8% 0% 8% 0%; */
}

@media screen and (min-width: 1600px) {
  section#timeline,
  section#product1,
  section#product1-1,
  section#map,
  section#location,
  section#technology,
  section#contactus,
  section#privacy {
    padding: 3% 0% 3% 0%;
    /* padding: 4% 0% 5% 0%; */
  }
}

/*title-icon*/
.section_title {
  position: relative;
  z-index: 10;
  min-width: 50%;
  display: inline-block;
  font-weight: bold;
  color: #1d1d1d;
  line-height: 100px;
  /* min-width: 1000px; */
  margin-left: 10%;
}

.section_title:after {
  content: attr(data-mask);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -4px;
  z-index: -1;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1em;
  color: #f4f4f4;
  /* letter-spacing: .08em; */
  text-transform: uppercase;
}

.innersubtitle::before {
  content: " ";
  position: absolute;
  background: url(../image/方塊.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 35px;
  height: 35px;
  margin: 12% 0% 0% -19%;
  /* margin: 2% 0% 0% -10%; */
  /* margin: 1.5% -3% 0% -3%; */
}

.product_no {
  font-weight: bold;
  font-size: 3.5rem;
  color: #a9a9a9;
  text-transform: uppercase;
  text-align: center;
}

.container.mb-3 {
  display: none;
  /* bluelinebtn */
}

@media (min-width: 768px) {
  .section_title {
    margin-left: 4%;
  }

  .section_title:after {
    font-size: 4.5rem;
    /* font-size: 94px; */
  }

  .innersubtitle::before {
    margin: 4% 0% 0% -11%;
  }

  .container.mb-3 {
    display: block;
    /* bluelinebtn */
  }
}

@media screen and (min-width: 992px) {
  /* --------------all-------------- */
  .innersubtitle::before {
    margin: 3% 0% 0% -8%;
    /* margin: 1.5% 0% 0% -4.5%; */
  }
}

@media screen and (min-width: 1200px) {
  /* --------------all-------------- */
  .innersubtitle::before {
    margin: 2% 0% 0% -6%;
  }
}

@media screen and (min-width: 1600px) {
  .innersubtitle::before {
    width: 50px;
    height: 50px;
    margin: 2% 0% 0% -9%;
  }

  .section_title:after {
    font-size: 5.8rem;
    /* font-size: 94px; */
  }

  .product_no {
    font-size: 4rem;
  }
}

/* end title-icon*/

/*title2-icon*/
.innersubtitle2 {
  padding: 3% 0% 3% 8%;
}

.innersubtitle2::before {
  content: " ";
  position: absolute;
  background: url(../image/方塊.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 30px;
  height: 30px;
  margin: 0% 0% 0% -8%;
  padding: 1% 0% 1% 0%;
}

@media (min-width: 768px) {
  .innersubtitle2 {
    padding: 3% 0% 3% 0%;
  }

  .innersubtitle2::before {
    margin: 0% 0% 0% -5%;
  }
}

@media screen and (min-width: 992px) {
  .innersubtitle2::before {
    margin: 0% 0% 0% -4%;
  }
}

@media screen and (min-width: 1200px) {
  .innersubtitle2::before {
    margin: 0% 0% 0% -3%;
  }
}

@media screen and (min-width: 1600px) {
  .innersubtitle2::before {
    margin: 0% 0% 0% -2.5%;
  }
}

@media screen and (min-width: 1920px) {
  .innersubtitle2::before {
    margin: 0% 0% 0% -2%;
  }
}

/* end title2-icon*/

/* product inner hr */
.diamond {
  margin-top: 50px;
}

.diamond img {
  width: 12%;
}

@media (min-width: 768px) {
  .diamond img {
    width: 6%;
  }

  .diamond {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .diamond {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}

/* end product inner hr */

.animate__animated {
  --animate-duration: 3s;
  --animate-delay: 0.9s;
}

.move-top {
  background: var(--darkblue);
  border: 2px solid var(--darkblue);
  bottom: 10%;
  right: 5%;
  height: 60px;
  width: 60px;
  color: #fff;
  cursor: pointer;
  /* display: none; */
  font-size: 40px;
  line-height: 50px;
  position: fixed;
  text-align: center;
  transition: all 500ms ease 0s;
  /* display: inline-block; */
  z-index: 999;
}

.circlearrow {
  font-size: 24px;
  /* padding: 0 5px; */
}

.circlearrow a.backimg {
  background: url(../image/back.png) no-repeat;
  width: 60px;
  height: 60px;
  z-index: 0;
  padding: 0px 70px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* ------------------------------------product1------------------------------- */

section#product1 {
  height: 100%;
  background: url(../image/product1手機內頁.png) no-repeat;
  background-size: contain;
  background-position: 100% -5%;
  margin-top: 0%;
}

@media screen and (min-width: 768px) {
  section#product1 {
    min-height: 60vw;
    background: url("../image/product1/green-triangle.png") no-repeat;
    background-size: contain;
    background-position: top center;
    /*	margin-top: -5%;*/
    z-index: 1;
    /* height:900px; */
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .row.row-cols-1.row-cols-md-3.g-4 .col {
    margin-top: 5%;
  }
}

section#product1 .card:hover {
  /* border: 3px solid var(--darkblue); */
  background: url(../image/shadow.png) no-repeat 100% 90%;
  width: 100%;
}

section#product1 .card:hover img {
  filter: saturate(150%);
  transform: scale(1.1);
  transform: translate(-10%, 10%);
}

@media (min-width: 768px) {
  section#product1 .card:hover {
    background: url(../image/shadows.png) no-repeat 100% 90%;
  }
}

@media (min-width: 1200px) {
  section#product1 .card:hover {
    background: url(../image/shadow.png) no-repeat 100% 90%;
  }
}

section#product1 .card-body {
  padding: 0rem 1rem;
  text-align: center;
}

section#product1 .card {
  border: 0px solid rgba(0, 0, 0, 0.125);
  background-color: transparent;
  padding: 2% 0px 2% 0px;
}

/* BUTTON product*/

/* h1.title {
    color: white;
    margin: 30px auto;
    width: 40vw;
    padding: 20px;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 5px;
    border-top: 1px solid;
    border-bottom: 1px solid;
} */

.button-product {
  position: relative;
  float: left;
  margin: 0.5% 1%;
  /* margin: 1%; */
  /* margin:1vw 3vw; */
}

button#bluelinebtn {
  /* width: 120px; */
  /* height: 40px; */
  width: 68px;
  height: 33px;
  position: relative;
  background: rgba(255, 255, 255, 0.27);
  text-transform: uppercase;
  /* color: white; */
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid var(--lightblue);
  /* border: none; */
  /* font-size: 1.3rem; */
  font-size: 0.9rem;
  outline: none;
}

#squarebtn .border4 {
  position: absolute;
  background: none;
  transition: all 0.5s;
  /* transition: all .5s ease-in-out; */
}

#squarebtn > .border4:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid white;
}

#squarebtn > .border4:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 1px solid white;
}

#squarebtn > .border4:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid white;
}

#squarebtn > .border4:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 1px solid white;
}

#squarebtn #bluelinebtn a:hover {
  color: black !important;
}

button#bluelinebtn:hover {
  width: 120px;
  height: 40px;
  position: relative;
  background: #0096880a;
  color: white !important;
}

#squarebtn:hover .border4:nth-of-type(1) {
  width: 120px;
}

#squarebtn:hover .border4:nth-of-type(2) {
  height: 40px;
}

#squarebtn:hover .border4:nth-of-type(3) {
  width: 120px;
}

#squarebtn:hover .border4:nth-of-type(4) {
  height: 40px;
}

@media (min-width: 768px) {
  button#bluelinebtn {
    width: 100px;
    height: 38px;
    font-size: 1rem;
  }
}

@media (min-width: 1920px) {
  button#bluelinebtn {
    width: 120px;
    height: 40px;
    font-size: 1.3rem;
  }
}

/* BUTTON product*/

/* ------------------------------------product1-1------------------------------- */

.section_title_inner {
  position: relative;
  z-index: 10;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  color: #1d1d1d;
  line-height: 70px;
  display: flex;
  justify-content: center;
}

.section_title_inner:before {
  content: attr(data-mask);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* left: -1px; */
  z-index: -1;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1em;
  color: #f4f4f4;
  /* letter-spacing: .08em; */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .section_title_inner:before {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 1600px) {
  .section_title_inner {
    line-height: 100px;
  }

  .section_title_inner:before {
    font-size: 5rem;
  }
}

/* ---  table yellow  ---*/

.tablered {
  color: #e60012;
}

table.minimalistBlack {
  overflow: auto;
  border: 2px solid black;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin: 0px 0px 20px 0px;
  font-weight: bold;
}

table.minimalistBlack thead {
  background: #cfcfcf;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  background: -webkit-linear-gradient(
    top,
    #dbdbdb 0%,
    #d3d3d3 66%,
    #cfcfcf 100%
  );
  background: linear-gradient(
    to bottom,
    #66e1e38c 0%,
    #50ecef3b 66%,
    #00aaad63 100%
  );
  border-bottom: 1.5px solid #000000;
}

table.minimalistBlack tr th {
  border: 0.8px solid black;
  padding: 5px 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.minimalistBlack tbody tr td {
  border: 0.8px solid black;
  padding: 5px 4px;
  font-size: 15px;
}

.redborder.top {
  border-style: solid;
  border-top: 3.5px solid red;
  border-left: 2.5px solid red;
  border-right: 2.5px solid red;
}

.redborder.mid {
  /* border: #d02525; */
  border: red;
  border-style: solid;
  border-width: 0px 2.5px 0px 2.5px;
  border-bottom: 0.8px solid;
}

.redborder.bottom {
  border-left: 2.5px solid red;
  border-right: 2.5px solid red;
  border-bottom: 3.5px solid red;
}

tr.bluebackground {
  background-color: #ecfbfcb3;
}

@media (max-width: 599px) {
  table.minimalistBlack {
    display: block;
    /* overflow-x: scroll; */
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---end  table yellow  ---*/
/* ----------------------------------end--product1-1------------------------------- */

/* ----------------------------------map------------------------------- */

section#map .row.map-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

section#map img.img-bordered {
  padding: 3px;
  border: 1px solid #eee;
}

iframe {
  height: 300px;
}

@media (min-width: 768px) {
  iframe {
    height: 480px;
  }
}

.row.mapssmall {
  display: block;
}

@media (min-width: 768px) {
  .row.mapssmall {
    display: none;
  }
}

.row.mapsbig {
  display: none;
}

@media (min-width: 768px) {
  .row.mapsbig {
    display: block;
  }
}
/* ----------------------END------------map------------------------------- */

/* ----------------------------------location------------------------------- */

/* section#location .container-fluid {
    width: fit-content;
} */

section#location
  .col-12.col-sm-4.col-xxl-2.map-info.d-flex.justify-content-center.flex-column.mb-5 {
  text-align: center;
}

@media (min-width: 768px) {
  section#location
    .col-12.col-sm-4.col-xxl-2.map-info.d-flex.justify-content-center.flex-column.mb-5 {
    text-align: left;
  }

  section#location h5.text-center.mb-2 {
    margin-right: 30%;
  }
}

@media (min-width: 1920px) {
  section#location .container-fluid {
    width: 80%;
  }
}

.fa-color {
  color: #3f3f3f;
}

/* ------------------------END----------location------------------------------- */

/* ----------------------------------technology1-2------------------------------- */
.hovereffect {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /* background-color: rgba(75,75,75,0.7); */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgb(67 68 68 / 61%);
  position: absolute;
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  /* font-size: 17px; */
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.6); */
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  opacity: 0;
}

.hovereffect:hover h2 {
  top: 40%;
  opacity: 1;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  /* border: 1px solid #fff; */
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  /* padding: 62px 100px; */
  width: 100%;
  height: 100%;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: rgba(0, 0, 0, 0.6);
  /* background:rgba(0, 0, 0, 0.6); */
}

/* -------------------------END---------technology1-2------------------------------- */

/* -------------------------------contactus------------------------------- */

section#contactus .form-group.row {
  /* padding: 1% 0; */
  margin: 1% 0;
}

@media (min-width: 1024px) {
  .in_contact {
    width: 82%;
    margin: 0 auto;
  }
}

@media (min-width: 1920px) {
  .in_contact {
    width: 90%;
    margin: 0 auto;
  }
}

.map-info span{
    margin-left:15px;
}
/* -------------------------END---------contactus------------------------------- */
