  @import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

  @media print {
    a::after {
      display: none;
    }
  }

  /*************************
  *******Typography******
  **************************/
  /*
  @font-face {
      font-family: 'ChaoYanZe';
      src: url('../fonts/ChaoYanZe1.svg');
  }
  */
  body {
    background: #FFF;
    font-family: Arial, Microsoft JhengHei;
    /* font-family: Arial, DFKai-SB; */
    color: #555;
    line-height: 2rem;
    word-spacing: 2px;
    /* letter-spacing: 0.5px; */
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #333;
    font-weight: bold;
    line-height: 2.8rem;
    margin: 5px 0;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    color: #333;
    font-weight: bold;
  }

  a {
    color: #555;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
  }

  a:hover,
  a:focus {
    color: #007CBD;
  }

  hr {
    border-top: 2px solid #555;
  }

  .valid::before {
    content: "\203B";
  }

  .valid {
    /* line-height: 1em; */
    margin: 0;
    color: red;
  }

  input.ng-invalid-required,
  textarea.ng-invalid-required,
  select.ng-invalid-required {
    background-color: #FFF5F5;
  }

  #InvestorContactus .input-group {
    margin: 5px 0;
  }

  #InvestorContactus .cookies {
    height: 150px;
    overflow: auto;
    border-width: 1px;
    border-color: silver;
    border-style: solid;
    padding: 10px;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .clearfix1 {
    clear: both;
  }

  /* .container{
    padding: 10px;
  } */
  .text-dark {
    color: #000;
  }

  .text-green {
    color: green;
  }

  /* .btn-primary {
    padding: 8px 20px;
    background: #FF9933;
    color: #FFF;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
  }

  .btn-primary:hover,
  .btn-primary:focus {
    background: #FF9933;
    outline: none;
    box-shadow: none;
  }

  .btn-transparent {
    border: 3px solid #FFF;
    background: transparent;
    color: #FFF;
  }

  .btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
  } */
  .media-left {
    padding-right: 2px;
    float: left;
    width: 33.33%;
  }

  /* .dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
  }*/
  /* .media>.pull-left{
    margin-right: 20px;
  }

  .media>.pull-right{
    margin-left: 20px;
  }*/
  body>section,
  body>div>section {
    padding: 105px 0 55px 0;
    /* padding: 80px 0; */
  }

  .center {
    text-align: center;
    padding-bottom: 30px;
  }

  .center h2 {
    font-size: 36px;
    margin-top: 0;
    font-weight: bold;
    /*margin-bottom: 20px;*/
  }

  /* .row{
    margin-left: 0;
    margin-right: 0;
  } */
  /* .scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
  } */
  /* .lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  } */
  /* .transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
  } */
  /* @-webkit-keyframes scaleIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaleIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  } */
  /*************************
  *******table******
  **************************/
  th {
    text-align: center;
    vertical-align: middle !important;
  }

  .table-bordered>thead>tr>th,
  .table-bordered>tbody>tr>th,
  .table-bordered>tfoot>tr>th,
  .table-bordered>thead>tr>td,
  .table-bordered>tbody>tr>td,
  .table-bordered>tfoot>tr>td {
    /* border: 1px solid #FFF; */
    vertical-align: middle;
  }

  .table>thead>tr.tb-header {
    background-color: #B2C2CC;
  }

  .table>thead>tr>th.text-center {
    width: 15%;
  }

  /* .table>tbody>tr>td.number{
    text-align: right;
  } */
  .table-striped>tbody>tr:nth-child(odd) {
    background-color: #E6E6E8;
  }

  .table-striped>tbody>tr:nth-child(even) {
    background-color: #FFF;
  }

  /*************************
  *******Header******
  **************************/
  .navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #FFF;
  }

  .navbar>.container .navbar-brand {
    margin: 0px;
    padding: 0px;
  }

  .navbar-brand>img {
    width: 150px;
    padding: 10px 6px;
  }

  .navbar-nav {
    /* margin-right: 50px; */
    margin-top: 0px;
  }

  .navbar-nav>li {
    margin-left: 15px;
  }

  .navbar-fixed-top .navbar-nav>li>a {
    font-size: 1.7rem;
    font-weight: bold;
    padding: 10px 10px;
    color: #FFF;
    line-height: 24px;
  }

  .navbar-fixed-top .navbar-nav>li>a:hover {
    background-color: #F8F8F8;
    color: #000;
  }

  .navbar-fixed-top {
    background: -o-linear-gradient(left, #000 0%, #007CBD 100%);
    background: -moz-linear-gradient(left, #000 0%, #007CBD 100%);
    background: -ms-linear-gradient(left, #000 0%, #007CBD 100%);
    background: -webkit-linear-gradient(left, #000 0%, #007CBD 100%);
    background: linear-gradient(to right, #000 0%, #007CBD 100%);
    background-color: #73B2DB;
    min-height: 88px;
  }

  .navbar-fixed-top .navbar-nav>.active>a,
  .navbar-fixed-top .navbar-nav>.active>a:hover,
  .navbar-fixed-top .navbar-nav>.active>a:focus,
  .navbar-fixed-top .navbar-nav>.open>a,
  .navbar-fixed-top .navbar-nav>.open>a:hover,
  .navbar-fixed-top .navbar-nav>.open>a:focus {
    background-color: #007CBD;
    color: #FFF;
  }

  .navbar-fixed-top .navbar-nav .dropdown-menu {
    background-color: #F8F8F8;
    -webkit-box-shadow: 0 3px 8px #999;
    -moz-box-shadow: 0 3px 8px #999;
    box-shadow: 0 3px 8px #999;
    left: 0;
    min-width: 300px;
    border-radius: 8px;
  }

  .navbar-fixed-top .navbar-nav .dropdown-menu.en {
    min-width: 350px;
  }

  .navbar-fixed-top .navbar-nav .dropdown-menu a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
  }

  .navbar-fixed-top .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
  }

  .navbar-fixed-top .navbar-nav .dropdown-menu>li:hover>a,
  .navbar-fixed-top .navbar-nav .dropdown-menu>li.active>a {
    background-color: #007CBD;
    color: #FFF;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-top .navbar-form {
    max-width: calc(100% - 160px);
  }

  .navbar-nav .mega {
    position: static;
    border-radius: 0;
  }

  .navbar-fixed-top .navbar-nav .megamenu>li:hover>a,
  .navbar-fixed-top .navbar-nav .megamenu>li:hover>a {
    background-color: #F8F8F8;
  }

  .navbar-fixed-top .navbar-nav .megamenu {
    top: auto;
    margin: 0px auto;
    padding: 5px 10px;
    width: 100%;
    max-width: 800px;
  }

  .navbar-fixed-top .navbar-nav .megamenu.en {
    max-width: 900px;
  }

  .navbar-fixed-top .navbar-nav .dropdown-menu.megamenu>li>a {
    color: #007CBD;
    font-weight: 900;
  }

  .megamenu>li>ul {
    padding-left: 15px;
  }

  .megamenu>li>ul>li {
    list-style: none;
    margin: 10px 0;
    display: block;
    float: left;
    min-width: calc(100% / 4);
  }

  .megamenu.en>li>ul>li {
    min-width: calc(100% / 2);
  }

  .navbar-fixed-top .megamenu>li>ul>li:hover>a {
    color: #007CBD;
  }

  /*************************
  *******nav-tabs******
  **************************/
  .tab-menu {
    position: relative;
  }

  /* .tab-menu .arrow{
    padding: 5px 15px;
    position:absolute; 
    top: 30%; 
    z-index: 100;
    display: none;
    color: #666;
    background-color: #FFF;
  }

  .tab-menu .arrow:hover{
    transform:scale(1.5);
    color: #007CBD;
  }

  .tab-menu .arrow.arrow-right{
    right: 0;
  } */
  .tab-menu .nav-tabs {
    font-size: 1.8rem;
    display: table;
    margin: 0 auto 30px auto;
  }

  .tab-menu .nav-tabs>li {
    padding: 10px;
  }

  .tab-menu .nav-tabs>li>a {
    color: #999;
  }

  .nav-tabs>li>a:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
  }

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:hover,
  .nav-tabs>li.active>a:focus {
    border: 0;
  }

  .nav-tabs>li.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    /* display: block; */
    width: 50%;
    height: 4px;
    margin: 0 auto;
    background-color: #007CBD;
  }

  .tab-content>.tab-pane .tab-pane-header {
    margin-bottom: 30px;
  }

  .tab-content>.tab-pane .tab-pane-warp {
    margin-left: 30px;
  }

  .tab-content>.tab-pane .tab-pane-warp p {
    margin-left: 15px;
  }

  .line-tb>.row {
    border-style: solid;
    border-color: silver;
    border-width: 1px 0;
    padding: 5px 0;
    margin: 0 5px;
  }

  .line-tb>.row+.row {
    border-top: 0;
  }

  /*************************
  *******aside******
  **************************/
  section #leftMenu {
    position: fixed;
    width: 250px;
    /* z-index: -1; */
    background-color: #FFF;
    /* border-right: 2px solid silver;     */
    box-shadow: 0px 0px 4px 2px silver;
    /* border: 1px solid silver; */
  }

  section #leftMenu li>h5 {
    padding-left: 10px;
  }

  /* section #content {
    padding: 5px;
  } */
  .rightContent {
    margin-left: 280px;
    /* overflow: hidden; */
  }

  .path {
    /* background-image: url("../images/bg-panel-orange.png");   
    background-size: 100% 100%;   */
    padding: 10px;
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  .path span {
    display: inline-block;
  }

  .path span::before {
    margin-right: 5px;
    content: ">";
  }

  main {
    background-color: #F9F9F9;
    padding: 20px;
    /* min-height: 422px; */
    min-height: calc(100vh - 322px);
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  .rightContent main {
    overflow: hidden;
  }

  main .sign_box {
    font-size: 2.2rem;
    line-height: 190%;
    font-weight: bolder;
  }

  main .header-3 {
    margin: 15px 0;
    padding: 10px;
    background: #3984b7;
    color: #FcF0e4;
  }

  main .header-4 {
    color: green;
  }

  .anchor {
    /* display: block;
    height: 70px;
    margin-top: -20px;
    visibility: hidden; */
    display: block;
    position: relative;
    top: -100px;
    /* top: -70px; */
    visibility: hidden;
  }

  /* #section1 {
    padding-top: 50px;
  } */
  /* .anchor-td{
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
  } */
  #empty {
    padding: 10px 0;
  }

  /*************************
  *******timeline******
  **************************/
  .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
  }

  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #EEE;
    left: 50%;
    margin-left: -1.5px;
  }

  .tldate {
    display: block;
    width: 180px;
    background: #FFF7DB;
    /* background: #414141;  
    border: 3px solid #212121; */
    /* background: #FFF; */
    border: 1px solid #c6c1b2;
    color: #000;
    margin: 0 auto;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
    /* -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35); */
  }

  .timeline li {
    margin-bottom: 25px;
    position: relative;
  }

  .timeline li:before,
  .timeline li:after {
    content: " ";
    display: table;
  }

  .timeline li:after {
    clear: both;
  }

  .timeline li:before,
  .timeline li:after {
    content: " ";
    display: table;
  }

  /** timeline panels **/
  .timeline li .timeline-panel {
    width: 46%;
    float: left;
    background: #FFF;
    border: 1px solid #d4d4d4;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  }

  /** panel arrows **/
  .timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #CCC;
    border-right: 0 solid #CCC;
    border-bottom: 15px solid transparent;
    content: " ";
  }

  .timeline li .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #FFF;
    border-right: 0 solid #FFF;
    border-bottom: 14px solid transparent;
    content: " ";
  }

  .timeline li .timeline-panel.noarrow:before,
  .timeline li .timeline-panel.noarrow:after {
    top: 0;
    right: 0;
    display: none;
    border: 0;
  }

  .timeline li.timeline-inverted .timeline-panel {
    float: right;
  }

  .timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline li.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  /** timeline circle icons **/
  .timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    background: #6A8DB3;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: -20px;
    border: 3px solid #90ACC7;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
  }

  /** timeline content **/
  .tl-heading h4 {
    /* margin: 0; */
    color: #C25B4E;
  }

  .tl-body p,
  .tl-body ul {
    margin-bottom: 0;
  }

  .tl-body>p+p {
    margin-top: 5px;
  }

  /*************************
  *******slider******
  **************************/
  .slider {
    position: relative;
    margin-top: 88px;
    /* background-color: #FF0000; */
    background-color: #F5F5F5;
  }

  #carousel-slider {
    position: relative;
  }

  #carousel-slider .carousel-indicators {
    bottom: -25px;
  }

  #carousel-slider .carousel-indicators li {
    border: 1px solid #FFBD20;
  }

  #carousel-slider a i {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    padding: 8px;
    color: #777;
    border: 2px solid #777;
    border-radius: 20%;
    font-size: 28px;
  }

  #carousel-slider a i:hover {
    background: #777;
    color: #FFF;
  }

  #carousel-slider .carousel-control {
    width: inherit;
  }

  #carousel-slider .carousel-control.left i {
    left: 25px
  }

  #carousel-slider .carousel-control.right i {
    right: 25px;
  }

  #carousel-slider .carousel-control.left,
  #carousel-slider .carousel-control.right {
    background: none;
  }

  /*************************
  *******new products******
  **************************/
  #newproducts .col-xs-12.col-sm-4.col-md-3 {
    padding: 10px;
  }

  .newproduct-wrap {
    position: relative;
    display: block;
    /* overflow: hidden;
    border-radius: 5px 5px 0 0;
    border: 1px solid silver; */
    padding: 10px;
  }

  .newproduct-wrap img {
    width: 100%;
    height: 180px;
    margin-bottom: 25px;
  }

  .newproduct-wrap h4 {
    text-align: center;
  }

  .newproduct-wrap h5 {
    color: #DFA92B;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /*************************
  *******products******
  **************************/
  /* #products {
    background: #f2f2f2;
    background: #f2f6f8;
    background: -moz-linear-gradient(-45deg, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
    background: -webkit-linear-gradient(-45deg, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
    background: linear-gradient(135deg, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=1 );
  } */
  #products {
    background: #F5F5F5;
  }

  #products .col-xs-12.col-sm-4.col-md-3 {
    padding: 10px;
  }

  .product-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    border: 1px solid silver;
    padding: 10px;
  }

  .product-wrap img {
    width: 100%;
  }

  /* .product-wrap .product-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
  } */
  .product-wrap h4 {
    text-align: center;
    color: #FFF;
    line-height: inherit;
  }

  .product-wrap .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 5px;
    z-index: 999;
    background: rgba(11, 117, 188, 0.5);
    /* background: rgba(0, 63, 135, 0.5); */
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
  }

  /* .product-wrap:hover .overlay {
    opacity: 1;
    height:100%;
  } */
  /* .product-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: rgba(180, 180, 180, 0.8);
    color: #FFF;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
  } */
  /* .product-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #FFF;
  } */
  /*************************
  *******ProdcutCategory******
  **************************/
  #ProdcutCategory {
    background: -webkit-linear-gradient(#FFF, silver);
    background: -o-linear-gradient(#FFF, silver);
    background: -moz-linear-gradient(#FFF, silver);
    background: linear-gradient(#FFF, silver);
  }

  /* #ProdcutCategory a:hover>div {
    background-color: #D7EFFF;
  } */
  .prodcutCategory-wrap {
    /* display: flex;
    align-items: center; */
    display: table;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
  }

  .prodcutCategory-wrap:hover {
    background-color: #D5ECFF;
  }

  .prodcutCategory-wrap img {
    /* float: left; */
    /* height: 100px; */
    /* width: 100px; */
    border-radius: 4px;
  }

  .prodcutCategory-inner {
    display: table-cell;
    vertical-align: middle;
    /* float: left; */
    width: 80%;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 20px;
    color: #007CBD;
  }

  /*************************
  *******ProductDetail******
  **************************/
  #ProductDetail div>img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
  }

  #ProductDetail table {
    width: 99.9%;
  }

  #ProductDetail table thead>tr>th.header {
    color: green;
    text-align: left;
    font-size: 2rem;
  }

  #ProductDetail table thead>tr>th.unit {
    text-align: right;
  }

  #ProductDetail table thead>tr>th,
  #ProductDetail table tbody>tr>th,
  #ProductDetail table tbody>tr>td {
    padding: 5px;
    vertical-align: middle !important;
  }

  #ProductDetail table tbody>tr>th {
    background-color: #D2DDF1;
  }

  #ProductDetail table tbody>tr>th,
  #ProductDetail table tbody>tr>td {
    text-align: center;
    border: 1px solid #323232;
  }

  /*************************
  *******MonthlyRevenue******
  **************************/
  #MonthlyRevenue table {
    width: auto;
    margin: 0 auto;
  }

  #MonthlyRevenue table thead>tr>th,
  #MonthlyRevenue table tbody>tr>th,
  #MonthlyRevenue table tbody>tr>td {
    padding: 5px;
    vertical-align: middle !important;
  }

  #MonthlyRevenue table tbody>tr>th {
    background-color: #D2DDF1;
  }

  #MonthlyRevenue table tbody>tr.last {
    background-color: #F1EED2;
  }

  #MonthlyRevenue table tbody>tr>th,
  #MonthlyRevenue table tbody>tr>td {
    text-align: center;
    border: 1px solid #323232;
  }

  /*************************
  *******PorousChuckTable******
  **************************/
  div[class|="chuck"] .row>div {
    margin-bottom: 20px;
  }

  /*************************
  *******SupplierSupport******
  **************************/
  /* #SupplierSupport main>.row{
    display: flex;
    flex-wrap: wrap;  
  } */
  #SupplierSupport main>.row>div {
    margin-bottom: 12px;
    float: left;
    width: 100%;
  }

  .supplier-wrap {
    /* display: flex;
    align-items: center; */
    background-color: #C5D0DA;
    border: 1px solid #C8C8C8;
    border-radius: 2px;
    padding: 0 10px;
  }

  .supplier-wrap i {
    margin-right: 5px;
    color: #F77F00;
  }

  .supplier-wrap i:hover {
    color: #89B7EB;
  }

  .supplier-wrap h4,
  .supplier-wrap h5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .supplier-inner {
    background-color: #FFF;
  }

  .supplier-inner ul {
    padding: 5px 0 5px 25px;
  }

  /*************************
  *******news******
  **************************/
  #news {
    /* background: #FFF; */
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  #news h2 {
    color: #FFF;
  }

  #news p {
    padding: 10px;
    font-size: 20px;
  }

  #news p::after {
    content: "\2026";
  }

  #NewsDetail img {
    max-width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  /* #NewsDetail h4 {
    color: green;
  } */
  /* .new{
    padding: 0;
  } */
  /*************************
  *******accordion******
  **************************/
  #accordion.panel-group .panel+.panel {
    margin-top: 0;
  }

  #accordion.panel-group .panel {
    border-radius: 0;
  }

  #accordion .panel-heading {
    color: #333;
    background-color: #f5f5f5;
  }

  #accordion .panel-heading .panel-title a {
    display: block;
    /* font-size: 130%; */
    font-weight: 600;
  }

  #accordion .panel-heading .panel-title a:hover,
  #accordion .panel-heading .panel-title a:focus,
  #accordion .panel-heading .panel-title a:active {
    text-decoration: none;
    color: #333;
  }

  #accordion .panel-body.row.click {
    margin: auto 0;
    color: #007CBD;
  }

  #accordion .panel-body.row.click:hover {
    /* background-color: #fafafa ; */
    cursor: pointer;
  }

  #accordion .fa-download {
    opacity: 0;
  }

  #accordion .panel-body:hover .fa-download {
    opacity: 1;
  }

  .accordion {
    margin: 60px;
  }

  .accordion h2 {
    margin-bottom: 25px;
  }

  .accordion-inner img {
    border-radius: 4px;
  }

  .accordion-inner h4 {
    margin-top: 0;
  }

  a.accordion-toggle i {
    width: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #C9C9C9;
  }

  /*************************
  *******card******
  **************************/
  .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .card>[class*="col-"],
  .card-col {
    margin: 0 0 25px 0;
  }

  .card-wrap {
    display: table;
    background-color: #FFF;
    border: 2px solid #E4E4E4;
    position: relative;
    height: 100%;
    width: 100%;
  }

  .card-download {
    position: absolute;
    left: calc(100% - 45%);
    bottom: -15px;
    width: 40%;
    padding: 5px;
    text-align: center;
    color: #007CBD;
    background-color: #f0f0f0;
    border-radius: 10px;
  }

  .card-download:hover {
    background-color: #89B7EB;
    color: #FFF;
  }

  .card-wrap .header-4 {
    color: #007CBD;
  }

  .card-wrap p {
    margin: 0;
  }

  .card-left,
  .card-right {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }

  .card-left {
    width: 120px;
  }

  .card-left img {
    height: 150px;
    margin: 0 auto;
    padding: 5px;
  }

  /*   *******card theme****** */
  .card-wrap.theme {
    border-radius: 5px 30px;
  }

  .card-wrap.theme .header-4+p {
    margin-bottom: 10px;
  }

  .card-wrap.theme .card-download {

    box-shadow: 0px 6px 3px 0px #b9bebc;
  }


  .card-wrap.theme1,
  .card-wrap.theme2 {
    border-radius: 5px;
    box-shadow: 0px 6px 3px 0px #b9bebc;
  }

  .card-wrap.theme1 .card-download {
    display: flex;
    align-items: center;
    top: -10px;
    left: calc(100% - 75px);
    width: auto;
    height: 40px;
    padding: 0px;
  }

  .card-wrap.theme2 .card-download {
    display: flex;
    align-items: center;
    top: -5px;
    left: 15px;
    width: 60px;
    height: calc(100% + 12px);
    background-color: #6FA2A7;
    box-shadow: 0px 6px 3px 0px #b9bebc;
  }

  .card-wrap.theme1 .card-download .shape {
    width: 60px;
    height: 45px;
    background: #588297;
    position: relative;
    border-radius: 5px;
  }

  .card-wrap.theme1 .card-download .shape::after {
    content: "";
    position: absolute;
    bottom: -9.5px;
    left: 2px;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 10px solid #588297;
  }

  .card-wrap.theme1 .card-download .shape .arrow div {
    margin: 15px 22px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
  }

  .card-wrap.theme1 .card-download .shape .arrow div::before {
    content: "";
    float: left;
    position: relative;
    top: -3px;
    width: 8px;
    height: 21px;
    border-radius: 1px;
    border-right: 3px solid #FFF;
    transform: rotate(-45deg);
  }

  .card-wrap.theme1 .card-download .shape .arrow div::after {
    content: "";
    float: left;
    position: relative;
    top: -26px;
    width: 22px;
    height: 30px;
    border-radius: 1px;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
  }

  .card-wrap.theme2 .card-download .arrow {
    margin-top: -10px;
  }

  .card-wrap.theme2 .card-download .arrow div {
    margin: -10px 12px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border-bottom: 5px solid #FFF;
    border-right: 5px solid #FFF;
    transform: rotate(45deg);
  }

  .card-wrap.theme1 .card-download:hover .arrow div,
  .card-wrap.theme1 .card-download:hover .arrow div::before,
  .card-wrap.theme1 .card-download:hover .arrow div::after,
  .card-wrap.theme2 .card-download:hover .arrow div {
    border-bottom-color: #8DCDD1;
    border-right-color: #8DCDD1;
  }

  .card-wrap.theme1 .card-right {
    padding: 0px 10px;
    display: block;
    margin-right: 80px;
  }

  .card-wrap.theme1 .header-4 {
    color: #1A3240;
    font-weight: 900;
  }

  .card-wrap.theme2 .header-4 {
    color: #1A3240;
    font-weight: 900;
    display: inline-block;
    margin-left: 80px;
  }

  .card-wrap.theme1 .header-4+p {
    color: #7B919D;
  }

  .card-wrap.theme2 .header-4+p {
    color: #7B919D;
    display: inline-block;
    margin: 0 0 0 80px;
  }

  .card-wrap.theme1.B .card-download .shape,
  .card-wrap.theme2.B .card-download {
    background-color: #1871A4;
  }

  .card-wrap.theme1.B .card-download .shape::after {
    border-top: 10px solid #1871A4;
  }

  .card-wrap.theme2.B .card-download:hover .arrow div {
    border-bottom-color: #3AA6D6;
    border-right-color: #3AA6D6;
  }

  .card-wrap.theme1.B .header-4,
  .card-wrap.theme2.B .header-4 {
    color: #0B4361;
  }

  .card-wrap.theme1.B .header-4+p,
  .card-wrap.theme2.B .header-4+p {
    color: #6BC2B2;
  }

  /*************************
  *******panel******
  **************************/
  .equal>div {
    margin: 10px 0px;
  }

  .panel-default {
    border-color: transparent;
  }

  /* .panel-default>.panel-heading, */
  .panel {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid silver;
    box-shadow: 3px 3px 5px #EEE;
  }

  .panel-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
  }

  .panel-heading {
    color: #F0F0F0;
    background-color: rgba(0, 63, 135, 0.5);
  }

  /* .panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #FFF;
    color: #858586;
  } */
  .panel-body {
    padding: 10px;
  }

  /* .bg-img-orange {
    color: #FFF;
    background-image: url("../images/bg-panel-orange.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;

    background-color: #003f87;
  } */
  .bg-img-blue {
    background-image: url("../images/bg-panel-blue.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  #ManagementMembers .panel-heading {
    margin: 0;
    background-color: #007CBD;
    color: #FFF;
  }

  #ManagementMembers .h5 {
    font-size: 1.6rem;
  }

  /* .panel-group .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
  }

  .panel-group .panel {
    border-radius: 0;
  }

  .panel-heading {
    border-radius: 0;
  }

  .panel-title>a {
    color: #4e4e4e;
  }


  .panel-heading.active {
    background: #1f1f20;
  }

  .panel-heading.active .panel-title>a {
    color: #FFF;
  }

  .panel-heading.active a.accordion-toggle i {
    background: #FF9933;
    color: #FFF;
  }

  .panel-heading.active a.accordion-toggle.collapsed i {
    background: #FF9933;
    color: #FFF;
  } */
  /***********************
  ********* contacts ******
  ************************/
  #contacts {
    background: #F5F5F5;
    /*border-bottom: 5px solid #FF9933;
    font-size: 14px;*/
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    color: #000;
  }

  .contact i {
    height: 10px;
    width: 10px;
  }

  .contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .contact ul li {
    display: block;
    padding: 5px 0;
  }

  .contact ul li>i {
    padding-right: 30px;
  }

  .contact ul li a {
    color: #808080;
  }

  .contact ul li a:hover {
    color: #FF9933;
  }

  /***********************
  ********* sitemap ******
  ************************/
  #SiteMap .row>div {
    margin-bottom: 15px;
  }

  .sitemap-wrap .second {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0px 10px;
    font-weight: 600;
    color: #000;
  }

  .sitemap-wrap a:hover {
    color: #F77F00;
  }

  .sitemap-wrap>ul {
    padding-left: 5px;
    line-height: 2rem;
  }

  .sitemap-wrap>ul>li {
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    list-style: none;
  }

  .sitemap-wrap.mega>ul>li {
    margin-left: 10px;
    font-weight: 600;
    color: #555;
  }

  .sitemap-wrap li ul {
    padding-left: 1rem;
  }

  .sitemap-wrap li li {
    font-size: 1.4rem;
    font-weight: normal;
  }

  /***********************
  ********* sitemaps ******
  ************************/
  #sitemaps {
    /* background: #F5F5F5; */
    background: #333;
    /* border-top: 3px solid #FF9933; */
    border-top: 3px solid #007CBD;
    font-size: 13px;
    padding: 10px 0;
  }

  #sitemaps h5,
  #sitemaps h5 a {
    text-transform: uppercase;
    color: #EEE;
  }

  #sitemaps ul {
    list-style: none;
    padding: 0;
  }

  #sitemaps ul li {
    padding: 2px 0;
  }

  #sitemaps ul li::before {
    /* content: "\2023"; */
    /* content: "\22B1"; */
    content: "\2023";
    color: #CCC;
  }

  #sitemaps ul li a {
    color: #CCC;
  }

  #sitemaps a:hover {
    color: #F77F00;
  }

  #sitemaps .widget {
    margin: 0 2px;
  }

  /***********************
  ********* Footer ******
  ************************/
  footer {
    padding: 30px 0;
    color: #CCC;
    background: #000;
  }

  footer .link a {
    color: #FFF;
    text-decoration: underline;
  }

  footer .link a:hover {
    color: #FF9933;
  }

  footer .link ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  footer .link li {
    display: inline-block;
  }

  footer .link li::before,
  footer .link li:last-child:after {
    content: "\2223";
    padding: 0 5px;
    color: #CCC;
  }

  /***********************
  ********* Back to Top ******
  ************************/
  #backtotop {
    color: #FFF;
    background-color: #007CBD;
    border-radius: 20px;
    z-index: 9999;
    /* display: inline-block; */
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
  }

  #backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
  }

  #backtotop.visible {
    visibility: visible;
    opacity: .5;
  }

  #backtotop:hover {
    opacity: 1;
  }

  /***********************
  ********* Honors and Awards ******
  ************************/
  .award-wrap {
    display: flex;
    align-items: center;
    background-color: rgb(240, 240, 240);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
  }

  .award-wrap img {
    float: left;
    height: 100px;
    width: 100px;
    background-color: rgb(255, 255, 255);
    border: 1px solid silver;
    border-radius: 4px;
    padding: 5px;
  }

  .award-wrap img:hover {
    background-color: #007CBD;
    /* border: 2px solid rgb(0, 183, 255); */
  }

  .award-inner {
    float: left;
    width: 80%;
    padding-left: 10px;
    padding-right: 5px;
  }

  .award-inner h4 {
    font-size: 18px;
    color: #007CBD;
    /* font-weight: 400; */
  }

  /***********************
  ********* ESG ******
  ************************/
  /* #ESG main>p, #ESG main .row>div> p { */
  #ESG main p {
    text-indent: 2em;
    margin: 10px 1em;
    /* line-height: 1.5em; */
  }

  #ESG main h3 {
    margin: 20px 0;
    color: #007CBD;
  }

  #ESG main h3::before {
    content: "●";
  }

  #ESG main h4 {
    text-indent: 1em;
    margin: 10px 0;
  }

  #ESG main .img-title {
    background-color: #bafaa0;
    padding: 10px;
    font-size: 1.8rem;
  }

  #ESG main .img-note {
    text-align: center;
  }

  #ESG main .img-note::before {
    content: "▲";
  }

  /***********************
  ********* Environment Policy ******
  ************************/
  #Policy main>.row {
    margin-top: 20px;
  }

  /***********************
  ********* GlobalService ******
  ************************/
  #GlobalService main>.row>div {
    margin-top: 10px;
  }

  .Address-warp {
    margin: 10px;
  }

  #GlobalService .Address-warp>span {
    font-size: 1.75rem;
    display: inline-block;
    margin: 5px;
    /* padding: 5px; */
  }

  #GlobalService i {
    color: #6F91B8;
  }

  .GlobalService-wrap {
    border: 1px solid gray;
    background: #FFF;
    /* padding: 10px; */
    margin: 10px 0;
  }

  /***********************
  ********* Journal ******
  ************************/
  /* .journal-wrap,
  .journal-tw-wrap {
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(240, 240, 240);
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
  } */
  /* .journal-wrap:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(0, 183, 255);
  } */
  /* .journal-wrap img,
  .journal-tw-wrap img {
    float: left;
    max-width: 150px;
    background-color: rgb(255, 255, 255);
    border: 1px solid silver;
    border-radius: 4px;
    margin-right: .5em;
  } */
  /*
  .journal-tw-wrap img {
    max-width: 100px;
     height: 180px;
  }*/
  /* 
  .journal-inner {
    float: left;
    width: 80%;
    padding-left: 10px;
    padding-right: 5px;
  } */
  /* .journal-wrap i,
  .journal-tw-wrap i {
    position: absolute;
    bottom: -5px;
    left: 42%;
    width: 150px;
    padding: 10px;
    text-align: center;
    color: #F77F00;
    background-color: rgb(230, 230, 230);
  }

  .journal-wrap i:hover,
  .journal-tw-wrap i:hover {
    color: #89B7EB;
  } */
  /***********************
  ********* Catalogue ******
  ************************/
  /* .Catalogue-wrap {
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(240, 240, 240);
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
  }

  .Catalogue-wrap img {
    float: left;
    max-width: 150px;
    background-color: rgb(255, 255, 255);
    border: 1px solid silver;
    border-radius: 4px;
    margin-right: .5em;
    height: 180px;
  }

  .Catalogue-wrap i {
    position: absolute;
    bottom: -5px;
    left: 42%;
    width: 150px;
    padding: 10px;
    text-align: center;
    color: #F77F00;
    background-color: rgb(230, 230, 230);
  }

  .Catalogue-wrap i:hover {
    color: #89B7EB;
  } */
  #stockAssignment .line-tb .row>div {
    padding: 0;
  }