@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
  font-family: "Roboto", "Microsoft Jhenghei", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding-top: 64px;
}
@media (min-width: 768px) {
  body {
    padding-top: 150px;
  }
}
a:link { color: #0A4AA1; text-decoration: none;}
a:visited { color: #073A81; }
a:hover { color: #1E5FB9; }
a:active { color: #042C64; }
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoondf60.eot?hxeg30');
  src:  url('../fonts/icomoondf60.eot?hxeg30#iefix') format('embedded-opentype'),
    url('../fonts/icomoondf60.ttf?hxeg30') format('truetype'),
    url('../fonts/icomoondf60.woff?hxeg30') format('woff'),
    url('../fonts/icomoondf60.svg?hxeg30#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.myicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-contact-add:before { content: "\2691"; }
.icon-contact-fax:before { content: "\e900"; }
.icon-contact-mail:before { content: "\2709"; }
.icon-contact-phone:before { content: "\2706"; }
.icon-indicator-down:before { content: "\25bc"; }
.icon-indicator-up:before { content: "\25b2"; }
.icon-indicator-left:before { content: "\25c0"; }
.icon-indicator-right:before { content: "\25ba"; }
.icon-indicator-down-s:before { content: "\25be"; }
.icon-indicator-right-s:before { content: "\25b8"; }
.icon-language:before { content: "\e901"; }
.icon-link:before { content: "\260d"; }
.icon-mail:before { content: "\e908"; }
.icon-search:before { content: "\1f50d"; }
.icon-social-fb:before { content: "\e90a"; }
.icon-social-gplus:before { content: "\e90b"; }
.icon-social-houzz:before { content: "\e90c"; }
.icon-social-ig:before { content: "\e90d"; }
.icon-social-linkedin:before { content: "\e90e"; }
.icon-social-pinterest:before { content: "\e90f"; }
.icon-social-sina:before { content: "\e910"; }
.icon-social-twitter:before { content: "\e911"; }
.icon-triangle-down:before { content: "\2bc6"; }
.icon-close:before { content: "\2715"; }
.icon-check:before { content: "\2713"; }
.icon-autocad:before  {
  width: 10px;
  margin: 0 auto;
}
.icon-sketchup:before { content: "\233a"; }
.icon-pdf:before { content: "\2357"; }
.btn-2top {
  display: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 24px;
  z-index: 99;
  font-size: 22px;
  text-align: center;
  border: none;
  outline: none;
  background-color: rgba(115, 115, 115, 0.35 );
  color: white;
  cursor: pointer;
  transition: all .35s ease;
  padding: 0;
}
.btn-2top:hover {
  background-color: rgba(115, 115, 115, 0.7 );
}
.img-responsive {
  width: 100%;
}
hr {
    /*margin-top: 40px;
    margin-bottom: 40px;*/
    border: 0;
    border-top: 1px solid #B2B4B8;
}
.hr-mr-s {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar {
  border: none;
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}
.navbar-header {
  height: 60px;
}
@media (min-width: 768px) {
  .navbar-header {
    float: none;
    height: 150px;
  }
}
.navbar-brand {
  padding: 0;
  height: auto;
}
@media (max-width: 767px) {
  .navbar-brand {
    margin-top: 18px;
  }
  .navbar-brand img {
    width: 110px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    padding: 0;
    position: absolute;
    display: inline-block;
    left: 50%;
    height: 47px;
    margin-left: -100px !important;
    margin-top: 21px;
    z-index: 1;
  }
  .navbar-brand img {
    width: 200px;
    height: auto;
  }
}
.navbar-nav {
  font-size: 16px !important;
}
.navbar-default .navbar-nav > li {
  border-top: #E2E4E8 solid 1px;
}
.navbar-default .navbar-nav > li:last-child {
  border-bottom: #E2E4E8 solid 1px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-default .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li,
  .navbar-default .navbar-nav > li:last-child {
    border: none;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #41484E;
  padding: 15px 0 15px 45px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0A4AA1;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #888;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a > .caret {
  display: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #41484E;
  background-color: #fff;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 15px 20px;
  }
  .navbar-default .navbar-nav > .active > a > .caret {

  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding: 15px;
  }
}
.navbar-collapse {
  background-color: #fff;
  position: fixed;
  padding: 55px 0 0;
  top: 0;
  max-height: 100% !important;
  height: 100%;
  width: 75%;
  box-shadow: 1px 0 3px rgba(0, 0, 0, .15);
  z-index: 2;
}
@media (min-width: 768px) {
  .navbar-collapse {
    border-top: #B2B4B8 solid 1px;
    padding-top: 5px;
    top: 90px;
    box-shadow: none;
    width: 100%;
    z-index: 0;
  }
}
.dropdown-menu {
  font-size: inherit;
}
.navbar-default .navbar-nav .open .dropdown-menu {
  padding: 0;
  background-color: #F6F7F8;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
}
.navbar-default .navbar-nav .open .dropdown-menu > li {
  border-top: #E2E4E8 solid 1px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li:first-child {
  border: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #41484E;
  padding: 15px 15px 15px 55px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #0A4AA1;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #00A975;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: rgb(255, 255, 255, .6);
  background-color: transparent;
}
@media (min-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 4px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ccc transparent;
    content: "";
    position: absolute;
    top: -9px;
    left: 20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px;
  }
}
.nav-menu-pos {
  float: none;
  margin: 2px 5px;
}
@media (min-width: 768px) {
  .nav-menu-pos {
    float: right;
  }
  .navbar-lang {
    border-left: #B2B4B8 dashed 1px !important;
    margin-left: 10px;
    padding-left: 10px;
  }
}
.navbar-xs-right {
  float: right;
  margin-left: 6px;
  margin-top: 8px;
}
.navbar-xs-right > .myicon {
  font-size: 28px;
}
.navbar-xs-right a {
  color: #41484E;
  display: block;
  padding: 10px;
}
.navbar-xs-right a:hover {
  text-decoration: none;
}
.navbar-xs-right > .dropdown-menu {
  left: -25px;
  min-width: auto;
  padding: 0;
}
.navbar-xs-right > .dropdown-menu:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ccc transparent;
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -8px;
}
.navbar-xs-right > .dropdown-menu:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}
.navbar-xs-right > .dropdown-menu > li > a {
  white-space: nowrap;
  padding: 15px;
}

.dropdown-mega {
  /*position: initial !important;*/
}
.dropdown-menu-mega {
  /*padding: 15px !important;*/
  /*width: 800px;*/
}
.dropdown-menu-mega ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(255,255,255,.6);
  border-bottom: #e7e7e7 solid 1px;
}
.dropdown-menu-mega li a {
  padding: 15px 15px 15px 67px;
  display: block;
  color: #0A4AA1;
}
.dropdown-menu-mega li a:hover {
  /*color: #0A4AA1;*/
  background-color: #f5f5f5;
}
.dropdown-menu-mega li.mega-menu-title {
  padding: 15px 15px 0px 45px;
  font-size: 87.5%;
  font-weight: 700;
}

@media (min-width: 768px) {
  .dropdown-menu-mega {
    position: fixed;
    top: 145px;
    right: 5%;
    left: 5%;
    bottom: 10%;
    /*height: 473px;*/
    /*width: 800px;*/
  }
  .navbar-default .navbar-nav .open .dropdown-menu-mega:before,
  .navbar-default .navbar-nav .open .dropdown-menu-mega:after {
    left: 50%;
    margin-left: -180px;
  }
  .mega-menu-overflow {
    /*max-height: 471px;*/
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .dropdown-menu-mega ul {
    border-right: #e7e7e7 solid 1px;
    border-bottom: none;
    background-color: transparent;
    width: 25%;
    height: 100%;
    float: left;
  }
  .dropdown-menu-mega li a {
    padding: 15px 20px;
  }
  .dropdown-menu-mega li.mega-menu-title {
    padding: 15px 20px 0px 20px;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-mega {
    right: 20%;
    left: 20%;
  }
}
.mega-leftRow-title {
  font-size: 1em;
  font-weight: bold;
  margin: 5px -15px 0 0; 
}
.mega-leftRow-title.active {
  background-color: #f5f5f5;
}
.mega-leftRow-title a {
  padding: 15px;
}
.dropdown-mega-title {
  font-size: 1em;
  font-weight: bold;
  margin: 5px 0 10px 0;; 
}
.mega-menu-leftRow {
  padding: 15px 0 15px 15px;
}
.mega-menu-rightRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 15px 15px 0;
  border-left: #f5f5f5 solid 1px;
}
.mega-menu-col {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  margin-bottom: 10px;
  border-bottom: #f5f5f5 solid 1px;
}
.mega-menu-col:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .dropdown-menu-mega {
    /*padding-left: 25px !important;
    padding-right: 15px !important;*/
    padding: 3px 0;
  }
  .dropdown-menu-mega a:hover {
    background-color: #ededed;
  }
  .mega-menu-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-bottom: #ededed solid 1px;
  }
  .mega-leftRow-title {
    margin: 0;
  }
  .mega-menu-leftRow {
    margin: 15px 0 0;
    padding: 0;
  }
  .mega-menu-rightRow {
    border-top: #ededed solid 1px;
  }
  .mega-leftRow-title.active {
    background-color: #ededed;
  }
}
/* navbar toggle begin */
.navbar-toggle {
  float: left;
  padding: 16px 10px;
  margin-left: -10px;
  z-index: 3;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #41484E;
}
.navbar-default .navbar-toggle.active .icon-bar {
  background-color: #41484E;
}
.navbar-toggle .icon-bar {
  position: relative;
  transition: all .65s ease; 
}

/*第一條旋轉45度*/
.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}
/*第二條向左飛出*/
.navbar-toggle.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}
/*第三條反轉45度*/
.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
/* navbar toggle end */

/* search wrapper begin */
.topnav-search-wrapper {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: all .65s ease;
}
.topnav-search-content {
  padding: 20px 20px 40px 20px;
  background-color: #B2B4B8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.search-wrapper-show {
  display: block;
}
.search-wrapper-visible {
  opacity: 1;
}
.search-modal-close {
  color: #fff;
  font-size: 28px;
  padding: 10px;
  float: right;
  cursor: pointer;
}
.btn-normal {
  padding: 10px 12px 9px 12px;
  font-size: 14px;
  margin-top: -1px;
}
/* search wrapper end */
/* search bar begin */
.search-bar-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-bar-wrapper {
    width: 25%;
    right: 10px;
  }
}
.search-bar-wrapper .form-control {
  height: 48px;
  border-radius: 24px !important;
  max-width: 100%;
  border: #B2B4B8 solid 1px;
  padding-right: 60px;
  padding-left: 20px;
}
.search-bar-wrapper .input-group-btn {
  right: 48px;
  z-index: 3;
}
.search-bar-wrapper .btn-search-circle {
  color: #fff;
  background-color: #B2B4B8;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  line-height: 40px;
  font-size: 24px;
  padding: 6px;
}
/* search bar end */
.footer-wrapper {
    background-color: #F6F7F8;
    /*padding: 40px 0 0;
  margin: 30px 0 0;*/
    color: #666;
    line-height: 1.5em;
}
.footer-wrapper h5 {
  font-weight: bold;
  color: #495252;
}
.footer-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-wrapper li {
  padding: 5px 0;
}
.footer-wrapper a {
  color: #666;
}
.footer-wrapper a:hover {
  color: #888;
}
.footer-contact .myicon {
  color: #3D7DD5;
  font-size: 140%;
  margin: 2px;
  float: left;
}
.footer-padding {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .footer-padding {
    margin: 12px 0;
  }
}
.footer-copywrite {
  margin-top: 20px;
  padding: 20px 30px;
  border-top: #B2B4B8 solid 1px;
  text-align:center;
}
.f-social-btn {
  font-size: 24px;
  padding: 5px;
  color: #41484E !important;
}
.f-social-btn:hover {
  color: #666 !important;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.carousel-control {
  color: rgba(255, 255, 255, .9) !important;
}
.carousel-control:hover,
.carousel-control:focus {
  color: rgba(255, 255, 255, 1) !important;
}
.carousel-control .icon-indicator-left,
.carousel-control .icon-indicator-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-indicator-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-indicator-right {
  right: 50%;
  margin-right: -10px;
}


@media screen and (min-width: 768px) {
  .carousel-control .icon-indicator-left,
  .carousel-control .icon-indicator-right {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .icon-indicator-left {
    margin-left: -10px;
  }
  .carousel-control .icon-indicator-right {
    margin-right: -10px;
  }
}
.index-ctn-padding {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #666;
}
.heading-index,
.heading-page,
.heading-filter,
p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.heading-index {
  color: #000943;
  font-size: 24px;
  text-align: center;
  padding-bottom: 15px;
}
.heading-page {
  color: #000943;
  font-size: 24px;
  padding-bottom: 15px;
}
.heading-filter {
  color: #41484E;
  font-size: 18px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .heading-filter {
    margin: 10px 0;
    padding-left: 10px;
    padding-bottom: 0;
  }
}
.page-ctn-padding {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #666;
}

#tab-demo > ul{ display:block; margin:0;list-style:none;}
.tab-title{list-style:none;    text-align: center;}
#tab-demo > ul > li{ display:inline-block; vertical-align:top margin:0 -1px -1px 0 ; border:1px solid #fff; height:25px; line-height:25px; padding:0 15px;list-style:none; box-sizing:border-box;}
#tab-demo >  ul > li a{ color:#000; text-decoration:none;}
#tab-demo > ul > li.active{ border-bottom-color: #000;  color: #000;}



.page-owl-padding {
  padding-top: 10px;
  padding-bottom: 30px;
}
.page-col-margin {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .bg-silver { 
    margin-top:10px;
    background-color:#f6f7f8;
  }
}
@media screen and (min-width: 992px) {
  .bg-silver { 
    margin-top:100px;
    background-color:#f6f7f8;
  }
}


.bg-white {
  background-color: #fff;
}
.text-red {
  color: #c00;
}
.text-small-light {
  /*color: #888;*/
  color: #000;
  font-size: .875em;
  margin: 8px 0 0;
  text-align:center;
}
.text-normal-gray {
  color: #41484E;
  margin: 8px 0 0;
  text-align:center;
  line-height:20px;
}
.text-normal-gray a {
  color: #41484E;
  transition: all .35s ease;
}
.text-normal-gray a:hover {
  color: #0A4AA1;
  transition: all .35s ease;
}
.text-lg-dark {
  font-size: 24px;
  color: #000943;
}
@media (min-width: 768px) {
  .text-small-light {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
  }
  .text-normal-gray,
  .text-normal-gray a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 3em;
  }
}
@media (max-width: 767px) {
  .xs-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
  }
  .xs-text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 3em;
  }
}
.collection-content-rc {
  border-radius: 2px;
}
.collection-content-left {
  padding: 0;
}
.collection-content-left img {
  width: 100%;
  height: auto;
  border-radius: 2px 2px 0 0;
}
.collection-content-right {
  padding: 30px;
}
@media (min-width: 992px) {
  .collection-content-left,
  .collection-content-right {
    width: 50%;
  }
  .collection-content-left img {
    border-radius: 2px 0 0 2px;
  }
}
/*
.collection-indicators {
  text-align: center;
  padding: 20px 0 10px 0;
}
.collection-indicators li {
  display: inline-block;
  margin: 1px 3px;
  width: 8px;
  height: 8px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(65, 72, 78, .5);
  border: 1px solid rgba(65, 72, 78, 0);
  border-radius: 50%;
}
.collection-indicators .active {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background-color: rgba(65, 72, 78, .8);
}
*/
.btn-linear {  
  border: #000 solid 1px;
  /*color: #3D7DD5;
  border-radius: 25px;
  transition: all .35s ease;*/
}
.btn-linear:focus,
.btn-linear.focus {
  color: #0A4AA2;
}
.btn-linear:hover {
  color: #fff;
  background-color: #3D7DD5;
  border: #3D7DD5 solid 1px;
  transition: all .35s ease;
}
.btn-lg {
  padding-right: 25px;
  padding-left: 25px;
}
.card-wrapper-linear {
  border: #E2E4E8 solid 1px;
  padding: 10px 10px 15px 10px;
  margin-bottom: 15px; 
}
.card-wrapper-linear img {
  width: 100%;
}
.card-wrapper-linear p {
  padding: 0 6px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .card-wrapper-linear {
    margin-bottom: 0; 
  }
  .adj-padding-ten {
    padding-right: 10px;
    padding-left: 10px;
  }
  .card-wrapper-linear p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 4.5em;
  }
}
.breadcrumb {
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  text-align: right;
}
.breadcrumb > li {
  display: inline-block;
  margin: 2px 0;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  /*color: #888;*/
  color: #000;
  font-family: 'icomoon';
  src:  url('../fonts/icomoone98e.eot?eosiqc');
  src:  url('../fonts/icomoone98e.eot?eosiqc#iefix') format('embedded-opentype'),
    url('../fonts/icomoone98e.ttf?eosiqc') format('truetype'),
    url('../fonts/icomoone98e.woff?eosiqc') format('woff'),
    url('../fonts/icomoone98e.svg?eosiqc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  content: "\25b8";
  font-size: 80%;
}
.breadcrumb > li > a {
  /*color: #666;*/
  color: #000;
}
.breadcrumb > li > a:hover {
  /*color: #888;*/
  color: #000;
}
.breadcrumb > .active {
  /*color: #888;*/
  color: #000;
}
/* company img gallery owl-carousel begin */
.owl-thumb-item {
  /*display: table-cell;*/
  width: 60px;
  border: none;
  background: none;
  padding: 0;
  margin: 15px 10px 0 0;
  opacity: 1;
}
.owl-thumb-item:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .owl-thumb-item {
    width: 120px;
    margin-right: 20px;
  }
}
.owl-thumb-item img {
  width: 100%;
  height: auto;
}
.owl-thumbs {
  display: table;
  width: 100%;
}
.owl-thumb-item.active {
  opacity: .6;
}
.owl-thumb-item.active img {
  border: #41484E solid 1px;
}
/* company img gallery owl-carousel end */

/* product owl-carousel begin */
.product-owl-wrapper {
  margin-bottom: 20px;
}
.product-owl-wrapper .owl-nav,
.product-owl-wrapper .owl-dots {
  display: none;
}
.product-owl-wrapper .owl-thumb-item {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .product-owl-wrapper .owl-stage-outer {
    width: 80%;
    float: right;
  }
  .product-owl-wrapper .owl-thumbs {
    width: 20%;
    float: left;
  }
  .product-owl-wrapper .owl-thumb-item,
  .product-owl-wrapper .owl-thumb-item:last-child {
    width: 92%;
    margin: 0 0 8% 0;
  }
  .product-owl-wrapper .owl-stage-outer .owl-stage .owl-item img {
    width: 80%;
  }  
}
/* product owl-carousel end */

.philosophy-wrapper {
  background-color: transparent;
}
@media (min-width: 992px) {
  .philosophy-wrapper {
    margin: 10px 0 40px 0;
  }
  .philosophy-content-right,
  .philosophy-content-left {
    padding: 2% 50px;
    background-color: #F6F7F8;
  }
  .philosophy-content-right:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #F6F7F8 transparent transparent;
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: -12px;
  }
  .philosophy-content-left:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #F6F7F8;
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: -12px;
  }
}
.timeline-year {
  border-top: #B2B4B8 solid 1px;
  margin: 20px 0;
}
.timeline-year span {
  color: #fff;
  background-color: #B2B4B8;
  padding: 3px 5px;
  display: inline-block;
  margin: 6px 8px;
}
@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
  }
  @media (min-width: 992px) {
    .col-md-22 {
      width: 22%;
    }
}
.newsList-wrapper {
  border-bottom: #B2B4B8 dashed 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  /*margin: 0;*/
}
.timeline-year + .newsList-wrapper {
  padding-top: 0;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .timeline-year + .newsList-wrapper {
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .xs-row-list {
    border-top: #E2E4E8 solid 1px;
    padding: 15px;
    margin: 0;
  }
  .xs-row-list img {
    float: right;
    width: 35%;
  }
  .xs-row-list p {
    float: left;
    width: 65%;
    padding-right: 15px;
  }
  .xs-row-list:first-child {
    margin-top: 20px;
  }
  .xs-row-list:last-child {
    border-bottom: #E2E4E8 solid 1px;
  }
  .xs-newsList-img {
    float: right;
    width: 35%;
  }
  .xs-newsList-content {
    width: 65%;
  }
  .xs-newsList-content p {
    margin-top: 0;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 4.5em;
  }
  .newsList-wrapper {
    border-bottom: #B2B4B8 solid 1px;
  }
}
.pagination {
  margin: 30px auto;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  color: #252525;
  background-color: transparent;
  border: none;
  margin: 0 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: rgba(97, 149, 221, .65);
  border-color: rgba(97, 149, 221, .65);
  border-radius: 50%;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: rgba(61, 125, 213, 1);
  border-color: rgba(61, 125, 213, 1);
  border-radius: 50%;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.color-palette-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.color-palette-wrapper li {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 2px;
  position: relative;
}
.color-palette-wrapper li:last-child {
  margin-right: 0;
}
.color-palette-wrapper li img {
  vertical-align: baseline;
}
.color-palette-wrapper .active {
  /*border: rgba(0, 0, 0, .5) solid 1px;*/
}
.color-palette-wrapper .active:after {
  font-family: 'icomoon';
  src:  url('../fonts/icomoondf60.eot?hxeg30');
  src:  url('../fonts/icomoondf60.eot?hxeg30#iefix') format('embedded-opentype'),
    url('../fonts/icomoondf60.ttf?hxeg30') format('truetype'),
    url('../fonts/icomoondf60.woff?hxeg30') format('woff'),
    url('../fonts/icomoondf60.svg?hxeg30#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  content: "\2713";
  font-size: 24px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
/*
  display: table-cell;
  padding: 5px 0 0 5px;
  */
}
.share-btn-group-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-btn-group-wrapper button {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  padding: 3px 5px;
  border: 0;
  border-radius: 2px;
}
.share-btn-group-wrapper button:hover {
  opacity: .75;
  transition: all .35s ease;
}
.share-btn-group-wrapper button:active {
  opacity: 1;
  transition: all .35s ease;
}
.share-btn-group-wrapper button:last-child {
  margin-right: 0;
}
.share-btn-group-wrapper .pinterest {
  /*background-color: #BD081C;*/
  background-color: #888;
}
.share-btn-group-wrapper .ig {
  /*background-color: #C21975;*/
  background-color: #888;
}
.share-btn-group-wrapper .fb {
  /*background-color: #3A559F;*/
  background-color: #888;
}
.share-btn-group-wrapper .twitter {
  /*background-color: #1DA1F2;*/
  background-color: #888;
}
.share-btn-group-wrapper .linkedin {
  /*background-color: #0077B5;*/
  background-color: #888;
}
.share-btn-group-wrapper .houzz {
  /*background-color: #4DBC15;*/
  background-color: #888;
}
.share-btn-group-wrapper .gplus {
  /*background-color: #DD4B39;*/
  background-color: #888;
}
.share-btn-group-wrapper .sina {
  /*background-color: #E32529;*/
  background-color: #888;
}
.doc-download {
    color: #666 !important;
    padding-right: 5px;
    /* display: inline-block;*/
}
.doc-download:hover {
  color: #888 !important;
}
.doc-download .myicon {
  color: #E12F00;
  font-size: 150%;
  float: left;
  margin: -1px 4px 0 0;
}
.related-pd-wrapper {
  margin-top: 50px;
}
.label-text-small {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 3px;
}
.form-group {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .label-text-small {
    margin-bottom: 8px;
  }
  .form-group {
    margin-top: 20px;
  }
}
.form-control {
  height: 40px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: #B2B4B8 solid 1px;
  color: #0A4AA1;
}
.textarea {
  width: 100%;
  min-height: 10em;
  box-sizing: border-box;
  resize: none;
  box-shadow: none;
  border: #B2B4B8 solid 1px;
}
.form-control:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
input[type=text]:focus {
  border-bottom: #3D7DD5 solid 1px;
}
.textarea:focus {
  border: #3D7DD5 solid 1px;
}
.form-btn-wrapper {
  margin-top: 40px;
}
.select-dropdown {
  border: 1px solid #ccc !important;
  color: #41484E;
  width: auto;
}
.accordion-state {
    background-color: #B2B4B8;
    font-size: 1.25em;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: #E2E4E8 solid 1px;
    outline: none;
    transition: all .35s ease;
}
.accordion-state.active,
.accordion-state:hover {
    background-color: #41484E;
}
.accordion-state:after {
  font-family: 'icomoon';
  src:  url('../fonts/icomoondf60.eot?hxeg30');
  src:  url('../fonts/icomoondf60.eot?hxeg30#iefix') format('embedded-opentype'),
  url('../fonts/icomoondf60.ttf?hxeg30') format('truetype'),
  url('../fonts/icomoondf60.woff?hxeg30') format('woff'),
  url('../fonts/icomoondf60.svg?hxeg30#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  content: "\25bc";
  /*color: #777;*/
  /*font-weight: bold;*/
  float: right;
  margin-left: 5px;
}

.accordion-state.active:after {
  font-family: 'icomoon';
  src:  url('../fonts/icomoondf60.eot?hxeg30');
  src:  url('../fonts/icomoondf60.eot?hxeg30#iefix') format('embedded-opentype'),
  url('../fonts/icomoondf60.ttf?hxeg30') format('truetype'),
  url('../fonts/icomoondf60.woff?hxeg30') format('woff'),
  url('../fonts/icomoondf60.svg?hxeg30#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  content: "\25b2";
}
.accordion-panel {
    display: none;
    overflow: hidden;
}
.accordion-content-wrapper {
  padding: 10px;
}
.accordion-content-wrapper:nth-child(odd) {
  background: #F6F7F8;
}
.accordion-content-wrapper:nth-child(even) {
  background: #EEEFF1;
}
.accordion-content-left,
.accordion-content-right {
  padding: 15px;
  width: 90%;
  margin: 0 5%;
}
.accordion-content-left {
  color: #000943;
  font-size: 1.15em;
  border-bottom: #41484E solid 1px;
}
.accordion-content-right {
  color: #41484E;
}
@media (min-width: 768px) {
  .accordion-content-left {
    border-bottom: none;
    width: 16%;
    margin: 0;
    padding: 15px 25px;
  }
  .accordion-content-right {
    border-left: #41484E solid 1px;
    width: 84%;
    margin: 0;
    padding: 15px 25px;
  }
}
.accordion-content-btn-wrapper {
  margin: 8px 0 0 -2px;
}
.accordion-content-btn-wrapper .btn-linear {
  margin-right: 10px;
}

.page-filter-ctn {
  color: #41484E;
  border-top: #ccc solid 1px;
  padding-bottom: 10px;
}
.page-filter-ctn:last-child {
  border-bottom: #ccc solid 1px;
}
@media (max-width: 767px) {
  .page-filter-ctn {
    padding: 0 10px;
  }
  .page-filter-ctn:first-child {
    border-top: transparent;
  }
  .page-filter-ctn:last-child {
    border-bottom: transparent;
  }
}
.show-grid {
  margin-bottom: 15px;
}
.year-accordion-wrapper {
  height: 300px;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
}
.year-accordion-wrapper.expand {
  border: #ddd solid 1px;
  overflow-y: scroll;
}
.col-year-accordion {
  padding: 0;
  height: 100%;
  background-color: #B2B4B8;
  border: #ddd solid 1px;
}
.col-year-accordion:hover {
  background-color: #41484E;
}
.col-year-accordion a {
  color: #fff;
  display: block;
  /*padding: 100px 0;*/
  text-align: center;
  height: 300px;
  line-height: 300px;
}
@media (max-width: 767px) {
  .col-year-accordion a {
    writing-mode: vertical-rl;
    line-height: initial;
    margin: 0 auto;
  }
}
.year-accordion-wrapper.expand .col-year-accordion {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #41484E;
}
.col-exhibitions-content {
  background-color: #fff;
  /*display: table-cell;*/
}
.design-award-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.design-award-wrapper li {
  display: inline-block;
  width: 6%;
  margin: 6px;
}
@media (max-width: 991px) {
  .design-award-wrapper li {
    width: 10%;
  }
}

.checkbox-img-ctn {
  display: inline-block;
  margin: 5px 3px;
}
.checkbox-img-ctn input {
  display: none;
}
.checkbox-img-ctn label {
  position: relative;
  padding: 0;
  margin: 0;
  border-radius: 2px;
  border: #ccc solid 1px;
  font-weight: normal;
  /*display: inline-block;*/
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.checkbox-img-ctn input:checked + label {
  color: #fff;
  background-color: #ddd;
  border-color: #888;
}
.checkbox-img-ctn input:checked + label:before {
  
}
@media (max-width: 767px) {
  a.xs-filter-btn {
    background-color: rgba(61, 125, 213, .85);
    display: inline-block;
    color: #fff;
    padding: 15px 20px;
    border-radius: 0 30px 30px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    bottom: 30px;
    z-index: 100;
  }

  a.xs-filter-btn:hover {
    background-color: rgba(61, 125, 213, .9);
    text-decoration: none;
  }
}
.text-overflow-2 {
    height: 3em;
    overflow: hidden;
  }