@charset "UTF-8";
:root {
  --og: #ff723a;
  --hog: #eb952f;
  --dog: #DD4B12;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");

body::-webkit-scrollbar {
    display: none;
}

body, h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: 'Noto Sans TC','微軟正黑體' !important;
}

*, body, htnl {
    margin: 0;
    font-family:'Noto Sans TC', "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.mb-5{
  margin-bottom: 5px !important;
}

.img-item {
    position: relative;
    overflow: hidden;
}

.img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*-- 下拉選單 ↓ --*/
.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
  color: #666666;
  vertical-align: middle;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
}
.select .placeholder {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  background-color: #ffffff;
  z-index: 1;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.select .placeholder:hover {
  background: #f1f1f1;
}
.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: '\f077';
}
.select.is-open ul {
  display: block;
}
.select.select--white .placeholder {
  background: #fff;
  color: #999;
}
.select.select--white .placeholder:hover {
  background: #fafafa;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
  border: 1px solid #ccc;
  box-shadow:0px 0px 10px #00000020;
}
.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #999;
  cursor: pointer;
}
.select ul li:hover {
  background: #ddd;
  color: #999;
}

/*-- 下拉選單 ↑ --*/
/*select*/
.mo-select .select {
    position: relative;
    display: block;
    margin: 20px auto;
    width: 100%;
    color: #333333;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.mo-select .select .placeholder {
    position: relative;
    display: block;
    background-color: #ffffff;
    border:1px solid #ccc;
    z-index: 1;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
}
.mo-select .select .placeholder:hover {
    background: #eee;
}
.mo-select .select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
}
.mo-select .select.is-open .placeholder:after {
    content: '\f077';
}
.mo-select .select.is-open ul {
    display: block;
}
.mo-select .select.select--white .placeholder {
    background: #fff;
    color: #999;
}
.mo-select .select.select--white .placeholder:hover {
    background: #fafafa;
}
.mo-select .select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
}
.mo-select .select ul li {
    display: block;
    text-align: left;
    padding: 8px 16px;
    color: #999;
    cursor: pointer;
}
.mo-select .select ul li:hover {
    background: #4ebbf0;
    color: #fff;
}
/*select*/

body {
    background-color: #ffffff;
    overflow-x: hidden;
}

.margin-auto{
  margin: auto;
}

.col-md-20{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px){
.col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}}

p{
  color: #333333;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 24px;
}

@media (max-width: 768px){
p{
  font-size: 13px;
}}

a{
  letter-spacing: 0.1rem;
  line-height: 24px;
}

.txt-14{
  font-size: 14px;
}

.txt-16{
  font-size: 16px;
}

.txt-18{
  font-size: 18px;
}

.txt-20{
  font-size: 20px;
}

.txt-24{
  font-size: 24px;
}

.txt-28{
  font-size: 28px;
}

.txt-32{
  font-size: 32px;
}

.txt-36{
  font-size: 36px;
}

.txt-56{
  font-size: 56px;
}


@media(max-width: 768px){
.txt-14{
  font-size: 12px;
}

.txt-16{
  font-size: 14px;
}

.txt-18{
  font-size: 16px;
}

.txt-20{
  font-size: 18px;
}

.txt-24{
  font-size: 20px;
}

.txt-28{
  font-size: 24px;
}

.txt-32{
  font-size: 28px;
}

.txt-36{
  font-size: 32px;
}

.txt-56{
  font-size: 36px;
}

}

p.txt-24{
  line-height: 36px;
}

.text-gray33{
  color: #666666;
}

.text-gray66{
  color: #666666;
}

.text-gray87{
  color: #878787;
}

.text-gray99{
  color: #999999;
}

.text-blue1{
  color: #0087a1;
}

.text-darkblue1{
  color: #40609E;
}

.text-lightblue1{
  color: #2e90b7;
}
.margin-no {
  margin-right: 0px;
  margin-left: 0px;
}

.padding-no {
  padding-right: 0px;
  padding-left: 0px;
}

.line-top {
  width: 100%;
  height: 1px;
  background: #ddd;
}

@media (max-width: 991px){
.header .mo-header {
    background: #f6f6f6;
}}

.hide-in-phone{
  display: block;
}

@media (max-width: 991px){
.hide-in-phone{
  display: none;
}}

.hide-in-pc{
  display: none;
}

@media (max-width: 991px){
.hide-in-pc{
  display: block;
}}


@media (min-width: 991px){
.header .pc-header.stick .top-menu .collapse .nav {
    margin-left: 0px;
}}

@media (max-width: 991px){
.section-title p {
    line-height: 32px;
    letter-spacing: 2px;
}
}

.mt-btn{
  background: url(../images/btn.png) no-repeat center;
  border-radius: 60px;
  border:0px solid #000000;
  color: #ffffff;
  padding: 14px 60px;
  box-shadow: 0px 0px 32px rgb(49 177 224 / 10%);
}

@media (max-width: 991px){
.mt-btn{
  zoom:0.8;
}
}

.over-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.col-md-20{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px){
.col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}}

@media (max-width: 991px){
.mo-text-center{
  text-align: center;
}}


@media (max-width: 991px){
  .mo-order-1{
    order: 1;
  }
  .mo-order-2{
    order: 2;
  }
  .mo-order-3{
    order: 3;
  }
  .mo-order-4{
    order: 4;
  }
}

@media (min-width: 991px){
.pc-pr{
  padding-right: 30px;
  }
.pc-pl{
  padding-left: 30px;
  }
}

.back-to-top {
    display: none;
    width: 5em;
    height: 5em;
    position: fixed;
    bottom: 6em;
    right: 2em;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    opacity: 0.8;
    font-size: 12px;
    padding: 1em;
    border-radius: 60px;
    box-shadow: 0px 0px 10px #00000040;
    z-index: 50000000;
}

.top-icon {
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 21px;
    right: 0px;
    margin: auto;
    font-size: 20px;
    color: #384859;
}

.top-p {
    right: 6px;
    position: relative;
}

.ver-item{
  display: flex;
  align-items: center;
  height: 100%;
}

.center-item{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/*------------------------------------------*/

.transparent-head {
    position: absolute;
    width: 100%;
}

.kv_slider .img-wrap .img-item {
    padding-top: calc(100vh - 93px - 100px);
}

.pc-logo img {
    max-width: 180px !important;
}

@media (min-width: 991px){
.header .pc-header {
    background-color: #fff;
}}

@media (min-width: 991px){
.header .pc-header .top-menu .collapse .pc-logo {
    position: absolute;
    top: 13px;
    left: 0px;
    z-index: 2;
}}

@media (min-width: 991px){
.header .pc-header .top-menu .collapse .nav-items .nav-link {
    color: #333;
    font-size: 15px;
    padding: 25px 12px;
}}

@media (min-width: 991px){
.header .pc-header .top-menu .collapse .nav {
    margin-left: auto;
}}

@media (min-width: 991px){
.header .pc-header.stick .top-menu .collapse .nav {
    margin-left: auto;
}}

.lan-search-box{
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 15px;
}

.lan-box{
  display: flex;
    align-items: center;
}

.lan-box i{
  color: #028aa3;
  position: relative;
  top: 1.5px;
}

@media (min-width: 991px){
.header .pc-header .top-menu .collapse .nav-items .lan-search-box {
    padding: 10px 20px;
    position: relative;
}}

@media (min-width: 991px){
.header .pc-header.stick .top-menu .collapse .nav-items .lan-search-box {
    padding: 5px 20px;
    position: relative;
}}

.stick .lan-search-box:before {
    top: 12px;
}

.search-box i{
  color: #028aa3;
  position: relative;
  top: 1.5px;
}

.lan-search-box:before{
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #ccc;
  top:22px;
  left: 0;
}

/*-----------------------------------*/

.custom-select:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.custom-select {
  border: 0px solid #ced4da;
}

/*--------------------*/

.section{
  margin-top: 100px;
}

@media(max-width: 991px){
  .section{
  margin-top: 75px;
}
}

.title-blue-dec{
  width: 60px;
  height: 4px;
  background: #0087a1;
  margin-top: 5px;
  margin-bottom: 20px;
}

.tsm-btn{
  width: fit-content;
  background: #0087a1;
  border: 1px solid #0087a1;
  padding: 12px 20px;
  color: #ffffff;
}

.tsm-btn:hover{
  background: #ffffff;
  padding: 12px 20px;
  color: #0087a1;    
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.topic-type-img {
    position: relative;
}

.topic-type-img .img-item {
    padding-top: 64%;
}

.topic-type-txt {
    -webkit-transition: height .8s ease;
    transition: height .8s ease;
    position: absolute;
    bottom: 0%;
    left: 1.5px;
    width: calc( 100% - 2px);
    line-height: 30px;
    vertical-align: middle;
    background: rgba(32,32,38,.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.topic-type-txt .d-flex{
  justify-content: space-between;
}

.index-s1_slider .slick-dots{
    bottom: -25px;
    left: 15px;
}

@media (max-width: 991px){
.index-s1_slider .slick-dots{
    left: 0px;
}}

.slick-dots li button:before {
    top: 0;
    width: 10px;
    height: 10px;
    content: '•';
    border: 0px solid #fff;
    background: #ccc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#ffffff)";
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#ffffff);
}

.slick-dots li.slick-active button:before {
    top: 0;
    width: 10px;
    height: 10px;
    content: '•';
    border: 0px solid #ececec;
    background: #0087a1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#ffffff)";
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 30%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#ffffff);
}

.slick-dots li button:hover:before {
    content: '';
    background: var(--hog);
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.section01{
  margin-bottom: 70px;
}

.section02 .img-item{
  padding-top: 500px;
}

@media(max-width: 991px){
  .section02 .img-item{
  padding-top: 100%;
}
}

.index-s2-txt {
    position: absolute;
    z-index: 10;
    left: calc(50vw - 585px);
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media(max-width: 991px){
.index-s2-txt {
    left: 50%;
    min-width: calc(100vw - 30px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}}

.news-box .img-item{
  padding-top: 75%;
}

.header .stick {
  box-shadow: 0px 0px 20px #d9d9d9;
}

.link-item:hover .img-item img {
    transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.link-item .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    top: 0;
    left: 0;
    z-index: 2;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.link-item:hover .img-item:before {
    background: rgba(0, 0, 0, 0.3);
}

.link-item .img-item .more-word {
    color: #fff;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.link-item:hover .img-item .more-word {
    opacity: 1;
}

.link-item .img-item .more-word i {
    display: block;
    font-size: 36px;
}

.section05 .img-item{
  padding-top: 400px;
}

.section04{
  background: #f5f5f5;
  padding: 100px 0;
}

@media (max-width: 991px){
  .section04{
  background: #f5f5f5;
  padding: 75px 0;
}
}

.video-box .img-item{
  padding-top: 56%;
  border-radius: 6px;
}

.footer{
  background: #f4f4f4;
  padding: 50px 0px 20px 0px;
}

.ft-logo img{
  max-width: 100px !important;
}

.share-btn a img {
    max-width: 27px !important;
}

.share-btn a {
    padding: 10px 6px;
}

.company-info p i{
  margin-right: 10px;
}

.company-info .text-gray66{
  line-height: 28px;
}

.ft-logo2 img{
  max-width: 70px !important;
  margin-bottom: 20px;
}

.under-item{
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.kv_slider_mo .img-wrap .img-item {
    position: relative;
    padding-top: 100%;
}

@media (max-width: 991px){
  .header .mo-header .top-menu .navbar-toggler .icon-bar {
    background-color: #0087a1;
  }
}

@media (max-width: 991px){
  .s1-txt-box{
    margin-top: 50px;
  }
}

.news-box{
  margin-bottom: 40px;
}

@media (max-width: 991px){
  .video-box{
    margin-bottom: 40px;
  }
}

@media (max-width: 991px){
  .header .mo-header .top-menu nav .navbar-collapse {
    background: #f8f8f8;
  }
}

@media (max-width: 991px){
  .header .mo-header .top-menu .navbar-collapse .nav li a {
    color: #666666;
    border-bottom: 1px solid #cccccc;
  }
}

@media (max-width: 991px){
  .header .mo-header .top-menu nav .navbar-collapse.show {
    top: 59px;
  }
}

.mo-header .fake-search {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100vh;
    margin-right: 0px;
    height: 45px;
}

@media (max-width: 991px){
.search-input {
    width: calc(100vw - 38px);
}}

.search-input input {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    border: none;
    background: none;
    white-space: nowrap;
    position: relative;
    z-index: auto;
    display: block;
}

.search-btn {
    border: 0px;
    border-radius: 4px;
    color: #fff;
    background: #028aa3;
    position: relative;
    right: -2%;
    -webkit-transform: translate(-50%, 7%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

header .btn-secondary {
    color: #666;
    background-color: transparent;
    border-color: transparent;
    position: relative;
    min-width: 100vw;
    text-align: left;
    padding: 10px 14px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100vw;
    padding: 0rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

header .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #666;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgb(130 138 145 / 50%);
}

.btn-secondary:hover {
    color: #666;
    background-color: transparent;
    border-color: transparent;
}

.dropdown-item {
    color: #333333;
    font-size: 14px;
}

.mo-menu-box .img-item{
  padding-top: 150px;
}

.inside-banner-img .img-item {
    padding-top: 300px;
}

@media (max-width: 991px){
.inside-banner-img .img-item {
    padding-top: 300px;
}
}

.inside-banner-txt {
    position: absolute;
    z-index: 10;
    /* left: calc(90% - 50vw + 585px); */
    left: calc(50vw - 585px);
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media (max-width: 991px){
.inside-banner-txt {
    left: 50%;
    width: calc(100vw - 30px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*text-align:center;*/
}}

.content{
  min-height: calc(100vh - 94px - 272.63px);
}

.inside-banner-txt p{
      text-shadow: 0px 0px 5px #ffffff;    
      line-height: 36px;    
      -webkit-filter: drop-shadow(0px 0px 5px #ffffff);
}

/*-------------------------------------------------*/
.newcodeimg {
    max-width: 120px !important;
}

.con-c .con-des {
    font-size: 16px;
    color: #333;
}

.con-c .con-info p {
    line-height: 28px;
}

.con-c .con-info p i {
    color: #0087a1;
    margin-right: 20px;
    width: 5px;
    text-align: center;
}

@media (max-width: 991px){
.con-c .con-des {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.con-c .con-info p {
    font-size: 14px;
    line-height: 28px;
}
.form-g label {
    font-size: 14px;
}
.form-g .from-in {
    font-size: 14px;
}
.con-c {
    padding-right: 15px;
    margin-top: 0px;
}
}

.con-c .con-info .text-gray33{
  color: #333333
}

.con-c .con-info {
    border-bottom: 0px solid #dddddd;
}
/*-------------------------------------------------*/

.share-btn a:hover img{
  opacity: 0.6;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.page-area{
  margin-top: 40px;
}

.page-link {
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 0;
    color: #ffffff;
    background-color: #0087a1;
    border-color: transparent;
}

.pagination > li > a:hover i{
    color: #ffffff;
}

.sub-menu,.sub-menu-mo{
  padding-bottom: 40px;
}

.sub-menu li {
    padding: 7px 20px;
    border: 1px solid #cccccc;
    margin: 0px 15px;
}

.sub-menu li:hover {
  border: 1px solid #0087a1;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.sub-menu li:hover p{
  color: #0087a1;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.sub-menu li.active {
  border: 1px solid #0087a1;
}

.sub-menu li.active p{
  color: #0087a1;
}

.article-area{
  padding: 50px 0;
}

.article-area img{
  max-width: 100%;
}

/*-----------------------------------*/

.drawer {
  margin-bottom: 20px;
}

.drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.drawer__title {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
  color: #333333;
}

@media(max-width: 991px){
  .drawer__title {
  font-size: 14px;
}
}

.drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 8px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.drawer__title:hover { 
  color: #4E4B52  ;
}

.drawer__trigger:checked
  + .drawer__title
  + .drawer__content-wrapper {
  max-height: 350px;
}

.drawer__trigger:checked + .drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

.drawer__content {
    padding: 15px 0;
}

.drawer__content ul li{
  padding: 7px;
}

.drawer__content ul li p{
  color: #666666;
}


.drawer__content ul li:hover p{
  color: #0087a1;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.product-box .img-item{
  padding-top: 100%;
}

.product-box{
  margin-bottom: 40px;
}

.product-pic .img-item{
  padding-top: 100%;
  border: 1px solid #cccccc;
  background: #ffffff;
}

.product-feature li{
  padding: 5px 0px 5px 20px;
  position: relative;
}

.product-feature li:before{
  content: '.';
  position:absolute;
  font-weight: bold;
  font-size: 20px;
  top: 0px;
  left: 8px;
}

/*-------------------------------------------------*/
.rg-container {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  /*padding: 1em 0.5em;*/
  color: #666;
}

@media(max-width: 991px){
.rg-container {
  font-size: 14px;
}
}

.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  /*font-size: 1.4em;*/
}
.rg-dek {
  /*font-size: 1em;*/
}

.rg-source {
  margin: 0;
  /*font-size: 0.75em;*/
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  /*font-size: 1em;*/
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  /*color: #333;*/
}
table.rg-table thead {
  /*border: 1px solid #fff;*/
}
table.rg-table tr {
  border: 1px solid #fff;
  /*color: #222;*/
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  padding: 10px;
  text-align: center;
  background: #0087a1;
  border: 1px solid #fff;
  /*font-size: 0.9em;*/
  color: #ffffff;
}
table.rg-table td {
  padding: 15px;
  border: 1px solid #fff;
  /*font-size: 0.9em;*/
}
table.rg-table .table-tr {
    padding: 15px;
    border: 1px solid #fff;
    background: #0087a1;
    color: #fff;
    /* font-size: 0.9em; */
}
@media screen and (min-width: 769px) {
  table.rg-table .table-tr {
    text-align: center;
  }
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

/* media queries */
@media screen and (max-width: 991px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    /*padding: 0.5em;*/
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 10px 15px;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    /*padding-right: 0;*/
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}
/*-------------------------------------------------*/

@media(min-width: 991px){
header .btn-secondary {
    min-width: 150px;
}
header .btn-secondary {
    color: #333333;
}
header .dropdown-menu {
    max-width: 150px;
}
.header nav .nav .dropdown-menu a:before {
    width: calc(100% - 30px);
    left: 15px;
    opacity: 0;
}
}

.btn-secondary  i {
    color: #028aa3;
    position: relative;
    top: 0px;
    left: -5px;
}

.tech-s1-img .img-item{
  padding-top: 82%;
}

.timeline-item {
    position: relative;
    padding-left: 75px;
}

.timeline-item .year-txt  {
    position: absolute;
    left: 0;
    top: 0px;
}

.timeline-item{
  margin-bottom: 10px;
}

@media(max-width: 991px){
.mo-center{
  text-align: center;
}}

.tech-section02{
  background: #f5f5f5;
  padding: 100px 0;
}

@media (max-width: 991px){
  .tech-section02{
  background: #f5f5f5;
  padding: 75px 0;
}
}

.award-item .img-item{
  padding-top: 100%;
  box-shadow: 0px 0px 20px #0000000a;
}

.award-item .img-box:before {
    position: absolute;
    content: "";
    display: block;
    width: 270px;
    height: 270px;
    background: rgba(227, 227, 227, 0.6);
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    top: 0px;
    pointer-events: none;
}

.award-item .img-box:after {
    content: "\f002";
    width: 30px;
    height: 30px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: calc( 50% - 15px );
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    z-index: 3;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    text-align: center;
    line-height: 31px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    pointer-events: none;
}

.award-item .img-box:hover:before {
    opacity: 1;
}

.award-item .img-box:hover:after {
    opacity: 1;
    color: #333333;
}

.award-item{
    background: #ffffff;
    width: 270px;
    height: 270px;
}

.award-item .center-item{
  height: 270px;
}

.award-item img{
  max-width: 154px !important;
}

@media(max-width: 991px){
  .award-item .img-box:before {
    width: calc(50vw - 30px);
    height: calc(50vw - 30px);
  }
  .award-item{
    background: #ffffff;
    width: calc(50vw - 30px);
    height: calc(50vw - 30px);
}
.award-item .center-item{
  height: calc(50vw - 30px);
}
.award-item img {
    max-width: 95px !important;
}
}

.award-item{
  margin-bottom: 30px;
}

.about-s1-img .img-item{
  padding-top: 350px;
}

.about-s1-img .inside-banner-txt{
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 20px #00000030;
    background: #0000000a;
}

.about-s1-img .inside-banner-txt p {
    text-shadow: 0px 0px 5px #00000080;
    line-height: 42px;
}

@media (max-width: 991px){
.inside-banner-txt {
  width: fit-content;
  }}

.about-section02{
  background: #f5f5f5;
  padding: 100px 0;
}

@media (max-width: 991px){
  .about-section02{
  background: #f5f5f5;
  padding: 75px 0;
}
}

.ab-s2-img .img-item{
  padding-top: 56%;
}

.ab-s2-img{
  margin-bottom: 40px;
}

.ab-s2-img .timeline-item {
    margin-top: 30px;
    padding-left: 50px;
}

.ab-s2-img .year-txt i{
  font-size: 24px;
}

/*----------------------------------------------------*/
.acm-timeline{
  position: relative;
  margin-top: 36px;
}

.acm-timeline.style-1:before {
    width: 1px;
    height: 110%;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    content: "";
    background: #e8e8e8;
}

@media screen and (max-width: 767px){
.acm-timeline.style-1:before {
    display: none;
}
}

.acm-timeline.style-1:after {
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: calc(50% - 9px);
    bottom: calc(-10% - 20px);
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 30px;
    color: #e8e8e8;
}

@media screen and (max-width: 767px){
.acm-timeline.style-1:after {
    display: none;
}
}

.acm-timeline.style-1 .timeline-list {
    margin: 0px auto 200px;
    position: relative;
}

@media screen and (max-width: 767px){
.acm-timeline.style-1 .timeline-list {
    margin: 0px auto 150px;
    position: relative;
}
}

.acm-timeline.style-1 .item-row {
    padding-left: 0;
    padding-right: 50%;
    margin-bottom: 54px;
}

.acm-timeline.style-1 .item-row .timeline-item2 {
    margin-right: 80px;
}

.acm-timeline.style-1 .item-row:first-child .timeline-item2 .item-icon {
    border-color: #0086a1 transparent transparent transparent;
}

.acm-timeline.style-1 .item-row:nth-child(3) .timeline-item2 .item-icon {
    position: absolute;
    left: calc(50% - 40px);
    text-align: center;
    width: 81px;
    height: 99px;
    background: url(../images/about-logo.png);
    background-size: contain;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent transparent;
}

.acm-timeline.style-1 .item-row .timeline-item2 .item-icon {
    position: absolute;
    left: calc(50% - 6px);
    text-align: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 6.5px 0 6.5px;
    border-color: #dddddd transparent transparent transparent;
}

.media-left, .media-right, .media-body {
    /*display: table-cell;*/
    vertical-align: top;
}

.acm-timeline.style-1 .item-row .timeline-item2 .item-content {
    position: relative;
    top: -10px;
}

.acm-timeline.style-1 .item-row .timeline-item2 .item-date {
    color: #2fa681;
    line-height: 1;
    font-size: 15px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.acm-timeline.style-1 .item-row .timeline-item2 .item-title {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
}

.acm-timeline.style-1 .item-row .timeline-item2 p {
    
}

.acm-timeline.style-1 .item-row:nth-child(2n) {
    padding-left: 50%;
    padding-right: 0;
}

.acm-timeline.style-1 .item-row:nth-child(2n) .timeline-item2 {
    margin-right: 0;
    margin-left: 80px;
}

@media (max-width: 991px){
.acm-timeline.style-1 .timeline-list {
    width: auto !important;
}}

@media (max-width: 767px){
.acm-timeline.style-1 .timeline-list {
    margin-top: 24px;
}}

@media (max-width: 767px){
.acm-timeline.style-1 .item-row {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 45px;
}}

@media (max-width: 767px){
.acm-timeline.style-1 .item-row .timeline-item2 {
    margin-right: 0;
}}

@media screen and (max-width: 767px){
.acm-timeline.style-1 .item-row .timeline-item2 .item-icon {
    display: none;
}}

@media (max-width: 767px){
.acm-timeline.style-1 .item-row .text-right {
    text-align: left !important;
}}

@media (max-width: 767px){
.acm-timeline.style-1 .item-row:nth-child(2n) .timeline-item2 {
    margin-left: 0;
}}

@media screen and (max-width: 767px){
.acm-timeline.style-1 .item-row:nth-child(2n) {
    padding-right: 0;
    padding-left: 0;
}}

/*-------------------------------------------------------------*/

@media(max-width: 991px){
#category-show{
  display: none;
  padding: 0px 24px;
  position: relative;
  top: -15px;
}}

#category-show.open{
  display: block;
}

.mo-category-btn{
  position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
    color: #666666;
    vertical-align: middle;
    text-align: left;
}

.mo-category-btn span {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    background-color: #ffffff;
    z-index: 1;
    padding: 10px;
    border-radius: 2px;
}

.mo-category-btn span:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
}

/*----------------------------------------------------------------------*/

.full-screen-search {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: rgba(0,0,0,0);
  display: none;
  justify-content: center;
  align-items: center;
  animation: expandSearch;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: 50000001;
}

.full-screen-search .close{
  position: fixed;
  top: 20px;
  right: 20px;
  color: white;
  cursor: pointer;
}

.full-screen-search .close i{  
    font-size: 36px;
}

.search-container input {
  background: transparent;
  width: 600px;
  border: none;
  border-bottom: 1px solid white;
  font-size: 24px;
  height: 40px;
  color: white;
}
.search-container button {
  height: 40px;
  border: 2px solid white;
  background: transparent;
  color: white;
  width: 200px;
  font-size: 16px;
  cursor: pointer;
}

@keyframes expandSearch {
  from {
  }
  to {
    background: rgba(0,0,0,0.8)
  }
}

@media(max-width: 991px){
    .search-container input {
        position: relative;
        width: 90vw;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .search-container button {
        left: 50%;
        top: 30px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
    }
    .search-icon{
        position: relative;
        right: 45px;
        top: 4px;
    }
    .search-icon i{
        font-size: 21px;
    }
}


/*---------------------------------------------------------------------*/

.into-map{
  background: #0087A1;
  display: inline-block;
  border-radius: 6px;
  padding: 3px 5px;
  color: #ffffff;
  font-size: 13px;
  position: relative;
  bottom: 2px;
  left: 2px;
}

.into-map:hover{
  background: var(--hog);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.index-s1_slider-txt-margin{
  margin: auto;
}

@media(max-width: 768px){
  .index-s1_slider-txt-margin{
  margin-top: 50px;
}
}


.index-s2-txt .sub-menu{
  padding-bottom: 20px;
}

.index-s2-txt .sub-menu li{
  margin: 0px 30px 0px 0px;
  background: #ffffff90;
}

.index-s2-txt .sub-menu li p{
  text-shadow: 0px 0px 3px #ffffff;
}

@media(max-width: 991px){
  .index-s2-txt .sub-menu ul{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .index-s2-txt .sub-menu li {
    margin: 0px 30px 15px 0px;
    min-width: 131px;
    text-align: center;
}
.section02 .img-item {
    padding-top: 125%;
}
}



.iframe-rwd {
    position: relative;
    padding-bottom: 56.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s5-g8-div{
  position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
}

.section05 .img-item {
    padding-top: 500px;
}

@media(max-width: 991px){
  .iframe-rwd {
    padding-bottom: 56.5%;
    margin-top:30px;
}
.section05 .img-item {
    padding-top: 600px;
}
}

.s5-g8-div .mt-10{
  text-shadow: 0px 0px 3px #ffffff;
}

.products-banner-img .img-item{
  padding-top: 33.333%
}

@media(max-width: 991px){
  .products-banner-img .img-item{
  padding-top: 100%;
}
}

.video-box {
  margin-bottom: 40px;
}

/*---------------------------------2022/10/06------------------------------------*/

@media (min-width: 991px){
.header .pc-header .top-menu .collapse .nav-items .nav-link {
    padding: 0px 12px 10px 12px;
}}

@media (min-width: 991px){
.header .pc-header .top-menu .collapse .nav-items .lan-search-box {
    padding: 0px 20px 5px 20px;
}}

@media (min-width: 991px){
.header .pc-header .top-menu .collapse .nav {
    margin-left: 265px;
    justify-content: flex-end;
}}

.lan-search-box {
    justify-content: flex-end;
}

.lan-search-box:before {
    display: none;
}

@media (min-width: 991px){
.header .pc-header.stick .top-menu .collapse .nav-items .nav-link {
    padding: 15px 20px;
}}

.header .pc-header.stick .lan-search-box{
  display: none;
}

.pc-logo img {
    max-width: 200px !important;
}

/*-----------------------------------------------------------------*/

.nav-tabs02 .nav-link.active {
    border-bottom: 2px solid #0087a1;
}

.qa-inner .qa-tab_cont .qa-tab_item_top > i {
    font-size: 1.5rem;
    color: #94d5d9;
}