@charset "UTF-8";

/* ============================================================
===============================================================
============================================================  */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: STHeitiTC-Light, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, sans-serif;
}

.h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.list-inline>li {
  display: inline-block;
  padding: 0% 1%;
}

.breadcrumb {
  padding: 25px 0 0 0;
  list-style: none;
  border-radius: 4px;
  background-color: white;
}

.breadcrumb-top {
  margin-top: -25px;
}

.breadcrumb:hover a {
  text-decoration: none;
}

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

a:hover,
a:focus {
  color: #CC3333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-padding {
  padding: 10px 10px;
}

@font-face {
  font-family: 'MyWebFont';
  src: url("webfont.eot");
  /* IE9 Compat Modes */
  src: url("webfont.eot?#iefix") format("embedded-opentype"), url("webfont.woff2") format("woff2"), url("webfont.woff") format("woff"), url("webfont.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

/* ============================================================
Col css end
============================================================  */
/* ============================================================
share css start
============================================================  */
/*================================================mansory==============================*/
/*================================================mansory==============================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  #my-gallery-container .title,
  #my-gallery-container .grid-sizer {
    width: 50%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  #my-gallery-container .title,
  #my-gallery-container .grid-sizer {
    width: 33%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  #my-gallery-container .title,
  #my-gallery-container .grid-sizer {
    width: 33%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  #my-gallery-container .title,
  #my-gallery-container .grid-sizer {
    width: 20%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 992px) {

  #my-gallery-container .title,
  #my-gallery-container .grid-sizer {
    width: 20%;
  }
}

/* #my-gallery-container p {
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 5px;
    max-height: 50px;
    overflow: hidden;
    color: white;
    word-wrap: break-word;
} */
#my-gallery-container p {
  font-weight: 400;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 15px;
  max-height: 35px;
  overflow: hidden;
  color: white;
  word-wrap: break-word;
  margin-bottom: 10px;
  padding-left: 10px;
  display: flex;
  align-items: flex-end;
}

.scale-anm {
  margin: 0 0 .5rem;
  width: 100%;
  /*    border: 1px solid #ccc;*/
}

/* #my-gallery-container .title img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
} */
#my-gallery-container .title img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
  padding: 2px;
}

#filters button {
  background-color: transparent;
  border: none;
  padding: 5px;
  margin-bottom: 15px;
  outline: none;
}

#my-gallery-container {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

p {
  text-align: center;
  color: #4d4d4d;
}

.undefined {
  padding: 0;
  margin: 0;
}

/*================================================mansory==============================*/
/*================================================mansory==============================*/
/* ============================================================
share css start
============================================================  */
.mymargin {
  margin: 0;
}

.Animation .mix {
  display: none;
}

.img-margin-top0020 {
  margin-top: 2%;
}

.remind-for-collapse {
  line-height: 25px;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px #666666;
  border: 1px solid #CCCCCC;
  padding: 2% 2%;
}

.remind-for-collapse p {
  color: black;
}

.myfooter {
  background-color: #464646;
  color: white;
  padding-bottom: 5%;
}

.leftfloat {
  float: left;
}

.rightfloat {
  float: right;
}

.myfooter p,
span,
ul,
li {
  font-size: 1em;
  padding: 0%;
}

.wihtdandheight {
  width: 20%;
  height: auto;
}

.myfooter li {
  line-height: 25px;
}

.myfooter a,
span {
  color: #d7d7d8;
  text-decoration: none;
}

.myfooter a:hover {
  color: #6d6e70;
  text-decoration: none;
  cursor: pointer;
}

.myfooter span:hover {
  color: #6d6e70;
  text-decoration: none;
  cursor: pointer;
}

.myfooter img:hover {
  opacity: .8;
  cursor: pointer;
}

.version {
  padding: 10px 2%;
  font-size: 1.1em;
  background-color: #990000;
}

.version span {
  font-size: 1em;
  color: white;
}

.input-group {
  margin-top: 3%;
}

/* 表單背景陰影 */
.form-control:focus {
  border-color: #999999;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.glyphicon2 {
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
}

.padding30 {
  padding-left: 30%;
  padding-right: 30%;
}

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

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

.Share-margincenter {
  margin: 0px auto;
}

.Share-Margin-Top-0002 {
  margin-top: .2%;
}

.Share-Margin-Top-0020 {
  margin-top: 2%;
}

.Share-Margin-Top-0010 {
  margin-top: 1%;
}

.Share-Margin-Top-0050 {
  margin-top: 5%;
}

.Share-Margin-Top-0015 {
  margin-top: 20px;
}

.Shar-Margin-R-L-0050 {
  padding-right: 5%;
  padding-left: 5%;
}

.Shar-Passing-T-B-0010 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.Shar-Paddign-R-L-0001 {
  padding-right: .1%;
  padding-left: .1%;
}

.Shar-Paddign-0010 {
  padding: 1px 1px;
}

.Shar-Paddign-R-L-0005 {
  padding-right: 5px;
  padding-left: 5px;
}

.Shar-Paddign-0005 {
  padding: 2px 2px;
}

.Shar-Page-M-T015 {
  margin-top: 1.5%;
}

.YunglienLanguage {
  padding: 5px 3%;
  cursor: pointer;
  transition: .5s;
  border-radius: 5px;
}

.YunglienLanguage:hover {
  background-color: #F2F2F2;
  border-radius: 10px;
  transition: .5s;
}

.panel-default>.panel-heading {
  background-color: transparent;
}

.border-box-sw-none {
  border: none;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.09);
}

.border-box-sw-none a {
  text-decoration: none;
}

.margin-t-25 {
  margin-top: 5%;
}

.yunglienLogo {
  height: 100%;
}

#gotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  font-size: 200%;
}

.Mycircle-arrow-up {
  color: #d9534f;
}

#myCarousel {
  margin-top: -20px;
}

.panel-body {
  font-size: 1.1em;
  padding: 25px;
  background-color: #F8F8F8;
}

.panel-body p {
  font-size: 1em;
}

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

.about-content {
  text-align: justify;
}

.about-content p {
  width: 100%;
  height: 100%;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 25px;
  word-break: break-all;
  color: #999999;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 30;
  -webkit-box-orient: vertical;
}

.about-content a {
  text-decoration: none;
}

.about-content a:hover {
  text-decoration: none;
}

/* ============================================================
share css end
============================================================  */
/* ============================================================
index css start
============================================================  */
#download-outerbox {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 1;
  overflow: hidden;
}

#download-outerbox img {
  cursor: pointer;
  transition: 1s;
  opacity: 1;
}

#download-outerbox:hover img {
  transform: scale(1.2, 1.2);
  opacity: .3;
  transition: 1s;
}

#download-matter {
  /*   border: 5px solid red; */
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: 1s;
}

#download-outerbox:hover #download-matter p {
  /* transform: translateY(-100%); */
  transition: 1s;
  opacity: 1;
}

#download-outerbox p {
  line-height: 25px;
  width: 150px;
  height: 25px;
  margin-top: -30%;
  color: white;
  font-size: 1em;
  background-color: black;
  border-radius: 10px;
  text-align: center;
  opacity: 0;
}

#download-outerbox a {
  text-decoration: none;
  color: white;
}

#download-outerbox a:hover {
  text-decoration: none;
  color: #CCC;
}

#outerbox {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
}

#outerbox img {
  cursor: pointer;
  transition: 1s;
}

#outerbox:hover img {
  transform: scale(1.2, 1.2) rotate(2deg);
  transition: 1s;
}

#matter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: .5s;
}

#matter h1 {
  text-decoration: none;
}

#outerbox:hover #matter {
  transform: translateY(-100%);
  transition: .5s;
}

#outerbox h1 {
  line-height: 35px;
  color: white;
  font-size: 1.17em;
  border: 1px solid #fff;
  text-align: center;
  padding: 5%;
  margin-top: 5%;
  text-decoration: none;
}

#outerbox p {
  color: white;
  font-size: 1em;
  letter-spacing: 10px;
  padding: 5%;
  text-align: center;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 13px 10px;
  line-height: 20px;
}

.carousel-indicators .active {
  cursor: pointer;
  background-color: #8E8E8E;
}

.carousel-indicators li {
  cursor: pointer;
  border: 1px solid #E3E3E3;
}

.padding-t-2 {
  padding-top: 2%;
}

.testbg {
  background-color: red;
}

.testbg2 {
  background-color: green;
}

.carousel-inner img {
  margin: 0 auto;
}

.indexnews {
  background-color: #CCC;
  padding: 2% 0%;
}

.indexnewsVIWEMORE {
  /*padding: 5% 0;*/
  margin: 25px 0 5px;
}

.indexnews h2 {
  margin-top: 0px;
}

.indexnews h3 {
  margin-top: 0px;
  color: black;
  font-size: 1.5em;
  word-wrap: break-word;
  line-height: 35px;
}

.indexnewsbg {
  padding: 3% 3%;
  height: auto;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.indexnewsday {
  width: 50px;
  height: auto;
  padding: 2% 0%;
  color: white;
  border-radius: 7px;
  background-color: #B10803;
  text-align: center;
}

.indexnews a {
  display: block;
  cursor: pointer;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  padding: 2% 0%;
  text-align: center;
  color: black;
  font-size: 1em;
  text-decoration: none;
  transition: .5s;
}

.yu-media .yu-media-padd {
  padding: 1%;
  color: black;
  vertical-align: text-bottom;
}

.yu-media p {
  color: white;
  line-height: 30px;
  margin: -35px 0px 25px 0px;
}

.yu-media h3 {
  font-size: 1.17em;
  color: white;
  line-height: 30px;
}

.yu-media a {
  color: #FFFFFF;
}

/* google search */
.cse .gsc-control-cse,
.gsc-control-cse {
  background: 0 !important;
  border: 0 !important;
  width: 233px !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
}

.gsib_a {
  padding: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: 53px !important;
  height: 31px !important;
  padding: 6px 18px !important;
  min-width: 43px !important;
  margin-top: 5px !important;
  border-color: #666666 !important;
  background-color: #666666 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#666666)) !important;
  background-image: -webkit-linear-gradient(top, #666666, #666666) !important;
  background-image: -moz-linear-gradient(top, #666666, #666666) !important;
  background-image: -ms-linear-gradient(top, #666666, #666666) !important;
  background-image: -o-linear-gradient(top, #666666, #666666) !important;
  background-image: linear-gradient(top, #666666, #666666) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#666666') !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}

.gsc-input-box {
  height: 30px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0px !important;
}

/* google search end */
/* ============================================================
index css end
============================================================  */
/* ============================================================
about css start
============================================================  */
.Mypanel-body {
  border: none;
  background-color: transparent;
}

.Mypanel-body p {
  font-size: .9em;
  color: black;
}

.Mypanel-body h4 {
  font-size: 1em;
}

.panel-heading a {
  color: black;
  text-decoration: none;
}

.panel-heading a:hover,
a:focus {
  color: #666666;
  text-decoration: none;
}

.certificate img {
  margin: 0 auto;
  width: 70%;
}

/* ============================================================
about css end
============================================================  */
/* ============================================================
firend css start
============================================================  */
.friend-M {
  margin-top: 2%;
}

.friend-title-padding {
  padding: 1% 1%;
}

.mydropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 5px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.friend-remind {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 1px #666666;
  border: 1px solid #CCCCCC;
  padding: 3% 3%;
}

.addfriend {
  padding: 0px 0;
  margin: 15px 0;
  text-align: center;
  font-size: 30px;
  border-radius: 10px;
  background-color: #0c0c0c;
  transition: .2s;
  cursor: pointer;
}

.addfriend:hover,
.addfriend:focus {
  font-size: 35px;
  background-color: #cbcbcb;
  transition: .2s;
}

.addfriend a:hover,
.addfriend a:focus {
  color: black;
}

.addfriend a {
  color: white;
  display: block;
}

.friend-QA {
  margin-top: 1.5%;
}

.friend-QA a {
  text-decoration: none;
}

.friend-QAbg {
  background-color: #ccc;
}

.form-font h4 {
  color: black;
}

.form-font p {
  color: black;
}

.bg-F0F0F0 {
  background-color: #F0F0F0;
}

/* ============================================================
firend css end
============================================================  */
/* ============================================================
laser css start
============================================================  */
.laser {
  line-height: 35px;
  text-align: justify;
}

.laser-m-002 {
  margin-top: 2%;
}

.laser a {
  text-decoration: none;
}

.laser p,
span {
  font-size: 1em;
  font-weight: bold;
  color: black;
}

.laser span {
  font-size: 1em;
  font-weight: bold;
  color: black;
}

.laser-images a {
  text-decoration: none;
}

.laser-images a:hover {
  text-decoration: none;
}

.panel-heading a:after {
  content: url("../images/minus.jpg");
  float: right;
}

.panel-heading a.collapsed:after {
  content: url("../images/add.jpg");
}

.laser-apply p {
  color: black;
}

#images-outerbox {
  width: 75%;
  height: auto;
  overflow: hidden;
}

#images-outerbox img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: .5s;
}

#images-outerbox img:hover {
  transform: scale(1.5) rotate(2deg);
  transition: .5s;
  opacity: .5;
}

.laser-images {
  padding: 1%;
}

.laser-images p {
  color: #A41E0A;
  font-size: .9em;
  font-weight: bold;
}

.laser-images span {
  color: black;
  font-size: .9em;
}

.laser-images center {
  padding: 5% 0;
}

/* ============================================================
laser css end
============================================================  */
/* ============================================================
service css start
============================================================  */
.mygoolemap {
  margin-top: .2%;
  padding: 0 .1%;
}

.mapinfo h3 {
  margin-bottom: 2%;
}

.mapinfo img {
  width: 50%;
  height: 85%;
  transition-duration: .6s;
  margin: 0 auto;
}

.mapinfo img:hover {
  transform: scale(0.95, 0.95);
  transition-duration: .6s;
}

.mylebel-shadow {
  /* border: 1px solid red; */
  box-shadow: 3px 3px 5px #CCCCCC;
  padding: 2% 0;
  margin: .1% 0;
}

.mylebel-shadow p,
span {
  color: black;
}

.liaisoninfo {
  /*background-image: url("../images/P07_DSC5780-1.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color:#333;
  margin-top: -25px;
  padding: 2% 0;
}

.liaison-form {
  padding: 25px 0;
  color: white;
  text-align: center;
}

.liaison-form h1 {
  font-size: 1.5em;
  padding-bottom: 2%;
}

.liaison-form p {
  font-size: .8em;
  margin-top: 2%;
  color: white;
  text-align: center;
}

.liaison-form a {
  color: #E9E9E9;
  text-decoration: none;
}

.liaison-form a:hover {
  color: #F1CB13;
}

.liaison-btn {
  text-align: center;
  font-size: 1em;
  border-radius: 50px;
  margin: 0%;
  width: 50px;
  height: 50px;
  /*   line-height: 50px; */
}

.mapinfo span,
p {
  color: black;
  text-align: justify;
  font-size: 1em;
  line-height: 140%;
}

/* ============================================================
service css end
============================================================  */
/* ============================================================
brand css start
============================================================  */
#barnd-out {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  border-radius: 1px;
  /*    overflow: hidden;*/
}

#barnd-out h3 {
  color: white;
}

#barnd-out:hover h3,
span,
p {
  color: white;
  text-decoration: none;
}

#barnd-out span {
  width: 100%;
  height: 100%;
  /* height: 100% text-overflow:-o-ellipsis-lastline; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 1em;
  line-height: 25px;
  font-weight: 300;
  color: white;
  text-align: justify;
}

#barnd-out p {
  font-size: 1em;
  color: white;
  text-align: justify;
}

#barnd-matte a {
  text-decoration: none;
}

#barnd-out img {
  width: 100%;
}

#barnd-out:hover img {
  transform: scale(1, 1) rotate(0deg);
  transition: .5s;
}

#barnd-matte {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -80%;
  margin-left: -10%;
  padding: 10%;
  transition: .5s;
  opacity: 0;
}

#barnd-cover-matte {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -35%;
  margin-left: -10%;
  padding: 10%;
  transition: .5s;
  opacity: 0;
}

#barnd-out:hover #barnd-matte {
  opacity: .9;
  transform: translateX(10%);
  transition: .5s;
  cursor: pointer;
}

#img-bg {
  position: absolute;
  width: 10%;
  height: 15%;
  background-color: rgba(0, 0, 0, 0);
  margin: -38% 45%;
  border-radius: 1px;
  transition: .5s;
}

#barnd-out:hover #img-bg {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(20, 11);
  transition: .5s;
}

/* ============================================================
brand css end
============================================================  */
/* ============================================================
brand product css start
============================================================  */
.myall {
  padding: 3%;
  text-align: left;
  display: block;
  border: none;
}

.ProductItem {
  padding: 0 5px;
}

#barnd-out-product {
  margin: 15px 0px;
  /* border: 1px solid #bbb; */
  padding: 10px;
  box-shadow: 1px 1px 1px #f3f3f3;
  transition: 500ms;
  transform: scale(1);
}

#barnd-out-product h3 {
  font-size: 1rem;
  color: black;
  width: 100%;
  line-height: 20px;
  height: 20px;
  font-weight: 200;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
}

@media(max-width: 767px){
	#barnd-out-product h3 {
		font-size: 1.6rem;
		font-weight: 600;
	}
	}

#barnd-out-product span {
  font-size: 1em;
  font-weight: 300;
  line-height: 25px;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  color: white;
  text-align: justify;
}

#barnd-out-product p {
  font-size: 1em;
  color: white;
  text-align: justify;
}

#barnd-matte a {
  text-decoration: none;
}

#barnd-out-product img {
  width: 100%;
}

#barnd-out-product:hover img {
  transform: scale(1, 1) rotate(0deg);
  transition: .5s;
}

#barnd-out-product:hover #barnd-matte {
  opacity: .9;
  transform: translateX(10%);
  transition: .5s;
  cursor: pointer;
}

#barnd-out-product:hover #img-bg {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(15, 20);
  transition: .5s;
}

.CloseUp-Content p {
  width: 100%;
  height: 100%;
  margin: 5px 0 15px 0;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px 0 0;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-img {
  background-image: url("../images/paulfrank_for_brand_product2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding: 0% 0;
  margin-top: -20px;
}

.product-menu h5 {
  font-size: 1em;
  border-radius: 75px;
  border: 1px solid #CCC;
  cursor: pointer;
  color: black;
  line-height: 25px;
  text-align: center;
  padding: 1% 0;
  transition: .5s;
  opacity: .5;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ff5a5a;
  border-color: #ff5a5a;
}

.pagination>li>a:hover {
  background-color: #ff5a5a;
  color: white;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #ff5a5a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination-color {
  color: #ff5a5a;
}

.pagination-color:hover {
  color: white;
  background-color: #ff5a5a;
}

.detail-content p,
.detail-content span,
.detail-content a {
  color: #666666;
  text-align: justify;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
}

.detail-content a {
  color: #2f9ed1;
}

.importcss img {
  width: 100% !important;
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

.detail-introduce {
  /*    border: 1px solid #F0F0F0;
    border-radius: 10px; */
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 1% 0%;
}

.detail-introduce h4 {
  text-align: center;
  border-bottom-right-radius: 20px;
  color: white;
  background-color: #d9534f;
  padding: 2% 0;
  margin: 2% 0;
}

.detail-introduce p {
  margin: 2% 0;
  text-align: center;
  color: black;
}

.detail-lightbox {
  border-bottom: 1px solid #f0f0f0;
}

.detail-lightbox img {
  opacity: .5;
  transition: .5s;
}

.detail-lightbox img:hover {
  opacity: 1;
  transition: .5s;
  transform: scale(0.8, 0.8);
}

.specification h2 {
  font-size: 20px;
  font-weight: 500;
}

.buy-now p {
  margin-left: 15px;
}

.buy-now a:hover {
  color: white;
  border: 1px solid #777777;
  background: #777777;
}

.buy-now a {
  font-size: 20px;
  padding: 10px;
  color: #777777;
  font-weight: 300;
  border: 1px solid #777777;
  border-radius: 10px;
  width: 15%;
  line-height: 75px;
  cursor: pointer;
}

/* ============================================================
brand product css end
============================================================  */
/* ============================================================
reseller css start
============================================================  */
.reseller-menu h5 {
  font-size: 1em;
  border-radius: 10px;
  border: 1px solid #CCC;
  cursor: pointer;
  color: #737373;
  line-height: 25px;
  text-align: center;
  padding: 1% 0;
  transition: .5s;
  opacity: 1;
}

.reseller-menu h5:hover {
  font-size: 1em;
  border-radius: 75px;
  border: 1px solid #CC0000;
  cursor: pointer;
  color: white;
  line-height: 25px;
  text-align: center;
  padding: 1% 0;
  transition: .5s;
  opacity: 1;
  background-color: #CC0000;
}

.reseller-map h5 {
  padding: 10px;
  text-align: center;
}

.reseller-map p {
  padding: 1%;
  text-align: center;
}

.reseller-map {
  border-bottom: 1px solid #CCC;
}

.reseller-conetent h3 {
  padding: 2% 0;
}

.mytabel {
  /*   cursor: pointer; */
  text-align: center;
  border-bottom: 1px solid #F4F4F4;
  transition: .2s;
}

.mytabel:hover {
  border-radius: 5px;
  text-align: center;
  background-color: #F4F4F4;
  transition: .2s;
}

.mytabel img {
  width: 13%;
  height: 13%;
}

.mytabel p {
  color: black;
  text-align: center;
}

.img-map {
  width: 25px;
  height: 25px;
}

/* ============================================================
reseller css end
============================================================  */
/* ============================================================
sharePage css start
============================================================  */
.glyphicon-triangle-bottom {
  float: right;
  padding: 3% 0%;
  cursor: pointer;
}

.mysharmenu {
  margin-top: -20px;
}

#mysharephoto li {
  padding: 1% 10%;
  list-style: none;
  line-height: 35px;
}

#mysharephoto li:hover {
  color: white;
  background-color: #5B5B5B;
  cursor: pointer;
}

.myshare-tit {
  float: left;
  padding: 3% 0;
  font-weight: 900;
}

.myshare-header {
  border-bottom: 1px solid #5B5B5B;
  width: 80%;
  margin: 0px auto;
}

.share-menu-sm-up {
  background-color: white;
}

.share-menu-sm-up a {
  line-height: 45px;
  cursor: pointer;
}

.share-menu-bg {
  background-color: #868686;
  margin-bottom: 1.5%;
}

.share-menu {
  cursor: pointer;
  margin-top: 85px;
  padding: 1.1% 8%;
}

.share-menu h4 {
  color: white;
  cursor: pointer;
  font-size: 1em;
  transition: .5s;
  padding: 1px;
}

.share-menu h4:hover {
  cursor: pointer;
  font-size: 1em;
  color: #646464;
  transition: .5s;
}

#share-box {
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  border-radius: 1px;
  overflow: hidden;
}

#share-box-tit {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  margin-top: -2em;
}

#share-box p {
  font-size: .9em;
  padding-left: 15%;
  color: white;
  letter-spacing: .8px;
}

#share-box img {
  margin: .5% auto;
  width: 80%;
}

#share-box:hover img {
  opacity: .9;
}

/* ============================================================
sharePage css end
============================================================  */
.news-Pageinfo p {
  color: black;
}

.news-Pageinfo span {
  font-size: 1em;
  border-radius: 5px;
  padding: 0% 1%;
  background-color: #d9534f;
  color: white;
}

.news-Pageinfo h4 {
  font-size: 1em;
  line-height: 1.5em;
  padding: 1% 5%;
  color: black;
}

.news-Pageinfo a {
  color: black;
  text-decoration: none;
}

.news-Pageinfo a:hover {
  color: #990000;
  text-decoration: none;
}

.news-Pageinfo-border-b {
  margin-bottom: 2%;
  border-bottom: 1px solid #EAEAEA;
}

.news-Pageinfo-border-b img {
  width: 90%;
  height: auto;
}

.english {
  float: right;
  cursor: pointer;
}

.language {
  float: right;
  cursor: pointer;
}

.myotimes {
  cursor: pointer;
  font-size: 2em;
  color: #990000;
}

.myotimes:hover {
  cursor: pointer;
  font-size: 2em;
  color: red;
}

/* ============================================================
warranty css start
============================================================  */
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #990000;
}

.nav-pills li {
  padding: 1px 0;
  border-bottom: 1px solid #ccc;
}

.nav-pills {
  width: 210px;
}

.warranty-menu {
  padding: .5% 2%;
  list-style-type: none;
}

.warranty-menu a {
  text-decoration: none;
}

.warranty-menu li {
  color: black;
  border-radius: 5px;
  cursor: pointer;
  list-style: none;
  line-height: 35px;
  padding: 0% 1%;
}

.warranty-menu li:hover {
  border-radius: 5px;
  color: #990000;
}

.warranty-content {
  padding: .5% 2%;
}

.warranty-content h4 {
  color: #990000;
}

.warranty-content h5 {
  line-height: 25px;
}

.warranty-content ul {
  padding: 0% 1%;
}

.warranty-content li {
  text-align: justify;
  margin-left: 15px;
  padding: .5% 0%;
  line-height: 25px;
  color: #5B5B5B;
}

.warranty-content p {
  color: black;
}

#myScrollspy a {
  font-size: 1em;
}

.affix {
  top: 100px;
}

/* ============================================================
warranty css end
============================================================  */
/* --------------------------------------------------index css end-------------------------------------------------- */
.teaching-media-youtu {
  padding: 0% 0%;
}

.teaching-media {
  border: 1px solid #eee;
  padding: .5% 2%;
  background-color: #FFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.teaching-media p {
  width: 100%;
  height: 100%;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px 0 0;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
}

.teaching-media h4 {
  color: black;
  line-height: 35px;
  text-align: justify;
}

.teaching-media-other {
  border: 1px solid #eee;
  padding: 2% 2%;
  background-color: #FFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.teaching-other-tit {
  padding: 0px 0 20px 0;
}

.other-media-tit {
  width: 100%;
  height: 55px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: 2px;
  color: #9a9a9a;
  font-size: 1.2em;
  font-weight: 300;
  padding: 5px 5px 0px 0px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.other-media-tit a {
  color: #000000;
}

.other-media-content span,
p {
  width: 100%;
  height: 100%;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px 0 0;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.brand-content {
  width: 100%;
  height: 100%;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px 0 0;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/*
    .sp_content h2 {
    font-weight: 100;
    line-height: 35px;
    margin-top: 15px;
	font-size: 14px;
    }
*/
.sp_content h2 {
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
  font-size: 16px;
}

.other-media-content a {
  widows: 100%;
  height: 100%;
  line-height: 25px;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-decoration: none;
  color: #666;
}

.pageicon {
  padding: 10px 3px 25px 3px;
  float: right;
  width: 5%;
  height: auto;
  text-align: right;
  transition: .5s;
}

.pageicon:hover {
  width: 4%;
  transition: .5s;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-top: -20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img,
.swiper-slide a {
  width: 100% !important;
}

.myembed {
  padding: 0 50px;
}

/* ===================================
tit-control start
====================================== */
.tit-control {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 點點點符號  */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tit-control-2 {
  width: 100%;
  height: 75px;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* 點點點符號 */
}

.p-control {
  width: 100%;
  height: 55px;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 點點點符號  */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media-control {
  width: 100%;
  height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 點點點符號  */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* ===================================
tit-control end
====================================== */
.carousel-indicators {
  bottom: .1px;
}

/* ===================================
search css start
====================================== */
.search-box {
  padding: 50px 5px;
  border: 1px solid gray;
  border-radius: 10px;
  /* 		background-color: #CCC; */
}

.search-control {
  width: 100%;
  height: 34px;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* ===================================
search css end
====================================== */
.img-thumbnail-2 {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 25px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

img.img-responsive.img-thumbnail-2 {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 25px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mymessage {
  width: 100%;
  height: 250px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-circle-arrow-up::before {
  content: "\e133";
}

/* =========================================================================================================
@media
============================================================================================================ */
@media (min-width: 480px) {
  #download-outerbox p {
    line-height: 50px;
    width: 300px;
    height: 50px;
    margin-top: -30%;
    color: white;
    font-size: 1em;
    background-color: black;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
  }

  .myembed {
    padding: 0 90px;
  }
}

@media (min-width: 500px) {
  .indexnews center {
    font-size: 2em;
  }
}

@media (min-width: 576px) {
  .liaison-form h1 {
    font-size: 2em;
    padding-bottom: 2%;
  }

  .liaison-form p {
    font-size: .9em;
    margin-top: 2%;
    color: white;
    text-align: center;
  }

  #barnd-out {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    border-radius: 1px;
    overflow: hidden;
  }

  #share-box img {
    width: 100%;
  }

  #share-box p {
    font-size: .9em;
    padding-left: 5%;
    color: white;
    letter-spacing: .8px;
  }

  #share-box img {
    margin: 0% auto;
    width: 100%;
  }

  .myembed {
    padding: 0 4px;
  }

  .certificate img {
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 703px) {
  .myfooter img {
    padding: 0%;
  }
}

/* 小螢幕設備（平板，768px（含）以上） */
@media (min-width: 768px) {
  .navbar-nav>li>a {
    font-size: 1.1em;
    padding: 15px 10px;
  }

  .margin-t-25 {
    margin-top: 10%;
  }

  .liaison-form h1 {
    padding-bottom: 2%;
  }

  .liaison-form p {
    font-size: 1em;
    margin-top: 2%;
    color: white;
    text-align: center;
  }

  .liaison-form span {
    margin-top: 2%;
    color: white;
    text-align: center;
  }

  .liaison-form h4 {
    font-size: 1.12em;
    color: white;
    text-align: center;
    margin-top: 2%;
  }

  #barnd-out-product p {
    font-size: 1em;
    color: white;
    text-align: justify;
  }

  /*#barnd-out-product h3 {
    font-size: 1.5rem;
  }*/

  #images-outerbox {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  #images-outerbox img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: .5s;
  }

  .laser-images center {
    padding: 5% 0;
  }

  .news-Pageinfo-border-b img {
    width: 100%;
    height: auto;
  }

  .news-Pageinfo h4 {
    font-size: 1em;
    padding: 1% 0%;
    color: black;
  }

  .liaison-form p {
    font-size: 1em;
    margin-top: 2%;
    color: white;
    text-align: center;
  }

  .teaching-media {
    border: 1px solid #eee;
    padding: .5% 2%;
    background-color: #FFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  }

  .teaching-media-other {
    border: 1px solid #eee;
    padding: 2% 5%;
    background-color: #FFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  }

  .mapinfo img {
    width: 85%;
    height: 85%;
    transition-duration: .6s;
    margin: 0 auto;
  }
}

/* 中螢幕設備（一般桌面，992px（含）以上） */
@media (min-width: 992px) {
  #barnd-out-product:hover {
    box-shadow: 1px 15px 10px #f3f3f3;
    transform: scale(1.05);
    transition: 500ms;
  }

  .navbar-nav>li>a {
    font-size: 1.1em;
    padding: 15px 10px;
  }

  #outerbox h1 {
    line-height: 20px;
    color: white;
    font-size: 1.1em;
    border: 1px solid #fff;
    text-align: center;
    padding: 5%;
    margin-top: 5%;
    text-decoration: none;
  }

  #outerbox p {
    font-size: 1em;
    letter-spacing: 10px;
    padding: 0px 5px;
  }

  .Mypanel-body h4 {
    font-size: .9em;
  }

  .carousel-indicators {
    bottom: 20px;
  }

  .product-menu h5:hover {
    font-size: 1em;
    border-radius: 75px;
    cursor: pointer;
    color: white;
    line-height: 25px;
    text-align: center;
    padding: 1% 0;
    transition: .5s;
    opacity: 1;
    background-color: #CC0000;
  }
}

/* 大螢幕設備（大型桌面，1200px（含）以上） */
@media (min-width: 1200px) {
  .liaisoninfo {
    /*background-image: url("../images/P07_DSC5780-1.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-color:#333;
    margin-top: -25px;
    height: 100%;
    padding: 2% 0;
  }

  .news-Pageinfo h4 {
    font-size: 1.1em;
    padding: 1% 0%;
    color: black;
  }

  .Mypanel-body p {
    font-size: .9em;
    color: black;
  }

  #outerbox h1 {
    line-height: 25px;
    color: white;
    font-size: 2em;
    border: 1px solid #fff;
    text-align: center;
    padding: 5%;
    margin-top: 5%;
    text-decoration: none;
  }

  .Mypanel-body h4 {
    font-size: 1em;
  }

  .indexnews a {
    display: block;
    cursor: pointer;
    border: 0px solid #aaaaaa;
    border-radius: 0px;
    padding: 2% 0%;
    text-align: center;
    color: black;
    font-size: 1em;
    text-decoration: none;
    transition: .5s;
  }

  .indexnews a:hover {
    border-color: #B10803;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    background-color: #B10803;
    transition: .5s;
  }
}

/* -------------------------------------------0619--------------------------------------------
-------------------------------------------0619-------------------------------------------- */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

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

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  background-color: rgba(255, 255, 255, 0.5);
  width: 25px;
  height: 25px;
  background-size: 15px 15px;
  border-radius: 100%;
}

@media (min-width: 992px) {

  .carousel-control.left,
  .carousel-control.right {
    width: 50px;
  }
}



/* ===============2020================== */

.news-Pageinfo h4{
  height: 45px;
}