@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&amp;family=Poppins:wght@500&amp;&amp;display=swap");

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

@media (min-width: 1630px) {
  .container {
    width: 1400px;
  }
}

body {
  font-family: "Noto Sans TC", sans-serif !important;
  padding-top: 103px;
  font-size  : 18px;
}

@media (max-width: 1200px) {
  body {
    padding-top: 92px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 74px;
  }
}

.navbar {
  background-color: #fff;
  border-bottom   : solid 1px #dbe1e8;
}

.navbar .navbar-brand {
  padding   : 20px 0px;
  margin-top: 0px;
}

.navbar .navbar-nav {
  margin-top: 15px;
}

.navbar .navbar-nav li a {
  padding       : 24px 25px;
  font-size     : 16px;
  letter-spacing: 1px;
}

.navbar .navbar-nav li a small {
  display: block;
}

.navbar .navbar-nav li a:hover {
  color: #035297;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top         : 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float     : none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top   : 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .navbar .navbar-brand {
    padding: 25px 0;
  }

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

  .navbar .navbar-nav li a {
    padding       : 36px 15px;
    font-size     : 15px;
    color         : #666;
    letter-spacing: 1px;
  }

  .navbar .navbar-nav li a:hover {
    color: #035297;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-brand {
    padding: 20px 5px;
  }

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

  .navbar .navbar-toggle {
    margin-top: 14px;
  }

  .navbar .navbar-collapse {
    border-top: 1px solid #eee;
  }

  .navbar .navbar-nav {
    margin-top: 0;
  }

  .navbar .navbar-nav li a {
    padding         : 15px;
    letter-spacing  : 1px;
    background-color: #f5f5f5;
    border-bottom   : 1px solid #eee;
    text-align      : left;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    padding: 15px 5px;
  }

  .navbar .navbar-brand img {
    width  : 220px;
    padding: 2px 15px;
  }
}

.slider_show {
  position: relative;
  overflow: hidden;
}

.slider_show .idec-swiper-container img {
  width: 100%;
}

.slider_show .idec-swiper-container img.MBPIC {
  display: none;
}

@media (max-width: 768px) {
  .slider_show .idec-swiper-container img.PCPIC {
    display: none;
  }

  .slider_show .idec-swiper-container img.MBPIC {
    display: block;
  }
}

.slider_show .idec-swiper-container .swiper-scrollbar {
  bottom       : 0;
  left         : 0;
  right        : 0;
  height       : 10px;
  width        : 100%;
  background   : rgba(255, 255, 255, 0.5);
  border-radius: 0px;
}

.slider_show .idec-swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius   : 0px;
  background-color: #e04949;
}

.slider_show .idec-swiper-container .swiper-slide {
  position: relative;
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo {
  position   : absolute;
  bottom     : 35%;
  left       : 50%;
  transform  : translateX(-50%) translateY(20%);
  transition : 1.2s;
  opacity    : 0;
  width      : 80%;
  text-align : center;
  font-family: "poppins";
  display    : none;
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
  font-weight   : 500;
  font-size     : 60px;
  letter-spacing: 3px;
  line-height   : 1.8;
  margin        : 0;
}

@media (max-width: 1440px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size  : 30px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size  : 24px;
    line-height: 1.5;
  }
}

@media (max-width: 414px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size  : 22px;
    line-height: 1.5;
  }
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle a {
  color          : #fff;
  text-decoration: none;
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .subtitle {
  color           : #fff;
  font-size       : 22px;
  letter-spacing  : 1px;
  line-height     : 1.8;
  font-weight     : 300;
  margin-bottom   : 0;
  transition-delay: 3s;
}

@media (max-width: 767px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .subtitle {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .subtitle {
    font-size  : 14px;
    line-height: 1.5;
  }
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .LINKBTN {
  text-decoration : none;
  text-align      : center;
  padding         : 10px;
  width           : 150px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius   : 5px;
  color           : #fff;
  display         : inline-block;
  border          : solid 2px #fff;
  transition      : 0.4s;
  letter-spacing  : 0.5;
}

@media (max-width: 767px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .LINKBTN {
    padding: 5px;
    width  : 100px;
  }
}

.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .LINKBTN:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slider_show .idec-swiper-container .swiper-slide.swiper-slide-active .idec-titleinfo {
  transform: translateX(-50%) translateY(0);
  opacity  : 1;
}

.scroll_down {
  position  : absolute;
  right     : 1%;
  bottom    : 0%;
  text-align: center;
  cursor    : pointer;
}

.scroll_down span {
  writing-mode  : vertical-lr;
  color         : #666;
  font-size     : 14px;
  letter-spacing: 1px;
  margin-bottom : 20px;
  text-align    : center;
  transform     : rotate(180deg);
}

.scroll_down .scroll_bar {
  background-color: #eee;
  width           : 1px;
  height          : 150px;
  text-align      : center;
  margin-left     : 13px;
  position        : relative;
  overflow        : hidden;
}

.scroll_down .scroll_bar:after {
  background: #035297;
  content   : "";
  display   : inline-block;
  height    : 35px;
  left      : 0;
  position  : absolute;
  top       : 0;
  width     : 2px;
  z-index   : 1;
  animation : scrollDown 1.5s infinite;
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }

  50% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 150px, 0);
  }
}

@media (max-width: 1200px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo h2 {
    font-size: 60px;
  }

  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .slider_show .idec-swiper-container {
    margin-right: 0;
  }

  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo {
    width    : 80%;
    top      : 50%;
    left     : 50%;
    right    : auto;
    bottom   : auto;
    transform: translate(-50%, -20%);
  }

  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo h2 {
    font-size    : 48px;
    line-height  : 1.5;
    margin-bottom: 15px;
    white-space  : nowrap;
  }

  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo p {
    font-size  : 16px;
    line-height: 1.5;
  }

  .slider_show .idec-swiper-container .swiper-slide.swiper-slide-active .idec-titleinfo {
    transform: translate(-50%, -60%);
    opacity  : 1;
  }

  .scroll_down {
    right : 2%;
    bottom: 3%;
  }

  .scroll_down span {
    z-index      : 1;
    color        : #fff;
    font-size    : 12px;
    position     : relative;
    margin-bottom: 10px;
  }

  .scroll_down .scroll_bar {
    background-color: rgba(255, 255, 255, 0.2);
    width           : 1px;
    height          : 80px;
    text-align      : center;
    margin-left     : 10px;
    position        : relative;
    overflow        : hidden;
    z-index         : 1;
  }

  .scroll_down .scroll_bar:after {
    background: #035297;
    content   : "";
    display   : inline-block;
    height    : 35px;
    left      : 0;
    position  : absolute;
    top       : 0;
    width     : 2px;
    z-index   : 1;
    animation : scrollDown 1.5s infinite;
  }
}

@media (max-width: 500px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo h2 {
    font-size: 38px;
  }

  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo p {
    font-size: 14px;
  }
}

.slider_show_01 {
  margin-top: -8%;
}

.circle-overflow {
  overflow        : hidden;
  position        : relative;
  background-image: linear-gradient(0deg, #eff4fb 30%, #ffffff 40%);
}

.section_product_bg {
  background-color: #f0f4f9;
  background-image: linear-gradient(0deg, #d3dbe4 70%, #ffffff 30%);
}

.service-bg {
  position: absolute;
}

.service-bg.service-bg01 {
  left: -15%;
  top : 2%;
}

.service-bg.service-bg02 {
  right : -15%;
  bottom: 65%;
  width : 50%;
}

.section_product {
  padding : 3% 0 0 0;
  position: relative;
}

.section_product:before {
  content : "";
  bottom  : 0;
  left    : 0;
  width   : 100%;
  height  : 70%;
  position: absolute;
}

.section_product h2 {
  font-size     : 30px;
  color         : #035297;
  text-align    : center;
  letter-spacing: 1px;
  font-weight   : 500;
  line-height   : 1.5;
  font-family   : "poppins";
  margin-top    : 0;
  margin-bottom : 0;
}

.section_product h2 span {
  display       : block;
  color         : #d5d8db;
  font-size     : 18px;
  letter-spacing: 1px;
  font-weight   : 400;
  margin-bottom : 30px;
  font-family   : "Noto Sans TC";
}

.section_product .product-txt {
  padding-bottom: 57px;
}

.section_product p {
  font-size     : 16px;
  color         : #272727;
  letter-spacing: 1px;
  line-height   : 1.8;
  text-align    : center;
}

.section_product .down-btn {
  padding      : 5px 10px;
  width        : 150px;
  border-radius: 5px;
  color        : #035297;
  display      : inline-block;
  border       : solid 3px #035297;
  cursor       : pointer;
  font-family  : "poppins";
  font-size    : 14px;
}

.section_product .service-slider {
  padding: 0;
}

@media (min-width: 1600px) {
  .section_product .service-slider {
    width: 1400px;
  }
}

@media (max-width: 767px) {
  .section_product .service-slider {
    margin-top: -60%;
  }
}

@media (max-width: 428px) {
  .section_product .service-slider {
    margin-top: -80%;
  }
}

@media (max-width: 375px) {
  .section_product .service-slider {
    margin-top: -100%;
  }
}

@media (max-width: 360px) {
  .section_product .service-slider {
    margin-top: -110%;
  }
}

.section_product .no-swiper-wrapper {
  display       : flex;
  flex-direction: row;
  flex-wrap     : wrap;
}

.section_product .no-swiper-wrapper .swiper-slide {
  position               : relative;
  width                  : 31.3333333333%;
  transition             : 0.4s;
  margin                 : 1% 1%;
  overflow               : hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter        : blur(5px);
  border                 : solid 1px #dbe1e8;
  box-shadow             : 3px 3px 5px rgba(115, 139, 165, 0.3);
  background-color       : #fff;
}

@media (max-width: 1600px) {
  .section_product .no-swiper-wrapper .swiper-slide {
    width : 31.3333333333%;
    margin: 1%;
  }
}

@media (max-width: 767px) {
  .section_product .no-swiper-wrapper .swiper-slide {
    width : 92%;
    margin: 2% 4%;
  }
}

.section_product .no-swiper-wrapper .swiper-slide:hover {
  border    : solid 1px #035297;
  box-shadow: 3px 3px 15px rgba(115, 139, 165, 0.7);
}

.section_product .no-swiper-wrapper .swiper-slide>a {
  display: block;
}

.section_product .no-swiper-wrapper .swiper-slide img {
  width        : 100%;
  height       : 235px;
  -o-object-fit: cover;
  object-fit   : cover;
  display      : block;
  margin       : 0 auto 0 auto;
  transition   : 0.4s;
}

.section_product .no-swiper-wrapper .swiper-slide img.MBPIC {
  display: none;
}

.section_product .no-swiper-wrapper .swiper-slide .idec-titleinfo {
  padding   : 5% 10%;
  z-index   : 2;
  width     : 100%;
  min-height: 280px;
  position  : relative;
  transition: 0.4s;
}

.section_product .no-swiper-wrapper .swiper-slide .maintitle {
  font-size     : 22px;
  letter-spacing: 0.4px;
  text-align    : center;
}

.section_product .no-swiper-wrapper .swiper-slide .maintitle a {
  color          : #272727;
  text-decoration: none;
}

.section_product .no-swiper-wrapper .swiper-slide .subtitle {
  font-size  : 16px;
  color      : #272727;
  font-weight: 300;
  margin-top : 16px;
  min-height : 86px;
  text-align : center;
}

.section_product .no-swiper-wrapper .swiper-slide:hover .LINKBTN {
  background-color: #4999e0;
  border          : solid 2px #035297;
  color           : #fff;
}

.section_product .no-swiper-wrapper .swiper-slide .LINKBTN {
  display        : block;
  text-align     : center;
  padding        : 10px;
  border         : solid 2px #b3bbc4;
  font-size      : 18px;
  color          : #272727;
  border-radius  : 5px;
  text-decoration: none;
  transition     : 0.4s;
  position       : relative;
  z-index        : 2;
  width          : 150px;
  transform      : translateX(-50%);
  left           : 50%;
}

.section_product .no-swiper-wrapper .swiper-slide .LINKBTN:hover {
  border          : solid 2px #035297;
  color           : #fff;
  background-color: #035297;
}

.section_product .more_btn {
  margin-top    : 25px;
  display       : inline-block;
  text-align    : right;
  color         : #555;
  letter-spacing: 1px;
  font-size     : 16px;
  vertical-align: middle;
  transition    : 0.4s;
  margin-right  : 10px;
  margin-bottom : 50px;
}

.section_product .more_btn span {
  vertical-align: middle;
  border        : 1px solid #ccc;
  border-radius : 50%;
  padding       : 9px 14px 7px 16px;
  margin-left   : 10px;
  transition    : 0.4s;
}

.section_product .more_btn span i {
  font-size : 24px;
  color     : #555;
  transition: 0.4s;
}

.section_product .more_btn:hover {
  color       : #035297;
  margin-right: 0;
}

.section_product .more_btn:hover span {
  border          : 1px solid #035297;
  background-color: #fff;
}

.section_product .more_btn:hover span i {
  color: #035297;
}

@media (max-width: 767px) {
  .section_product {
    padding   : 60px 0;
    max-height: 2500px;
  }

  .section_product .more_btn {
    font-size: 14px;
  }

  .section_product .more_btn span {
    padding: 9px 12px 7px 14.5px;
  }
}

@media (max-width: 428px) {
  .section_product {
    max-height: 3000px;
  }
}

@media (max-width: 375px) {
  .section_product {
    max-height: 2800px;
  }
}

.circle {
  position : absolute;
  animation: circle-rotate 60s linear infinite;
}

.circle.circle01 {
  left : 15%;
  width: 600px;
}

.circle.circle02 {
  right: -10%;
  top  : 30%;
  width: 800px;
}

@media screen and (max-width:1366px) {
  .circle.circle02 {
    right: -30%;
  }
}

@media (max-width: 767px) {
  .circle.circle02 {
    right: -10%;
    top  : 47%;
    width: 600px;
  }
}

.circle.circle03 {
  left  : 5%;
  width : 350px;
  bottom: 22%;
}

@media (max-width: 767px) {
  .circle.circle03 {
    left  : 30%;
    bottom: 15%;
  }
}

@keyframes circle-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.section_about {
  padding            : 50px 0 0px 0;
  background-repeat  : no-repeat;
  background-position: top;
  background-image   : radial-gradient(circle at 77% 66%, hsla(39, 0%, 85%, 0.05) 0%, hsla(39, 0%, 85%, 0.05) 9%, transparent 9%, transparent 43%, transparent 43%, transparent 100%), radial-gradient(circle at 6% 56%, hsla(39, 0%, 85%, 0.05) 0%, hsla(39, 0%, 85%, 0.05) 20%, transparent 20%, transparent 56%, transparent 56%, transparent 100%), radial-gradient(circle at 48% 45%, hsla(39, 0%, 85%, 0.05) 0%, hsla(39, 0%, 85%, 0.05) 15%, transparent 15%, transparent 85%, transparent 85%, transparent 100%), radial-gradient(circle at 89% 6%, hsla(39, 0%, 85%, 0.05) 0%, hsla(39, 0%, 85%, 0.05) 5%, transparent 5%, transparent 32%, transparent 32%, transparent 100%), radial-gradient(circle at 71% 38%, hsla(39, 0%, 85%, 0.05) 0%, hsla(39, 0%, 85%, 0.05) 14%, transparent 14%, transparent 21%, transparent 21%, transparent 100%), radial-gradient(circle at 84% 78%, hsla(39, 0%, 85%, 0.05) 0%, hsla(39, 0%, 85%, 0.05) 11%, transparent 11%, transparent 85%, transparent 85%, transparent 100%), radial-gradient(circle at 92% 72%, hsla(39, 0%, 85%, 0.05) 0%, hsla(39, 0%, 85%, 0.05) 42%, transparent 42%, transparent 51%, transparent 51%, transparent 100%), radial-gradient(circle at 73% 95%, hsla(39, 0%, 85%, 0.05) 0%, hsla(39, 0%, 85%, 0.05) 48%, transparent 48%, transparent 63%, transparent 63%, transparent 100%), radial-gradient(circle at 29% 29%, hsla(39, 0%, 85%, 0.05) 0%, hsla(39, 0%, 85%, 0.05) 24%, transparent 24%, transparent 73%, transparent 73%, transparent 100%), linear-gradient(90deg, hsl(147, 0%, 99%), hsl(147, 0%, 99%));
}

.section_about .abouttxt {
  padding : 0% 13%;
  position: relative;
  z-index : 100;
}

.section_about .about-img {
  margin-top: 6%;
}

.section_about img {
  width: 100%;
}

.section_about h2 {
  font-size     : 32px;
  color         : #202020;
  letter-spacing: 1px;
  font-weight   : 600;
  line-height   : 1.5;
  margin-top    : 60px;
  font-family   : "poppins";
}

.section_about h2 span {
  display       : block;
  color         : #222;
  font-size     : 18px;
  letter-spacing: 1px;
  font-weight   : 400;
  margin-bottom : 50px;
}

.section_about p.txt_cn {
  font-size        : 24px;
  color            : #272727;
  letter-spacing   : 1px;
  line-height      : 1.8;
  /* margin-bottom : 35px; */
}

.section_about p.txt_eng {
  font-size     : 14px;
  line-height   : 1.8;
  color         : #272727;
  letter-spacing: 1px;
}

.section_about .more_btn {
  margin-top    : 50px;
  display       : inline-block;
  text-align    : right;
  color         : #555;
  letter-spacing: 1px;
  font-size     : 16px;
  vertical-align: middle;
  transition    : 0.4s;
  margin-left   : 0px;
}

.section_about .more_btn span {
  vertical-align: middle;
  border        : 1px solid #4082ba;
  border-radius : 50%;
  padding       : 9px 14px 7px 16px;
  margin-left   : 10px;
  transition    : 0.4s;
}

.section_about .more_btn span i {
  font-size : 24px;
  color     : #555;
  transition: 0.4s;
}

.section_about .more_btn:hover {
  color      : #035297;
  margin-left: 10px;
}

.section_about .more_btn:hover span {
  border          : 1px solid #035297;
  background-color: #fff;
}

.section_about .more_btn:hover span i {
  color: #035297;
}

.about_pic {
  transform    : translateY(-120px);
  margin-bottom: -19%;
}

.about_pic img {
  width: 100%;
}

@media (max-width: 1600px) {
  .section_about h2 {
    margin-top: 0;
  }

  .about_pic {
    transform: translateY(-50px);
  }
}

@media (max-width: 1400px) {
  .section_about p.txt_cn {
    font-size    : 18px;
    margin-bottom: 15px;
  }

  .section_about h2 span {
    margin-bottom: 30px;
  }

  .section_about .more_btn {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .about_pic {
    display: none;
  }

  .about_pic_main {
    margin-top: 80px;
  }

  .about_pic_main .row {
    margin: 0;
  }
}

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

  .section_about p.txt_cn {
    font-size: 15px;
  }

  .section_about .more_btn {
    font-size: 14px;
  }

  .section_about .more_btn span {
    padding: 9px 12px 7px 14.5px;
  }
}

.section_work {
  padding-top          : 30px;
  padding-bottom       : 70px;
  background-image     : url(../../images/bubg.webp);
  background-repeat    : no-repeat;
  background-attachment: fixed;
  background-size      : cover;
  background-position  : center;
}

.section_work h2 {
  text-align    : center;
  font-size     : 32px;
  color         : #FFF;
  letter-spacing: 1px;
  font-weight   : 400;
  line-height   : 1.5;
  font-family   : "poppins";
}

.section_work h2 span {
  display       : block;
  color         : #FFF;
  font-size     : 18px;
  letter-spacing: 1px;
  font-weight   : 400;
  margin-bottom : 30px;
}

.section_work .owl-carousel {
  margin-top: 0px;
}

.section_work img {
  width: 100%;
}

.section_work .idec-slide-demo .pro_txt_box {
  display: none;
}

.section_work .idec-slide-demo .pro_sale {
  display: none;
}

.section_work .idec-slide-demo .pro_main p {
  display: none;
}

.section_work .idec-slide-demo .owl-nav {
  display: none;
}

.section_work .idec-slide-demo .owl-dots {
  margin-top: 30px;
}

.section_work .idec-slide-demo .owl-dots .owl-dot span {
  margin    : 5px;
  transition: 0.4s;
}

.section_work .idec-slide-demo .owl-dots .owl-dot:hover span {
  background-color: #035297;
}

.section_work .idec-slide-demo .owl-dots .owl-dot.active span {
  background-color: #035297;
}

.section_work .idec-slide-demo .item {
  padding: 10px 1px;
}

.section_work .idec-slide-demo .pro_item {
  transition: 0.4s;
  position  : relative;
  width     : 100%;
  height    : 100%;
  border    : 6px solid #FFF;
  background: #FFF;
  box-shadow: 0 0 5px #333;

}

.section_work .idec-slide-demo .pro_item .itemtxt {
  padding   : 15px;
  min-height: 210px;
  font-size : 16px;
}

.section_work .idec-slide-demo .pro_item:before,
.section_work .idec-slide-demo .pro_item:after {
  width         : 100%;
  height        : 100%;
  z-index       : 1;
  content       : "";
  position      : absolute;
  top           : 0;
  left          : 0;
  box-sizing    : border-box;
  transition    : 0.4s;
  transform     : scale(0);
  pointer-events: none;
}

.section_work .idec-slide-demo .pro_item:before {
  border-top      : 1px solid #ff7a7f;
  border-left     : 1px solid #ff7a7f;
  transform-origin: 0 0;
}

.section_work .idec-slide-demo .pro_item:after {
  border-right    : 1px solid #ff7a7f;
  border-bottom   : 1px solid #ff7a7f;
  transform-origin: 100% 100%;
}

.section_work .idec-slide-demo img {
  width     : 100%;
  transition: 0.4s;
}

.section_work .idec-slide-demo h3 {
  font-weight   : 600;
  color         : #035297;
  letter-spacing: 1px;
  line-height   : 1.8;
  font-size     : 22px;
  margin-top    : 10px;
  transition    : 0.4s;
}

.section_work .idec-slide-demo .item:hover h3 {
  color: #e60012;
}

.section_work .idec-slide-demo .item:hover .pro_item {
  transform: translateY(-10px);
}

.section_work .idec-slide-demo .item:hover .pro_item:before,
.section_work .idec-slide-demo .item:hover .pro_item:after {
  transform: scale(1);
}

@media (max-width: 1400px) {
  .section_work h2 span {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .section_work {
    padding: 100px 0 120px 0;
  }

  .section_work .idec-slide-demo .owl-dots {
    margin-top: 20px;
  }
}

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

  .section_work .idec-slide-demo .owl-dots {
    margin-top: 5px;
  }

  .section_work .idec-slide-demo h3 {
    font-size  : 15px;
    line-height: 1.5;
  }
}

footer {
  padding         : 85px 0;
  background-color: #fff;
  position        : relative;
}

footer .footer_left h5 {
  font-size     : 18px;
  letter-spacing: 1px;
  line-height   : 1.8;
  color         : #272727;
  font-weight   : 400;
}

footer .footer_left p {
  font-size     : 16px;
  color         : #272727;
  letter-spacing: 1px;
  line-height   : 1.8;
  margin-bottom : 0;
}

footer .footer_right {
  text-align: right;
}

footer .footer_right p {
  color         : #777;
  font-size     : 14px;
  line-height   : 1;
  letter-spacing: 1px;
  margin-top    : 5px;
}

footer .footer_right ul li {
  display       : inline-block;
  padding-top   : 10px;
  padding-bottom: 10px;
}

footer .footer_right ul li:last-child a {
  padding-right: 0;
}

footer .footer_right ul li a {
  background-color: transparent;
  color           : #272727;
  font-size       : 16px;
  line-height     : 1.8;
  letter-spacing  : 1px;
  padding         : 10px;
  transition      : 0.4s;
}

footer .footer_right ul li a:hover {
  color: #035297;
}

footer .footer_right .gotop_btn {
  border-radius      : 50%;
  width              : 55px;
  height             : 55px;
  background-color   : #bdcbd8;
  transition         : 0.4s;
  display            : inline-block;
  background-position: center center;
  background-image   : url("../../images/gotop.png");
  cursor             : pointer;
  margin-top         : 55px;
}

footer .footer_right .gotop_btn:hover {
  background-color   : #ae0110;
  border-color       : #ae0110;
  background-position: center -55px;
  background-image   : url("../../images/gotop_green.png");
}

footer .footer-copyright {
  color     : #272727;
  text-align: right;
}

@media (max-width: 1400px) {
  footer .footer_left p {
    font-size: 15px;
  }

  footer .footer_right ul li a {
    background-color: transparent;
    font-size       : 15px;
    padding         : 5px;
    transition      : 0.4s;
  }

  footer .footer_right ul li a:hover {
    color: #035297;
  }

  footer .footer_right p {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  footer .footer_left {
    text-align   : center;
    margin-bottom: 35px;
  }

  footer .footer_left p {
    font-size: 15px;
  }

  footer .footer_right {
    text-align: center;
  }

  footer .footer_right ul li {
    padding-top   : 5px;
    padding-bottom: 5px;
  }

  footer .footer_right ul li:last-child a {
    padding-right: 5px;
  }

  footer .footer_right ul li a {
    background-color: transparent;
    font-size       : 15px;
    padding         : 5px;
    transition      : 0.4s;
  }

  footer .footer_right ul li a:hover {
    color: #035297;
  }

  footer .footer_right p {
    font-size : 12px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  footer .footer_left {
    margin-bottom: 40px;
  }

  footer .footer_left h5 {
    font-size: 16px;
  }

  footer .footer_left p {
    font-size: 14px;
  }

  footer .footer_right {
    text-align: center;
  }

  footer .footer_right ul li a {
    font-size : 14px;
    padding   : 5px;
    transition: 0.4s;
  }

  footer .footer_right ul li a:hover {
    color: #035297;
  }

  footer .footer_right p {
    font-size  : 12px;
    line-height: 1.5;
  }
}

#myTab {
  display: none;
}

.page_banner {
  height          : 300px;
  position        : relative;
  background-color: #0e5197;
  background-image: url("/images/page_banner-01.jpg");
  background-repeat:no-repeat;
}

.page_banner::before {
  content   : '';
  width     : 100%;
  height    : 100%;
  position  : absolute;
  left      : 0;
  top       : 0;
  background: rgba(0, 0, 0, 0.3);
}

.page_banner.single_banner {
  background-image: url("/images/single_banner-01.jpg");
}

.page_banner .inner_title {
  font-size     : 42px;
  font-weight   : 500;
  letter-spacing: 3px;
  margin        : 0;
  position      : absolute;
  top           : 50%;
  left          : 8.5%;
  color         : #fff;
  transform     : translateY(-50%);
}

@media (max-width: 767px) {
  .page_banner {
    height             : 150px;
    background-size    : cover;
    background-repeat  : no-repeat;
    background-position: center;
  }

  .page_banner .inner_title {
    font-size     : 20px;
    letter-spacing: 1.5px;
    left          : 50%;
    transform     : translate(-50%, -50%);
    width         : 90%;
    line-height   : 1.5;
  }
}

ol.breadcrumb {
  background-color: transparent;
  text-align      : right;
  color           : #eee;
  padding         : 0;
  margin-top      : 20px;
}

ol.breadcrumb li a {
  letter-spacing: 1px;
  font-size     : 14px;
  color         : #777;
}

@media (max-width: 767px) {
  ol.breadcrumb {
    margin-bottom: 10px;
  }

  ol.breadcrumb li a {
    font-size: 12px;
  }
}

.li-item {
  padding      : 15px;
  border-radius: 0;
  transition   : 0.4s;
}

.li-item:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.li-item .imgBox-fit {
  background-color: #000;
}

.li-item p.prd_info {
  display: none;
}

.li-item a h4 {
  margin-top    : 30px;
  margin-bottom : 10px;
  font-size     : 18px;
  color         : #222;
  letter-spacing: 1px;
  line-height   : 1.5;
  font-weight   : 400;
}

.li-item a.btn-default {
  letter-spacing: 1px;
  font-size     : 14px;
  padding       : 0;
  border        : 0px solid #000;
  color         : #777;
  margin-bottom : 20px;
}

.li-item a.btn-default:after {
  content    : "+";
  margin-left: 2px;
}

.li-item a.btn-default:hover {
  background-color: transparent;
  color           : #035297;
}

@media (max-width: 767px) {
  .li-item a h4 {
    margin-top   : 15px;
    margin-bottom: 10px;
    font-size    : 16px;
  }

  .li-item a.btn-default {
    font-size    : 12px;
    margin-bottom: 20px;
  }
}

#pd_name {
  font-size     : 26px;
  letter-spacing: 1px;
  line-height   : 1.5;
  color         : #222;
  font-weight   : 400;
}

.descri-none {
  font-size     : 16px;
  color         : #777;
  letter-spacing: 1px;
  line-height   : 1.5;
}

.panel-title2 {
  font-size     : 16px;
  color         : #555;
  letter-spacing: 1px;
  line-height   : 1.5;
  font-weight   : 400;
  margin-bottom : 20px;
}

.panel-title2 .label {
  font-size  : 20px;
  color      : #035297;
  font-weight: 400;
}

.control-label {
  letter-spacing: 1px;
  font-weight   : 400;
  color         : #555;
}

.btn-info {
  padding         : 15px 30px;
  background-color: #fff;
  border-radius   : 0;
  color           : #666;
  border          : 1px solid #ccc;
  transition      : 0.4s;
  margin-top      : 30px;
  letter-spacing  : 1px;
}

.btn-info:hover {
  color           : #fff;
  background-color: #035297;
  border-color    : #035297;
}

section.contact-wrapper input {
  outline         : none;
  letter-spacing  : 1px;
  box-shadow      : none;
  background-color: #f9f9f9;
  height          : 40px;
  border-radius   : 0;
  border          : 1px solid #ddd;
  transition      : 0.4s;
}

section.contact-wrapper input:focus {
  background-color: #fff;
  border          : 1px solid #035297;
  box-shadow      : none;
}

section.contact-wrapper input#pic {
  margin-left: 10px;
  padding    : 0 10px;
}

section.contact-wrapper textarea {
  max-width       : 100%;
  min-width       : 100%;
  min-height      : 150px;
  transition      : 0.4s;
  outline         : none;
  letter-spacing  : 1px;
  box-shadow      : none;
  background-color: #f9f9f9;
  border-radius   : 0;
  border          : 1px solid #ddd;
}

section.contact-wrapper textarea:focus {
  background-color: #fff;
  border          : 1px solid #035297;
  box-shadow      : none;
}

@media (max-width: 767px) {
  .panel-title2 {
    font-size: 14px;
  }

  .panel-title2 .label {
    font-size: 18px;
  }
}

section.category-wrapper,
section.contact-wrapper,
section.product-wrapper,
.single-bg {
  padding         : 20px 0 40px 0;
  background-image: linear-gradient(0deg, #fbefef 0%, #ffffff 100%);
}

.aside-title {
  background-color: transparent;
}

@media (max-width: 991px) {
  .clickCtyName.aside-title {
    position     : relative;
    border-bottom: 1px solid #eee;
    border-radius: 0;
  }

  .clickCtyName.aside-title:after {
    content         : "+";
    right           : 5px;
    position        : absolute;
    background-color: #bdcbd8;
    width           : 25px;
    text-align      : center;
    border-radius   : 50%;
  }
}

.cus-inner-style {
  font-size  : 16px;
  line-height: 1.75;
  color      : #555;
  padding    : 1% 3%;
}

.cus-inner-style span.lang-block {
  color        : #93acc4;
  display      : block;
  border-bottom: solid 1px #93acc4;
  width        : 50px;
}

.cus-inner-style img {
  width     : 100%;
  box-shadow: 1px 1px 8px rgba(115, 139, 165, 0.5);
}

.cus-inner-style.brand-style a {
  display   : block;
  margin    : 15px 0;
  transition: all 0.4s;
}

.cus-inner-style.brand-style a:hover {
  opacity: 0.8;
}

.product-intro {
  font-size  : 16px;
  color      : #555;
  line-height: 1.75;
}

/*# sourceMappingURL=rwd1651_style.css.map */