.page {
  padding-bottom: 80px;
}
#projects .filters ul li a {
  color: #9a9a9a;
}

#projects .filters ul li.active a, #projects .filters ul li:hover a{
  color: #0d6eb8;
}

#projects .filters ul li {
  font-size: 1em;
}
#projects .filters {
  position: sticky;
  top: 72px;
}


/*product*/

.product-detail .pro-title{
  margin-top: 0;
      margin-top: 0;
    font-size: 2.4em;
    line-height: 1.4;
    margin-bottom: 16px;
}
.product_price {
  margin-bottom: 4px;
}
.product_brief {
  line-height: 1.7;
}
.product_brief {
  margin-bottom: 24px;
}
.product-detail .product_price .pro-money{
  display: inline;
  margin-right: 10px;
  font-size: 20px;
}
.product_price del {
    display: inline;
    font-size: 12px;
    color: #aaa;
    letter-spacing: 1px;
}
.product_inventory_policy {
    margin-bottom: 10px;
    line-height: 2;
}
.product_inventory_policy span {
    color: #424242;
    font-weight: 500;
}
.product_inventory_policy span.val {
    color: #0d6eb8;
    padding-left: 10px;
}
.product-detail_header .pro-img-box{
  margin-bottom: 20px;
  position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.product-detail_header_info .col-sm-6 > select{
  width: 100%;
}
.product-detail_header_info{
  padding-left: 10px
}
.product_quantity input {
    border-color: #dddddd;
}
.btn-group, input:not([type="checkbox"]) {
    width: 100%;
    min-width: 0px;
}
.product_info .product_content .product_quantity input{
    background-color: #ffffff;
    color: #424242;
}
.product_button button.add-up {
      display: inline-block;
    width: 20%;
    border-color: #dddddd;
    border-radius: 0 3px 3px 0;
    border-left: none;
    margin-left: 0;
    padding: 8px 0;
    background-color: #FFF;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
}
.item-quantity{
    display: inline-block;
    width: 60%!important;
    background-color: #FFF!important;
    color: #999!important;
    box-sizing: border-box;
}
.product_button .btn{
  border-radius: 6px;
  width: 100%;}
.howtopay{
  padding-left: 5px;
}
.howtopay img{
  height: 16px;
  margin-right: 2px;
}
.product-detail_body{
  margin-top: 50px;
}
.tab {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

.tabs{
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.product-detail_body-title {
  position: relative;
  margin-bottom: 32px;
}
.product-detail_body-title h4{
  color: #1a1a1a;
  border-bottom: 3px solid #1a1a1a;
  font-weight: 500;
  margin: 0;
  padding: 0 5px;
  font-size: 1.5em;
  line-height: 40px;
  display: inline-block;
}
.tabs:after, .product-detail_body-title:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.tabs li {
  float: left;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tabs a {
  color: #999;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 5px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 3px solid transparent;
  font-size: 15px;
  margin-right: 15px;
}

.tabs_item {
  display: none;
  padding: 20px 0 0;
  color: #424242;
}
.tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}
.tabs_item:first-child {
  display: block;
}
.tabs_item p{
  line-height: 1.7;
  margin-bottom: 20px;
}
.tabs_item.tabs_item-main img{
  max-width: 100%;
  height: auto!important;
  margin: 0 auto 50px;
}
.tabs_item h3{
  margin-top: 0;
  margin-bottom: 20px;
}
.current a {
  color: #1a1a1a;
  border-bottom: 3px solid #1a1a1a;
  font-weight: 500;
}
.product-detail_body-s1, .product-detail_body-s2, .product-detail_body-s3{
  margin-bottom: 30px;
}
.product-detail_body-s3 {
  margin-top: 60px;
}
.pro-footer-bg {
    position: relative;
    background: #fafafa;
    padding: 5% 10%;
    text-align: left;
    margin-top: 30px;
}
.tabs_item.tabs_item-main .pro-footer-bg img {
    max-width: 50%!important;
    margin-bottom:  0;
}
.pro-footer-bg ul {
    display: inline-block;
    position: absolute;
    top: 50%;
    padding-left: 8%;
    width: 50%;
    color: #525252;
    font-size: 13px;
    line-height: 2;
    transform: translateY(-50%);
    margin-left: -2%;
}
.pro-footer-bg ul li{
  list-style: initial;
}
.product-item_more{
  border: 1px solid #e6e6e6;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 6px;
  overflow-x: hidden;
}
.product-item_more.is-active{
  border: 1px solid #fbb433;
  background: #fff;
}
.product-item_more .pro-img-box{
  padding: 0;
  border: none;
  border-right:  1px solid #e6e6e6;
  border-radius: 0;
  margin-bottom: 0;
  width: 33.33333333%;
  padding-bottom: 33.333333%;
}
.product-item_more.is-active .pro-img-box{
  border-right:  1px solid #fbb433; 
}
.product-item_more.product-item .pro-list-name{
  font-size: 13px;
}
.product-item_more.product-item .pro-money{
  font-size: 14px;
}
img {
  max-width: 100%;
}
.pro-img-box img {
  width: 100%;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.content p {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 20px;
}
.content h3 {
  margin-bottom: 20px;
  margin-top: 16px;
}

.content table {
      width: auto;
    margin: 12px auto 32px;
    border: 1px solid #999
}
.content  .table td, .content  .table th {
  padding: 12px 16px;
    border: 1px solid #999;
}
.more-pro-title  {
      color: #212529;
      font-size: 1.1em;
      margin-top: 8px;
      margin-bottom: 12px;
}

/*page*/

.page-title {
    position: relative;
    margin-bottom: 24px;
}

.page-cont h5.en {
    color: #999;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    opacity: 0;
}

.page-cont  {
  margin-bottom: 20px;
}
.page-cont p, .page-cont li {
    font-size: 1em;
    line-height: 1.7;
}
.en {
  margin-top: 4px;
}
.breadcrumbs {
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
}

a {
    font-family: sans-serif;
    outline: 0;
    outline: none;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    color: #0d6eb8;
}
a:hover, a:focus, a:active, a.active, input:focus {
  color: #5db7e8;
}
.page-cont-img img {
  margin-bottom: 20px;
}